]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - debian.master/changelog
UBUNTU: Start new release
[mirror_ubuntu-bionic-kernel.git] / debian.master / changelog
1 linux (4.15.0-36.39) 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 -- Kamal Mostafa <kamal@canonical.com> Thu, 13 Sep 2018 09:11:34 -0700
8
9 linux (4.15.0-35.38) bionic; urgency=medium
10
11 * linux: 4.15.0-35.38 -proposed tracker (LP: #1791719)
12
13 * device hotplug of vfio devices can lead to deadlock in vfio_pci_release
14 (LP: #1792099)
15 - SAUCE: vfio -- release device lock before userspace requests
16
17 * L1TF mitigation not effective in some CPU and RAM combinations
18 (LP: #1788563)
19 - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
20 - x86/speculation/l1tf: Fix off-by-one error when warning that system has too
21 much RAM
22 - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
23
24 * CVE-2018-15594
25 - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
26
27 * CVE-2017-5715 (Spectre v2 s390x)
28 - KVM: s390: implement CPU model only facilities
29 - s390: detect etoken facility
30 - KVM: s390: add etoken support for guests
31 - s390/lib: use expoline for all bcr instructions
32 - s390: fix br_r1_trampoline for machines without exrl
33 - SAUCE: s390: use expoline thunks for all branches generated by the BPF JIT
34
35 * Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next state
36 disabled (performance) (LP: #1790602)
37 - cpuidle: powernv: Fix promotion from snooze if next state disabled
38
39 * Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered (LP: #1790636)
40 - powerpc: hard disable irqs in smp_send_stop loop
41 - powerpc: Fix deadlock with multiple calls to smp_send_stop
42 - powerpc: smp_send_stop do not offline stopped CPUs
43 - powerpc/powernv: Fix opal_event_shutdown() called with interrupts disabled
44
45 * Security fix: check if IOMMU page is contained in the pinned physical page
46 (LP: #1785675)
47 - vfio/spapr: Use IOMMU pageshift rather than pagesize
48 - KVM: PPC: Check if IOMMU page is contained in the pinned physical page
49
50 * Missing Intel GPU pci-id's (LP: #1789924)
51 - drm/i915/kbl: Add KBL GT2 sku
52 - drm/i915/whl: Introducing Whiskey Lake platform
53 - drm/i915/aml: Introducing Amber Lake platform
54 - drm/i915/cfl: Add a new CFL PCI ID.
55
56 * CVE-2018-15572
57 - x86/speculation: Protect against userspace-userspace spectreRSB
58
59 * Support Power Management for Thunderbolt Controller (LP: #1789358)
60 - thunderbolt: Handle NULL boot ACL entries properly
61 - thunderbolt: Notify userspace when boot_acl is changed
62 - thunderbolt: Use 64-bit DMA mask if supported by the platform
63 - thunderbolt: Do not unnecessarily call ICM get route
64 - thunderbolt: No need to take tb->lock in domain suspend/complete
65 - thunderbolt: Use correct ICM commands in system suspend
66 - thunderbolt: Add support for runtime PM
67
68 * random oopses on s390 systems using NVMe devices (LP: #1790480)
69 - s390/pci: fix out of bounds access during irq setup
70
71 * [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable) support
72 for arm64 using SMC firmware call to set a hardware chicken bit
73 (LP: #1787993) // CVE-2018-3639 (arm64)
74 - arm64: alternatives: Add dynamic patching feature
75 - KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
76 - KVM: arm64: Avoid storing the vcpu pointer on the stack
77 - arm/arm64: smccc: Add SMCCC-specific return codes
78 - arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
79 - arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
80 - arm64: Add ARCH_WORKAROUND_2 probing
81 - arm64: Add 'ssbd' command-line option
82 - arm64: ssbd: Add global mitigation state accessor
83 - arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
84 - arm64: ssbd: Restore mitigation status on CPU resume
85 - arm64: ssbd: Introduce thread flag to control userspace mitigation
86 - arm64: ssbd: Add prctl interface for per-thread mitigation
87 - arm64: KVM: Add HYP per-cpu accessors
88 - arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
89 - arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests
90 - arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID
91 - [Config] ARM64_SSBD=y
92
93 * Reconcile hns3 SAUCE patches with upstream (LP: #1787477)
94 - Revert "UBUNTU: SAUCE: net: hns3: Optimize PF CMDQ interrupt switching
95 process"
96 - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox receiving unknown
97 message"
98 - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF
99 response"
100 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for
101 hclge_get_ring_chain_from_mbx"
102 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and
103 shift in hclge_get_ring_chain_from_mbx"
104 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default
105 assignment probelm"
106 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring
107 configuration operation while resetting"
108 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in
109 hns3_reset_notify_down_enet"
110 - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell
111 phy driver"
112 - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
113 resetting"
114 - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status
115 register"
116 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset
117 frequently"
118 - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock"
119 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing
120 command queue register"
121 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during
122 global or core reset"
123 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear
124 reset cause"
125 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in
126 hclgevf_main module"
127 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp
128 selftest"
129 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal
130 frame size"
131 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated
132 problem"
133 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug"
134 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting
135 correctly"
136 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in
137 pfc mode"
138 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first
139 up"
140 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver"
141 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and
142 definition"
143 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name"
144 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask
145 macros"
146 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset
147 macros"
148 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments"
149 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets"
150 - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return
151 value"
152 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
153 assignments"
154 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unused function warning in VF
155 driver"
156 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_"
157 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead
158 of kzalloc/dma_map_single"
159 - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while
160 dependency HNS3 set"
161 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of
162 some structures"
163 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant
164 hclge_cmd_csq_done"
165 - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters
166 in hclge_cmd_send"
167 - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean"
168 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
169 assignments"
170 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in
171 hclge_cmd_send"
172 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused
173 hclge_ring_to_dma_dir"
174 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and
175 upper_32_bits"
176 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw"
177 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check"
178 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector
179 in hns3_client_uninit"
180 - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error
181 information"
182 - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state
183 state init|uninit"
184 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in
185 hnae3.c"
186 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4
187 and ipv6"
188 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before
189 free vector"
190 - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for
191 init_client_instance and uninit_client_instance"
192 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index
193 from hclge_bind_ring_with_vector"
194 - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in
195 last BD except VLD bit and buffer size"
196 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback
197 selftest"
198 - net: hns3: Updates RX packet info fetch in case of multi BD
199 - net: hns3: remove unused hclgevf_cfg_func_mta_filter
200 - net: hns3: Fix for VF mailbox cannot receiving PF response
201 - net: hns3: Fix for VF mailbox receiving unknown message
202 - net: hns3: Optimize PF CMDQ interrupt switching process
203 - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector
204 - net: hns3: rename the interface for init_client_instance and
205 uninit_client_instance
206 - net: hns3: add vector status check before free vector
207 - net: hns3: add l4_type check for both ipv4 and ipv6
208 - net: hns3: add unlikely for error check
209 - net: hns3: remove unused head file in hnae3.c
210 - net: hns3: extraction an interface for state init|uninit
211 - net: hns3: print the ret value in error information
212 - net: hns3: remove the Redundant put_vector in hns3_client_uninit
213 - net: hns3: remove back in struct hclge_hw
214 - net: hns3: use lower_32_bits and upper_32_bits
215 - net: hns3: remove unused hclge_ring_to_dma_dir
216 - net: hns3: remove useless code in hclge_cmd_send
217 - net: hns3: remove some redundant assignments
218 - net: hns3: simplify hclge_cmd_csq_clean
219 - net: hns3: remove a redundant hclge_cmd_csq_done
220 - net: hns3: remove some unused members of some structures
221 - net: hns3: give default option while dependency HNS3 set
222 - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
223 - net: hns3: modify hnae_ to hnae3_
224 - net: hns3: Fix tc setup when netdev is first up
225 - net: hns3: Fix for mac pause not disable in pfc mode
226 - net: hns3: Fix for waterline not setting correctly
227 - net: hns3: Fix for l4 checksum offload bug
228 - net: hns3: Fix for mailbox message truncated problem
229 - net: hns3: Add configure for mac minimal frame size
230 - net: hns3: Fix warning bug when doing lp selftest
231 - net: hns3: Fix get_vector ops in hclgevf_main module
232 - net: hns3: Remove the warning when clear reset cause
233 - net: hns3: Prevent sending command during global or core reset
234 - net: hns3: Modify the order of initializing command queue register
235 - net: hns3: Reset net device with rtnl_lock
236 - net: hns3: Prevent to request reset frequently
237 - net: hns3: Correct reset event status register
238 - net: hns3: Fix return value error in hns3_reset_notify_down_enet
239 - net: hns3: remove unnecessary ring configuration operation while resetting
240 - net: hns3: Fix for reset_level default assignment probelm
241 - net: hns3: Fix for using wrong mask and shift in
242 hclge_get_ring_chain_from_mbx
243 - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
244 - net: hns3: Remove some redundant assignments
245 - net: hns3: Standardize the handle of return value
246 - net: hns3: Remove extra space and brackets
247 - net: hns3: Correct unreasonable code comments
248 - net: hns3: Use decimal for bit offset macros
249 - net: hns3: Modify inconsistent bit mask macros
250 - net: hns3: Fix misleading parameter name
251 - net: hns3: Remove unused struct member and definition
252 - net: hns3: Add SPDX tags to HNS3 PF driver
253 - net: hns3: Add support for serdes loopback selftest
254 - net: hns3: Fix for phy link issue when using marvell phy driver
255 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
256
257 * CVE-2018-6555
258 - SAUCE: irda: Only insert new objects into the global database via setsockopt
259
260 * CVE-2018-6554
261 - SAUCE: irda: Fix memory leak caused by repeated binds of irda socket
262
263 * Bionic update: upstream stable patchset 2018-08-31 (LP: #1790188)
264 - netfilter: nf_tables: fix NULL pointer dereference on
265 nft_ct_helper_obj_dump()
266 - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
267 - af_key: Always verify length of provided sadb_key
268 - gpio: No NULL owner
269 - KVM: X86: Fix reserved bits check for MOV to CR3
270 - KVM: x86: introduce linear_{read,write}_system
271 - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and
272 kvm_write_guest_virt_system
273 - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
274 - NFC: pn533: don't send USB data off of the stack
275 - usbip: vhci_sysfs: fix potential Spectre v1
276 - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
277 - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
278 - Input: xpad - add GPD Win 2 Controller USB IDs
279 - phy: qcom-qusb2: Fix crash if nvmem cell not specified
280 - usb: gadget: function: printer: avoid wrong list handling in printer_write()
281 - usb: gadget: udc: renesas_usb3: disable the controller's irqs for
282 reconnecting
283 - serial: sh-sci: Stop using printk format %pCr
284 - tty/serial: atmel: use port->name as name in request_irq()
285 - serial: samsung: fix maxburst parameter for DMA transactions
286 - serial: 8250: omap: Fix idling of clocks for unused uarts
287 - vmw_balloon: fixing double free when batching mode is off
288 - tty: pl011: Avoid spuriously stuck-off interrupts
289 - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
290 - Input: goodix - add new ACPI id for GPD Win 2 touch screen
291 - crypto: caam - strip input zeros from RSA input buffer
292 - crypto: caam - fix DMA mapping dir for generated IV
293 - crypto: caam - fix IV DMA mapping and updating
294 - crypto: caam/qi - fix IV DMA mapping and updating
295 - crypto: caam - fix size of RSA prime factor q
296 - crypto: vmx - Remove overly verbose printk from AES init routines
297 - crypto: vmx - Remove overly verbose printk from AES XTS init
298 - crypto: omap-sham - fix memleak
299 - usb: typec: wcove: Remove dependency on HW FSM
300 - usb: gadget: udc: renesas_usb3: fix double phy_put()
301 - usb: gadget: udc: renesas_usb3: should remove debugfs
302 - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add
303 udc
304 - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
305 - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
306
307 * Bionic update: upstream stable patchset 2018-08-29 (LP: #1789666)
308 - scsi: sd_zbc: Avoid that resetting a zone fails sporadically
309 - mmap: introduce sane default mmap limits
310 - mmap: relax file size limit for regular files
311 - btrfs: define SUPER_FLAG_METADUMP_V2
312 - kconfig: Avoid format overflow warning from GCC 8.1
313 - be2net: Fix error detection logic for BE3
314 - bnx2x: use the right constant
315 - dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()
316 - enic: set DMA mask to 47 bit
317 - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
318 - ip6_tunnel: remove magic mtu value 0xFFF8
319 - ipmr: properly check rhltable_init() return value
320 - ipv4: remove warning in ip_recv_error
321 - ipv6: omit traffic class when calculating flow hash
322 - isdn: eicon: fix a missing-check bug
323 - kcm: Fix use-after-free caused by clonned sockets
324 - netdev-FAQ: clarify DaveM's position for stable backports
325 - net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy
326 - net: metrics: add proper netlink validation
327 - net/packet: refine check for priv area size
328 - net: phy: broadcom: Fix bcm_write_exp()
329 - net: usb: cdc_mbim: add flag FLAG_SEND_ZLP
330 - packet: fix reserve calculation
331 - qed: Fix mask for physical address in ILT entry
332 - sctp: not allow transport timeout value less than HZ/5 for hb_timer
333 - team: use netdev_features_t instead of u32
334 - vhost: synchronize IOTLB message with dev cleanup
335 - vrf: check the original netdevice for generating redirect
336 - ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inline
337 - net: phy: broadcom: Fix auxiliary control register reads
338 - net-sysfs: Fix memory leak in XPS configuration
339 - virtio-net: correctly transmit XDP buff after linearizing
340 - net/mlx4: Fix irq-unsafe spinlock usage
341 - tun: Fix NULL pointer dereference in XDP redirect
342 - virtio-net: correctly check num_buf during err path
343 - net/mlx5e: When RXFCS is set, add FCS data into checksum calculation
344 - virtio-net: fix leaking page for gso packet during mergeable XDP
345 - rtnetlink: validate attributes in do_setlink()
346 - cls_flower: Fix incorrect idr release when failing to modify rule
347 - PCI: hv: Do not wait forever on a device that has disappeared
348 - drm: set FMODE_UNSIGNED_OFFSET for drm files
349 - l2tp: fix refcount leakage on PPPoL2TP sockets
350 - mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAG
351 - net: ethernet: ti: cpdma: correct error handling for chan create
352 - net: ethernet: davinci_emac: fix error handling in probe()
353 - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
354 - net : sched: cls_api: deal with egdev path only if needed
355
356 * Bionic update: upstream stable patchset 2018-08-24 (LP: #1788897)
357 - fix io_destroy()/aio_complete() race
358 - mm: fix the NULL mapping case in __isolate_lru_page()
359 - objtool: Support GCC 8's cold subfunctions
360 - objtool: Support GCC 8 switch tables
361 - objtool: Detect RIP-relative switch table references
362 - objtool: Detect RIP-relative switch table references, part 2
363 - objtool: Fix "noreturn" detection for recursive sibling calls
364 - xfs: convert XFS_AGFL_SIZE to a helper function
365 - xfs: detect agfl count corruption and reset agfl
366 - Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
367 - Input: synaptics - add Lenovo 80 series ids to SMBus
368 - Input: elan_i2c_smbus - fix corrupted stack
369 - tracing: Fix crash when freeing instances with event triggers
370 - tracing: Make the snapshot trigger work with instances
371 - selinux: KASAN: slab-out-of-bounds in xattr_getsecurity
372 - cfg80211: further limit wiphy names to 64 bytes
373 - drm/amd/powerplay: Fix enum mismatch
374 - rtlwifi: rtl8192cu: Remove variable self-assignment in rf.c
375 - platform/chrome: cros_ec_lpc: remove redundant pointer request
376 - kbuild: clang: disable unused variable warnings only when constant
377 - tcp: avoid integer overflows in tcp_rcv_space_adjust()
378 - iio: ad7793: implement IIO_CHAN_INFO_SAMP_FREQ
379 - iio:buffer: make length types match kfifo types
380 - iio:kfifo_buf: check for uint overflow
381 - iio: adc: select buffer for at91-sama5d2_adc
382 - MIPS: lantiq: gphy: Drop reboot/remove reset asserts
383 - MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
384 - MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
385 - scsi: scsi_transport_srp: Fix shost to rport translation
386 - stm class: Use vmalloc for the master map
387 - hwtracing: stm: fix build error on some arches
388 - IB/core: Fix error code for invalid GID entry
389 - mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()
390 - Revert "rt2800: use TXOP_BACKOFF for probe frames"
391 - intel_th: Use correct device when freeing buffers
392 - drm/psr: Fix missed entry in PSR setup time table.
393 - drm/i915/lvds: Move acpi lid notification registration to registration phase
394 - drm/i915: Disable LVDS on Radiant P845
395 - drm/vmwgfx: Use kasprintf
396 - drm/vmwgfx: Fix host logging / guestinfo reading error paths
397 - nvme: fix extended data LBA supported setting
398 - iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after
399 resume
400 - x86/MCE/AMD: Define a function to get SMCA bank type
401 - x86/mce/AMD: Pass the bank number to smca_get_bank_type()
402 - x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type
403 - x86/mce/AMD: Carve out SMCA get_block_address() code
404 - x86/MCE/AMD: Cache SMCA MISC block addresses
405
406 * errors when scanning partition table of corrupted AIX disk (LP: #1787281)
407 - partitions/aix: fix usage of uninitialized lv_info and lvname structures
408 - partitions/aix: append null character to print data from disk
409
410 * tlbie master timeout checkstop (using NVidia/GPU) (LP: #1789772)
411 - powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call
412 __ptep_set_access_flags directly
413 - powerpc/mm/radix: Move function from radix.h to pgtable-radix.c
414 - powerpc/mm: Change function prototype
415 - powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang
416
417 * performance drop with ATS enabled (LP: #1788097)
418 - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage
419
420 * [Regression] kernel crashdump fails on arm64 (LP: #1786878)
421 - arm64: export memblock_reserve()d regions via /proc/iomem
422 - drivers: acpi: add dependency of EFI for arm64
423 - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
424 - efi/arm: map UEFI memory map even w/o runtime services enabled
425 - arm64: acpi: fix alignment fault in accessing ACPI
426 - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y
427 - arm64: fix ACPI dependencies
428 - ACPI: fix menuconfig presentation of ACPI submenu
429
430 * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780)
431 - r8152: disable RX aggregation on new Dell TB16 dock
432
433 * dell_wmi: Unknown key codes (LP: #1762385)
434 - platform/x86: dell-wmi: Ignore new rfkill and fn-lock events
435
436 * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940)
437 - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform
438 - SAUCE: i2c:amd move out pointer in union i2c_event_base
439 - SAUCE: i2c:amd Depends on ACPI
440 - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86
441
442 * r8169 no internet after suspending (LP: #1779817)
443 - r8169: restore previous behavior to accept BIOS WoL settings
444 - r8169: don't use MSI-X on RTL8168g
445 - r8169: don't use MSI-X on RTL8106e
446
447 * Fix Intel Cannon Lake LPSS I2C input clock (LP: #1789790)
448 - mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clock
449
450 * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4
451 machine (LP: #1789145)
452 - ALSA: hda/realtek - Fix HP Headset Mic can't record
453
454 * Tango platform uses __initcall without further checks (LP: #1787945)
455 - [Config] disable ARCH_TANGO
456
457 * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898)
458 - [Config] CONFIG_SCLP_OFB=y for s390x
459
460 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 12 Sep 2018 11:39:17 +0200
461
462 linux (4.15.0-34.37) bionic; urgency=medium
463
464 * linux: 4.15.0-34.37 -proposed tracker (LP: #1788744)
465
466 * Bionic update: upstream stable patchset 2018-08-09 (LP: #1786352)
467 - MIPS: c-r4k: Fix data corruption related to cache coherence
468 - MIPS: ptrace: Expose FIR register through FP regset
469 - MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs
470 - KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"
471 - affs_lookup(): close a race with affs_remove_link()
472 - fs: don't scan the inode cache before SB_BORN is set
473 - aio: fix io_destroy(2) vs. lookup_ioctx() race
474 - ALSA: timer: Fix pause event notification
475 - do d_instantiate/unlock_new_inode combinations safely
476 - mmc: sdhci-iproc: remove hard coded mmc cap 1.8v
477 - mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE register
478 - mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnus
479 - libata: Blacklist some Sandisk SSDs for NCQ
480 - libata: blacklist Micron 500IT SSD with MU01 firmware
481 - xen-swiotlb: fix the check condition for xen_swiotlb_free_coherent
482 - drm/vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macros
483 - arm64: lse: Add early clobbers to some input/output asm operands
484 - powerpc/64s: Clear PCR on boot
485 - IB/hfi1: Use after free race condition in send context error path
486 - IB/umem: Use the correct mm during ib_umem_release
487 - idr: fix invalid ptr dereference on item delete
488 - Revert "ipc/shm: Fix shmat mmap nil-page protection"
489 - ipc/shm: fix shmat() nil address after round-down when remapping
490 - mm/kasan: don't vfree() nonexistent vm_area
491 - kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
492 - kasan: fix memory hotplug during boot
493 - kernel/sys.c: fix potential Spectre v1 issue
494 - KVM: s390: vsie: fix < 8k check for the itdba
495 - KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changed
496 - kvm: x86: IA32_ARCH_CAPABILITIES is always supported
497 - powerpc/64s: Improve RFI L1-D cache flush fallback
498 - powerpc/pseries: Restore default security feature flags on setup
499 - powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()
500 - MIPS: generic: Fix machine compatible matching
501 - mac80211: mesh: fix wrong mesh TTL offset calculation
502 - ARC: Fix malformed ARC_EMUL_UNALIGNED default
503 - ptr_ring: prevent integer overflow when calculating size
504 - arm64: dts: rockchip: fix rock64 gmac2io stability issues
505 - arm64: dts: rockchip: correct ep-gpios for rk3399-sapphire
506 - libata: Fix compile warning with ATA_DEBUG enabled
507 - selftests: sync: missing CFLAGS while compiling
508 - selftest/vDSO: fix O=
509 - selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m
510 - selftests: memfd: add config fragment for fuse
511 - ARM: OMAP2+: timer: fix a kmemleak caused in omap_get_timer_dt
512 - ARM: OMAP3: Fix prm wake interrupt for resume
513 - ARM: OMAP2+: Fix sar_base inititalization for HS omaps
514 - ARM: OMAP1: clock: Fix debugfs_create_*() usage
515 - tls: retrun the correct IV in getsockopt
516 - xhci: workaround for AMD Promontory disabled ports wakeup
517 - IB/uverbs: Fix method merging in uverbs_ioctl_merge
518 - IB/uverbs: Fix possible oops with duplicate ioctl attributes
519 - IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroy
520 - arm64: dts: rockchip: Fix DWMMC clocks
521 - ARM: dts: rockchip: Fix DWMMC clocks
522 - iwlwifi: mvm: fix security bug in PN checking
523 - iwlwifi: mvm: fix IBSS for devices that support station type API
524 - iwlwifi: mvm: always init rs with 20mhz bandwidth rates
525 - NFC: llcp: Limit size of SDP URI
526 - rxrpc: Work around usercopy check
527 - MD: Free bioset when md_run fails
528 - md: fix md_write_start() deadlock w/o metadata devices
529 - s390/dasd: fix handling of internal requests
530 - xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tos
531 - mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4
532 - mac80211: fix a possible leak of station stats
533 - mac80211: fix calling sleeping function in atomic context
534 - cfg80211: clear wep keys after disconnection
535 - mac80211: Do not disconnect on invalid operating class
536 - mac80211: Fix sending ADDBA response for an ongoing session
537 - gpu: ipu-v3: pre: fix device node leak in ipu_pre_lookup_by_phandle
538 - gpu: ipu-v3: prg: fix device node leak in ipu_prg_lookup_by_phandle
539 - md raid10: fix NULL deference in handle_write_completed()
540 - drm/exynos: g2d: use monotonic timestamps
541 - drm/exynos: fix comparison to bitshift when dealing with a mask
542 - drm/meson: fix vsync buffer update
543 - arm64: perf: correct PMUVer probing
544 - RDMA/bnxt_re: Unpin SQ and RQ memory if QP create fails
545 - RDMA/bnxt_re: Fix system crash during load/unload
546 - net/mlx5e: Return error if prio is specified when offloading eswitch vlan
547 push
548 - locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()
549 - md: raid5: avoid string overflow warning
550 - virtio_net: fix XDP code path in receive_small()
551 - kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE
552 - bug.h: work around GCC PR82365 in BUG()
553 - selftests/memfd: add run_fuse_test.sh to TEST_FILES
554 - seccomp: add a selftest for get_metadata
555 - soc: imx: gpc: de-register power domains only if initialized
556 - powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data access
557 - s390/cio: fix ccw_device_start_timeout API
558 - s390/cio: fix return code after missing interrupt
559 - s390/cio: clear timer when terminating driver I/O
560 - selftests/bpf/test_maps: exit child process without error in ENOMEM case
561 - PKCS#7: fix direct verification of SignerInfo signature
562 - arm64: dts: cavium: fix PCI bus dtc warnings
563 - nfs: system crashes after NFS4ERR_MOVED recovery
564 - ARM: OMAP: Fix dmtimer init for omap1
565 - smsc75xx: fix smsc75xx_set_features()
566 - regulatory: add NUL to request alpha2
567 - integrity/security: fix digsig.c build error with header file
568 - x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-
569 directory in resctrl file system
570 - locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs
571 - x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across
572 CPU hotplug operations
573 - mac80211: drop frames with unexpected DS bits from fast-rx to slow path
574 - arm64: fix unwind_frame() for filtered out fn for function graph tracing
575 - macvlan: fix use-after-free in macvlan_common_newlink()
576 - KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2
577 - kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds
578 - ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6
579 DualLite/Solo RQS
580 - fs: dcache: Avoid livelock between d_alloc_parallel and __d_add
581 - fs: dcache: Use READ_ONCE when accessing i_dir_seq
582 - md: fix a potential deadlock of raid5/raid10 reshape
583 - md/raid1: fix NULL pointer dereference
584 - batman-adv: fix packet checksum in receive path
585 - batman-adv: invalidate checksum on fragment reassembly
586 - netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct
587 refcount
588 - netfilter: ipt_CLUSTERIP: put config instead of freeing it
589 - netfilter: ebtables: convert BUG_ONs to WARN_ONs
590 - batman-adv: Ignore invalid batadv_iv_gw during netlink send
591 - batman-adv: Ignore invalid batadv_v_gw during netlink send
592 - batman-adv: Fix netlink dumping of BLA claims
593 - batman-adv: Fix netlink dumping of BLA backbones
594 - nvme-pci: Fix nvme queue cleanup if IRQ setup fails
595 - clocksource/drivers/fsl_ftm_timer: Fix error return checking
596 - libceph, ceph: avoid memory leak when specifying same option several times
597 - ceph: fix dentry leak when failing to init debugfs
598 - xen/pvcalls: fix null pointer dereference on map->sock
599 - ARM: orion5x: Revert commit 4904dbda41c8.
600 - qrtr: add MODULE_ALIAS macro to smd
601 - selftests/futex: Fix line continuation in Makefile
602 - r8152: fix tx packets accounting
603 - virtio-gpu: fix ioctl and expose the fixed status to userspace.
604 - dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3
605 - bcache: fix kcrashes with fio in RAID5 backend dev
606 - ip_gre: fix IFLA_MTU ignored on NEWLINK
607 - ip6_tunnel: fix IFLA_MTU ignored on NEWLINK
608 - sit: fix IFLA_MTU ignored on NEWLINK
609 - nbd: fix return value in error handling path
610 - ARM: dts: NSP: Fix amount of RAM on BCM958625HR
611 - ARM: dts: bcm283x: Fix unit address of local_intc
612 - powerpc/boot: Fix random libfdt related build errors
613 - clocksource/drivers/mips-gic-timer: Use correct shift count to extract data
614 - gianfar: Fix Rx byte accounting for ndev stats
615 - net/tcp/illinois: replace broken algorithm reference link
616 - nvmet: fix PSDT field check in command format
617 - net/smc: use link_id of server in confirm link reply
618 - mlxsw: core: Fix flex keys scratchpad offset conflict
619 - mlxsw: spectrum: Treat IPv6 unregistered multicast as broadcast
620 - spectrum: Reference count VLAN entries
621 - ARC: mcip: halt GFRC counter when ARC cores halt
622 - ARC: mcip: update MCIP debug mask when the new cpu came online
623 - ARC: setup cpu possible mask according to possible-cpus dts property
624 - ipvs: remove IPS_NAT_MASK check to fix passive FTP
625 - IB/mlx: Set slid to zero in Ethernet completion struct
626 - RDMA/bnxt_re: Unconditionly fence non wire memory operations
627 - RDMA/bnxt_re: Fix incorrect DB offset calculation
628 - RDMA/bnxt_re: Fix the ib_reg failure cleanup
629 - xen/pirq: fix error path cleanup when binding MSIs
630 - drm/amd/amdgpu: Correct VRAM width for APUs with GMC9
631 - xfrm: Fix ESN sequence number handling for IPsec GSO packets.
632 - arm64: dts: rockchip: Fix rk3399-gru-* s2r (pinctrl hogs, wifi reset)
633 - drm/sun4i: Fix dclk_set_phase
634 - btrfs: use kvzalloc to allocate btrfs_fs_info
635 - Btrfs: send, fix issuing write op when processing hole in no data mode
636 - Btrfs: fix log replay failure after linking special file and fsync
637 - ceph: fix potential memory leak in init_caches()
638 - block: display the correct diskname for bio
639 - selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailable
640 - net: ethtool: don't ignore return from driver get_fecparam method
641 - iwlwifi: mvm: fix TX of CCMP 256
642 - iwlwifi: mvm: Fix channel switch for count 0 and 1
643 - iwlwifi: mvm: fix assert 0x2B00 on older FWs
644 - iwlwifi: avoid collecting firmware dump if not loaded
645 - iwlwifi: mvm: Direct multicast frames to the correct station
646 - iwlwifi: mvm: Correctly set the tid for mcast queue
647 - rds: Incorrect reference counting in TCP socket creation
648 - watchdog: f71808e_wdt: Fix magic close handling
649 - batman-adv: Fix multicast packet loss with a single WANT_ALL_IPV4/6 flag
650 - hv_netvsc: use napi_schedule_irqoff
651 - hv_netvsc: filter multicast/broadcast
652 - hv_netvsc: propagate rx filters to VF
653 - ARM: dts: rockchip: Add missing #sound-dai-cells on rk3288
654 - e1000e: Fix check_for_link return value with autoneg off
655 - e1000e: allocate ring descriptors with dma_zalloc_coherent
656 - ia64/err-inject: Use get_user_pages_fast()
657 - RDMA/qedr: Fix kernel panic when running fio over NFSoRDMA
658 - RDMA/qedr: Fix iWARP write and send with immediate
659 - IB/mlx4: Fix corruption of RoCEv2 IPv4 GIDs
660 - IB/mlx4: Include GID type when deleting GIDs from HW table under RoCE
661 - IB/mlx5: Fix an error code in __mlx5_ib_modify_qp()
662 - fbdev: Fixing arbitrary kernel leak in case FBIOGETCMAP_SPARC in
663 sbusfb_ioctl_helper().
664 - fsl/fman: avoid sleeping in atomic context while adding an address
665 - qed: Free RoCE ILT Memory on rmmod qedr
666 - net: qcom/emac: Use proper free methods during TX
667 - net: smsc911x: Fix unload crash when link is up
668 - IB/core: Fix possible crash to access NULL netdev
669 - cxgb4: do not set needs_free_netdev for mgmt dev's
670 - xen-blkfront: move negotiate_mq to cover all cases of new VBDs
671 - xen: xenbus: use put_device() instead of kfree()
672 - hv_netvsc: fix filter flags
673 - hv_netvsc: fix locking for rx_mode
674 - hv_netvsc: fix locking during VF setup
675 - ARM: davinci: fix the GPIO lookup for omapl138-hawk
676 - arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery
677 - selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus
678 - lib/test_kmod.c: fix limit check on number of test devices created
679 - dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
680 - netfilter: ebtables: fix erroneous reject of last rule
681 - can: m_can: change comparison to bitshift when dealing with a mask
682 - can: m_can: select pinctrl state in each suspend/resume function
683 - bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().
684 - workqueue: use put_device() instead of kfree()
685 - ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu
686 - sunvnet: does not support GSO for sctp
687 - KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending
688 - gpu: ipu-v3: prg: avoid possible array underflow
689 - drm/imx: move arming of the vblank event to atomic_flush
690 - drm/nouveau/bl: fix backlight regression
691 - xfrm: fix rcu_read_unlock usage in xfrm_local_error
692 - iwlwifi: mvm: set the correct tid when we flush the MCAST sta
693 - iwlwifi: mvm: Correctly set IGTK for AP
694 - iwlwifi: mvm: fix error checking for multi/broadcast sta
695 - net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off
696 - vlan: Fix out of order vlan headers with reorder header off
697 - batman-adv: fix header size check in batadv_dbg_arp()
698 - batman-adv: Fix skbuff rcsum on packet reroute
699 - vti4: Don't count header length twice on tunnel setup
700 - ip_tunnel: Clamp MTU to bounds on new link
701 - vti6: Fix dev->max_mtu setting
702 - iwlwifi: mvm: Increase session protection time after CS
703 - iwlwifi: mvm: clear tx queue id when unreserving aggregation queue
704 - iwlwifi: mvm: make sure internal station has a valid id
705 - iwlwifi: mvm: fix array out of bounds reference
706 - drm/tegra: Shutdown on driver unbind
707 - perf/cgroup: Fix child event counting bug
708 - brcmfmac: Fix check for ISO3166 code
709 - kbuild: make scripts/adjust_autoksyms.sh robust against timestamp races
710 - RDMA/ucma: Correct option size check using optlen
711 - RDMA/qedr: fix QP's ack timeout configuration
712 - RDMA/qedr: Fix rc initialization on CNQ allocation failure
713 - RDMA/qedr: Fix QP state initialization race
714 - net/sched: fix idr leak on the error path of tcf_bpf_init()
715 - net/sched: fix idr leak in the error path of tcf_simp_init()
716 - net/sched: fix idr leak in the error path of tcf_act_police_init()
717 - net/sched: fix idr leak in the error path of tcp_pedit_init()
718 - net/sched: fix idr leak in the error path of __tcf_ipt_init()
719 - net/sched: fix idr leak in the error path of tcf_skbmod_init()
720 - net: dsa: Fix functional dsa-loop dependency on FIXED_PHY
721 - drm/ast: Fixed 1280x800 Display Issue
722 - mm/mempolicy.c: avoid use uninitialized preferred_node
723 - mm, thp: do not cause memcg oom for thp
724 - xfrm: Fix transport mode skb control buffer usage.
725 - selftests: ftrace: Add probe event argument syntax testcase
726 - selftests: ftrace: Add a testcase for string type with kprobe_event
727 - selftests: ftrace: Add a testcase for probepoint
728 - drm/amdkfd: Fix scratch memory with HWS enabled
729 - batman-adv: fix multicast-via-unicast transmission with AP isolation
730 - batman-adv: fix packet loss for broadcasted DHCP packets to a server
731 - ARM: 8748/1: mm: Define vdso_start, vdso_end as array
732 - lan78xx: Set ASD in MAC_CR when EEE is enabled.
733 - net: qmi_wwan: add BroadMobi BM806U 2020:2033
734 - bonding: fix the err path for dev hwaddr sync in bond_enslave
735 - net: dsa: mt7530: fix module autoloading for OF platform drivers
736 - net/mlx5: Make eswitch support to depend on switchdev
737 - perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUs
738 - x86/alternatives: Fixup alternative_call_2
739 - llc: properly handle dev_queue_xmit() return value
740 - builddeb: Fix header package regarding dtc source links
741 - qede: Fix barrier usage after tx doorbell write.
742 - mm, slab: memcg_link the SLAB's kmem_cache
743 - mm/page_owner: fix recursion bug after changing skip entries
744 - mm/kmemleak.c: wait for scan completion before disabling free
745 - hv_netvsc: enable multicast if necessary
746 - qede: Do not drop rx-checksum invalidated packets.
747 - net: Fix untag for vlan packets without ethernet header
748 - vlan: Fix vlan insertion for packets without ethernet header
749 - net: mvneta: fix enable of all initialized RXQs
750 - sh: fix debug trap failure to process signals before return to user
751 - firmware: dmi_scan: Fix UUID length safety check
752 - nvme: don't send keep-alives to the discovery controller
753 - Btrfs: clean up resources during umount after trans is aborted
754 - Btrfs: fix loss of prealloc extents past i_size after fsync log replay
755 - x86/pgtable: Don't set huge PUD/PMD on non-leaf entries
756 - fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl
757 table
758 - swap: divide-by-zero when zero length swap file on ssd
759 - z3fold: fix memory leak
760 - sr: get/drop reference to device in revalidate and check_events
761 - Force log to disk before reading the AGF during a fstrim
762 - cpufreq: CPPC: Initialize shared perf capabilities of CPUs
763 - powerpc/fscr: Enable interrupts earlier before calling get_user()
764 - perf tools: Fix perf builds with clang support
765 - perf clang: Add support for recent clang versions
766 - dp83640: Ensure against premature access to PHY registers after reset
767 - ibmvnic: Zero used TX descriptor counter on reset
768 - mm/ksm: fix interaction with THP
769 - mm: fix races between address_space dereference and free in page_evicatable
770 - mm: thp: fix potential clearing to referenced flag in
771 page_idle_clear_pte_refs_one()
772 - Btrfs: bail out on error during replay_dir_deletes
773 - Btrfs: fix NULL pointer dereference in log_dir_items
774 - btrfs: Fix possible softlock on single core machines
775 - IB/rxe: Fix for oops in rxe_register_device on ppc64le arch
776 - ocfs2/dlm: don't handle migrate lockres if already in shutdown
777 - powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleep
778 - sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning
779 - x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of
780 this_cpu_has() in build_cr3_noflush()
781 - KVM: VMX: raise internal error for exception during invalid protected mode
782 state
783 - lan78xx: Connect phy early
784 - sparc64: Make atomic_xchg() an inline function rather than a macro.
785 - net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()
786 - net: bgmac: Correctly annotate register space
787 - btrfs: tests/qgroup: Fix wrong tree backref level
788 - Btrfs: fix copy_items() return value when logging an inode
789 - btrfs: fix lockdep splat in btrfs_alloc_subvolume_writers
790 - btrfs: qgroup: Fix root item corruption when multiple same source snapshots
791 are created with quota enabled
792 - rxrpc: Fix Tx ring annotation after initial Tx failure
793 - rxrpc: Don't treat call aborts as conn aborts
794 - xen/acpi: off by one in read_acpi_id()
795 - drivers: macintosh: rack-meter: really fix bogus memsets
796 - ACPI: acpi_pad: Fix memory leak in power saving threads
797 - powerpc/mpic: Check if cpu_possible() in mpic_physmask()
798 - ieee802154: ca8210: fix uninitialised data read
799 - ath10k: advertize beacon_int_min_gcd
800 - iommu/amd: Take into account that alloc_dev_data() may return NULL
801 - intel_th: Use correct method of finding hub
802 - m68k: set dma and coherent masks for platform FEC ethernets
803 - iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txq
804 - parisc/pci: Switch LBA PCI bus from Hard Fail to Soft Fail mode
805 - hwmon: (nct6775) Fix writing pwmX_mode
806 - powerpc/perf: Prevent kernel address leak to userspace via BHRB buffer
807 - powerpc/perf: Fix kernel address leak via sampling registers
808 - rsi: fix kernel panic observed on 64bit machine
809 - tools/thermal: tmon: fix for segfault
810 - selftests: Print the test we're running to /dev/kmsg
811 - net/mlx5: Protect from command bit overflow
812 - watchdog: davinci_wdt: fix error handling in davinci_wdt_probe()
813 - ath10k: Fix kernel panic while using worker (ath10k_sta_rc_update_wk)
814 - nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-A
815 - ath9k: fix crash in spectral scan
816 - cxgb4: Setup FW queues before registering netdev
817 - ima: Fix Kconfig to select TPM 2.0 CRB interface
818 - ima: Fallback to the builtin hash algorithm
819 - watchdog: aspeed: Allow configuring for alternate boot
820 - arm: dts: socfpga: fix GIC PPI warning
821 - ext4: don't complain about incorrect features when probing
822 - drm/vmwgfx: Unpin the screen object backup buffer when not used
823 - iommu/mediatek: Fix protect memory setting
824 - cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure path
825 - IB/mlx5: Set the default active rate and width to QDR and 4X
826 - zorro: Set up z->dev.dma_mask for the DMA API
827 - bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
828 - remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()'
829 - dt-bindings: add device tree binding for Allwinner H6 main CCU
830 - ACPICA: Events: add a return on failure from acpi_hw_register_read
831 - ACPICA: Fix memory leak on unusual memory leak
832 - ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.c
833 - cxgb4: Fix queue free path of ULD drivers
834 - i2c: mv64xxx: Apply errata delay only in standard mode
835 - KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
836 - perf top: Fix top.call-graph config option reading
837 - perf stat: Fix core dump when flag T is used
838 - IB/core: Honor port_num while resolving GID for IB link layer
839 - drm/amdkfd: add missing include of mm.h
840 - coresight: Use %px to print pcsr instead of %p
841 - regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'
842 - spi: bcm-qspi: fIX some error handling paths
843 - net/smc: pay attention to MAX_ORDER for CQ entries
844 - MIPS: ath79: Fix AR724X_PLL_REG_PCIE_CONFIG offset
845 - watchdog: dw: RMW the control register
846 - watchdog: aspeed: Fix translation of reset mode to ctrl register
847 - drm/meson: Fix some error handling paths in 'meson_drv_bind_master()'
848 - drm/meson: Fix an un-handled error path in 'meson_drv_bind_master()'
849 - powerpc: Add missing prototype for arch_irq_work_raise()
850 - f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range
851 - f2fs: fix to clear CP_TRIMMED_FLAG
852 - f2fs: fix to check extent cache in f2fs_drop_extent_tree
853 - perf/core: Fix installing cgroup events on CPU
854 - max17042: propagate of_node to power supply device
855 - perf/core: Fix perf_output_read_group()
856 - drm/panel: simple: Fix the bus format for the Ontat panel
857 - hwmon: (pmbus/max8688) Accept negative page register values
858 - hwmon: (pmbus/adm1275) Accept negative page register values
859 - perf/x86/intel: Properly save/restore the PMU state in the NMI handler
860 - cdrom: do not call check_disk_change() inside cdrom_open()
861 - efi/arm*: Only register page tables when they exist
862 - perf/x86/intel: Fix large period handling on Broadwell CPUs
863 - perf/x86/intel: Fix event update for auto-reload
864 - arm64: dts: qcom: Fix SPI5 config on MSM8996
865 - soc: qcom: wcnss_ctrl: Fix increment in NV upload
866 - gfs2: Fix fallocate chunk size
867 - x86/devicetree: Initialize device tree before using it
868 - x86/devicetree: Fix device IRQ settings in DT
869 - phy: rockchip-emmc: retry calpad busy trimming
870 - ALSA: vmaster: Propagate slave error
871 - phy: qcom-qmp: Fix phy pipe clock gating
872 - drm/bridge: sii902x: Retry status read after DDI I2C
873 - tools: hv: fix compiler warnings about major/target_fname
874 - block: null_blk: fix 'Invalid parameters' when loading module
875 - dmaengine: pl330: fix a race condition in case of threaded irqs
876 - dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()
877 - enic: enable rq before updating rq descriptors
878 - watchdog: asm9260_wdt: fix error handling in asm9260_wdt_probe()
879 - hwrng: stm32 - add reset during probe
880 - pinctrl: devicetree: Fix dt_to_map_one_config handling of hogs
881 - pinctrl: artpec6: dt: add missing pin group uart5nocts
882 - vfio-ccw: fence off transport mode
883 - dmaengine: qcom: bam_dma: get num-channels and num-ees from dt
884 - drm: omapdrm: dss: Move initialization code from component bind to probe
885 - ARM: dts: dra71-evm: Correct evm_sd regulator max voltage
886 - drm/amdgpu: disable GFX ring and disable PQ wptr in hw_fini
887 - drm/amdgpu: adjust timeout for ib_ring_tests(v2)
888 - net: stmmac: ensure that the device has released ownership before reading
889 data
890 - net: stmmac: ensure that the MSS desc is the last desc to set the own bit
891 - cpufreq: Reorder cpufreq_online() error code path
892 - dpaa_eth: fix SG mapping
893 - PCI: Add function 1 DMA alias quirk for Marvell 88SE9220
894 - udf: Provide saner default for invalid uid / gid
895 - ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL mode
896 - sh_eth: fix TSU init on SH7734/R8A7740
897 - power: supply: ltc2941-battery-gauge: Fix temperature units
898 - ARM: dts: bcm283x: Fix probing of bcm2835-i2s
899 - ARM: dts: bcm283x: Fix pin function of JTAG pins
900 - PCMCIA / PM: Avoid noirq suspend aborts during suspend-to-idle
901 - audit: return on memory error to avoid null pointer dereference
902 - net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()
903 - rcu: Call touch_nmi_watchdog() while printing stall warnings
904 - pinctrl: sh-pfc: r8a7796: Fix MOD_SEL register pin assignment for SSI pins
905 group
906 - dpaa_eth: fix pause capability advertisement logic
907 - MIPS: Octeon: Fix logging messages with spurious periods after newlines
908 - drm/rockchip: Respect page offset for PRIME mmap calls
909 - x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic'
910 specified
911 - perf test: Fix test case inet_pton to accept inlines.
912 - perf report: Fix wrong jump arrow
913 - perf tests: Use arch__compare_symbol_names to compare symbols
914 - perf report: Fix memory corruption in --branch-history mode --branch-history
915 - perf tests: Fix dwarf unwind for stripped binaries
916 - selftests/net: fixes psock_fanout eBPF test case
917 - netlabel: If PF_INET6, check sk_buff ip header version
918 - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen3
919 - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen2
920 - ARM: dts: at91: tse850: use the correct compatible for the eeprom
921 - regmap: Correct comparison in regmap_cached
922 - i40e: Add delay after EMP reset for firmware to recover
923 - ARM: dts: imx7d: cl-som-imx7: fix pinctrl_enet
924 - ARM: dts: porter: Fix HDMI output routing
925 - regulator: of: Add a missing 'of_node_put()' in an error handling path of
926 'of_regulator_match()'
927 - pinctrl: mcp23s08: spi: Fix regmap debugfs entries
928 - kdb: make "mdr" command repeat
929 - drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successful
930 - perf tools: Add trace/beauty/generated/ into .gitignore
931 - tools: sync up .h files with the repective arch and uapi .h files
932 - MIPS: xilfpga: Stop generating useless dtb.o
933 - MIPS: xilfpga: Actually include FDT in fitImage
934 - MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4770
935 - fix breakage caused by d_find_alias() semantics change
936 - Btrfs: fix error handling in btrfs_truncate()
937 - mmc: block: propagate correct returned value in mmc_rpmb_ioctl
938 - arm64: export tishift functions to modules
939 - bcma: fix buffer size caused crash in bcma_core_mips_print_irq()
940 - PM / core: Fix direct_complete handling for devices with no callbacks
941 - ARM: dts: sun4i: Fix incorrect clocks for displays
942 - bnxt_en: Ignore src port field in decap filter nodes
943 - kasan, slub: fix handling of kasan_slab_free hook
944 - riscv/spinlock: Strengthen implementations with fences
945 - platform/x86: dell-smbios: Fix memory leaks in build_tokens_sysfs()
946 - rxrpc: Fix resend event time calculation
947 - i40e: hold the RTNL lock while changing interrupt schemes
948 - hv_netvsc: Fix the return status in RX path
949 - firmware: fix checking for return values for fw_add_devm_name()
950 - bcache: set writeback_rate_update_seconds in range [1, 60] seconds
951 - bcache: fix cached_dev->count usage for bch_cache_set_error()
952 - bcache: stop dc->writeback_rate_update properly
953 - ibmvnic: Fix reset return from closed state
954 - powerpc/vas: Fix cleanup when VAS is not configured
955 - f2fs: flush cp pack except cp pack 2 page at first
956 - drm/amdgpu: Clean sdma wptr register when only enable wptr polling
957 - powerpc/mm/slice: Remove intermediate bitmap copy
958 - powerpc/mm/slice: create header files dedicated to slices
959 - powerpc/mm/slice: Enhance for supporting PPC32
960 - powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx
961 - ibmvnic: Allocate statistics buffers during probe
962 - dt-bindings: display: msm/dsi: Fix the PHY regulator supply props
963 - drm/amd/display: Set vsc pack revision when DPCD revision is >= 1.2
964 - soc: renesas: r8a77970-sysc: fix power area parents
965 - drm/vblank: Data type fixes for 64-bit vblank sequences.
966 - selftests: Add FIB onlink tests
967 - soc: amlogic: meson-gx-pwrc-vpu: fix error on shutdown when domain is
968 powered off
969
970 * arm-smmu-v3 arm-smmu-v3.1.auto: failed to allocate MSIs (LP: #1785282)
971 - ACPICA: iasl: Add SMMUv3 device ID mapping index support
972 - ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard
973
974 * Driver iwlwifi for Intel Wireless-AC 9560 is slow and unreliable in kernel
975 4.15.0-20-generic (LP: #1772467)
976 - scsi: hpsa: disable device during shutdown
977
978 * [Bionic] i2c: xlp9xx: Add SMBAlert support (LP: #1786981)
979 - i2c: xlp9xx: Add support for SMBAlert
980
981 * qeth: don't clobber buffer on async TX completion (LP: #1786057)
982 - s390/qeth: don't clobber buffer on async TX completion
983
984 * Linux 4.15.0-23 crashes during the boot process with a "Unable to handle
985 kernel NULL pointer dereference" message (LP: #1777338)
986 - x86/xen: Add call of speculative_store_bypass_ht_init() to PV paths
987
988 * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058)
989 - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio
990
991 * [Bionic] i2c: xlp9xx: Fix case where SSIF read transaction completes early
992 (LP: #1787240)
993 - i2c: xlp9xx: Fix case where SSIF read transaction completes early
994
995 * [Bionic] integrate upstream fix for Cavium zram driver (LP: #1787469)
996 - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from
997 CONFIG_VMAP_STACK"
998 - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
999 - crypto: cavium - Limit result reading attempts
1000 - crypto: cavium - Prevent division by zero
1001 - crypto: cavium - Fix statistics pending request value
1002 - crypto: cavium - Fix smp_processor_id() warnings
1003
1004 * Bugfix for handling of shadow doorbell buffer (LP: #1788222)
1005 - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
1006
1007 * nvme devices namespace assigned to the wrong controller (LP: #1789227)
1008 - nvme/multipath: Fix multipath disabled naming collisions
1009
1010 * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before
1011 walinuxagent.service (LP: #1739107)
1012 - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before
1013 walinuxagent.service
1014
1015 * hinic interfaces aren't getting predictable names (LP: #1783138)
1016 - hinic: Link the logical network device to the pci device in sysfs
1017
1018 * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
1019 Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950)
1020 - ACPI / LPSS: Avoid PM quirks on suspend and resume from S3
1021 - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation
1022
1023 * [Bionic] Bluetooth: Support RTL8723D and RTL8821C Devices (LP: #1784835)
1024 - Bluetooth: btrtl: Add RTL8723D and RTL8821C devices
1025
1026 * CacheFiles: Error: Overlong wait for old active object to go away.
1027 (LP: #1776254)
1028 - cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag
1029 - cachefiles: Wait rather than BUG'ing on "Unexpected object collision"
1030
1031 * fscache cookie refcount updated incorrectly during fscache object allocation
1032 (LP: #1776277) // fscache cookie refcount updated incorrectly during fscache
1033 object allocation (LP: #1776277)
1034 - fscache: Fix reference overput in fscache_attach_object() error handling
1035
1036 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
1037 - Revert "UBUNTU: SAUCE: CacheFiles: fix a read_waiter/read_copier race"
1038 - fscache: Allow cancelled operations to be enqueued
1039 - cachefiles: Fix refcounting bug in backing-file read monitoring
1040
1041 * SMB3: Fix regression in server reconnect detection (LP: #1786110)
1042 - smb3: on reconnect set PreviousSessionId field
1043
1044 * CVE-2018-1118
1045 - vhost: fix info leak due to uninitialized memory
1046
1047 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 27 Aug 2018 16:45:36 +0200
1048
1049 linux (4.15.0-33.36) bionic; urgency=medium
1050
1051 * linux: 4.15.0-33.36 -proposed tracker (LP: #1787149)
1052
1053 * RTNL assertion failure on ipvlan (LP: #1776927)
1054 - ipvlan: drop ipv6 dependency
1055 - ipvlan: use per device spinlock to protect addrs list updates
1056 - SAUCE: fix warning from "ipvlan: drop ipv6 dependency"
1057
1058 * ubuntu_bpf_jit test failed on Bionic s390x systems (LP: #1753941)
1059 - test_bpf: flag tests that cannot be jited on s390
1060
1061 * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689)
1062 - drm/nouveau: fix nouveau_dsm_get_client_id()'s return type
1063 - drm/radeon: fix radeon_atpx_get_client_id()'s return type
1064 - drm/amdgpu: fix amdgpu_atpx_get_client_id()'s return type
1065 - platform/x86: apple-gmux: fix gmux_get_client_id()'s return type
1066 - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA
1067 - vga_switcheroo: set audio client id according to bound GPU id
1068
1069 * locking sockets broken due to missing AppArmor socket mediation patches
1070 (LP: #1780227)
1071 - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets
1072
1073 * Update2 for ocxl driver (LP: #1781436)
1074 - ocxl: Fix page fault handler in case of fault on dying process
1075
1076 * netns: unable to follow an interface that moves to another netns
1077 (LP: #1774225)
1078 - net: core: Expose number of link up/down transitions
1079 - dev: always advertise the new nsid when the netns iface changes
1080 - dev: advertise the new ifindex when the netns iface changes
1081
1082 * [Bionic] Disk IO hangs when using BFQ as io scheduler (LP: #1780066)
1083 - block, bfq: fix occurrences of request finish method's old name
1084 - block, bfq: remove batches of confusing ifdefs
1085 - block, bfq: add requeue-request hook
1086
1087 * HP ProBook 455 G5 needs mute-led-gpio fixup (LP: #1781763)
1088 - ALSA: hda: add mute led support for HP ProBook 455 G5
1089
1090 * [Bionic] bug fixes to improve stability of the ThunderX2 i2c driver
1091 (LP: #1781476)
1092 - i2c: xlp9xx: Fix issue seen when updating receive length
1093 - i2c: xlp9xx: Make sure the transfer size is not more than
1094 I2C_SMBUS_BLOCK_SIZE
1095
1096 * x86/kvm: fix LAPIC timer drift when guest uses periodic mode (LP: #1778486)
1097 - x86/kvm: fix LAPIC timer drift when guest uses periodic mode
1098
1099 * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823)
1100 - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules
1101
1102 * Nvidia fails after switching its mode (LP: #1778658)
1103 - PCI: Restore config space on runtime resume despite being unbound
1104
1105 * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364)
1106 - SAUCE: (noup) zfs to 0.7.5-1ubuntu16.3
1107
1108 * CVE-2018-12232
1109 - PATCH 1/1] socket: close race condition between sock_close() and
1110 sockfs_setattr()
1111
1112 * CVE-2018-10323
1113 - xfs: set format back to extents if xfs_bmap_extents_to_btree
1114
1115 * change front mic location for more lenovo m7/8/9xx machines (LP: #1781316)
1116 - ALSA: hda/realtek - Fix the problem of two front mics on more machines
1117 - ALSA: hda/realtek - two more lenovo models need fixup of MIC_LOCATION
1118
1119 * Cephfs + fscache: unable to handle kernel NULL pointer dereference at
1120 0000000000000000 IP: jbd2__journal_start+0x22/0x1f0 (LP: #1783246)
1121 - ceph: track read contexts in ceph_file_info
1122
1123 * Touchpad of ThinkPad P52 failed to work with message "lost sync at byte"
1124 (LP: #1779802)
1125 - Input: elantech - fix V4 report decoding for module with middle key
1126 - Input: elantech - enable middle button of touchpads on ThinkPad P52
1127
1128 * xhci_hcd 0000:00:14.0: Root hub is not suspended (LP: #1779823)
1129 - usb: xhci: dbc: Fix lockdep warning
1130 - usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not started
1131
1132 * CVE-2018-13406
1133 - video: uvesafb: Fix integer overflow in allocation
1134
1135 * CVE-2018-10840
1136 - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
1137
1138 * CVE-2018-11412
1139 - ext4: do not allow external inodes for inline data
1140
1141 * CVE-2018-10881
1142 - ext4: clear i_data in ext4_inode_info when removing inline data
1143
1144 * CVE-2018-12233
1145 - jfs: Fix inconsistency between memory allocation and ea_buf->max_size
1146
1147 * CVE-2018-12904
1148 - kvm: nVMX: Enforce cpl=0 for VMX instructions
1149
1150 * Error parsing PCC subspaces from PCCT (LP: #1528684)
1151 - mailbox: PCC: erroneous error message when parsing ACPI PCCT
1152
1153 * CVE-2018-13094
1154 - xfs: don't call xfs_da_shrink_inode with NULL bp
1155
1156 * other users' coredumps can be read via setgid directory and killpriv bypass
1157 (LP: #1779923) // CVE-2018-13405
1158 - Fix up non-directory creation in SGID directories
1159
1160 * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166)
1161 - snapcraft.yaml: stop invoking the obsolete (and non-existing)
1162 'firmware_install' target
1163
1164 * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build
1165 (LP: #1782116)
1166 - snapcraft.yaml: copy retpoline-extract-one to scripts before build
1167
1168 * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540)
1169 - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge
1170
1171 * CVE-2018-11506
1172 - sr: pass down correctly sized SCSI sense buffer
1173
1174 * Bionic update: upstream stable patchset 2018-07-24 (LP: #1783418)
1175 - net: Fix a bug in removing queues from XPS map
1176 - net/mlx4_core: Fix error handling in mlx4_init_port_info.
1177 - net/sched: fix refcnt leak in the error path of tcf_vlan_init()
1178 - net: sched: red: avoid hashing NULL child
1179 - net/smc: check for missing nlattrs in SMC_PNETID messages
1180 - net: test tailroom before appending to linear skb
1181 - packet: in packet_snd start writing at link layer allocation
1182 - sock_diag: fix use-after-free read in __sk_free
1183 - tcp: purge write queue in tcp_connect_init()
1184 - vmxnet3: set the DMA mask before the first DMA map operation
1185 - vmxnet3: use DMA memory barriers where required
1186 - hv_netvsc: empty current transmit aggregation if flow blocked
1187 - hv_netvsc: Use the num_online_cpus() for channel limit
1188 - hv_netvsc: avoid retry on send during shutdown
1189 - hv_netvsc: only wake transmit queue if link is up
1190 - hv_netvsc: fix error unwind handling if vmbus_open fails
1191 - hv_netvsc: cancel subchannel setup before halting device
1192 - hv_netvsc: fix race in napi poll when rescheduling
1193 - hv_netvsc: defer queue selection to VF
1194 - hv_netvsc: disable NAPI before channel close
1195 - hv_netvsc: use RCU to fix concurrent rx and queue changes
1196 - hv_netvsc: change GPAD teardown order on older versions
1197 - hv_netvsc: common detach logic
1198 - hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown
1199 - hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()
1200 - hv_netvsc: Ensure correct teardown message sequence order
1201 - hv_netvsc: Fix a network regression after ifdown/ifup
1202 - sparc: vio: use put_device() instead of kfree()
1203 - ext2: fix a block leak
1204 - s390: add assembler macros for CPU alternatives
1205 - s390: move expoline assembler macros to a header
1206 - s390/crc32-vx: use expoline for indirect branches
1207 - s390/lib: use expoline for indirect branches
1208 - s390/ftrace: use expoline for indirect branches
1209 - s390/kernel: use expoline for indirect branches
1210 - s390: move spectre sysfs attribute code
1211 - s390: extend expoline to BC instructions
1212 - s390: use expoline thunks in the BPF JIT
1213 - scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()
1214 - scsi: zfcp: fix infinite iteration on ERP ready list
1215 - loop: don't call into filesystem while holding lo_ctl_mutex
1216 - loop: fix LOOP_GET_STATUS lock imbalance
1217 - cfg80211: limit wiphy names to 128 bytes
1218 - hfsplus: stop workqueue when fill_super() failed
1219 - x86/kexec: Avoid double free_page() upon do_kexec_load() failure
1220 - usb: gadget: f_uac2: fix bFirstInterface in composite gadget
1221 - usb: dwc3: Undo PHY init if soft reset fails
1222 - usb: dwc3: omap: don't miss events during suspend/resume
1223 - usb: gadget: core: Fix use-after-free of usb_request
1224 - usb: gadget: fsl_udc_core: fix ep valid checks
1225 - usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()
1226 - usb: cdc_acm: prevent race at write to acm while system resumes
1227 - net: usbnet: fix potential deadlock on 32bit hosts
1228 - ARM: dts: imx7d-sdb: Fix regulator-usb-otg2-vbus node name
1229 - usb: host: xhci-plat: revert "usb: host: xhci-plat: enable clk in resume
1230 timing"
1231 - USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEM
1232 - net/usb/qmi_wwan.c: Add USB id for lt4120 modem
1233 - net-usb: add qmi_wwan if on lte modem wistron neweb d18q1
1234 - Bluetooth: btusb: Add USB ID 7392:a611 for Edimax EW-7611ULB
1235 - ALSA: usb-audio: Add native DSD support for Luxman DA-06
1236 - usb: dwc3: Add SoftReset PHY synchonization delay
1237 - usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fields
1238 - usb: dwc3: Makefile: fix link error on randconfig
1239 - xhci: zero usb device slot_id member when disabling and freeing a xhci slot
1240 - usb: dwc2: Fix interval type issue
1241 - usb: dwc2: hcd: Fix host channel halt flow
1242 - usb: dwc2: host: Fix transaction errors in host mode
1243 - usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUS
1244 - usb: gadget: ffs: Execute copy_to_user() with USER_DS set
1245 - usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS
1246 - usb: gadget: udc: change comparison to bitshift when dealing with a mask
1247 - usb: gadget: composite: fix incorrect handling of OS desc requests
1248 - media: lgdt3306a: Fix module count mismatch on usb unplug
1249 - media: em28xx: USB bulk packet size fix
1250 - Bluetooth: btusb: Add device ID for RTL8822BE
1251 - xhci: Show what USB release number the xHC supports from protocol capablity
1252 - staging: bcm2835-audio: Release resources on module_exit()
1253 - staging: lustre: fix bug in osc_enter_cache_try
1254 - staging: fsl-dpaa2/eth: Fix incorrect casts
1255 - staging: rtl8192u: return -ENOMEM on failed allocation of priv->oldaddr
1256 - staging: ks7010: Use constants from ieee80211_eid instead of literal ints.
1257 - staging: lustre: lmv: correctly iput lmo_root
1258 - crypto: inside-secure - wait for the request to complete if in the backlog
1259 - crypto: atmel-aes - fix the keys zeroing on errors
1260 - crypto: ccp - don't disable interrupts while setting up debugfs
1261 - crypto: inside-secure - do not process request if no command was issued
1262 - crypto: inside-secure - fix the cache_len computation
1263 - crypto: inside-secure - fix the extra cache computation
1264 - crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ss
1265 - crypto: inside-secure - fix the invalidation step during cra_exit
1266 - scsi: mpt3sas: fix an out of bound write
1267 - scsi: ufs: Enable quirk to ignore sending WRITE_SAME command
1268 - scsi: bnx2fc: Fix check in SCSI completion handler for timed out request
1269 - scsi: sym53c8xx_2: iterator underflow in sym_getsync()
1270 - scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()
1271 - scsi: qla2xxx: Avoid triggering undefined behavior in
1272 qla2x00_mbx_completion()
1273 - scsi: storvsc: Increase cmd_per_lun for higher speed devices
1274 - scsi: qedi: Fix truncation of CHAP name and secret
1275 - scsi: aacraid: fix shutdown crash when init fails
1276 - scsi: qla4xxx: skip error recovery in case of register disconnect.
1277 - scsi: qedi: Fix kernel crash during port toggle
1278 - scsi: mpt3sas: Do not mark fw_event workqueue as WQ_MEM_RECLAIM
1279 - scsi: sd: Keep disk read-only when re-reading partition
1280 - scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabled
1281 - scsi: aacraid: Insure command thread is not recursively stopped
1282 - scsi: core: Make SCSI Status CONDITION MET equivalent to GOOD
1283 - scsi: mvsas: fix wrong endianness of sgpio api
1284 - ASoC: hdmi-codec: Fix module unloading caused kernel crash
1285 - ASoC: rockchip: rk3288-hdmi-analog: Select needed codecs
1286 - ASoC: samsung: odroid: Fix 32000 sample rate handling
1287 - ASoC: topology: create TLV data for dapm widgets
1288 - ASoC: samsung: i2s: Ensure the RCLK rate is properly determined
1289 - clk: rockchip: Fix wrong parent for SDMMC phase clock for rk3228
1290 - clk: Don't show the incorrect clock phase
1291 - clk: hisilicon: mark wdt_mux_p[] as const
1292 - clk: tegra: Fix pll_u rate configuration
1293 - clk: rockchip: Prevent calculating mmc phase if clock rate is zero
1294 - clk: samsung: s3c2410: Fix PLL rates
1295 - clk: samsung: exynos7: Fix PLL rates
1296 - clk: samsung: exynos5260: Fix PLL rates
1297 - clk: samsung: exynos5433: Fix PLL rates
1298 - clk: samsung: exynos5250: Fix PLL rates
1299 - clk: samsung: exynos3250: Fix PLL rates
1300 - media: dmxdev: fix error code for invalid ioctls
1301 - media: Don't let tvp5150_get_vbi() go out of vbi_ram_default array
1302 - media: ov5645: add missing of_node_put() in error path
1303 - media: cx23885: Override 888 ImpactVCBe crystal frequency
1304 - media: cx23885: Set subdev host data to clk_freq pointer
1305 - media: s3c-camif: fix out-of-bounds array access
1306 - media: lgdt3306a: Fix a double kfree on i2c device remove
1307 - media: em28xx: Add Hauppauge SoloHD/DualHD bulk models
1308 - media: v4l: vsp1: Fix display stalls when requesting too many inputs
1309 - media: i2c: adv748x: fix HDMI field heights
1310 - media: vb2: Fix videobuf2 to map correct area
1311 - media: vivid: fix incorrect capabilities for radio
1312 - media: cx25821: prevent out-of-bounds read on array card
1313 - serial: xuartps: Fix out-of-bounds access through DT alias
1314 - serial: sh-sci: Fix out-of-bounds access through DT alias
1315 - serial: samsung: Fix out-of-bounds access through serial port index
1316 - serial: mxs-auart: Fix out-of-bounds access through serial port index
1317 - serial: imx: Fix out-of-bounds access through serial port index
1318 - serial: fsl_lpuart: Fix out-of-bounds access through DT alias
1319 - serial: arc_uart: Fix out-of-bounds access through DT alias
1320 - serial: 8250: Don't service RX FIFO if interrupts are disabled
1321 - serial: altera: ensure port->regshift is honored consistently
1322 - rtc: snvs: Fix usage of snvs_rtc_enable
1323 - rtc: hctosys: Ensure system time doesn't overflow time_t
1324 - rtc: rk808: fix possible race condition
1325 - rtc: m41t80: fix race conditions
1326 - rtc: tx4939: avoid unintended sign extension on a 24 bit shift
1327 - rtc: rp5c01: fix possible race condition
1328 - rtc: goldfish: Add missing MODULE_LICENSE
1329 - cxgb4: Correct ntuple mask validation for hash filters
1330 - net: dsa: bcm_sf2: Fix RX_CLS_LOC_ANY overwrite for last rule
1331 - net: dsa: Do not register devlink for unused ports
1332 - net: dsa: bcm_sf2: Fix IPv6 rules and chain ID
1333 - net: dsa: bcm_sf2: Fix IPv6 rule half deletion
1334 - 3c59x: convert to generic DMA API
1335 - net: ip6_gre: Request headroom in __gre6_xmit()
1336 - net: ip6_gre: Split up ip6gre_tnl_link_config()
1337 - net: ip6_gre: Split up ip6gre_tnl_change()
1338 - net: ip6_gre: Split up ip6gre_newlink()
1339 - net: ip6_gre: Split up ip6gre_changelink()
1340 - qed: LL2 flush isles when connection is closed
1341 - qed: Fix possibility of list corruption during rmmod flows
1342 - qed: Fix LL2 race during connection terminate
1343 - powerpc: Move default security feature flags
1344 - Bluetooth: btusb: Add support for Intel Bluetooth device 22560 [8087:0026]
1345 - staging: fsl-dpaa2/eth: Fix incorrect kfree
1346 - crypto: inside-secure - move the digest to the request context
1347 - scsi: lpfc: Fix NVME Initiator FirstBurst
1348 - serial: mvebu-uart: fix tx lost characters
1349
1350 * Bionic update: upstream stable patchset 2018-07-20 (LP: #1782846)
1351 - usbip: usbip_host: refine probe and disconnect debug msgs to be useful
1352 - usbip: usbip_host: delete device from busid_table after rebind
1353 - usbip: usbip_host: run rebind from exit when module is removed
1354 - usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
1355 - usbip: usbip_host: fix bad unlock balance during stub_probe()
1356 - ALSA: usb: mixer: volume quirk for CM102-A+/102S+
1357 - ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist
1358 - ALSA: control: fix a redundant-copy issue
1359 - spi: pxa2xx: Allow 64-bit DMA
1360 - spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master
1361 - spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL
1362 - KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls
1363 - KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
1364 - vfio: ccw: fix cleanup if cp_prefetch fails
1365 - tracing/x86/xen: Remove zero data size trace events
1366 trace_xen_mmu_flush_tlb{_all}
1367 - tee: shm: fix use-after-free via temporarily dropped reference
1368 - netfilter: nf_tables: free set name in error path
1369 - netfilter: nf_tables: can't fail after linking rule into active rule list
1370 - netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}
1371 - i2c: designware: fix poll-after-enable regression
1372 - powerpc/powernv: Fix NVRAM sleep in invalid context when crashing
1373 - drm: Match sysfs name in link removal to link creation
1374 - lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly
1375 - radix tree: fix multi-order iteration race
1376 - mm: don't allow deferred pages with NEED_PER_CPU_KM
1377 - drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glk
1378 - s390/qdio: fix access to uninitialized qdio_q fields
1379 - s390/qdio: don't release memory in qdio_setup_irq()
1380 - s390: remove indirect branch from do_softirq_own_stack
1381 - x86/pkeys: Override pkey when moving away from PROT_EXEC
1382 - x86/pkeys: Do not special case protection key 0
1383 - efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32'
1384 definition for mixed mode
1385 - ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr
1386 - x86/mm: Drop TS_COMPAT on 64-bit exec() syscall
1387 - tick/broadcast: Use for_each_cpu() specially on UP kernels
1388 - ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabed
1389 - ARM: 8770/1: kprobes: Prohibit probing on optimized_callback
1390 - ARM: 8772/1: kprobes: Prohibit kprobes on get_user functions
1391 - Btrfs: fix xattr loss after power failure
1392 - Btrfs: send, fix invalid access to commit roots due to concurrent
1393 snapshotting
1394 - btrfs: property: Set incompat flag if lzo/zstd compression is set
1395 - btrfs: fix crash when trying to resume balance without the resume flag
1396 - btrfs: Split btrfs_del_delalloc_inode into 2 functions
1397 - btrfs: Fix delalloc inodes invalidation during transaction abort
1398 - btrfs: fix reading stale metadata blocks after degraded raid1 mounts
1399 - xhci: Fix USB3 NULL pointer dereference at logical disconnect.
1400 - KVM: arm/arm64: Properly protect VGIC locks from IRQs
1401 - KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity
1402 - hwmon: (k10temp) Fix reading critical temperature register
1403 - hwmon: (k10temp) Use API function to access System Management Network
1404 - vsprintf: Replace memory barrier with static_key for random_ptr_key update
1405 - x86/amd_nb: Add support for Raven Ridge CPUs
1406 - x86/apic/x2apic: Initialize cluster ID properly
1407
1408 * Bionic update: upstream stable patchset 2018-07-09 (LP: #1780858)
1409 - 8139too: Use disable_irq_nosync() in rtl8139_poll_controller()
1410 - bridge: check iface upper dev when setting master via ioctl
1411 - dccp: fix tasklet usage
1412 - ipv4: fix fnhe usage by non-cached routes
1413 - ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg
1414 - llc: better deal with too small mtu
1415 - net: ethernet: sun: niu set correct packet size in skb
1416 - net: ethernet: ti: cpsw: fix packet leaking in dual_mac mode
1417 - net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()'
1418 - net/mlx4_en: Verify coalescing parameters are in range
1419 - net/mlx5e: Err if asked to offload TC match on frag being first
1420 - net/mlx5: E-Switch, Include VF RDMA stats in vport statistics
1421 - net sched actions: fix refcnt leak in skbmod
1422 - net_sched: fq: take care of throttled flows before reuse
1423 - net: support compat 64-bit time in {s,g}etsockopt
1424 - net/tls: Don't recursively call push_record during tls_write_space callbacks
1425 - net/tls: Fix connection stall on partial tls record
1426 - openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found
1427 - qmi_wwan: do not steal interfaces from class drivers
1428 - r8169: fix powering up RTL8168h
1429 - rds: do not leak kernel memory to user land
1430 - sctp: delay the authentication for the duplicated cookie-echo chunk
1431 - sctp: fix the issue that the cookie-ack with auth can't get processed
1432 - sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr
1433 - sctp: remove sctp_chunk_put from fail_mark err path in
1434 sctp_ulpevent_make_rcvmsg
1435 - sctp: use the old asoc when making the cookie-ack chunk in dupcook_d
1436 - tcp_bbr: fix to zero idle_restart only upon S/ACKed data
1437 - tcp: ignore Fast Open on repair mode
1438 - tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().
1439 - bonding: do not allow rlb updates to invalid mac
1440 - bonding: send learning packets for vlans on slave
1441 - net: sched: fix error path in tcf_proto_create() when modules are not
1442 configured
1443 - net/mlx5e: TX, Use correct counter in dma_map error flow
1444 - net/mlx5: Avoid cleaning flow steering table twice during error flow
1445 - hv_netvsc: set master device
1446 - ipv6: fix uninit-value in ip6_multipath_l3_keys()
1447 - net/mlx5e: Allow offloading ipv4 header re-write for icmp
1448 - nsh: fix infinite loop
1449 - udp: fix SO_BINDTODEVICE
1450 - l2tp: revert "l2tp: fix missing print session offset info"
1451 - proc: do not access cmdline nor environ from file-backed areas
1452 - net/smc: restrict non-blocking connect finish
1453 - mlxsw: spectrum_switchdev: Do not remove mrouter port from MDB's ports list
1454 - net/mlx5e: DCBNL fix min inline header size for dscp
1455 - net: systemport: Correclty disambiguate driver instances
1456 - sctp: clear the new asoc's stream outcnt in sctp_stream_update
1457 - tcp: restore autocorking
1458 - tipc: fix one byte leak in tipc_sk_set_orig_addr()
1459 - hv_netvsc: Fix net device attach on older Windows hosts
1460
1461 * Bionic update: upstream stable patchset 2018-07-06 (LP: #1780499)
1462 - ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
1463 - ipvs: fix rtnl_lock lockups caused by start_sync_thread
1464 - netfilter: ebtables: don't attempt to allocate 0-sized compat array
1465 - kcm: Call strp_stop before strp_done in kcm_attach
1466 - crypto: af_alg - fix possible uninit-value in alg_bind()
1467 - netlink: fix uninit-value in netlink_sendmsg
1468 - net: fix rtnh_ok()
1469 - net: initialize skb->peeked when cloning
1470 - net: fix uninit-value in __hw_addr_add_ex()
1471 - dccp: initialize ireq->ir_mark
1472 - ipv4: fix uninit-value in ip_route_output_key_hash_rcu()
1473 - soreuseport: initialise timewait reuseport field
1474 - inetpeer: fix uninit-value in inet_getpeer
1475 - memcg: fix per_node_info cleanup
1476 - perf: Remove superfluous allocation error check
1477 - tcp: fix TCP_REPAIR_QUEUE bound checking
1478 - bdi: wake up concurrent wb_shutdown() callers.
1479 - bdi: Fix oops in wb_workfn()
1480 - gpioib: do not free unrequested descriptors
1481 - gpio: fix aspeed_gpio unmask irq
1482 - gpio: fix error path in lineevent_create
1483 - rfkill: gpio: fix memory leak in probe error path
1484 - libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDs
1485 - dm integrity: use kvfree for kvmalloc'd memory
1486 - tracing: Fix regex_match_front() to not over compare the test string
1487 - z3fold: fix reclaim lock-ups
1488 - mm: sections are not offlined during memory hotremove
1489 - mm, oom: fix concurrent munlock and oom reaper unmap, v3
1490 - ceph: fix rsize/wsize capping in ceph_direct_read_write()
1491 - can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()
1492 - can: hi311x: Acquire SPI lock on ->do_get_berr_counter
1493 - can: hi311x: Work around TX complete interrupt erratum
1494 - drm/vc4: Fix scaling of uni-planar formats
1495 - drm/i915: Fix drm:intel_enable_lvds ERROR message in kernel log
1496 - drm/atomic: Clean old_state/new_state in drm_atomic_state_default_clear()
1497 - drm/atomic: Clean private obj old_state/new_state in
1498 drm_atomic_state_default_clear()
1499 - net: atm: Fix potential Spectre v1
1500 - atm: zatm: Fix potential Spectre v1
1501 - cpufreq: schedutil: Avoid using invalid next_freq
1502 - Revert "Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174"
1503 - Bluetooth: btusb: Only check needs_reset_resume DMI table for QCA rome
1504 chipsets
1505 - thermal: exynos: Reading temperature makes sense only when TMU is turned on
1506 - thermal: exynos: Propagate error value from tmu_read()
1507 - nvme: add quirk to force medium priority for SQ creation
1508 - smb3: directory sync should not return an error
1509 - sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
1510 - tracing/uprobe_event: Fix strncpy corner case
1511 - perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*
1512 - perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msr
1513 - perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driver
1514 - perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]
1515 - perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()
1516 - i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()
1517 - bdi: Fix use after free bug in debugfs_remove()
1518 - drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pages
1519 - drm/i915: Adjust eDP's logical vco in a reliable place.
1520 - drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive client
1521 - sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
1522
1523 * Bionic update: upstream stable patchset 2018-06-26 (LP: #1778759)
1524 - percpu: include linux/sched.h for cond_resched()
1525 - ACPI / button: make module loadable when booted in non-ACPI mode
1526 - USB: serial: option: Add support for Quectel EP06
1527 - ALSA: hda - Fix incorrect usage of IS_REACHABLE()
1528 - ALSA: pcm: Check PCM state at xfern compat ioctl
1529 - ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()
1530 - ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation
1531 for array index
1532 - ALSA: aloop: Mark paused device as inactive
1533 - ALSA: aloop: Add missing cable lock to ctl API callbacks
1534 - tracepoint: Do not warn on ENOMEM
1535 - scsi: target: Fix fortify_panic kernel exception
1536 - Input: leds - fix out of bound access
1537 - Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro
1538 - rtlwifi: btcoex: Add power_on_setting routine
1539 - rtlwifi: cleanup 8723be ant_sel definition
1540 - xfs: prevent creating negative-sized file via INSERT_RANGE
1541 - RDMA/cxgb4: release hw resources on device removal
1542 - RDMA/ucma: Allow resolving address w/o specifying source address
1543 - RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flow
1544 - RDMA/mlx5: Protect from shift operand overflow
1545 - NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2
1546 - IB/mlx5: Use unlimited rate when static rate is not supported
1547 - IB/hfi1: Fix handling of FECN marked multicast packet
1548 - IB/hfi1: Fix loss of BECN with AHG
1549 - IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used
1550 - iw_cxgb4: Atomically flush per QP HW CQEs
1551 - drm/vmwgfx: Fix a buffer object leak
1552 - drm/bridge: vga-dac: Fix edid memory leak
1553 - test_firmware: fix setting old custom fw path back on exit, second try
1554 - errseq: Always report a writeback error once
1555 - USB: serial: visor: handle potential invalid device configuration
1556 - usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue
1557 - USB: Accept bulk endpoints with 1024-byte maxpacket
1558 - USB: serial: option: reimplement interface masking
1559 - USB: serial: option: adding support for ublox R410M
1560 - usb: musb: host: fix potential NULL pointer dereference
1561 - usb: musb: trace: fix NULL pointer dereference in musb_g_tx()
1562 - platform/x86: asus-wireless: Fix NULL pointer dereference
1563 - irqchip/qcom: Fix check for spurious interrupts
1564 - tracing: Fix bad use of igrab in trace_uprobe.c
1565 - [Config] CONFIG_ARM64_ERRATUM_1024718=y
1566 - arm64: Add work around for Arm Cortex-A55 Erratum 1024718
1567 - Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro
1568 - infiniband: mlx5: fix build errors when INFINIBAND_USER_ACCESS=m
1569 - btrfs: Take trans lock before access running trans in check_delayed_ref
1570 - drm/vc4: Make sure vc4_bo_{inc,dec}_usecnt() calls are balanced
1571 - xhci: Fix use-after-free in xhci_free_virt_device
1572 - platform/x86: Kconfig: Fix dell-laptop dependency chain.
1573 - KVM: x86: remove APIC Timer periodic/oneshot spikes
1574 - clocksource: Allow clocksource_mark_unstable() on unregistered clocksources
1575 - clocksource: Initialize cs->wd_list
1576 - clocksource: Consistent de-rate when marking unstable
1577
1578 * Bionic update: upstream stable patchset 2018-06-22 (LP: #1778265)
1579 - ext4: set h_journal if there is a failure starting a reserved handle
1580 - ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs
1581 - ext4: add validity checks for bitmap block numbers
1582 - ext4: fix bitmap position validation
1583 - random: fix possible sleeping allocation from irq context
1584 - random: rate limit unseeded randomness warnings
1585 - usbip: usbip_event: fix to not print kernel pointer address
1586 - usbip: usbip_host: fix to hold parent lock for device_attach() calls
1587 - usbip: vhci_hcd: Fix usb device and sockfd leaks
1588 - usbip: vhci_hcd: check rhport before using in vhci_hub_control()
1589 - Revert "xhci: plat: Register shutdown for xhci_plat"
1590 - USB: serial: simple: add libtransistor console
1591 - USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster
1592 - USB: serial: cp210x: add ID for NI USB serial console
1593 - usb: core: Add quirk for HP v222w 16GB Mini
1594 - USB: Increment wakeup count on remote wakeup.
1595 - ALSA: usb-audio: Skip broken EU on Dell dock USB-audio
1596 - virtio: add ability to iterate over vqs
1597 - virtio_console: don't tie bufs to a vq
1598 - virtio_console: free buffers after reset
1599 - virtio_console: drop custom control queue cleanup
1600 - virtio_console: move removal code
1601 - virtio_console: reset on out of memory
1602 - drm/virtio: fix vq wait_event condition
1603 - tty: Don't call panic() at tty_ldisc_init()
1604 - tty: n_gsm: Fix long delays with control frame timeouts in ADM mode
1605 - tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set
1606 - tty: Avoid possible error pointer dereference at tty_ldisc_restore().
1607 - tty: Use __GFP_NOFAIL for tty_ldisc_get()
1608 - ALSA: dice: fix OUI for TC group
1609 - ALSA: dice: fix error path to destroy initialized stream data
1610 - ALSA: hda - Skip jack and others for non-existing PCM streams
1611 - ALSA: opl3: Hardening for potential Spectre v1
1612 - ALSA: asihpi: Hardening for potential Spectre v1
1613 - ALSA: hdspm: Hardening for potential Spectre v1
1614 - ALSA: rme9652: Hardening for potential Spectre v1
1615 - ALSA: control: Hardening for potential Spectre v1
1616 - ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.
1617 - ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr
1618 - ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device
1619 - ALSA: seq: oss: Hardening for potential Spectre v1
1620 - ALSA: hda: Hardening for potential Spectre v1
1621 - ALSA: hda/realtek - Add some fixes for ALC233
1622 - ALSA: hda/realtek - Update ALC255 depop optimize
1623 - ALSA: hda/realtek - change the location for one of two front mics
1624 - mtd: spi-nor: cadence-quadspi: Fix page fault kernel panic
1625 - mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.
1626 - mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.
1627 - mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.
1628 - mtd: rawnand: tango: Fix struct clk memory leak
1629 - kobject: don't use WARN for registration failures
1630 - scsi: sd: Defer spinning up drive while SANITIZE is in progress
1631 - bfq-iosched: ensure to clear bic/bfqq pointers when preparing request
1632 - vfio: ccw: process ssch with interrupts disabled
1633 - ANDROID: binder: prevent transactions into own process.
1634 - PCI: aardvark: Fix logic in advk_pcie_{rd,wr}_conf()
1635 - PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()
1636 - PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq mode
1637 - PCI: aardvark: Fix PCIe Max Read Request Size setting
1638 - ARM: amba: Make driver_override output consistent with other buses
1639 - ARM: amba: Fix race condition with driver_override
1640 - ARM: amba: Don't read past the end of sysfs "driver_override" buffer
1641 - ARM: socfpga_defconfig: Remove QSPI Sector 4K size force
1642 - KVM: arm/arm64: Close VMID generation race
1643 - crypto: drbg - set freed buffers to NULL
1644 - ASoC: fsl_esai: Fix divisor calculation failure at lower ratio
1645 - libceph: un-backoff on tick when we have a authenticated session
1646 - libceph: reschedule a tick in finish_hunting()
1647 - libceph: validate con->state at the top of try_write()
1648 - fpga-manager: altera-ps-spi: preserve nCONFIG state
1649 - earlycon: Use a pointer table to fix __earlycon_table stride
1650 - drm/amdgpu: set COMPUTE_PGM_RSRC1 for SGPR/VGPR clearing shaders
1651 - drm/i915: Enable display WA#1183 from its correct spot
1652 - objtool, perf: Fix GCC 8 -Wrestrict error
1653 - tools/lib/subcmd/pager.c: do not alias select() params
1654 - x86/ipc: Fix x32 version of shmid64_ds and msqid64_ds
1655 - x86/smpboot: Don't use mwait_play_dead() on AMD systems
1656 - x86/microcode/intel: Save microcode patch unconditionally
1657 - x86/microcode: Do not exit early from __reload_late()
1658 - tick/sched: Do not mess with an enqueued hrtimer
1659 - arm/arm64: KVM: Add PSCI version selection API
1660 - powerpc/eeh: Fix race with driver un/bind
1661 - serial: mvebu-uart: Fix local flags handling on termios update
1662 - block: do not use interruptible wait anywhere
1663 - ASoC: dmic: Fix clock parenting
1664 - PCI / PM: Do not clear state_saved in pci_pm_freeze() when smart suspend is
1665 set
1666 - module: Fix display of wrong module .text address
1667 - drm/edid: Reset more of the display info
1668 - drm/i915/fbdev: Enable late fbdev initial configuration
1669 - drm/i915/audio: set minimum CD clock to twice the BCLK
1670 - drm/amd/display: Fix deadlock when flushing irq
1671 - drm/amd/display: Disallow enabling CRTC without primary plane with FB
1672
1673 * Bionic update: upstream stable patchset 2018-06-22 (LP: #1778265) //
1674 CVE-2018-1108.
1675 - random: set up the NUMA crng instances after the CRNG is fully initialized
1676
1677 * Ryzen/Raven Ridge USB ports do not work (LP: #1756700)
1678 - xhci: Fix USB ports for Dell Inspiron 5775
1679
1680 * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux-
1681 jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389)
1682 - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
1683
1684 * Need fix to aacraid driver to prevent panic (LP: #1770095)
1685 - scsi: aacraid: Correct hba_send to include iu_type
1686
1687 * kernel: Fix arch random implementation (LP: #1775391)
1688 - s390/archrandom: Rework arch random implementation.
1689
1690 * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390)
1691 - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.
1692
1693 * Various fixes for CXL kernel module (LP: #1774471)
1694 - cxl: Remove function write_timebase_ctrl_psl9() for PSL9
1695 - cxl: Set the PBCQ Tunnel BAR register when enabling capi mode
1696 - cxl: Report the tunneled operations status
1697 - cxl: Configure PSL to not use APC virtual machines
1698 - cxl: Disable prefault_mode in Radix mode
1699
1700 * Bluetooth not working (LP: #1764645)
1701 - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models
1702
1703 * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491)
1704 - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y
1705 - SAUCE: wcn36xx: read MAC from file or randomly generate one
1706
1707 * fscache: Fix hanging wait on page discarded by writeback (LP: #1777029)
1708 - fscache: Fix hanging wait on page discarded by writeback
1709
1710 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 15 Aug 2018 14:50:38 +0200
1711
1712 linux (4.15.0-32.35) bionic; urgency=medium
1713
1714 [ Stefan Bader ]
1715 * CVE-2018-3620 // CVE-2018-3646
1716 - x86/Centaur: Initialize supported CPU features properly
1717 - x86/Centaur: Report correct CPU/cache topology
1718 - x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present
1719 - perf/events/amd/uncore: Fix amd_uncore_llc ID to use pre-defined cpu_llc_id
1720 - x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c
1721 - x86/CPU/AMD: Calculate last level cache ID from number of sharing threads
1722 - x86/CPU: Modify detect_extended_topology() to return result
1723 - x86/CPU/AMD: Derive CPU topology from CPUID function 0xB when available
1724 - x86/CPU: Move cpu local function declarations to local header
1725 - x86/CPU: Make intel_num_cpu_cores() generic
1726 - x86/CPU: Move cpu_detect_cache_sizes() into init_intel_cacheinfo()
1727 - x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to
1728 detect_num_cpu_cores()
1729 - x86/CPU/AMD: Fix LLC ID bit-shift calculation
1730 - x86/mm: Factor out pageattr _PAGE_GLOBAL setting
1731 - x86/mm: Undo double _PAGE_PSE clearing
1732 - x86/mm: Introduce "default" kernel PTE mask
1733 - x86/espfix: Document use of _PAGE_GLOBAL
1734 - x86/mm: Do not auto-massage page protections
1735 - x86/mm: Remove extra filtering in pageattr code
1736 - x86/mm: Comment _PAGE_GLOBAL mystery
1737 - x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init
1738 - x86/ldt: Fix support_pte_mask filtering in map_ldt_struct()
1739 - x86/power/64: Fix page-table setup for temporary text mapping
1740 - x86/pti: Filter at vma->vm_page_prot population
1741 - x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'
1742 - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
1743 - x86/speculation/l1tf: Change order of offset/type in swap entry
1744 - x86/speculation/l1tf: Protect swap entries against L1TF
1745 - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
1746 - x86/speculation/l1tf: Make sure the first page is always reserved
1747 - x86/speculation/l1tf: Add sysfs reporting for l1tf
1748 - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
1749 - x86/speculation/l1tf: Limit swap file size to MAX_PA/2
1750 - x86/bugs: Move the l1tf function and define pr_fmt properly
1751 - sched/smt: Update sched_smt_present at runtime
1752 - x86/smp: Provide topology_is_primary_thread()
1753 - x86/topology: Provide topology_smt_supported()
1754 - cpu/hotplug: Make bringup/teardown of smp threads symmetric
1755 - cpu/hotplug: Split do_cpu_down()
1756 - cpu/hotplug: Provide knobs to control SMT
1757 - x86/cpu: Remove the pointless CPU printout
1758 - x86/cpu/AMD: Remove the pointless detect_ht() call
1759 - x86/cpu/common: Provide detect_ht_early()
1760 - x86/cpu/topology: Provide detect_extended_topology_early()
1761 - x86/cpu/intel: Evaluate smp_num_siblings early
1762 - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
1763 - x86/cpu/AMD: Evaluate smp_num_siblings early
1764 - x86/apic: Ignore secondary threads if nosmt=force
1765 - x86/speculation/l1tf: Extend 64bit swap file size limit
1766 - x86/cpufeatures: Add detection of L1D cache flush support.
1767 - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
1768 - x86/speculation/l1tf: Protect PAE swap entries against L1TF
1769 - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
1770 - Revert "x86/apic: Ignore secondary threads if nosmt=force"
1771 - cpu/hotplug: Boot HT siblings at least once
1772 - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
1773 - x86/KVM/VMX: Add module argument for L1TF mitigation
1774 - x86/KVM/VMX: Add L1D flush algorithm
1775 - x86/KVM/VMX: Add L1D MSR based flush
1776 - x86/KVM/VMX: Add L1D flush logic
1777 - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers
1778 - x86/KVM/VMX: Add find_msr() helper function
1779 - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
1780 - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
1781 - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
1782 - cpu/hotplug: Online siblings when SMT control is turned on
1783 - x86/litf: Introduce vmx status variable
1784 - x86/kvm: Drop L1TF MSR list approach
1785 - x86/l1tf: Handle EPT disabled state proper
1786 - x86/kvm: Move l1tf setup function
1787 - x86/kvm: Add static key for flush always
1788 - x86/kvm: Serialize L1D flush parameter setter
1789 - x86/kvm: Allow runtime control of L1D flush
1790 - cpu/hotplug: Expose SMT control init function
1791 - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
1792 - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
1793 - Documentation: Add section about CPU vulnerabilities
1794 - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
1795 - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
1796 - Documentation/l1tf: Fix typos
1797 - cpu/hotplug: detect SMT disabled by BIOS
1798 - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
1799 - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
1800 - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
1801 - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16
1802 - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
1803 - x86: Don't include linux/irq.h from asm/hardirq.h
1804 - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
1805 - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
1806 - Documentation/l1tf: Remove Yonah processors from not vulnerable list
1807 - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
1808 - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
1809 - KVM: x86: Add a framework for supporting MSR-based features
1810 - KVM: X86: Introduce kvm_get_msr_feature()
1811 - KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
1812 - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
1813 - cpu/hotplug: Fix SMT supported evaluation
1814 - x86/speculation/l1tf: Invert all not present mappings
1815 - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
1816 - x86/mm/pat: Make set_memory_np() L1TF safe
1817 - cpu: Fix per-cpu regression on ARM64
1818
1819 * CVE-2018-5391
1820 - Revert "net: increase fragment memory usage limits"
1821
1822 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 10 Aug 2018 14:22:53 -0300
1823
1824 linux (4.15.0-30.32) bionic; urgency=medium
1825
1826 * CVE-2018-5390
1827 - tcp: free batches of packets in tcp_prune_ofo_queue()
1828 - tcp: avoid collapses in tcp_prune_queue() if possible
1829 - tcp: detect malicious patterns in tcp_collapse_ofo_queue()
1830 - tcp: call tcp_drop() from tcp_data_queue_ofo()
1831 - tcp: add tcp_ooo_try_coalesce() helper
1832
1833 -- Stefan Bader <stefan.bader@canonical.com> Thu, 26 Jul 2018 17:20:29 +0200
1834
1835 linux (4.15.0-29.31) bionic; urgency=medium
1836
1837 * linux: 4.15.0-29.31 -proposed tracker (LP: #1782173)
1838
1839 * [SRU Bionic][Cosmic] kernel panic in ipmi_ssif at msg_done_handler
1840 (LP: #1777716)
1841 - ipmi_ssif: Fix kernel panic at msg_done_handler
1842
1843 * Update to ocxl driver for 18.04.1 (LP: #1775786)
1844 - misc: ocxl: use put_device() instead of device_unregister()
1845 - powerpc: Add TIDR CPU feature for POWER9
1846 - powerpc: Use TIDR CPU feature to control TIDR allocation
1847 - powerpc: use task_pid_nr() for TID allocation
1848 - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
1849 - ocxl: Expose the thread_id needed for wait on POWER9
1850 - ocxl: Add an IOCTL so userspace knows what OCXL features are available
1851 - ocxl: Document new OCXL IOCTLs
1852 - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()
1853
1854 * Critical upstream bugfix missing in Ubuntu 18.04 - frequent Xorg crash after
1855 suspend (LP: #1776887)
1856 - ocxl: Document the OCXL_IOCTL_GET_METADATA IOCTL
1857
1858 * Hard LOCKUP observed on stressing Ubuntu 18 04 (LP: #1777194)
1859 - powerpc: use NMI IPI for smp_send_stop
1860 - powerpc: Fix smp_send_stop NMI IPI handling
1861
1862 * IPL: ppc64_cpu --frequency hang with INFO: rcu_sched detected stalls on
1863 CPUs/tasks on w34 and wsbmc016 with 920.1714.20170330n (LP: #1773964)
1864 - rtc: opal: Fix OPAL RTC driver OPAL_BUSY loops
1865
1866 * [Regression] EXT4-fs error (device sda2): ext4_validate_block_bitmap:383:
1867 comm stress-ng: bg 4705: bad block bitmap checksum (LP: #1781709)
1868 - SAUCE: Revert "UBUNTU: SAUCE: ext4: fix ext4_validate_inode_bitmap: comm
1869 stress-ng: Corrupt inode bitmap"
1870 - SAUCE: ext4: check for allocation block validity with block group locked
1871
1872 -- Stefan Bader <stefan.bader@canonical.com> Tue, 17 Jul 2018 10:57:50 +0200
1873
1874 linux (4.15.0-28.30) bionic; urgency=medium
1875
1876 * linux: 4.15.0-28.30 -proposed tracker (LP: #1781433)
1877
1878 * Cannot set MTU higher than 1500 in Xen instance (LP: #1781413)
1879 - xen-netfront: Fix mismatched rtnl_unlock
1880 - xen-netfront: Update features after registering netdev
1881
1882 -- Kamal Mostafa <kamal@canonical.com> Thu, 12 Jul 2018 09:47:07 -0700
1883
1884 linux (4.15.0-27.29) bionic; urgency=medium
1885
1886 * linux: 4.15.0-27.29 -proposed tracker (LP: #1781062)
1887
1888 * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99:
1889 comm stress-ng: Corrupt inode bitmap (LP: #1780137)
1890 - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode
1891 bitmap
1892
1893 -- Khalid Elmously <khalid.elmously@canonical.com> Tue, 10 Jul 2018 19:05:00 -0400
1894
1895 linux (4.15.0-26.28) bionic; urgency=medium
1896
1897 * linux: 4.15.0-26.28 -proposed tracker (LP: #1780112)
1898
1899 * failure to boot with linux-image-4.15.0-24-generic (LP: #1779827) // Cloud-
1900 init causes potentially huge boot delays with 4.15 kernels (LP: #1780062)
1901 - random: Make getrandom() ready earlier
1902
1903 -- Stefan Bader <stefan.bader@canonical.com> Wed, 04 Jul 2018 17:52:52 +0200
1904
1905 linux (4.15.0-25.27) bionic; urgency=medium
1906
1907 * linux: 4.15.0-25.27 -proposed tracker (LP: #1779354)
1908
1909 * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736)
1910 - scsi: hisi_sas: Update a couple of register settings for v3 hw
1911
1912 * hisi_sas: Add missing PHY spinlock init (LP: #1777734)
1913 - scsi: hisi_sas: Add missing PHY spinlock init
1914
1915 * hisi_sas: improve read performance by pre-allocating slot DMA buffers
1916 (LP: #1777727)
1917 - scsi: hisi_sas: use dma_zalloc_coherent()
1918 - scsi: hisi_sas: Use dmam_alloc_coherent()
1919 - scsi: hisi_sas: Pre-allocate slot DMA buffers
1920
1921 * hisi_sas: Failures during host reset (LP: #1777696)
1922 - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()
1923 - scsi: hisi_sas: Fix the conflict between dev gone and host reset
1924 - scsi: hisi_sas: Adjust task reject period during host reset
1925 - scsi: hisi_sas: Add a flag to filter PHY events during reset
1926 - scsi: hisi_sas: Release all remaining resources in clear nexus ha
1927
1928 * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique
1929 (LP: #1776750)
1930 - scsi: hisi_sas: make SAS address of SATA disks unique
1931
1932 * Vcs-Git header on bionic linux source package points to zesty git tree
1933 (LP: #1766055)
1934 - [Packaging]: Update Vcs-Git
1935
1936 * large KVM instances run out of IRQ routes (LP: #1778261)
1937 - SAUCE: kvm -- increase KVM_MAX_IRQ_ROUTES to 2048 on x86
1938
1939 -- Khalid Elmously <khalid.elmously@canonical.com> Sun, 01 Jul 2018 23:10:18 +0000
1940
1941 linux (4.15.0-24.26) bionic; urgency=medium
1942
1943 * linux: 4.15.0-24.26 -proposed tracker (LP: #1776338)
1944
1945 * Bionic update: upstream stable patchset 2018-06-06 (LP: #1775483)
1946 - drm: bridge: dw-hdmi: Fix overflow workaround for Amlogic Meson GX SoCs
1947 - i40e: Fix attach VF to VM issue
1948 - tpm: cmd_ready command can be issued only after granting locality
1949 - tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
1950 - tpm: add retry logic
1951 - Revert "ath10k: send (re)assoc peer command when NSS changed"
1952 - bonding: do not set slave_dev npinfo before slave_enable_netpoll in
1953 bond_enslave
1954 - ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
1955 - ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts
1956 - KEYS: DNS: limit the length of option strings
1957 - l2tp: check sockaddr length in pppol2tp_connect()
1958 - net: validate attribute sizes in neigh_dump_table()
1959 - llc: delete timers synchronously in llc_sk_free()
1960 - tcp: don't read out-of-bounds opsize
1961 - net: af_packet: fix race in PACKET_{R|T}X_RING
1962 - tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets
1963 - net: fix deadlock while clearing neighbor proxy table
1964 - team: avoid adding twice the same option to the event list
1965 - net/smc: fix shutdown in state SMC_LISTEN
1966 - team: fix netconsole setup over team
1967 - packet: fix bitfield update race
1968 - tipc: add policy for TIPC_NLA_NET_ADDR
1969 - pppoe: check sockaddr length in pppoe_connect()
1970 - vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi
1971 - amd-xgbe: Add pre/post auto-negotiation phy hooks
1972 - sctp: do not check port in sctp_inet6_cmp_addr
1973 - amd-xgbe: Improve KR auto-negotiation and training
1974 - strparser: Do not call mod_delayed_work with a timeout of LONG_MAX
1975 - amd-xgbe: Only use the SFP supported transceiver signals
1976 - strparser: Fix incorrect strp->need_bytes value.
1977 - net: sched: ife: signal not finding metaid
1978 - tcp: clear tp->packets_out when purging write queue
1979 - net: sched: ife: handle malformed tlv length
1980 - net: sched: ife: check on metadata length
1981 - llc: hold llc_sap before release_sock()
1982 - llc: fix NULL pointer deref for SOCK_ZAPPED
1983 - net: ethernet: ti: cpsw: fix tx vlan priority mapping
1984 - virtio_net: split out ctrl buffer
1985 - virtio_net: fix adding vids on big-endian
1986 - KVM: s390: force bp isolation for VSIE
1987 - s390: correct module section names for expoline code revert
1988 - microblaze: Setup dependencies for ASM optimized lib functions
1989 - commoncap: Handle memory allocation failure.
1990 - scsi: mptsas: Disable WRITE SAME
1991 - cdrom: information leak in cdrom_ioctl_media_changed()
1992 - m68k/mac: Don't remap SWIM MMIO region
1993 - block/swim: Check drive type
1994 - block/swim: Don't log an error message for an invalid ioctl
1995 - block/swim: Remove extra put_disk() call from error path
1996 - block/swim: Rename macros to avoid inconsistent inverted logic
1997 - block/swim: Select appropriate drive on device open
1998 - block/swim: Fix array bounds check
1999 - block/swim: Fix IO error at end of medium
2000 - tracing: Fix missing tab for hwlat_detector print format
2001 - s390/cio: update chpid descriptor after resource accessibility event
2002 - s390/dasd: fix IO error for newly defined devices
2003 - s390/uprobes: implement arch_uretprobe_is_alive()
2004 - ACPI / video: Only default only_lcd to true on Win8-ready _desktops_
2005 - docs: ip-sysctl.txt: fix name of some ipv6 variables
2006 - net: mvpp2: Fix DMA address mask size
2007 - net: stmmac: Disable ACS Feature for GMAC >= 4
2008 - l2tp: hold reference on tunnels in netlink dumps
2009 - l2tp: hold reference on tunnels printed in pppol2tp proc file
2010 - l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file
2011 - l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow
2012 - s390/qeth: fix error handling in adapter command callbacks
2013 - s390/qeth: avoid control IO completion stalls
2014 - s390/qeth: handle failure on workqueue creation
2015 - bnxt_en: Fix memory fault in bnxt_ethtool_init()
2016 - virtio-net: add missing virtqueue kick when flushing packets
2017 - VSOCK: make af_vsock.ko removable again
2018 - hwmon: (k10temp) Add temperature offset for Ryzen 2700X
2019 - hwmon: (k10temp) Add support for AMD Ryzen w/ Vega graphics
2020 - s390/cpum_cf: rename IBM z13/z14 counter names
2021 - kprobes: Fix random address output of blacklist file
2022 - Revert "pinctrl: intel: Initialize GPIO properly when used through irqchip"
2023
2024 * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636)
2025 - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist
2026
2027 * bluetooth controller fail after suspend with USB autosuspend on XPS 13 9360
2028 (LP: #1775217)
2029 - Bluetooth: btusb: Add Dell XPS 13 9360 to btusb_needs_reset_resume_table
2030
2031 * [Hyper-V] PCI: hv: Fix 2 hang issues in hv_compose_msi_msg (LP: #1758378)
2032 - PCI: hv: Only queue new work items in hv_pci_devices_present() if necessary
2033 - PCI: hv: Remove the bogus test in hv_eject_device_work()
2034 - PCI: hv: Fix a comment typo in _hv_pcifront_read_config()
2035
2036 * register on binfmt_misc may overflow and crash the system (LP: #1775856)
2037 - fs/binfmt_misc.c: do not allow offset overflow
2038
2039 * CVE-2018-11508
2040 - compat: fix 4-byte infoleak via uninitialized struct field
2041
2042 * Network installs fail on SocioNext board (LP: #1775884)
2043 - net: netsec: reduce DMA mask to 40 bits
2044 - net: socionext: reset hardware in ndo_stop
2045 - net: netsec: enable tx-irq during open callback
2046
2047 * r8169 ethernet card don't work after returning from suspension
2048 (LP: #1752772)
2049 - PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi()
2050 - r8169: switch to device-managed functions in probe
2051 - r8169: remove netif_napi_del in probe error path
2052 - r8169: remove some WOL-related dead code
2053 - r8169: disable WOL per default
2054 - r8169: improve interrupt handling
2055 - r8169: fix interrupt number after adding support for MSI-X interrupts
2056
2057 * ISST-LTE:KVM:Ubuntu18.04:BostonLC:boslcp3:boslcp3g3:Guest conosle hangs
2058 after hotplug CPU add operation. (LP: #1759723)
2059 - genirq/affinity: assign vectors to all possible CPUs
2060 - genirq/affinity: Don't return with empty affinity masks on error
2061 - genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumask
2062 - genirq/affinity: Move actual irq vector spreading into a helper function
2063 - genirq/affinity: Allow irq spreading from a given starting point
2064 - genirq/affinity: Spread irq vectors among present CPUs as far as possible
2065 - blk-mq: simplify queue mapping & schedule with each possisble CPU
2066 - blk-mq: make sure hctx->next_cpu is set correctly
2067 - blk-mq: Avoid that blk_mq_delay_run_hw_queue() introduces unintended delays
2068 - blk-mq: make sure that correct hctx->next_cpu is set
2069 - blk-mq: avoid to write intermediate result to hctx->next_cpu
2070 - blk-mq: introduce blk_mq_hw_queue_first_cpu() to figure out first cpu
2071 - blk-mq: don't check queue mapped in __blk_mq_delay_run_hw_queue()
2072 - nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors
2073 - scsi: hpsa: fix selection of reply queue
2074 - scsi: megaraid_sas: fix selection of reply queue
2075 - scsi: core: introduce force_blk_mq
2076 - scsi: virtio_scsi: fix IO hang caused by automatic irq vector affinity
2077 - scsi: virtio_scsi: unify scsi_host_template
2078
2079 * Fix several bugs in RDMA/hns driver (LP: #1770974)
2080 - RDMA/hns: Use structs to describe the uABI instead of opencoding
2081 - RDMA/hns: Remove unnecessary platform_get_resource() error check
2082 - RDMA/hns: Remove unnecessary operator
2083 - RDMA/hns: Add names to function arguments in function pointers
2084 - RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_table
2085 - RDMA/hns: Fix a bug with modifying mac address
2086 - RDMA/hns: Use free_pages function instead of free_page
2087 - RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*()
2088 - RDMA/hns: Bugfix for init hem table
2089 - RDMA/hns: Intercept illegal RDMA operation when use inline data
2090 - RDMA/hns: Fix the qp context state diagram
2091 - RDMA/hns: Only assign mtu if IB_QP_PATH_MTU bit is set
2092 - RDMA/hns: Remove some unnecessary attr_mask judgement
2093 - RDMA/hns: Only assign dqpn if IB_QP_PATH_DEST_QPN bit is set
2094 - RDMA/hns: Adjust the order of cleanup hem table
2095 - RDMA/hns: Update assignment method for owner field of send wqe
2096 - RDMA/hns: Submit bad wr
2097 - RDMA/hns: Fix a couple misspellings
2098 - RDMA/hns: Add rq inline flags judgement
2099 - RDMA/hns: Bugfix for rq record db for kernel
2100 - RDMA/hns: Load the RoCE dirver automatically
2101 - RDMA/hns: Update convert function of endian format
2102 - RDMA/hns: Add return operation when configured global param fail
2103 - RDMA/hns: Not support qp transition from reset to reset for hip06
2104 - RDMA/hns: Fix the bug with rq sge
2105 - RDMA/hns: Set desc_dma_addr for zero when free cmq desc
2106 - RDMA/hns: Enable inner_pa_vld filed of mpt
2107 - RDMA/hns: Set NULL for __internal_mr
2108 - RDMA/hns: Fix the bug with NULL pointer
2109 - RDMA/hns: Bugfix for cq record db for kernel
2110 - RDMA/hns: Move the location for initializing tmp_len
2111 - RDMA/hns: Drop local zgid in favor of core defined variable
2112 - RDMA/hns: Add 64KB page size support for hip08
2113 - RDMA/hns: Rename the idx field of db
2114 - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust
2115 - RDMA/hns: Increase checking CMQ status timeout value
2116 - RDMA/hns: Add reset process for RoCE in hip08
2117 - RDMA/hns: Fix the illegal memory operation when cross page
2118 - RDMA/hns: Implement the disassociate_ucontext API
2119
2120 * powerpc/livepatch: Implement reliable stack tracing for the consistency
2121 model (LP: #1771844)
2122 - powerpc/livepatch: Implement reliable stack tracing for the consistency
2123 model
2124
2125 * vmxnet3: update to latest ToT (LP: #1768143)
2126 - vmxnet3: avoid xmit reset due to a race in vmxnet3
2127 - vmxnet3: use correct flag to indicate LRO feature
2128 - vmxnet3: fix incorrect dereference when rxvlan is disabled
2129
2130 * 4.15.0-22-generic fails to boot on IBM S822LC (POWER8 (raw), altivec
2131 supported) (LP: #1773162)
2132 - Revert "powerpc/64s: Add support for a store forwarding barrier at kernel
2133 entry/exit"
2134 - powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
2135
2136 * Decode ARM CPER records in kernel (LP: #1770244)
2137 - [Config] CONFIG_UEFI_CPER_ARM=y
2138 - efi: Move ARM CPER code to new file
2139 - efi: Parse ARM error information value
2140
2141 * Adding back alx WoL feature (LP: #1772610)
2142 - SAUCE: Revert "alx: remove WoL support"
2143 - SAUCE: alx: add enable_wol paramenter
2144
2145 * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103)
2146 - scsi: lpfc: Fix WQ/CQ creation for older asic's.
2147 - scsi: lpfc: Fix 16gb hbas failing cq create.
2148
2149 * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5
2150 idle states when all CORES are guarded (LP: #1771780)
2151 - SAUCE: cpuidle/powernv : init all present cpus for deep states
2152
2153 * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970)
2154 - net-next/hinic: add pci device ids for 25ge and 100ge card
2155
2156 * [Ubuntu 18.04.1] POWER9 - Nvidia Volta - Kernel changes to enable Nvidia
2157 driver on bare metal (LP: #1772991)
2158 - powerpc/powernv/npu: Fix deadlock in mmio_invalidate()
2159 - powerpc/powernv/mce: Don't silently restart the machine
2160 - powerpc/npu-dma.c: Fix crash after __mmu_notifier_register failure
2161 - powerpc/mm: Flush cache on memory hot(un)plug
2162 - powerpc/powernv/memtrace: Let the arch hotunplug code flush cache
2163 - powerpc/powernv/npu: Add lock to prevent race in concurrent context
2164 init/destroy
2165 - powerpc/powernv/npu: Prevent overwriting of pnv_npu2_init_contex() callback
2166 parameters
2167 - powerpc/powernv/npu: Do a PID GPU TLB flush when invalidating a large
2168 address range
2169 - powerpc/mce: Fix a bug where mce loops on memory UE.
2170
2171 * cpum_sf: ensure sample freq is non-zero (LP: #1772593)
2172 - s390/cpum_sf: ensure sample frequency of perf event attributes is non-zero
2173
2174 * PCIe link speeds of 16 GT/s are shown as "Unknown speed" (LP: #1773243)
2175 - PCI: Add decoding for 16 GT/s link speed
2176
2177 * False positive ACPI _PRS error messages (LP: #1773295)
2178 - ACPI / PCI: pci_link: Allow the absence of _PRS and change log level
2179
2180 * Dell systems crash when disabling Nvidia dGPU (LP: #1773299)
2181 - ACPI / OSI: Add OEM _OSI strings to disable NVidia RTD3
2182
2183 * wlp3s0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22)
2184 (LP: #1720930)
2185 - iwlwifi: mvm: fix "failed to remove key" message
2186
2187 * Expose arm64 CPU topology to userspace (LP: #1770231)
2188 - ACPICA: ACPI 6.2: Additional PPTT flags
2189 - drivers: base: cacheinfo: move cache_setup_of_node()
2190 - drivers: base: cacheinfo: setup DT cache properties early
2191 - cacheinfo: rename of_node to fw_token
2192 - arm64/acpi: Create arch specific cpu to acpi id helper
2193 - ACPI/PPTT: Add Processor Properties Topology Table parsing
2194 - [Config] CONFIG_ACPI_PPTT=y
2195 - ACPI: Enable PPTT support on ARM64
2196 - drivers: base cacheinfo: Add support for ACPI based firmware tables
2197 - arm64: Add support for ACPI based firmware tables
2198 - arm64: topology: rename cluster_id
2199 - arm64: topology: enable ACPI/PPTT based CPU topology
2200 - ACPI: Add PPTT to injectable table list
2201 - arm64: topology: divorce MC scheduling domain from core_siblings
2202
2203 * hisi_sas robustness fixes (LP: #1774466)
2204 - scsi: hisi_sas: delete timer when removing hisi_sas driver
2205 - scsi: hisi_sas: print device id for errors
2206 - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice
2207 - scsi: hisi_sas: check host frozen before calling "done" function
2208 - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()
2209 - scsi: hisi_sas: stop controller timer for reset
2210 - scsi: hisi_sas: update PHY linkrate after a controller reset
2211 - scsi: hisi_sas: change slot index allocation mode
2212 - scsi: hisi_sas: Change common allocation mode of device id
2213 - scsi: hisi_sas: Reset disks when discovered
2214 - scsi: hisi_sas: Create a scsi_host_template per HW module
2215 - scsi: hisi_sas: Init disks after controller reset
2216 - scsi: hisi_sas: Try wait commands before before controller reset
2217 - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot
2218 - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command
2219 - scsi: hisi_sas: Terminate STP reject quickly for v2 hw
2220 - scsi: hisi_sas: Fix return value when get_free_slot() failed
2221 - scsi: hisi_sas: Mark PHY as in reset for nexus reset
2222
2223 * hisi_sas: Support newer v3 hardware (LP: #1774467)
2224 - scsi: hisi_sas: update RAS feature for later revision of v3 HW
2225 - scsi: hisi_sas: check IPTT is valid before using it for v3 hw
2226 - scsi: hisi_sas: fix PI memory size
2227 - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw
2228 - scsi: hisi_sas: remove redundant handling to event95 for v3
2229 - scsi: hisi_sas: add readl poll timeout helper wrappers
2230 - scsi: hisi_sas: workaround a v3 hw hilink bug
2231 - scsi: hisi_sas: Add LED feature for v3 hw
2232
2233 * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472)
2234 - scsi: hisi_sas: initialize dq spinlock before use
2235 - scsi: hisi_sas: optimise the usage of DQ locking
2236 - scsi: hisi_sas: relocate smp sg map
2237 - scsi: hisi_sas: make return type of prep functions void
2238 - scsi: hisi_sas: allocate slot buffer earlier
2239 - scsi: hisi_sas: Don't lock DQ for complete task sending
2240 - scsi: hisi_sas: Use device lock to protect slot alloc/free
2241 - scsi: hisi_sas: add check of device in hisi_sas_task_exec()
2242 - scsi: hisi_sas: fix a typo in hisi_sas_task_prep()
2243
2244 * Request to revert SAUCE patches in the 18.04 SRU and update with upstream
2245 version (LP: #1768431)
2246 - scsi: cxlflash: Handle spurious interrupts
2247 - scsi: cxlflash: Remove commmands from pending list on timeout
2248 - scsi: cxlflash: Synchronize reset and remove ops
2249 - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3
2250
2251 * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520)
2252 - SAUCE: Revert "drm/i915/edp: Allow alternate fixed mode for eDP if
2253 available."
2254
2255 * ELANPAD ELAN0612 does not work, patch available (LP: #1773509)
2256 - SAUCE: Input: elan_i2c - add ELAN0612 to the ACPI table
2257
2258 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
2259 - SAUCE: CacheFiles: fix a read_waiter/read_copier race
2260
2261 * hns3 driver updates (LP: #1768670)
2262 - net: hns3: VF should get the real rss_size instead of rss_size_max
2263 - net: hns3: set the cmdq out_vld bit to 0 after used
2264 - net: hns3: fix endian issue when PF get mbx message flag
2265 - net: hns3: fix the queue id for tqp enable&&reset
2266 - net: hns3: set the max ring num when alloc netdev
2267 - net: hns3: add support for VF driver inner interface
2268 hclgevf_ops.get_tqps_and_rss_info
2269 - net: hns3: refactor the hclge_get/set_rss function
2270 - net: hns3: refactor the hclge_get/set_rss_tuple function
2271 - net: hns3: fix for RSS configuration loss problem during reset
2272 - net: hns3: fix for pause configuration lost during reset
2273 - net: hns3: fix for use-after-free when setting ring parameter
2274 - net: hns3: refactor the get/put_vector function
2275 - net: hns3: fix for coalesce configuration lost during reset
2276 - net: hns3: refactor the coalesce related struct
2277 - net: hns3: fix for coal configuation lost when setting the channel
2278 - net: hns3: add existence check when remove old uc mac address
2279 - net: hns3: fix for netdev not running problem after calling net_stop and
2280 net_open
2281 - net: hns3: fix for ipv6 address loss problem after setting channels
2282 - net: hns3: unify the pause params setup function
2283 - net: hns3: fix rx path skb->truesize reporting bug
2284 - net: hns3: add support for querying pfc puase packets statistic
2285 - net: hns3: fix for loopback failure when vlan filter is enable
2286 - net: hns3: fix for buffer overflow smatch warning
2287 - net: hns3: fix error type definition of return value
2288 - net: hns3: fix return value error of hclge_get_mac_vlan_cmd_status()
2289 - net: hns3: add existence checking before adding unicast mac address
2290 - net: hns3: add result checking for VF when modify unicast mac address
2291 - net: hns3: reallocate tx/rx buffer after changing mtu
2292 - net: hns3: fix the VF queue reset flow error
2293 - net: hns3: fix for vlan table lost problem when resetting
2294 - net: hns3: increase the max time for IMP handle command
2295 - net: hns3: change GL update rate
2296 - net: hns3: change the time interval of int_gl calculating
2297 - net: hns3: fix for getting wrong link mode problem
2298 - net: hns3: add get_link support to VF
2299 - net: hns3: add querying speed and duplex support to VF
2300 - net: hns3: fix for not returning problem in get_link_ksettings when phy
2301 exists
2302 - net: hns3: Changes to make enet watchdog timeout func common for PF/VF
2303 - net: hns3: Add VF Reset Service Task to support event handling
2304 - net: hns3: Add VF Reset device state and its handling
2305 - net: hns3: Add support to request VF Reset to PF
2306 - net: hns3: Add support to reset the enet/ring mgmt layer
2307 - net: hns3: Add support to re-initialize the hclge device
2308 - net: hns3: Changes to support ARQ(Asynchronous Receive Queue)
2309 - net: hns3: Add *Asserting Reset* mailbox message & handling in VF
2310 - net: hns3: Changes required in PF mailbox to support VF reset
2311 - net: hns3: hclge_inform_reset_assert_to_vf() can be static
2312 - net: hns3: fix for returning wrong value problem in hns3_get_rss_key_size
2313 - net: hns3: fix for returning wrong value problem in hns3_get_rss_indir_size
2314 - net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfo
2315 - net: hns3: fix for not initializing VF rss_hash_key problem
2316 - net: hns3: never send command queue message to IMP when reset
2317 - net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()
2318 - net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGES
2319 - net: hns3: Remove error log when getting pfc stats fails
2320 - net: hns3: fix to correctly fetch l4 protocol outer header
2321 - net: hns3: Fixes the out of bounds access in hclge_map_tqp
2322 - net: hns3: Fixes the error legs in hclge_init_ae_dev function
2323 - net: hns3: fix for phy_addr error in hclge_mac_mdio_config
2324 - net: hns3: Fix to support autoneg only for port attached with phy
2325 - net: hns3: fix a dead loop in hclge_cmd_csq_clean
2326 - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls
2327 - net: hns3: Remove packet statistics in the range of 8192~12287
2328 - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver
2329 - net: hns3: Fix for setting mac address when resetting
2330 - net: hns3: remove add/del_tunnel_udp in hns3_enet module
2331 - net: hns3: fix for cleaning ring problem
2332 - net: hns3: refactor the loopback related function
2333 - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
2334 - net: hns3: Fix for the null pointer problem occurring when initializing
2335 ae_dev failed
2336 - net: hns3: Add a check for client instance init state
2337 - net: hns3: Change return type of hnae3_register_ae_dev
2338 - net: hns3: Change return type of hnae3_register_ae_algo
2339 - net: hns3: Change return value in hnae3_register_client
2340 - net: hns3: Fixes the back pressure setting when sriov is enabled
2341 - net: hns3: Fix for fiber link up problem
2342 - net: hns3: Add support of .sriov_configure in HNS3 driver
2343 - net: hns3: Fixes the missing PCI iounmap for various legs
2344 - net: hns3: Fixes error reported by Kbuild and internal review
2345 - net: hns3: Fixes API to fetch ethernet header length with kernel default
2346 - net: hns3: cleanup of return values in hclge_init_client_instance()
2347 - net: hns3: Fix the missing client list node initialization
2348 - net: hns3: Fix for hns3 module is loaded multiple times problem
2349 - net: hns3: Use enums instead of magic number in hclge_is_special_opcode
2350 - net: hns3: Fix for netdev not running problem after calling net_stop and
2351 net_open
2352 - net: hns3: Fixes kernel panic issue during rmmod hns3 driver
2353 - net: hns3: Fix for CMDQ and Misc. interrupt init order problem
2354 - net: hns3: Updates RX packet info fetch in case of multi BD
2355 - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config
2356 - net: hns3: Add STRP_TAGP field support for hardware revision 0x21
2357 - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)
2358 - net: hns3: Fix for PF mailbox receving unknown message
2359 - net: hns3: Fixes the state to indicate client-type initialization
2360 - net: hns3: Fixes the init of the VALID BD info in the descriptor
2361 - net: hns3: Removes unnecessary check when clearing TX/RX rings
2362 - net: hns3: Clear TX/RX rings when stopping port & un-initializing client
2363 - net: hns3: Remove unused led control code
2364 - net: hns3: Adds support for led locate command for copper port
2365 - net: hns3: Fixes initalization of RoCE handle and makes it conditional
2366 - net: hns3: Disable vf vlan filter when vf vlan table is full
2367 - net: hns3: Add support for IFF_ALLMULTI flag
2368 - net: hns3: Add repeat address checking for setting mac address
2369 - net: hns3: Fix setting mac address error
2370 - net: hns3: Fix for service_task not running problem after resetting
2371 - net: hns3: Fix for hclge_reset running repeatly problem
2372 - net: hns3: Fix for phy not link up problem after resetting
2373 - net: hns3: Add missing break in misc_irq_handle
2374 - net: hns3: Fix for vxlan tx checksum bug
2375 - net: hns3: Optimize the PF's process of updating multicast MAC
2376 - net: hns3: Optimize the VF's process of updating multicast MAC
2377 - SAUCE: {topost} net: hns3: add support for serdes loopback selftest
2378 - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except
2379 VLD bit and buffer size
2380 - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from
2381 hclge_bind_ring_with_vector
2382 - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and
2383 uninit_client_instance
2384 - SAUCE: {topost} net: hns3: add vector status check before free vector
2385 - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6
2386 - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c
2387 - SAUCE: {topost} net: hns3: extraction an interface for state state
2388 init|uninit
2389 - SAUCE: {topost} net: hns3: print the ret value in error information
2390 - SAUCE: {topost} net: hns3: remove the Redundant put_vector in
2391 hns3_client_uninit
2392 - SAUCE: {topost} net: hns3: add unlikely for error check
2393 - SAUCE: {topost} net: hns3: remove back in struct hclge_hw
2394 - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits
2395 - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir
2396 - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send
2397 - SAUCE: {topost} net: hns3: remove some redundant assignments
2398 - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean
2399 - SAUCE: {topost} net: hns3: using modulo for cyclic counters in
2400 hclge_cmd_send
2401 - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done
2402 - SAUCE: {topost} net: hns3: remove some unused members of some structures
2403 - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set
2404 - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of
2405 kzalloc/dma_map_single
2406 - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_
2407 - SAUCE: {topost} net: hns3: fix unused function warning in VF driver
2408 - SAUCE: {topost} net: hns3: remove some redundant assignments
2409 - SAUCE: {topost} net: hns3: standardize the handle of return value
2410 - SAUCE: {topost} net: hns3: remove extra space and brackets
2411 - SAUCE: {topost} net: hns3: fix unreasonable code comments
2412 - SAUCE: {topost} net: hns3: use decimal for bit offset macros
2413 - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros
2414 - SAUCE: {topost} net: hns3: fix mislead parameter name
2415 - SAUCE: {topost} net: hns3: remove unused struct member and definition
2416 - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver
2417 - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE
2418 - SAUCE: {topost} net: hns3: optimize the process of notifying roce client
2419 - SAUCE: {topost} net: hns3: Add calling roce callback function when link
2420 status change
2421 - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up
2422 - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode
2423 - SAUCE: {topost} net: hns3: fix for waterline not setting correctly
2424 - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug
2425 - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem
2426 - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size
2427 - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest
2428 - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module
2429 - SAUCE: {topost} net: hns3: remove the warning when clear reset cause
2430 - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback
2431 function
2432 - SAUCE: {topost} net: hns3: prevent sending command during global or core
2433 reset
2434 - SAUCE: {topost} net: hns3: modify the order of initializeing command queue
2435 register
2436 - SAUCE: {topost} net: hns3: reset net device with rtnl_lock
2437 - SAUCE: {topost} net: hns3: prevent to request reset frequently
2438 - SAUCE: {topost} net: hns3: correct reset event status register
2439 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
2440 - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver
2441 - SAUCE: {topost} net: hns3: fix return value error in
2442 hns3_reset_notify_down_enet
2443 - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation
2444 while resetting
2445 - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm
2446 - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in
2447 hclge_get_ring_chain_from_mbx
2448 - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx
2449 - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response
2450 - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message
2451 - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process
2452
2453 * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306)
2454 - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs
2455
2456 * Bionic update: upstream stable patchset 2018-05-29 (LP: #1774063)
2457 - cifs: do not allow creating sockets except with SMB1 posix exensions
2458 - btrfs: fix unaligned access in readdir
2459 - x86/acpi: Prevent X2APIC id 0xffffffff from being accounted
2460 - clocksource/imx-tpm: Correct -ETIME return condition check
2461 - x86/tsc: Prevent 32bit truncation in calc_hpet_ref()
2462 - drm/vc4: Fix memory leak during BO teardown
2463 - drm/i915/gvt: throw error on unhandled vfio ioctls
2464 - drm/i915/audio: Fix audio detection issue on GLK
2465 - drm/i915: Do no use kfree() to free a kmem_cache_alloc() return value
2466 - drm/i915: Fix LSPCON TMDS output buffer enabling from low-power state
2467 - drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changing
2468 - usb: musb: fix enumeration after resume
2469 - usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers
2470 - usb: musb: Fix external abort in musb_remove on omap2430
2471 - firewire-ohci: work around oversized DMA reads on JMicron controllers
2472 - x86/tsc: Allow TSC calibration without PIT
2473 - NFSv4: always set NFS_LOCK_LOST when a lock is lost.
2474 - ACPI / LPSS: Do not instiate platform_dev for devs without MMIO resources
2475 - ALSA: hda - Use IS_REACHABLE() for dependency on input
2476 - ASoC: au1x: Fix timeout tests in au1xac97c_ac97_read()
2477 - kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
2478 - RDMA/core: Clarify rdma_ah_find_type
2479 - KVM: PPC: Book3S HV: Enable migration of decrementer register
2480 - netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460
2481 - tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into
2482 account
2483 - KVM: s390: use created_vcpus in more places
2484 - platform/x86: dell-laptop: Filter out spurious keyboard backlight change
2485 events
2486 - xprtrdma: Fix backchannel allocation of extra rpcrdma_reps
2487 - selftest: ftrace: Fix to pick text symbols for kprobes
2488 - PCI: Add function 1 DMA alias quirk for Marvell 9128
2489 - Input: psmouse - fix Synaptics detection when protocol is disabled
2490 - libbpf: Makefile set specified permission mode
2491 - Input: synaptics - reset the ABS_X/Y fuzz after initializing MT axes
2492 - i40iw: Free IEQ resources
2493 - i40iw: Zero-out consumer key on allocate stag for FMR
2494 - perf unwind: Do not look just at the global callchain_param.record_mode
2495 - tools lib traceevent: Simplify pointer print logic and fix %pF
2496 - perf callchain: Fix attr.sample_max_stack setting
2497 - tools lib traceevent: Fix get_field_str() for dynamic strings
2498 - perf record: Fix failed memory allocation for get_cpuid_str
2499 - iommu/exynos: Don't unconditionally steal bus ops
2500 - powerpc: System reset avoid interleaving oops using die synchronisation
2501 - iommu/vt-d: Use domain instead of cache fetching
2502 - dm thin: fix documentation relative to low water mark threshold
2503 - dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failure
2504 - ubifs: Fix uninitialized variable in search_dh_cookie()
2505 - net: stmmac: dwmac-meson8b: fix setting the RGMII TX clock on Meson8b
2506 - net: stmmac: dwmac-meson8b: propagate rate changes to the parent clock
2507 - spi: a3700: Clear DATA_OUT when performing a read
2508 - IB/cq: Don't force IB_POLL_DIRECT poll context for ib_process_cq_direct
2509 - nfs: Do not convert nfs_idmap_cache_timeout to jiffies
2510 - MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}
2511 - PCI: Add dummy pci_irqd_intx_xlate() for CONFIG_PCI=n build
2512 - watchdog: sp5100_tco: Fix watchdog disable bit
2513 - kconfig: Don't leak main menus during parsing
2514 - kconfig: Fix automatic menu creation mem leak
2515 - kconfig: Fix expr_free() E_NOT leak
2516 - ipmi/powernv: Fix error return code in ipmi_powernv_probe()
2517 - Btrfs: set plug for fsync
2518 - btrfs: Fix out of bounds access in btrfs_search_slot
2519 - Btrfs: fix scrub to repair raid6 corruption
2520 - btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP
2521 - Btrfs: fix unexpected EEXIST from btrfs_get_extent
2522 - Btrfs: raid56: fix race between merge_bio and rbio_orig_end_io
2523 - RDMA/cma: Check existence of netdevice during port validation
2524 - f2fs: avoid hungtask when GC encrypted block if io_bits is set
2525 - scsi: devinfo: fix format of the device list
2526 - scsi: fas216: fix sense buffer initialization
2527 - Input: stmfts - set IRQ_NOAUTOEN to the irq flag
2528 - HID: roccat: prevent an out of bounds read in kovaplus_profile_activated()
2529 - nfp: fix error return code in nfp_pci_probe()
2530 - block: Set BIO_TRACE_COMPLETION on new bio during split
2531 - bpf: test_maps: cleanup sockmaps when test ends
2532 - i40evf: Don't schedule reset_task when device is being removed
2533 - i40evf: ignore link up if not running
2534 - platform/x86: thinkpad_acpi: suppress warning about palm detection
2535 - KVM: s390: vsie: use READ_ONCE to access some SCB fields
2536 - blk-mq-debugfs: don't allow write on attributes with seq_operations set
2537 - ASoC: rockchip: Use dummy_dai for rt5514 dsp dailink
2538 - igb: Allow to remove administratively set MAC on VFs
2539 - igb: Clear TXSTMP when ptp_tx_work() is timeout
2540 - fm10k: fix "failed to kill vid" message for VF
2541 - x86/hyperv: Stop suppressing X86_FEATURE_PCID
2542 - tty: serial: exar: Relocate sleep wake-up handling
2543 - device property: Define type of PROPERTY_ENRTY_*() macros
2544 - crypto: artpec6 - remove select on non-existing CRYPTO_SHA384
2545 - RDMA/uverbs: Use an unambiguous errno for method not supported
2546 - jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path
2547 - ixgbe: don't set RXDCTL.RLPML for 82599
2548 - i40e: program fragmented IPv4 filter input set
2549 - i40e: fix reported mask for ntuple filters
2550 - samples/bpf: Partially fixes the bpf.o build
2551 - powerpc/numa: Use ibm,max-associativity-domains to discover possible nodes
2552 - powerpc/numa: Ensure nodes initialized for hotplug
2553 - RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failure
2554 - ntb_transport: Fix bug with max_mw_size parameter
2555 - gianfar: prevent integer wrapping in the rx handler
2556 - x86/hyperv: Check for required priviliges in hyperv_init()
2557 - netfilter: x_tables: fix pointer leaks to userspace
2558 - tcp_nv: fix potential integer overflow in tcpnv_acked
2559 - kvm: Map PFN-type memory regions as writable (if possible)
2560 - x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when
2561 running nested
2562 - fs/dax.c: release PMD lock even when there is no PMD support in DAX
2563 - ocfs2: return -EROFS to mount.ocfs2 if inode block is invalid
2564 - ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attribute
2565 - ocfs2: return error when we attempt to access a dirty bh in jbd2
2566 - mm/mempolicy: fix the check of nodemask from user
2567 - mm/mempolicy: add nodes_empty check in SYSC_migrate_pages
2568 - asm-generic: provide generic_pmdp_establish()
2569 - sparc64: update pmdp_invalidate() to return old pmd value
2570 - mm: thp: use down_read_trylock() in khugepaged to avoid long block
2571 - mm: pin address_space before dereferencing it while isolating an LRU page
2572 - mm/fadvise: discard partial page if endbyte is also EOF
2573 - openvswitch: Remove padding from packet before L3+ conntrack processing
2574 - blk-mq: fix discard merge with scheduler attached
2575 - IB/hfi1: Re-order IRQ cleanup to address driver cleanup race
2576 - IB/hfi1: Fix for potential refcount leak in hfi1_open_file()
2577 - IB/ipoib: Fix for potential no-carrier state
2578 - IB/core: Map iWarp AH type to undefined in rdma_ah_find_type
2579 - drm/nouveau/pmu/fuc: don't use movw directly anymore
2580 - s390/eadm: fix CONFIG_BLOCK include dependency
2581 - netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failure
2582 - x86/power: Fix swsusp_arch_resume prototype
2583 - x86/dumpstack: Avoid uninitlized variable
2584 - firmware: dmi_scan: Fix handling of empty DMI strings
2585 - ACPI: processor_perflib: Do not send _PPC change notification if not ready
2586 - ACPI / bus: Do not call _STA on battery devices with unmet dependencies
2587 - ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devs
2588 - MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASS
2589 - perf record: Fix period option handling
2590 - MIPS: Generic: Support GIC in EIC mode
2591 - perf evsel: Fix period/freq terms setup
2592 - xen-netfront: Fix race between device setup and open
2593 - xen/grant-table: Use put_page instead of free_page
2594 - bpf: sockmap, fix leaking maps with attached but not detached progs
2595 - RDS: IB: Fix null pointer issue
2596 - arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics
2597 - proc: fix /proc/*/map_files lookup
2598 - PM / domains: Fix up domain-idle-states OF parsing
2599 - cifs: silence compiler warnings showing up with gcc-8.0.0
2600 - bcache: properly set task state in bch_writeback_thread()
2601 - bcache: fix for allocator and register thread race
2602 - bcache: fix for data collapse after re-attaching an attached device
2603 - bcache: return attach error when no cache set exist
2604 - cpufreq: intel_pstate: Enable HWP during system resume on CPU0
2605 - selftests/ftrace: Add some missing glob checks
2606 - rxrpc: Don't put crypto buffers on the stack
2607 - svcrdma: Fix Read chunk round-up
2608 - net: Extra '_get' in declaration of arch_get_platform_mac_address
2609 - tools/libbpf: handle issues with bpf ELF objects containing .eh_frames
2610 - SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context
2611 - net: stmmac: discard disabled flags in interrupt status register
2612 - bpf: fix rlimit in reuseport net selftest
2613 - ACPI / EC: Restore polling during noirq suspend/resume phases
2614 - PM / wakeirq: Fix unbalanced IRQ enable for wakeirq
2615 - vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page
2616 - powerpc/mm/hash64: Zero PGD pages on allocation
2617 - x86/platform/UV: Fix GAM Range Table entries less than 1GB
2618 - locking/qspinlock: Ensure node->count is updated before initialising node
2619 - powerpc/powernv: IMC fix out of bounds memory access at shutdown
2620 - perf test: Fix test trace+probe_libc_inet_pton.sh for s390x
2621 - irqchip/gic-v3: Ignore disabled ITS nodes
2622 - cpumask: Make for_each_cpu_wrap() available on UP as well
2623 - irqchip/gic-v3: Change pr_debug message to pr_devel
2624 - RDMA/core: Reduce poll batch for direct cq polling
2625 - alarmtimer: Init nanosleep alarm timer on stack
2626 - netfilter: x_tables: cap allocations at 512 mbyte
2627 - netfilter: x_tables: add counters allocation wrapper
2628 - netfilter: compat: prepare xt_compat_init_offsets to return errors
2629 - netfilter: compat: reject huge allocation requests
2630 - netfilter: x_tables: limit allocation requests for blob rule heads
2631 - perf: Fix sample_max_stack maximum check
2632 - perf: Return proper values for user stack errors
2633 - RDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPs
2634 - Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"
2635 - mac80211_hwsim: fix use-after-free bug in hwsim_exit_net
2636 - btrfs: Fix race condition between delayed refs and blockgroup removal
2637 - mm,vmscan: Allow preallocating memory for register_shrinker().
2638
2639 * Bionic update: upstream stable patchset 2018-05-24 (LP: #1773233)
2640 - tty: make n_tty_read() always abort if hangup is in progress
2641 - cpufreq: CPPC: Use transition_delay_us depending transition_latency
2642 - ubifs: Check ubifs_wbuf_sync() return code
2643 - ubi: fastmap: Don't flush fastmap work on detach
2644 - ubi: Fix error for write access
2645 - ubi: Reject MLC NAND
2646 - mm/ksm.c: fix inconsistent accounting of zero pages
2647 - mm/hmm: hmm_pfns_bad() was accessing wrong struct
2648 - task_struct: only use anon struct under randstruct plugin
2649 - fs/reiserfs/journal.c: add missing resierfs_warning() arg
2650 - resource: fix integer overflow at reallocation
2651 - ipc/shm: fix use-after-free of shm file via remap_file_pages()
2652 - mm, slab: reschedule cache_reap() on the same CPU
2653 - usb: musb: gadget: misplaced out of bounds check
2654 - phy: allwinner: sun4i-usb: poll vbus changes on A23/A33 when driving VBUS
2655 - usb: gadget: udc: core: update usb_ep_queue() documentation
2656 - ARM64: dts: meson: reduce odroid-c2 eMMC maximum rate
2657 - KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list
2658 - ARM: EXYNOS: Fix coupled CPU idle freeze on Exynos4210
2659 - arm: dts: mt7623: fix USB initialization fails on bananapi-r2
2660 - ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property
2661 - ARM: dts: exynos: Fix IOMMU support for GScaler devices on Exynos5250
2662 - ARM: dts: at91: sama5d4: fix pinctrl compatible string
2663 - spi: atmel: init FIFOs before spi enable
2664 - spi: Fix scatterlist elements size in spi_map_buf
2665 - spi: Fix unregistration of controller with fixed SPI bus number
2666 - media: atomisp_fops.c: disable atomisp_compat_ioctl32
2667 - media: vivid: check if the cec_adapter is valid
2668 - media: vsp1: Fix BRx conditional path in WPF
2669 - x86/xen: Delay get_cpu_cap until stack canary is established
2670 - regmap: Fix reversed bounds check in regmap_raw_write()
2671 - ACPI / video: Add quirk to force acpi-video backlight on Samsung 670Z5E
2672 - ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()
2673 - USB: gadget: f_midi: fixing a possible double-free in f_midi
2674 - USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thaw
2675 - usb: dwc3: prevent setting PRTCAP to OTG from debugfs
2676 - usb: dwc3: pci: Properly cleanup resource
2677 - usb: dwc3: gadget: never call ->complete() from ->ep_queue()
2678 - cifs: fix memory leak in SMB2_open()
2679 - fix smb3-encryption breakage when CONFIG_DEBUG_SG=y
2680 - smb3: Fix root directory when server returns inode number of zero
2681 - HID: i2c-hid: fix size check and type usage
2682 - i2c: i801: Save register SMBSLVCMD value only once
2683 - i2c: i801: Restore configuration at shutdown
2684 - CIFS: refactor crypto shash/sdesc allocation&free
2685 - CIFS: add sha512 secmech
2686 - CIFS: fix sha512 check in cifs_crypto_secmech_release
2687 - powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bits
2688 - powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9
2689 - powerpc/64: Fix smp_wmb barrier definition use use lwsync consistently
2690 - powerpc/kprobes: Fix call trace due to incorrect preempt count
2691 - powerpc/kexec_file: Fix error code when trying to load kdump kernel
2692 - powerpc/powernv: define a standard delay for OPAL_BUSY type retry loops
2693 - powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loops
2694 - HID: Fix hid_report_len usage
2695 - HID: core: Fix size as type u32
2696 - soc: mediatek: fix the mistaken pointer accessed when subdomains are added
2697 - ASoC: ssm2602: Replace reg_default_raw with reg_default
2698 - ASoC: topology: Fix kcontrol name string handling
2699 - irqchip/gic: Take lock when updating irq type
2700 - random: use a tighter cap in credit_entropy_bits_safe()
2701 - extcon: intel-cht-wc: Set direction and drv flags for V5 boost GPIO
2702 - block: use 32-bit blk_status_t on Alpha
2703 - jbd2: if the journal is aborted then don't allow update of the log tail
2704 - ext4: shutdown should not prevent get_write_access
2705 - ext4: eliminate sleep from shutdown ioctl
2706 - ext4: pass -ESHUTDOWN code to jbd2 layer
2707 - ext4: don't update checksum of new initialized bitmaps
2708 - ext4: protect i_disksize update by i_data_sem in direct write path
2709 - ext4: limit xattr size to INT_MAX
2710 - ext4: always initialize the crc32c checksum driver
2711 - ext4: don't allow r/w mounts if metadata blocks overlap the superblock
2712 - ext4: move call to ext4_error() into ext4_xattr_check_block()
2713 - ext4: add bounds checking to ext4_xattr_find_entry()
2714 - ext4: add extra checks to ext4_xattr_block_get()
2715 - dm crypt: limit the number of allocated pages
2716 - RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA device
2717 - RDMA/mlx5: Protect from NULL pointer derefence
2718 - RDMA/rxe: Fix an out-of-bounds read
2719 - ALSA: pcm: Fix UAF at PCM release via PCM timer access
2720 - IB/srp: Fix srp_abort()
2721 - IB/srp: Fix completion vector assignment algorithm
2722 - dmaengine: at_xdmac: fix rare residue corruption
2723 - cxl: Fix possible deadlock when processing page faults from cxllib
2724 - tpm: self test failure should not cause suspend to fail
2725 - libnvdimm, dimm: fix dpa reservation vs uninitialized label area
2726 - libnvdimm, namespace: use a safe lookup for dimm device name
2727 - nfit, address-range-scrub: fix scrub in-progress reporting
2728 - nfit: skip region registration for incomplete control regions
2729 - ring-buffer: Check if memory is available before allocation
2730 - um: Compile with modern headers
2731 - um: Use POSIX ucontext_t instead of struct ucontext
2732 - iommu/vt-d: Fix a potential memory leak
2733 - mmc: jz4740: Fix race condition in IRQ mask update
2734 - mmc: tmio: Fix error handling when issuing CMD23
2735 - PCI: Mark Broadcom HT1100 and HT2000 Root Port Extended Tags as broken
2736 - clk: mvebu: armada-38x: add support for missing clocks
2737 - clk: fix false-positive Wmaybe-uninitialized warning
2738 - clk: mediatek: fix PWM clock source by adding a fixed-factor clock
2739 - clk: bcm2835: De-assert/assert PLL reset signal when appropriate
2740 - pwm: rcar: Fix a condition to prevent mismatch value setting to duty
2741 - thermal: imx: Fix race condition in imx_thermal_probe()
2742 - dt-bindings: clock: mediatek: add binding for fixed-factor clock axisel_d4
2743 - watchdog: f71808e_wdt: Fix WD_EN register read
2744 - ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulation
2745 - ALSA: pcm: Avoid potential races between OSS ioctls and read/write
2746 - ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams
2747 - ALSA: pcm: Fix mutex unbalance in OSS emulation ioctls
2748 - ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulation
2749 - drm/amdgpu: Add an ATPX quirk for hybrid laptop
2750 - drm/amdgpu: Fix always_valid bos multiple LRU insertions.
2751 - drm/amdgpu/sdma: fix mask in emit_pipeline_sync
2752 - drm/amdgpu: Fix PCIe lane width calculation
2753 - drm/amdgpu/si: implement get/set pcie_lanes asic callback
2754 - drm/rockchip: Clear all interrupts before requesting the IRQ
2755 - drm/radeon: add PX quirk for Asus K73TK
2756 - drm/radeon: Fix PCIe lane width calculation
2757 - ALSA: line6: Use correct endpoint type for midi output
2758 - ALSA: rawmidi: Fix missing input substream checks in compat ioctls
2759 - ALSA: hda - New VIA controller suppor no-snoop path
2760 - random: fix crng_ready() test
2761 - random: use a different mixing algorithm for add_device_randomness()
2762 - random: crng_reseed() should lock the crng instance that it is modifying
2763 - random: add new ioctl RNDRESEEDCRNG
2764 - HID: input: fix battery level reporting on BT mice
2765 - HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed device
2766 - HID: wacom: bluetooth: send exit report for recent Bluetooth devices
2767 - MIPS: uaccess: Add micromips clobbers to bzero invocation
2768 - MIPS: memset.S: EVA & fault support for small_memset
2769 - MIPS: memset.S: Fix return of __clear_user from Lpartial_fixup
2770 - MIPS: memset.S: Fix clobber of v1 in last_fixup
2771 - powerpc/eeh: Fix enabling bridge MMIO windows
2772 - powerpc/lib: Fix off-by-one in alternate feature patching
2773 - udf: Fix leak of UTF-16 surrogates into encoded strings
2774 - fanotify: fix logic of events on child
2775 - mmc: sdhci-pci: Only do AMD tuning for HS200
2776 - drm/i915: Correctly handle limited range YCbCr data on VLV/CHV
2777 - jffs2_kill_sb(): deal with failed allocations
2778 - hypfs_kill_super(): deal with failed allocations
2779 - orangefs_kill_sb(): deal with allocation failures
2780 - rpc_pipefs: fix double-dput()
2781 - Don't leak MNT_INTERNAL away from internal mounts
2782 - autofs: mount point create should honour passed in mode
2783 - mm/filemap.c: fix NULL pointer in page_cache_tree_insert()
2784 - Revert "media: lirc_zilog: driver only sends LIRCCODE"
2785 - media: staging: lirc_zilog: incorrect reference counting
2786 - writeback: safer lock nesting
2787 - Bluetooth: hci_bcm: Add irq_polarity module option
2788 - mm: hwpoison: disable memory error handling on 1GB hugepage
2789 - media: rc: oops in ir_timer_keyup after device unplug
2790 - acpi, nfit: rework NVDIMM leaf method detection
2791 - ceph: always update atime/mtime/ctime for new inode
2792 - ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()
2793 - ext4: force revalidation of directory pointer after seekdir(2)
2794 - RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack access
2795 - xprtrdma: Fix latency regression on NUMA NFS/RDMA clients
2796 - xprtrdma: Fix corner cases when handling device removal
2797 - IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()
2798 - drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4
2799 - drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4
2800 - mmc: core: Prevent bus reference leak in mmc_blk_init()
2801 - drm/amd/display: HDMI has no sound after Panel power off/on
2802 - trace_uprobe: Use %lx to display offset
2803 - clk: tegra: Mark HCLK, SCLK and EMC as critical
2804 - pwm: mediatek: Fix up PWM4 and PWM5 malfunction on MT7623
2805 - pwm: mediatek: Improve precision in rate calculation
2806 - HID: i2c-hid: Fix resume issue on Raydium touchscreen device
2807 - s390: add support for IBM z14 Model ZR1
2808 - drm/i915: Fix hibernation with ACPI S0 target state
2809 - libnvdimm, dimm: handle EACCES failures from label reads
2810 - device-dax: allow MAP_SYNC to succeed
2811 - HID: i2c-hid: fix inverted return value from i2c_hid_command()
2812
2813 * CVE-2018-7755
2814 - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
2815
2816 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 12 Jun 2018 18:09:35 +0200
2817
2818 linux (4.15.0-23.25) bionic; urgency=medium
2819
2820 * linux: 4.15.0-23.25 -proposed tracker (LP: #1772927)
2821
2822 * arm64 SDEI support needs trampoline code for KPTI (LP: #1768630)
2823 - arm64: mmu: add the entry trampolines start/end section markers into
2824 sections.h
2825 - arm64: sdei: Add trampoline code for remapping the kernel
2826
2827 * Some PCIe errors not surfaced through rasdaemon (LP: #1769730)
2828 - ACPI: APEI: handle PCIe AER errors in separate function
2829 - ACPI: APEI: call into AER handling regardless of severity
2830
2831 * qla2xxx: Fix page fault at kmem_cache_alloc_node() (LP: #1770003)
2832 - scsi: qla2xxx: Fix session cleanup for N2N
2833 - scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()
2834 - scsi: qla2xxx: Serialize session deletion by using work_lock
2835 - scsi: qla2xxx: Serialize session free in qlt_free_session_done
2836 - scsi: qla2xxx: Don't call dma_free_coherent with IRQ disabled.
2837 - scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()
2838 - scsi: qla2xxx: Prevent relogin trigger from sending too many commands
2839 - scsi: qla2xxx: Fix double free bug after firmware timeout
2840 - scsi: qla2xxx: Fixup locking for session deletion
2841
2842 * Several hisi_sas bug fixes (LP: #1768974)
2843 - scsi: hisi_sas: dt-bindings: add an property of signal attenuation
2844 - scsi: hisi_sas: support the property of signal attenuation for v2 hw
2845 - scsi: hisi_sas: fix the issue of link rate inconsistency
2846 - scsi: hisi_sas: fix the issue of setting linkrate register
2847 - scsi: hisi_sas: increase timer expire of internal abort task
2848 - scsi: hisi_sas: remove unused variable hisi_sas_devices.running_req
2849 - scsi: hisi_sas: fix return value of hisi_sas_task_prep()
2850 - scsi: hisi_sas: Code cleanup and minor bug fixes
2851
2852 * [bionic] machine stuck and bonding not working well when nvmet_rdma module
2853 is loaded (LP: #1764982)
2854 - nvmet-rdma: Don't flush system_wq by default during remove_one
2855 - nvme-rdma: Don't flush delete_wq by default during remove_one
2856
2857 * Warnings/hang during error handling of SATA disks on SAS controller
2858 (LP: #1768971)
2859 - scsi: libsas: defer ata device eh commands to libata
2860
2861 * Hotplugging a SATA disk into a SAS controller may cause crash (LP: #1768948)
2862 - ata: do not schedule hot plug if it is a sas host
2863
2864 * ISST-LTE:pKVM:Ubuntu1804: rcu_sched self-detected stall on CPU follow by CPU
2865 ATTEMPT TO RE-ENTER FIRMWARE! (LP: #1767927)
2866 - powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write()
2867 - powerpc/64s: return more carefully from sreset NMI
2868 - powerpc/64s: sreset panic if there is no debugger or crash dump handlers
2869
2870 * fsnotify: Fix fsnotify_mark_connector race (LP: #1765564)
2871 - fsnotify: Fix fsnotify_mark_connector race
2872
2873 * Hang on network interface removal in Xen virtual machine (LP: #1771620)
2874 - xen-netfront: Fix hang on device removal
2875
2876 * HiSilicon HNS NIC names are truncated in /proc/interrupts (LP: #1765977)
2877 - net: hns: Avoid action name truncation
2878
2879 * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849)
2880 - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on
2881 num_possible_cpus()
2882
2883 * Switch Build-Depends: transfig to fig2dev (LP: #1770770)
2884 - [Config] update Build-Depends: transfig to fig2dev
2885
2886 * smp_call_function_single/many core hangs with stop4 alone (LP: #1768898)
2887 - cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer
2888 interrupt
2889
2890 * Add d-i support for Huawei NICs (LP: #1767490)
2891 - d-i: add hinic to nic-modules udeb
2892
2893 * unregister_netdevice: waiting for eth0 to become free. Usage count = 5
2894 (LP: #1746474)
2895 - xfrm: reuse uncached_list to track xdsts
2896
2897 * Include nfp driver in linux-modules (LP: #1768526)
2898 - [Config] Add nfp.ko to generic inclusion list
2899
2900 * Kernel panic on boot (m1.small in cn-north-1) (LP: #1771679)
2901 - x86/xen: Reset VCPU0 info pointer after shared_info remap
2902
2903 * CVE-2018-3639 (x86)
2904 - x86/bugs: Fix the parameters alignment and missing void
2905 - KVM: SVM: Move spec control call after restore of GS
2906 - x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP
2907 - x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRS
2908 - x86/cpufeatures: Disentangle SSBD enumeration
2909 - x86/cpufeatures: Add FEATURE_ZEN
2910 - x86/speculation: Handle HT correctly on AMD
2911 - x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL
2912 - x86/speculation: Add virtualized speculative store bypass disable support
2913 - x86/speculation: Rework speculative_store_bypass_update()
2914 - x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}
2915 - x86/bugs: Expose x86_spec_ctrl_base directly
2916 - x86/bugs: Remove x86_spec_ctrl_set()
2917 - x86/bugs: Rework spec_ctrl base and mask logic
2918 - x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFG
2919 - KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
2920 - x86/bugs: Rename SSBD_NO to SSB_NO
2921 - bpf: Prevent memory disambiguation attack
2922 - KVM: VMX: Expose SSBD properly to guests.
2923
2924 * Suspend to idle: Open lid didn't resume (LP: #1771542)
2925 - ACPI / PM: Do not reconfigure GPEs for suspend-to-idle
2926
2927 * Fix initialization failure detection in SDEI for device-tree based systems
2928 (LP: #1768663)
2929 - firmware: arm_sdei: Fix return value check in sdei_present_dt()
2930
2931 * No driver for Huawei network adapters on arm64 (LP: #1769899)
2932 - net-next/hinic: add arm64 support
2933
2934 * CVE-2018-1092
2935 - ext4: fail ext4_iget for root directory if unallocated
2936
2937 * kernel 4.15 breaks nouveau on Lenovo P50 (LP: #1763189)
2938 - drm/nouveau: Fix deadlock in nv50_mstm_register_connector()
2939
2940 * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails
2941 to load (LP: #1728238)
2942 - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for
2943 unreleased firmware"
2944
2945 * Battery drains when laptop is off (shutdown) (LP: #1745646)
2946 - PCI / PM: Check device_may_wakeup() in pci_enable_wake()
2947
2948 * Dell Latitude 5490/5590 BIOS update 1.1.9 causes black screen at boot
2949 (LP: #1764194)
2950 - drm/i915/bios: filter out invalid DDC pins from VBT child devices
2951
2952 * Intel 9462 A370:42A4 doesn't work (LP: #1748853)
2953 - iwlwifi: add shared clock PHY config flag for some devices
2954 - iwlwifi: add a bunch of new 9000 PCI IDs
2955
2956 * Fix an issue that some PCI devices get incorrectly suspended (LP: #1764684)
2957 - PCI / PM: Always check PME wakeup capability for runtime wakeup support
2958
2959 * [SRU][Bionic/Artful] fix false positives in W+X checking (LP: #1769696)
2960 - init: fix false positives in W+X checking
2961
2962 * Bionic update to v4.15.18 stable release (LP: #1769723)
2963 - netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to
2964 ip_set_net_exit()
2965 - cdc_ether: flag the Cinterion AHS8 modem by gemalto as WWAN
2966 - rds: MP-RDS may use an invalid c_path
2967 - slip: Check if rstate is initialized before uncompressing
2968 - vhost: fix vhost_vq_access_ok() log check
2969 - l2tp: fix races in tunnel creation
2970 - l2tp: fix race in duplicate tunnel detection
2971 - ip_gre: clear feature flags when incompatible o_flags are set
2972 - vhost: Fix vhost_copy_to_user()
2973 - lan78xx: Correctly indicate invalid OTP
2974 - media: v4l2-compat-ioctl32: don't oops on overlay
2975 - media: v4l: vsp1: Fix header display list status check in continuous mode
2976 - ipmi: Fix some error cleanup issues
2977 - parisc: Fix out of array access in match_pci_device()
2978 - parisc: Fix HPMC handler by increasing size to multiple of 16 bytes
2979 - Drivers: hv: vmbus: do not mark HV_PCIE as perf_device
2980 - PCI: hv: Serialize the present and eject work items
2981 - PCI: hv: Fix 2 hang issues in hv_compose_msi_msg()
2982 - KVM: PPC: Book3S HV: trace_tlbie must not be called in realmode
2983 - perf/core: Fix use-after-free in uprobe_perf_close()
2984 - x86/mce/AMD: Get address from already initialized block
2985 - hwmon: (ina2xx) Fix access to uninitialized mutex
2986 - ath9k: Protect queue draining by rcu_read_lock()
2987 - x86/apic: Fix signedness bug in APIC ID validity checks
2988 - f2fs: fix heap mode to reset it back
2989 - block: Change a rcu_read_{lock,unlock}_sched() pair into
2990 rcu_read_{lock,unlock}()
2991 - nvme: Skip checking heads without namespaces
2992 - lib: fix stall in __bitmap_parselist()
2993 - blk-mq: order getting budget and driver tag
2994 - blk-mq: don't keep offline CPUs mapped to hctx 0
2995 - ovl: fix lookup with middle layer opaque dir and absolute path redirects
2996 - xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handling
2997 - hugetlbfs: fix bug in pgoff overflow checking
2998 - nfsd: fix incorrect umasks
2999 - scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failure
3000 - block/loop: fix deadlock after loop_set_status
3001 - nfit: fix region registration vs block-data-window ranges
3002 - s390/qdio: don't retry EQBS after CCQ 96
3003 - s390/qdio: don't merge ERROR output buffers
3004 - s390/ipl: ensure loadparm valid flag is set
3005 - get_user_pages_fast(): return -EFAULT on access_ok failure
3006 - mm/gup_benchmark: handle gup failures
3007 - getname_kernel() needs to make sure that ->name != ->iname in long case
3008 - Bluetooth: Fix connection if directed advertising and privacy is used
3009 - Bluetooth: hci_bcm: Treat Interrupt ACPI resources as always being active-
3010 low
3011 - rtl8187: Fix NULL pointer dereference in priv->conf_mutex
3012 - ovl: set lower layer st_dev only if setting lower st_ino
3013 - Linux 4.15.18
3014
3015 * Kernel bug when unplugging Thunderbolt 3 cable, leaves xHCI host controller
3016 dead (LP: #1768852)
3017 - xhci: Fix Kernel oops in xhci dbgtty
3018
3019 * Incorrect blacklist of bcm2835_wdt (LP: #1766052)
3020 - [Packaging] Fix missing watchdog for Raspberry Pi
3021
3022 * CVE-2018-8087
3023 - mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()
3024
3025 * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in
3026 DELL XPS 13 9370 with firmware 1.50 (LP: #1763748)
3027 - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device
3028
3029 * [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup (LP: #1769721)
3030 - SAUCE: ALSA: hda/realtek - Clevo P950ER ALC1220 Fixup
3031
3032 * Bionic: Intermittently sent to Emergency Mode on boot with unhandled kernel
3033 NULL pointer dereference at 0000000000000980 (LP: #1768292)
3034 - thunderbolt: Prevent crash when ICM firmware is not running
3035
3036 * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761)
3037 - [Config] snapdragon: DRM_I2C_ADV7511=y
3038
3039 * regression Aquantia Corp. AQC107 4.15.0-13-generic -> 4.15.0-20-generic ?
3040 (LP: #1767088)
3041 - net: aquantia: Regression on reset with 1.x firmware
3042 - net: aquantia: oops when shutdown on already stopped device
3043
3044 * e1000e msix interrupts broken in linux-image-4.15.0-15-generic
3045 (LP: #1764892)
3046 - e1000e: Remove Other from EIAC
3047
3048 * Acer Swift sf314-52 power button not managed (LP: #1766054)
3049 - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode
3050
3051 * set PINCFG_HEADSET_MIC to parse_flags for Dell precision 3630 (LP: #1766398)
3052 - ALSA: hda/realtek - set PINCFG_HEADSET_MIC to parse_flags
3053
3054 * Change the location for one of two front mics on a lenovo thinkcentre
3055 machine (LP: #1766477)
3056 - ALSA: hda/realtek - adjust the location of one mic
3057
3058 * SRU: bionic: apply 50 ZFS upstream bugfixes (LP: #1764690)
3059 - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu15 (LP: #1764690)
3060
3061 * [8086:3e92] display becomes blank after S3 (LP: #1763271)
3062 - drm/i915/edp: Do not do link training fallback or prune modes on EDP
3063
3064 -- Stefan Bader <stefan.bader@canonical.com> Wed, 23 May 2018 18:54:55 +0200
3065
3066 linux (4.15.0-22.24) bionic; urgency=medium
3067
3068 * CVE-2018-3639 (powerpc)
3069 - powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
3070 - stf-barrier: set eieio instruction bit 6 for future optimisations
3071
3072 * CVE-2018-3639 (x86)
3073 - x86/nospec: Simplify alternative_msr_write()
3074 - x86/bugs: Concentrate bug detection into a separate function
3075 - x86/bugs: Concentrate bug reporting into a separate function
3076 - x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bits
3077 - x86/bugs, KVM: Support the combination of guest and host IBRS
3078 - x86/bugs: Expose /sys/../spec_store_bypass
3079 - x86/cpufeatures: Add X86_FEATURE_RDS
3080 - x86/bugs: Provide boot parameters for the spec_store_bypass_disable
3081 mitigation
3082 - x86/bugs/intel: Set proper CPU features and setup RDS
3083 - x86/bugs: Whitelist allowed SPEC_CTRL MSR values
3084 - x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requested
3085 - x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest
3086 - x86/speculation: Create spec-ctrl.h to avoid include hell
3087 - prctl: Add speculation control prctls
3088 - x86/process: Allow runtime control of Speculative Store Bypass
3089 - x86/speculation: Add prctl for Speculative Store Bypass mitigation
3090 - nospec: Allow getting/setting on non-current task
3091 - proc: Provide details on speculation flaw mitigations
3092 - seccomp: Enable speculation flaw mitigations
3093 - x86/bugs: Make boot modes __ro_after_init
3094 - prctl: Add force disable speculation
3095 - seccomp: Use PR_SPEC_FORCE_DISABLE
3096 - seccomp: Add filter flag to opt-out of SSB mitigation
3097 - seccomp: Move speculation migitation control to arch code
3098 - x86/speculation: Make "seccomp" the default mode for Speculative Store
3099 Bypass
3100 - x86/bugs: Rename _RDS to _SSBD
3101 - proc: Use underscores for SSBD in 'status'
3102 - Documentation/spec_ctrl: Do some minor cleanups
3103 - x86/bugs: Fix __ssb_select_mitigation() return type
3104 - x86/bugs: Make cpu_show_common() static
3105
3106 * LSM Stacking prctl values should be redefined as to not collide with
3107 upstream prctls (LP: #1769263) // CVE-2018-3639
3108 - SAUCE: LSM stacking: adjust prctl values
3109
3110 -- Stefan Bader <stefan.bader@canonical.com> Tue, 15 May 2018 07:41:28 +0200
3111
3112 linux (4.15.0-21.22) bionic; urgency=medium
3113
3114 * linux: 4.15.0-21.22 -proposed tracker (LP: #1767397)
3115
3116 * initramfs-tools exception during pm.DoInstall with do-release-upgrade from
3117 16.04 to 18.04 (LP: #1766727)
3118 - Add linux-image-* Breaks on s390-tools (<< 2.3.0-0ubuntu3)
3119
3120 * linux-image-4.15.0-20-generic install after upgrade from xenial breaks
3121 (LP: #1767133)
3122 - Packaging: Depends on linux-base that provides the necessary tools
3123
3124 * linux-image packages need to Breaks flash-kernel << 3.90ubuntu2
3125 (LP: #1766629)
3126 - linux-image-* breaks on flash-kernel (<< 3.90ubuntu2)
3127
3128 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 30 Apr 2018 14:58:35 -0300
3129
3130 linux (4.15.0-20.21) bionic; urgency=medium
3131
3132 * linux: 4.15.0-20.21 -proposed tracker (LP: #1766452)
3133
3134 * package shim-signed (not installed) failed to install/upgrade: installed
3135 shim-signed package post-installation script subprocess returned error exit
3136 status 5 (LP: #1766391)
3137 - [Packaging] fix invocation of header postinst hooks
3138
3139 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Apr 2018 23:56:17 -0500
3140
3141 linux (4.15.0-19.20) bionic; urgency=medium
3142
3143 * linux: 4.15.0-19.20 -proposed tracker (LP: #1766021)
3144
3145 * Kernel 4.15.0-15 breaks Dell PowerEdge 12th Gen servers (LP: #1765232)
3146 - Revert "blk-mq: simplify queue mapping & schedule with each possisble CPU"
3147 - Revert "genirq/affinity: assign vectors to all possible CPUs"
3148
3149 -- Seth Forshee <seth.forshee@canonical.com> Sat, 21 Apr 2018 17:19:00 -0500
3150
3151 linux (4.15.0-18.19) bionic; urgency=medium
3152
3153 * linux: 4.15.0-18.19 -proposed tracker (LP: #1765490)
3154
3155 * [regression] Ubuntu 18.04:[4.15.0-17-generic #18] KVM Guest Kernel:
3156 meltdown: rfi/fallback displacement flush not enabled bydefault (kvm)
3157 (LP: #1765429)
3158 - powerpc/pseries: Fix clearing of security feature flags
3159
3160 * signing: only install a signed kernel (LP: #1764794)
3161 - [Packaging] update to Debian like control scripts
3162 - [Packaging] switch to triggers for postinst.d postrm.d handling
3163 - [Packaging] signing -- switch to raw-signing tarballs
3164 - [Packaging] signing -- switch to linux-image as signed when available
3165 - [Config] signing -- enable Opal signing for ppc64el
3166 - [Packaging] printenv -- add signing options
3167
3168 * [18.04 FEAT] Sign POWER host/NV kernels (LP: #1696154)
3169 - [Packaging] signing -- add support for signing Opal kernel binaries
3170
3171 * Please cherrypick s390 unwind fix (LP: #1765083)
3172 - s390/compat: fix setup_frame32
3173
3174 * Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L]
3175 [ipr] (LP: #1751813)
3176 - d-i: move ipr to storage-core-modules on ppc64el
3177
3178 * drivers/gpu/drm/bridge/adv7511/adv7511.ko missing (LP: #1764816)
3179 - SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm
3180
3181 * Miscellaneous Ubuntu changes
3182 - [Packaging] Add linux-oem to rebuild test blacklist.
3183
3184 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 19 Apr 2018 18:06:46 -0300
3185
3186 linux (4.15.0-17.18) bionic; urgency=medium
3187
3188 * linux: 4.15.0-17.18 -proposed tracker (LP: #1764498)
3189
3190 * Eventual OOM with profile reloads (LP: #1750594)
3191 - SAUCE: apparmor: fix memory leak when duplicate profile load
3192
3193 -- Seth Forshee <seth.forshee@canonical.com> Mon, 16 Apr 2018 14:48:18 -0500
3194
3195 linux (4.15.0-16.17) bionic; urgency=medium
3196
3197 * linux: 4.15.0-16.17 -proposed tracker (LP: #1763785)
3198
3199 * [18.04] [bug] CFL-S(CNP)/CNL GPIO testing failed (LP: #1757346)
3200 - [Config]: Set CONFIG_PINCTRL_CANNONLAKE=y
3201
3202 * [Ubuntu 18.04] USB Type-C test failed on GLK (LP: #1758797)
3203 - SAUCE: usb: typec: ucsi: Increase command completion timeout value
3204
3205 * Fix trying to "push" an already active pool VP (LP: #1763386)
3206 - SAUCE: powerpc/xive: Fix trying to "push" an already active pool VP
3207
3208 * hisi_sas: Revert and replace SAUCE patches w/ upstream (LP: #1762824)
3209 - Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to
3210 userspace"
3211 - Revert "UBUNTU: SAUCE: scsi: hisi_sas: config for hip08 ES"
3212 - scsi: hisi_sas: modify some register config for hip08
3213 - scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE()
3214
3215 * Realtek card reader - RTS5243 [VEN_10EC&DEV_5260] (LP: #1737673)
3216 - misc: rtsx: Move Realtek Card Reader Driver to misc
3217 - updateconfigs for Realtek Card Reader Driver
3218 - misc: rtsx: Add support for RTS5260
3219 - misc: rtsx: Fix symbol clashes
3220
3221 * Mellanox [mlx5] [bionic] UBSAN: Undefined behaviour in
3222 ./include/linux/net_dim.h (LP: #1763269)
3223 - net/mlx5e: Fix int overflow
3224
3225 * apparmor bug fixes for bionic (LP: #1763427)
3226 - apparmor: fix logging of the existence test for signals
3227 - apparmor: make signal label match work when matching stacked labels
3228 - apparmor: audit unknown signal numbers
3229 - apparmor: fix memory leak on buffer on error exit path
3230 - apparmor: fix mediation of prlimit
3231
3232 * dangling symlinks to loaded apparmor policy (LP: #1755563) // apparmor bug
3233 fixes for bionic (LP: #1763427)
3234 - apparmor: fix dangling symlinks to policy rawdata after replacement
3235
3236 * [OPAL] Assert fail:
3237 core/mem_region.c:447:lock_held_by_me(&region->free_list_lock)
3238 (LP: #1762913)
3239 - powerpc/watchdog: remove arch_trigger_cpumask_backtrace
3240
3241 * [LTC Test] Ubuntu 18.04: tm_trap_test failed on P8 compat mode guest
3242 (LP: #1762928)
3243 - powerpc/tm: Fix endianness flip on trap
3244
3245 * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674)
3246 - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail
3247 - SAUCE: (no-up) ASoC: rt5660: Add ACPI support
3248 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Add MCLK, quirks
3249 - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m
3250
3251 * /dev/ipmi enumeration flaky on Cavium Sabre nodes (LP: #1762812)
3252 - i2c: xlp9xx: return ENXIO on slave address NACK
3253 - i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly
3254 - i2c: xlp9xx: Check for Bus state before every transfer
3255 - i2c: xlp9xx: Handle NACK on DATA properly
3256
3257 * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
3258 - tools/kvm_stat: simplify the sortkey function
3259 - tools/kvm_stat: use a namedtuple for storing the values
3260 - tools/kvm_stat: use a more pythonic way to iterate over dictionaries
3261 - tools/kvm_stat: avoid 'is' for equality checks
3262 - tools/kvm_stat: fix crash when filtering out all non-child trace events
3263 - tools/kvm_stat: print error on invalid regex
3264 - tools/kvm_stat: fix debugfs handling
3265 - tools/kvm_stat: mark private methods as such
3266 - tools/kvm_stat: eliminate extra guest/pid selection dialog
3267 - tools/kvm_stat: separate drilldown and fields filtering
3268 - tools/kvm_stat: group child events indented after parent
3269 - tools/kvm_stat: print 'Total' line for multiple events only
3270 - tools/kvm_stat: Fix python3 syntax
3271 - tools/kvm_stat: Don't use deprecated file()
3272 - tools/kvm_stat: Remove unused function
3273 - [Packaging] Add linux-tools-host package for VM host tools
3274 - [Config] do_tools_host=true for amd64
3275
3276 * Bionic update to v4.15.17 stable release (LP: #1763366)
3277 - i40iw: Fix sequence number for the first partial FPDU
3278 - i40iw: Correct Q1/XF object count equation
3279 - i40iw: Validate correct IRD/ORD connection parameters
3280 - clk: meson: mpll: use 64-bit maths in params_from_rate
3281 - ARM: dts: ls1021a: add "fsl,ls1021a-esdhc" compatible string to esdhc node
3282 - Bluetooth: Add a new 04ca:3015 QCA_ROME device
3283 - ipv6: Reinject IPv6 packets if IPsec policy matches after SNAT
3284 - thermal: power_allocator: fix one race condition issue for thermal_instances
3285 list
3286 - perf probe: Find versioned symbols from map
3287 - perf probe: Add warning message if there is unexpected event name
3288 - perf evsel: Fix swap for samples with raw data
3289 - perf evsel: Enable ignore_missing_thread for pid option
3290 - l2tp: fix missing print session offset info
3291 - rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
3292 - ACPI / video: Default lcd_only to true on Win8-ready and newer machines
3293 - IB/mlx5: Report inner RSS capability
3294 - VFS: close race between getcwd() and d_move()
3295 - watchdog: dw_wdt: add stop watchdog operation
3296 - clk: divider: fix incorrect usage of container_of
3297 - PM / devfreq: Fix potential NULL pointer dereference in governor_store
3298 - gpiolib: don't dereference a desc before validation
3299 - net_sch: red: Fix the new offload indication
3300 - selftests/net: fix bugs in address and port initialization
3301 - thermal/drivers/hisi: Remove bogus const from function return type
3302 - RDMA/cma: Mark end of CMA ID messages
3303 - hwmon: (ina2xx) Make calibration register value fixed
3304 - f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
3305 - clk: sunxi-ng: a83t: Add M divider to TCON1 clock
3306 - media: videobuf2-core: don't go out of the buffer range
3307 - ASoC: Intel: Skylake: Disable clock gating during firmware and library
3308 download
3309 - ASoC: Intel: cht_bsw_rt5645: Analog Mic support
3310 - drm/msm: Fix NULL deref in adreno_load_gpu
3311 - IB/ipoib: Fix for notify send CQ failure messages
3312 - spi: sh-msiof: Fix timeout failures for TX-only DMA transfers
3313 - scsi: mpt3sas: Proper handling of set/clear of "ATA command pending" flag.
3314 - irqchip/ompic: fix return value check in ompic_of_init()
3315 - irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry
3316 - ACPI: EC: Fix debugfs_create_*() usage
3317 - mac80211: Fix setting TX power on monitor interfaces
3318 - vfb: fix video mode and line_length being set when loaded
3319 - crypto: crypto4xx - perform aead icv check in the driver
3320 - gpio: label descriptors using the device name
3321 - arm64: asid: Do not replace active_asids if already 0
3322 - powernv-cpufreq: Add helper to extract pstate from PMSR
3323 - IB/rdmavt: Allocate CQ memory on the correct node
3324 - blk-mq: avoid to map CPU into stale hw queue
3325 - blk-mq: fix race between updating nr_hw_queues and switching io sched
3326 - backlight: tdo24m: Fix the SPI CS between transfers
3327 - nvme-fabrics: protect against module unload during create_ctrl
3328 - nvme-fabrics: don't check for non-NULL module in nvmf_register_transport
3329 - pinctrl: baytrail: Enable glitch filter for GPIOs used as interrupts
3330 - nvme_fcloop: disassocate local port structs
3331 - nvme_fcloop: fix abort race condition
3332 - tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
3333 - perf report: Fix a no annotate browser displayed issue
3334 - staging: lustre: disable preempt while sampling processor id.
3335 - ASoC: Intel: sst: Fix the return value of 'sst_send_byte_stream_mrfld()'
3336 - power: supply: axp288_charger: Properly stop work on probe-error / remove
3337 - rt2x00: do not pause queue unconditionally on error path
3338 - wl1251: check return from call to wl1251_acx_arp_ip_filter
3339 - net/mlx5: Fix race for multiple RoCE enable
3340 - bcache: ret IOERR when read meets metadata error
3341 - bcache: stop writeback thread after detaching
3342 - bcache: segregate flash only volume write streams
3343 - net: Fix netdev_WARN_ONCE macro
3344 - net/mlx5e: IPoIB, Use correct timestamp in child receive flow
3345 - blk-mq: fix kernel oops in blk_mq_tag_idle()
3346 - tty: n_gsm: Allow ADM response in addition to UA for control dlci
3347 - block, bfq: put async queues for root bfq groups too
3348 - serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers
3349 - EDAC, mv64x60: Fix an error handling path
3350 - uio_hv_generic: check that host supports monitor page
3351 - Bluetooth: hci_bcm: Mandate presence of shutdown and device wake GPIO
3352 - Bluetooth: hci_bcm: Validate IRQ before using it
3353 - Bluetooth: hci_bcm: Make shutdown and device wake GPIO optional
3354 - i40evf: don't rely on netif_running() outside rtnl_lock()
3355 - drm/amd/powerplay: fix memory leakage when reload (v2)
3356 - cxgb4vf: Fix SGE FL buffer initialization logic for 64K pages
3357 - PM / domains: Don't skip driver's ->suspend|resume_noirq() callbacks
3358 - scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware
3359 in RAID map
3360 - scsi: megaraid_sas: unload flag should be set after scsi_remove_host is
3361 called
3362 - RDMA/cma: Fix rdma_cm path querying for RoCE
3363 - gpio: thunderx: fix error return code in thunderx_gpio_probe()
3364 - x86/gart: Exclude GART aperture from vmcore
3365 - sdhci: Advertise 2.0v supply on SDIO host controller
3366 - Input: goodix - disable IRQs while suspended
3367 - mtd: mtd_oobtest: Handle bitflips during reads
3368 - crypto: aes-generic - build with -Os on gcc-7+
3369 - perf tools: Fix copyfile_offset update of output offset
3370 - tcmu: release blocks for partially setup cmds
3371 - thermal: int3400_thermal: fix error handling in int3400_thermal_probe()
3372 - drm/i915/cnp: Ignore VBT request for know invalid DDC pin.
3373 - drm/i915/cnp: Properly handle VBT ddc pin out of bounds.
3374 - x86/microcode: Propagate return value from updating functions
3375 - x86/CPU: Add a microcode loader callback
3376 - x86/CPU: Check CPU feature bits after microcode upgrade
3377 - x86/microcode: Get rid of struct apply_microcode_ctx
3378 - x86/microcode/intel: Check microcode revision before updating sibling
3379 threads
3380 - x86/microcode/intel: Writeback and invalidate caches before updating
3381 microcode
3382 - x86/microcode: Do not upload microcode if CPUs are offline
3383 - x86/microcode/intel: Look into the patch cache first
3384 - x86/microcode: Request microcode on the BSP
3385 - x86/microcode: Synchronize late microcode loading
3386 - x86/microcode: Attempt late loading only when new microcode is present
3387 - x86/microcode: Fix CPU synchronization routine
3388 - arp: fix arp_filter on l3slave devices
3389 - ipv6: the entire IPv6 header chain must fit the first fragment
3390 - lan78xx: Crash in lan78xx_writ_reg (Workqueue: events
3391 lan78xx_deferred_multicast_write)
3392 - net: dsa: Discard frames from unused ports
3393 - net: fix possible out-of-bound read in skb_network_protocol()
3394 - net/ipv6: Fix route leaking between VRFs
3395 - net/ipv6: Increment OUTxxx counters after netfilter hook
3396 - netlink: make sure nladdr has correct size in netlink_connect()
3397 - net/mlx5e: Verify coalescing parameters in range
3398 - net sched actions: fix dumping which requires several messages to user space
3399 - net/sched: fix NULL dereference in the error path of tcf_bpf_init()
3400 - pptp: remove a buggy dst release in pptp_connect()
3401 - r8169: fix setting driver_data after register_netdev
3402 - sctp: do not leak kernel memory to user space
3403 - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
3404 - vhost: correctly remove wait queue during poll failure
3405 - vlan: also check phy_driver ts_info for vlan's real device
3406 - vrf: Fix use after free and double free in vrf_finish_output
3407 - bonding: fix the err path for dev hwaddr sync in bond_enslave
3408 - bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave
3409 - bonding: process the err returned by dev_set_allmulti properly in
3410 bond_enslave
3411 - net: fool proof dev_valid_name()
3412 - ip_tunnel: better validate user provided tunnel names
3413 - ipv6: sit: better validate user provided tunnel names
3414 - ip6_gre: better validate user provided tunnel names
3415 - ip6_tunnel: better validate user provided tunnel names
3416 - vti6: better validate user provided tunnel names
3417 - net/mlx5e: Set EQE based as default TX interrupt moderation mode
3418 - net_sched: fix a missing idr_remove() in u32_delete_key()
3419 - net/sched: fix NULL dereference in the error path of tcf_vlan_init()
3420 - net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path
3421 - net/mlx5e: Fix memory usage issues in offloading TC flows
3422 - net/sched: fix NULL dereference in the error path of tcf_sample_init()
3423 - nfp: use full 40 bits of the NSP buffer address
3424 - ipv6: sr: fix seg6 encap performances with TSO enabled
3425 - net/mlx5e: Don't override vport admin link state in switchdev mode
3426 - net/mlx5e: Sync netdev vxlan ports at open
3427 - net/sched: fix NULL dereference in the error path of tunnel_key_init()
3428 - net/sched: fix NULL dereference on the error path of tcf_skbmod_init()
3429 - strparser: Fix sign of err codes
3430 - net/mlx4_en: Fix mixed PFC and Global pause user control requests
3431 - net/mlx5e: Fix traffic being dropped on VF representor
3432 - vhost: validate log when IOTLB is enabled
3433 - route: check sysctl_fib_multipath_use_neigh earlier than hash
3434 - team: move dev_mc_sync after master_upper_dev_link in team_port_add
3435 - vhost_net: add missing lock nesting notation
3436 - net/mlx4_core: Fix memory leak while delete slave's resources
3437 - Linux 4.15.17
3438
3439 * sky2 gigabit ethernet driver sometimes stops working after lid-open resume
3440 from sleep (88E8055) (LP: #1758507) // Bionic update to v4.15.17 stable
3441 release (LP: #1763366)
3442 - sky2: Increase D3 delay to sky2 stops working after suspend
3443
3444 * [Featire] CNL: Enable RAPL support (LP: #1685712)
3445 - powercap: RAPL: Add support for Cannon Lake
3446
3447 * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719)
3448 - s390: move nobp parameter functions to nospec-branch.c
3449 - s390: add automatic detection of the spectre defense
3450 - s390: report spectre mitigation via syslog
3451 - s390: add sysfs attributes for spectre
3452 - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390
3453 - s390: correct nospec auto detection init order
3454
3455 * Merge the linux-snapdragon kernel into bionic master/snapdragon
3456 (LP: #1763040)
3457 - drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"
3458 - drm/msm: fix msm_rd_dump_submit prototype
3459 - drm/msm: gpu: Only sync fences on rings that exist
3460 - wcn36xx: set default BTLE coexistence config
3461 - wcn36xx: Add hardware scan offload support
3462 - wcn36xx: Reduce spinlock in indication handler
3463 - wcn36xx: fix incorrect assignment to msg_body.min_ch_time
3464 - wcn36xx: release DMA memory in case of error
3465 - mailbox: qcom: Convert APCS IPC driver to use regmap
3466 - mailbox: qcom: Create APCS child device for clock controller
3467 - clk: qcom: Add A53 PLL support
3468 - clk: qcom: Add regmap mux-div clocks support
3469 - clk: qcom: Add APCS clock controller support
3470 - clk: qcom: msm8916: Fix return value check in qcom_apcs_msm8916_clk_probe()
3471 - media: venus: venc: set correctly GOP size and number of B-frames
3472 - media: venus: venc: configure entropy mode
3473 - media: venus: venc: Apply inloop deblocking filter
3474 - media: venus: cleanup set_property controls
3475 - arm64: defconfig: enable REMOTEPROC
3476 - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c
3477 - kernel: configs; add distro.config
3478 - arm64: configs: enable WCN36xx
3479 - kernel: distro.config: enable debug friendly USB network adpater
3480 - arm64: configs: enable QCOM Venus
3481 - arm64: defconfig: Enable a53/apcs and avs
3482 - arm64: defconfig: enable ondemand governor as default
3483 - arm64: defconfig: enable QCOM_TSENS
3484 - arm64: defconfig: enable new trigger modes for leds
3485 - kernel: configs: enable dm_mod and dm_crypt
3486 - Force the SMD regulator driver to be compiled-in
3487 - arm64: defconfig: enable CFG80211_DEFAULT_PS by default
3488 - arm64: configs: enable BT_QCOMSMD
3489 - kernel: configs: add more USB net drivers
3490 - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV
3491 - arm64: configs: Enable camera drivers
3492 - kernel: configs: add freq stat to sysfs
3493 - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default
3494 - arm64: defconfig: Enable QRTR features
3495 - kernel: configs: set USB_CONFIG_F_FS in distro.config
3496 - kernel: distro.config: enable 'schedutil' CPUfreq governor
3497 - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs
3498 - kernel: distro.config: enable 'BBR' TCP congestion algorithm
3499 - arm64: defconfig: enable LEDS_QCOM_LPG
3500 - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap
3501 - power: avs: Add support for CPR (Core Power Reduction)
3502 - power: avs: cpr: Use raw mem access for qfprom
3503 - power: avs: cpr: fix with new reg_sequence structures
3504 - power: avs: cpr: Register with cpufreq-dt
3505 - regulator: smd: Add floor and corner operations
3506 - PM / OPP: Support adjusting OPP voltages at runtime
3507 - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage()
3508 - PM / OPP: HACK: Allow to set regulator without opp_list
3509 - PM / OPP: Add a helper to get an opp regulator for device
3510 - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist
3511 - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m
3512 - ov5645: I2C address change
3513 - i2c: Add Qualcomm Camera Control Interface driver
3514 - camss: vfe: Skip first four frames from sensor
3515 - camss: Do not register if no cameras are present
3516 - i2c-qcom-cci: Fix run queue completion timeout
3517 - i2c-qcom-cci: Fix I2C address bug
3518 - media: ov5645: Fix I2C address
3519 - drm/bridge/adv7511: Delay clearing of HPD interrupt status
3520 - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing
3521 - leds: Add driver for Qualcomm LPG
3522 - wcn36xx: Fix warning due to duplicate scan_completed notification
3523 - arm64: dts: Add CPR DT node for msm8916
3524 - arm64: dts: add spmi-regulator nodes
3525 - arm64: dts: msm8916: Add cpufreq support
3526 - arm64: dts: msm8916: Add a shared CPU opp table
3527 - arm64: dts: msm8916: Add cpu cooling maps
3528 - arm64: dts: pm8916: Mark the s2 regulator as always-on
3529 - dt-bindings: mailbox: qcom: Document the APCS clock binding
3530 - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
3531 - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver
3532 - arm64: dts: qcom: msm8916: Add clock properties to the APCS node
3533 - arm64: dts: qcom: apq8016-sbc: Allow USR4 LED to notify kernel panic
3534 - dt-bindings: media: Binding document for Qualcomm Camera Control Interface
3535 driver
3536 - MAINTAINERS: Add Qualcomm Camera Control Interface driver
3537 - DT: leds: Add Qualcomm Light Pulse Generator binding
3538 - arm64: dts: qcom: msm8996: Add mpp and lpg blocks
3539 - arm64: dts: qcom: Add pwm node for pm8916
3540 - arm64: dts: qcom: Add user LEDs on db820c
3541 - arm64: dts: qcom: Add WiFI/BT LEDs on db820c
3542 - ARM: dts: qcom: Add LPG node to pm8941
3543 - ARM: dts: qcom: honami: Add LPG node and RGB LED
3544 - arm64: dts: qcom: Add Camera Control Interface support
3545 - arm64: dts: qcom: Add apps_iommu vfe child node
3546 - arm64: dts: qcom: Add camss device node
3547 - arm64: dts: qcom: Add ov5645 device nodes
3548 - arm64: dts: msm8916: Fix camera sensors I2C addresses
3549 - arm: dts: qcom: db410c: Enable PWM signal on MPP4
3550 - packaging: arm64: add a uboot flavour - part1
3551 - packaging: arm64: add a uboot flavour - part2
3552 - packaging: arm64: add a uboot flavour - part3
3553 - packaging: arm64: add a uboot flavour - part4
3554 - packaging: arm64: add a uboot flavour - part5
3555 - packaging: arm64: rename uboot flavour to snapdragon
3556 - [Config] updateconfigs after qcomlt import
3557 - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y
3558 - [Config] arm64: snapdragon: MSM_GCC_8916=y
3559 - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y
3560 - [Config] arm64: snapdragon: PINCTRL_MSM8916=y
3561 - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y
3562 - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y
3563 - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y
3564 - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y
3565 - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y
3566 - [Config] arm64: snapdragon: QCOM_SMEM=y
3567 - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y
3568 - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y
3569 - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y
3570 - [Config] arm64: snapdragon: QCOM_BAM_DMA=y
3571 - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y
3572 - [Config] arm64: snapdragon: QCOM_CPR=y
3573 - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y
3574 - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y
3575 - [Config] turn off DRM_MSM_REGISTER_LOGGING
3576 - [Config] arm64: snapdragon: I2C_QUP=y
3577 - [Config] arm64: snapdragon: SPI_QUP=y
3578 - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y
3579 - [Config] arm64: snapdragon: QCOM_APCS_IPC=y
3580 - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y
3581 - [Config] arm64: snapdragon: QCOM_SMSM=y
3582 - [Config] arm64: snapdragon: QCOM_SMP2P=y
3583 - [Config] arm64: snapdragon: DRM_MSM=y
3584 - [Config] arm64: snapdragon: SND_SOC=y
3585 - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m
3586 - [Config] arm64: snapdragon: QCOM_A53PLL=y, QCOM_CLK_APCS_MSM8916=y
3587 - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y
3588 - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m
3589 - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y
3590 - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y,
3591 SND_SOC_MSM8916_WCD_DIGITAL=y
3592 - SAUCE: media: ov5645: skip address change if dt addr == default addr
3593 - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS
3594 #ifdefs
3595 - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y
3596 - packaging: snapdragon: fixup ABI paths
3597
3598 * LSM stacking patches for bionic (LP: #1763062)
3599 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
3600 - SAUCE: LSM stacking: LSM: Manage credential security blobs
3601 - SAUCE: LSM stacking: LSM: Manage file security blobs
3602 - SAUCE: LSM stacking: LSM: Manage task security blobs
3603 - SAUCE: LSM stacking: LSM: Manage remaining security blobs
3604 - SAUCE: LSM stacking: LSM: General stacking
3605 - SAUCE: LSM stacking: fixup initialize task->security
3606 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
3607 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
3608 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
3609 - SAUCE: LSM stacking: fixup apparmor stacking enablement
3610 - SAUCE: LSM stacking: fixup stacking kconfig
3611 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
3612 - SAUCE: LSM stacking: provide prctl interface for setting context
3613 - SAUCE: LSM stacking: inherit current display LSM
3614 - SAUCE: LSM stacking: keep an index for each registered LSM
3615 - SAUCE: LSM stacking: verify display LSM
3616 - SAUCE: LSM stacking: provide a way to specify the default display lsm
3617 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
3618 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
3619 - SAUCE: LSM stacking: add Kconfig to set default display LSM
3620 - SAUCE: LSM stacking: add configs for LSM stacking
3621 - SAUCE: LSM stacking: add apparmor and selinux proc dirs
3622 - SAUCE: LSM stacking: remove procfs context interface
3623
3624 * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14
3625 (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062)
3626 - SAUCE: LSM stacking: check for invalid zero sized writes
3627
3628 * RDMA/hns: ensure for-loop actually iterates and free's buffers
3629 (LP: #1762757)
3630 - RDMA/hns: ensure for-loop actually iterates and free's buffers
3631
3632 * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems
3633 (LP: #1762755)
3634 - RDMA/hns: Fix the endian problem for hns
3635 - RDMA/hns: Support rq record doorbell for the user space
3636 - RDMA/hns: Support cq record doorbell for the user space
3637 - RDMA/hns: Support rq record doorbell for kernel space
3638 - RDMA/hns: Support cq record doorbell for kernel space
3639 - RDMA/hns: Fix cqn type and init resp
3640 - RDMA/hns: Fix init resp when alloc ucontext
3641 - RDMA/hns: Fix cq record doorbell enable in kernel
3642
3643 * Replace LPC patchset with upstream version (LP: #1762758)
3644 - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver"
3645 - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support"
3646 - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host
3647 children"
3648 - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT
3649 bindings"
3650 - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO
3651 devices"
3652 - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO
3653 hosts"
3654 - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of
3655 pci_register_io_range()"
3656 - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in
3657 pci_register_io_range()"
3658 - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method"
3659 - lib: Add generic PIO mapping method
3660 - PCI: Remove __weak tag from pci_register_io_range()
3661 - PCI: Add fwnode handler as input param of pci_register_io_range()
3662 - PCI: Apply the new generic I/O management on PCI IO hosts
3663 - of: Add missing I/O range exception for indirect-IO devices
3664 - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
3665 - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use
3666 - ACPI / scan: Do not enumerate Indirect IO host children
3667 - HISI LPC: Add ACPI support
3668 - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver
3669
3670 * Enable Tunneled Operations on POWER9 (LP: #1762448)
3671 - powerpc/powernv: Enable tunneled operations
3672 - cxl: read PHB indications from the device tree
3673
3674 * PSL traces reset after PERST for debug AFU image (LP: #1762462)
3675 - cxl: Enable NORST bit in PSL_DEBUG register for PSL9
3676
3677 * NFS + sec=krb5 is broken (LP: #1759791)
3678 - sunrpc: remove incorrect HMAC request initialization
3679
3680 * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128)
3681 - d-i: add bcm2835 to block-modules
3682
3683 * Backport USB core quirks (LP: #1762695)
3684 - usb: core: Add "quirks" parameter for usbcore
3685 - usb: core: Copy parameter string correctly and remove superfluous null check
3686 - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
3687
3688 * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when
3689 setting up a second end-to-end encrypted disk (LP: #1762353)
3690 - SAUCE: s390/crypto: Adjust s390 aes and paes cipher
3691
3692 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715
3693 - powerpc/64s: Wire up cpu_show_spectre_v2()
3694
3695 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753
3696 - powerpc/64s: Wire up cpu_show_spectre_v1()
3697
3698 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754
3699 - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
3700 - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
3701 - powerpc/rfi-flush: Always enable fallback flush on pseries
3702 - powerpc/rfi-flush: Differentiate enabled and patched flush types
3703 - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
3704 - powerpc/64s: Move cpu_show_meltdown()
3705 - powerpc/64s: Enhance the information in cpu_show_meltdown()
3706 - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
3707 - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
3708
3709 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 //
3710 CVE-2017-5753 // CVE-2017-5754
3711 - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
3712 - powerpc: Add security feature flags for Spectre/Meltdown
3713 - powerpc/pseries: Set or clear security feature flags
3714 - powerpc/powernv: Set or clear security feature flags
3715
3716 * Hisilicon network subsystem 3 support (LP: #1761610)
3717 - net: hns3: export pci table of hclge and hclgevf to userspace
3718 - d-i: Add hns3 drivers to nic-modules
3719
3720 * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534)
3721 - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
3722
3723 * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712)
3724 - perf vendor events aarch64: Add JSON metrics for ARM Cortex-A53 Processor
3725 - perf vendor events: Drop incomplete multiple mapfile support
3726 - perf vendor events: Fix error code in json_events()
3727 - perf vendor events: Drop support for unused topic directories
3728 - perf vendor events: Add support for pmu events vendor subdirectory
3729 - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
3730 - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
3731 - perf vendor events: Add support for arch standard events
3732 - perf vendor events arm64: Add armv8-recommended.json
3733 - perf vendor events arm64: Fixup ThunderX2 to use recommended events
3734 - perf vendor events arm64: fixup A53 to use recommended events
3735 - perf vendor events arm64: add HiSilicon hip08 JSON file
3736 - perf vendor events arm64: Enable JSON events for ThunderX2 B0
3737
3738 * Warning "cache flush timed out!" seen when unloading the cxl driver
3739 (LP: #1762367)
3740 - cxl: Check if PSL data-cache is available before issue flush request
3741
3742 * Bionic update to 4.15.16 stable release (LP: #1762370)
3743 - ARM: OMAP: Fix SRAM W+X mapping
3744 - ARM: 8746/1: vfp: Go back to clearing vfp_current_hw_state[]
3745 - ARM: dts: sun6i: a31s: bpi-m2: improve pmic properties
3746 - ARM: dts: sun6i: a31s: bpi-m2: add missing regulators
3747 - mtd: jedec_probe: Fix crash in jedec_read_mfr()
3748 - mtd: nand: atmel: Fix get_sectorsize() function
3749 - ALSA: usb-audio: Add native DSD support for TEAC UD-301
3750 - ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()
3751 - ALSA: pcm: potential uninitialized return values
3752 - x86/platform/uv/BAU: Add APIC idt entry
3753 - perf/hwbp: Simplify the perf-hwbp code, fix documentation
3754 - ceph: only dirty ITER_IOVEC pages for direct read
3755 - ipc/shm.c: add split function to shm_vm_ops
3756 - i2c: i2c-stm32f7: fix no check on returned setup
3757 - powerpc/mm: Add tracking of the number of coprocessors using a context
3758 - powerpc/mm: Workaround Nest MMU bug with TLB invalidations
3759 - powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRs
3760 - partitions/msdos: Unable to mount UFS 44bsd partitions
3761 - xfrm_user: uncoditionally validate esn replay attribute struct
3762 - RDMA/ucma: Check AF family prior resolving address
3763 - RDMA/ucma: Fix use-after-free access in ucma_close
3764 - RDMA/ucma: Ensure that CM_ID exists prior to access it
3765 - RDMA/rdma_cm: Fix use after free race with process_one_req
3766 - RDMA/ucma: Check that device is connected prior to access it
3767 - RDMA/ucma: Check that device exists prior to accessing it
3768 - RDMA/ucma: Introduce safer rdma_addr_size() variants
3769 - ipv6: fix possible deadlock in rt6_age_examine_exception()
3770 - net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()
3771 - xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems
3772 - percpu: add __GFP_NORETRY semantics to the percpu balancing path
3773 - netfilter: x_tables: make allocation less aggressive
3774 - netfilter: bridge: ebt_among: add more missing match size checks
3775 - l2tp: fix races with ipv4-mapped ipv6 addresses
3776 - netfilter: drop template ct when conntrack is skipped.
3777 - netfilter: x_tables: add and use xt_check_proc_name
3778 - phy: qcom-ufs: add MODULE_LICENSE tag
3779 - Bluetooth: Fix missing encryption refresh on Security Request
3780 - drm/i915/dp: Write to SET_POWER dpcd to enable MST hub.
3781 - bitmap: fix memset optimization on big-endian systems
3782 - USB: serial: ftdi_sio: add RT Systems VX-8 cable
3783 - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
3784 - USB: serial: cp210x: add ELDAT Easywave RX09 id
3785 - serial: 8250: Add Nuvoton NPCM UART
3786 - mei: remove dev_err message on an unsupported ioctl
3787 - /dev/mem: Avoid overwriting "err" in read_mem()
3788 - media: usbtv: prevent double free in error case
3789 - parport_pc: Add support for WCH CH382L PCI-E single parallel port card.
3790 - crypto: lrw - Free rctx->ext with kzfree
3791 - crypto: talitos - don't persistently map req_ctx->hw_context and
3792 req_ctx->buf
3793 - crypto: inside-secure - fix clock management
3794 - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
3795 - crypto: talitos - fix IPsec cipher in length
3796 - crypto: ahash - Fix early termination in hash walk
3797 - crypto: caam - Fix null dereference at error path
3798 - crypto: ccp - return an actual key size from RSA max_size callback
3799 - crypto: arm,arm64 - Fix random regeneration of S_shipped
3800 - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
3801 - Btrfs: fix unexpected cow in run_delalloc_nocow
3802 - staging: comedi: ni_mio_common: ack ai fifo error interrupts.
3803 - Revert "base: arch_topology: fix section mismatch build warnings"
3804 - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370
3805 - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
3806 - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
3807 - vt: change SGR 21 to follow the standards
3808 - ARM: dts: DRA76-EVM: Set powerhold property for tps65917
3809 - net: hns: Fix ethtool private flags
3810 - Fix slab name "biovec-(1<<(21-12))"
3811 - Revert "ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin"
3812 - Revert "ARM: dts: omap3-n900: Fix the audio CODEC's reset pin"
3813 - Revert "cpufreq: Fix governor module removal race"
3814 - Revert "ip6_vti: adjust vti mtu according to mtu of lower device"
3815 - Linux 4.15.16
3816
3817 * [18.04][config] regression: nvme and nvme_core couldn't be built as modules
3818 starting 4.15-rc2 (LP: #1759893)
3819 - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for
3820 build"
3821 - [Config] CONFIG_BLK_DEV_NMVE=m
3822
3823 * Miscellaneous Ubuntu changes
3824 - [Packaging] Only install cloud init files when do_tools_common=true
3825
3826 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 13 Apr 2018 14:40:52 -0300
3827
3828 linux (4.15.0-15.16) bionic; urgency=medium
3829
3830 * linux: 4.15.0-15.16 -proposed tracker (LP: #1761177)
3831
3832 * FFe: Enable configuring resume offset via sysfs (LP: #1760106)
3833 - PM / hibernate: Make passing hibernate offsets more friendly
3834
3835 * /dev/bcache/by-uuid links not created after reboot (LP: #1729145)
3836 - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent
3837
3838 * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine
3839 type(pseries-bionic) complaining "KVM implementation does not support
3840 Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026)
3841 - powerpc: Use feature bit for RTC presence rather than timebase presence
3842 - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit
3843 - powerpc: Free up CPU feature bits on 64-bit machines
3844 - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2
3845 - powerpc/powernv: Provide a way to force a core into SMT4 mode
3846 - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
3847 - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
3848 - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
3849
3850 * Important Kernel fixes to be backported for Power9 (kvm) (LP: #1758910)
3851 - powerpc/mm: Fixup tlbie vs store ordering issue on POWER9
3852
3853 * Ubuntu 18.04 - IO Hang on some namespaces when running HTX with 16
3854 namespaces (Bolt / NVMe) (LP: #1757497)
3855 - powerpc/64s: Fix lost pending interrupt due to race causing lost update to
3856 irq_happened
3857
3858 * fwts-efi-runtime-dkms 18.03.00-0ubuntu1: fwts-efi-runtime-dkms kernel module
3859 failed to build (LP: #1760876)
3860 - [Packaging] include the retpoline extractor in the headers
3861
3862 -- Seth Forshee <seth.forshee@canonical.com> Wed, 04 Apr 2018 08:26:19 -0500
3863
3864 linux (4.15.0-14.15) bionic; urgency=medium
3865
3866 * linux: 4.15.0-14.15 -proposed tracker (LP: #1760678)
3867
3868 * [Bionic] mlx4 ETH - mlnx_qos failed when set some TC to vendor
3869 (LP: #1758662)
3870 - net/mlx4_en: Change default QoS settings
3871
3872 * AT_BASE_PLATFORM in AUXV is absent on kernels available on Ubuntu 17.10
3873 (LP: #1759312)
3874 - powerpc/64s: Fix NULL AT_BASE_PLATFORM when using DT CPU features
3875
3876 * Bionic update to 4.15.15 stable release (LP: #1760585)
3877 - net: dsa: Fix dsa_is_user_port() test inversion
3878 - openvswitch: meter: fix the incorrect calculation of max delta_t
3879 - qed: Fix MPA unalign flow in case header is split across two packets.
3880 - tcp: purge write queue upon aborting the connection
3881 - qed: Fix non TCP packets should be dropped on iWARP ll2 connection
3882 - sysfs: symlink: export sysfs_create_link_nowarn()
3883 - net: phy: relax error checking when creating sysfs link netdev->phydev
3884 - devlink: Remove redundant free on error path
3885 - macvlan: filter out unsupported feature flags
3886 - net: ipv6: keep sk status consistent after datagram connect failure
3887 - ipv6: old_dport should be a __be16 in __ip6_datagram_connect()
3888 - ipv6: sr: fix NULL pointer dereference when setting encap source address
3889 - ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state
3890 - mlxsw: spectrum_buffers: Set a minimum quota for CPU port traffic
3891 - net: phy: Tell caller result of phy_change()
3892 - ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes
3893 - net sched actions: return explicit error when tunnel_key mode is not
3894 specified
3895 - ppp: avoid loop in xmit recursion detection code
3896 - rhashtable: Fix rhlist duplicates insertion
3897 - test_rhashtable: add test case for rhltable with duplicate objects
3898 - kcm: lock lower socket in kcm_attach
3899 - sch_netem: fix skb leak in netem_enqueue()
3900 - ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()
3901 - net: use skb_to_full_sk() in skb_update_prio()
3902 - net: Fix hlist corruptions in inet_evict_bucket()
3903 - s390/qeth: free netdevice when removing a card
3904 - s390/qeth: when thread completes, wake up all waiters
3905 - s390/qeth: lock read device while queueing next buffer
3906 - s390/qeth: on channel error, reject further cmd requests
3907 - soc/fsl/qbman: fix issue in qman_delete_cgr_safe()
3908 - dpaa_eth: fix error in dpaa_remove()
3909 - dpaa_eth: remove duplicate initialization
3910 - dpaa_eth: increment the RX dropped counter when needed
3911 - dpaa_eth: remove duplicate increment of the tx_errors counter
3912 - dccp: check sk for closed state in dccp_sendmsg()
3913 - ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()
3914 - l2tp: do not accept arbitrary sockets
3915 - net: ethernet: arc: Fix a potential memory leak if an optional regulator is
3916 deferred
3917 - net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY
3918 interface
3919 - net: fec: Fix unbalanced PM runtime calls
3920 - net/iucv: Free memory obtained by kzalloc
3921 - netlink: avoid a double skb free in genlmsg_mcast()
3922 - net: Only honor ifindex in IP_PKTINFO if non-0
3923 - net: systemport: Rewrite __bcm_sysport_tx_reclaim()
3924 - qede: Fix qedr link update
3925 - skbuff: Fix not waking applications when errors are enqueued
3926 - team: Fix double free in error path
3927 - Linux 4.15.15
3928
3929 * Ubuntu 18.04 [ WSP DD2.2 with stop4 and stop5 enabled ]: kdump fails to
3930 capture dump when smt=2 or off. (LP: #1758206)
3931 - powerpc/crash: Remove the test for cpu_online in the IPI callback
3932 - powernv/kdump: Fix cases where the kdump kernel can get HMI's
3933 - powerpc/kdump: Fix powernv build break when KEXEC_CORE=n
3934
3935 * [Intel Ubuntu 18.04 Bug] Null pointer dereference, when disconnecting RAID
3936 rebuild target (LP: #1759279)
3937 - md: document lifetime of internal rdev pointer.
3938
3939 * [Feature]Crystal Ridge:add support for the platform capabilities NFIT sub-
3940 table in ACPI 6.2A (LP: #1730829)
3941 - ACPICA: ACPI 6.0A: Changes to the NFIT ACPI table
3942 - acpi: nfit: Add support for detect platform CPU cache flush on power loss
3943 - acpi: nfit: add persistent memory control flag for nd_region
3944 - libnvdimm: expose platform persistence attribute for nd_region
3945 - libnvdimm: re-enable deep flush for pmem devices via fsync()
3946 - libnvdimm, nfit: fix persistence domain reporting
3947
3948 * Allow multiple mounts of zfs datasets (LP: #1759848)
3949 - SAUCE: Allow mounting datasets more than once (LP: #1759848)
3950
3951 * Update Aquantia driver to fix various issues (LP: #1759303)
3952 - net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZE
3953 - net: aquantia: Cleanup status flags accesses
3954 - net: aquantia: Cleanup hardware access modules
3955 - net: aquantia: Remove duplicate hardware descriptors declarations
3956 - net: aquantia: Add const qualifiers for hardware ops tables
3957 - net: aquantia: Simplify dependencies between pci modules
3958 - net: aquantia: Eliminate aq_nic structure abstraction
3959 - net: aquantia: Fix register definitions to linux style
3960 - net: aquantia: Prepend hw access functions declarations with prefix
3961 - net: aquantia: Fix internal stats calculation on rx
3962 - net: aquantia: Introduce new device ids and constants
3963 - net: aquantia: Introduce new AQC devices and capabilities
3964 - net: aquantia: Convert hw and caps structures to const static pointers
3965 - net: aquantia: Cleanup pci functions module
3966 - net: aquantia: Remove create/destroy from hw ops
3967 - net: aquantia: Change confusing no_ff_addr to more meaningful name
3968 - net: aquantia: Introduce firmware ops callbacks
3969 - net: aquantia: Introduce support for new firmware on AQC cards
3970 - net: aquantia: Introduce global AQC hardware reset sequence
3971 - net: aquantia: Report correct mediatype via ethtool
3972 - net: aquantia: bump driver version to match aquantia internal numbering
3973 - net: aquantia: Fix hardware reset when SPI may rarely hangup
3974 - net: aquantia: Fix a regression with reset on old firmware
3975 - net: aquantia: Change inefficient wait loop on fw data reads
3976 - net: aquantia: Add tx clean budget and valid budget handling logic
3977 - net: aquantia: Allow live mac address changes
3978 - net: aquantia: Implement pci shutdown callback
3979 - net: aquantia: driver version bump
3980
3981 * ISST-LTE:KVM:Ubuntu1804:BostonLC:boslcp3: cpu hotplug on boslcp3g4 guest
3982 dumping call traces continuously. (LP: #1759722)
3983 - blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printk
3984
3985 * ISST-LTE:KVM:Ubuntu18.04:BostonLC:boslcp3:boslcp3g3:Guest conosle hangs
3986 after hotplug CPU add operation. (LP: #1759723)
3987 - genirq/affinity: assign vectors to all possible CPUs
3988 - blk-mq: simplify queue mapping & schedule with each possisble CPU
3989
3990 * test_bpf fails (LP: #1756150)
3991 - test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches
3992
3993 * Bionic update to v4.15.14 stable release (LP: #1759655)
3994 - MIPS: ralink: Remove ralink_halt()
3995 - MIPS: ralink: Fix booting on MT7621
3996 - MIPS: lantiq: Fix Danube USB clock
3997 - MIPS: lantiq: Enable AHB Bus for USB
3998 - MIPS: lantiq: ase: Enable MFD_SYSCON
3999 - iio: chemical: ccs811: Corrected firmware boot/application mode transition
4000 - iio: st_pressure: st_accel: pass correct platform data to init
4001 - iio: adc: meson-saradc: unlock on error in meson_sar_adc_lock()
4002 - ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit
4003 - ALSA: aloop: Sync stale timer before release
4004 - ALSA: aloop: Fix access to not-yet-ready substream via cable
4005 - ALSA: hda - Force polling mode on CFL for fixing codec communication
4006 - ALSA: hda/realtek - Fix speaker no sound after system resume
4007 - ALSA: hda/realtek - Fix Dell headset Mic can't record
4008 - ALSA: hda/realtek - Always immediately update mute LED with pin VREF
4009 - mmc: core: Fix tracepoint print of blk_addr and blksz
4010 - mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cards
4011 - mmc: block: fix updating ext_csd caches on ioctl call
4012 - mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems
4013 - mmc: dw_mmc: exynos: fix the suspend/resume issue for exynos5433
4014 - mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occurs
4015 - PCI: Add function 1 DMA alias quirk for Highpoint RocketRAID 644L
4016 - ahci: Add PCI-id for the Highpoint Rocketraid 644L card
4017 - lockdep: fix fs_reclaim warning
4018 - clk: bcm2835: Fix ana->maskX definitions
4019 - clk: bcm2835: Protect sections updating shared registers
4020 - clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops
4021 - RDMA/mlx5: Fix crash while accessing garbage pointer and freed memory
4022 - Drivers: hv: vmbus: Fix ring buffer signaling
4023 - pinctrl: samsung: Validate alias coming from DT
4024 - Bluetooth: btusb: Remove Yoga 920 from the btusb_needs_reset_resume_table
4025 - Bluetooth: btusb: Add Dell OptiPlex 3060 to btusb_needs_reset_resume_table
4026 - Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174
4027 - libata: fix length validation of ATAPI-relayed SCSI commands
4028 - libata: remove WARN() for DMA or PIO command without data
4029 - libata: don't try to pass through NCQ commands to non-NCQ devices
4030 - libata: Apply NOLPM quirk to Crucial MX100 512GB SSDs
4031 - libata: Enable queued TRIM for Samsung SSD 860
4032 - libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDs
4033 - libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versions
4034 - libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 version
4035 - sched, cgroup: Don't reject lower cpu.max on ancestors
4036 - cgroup: fix rule checking for threaded mode switching
4037 - nfsd: remove blocked locks on client teardown
4038 - media: tegra-cec: reset rx_buf_cnt when start bit detected
4039 - hugetlbfs: check for pgoff value overflow
4040 - h8300: remove extraneous __BIG_ENDIAN definition
4041 - mm/vmalloc: add interfaces to free unmapped page table
4042 - x86/mm: implement free pmd/pte page interfaces
4043 - mm/khugepaged.c: convert VM_BUG_ON() to collapse fail
4044 - mm/thp: do not wait for lock_page() in deferred_split_scan()
4045 - mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()
4046 - Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
4047 - drm/vmwgfx: Fix black screen and device errors when running without fbdev
4048 - drm/vmwgfx: Fix a destoy-while-held mutex problem.
4049 - drm/radeon: Don't turn off DP sink when disconnected
4050 - drm/amd/display: We shouldn't set format_default on plane as atomic driver
4051 - drm/amd/display: Add one to EDID's audio channel count when passing to DC
4052 - drm: Reject getfb for multi-plane framebuffers
4053 - drm: udl: Properly check framebuffer mmap offsets
4054 - mm/vmscan: wake up flushers for legacy cgroups too
4055 - module: propagate error in modules_open()
4056 - acpi, numa: fix pxm to online numa node associations
4057 - ACPI / watchdog: Fix off-by-one error at resource assignment
4058 - libnvdimm, {btt, blk}: do integrity setup before add_disk()
4059 - brcmfmac: fix P2P_DEVICE ethernet address generation
4060 - rtlwifi: rtl8723be: Fix loss of signal
4061 - tracing: probeevent: Fix to support minus offset from symbol
4062 - mtdchar: fix usage of mtd_ooblayout_ecc()
4063 - mtd: nand: fsl_ifc: Fix nand waitfunc return value
4064 - mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
4065 - mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0
4066 - staging: ncpfs: memory corruption in ncp_read_kernel()
4067 - can: peak/pcie_fd: fix echo_skb is occupied! bug
4068 - can: peak/pcie_fd: remove useless code when interface starts
4069 - can: ifi: Repair the error handling
4070 - can: ifi: Check core revision upon probe
4071 - can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack
4072 - can: cc770: Fix queue stall & dropped RTR reply
4073 - can: cc770: Fix use after free in cc770_tx_interrupt()
4074 - tty: vt: fix up tabstops properly
4075 - x86/entry/64: Don't use IST entry for #BP stack
4076 - selftests/x86/ptrace_syscall: Fix for yet more glibc interference
4077 - x86/vsyscall/64: Use proper accessor to update P4D entry
4078 - x86/efi: Free efi_pgd with free_pages()
4079 - posix-timers: Protect posix clock array access against speculation
4080 - kvm/x86: fix icebp instruction handling
4081 - x86/build/64: Force the linker to use 2MB page size
4082 - x86/boot/64: Verify alignment of the LOAD segment
4083 - hwmon: (k10temp) Only apply temperature offset if result is positive
4084 - hwmon: (k10temp) Add temperature offset for Ryzen 1900X
4085 - perf/x86/intel/uncore: Fix Skylake UPI event format
4086 - perf stat: Fix CVS output format for non-supported counters
4087 - perf/core: Fix ctx_event_type in ctx_resched()
4088 - trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type
4089 programs
4090 - perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()
4091 - perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake
4092 servers
4093 - iio: ABI: Fix name of timestamp sysfs file
4094 - iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()
4095 - iio: imu: st_lsm6dsx: introduce conf_lock mutex
4096 - staging: android: ion: Zero CMA allocated memory
4097 - kbuild: disable clang's default use of -fmerge-all-constants
4098 - bpf: skip unnecessary capability check
4099 - bpf, x64: increase number of passes
4100 - Linux 4.15.14
4101
4102 * System fails to start (boot) on battery due to read-only root file-system
4103 (LP: #1726930) // Bionic update to v4.15.14 stable release (LP: #1759655)
4104 - libata: disable LPM for Crucial BX100 SSD 500GB drive
4105
4106 * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775)
4107 - thunderbolt: Resume control channel after hibernation image is created
4108 - thunderbolt: Serialize PCIe tunnel creation with PCI rescan
4109 - thunderbolt: Handle connecting device in place of host properly
4110 - thunderbolt: Do not overwrite error code when domain adding fails
4111 - thunderbolt: Wait a bit longer for root switch config space
4112 - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
4113 - thunderbolt: Handle rejected Thunderbolt devices
4114 - thunderbolt: Factor common ICM add and update operations out
4115 - thunderbolt: Correct function name in kernel-doc comment
4116 - thunderbolt: Add tb_switch_get()
4117 - thunderbolt: Add tb_switch_find_by_route()
4118 - thunderbolt: Add tb_xdomain_find_by_route()
4119 - thunderbolt: Add constant for approval timeout
4120 - thunderbolt: Move driver ready handling to struct icm
4121 - thunderbolt: Add 'boot' attribute for devices
4122 - thunderbolt: Add support for preboot ACL
4123 - Documentation/admin-guide: fixes for thunderbolt.rst
4124 - thunderbolt: Introduce USB only (SL4) security level
4125 - thunderbolt: Add support for Intel Titan Ridge
4126
4127 * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345)
4128 - ath10k: update the IRAM bank number for QCA9377
4129
4130 * nfp: fix disabling on hw-tc-offload in flower (LP: #1752828)
4131 - nfp: bpf: require ETH table
4132 - nfp: don't advertise hw-tc-offload on non-port netdevs
4133 - nfp: forbid disabling hw-tc-offload on representors while offload active
4134
4135 * Fix an issue that when system in S3, USB keyboard can't wake up the system.
4136 (LP: #1759511)
4137 - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW
4138
4139 * retpoline hints: primary infrastructure and initial hints (LP: #1758856)
4140 - [Packaging] retpoline -- add safe usage hint support
4141 - [Packaging] retpoline-check -- only report additions
4142 - [Packaging] retpoline -- widen indirect call/jmp detection
4143 - [Packaging] retpoline -- elide %rip relative indirections
4144 - [Packaging] retpoline -- clear hint information from packages
4145 - SAUCE: apm -- annotate indirect calls within
4146 firmware_restrict_branch_speculation_{start,end}
4147 - SAUCE: EFI -- annotate indirect calls within
4148 firmware_restrict_branch_speculation_{start,end}
4149 - SAUCE: early/late -- annotate indirect calls in early/late initialisation
4150 code
4151 - SAUCE: vga_set_mode -- avoid jump tables
4152 - [Config] retpoine -- switch to new format
4153
4154 * zfs system process hung on container stop/delete (LP: #1754584)
4155 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
4156 - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)"
4157 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
4158
4159 * Important KVM fixes for ppc64el (LP: #1759045)
4160 - KVM: PPC: Book3S HV: Do SLB load/unload with guest LPCR value loaded
4161 - KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code
4162 - KVM: PPC: Book3S HV: Make HPT resizing work on POWER9
4163 - KVM: PPC: Book3S: Add MMIO emulation for VMX instructions
4164 - KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions
4165 - KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry
4166 - KVM: PPC: Book3S HV: Fix duplication of host SLB entries
4167
4168 * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64
4169 (LP: #1755073)
4170 - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK
4171
4172 * Update to ocxl driver (LP: #1755161)
4173 - ocxl: fix signed comparison with less than zero
4174 - ocxl: Fix potential bad errno on irq allocation
4175 - ocxl: Add get_metadata IOCTL to share OCXL information to userspace
4176
4177 * CAPI Flash (cxlflash) update (LP: #1752672)
4178 - scsi: cxlflash: Update cxl-specific arguments to generic cookie
4179 - scsi: cxlflash: Explicitly cache number of interrupts per context
4180 - scsi: cxlflash: Remove embedded CXL work structures
4181 - scsi: cxlflash: Adapter context init can return error
4182 - scsi: cxlflash: Staging to support future accelerators
4183 - SAUCE: cxlflash: Preserve number of interrupts for master contexts
4184 - SAUCE: cxlflash: Avoid clobbering context control register value
4185 - SAUCE: cxlflash: Add argument identifier names
4186 - SAUCE: cxlflash: Introduce OCXL backend
4187 - SAUCE: cxlflash: Hardware AFU for OCXL
4188 - SAUCE: cxlflash: Read host function configuration
4189 - SAUCE: cxlflash: Setup function acTag range
4190 - SAUCE: cxlflash: Read host AFU configuration
4191 - SAUCE: cxlflash: Setup AFU acTag range
4192 - SAUCE: cxlflash: Setup AFU PASID
4193 - SAUCE: cxlflash: Adapter context support for OCXL
4194 - SAUCE: cxlflash: Use IDR to manage adapter contexts
4195 - SAUCE: cxlflash: Support adapter file descriptors for OCXL
4196 - SAUCE: cxlflash: Support adapter context discovery
4197 - SAUCE: cxlflash: Support image reload policy modification
4198 - SAUCE: cxlflash: MMIO map the AFU
4199 - SAUCE: cxlflash: Support starting an adapter context
4200 - SAUCE: cxlflash: Support process specific mappings
4201 - SAUCE: cxlflash: Support AFU state toggling
4202 - SAUCE: cxlflash: Support reading adapter VPD data
4203 - SAUCE: cxlflash: Setup function OCXL link
4204 - SAUCE: cxlflash: Setup OCXL transaction layer
4205 - SAUCE: cxlflash: Support process element lifecycle
4206 - SAUCE: cxlflash: Support AFU interrupt management
4207 - SAUCE: cxlflash: Support AFU interrupt mapping and registration
4208 - SAUCE: cxlflash: Support starting user contexts
4209 - SAUCE: cxlflash: Support adapter context polling
4210 - SAUCE: cxlflash: Support adapter context reading
4211 - SAUCE: cxlflash: Support adapter context mmap and release
4212 - SAUCE: cxlflash: Support file descriptor mapping
4213 - SAUCE: cxlflash: Introduce object handle fop
4214 - SAUCE: cxlflash: Setup LISNs for user contexts
4215 - SAUCE: cxlflash: Setup LISNs for master contexts
4216 - SAUCE: cxlflash: Update synchronous interrupt status bits
4217 - SAUCE: cxlflash: Introduce OCXL context state machine
4218 - SAUCE: cxlflash: Register for translation errors
4219 - SAUCE: cxlflash: Support AFU reset
4220 - SAUCE: cxlflash: Enable OCXL operations
4221
4222 * [Feature][CFL] Enable pmc_core driver for H, S, and U SKUs (LP: #1730770)
4223 - platform/x86: intel_pmc_core: Remove unused EXPORTED API
4224 - platform/x86: intel_pmc_core: Change driver to a module
4225 - platform/x86: intel_pmc_core: Fix file permission warnings
4226 - platform/x86: intel_pmc_core: Refactor debugfs entries
4227 - platform/x86: intel_pmc_core: Substitute PCI with CPUID enumeration
4228 - platform/x86: intel_pmc_core: Convert to ICPU macro
4229 - platform/x86: intel_pmc_core: Remove unused header file
4230 - ACPI / LPIT: Export lpit_read_residency_count_address()
4231 - platform/x86: intel_pmc_core: Read base address from LPIT
4232 - x86/cpu: Add Cannonlake to Intel family
4233 - platform/x86: intel_pmc_core: Add CannonLake PCH support
4234 - platform/x86: intel_pmc_core: Special case for Coffeelake
4235
4236 * Cpu utilization showing system time for kvm guests (performance) (sysstat)
4237 (LP: #1755979)
4238 - KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GEN
4239
4240 * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core
4241 (LP: #1736393)
4242 - SAUCE: drm/i915:Don't set chip specific data
4243 - SAUCE: drm/i915: make previous commit affects Wyse 3040 only
4244
4245 * [Bug] ISH support for CFL-H (LP: #1739522)
4246 - HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktop
4247
4248 * ath9k can't connect to wifi AP (LP: #1727228)
4249 - ath9k: add MSI support
4250 - ath9k: add a quirk to set use_msi automatically
4251
4252 * [P9,Power NV][Witherspoon][Ubuntu 18.04][Perf] : PMU events by name it is
4253 not listed under perf list (LP: #1755470)
4254 - iperf vendor events: Use more flexible pattern matching for CPU
4255 identification for mapfile.csv
4256
4257 * zed process consuming 100% cpu (LP: #1751796)
4258 - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796)
4259
4260 * Bionic update to 4.15.13 stable release (LP: #1758886)
4261 - scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura
4262 controllers
4263 - staging: android: ashmem: Fix possible deadlock in ashmem_ioctl
4264 - drm/amdgpu: use polling mem to set SDMA3 wptr for VF
4265 - Bluetooth: hci_qca: Avoid setup failure on missing rampatch
4266 - Bluetooth: btqcomsmd: Fix skb double free corruption
4267 - cpufreq: longhaul: Revert transition_delay_us to 200 ms
4268 - media: c8sectpfe: fix potential NULL pointer dereference in
4269 c8sectpfe_timer_interrupt
4270 - drm/msm: fix leak in failed get_pages
4271 - IB/ipoib: Warn when one port fails to initialize
4272 - RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo()
4273 - hv_netvsc: Fix the receive buffer size limit
4274 - hv_netvsc: Fix the TX/RX buffer default sizes
4275 - tcp: allow TLP in ECN CWR
4276 - spi: sh-msiof: Avoid writing to registers from spi_master.setup()
4277 - libbpf: prefer global symbols as bpf program name source
4278 - rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled.
4279 - rtlwifi: always initialize variables given to RT_TRACE()
4280 - media: bt8xx: Fix err 'bt878_probe()'
4281 - ath10k: handling qos at STA side based on AP WMM enable/disable
4282 - media: [RESEND] media: dvb-frontends: Add delay to Si2168 restart
4283 - qmi_wwan: set FLAG_SEND_ZLP to avoid network initiated disconnect
4284 - tty: goldfish: Enable 'earlycon' only if built-in
4285 - serial: 8250_dw: Disable clock on error
4286 - cros_ec: fix nul-termination for firmware build info
4287 - watchdog: Fix potential kref imbalance when opening watchdog
4288 - watchdog: Fix kref imbalance seen if handle_boot_enabled=0
4289 - platform/chrome: Use proper protocol transfer function
4290 - dmaengine: zynqmp_dma: Fix race condition in the probe
4291 - drm/tilcdc: ensure nonatomic iowrite64 is not used
4292 - mmc: avoid removing non-removable hosts during suspend
4293 - mmc: block: fix logical error to avoid memory leak
4294 - /dev/mem: Add bounce buffer for copy-out
4295 - net: phy: meson-gxl: check phy_write return value
4296 - sfp: fix EEPROM reading in the case of non-SFF8472 SFPs
4297 - sfp: fix non-detection of PHY
4298 - media: s5p-mfc: Fix lock contention - request_firmware() once
4299 - rtc: ac100: Fix multiple race conditions
4300 - IB/ipoib: Avoid memory leak if the SA returns a different DGID
4301 - RDMA/cma: Use correct size when writing netlink stats
4302 - IB/umem: Fix use of npages/nmap fields
4303 - iser-target: avoid reinitializing rdma contexts for isert commands
4304 - bpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog
4305 - vgacon: Set VGA struct resource types
4306 - omapdrm: panel: fix compatible vendor string for td028ttec1
4307 - mmc: sdhci-xenon: wait 5ms after set 1.8V signal enable
4308 - drm/omap: DMM: Check for DMM readiness after successful transaction commit
4309 - pty: cancel pty slave port buf's work in tty_release
4310 - coresight: Fix disabling of CoreSight TPIU
4311 - PCI: designware-ep: Fix ->get_msi() to check MSI_EN bit
4312 - PCI: endpoint: Fix find_first_zero_bit() usage
4313 - PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failures
4314 - media: davinci: fix a debug printk
4315 - clk: check ops pointer on clock register
4316 - dt-bindings: display: panel: Fix compatible string for Toshiba LT089AC29000
4317 - clk: use round rate to bail out early in set_rate
4318 - pinctrl: Really force states during suspend/resume
4319 - pinctrl: rockchip: enable clock when reading pin direction register
4320 - iommu/vt-d: clean up pr_irq if request_threaded_irq fails
4321 - ip6_vti: adjust vti mtu according to mtu of lower device
4322 - ip_gre: fix error path when erspan_rcv failed
4323 - ip_gre: fix potential memory leak in erspan_rcv
4324 - soc: qcom: smsm: fix child-node lookup
4325 - RDMA/ocrdma: Fix permissions for OCRDMA_RESET_STATS
4326 - ARM: dts: aspeed-evb: Add unit name to memory node
4327 - nfsd4: permit layoutget of executable-only files
4328 - clk: at91: pmc: Wait for clocks when resuming
4329 - clk: Don't touch hardware when reparenting during registration
4330 - clk: axi-clkgen: Correctly handle nocount bit in recalc_rate()
4331 - clk: si5351: Rename internal plls to avoid name collisions
4332 - crypto: artpec6 - set correct iv size for gcm(aes)
4333 - hwrng: core - Clean up RNG list when last hwrng is unregistered
4334 - dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63
4335 - IB/mlx5: Fix integer overflows in mlx5_ib_create_srq
4336 - IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rq
4337 - RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file
4338 - serial: 8250_pci: Don't fail on multiport card class
4339 - RDMA/core: Do not use invalid destination in determining port reuse
4340 - clk: migrate the count of orphaned clocks at init
4341 - RDMA/ucma: Fix access to non-initialized CM_ID object
4342 - RDMA/ucma: Don't allow join attempts for unsupported AF family
4343 - Linux 4.15.13
4344
4345 * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to
4346 "always" (LP: #1753708)
4347 - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el
4348
4349 * Bionic update to 4.15.12 stable release (LP: #1757465)
4350 - x86/cpufeatures: Add Intel Total Memory Encryption cpufeature
4351 - x86/cpufeatures: Add Intel PCONFIG cpufeature
4352 - selftests/x86/entry_from_vm86: Exit with 1 if we fail
4353 - selftests/x86/entry_from_vm86: Add test cases for POPF
4354 - x86/vm86/32: Fix POPF emulation
4355 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool on
4356 32-bit kernels
4357 - x86/speculation: Remove Skylake C2 from Speculation Control microcode
4358 blacklist
4359 - KVM: x86: Fix device passthrough when SME is active
4360 - x86/mm: Fix vmalloc_fault to use pXd_large
4361 - parisc: Handle case where flush_cache_range is called with no context
4362 - ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()
4363 - ALSA: hda - Revert power_save option default value
4364 - ALSA: seq: Fix possible UAF in snd_seq_check_queue()
4365 - ALSA: seq: Clear client entry before deleting else at closing
4366 - drm/nouveau/bl: Fix oops on driver unbind
4367 - drm/nouveau/mmu: ALIGN_DOWN correct variable
4368 - drm/amdgpu: fix prime teardown order
4369 - drm/radeon: fix prime teardown order
4370 - drm/amdgpu/dce: Don't turn off DP sink when disconnected
4371 - fs: Teach path_connected to handle nfs filesystems with multiple roots.
4372 - KVM: arm/arm64: Reduce verbosity of KVM init log
4373 - KVM: arm/arm64: Reset mapped IRQs on VM reset
4374 - kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3
4375 - KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid
4376 - lock_parent() needs to recheck if dentry got __dentry_kill'ed under it
4377 - fs/aio: Add explicit RCU grace period when freeing kioctx
4378 - fs/aio: Use RCU accessors for kioctx_table->table[]
4379 - RDMAVT: Fix synchronization around percpu_ref
4380 - irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis
4381 - nvme: fix subsystem multiple controllers support check
4382 - xfs: preserve i_rdev when recycling a reclaimable inode
4383 - btrfs: Fix NULL pointer exception in find_bio_stripe
4384 - btrfs: add missing initialization in btrfs_check_shared
4385 - btrfs: alloc_chunk: fix DUP stripe size handling
4386 - btrfs: Fix use-after-free when cleaning up fs_devs with a single stale
4387 device
4388 - btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes
4389 - btrfs: Fix memory barriers usage with device stats counters
4390 - scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_que
4391 - scsi: qla2xxx: Fix NULL pointer access for fcport structure
4392 - scsi: qla2xxx: Fix logo flag for qlt_free_session_done()
4393 - scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failure
4394 - usb: dwc2: fix STM32F7 USB OTG HS compatible
4395 - dt-bindings: usb: fix the STM32F7 DWC2 OTG HS core binding
4396 - USB: gadget: udc: Add missing platform_device_put() on error in
4397 bdc_pci_probe()
4398 - usb: dwc3: Fix GDBGFIFOSPACE_TYPE values
4399 - usb: dwc3: core: Power-off core/PHYs on system_suspend in host mode
4400 - usb: dwc3: of-simple: fix oops by unbalanced clk disable call
4401 - usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()
4402 - phy: phy-brcm-usb: Fix two DT properties to match bindings doc
4403 - phy: phy-brcm-usb-init: Some Low Speed keyboards fail on 7271
4404 - phy: phy-brcm-usb-init: DRD mode can cause crash on startup
4405 - phy: phy-brcm-usb-init: Power down USB 3.0 PHY when XHCI disabled
4406 - Linux 4.15.12
4407
4408 * cxl: Fix timebase synchronization status on POWER9 missing (CAPI)
4409 (LP: #1757228)
4410 - cxl: Fix timebase synchronization status on P9
4411
4412 * [Feature][GLK] Enable L2 CDP (Code and Data Prioritization) (LP: #1737873)
4413 - x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) feature
4414 - x86/intel_rdt: Add command line parameter to control L2_CDP
4415
4416 * [Feature] Crystal Ridge-Restrict DAX to configurations with struct page
4417 (LP: #1751724)
4418 - mm, dax: introduce pfn_t_special()
4419 - ext2: auto disable dax instead of failing mount
4420 - ext4: auto disable dax instead of failing mount
4421 - dax: require 'struct page' by default for filesystem dax
4422 - Config: Enable CONFIG_FS_DAX_LIMITED
4423
4424 * Bionic update to 4.15.11 stable release (LP: #1756978)
4425 - x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
4426 - ASoC: sun4i-i2s: Fix RX slot number of SUN8I
4427 - ASoC: sgtl5000: Fix suspend/resume
4428 - ASoC: wm_adsp: For TLV controls only register TLV get/set
4429 - ASoC: rt5651: Fix regcache sync errors on resume
4430 - usb: host: xhci-rcar: add support for r8a77965
4431 - xhci: Fix front USB ports on ASUS PRIME B350M-A
4432 - xhci: fix endpoint context tracer output
4433 - serial: sh-sci: prevent lockup on full TTY buffers
4434 - tty/serial: atmel: add new version check for usart
4435 - uas: fix comparison for error code
4436 - staging: comedi: fix comedi_nsamples_left.
4437 - staging: android: ashmem: Fix lockdep issue during llseek
4438 - scsi: sd_zbc: Fix potential memory leak
4439 - USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h
4440 - usbip: vudc: fix null pointer dereference on udc->lock
4441 - usb: quirks: add control message delay for 1b1c:1b20
4442 - usb: usbmon: Read text within supplied buffer size
4443 - usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()
4444 - usb: dwc3: Fix lock-up on ID change during system suspend/resume
4445 - serial: 8250_pci: Add Brainboxes UC-260 4 port serial device
4446 - serial: core: mark port as initialized in autoconfig
4447 - earlycon: add reg-offset to physical address before mapping
4448 - dm mpath: fix passing integrity data
4449 - Revert "btrfs: use proper endianness accessors for super_copy"
4450 - gfs2: Clean up {lookup,fillup}_metapath
4451 - gfs2: Fixes to "Implement iomap for block_map" (2)
4452 - drm/panel: rpi-touchscreen: propagate errors in rpi_touchscreen_i2c_read()
4453 - spi: imx: Fix failure path leak on GPIO request error correctly
4454 - HID: multitouch: Only look at non touch fields in first packet of a frame
4455 - KVM: PPC: Book3S HV: Avoid shifts by negative amounts
4456 - drm/edid: set ELD connector type in drm_edid_to_eld()
4457 - dma-buf/fence: Fix lock inversion within dma-fence-array
4458 - video/hdmi: Allow "empty" HDMI infoframes
4459 - KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix()
4460 - HID: elo: clear BTN_LEFT mapping
4461 - iwlwifi: mvm: rs: don't override the rate history in the search cycle
4462 - ARM: dts: koelsch: Move cec_clock to root node
4463 - clk: meson: gxbb: fix wrong clock for SARADC/SANA
4464 - ARM: dts: exynos: Correct Trats2 panel reset line
4465 - drm/amdgpu: fix get_max_engine_clock_in_mhz
4466 - staging: rtl8822be: fix missing null check on dev_alloc_skb return
4467 - typec: tcpm: fusb302: Resolve out of order messaging events
4468 - USB: ledtrig-usbport: fix of-node leak
4469 - dt-bindings: serial: Add common rs485 binding for RTS polarity
4470 - sched: Stop switched_to_rt() from sending IPIs to offline CPUs
4471 - sched: Stop resched_cpu() from sending IPIs to offline CPUs
4472 - crypto: chelsio - Fix an error code in chcr_hash_dma_map()
4473 - crypto: ecc - Fix NULL pointer deref. on no default_rng
4474 - crypto: keywrap - Add missing ULL suffixes for 64-bit constants
4475 - crypto: cavium - fix memory leak on info
4476 - test_firmware: fix setting old custom fw path back on exit
4477 - drm/vblank: Fix vblank timestamp debugs
4478 - net: ieee802154: adf7242: Fix bug if defined DEBUG
4479 - rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe()
4480 - perf report: Fix -D output for user metadata events
4481 - net: xfrm: allow clearing socket xfrm policies.
4482 - gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneously
4483 - mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()
4484 - net: thunderx: Set max queue count taking XDP_TX into account
4485 - ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin
4486 - ARM: dts: omap3-n900: Fix the audio CODEC's reset pin
4487 - mtd: nand: ifc: update bufnum mask for ver >= 2.0.0
4488 - userns: Don't fail follow_automount based on s_user_ns
4489 - xfrm: Fix xfrm_replay_overflow_offload_esn
4490 - leds: pm8058: Silence pointer to integer size warning
4491 - bpf: fix stack state printing in verifier log
4492 - power: supply: sbs-message: double left shift bug in sbsm_select()
4493 - power: supply: ab8500_charger: Fix an error handling path
4494 - power: supply: ab8500_charger: Bail out in case of error in
4495 'ab8500_charger_init_hw_registers()'
4496 - drm/etnaviv: make THERMAL selectable
4497 - iio: adc: ina2xx: Shift bus voltage register to mask flag bits
4498 - iio: health: max30102: Add power enable parameter to get_temp function
4499 - ath10k: update tdls teardown state to target
4500 - cpufreq: Fix governor module removal race
4501 - KVM: X86: Restart the guest when insn_len is zero and SEV is enabled
4502 - drm/amdgpu:fix random missing of FLR NOTIFY
4503 - scsi: ses: don't ask for diagnostic pages repeatedly during probe
4504 - pwm: stmpe: Fix wrong register offset for hwpwm=2 case
4505 - drm/sun4i: Fix format mask in DE2 driver
4506 - pinctrl: sh-pfc: r8a7791: Add can_clk function
4507 - pinctrl: sh-pfc: r8a7795-es1: Fix MOD_SEL1 bit[25:24] to 0x3 when using
4508 STP_ISEN_1_D
4509 - perf annotate: Fix unnecessary memory allocation for s390x
4510 - perf annotate: Fix objdump comment parsing for Intel mov dissassembly
4511 - iwlwifi: mvm: avoid dumping assert log when device is stopped
4512 - drm/amdgpu:fix virtual dce bug
4513 - drm/amdgpu: fix amdgpu_sync_resv v2
4514 - bnxt_en: Uninitialized variable in bnxt_tc_parse_actions()
4515 - clk: qcom: msm8916: fix mnd_width for codec_digcodec
4516 - mwifiex: cfg80211: do not change virtual interface during scan processing
4517 - ath10k: fix invalid STS_CAP_OFFSET_MASK
4518 - tools/usbip: fixes build with musl libc toolchain
4519 - spi: sun6i: disable/unprepare clocks on remove
4520 - bnxt_en: Don't print "Link speed -1 no longer supported" messages.
4521 - scsi: core: scsi_get_device_flags_keyed(): Always return device flags
4522 - scsi: devinfo: apply to HP XP the same flags as Hitachi VSP
4523 - scsi: dh: add new rdac devices
4524 - clk: renesas: r8a77970: Add LVDS clock
4525 - staging: fsl-dpaa2/eth: Fix access to FAS field
4526 - media: vsp1: Prevent suspending and resuming DRM pipelines
4527 - dm raid: fix raid set size revalidation
4528 - media: cpia2: Fix a couple off by one bugs
4529 - media: davinci: vpif_capture: add NULL check on devm_kzalloc return value
4530 - virtio_net: Disable interrupts if napi_complete_done rescheduled napi
4531 - net: sched: drop qdisc_reset from dev_graft_qdisc
4532 - veth: set peer GSO values
4533 - drm/amdkfd: Fix memory leaks in kfd topology
4534 - powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled
4535 context
4536 - arm64: dts: renesas: salvator-common: Add EthernetAVB PHY reset
4537 - agp/intel: Flush all chipset writes after updating the GGTT
4538 - mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLED
4539 - mac80211: remove BUG() when interface type is invalid
4540 - crypto: caam/qi - use correct print specifier for size_t
4541 - ASoC: nuc900: Fix a loop timeout test
4542 - mmc: mmc_test: Ensure command queue is disabled for testing
4543 - Fix misannotated out-of-line _copy_to_user()
4544 - ipvlan: add L2 check for packets arriving via virtual devices
4545 - rcutorture/configinit: Fix build directory error message
4546 - locking/locktorture: Fix num reader/writer corner cases
4547 - ima: relax requiring a file signature for new files with zero length
4548 - IB/mlx5: revisit -Wmaybe-uninitialized warning
4549 - dmaengine: qcom_hidma: check pending interrupts
4550 - drm/i915/glk: Disable Guc and HuC on GLK
4551 - Linux 4.15.11
4552 - Config: Enable CONFIG_DRM_ETNAVIV_THERMAL=y
4553
4554 * [FFE][Feature] KVM CLX avx512_vnni (LP: #1739665)
4555 - KVM: x86: add support for UMIP
4556 - KVM: Expose new cpu features to guest
4557
4558 * Ubuntu18.04[P9 DD2.2 Boston]:Unable to boot power8 compat mode
4559 guests(ubuntu14.04.5) (kvm) (LP: #1756254)
4560 - KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2
4561
4562 * Allow hugepage backing for "p8compat" mode kvm guests (LP: #1754206)
4563 - KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backing
4564
4565 * [Bug][KVM][Crystal Ridge] Terrible performance of vNVDIMM on QEMU with
4566 device DAX backend (LP: #1745899)
4567 - x86/mm: add a function to check if a pfn is UC/UC-/WC
4568 - KVM: MMU: consider host cache mode in MMIO page check
4569
4570 * nfp: read ME frequency from vNIC ctrl memory (LP: #1752818)
4571 - nfp: add TLV capabilities to the BAR
4572 - nfp: read ME frequency from vNIC ctrl memory
4573 - nfp: fix TLV offset calculation
4574
4575 * Miscellaneous Ubuntu changes
4576 - [Packaging] skip cloud tools packaging when not building package
4577 - [Packaging] final-checks -- remove check for empty retpoline files
4578
4579 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 02 Apr 2018 15:43:20 -0300
4580
4581 linux (4.15.0-13.14) bionic; urgency=medium
4582
4583 * linux: 4.15.0-13.14 -proposed tracker (LP: #1756408)
4584
4585 * devpts: handle bind-mounts (LP: #1755857)
4586 - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
4587 - SAUCE: devpts: resolve devpts bind-mounts
4588 - SAUCE: devpts: comment devpts_mntget()
4589 - SAUCE: selftests: add devpts selftests
4590
4591 * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103)
4592 - d-i: add hisi_sas_v3_hw to scsi-modules
4593
4594 * [Bionic][ARM64] enable ROCE and HNS3 driver support for hip08 SoC
4595 (LP: #1756097)
4596 - RDMA/hns: Refactor eq code for hip06
4597 - RDMA/hns: Add eq support of hip08
4598 - RDMA/hns: Add detailed comments for mb() call
4599 - RDMA/hns: Add rq inline data support for hip08 RoCE
4600 - RDMA/hns: Update the usage of sr_max and rr_max field
4601 - RDMA/hns: Set access flags of hip08 RoCE
4602 - RDMA/hns: Filter for zero length of sge in hip08 kernel mode
4603 - RDMA/hns: Fix QP state judgement before sending work requests
4604 - RDMA/hns: Assign dest_qp when deregistering mr
4605 - RDMA/hns: Fix endian problems around imm_data and rkey
4606 - RDMA/hns: Assign the correct value for tx_cqn
4607 - RDMA/hns: Create gsi qp in hip08
4608 - RDMA/hns: Add gsi qp support for modifying qp in hip08
4609 - RDMA/hns: Fill sq wqe context of ud type in hip08
4610 - RDMA/hns: Assign zero for pkey_index of wc in hip08
4611 - RDMA/hns: Update the verbs of polling for completion
4612 - RDMA/hns: Set the guid for hip08 RoCE device
4613 - net: hns3: Refactor of the reset interrupt handling logic
4614 - net: hns3: Add reset service task for handling reset requests
4615 - net: hns3: Refactors the requested reset & pending reset handling code
4616 - net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interface
4617 - net: hns3: Add mailbox support to VF driver
4618 - net: hns3: Add HNS3 VF HCL(Hardware Compatibility Layer) Support
4619 - net: hns3: Add HNS3 VF driver to kernel build framework
4620 - net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC
4621 - net: hns3: Add mailbox support to PF driver
4622 - net: hns3: Change PF to add ring-vect binding & resetQ to mailbox
4623 - net: hns3: Add mailbox interrupt handling to PF driver
4624 - net: hns3: add support to query tqps number
4625 - net: hns3: add support to modify tqps number
4626 - net: hns3: change the returned tqp number by ethtool -x
4627 - net: hns3: free the ring_data structrue when change tqps
4628 - net: hns3: get rss_size_max from configuration but not hardcode
4629 - net: hns3: add a mask initialization for mac_vlan table
4630 - net: hns3: add vlan offload config command
4631 - net: hns3: add ethtool related offload command
4632 - net: hns3: add handling vlan tag offload in bd
4633 - net: hns3: cleanup mac auto-negotiation state query
4634 - net: hns3: fix for getting auto-negotiation state in hclge_get_autoneg
4635 - net: hns3: add support for set_pauseparam
4636 - net: hns3: add support to update flow control settings after autoneg
4637 - net: hns3: add Asym Pause support to phy default features
4638 - net: hns3: add support for querying advertised pause frame by ethtool ethx
4639 - net: hns3: Increase the default depth of bucket for TM shaper
4640 - net: hns3: change TM sched mode to TC-based mode when SRIOV enabled
4641 - net: hns3: hns3_get_channels() can be static
4642 - net: hns3: Add ethtool interface for vlan filter
4643 - net: hns3: Disable VFs change rxvlan offload status
4644 - net: hns3: Unify the strings display of packet statistics
4645 - net: hns3: Fix spelling errors
4646 - net: hns3: Remove repeat statistic of rx_errors
4647 - net: hns3: Modify the update period of packet statistics
4648 - net: hns3: Mask the packet statistics query when NIC is down
4649 - net: hns3: Fix an error of total drop packet statistics
4650 - net: hns3: Fix a loop index error of tqp statistics query
4651 - net: hns3: Fix an error macro definition of HNS3_TQP_STAT
4652 - net: hns3: Remove a useless member of struct hns3_stats
4653 - net: hns3: Add packet statistics of netdev
4654 - net: hns3: Fix a response data read error of tqp statistics query
4655 - net: hns3: fix for updating fc_mode_last_time
4656 - net: hns3: fix for setting MTU
4657 - net: hns3: fix for changing MTU
4658 - net: hns3: add MTU initialization for hardware
4659 - net: hns3: fix for not setting pause parameters
4660 - net: hns3: remove redundant semicolon
4661 - net: hns3: Add more packet size statisctics
4662 - Revert "net: hns3: Add packet statistics of netdev"
4663 - net: hns3: report the function type the same line with hns3_nic_get_stats64
4664 - net: hns3: add ethtool_ops.get_channels support for VF
4665 - net: hns3: remove TSO config command from VF driver
4666 - net: hns3: add ethtool_ops.get_coalesce support to PF
4667 - net: hns3: add ethtool_ops.set_coalesce support to PF
4668 - net: hns3: refactor interrupt coalescing init function
4669 - net: hns3: refactor GL update function
4670 - net: hns3: remove unused GL setup function
4671 - net: hns3: change the unit of GL value macro
4672 - net: hns3: add int_gl_idx setup for TX and RX queues
4673 - net: hns3: add feature check when feature changed
4674 - net: hns3: check for NULL function pointer in hns3_nic_set_features
4675 - net: hns: Fix for variable may be used uninitialized warnings
4676 - net: hns3: add support for get_regs
4677 - net: hns3: add manager table initialization for hardware
4678 - net: hns3: add ethtool -p support for fiber port
4679 - net: hns3: add net status led support for fiber port
4680 - net: hns3: converting spaces into tabs to avoid checkpatch.pl warning
4681 - net: hns3: add get/set_coalesce support to VF
4682 - net: hns3: add int_gl_idx setup for VF
4683 - [Config]: enable CONFIG_HNS3_HCLGEVF as module.
4684
4685 * [Bionic][ARM64] add RAS extension and SDEI features (LP: #1756096)
4686 - KVM: arm64: Store vcpu on the stack during __guest_enter()
4687 - KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation
4688 - KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
4689 - arm64: alternatives: use tpidr_el2 on VHE hosts
4690 - KVM: arm64: Stop save/restoring host tpidr_el1 on VHE
4691 - Docs: dt: add devicetree binding for describing arm64 SDEI firmware
4692 - firmware: arm_sdei: Add driver for Software Delegated Exceptions
4693 - arm64: Add vmap_stack header file
4694 - arm64: uaccess: Add PAN helper
4695 - arm64: kernel: Add arch-specific SDEI entry code and CPU masking
4696 - firmware: arm_sdei: Add support for CPU and system power states
4697 - firmware: arm_sdei: add support for CPU private events
4698 - arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI
4699 - firmware: arm_sdei: Discover SDEI support via ACPI
4700 - arm64: sysreg: Move to use definitions for all the SCTLR bits
4701 - arm64: cpufeature: Detect CPU RAS Extentions
4702 - arm64: kernel: Survive corrected RAS errors notified by SError
4703 - arm64: Unconditionally enable IESB on exception entry/return for firmware-
4704 first
4705 - arm64: kernel: Prepare for a DISR user
4706 - KVM: arm/arm64: mask/unmask daif around VHE guests
4707 - KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.
4708 - KVM: arm64: Save/Restore guest DISR_EL1
4709 - KVM: arm64: Save ESR_EL2 on guest SError
4710 - KVM: arm64: Handle RAS SErrors from EL1 on guest exit
4711 - KVM: arm64: Handle RAS SErrors from EL2 on guest exit
4712 - KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA
4713 - [Config]: enable RAS_EXTN and ARM_SDE_INTERFACE
4714
4715 * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094)
4716 - scsi: hisi_sas: fix dma_unmap_sg() parameter
4717 - scsi: ata: enhance the definition of SET MAX feature field value
4718 - scsi: hisi_sas: relocate clearing ITCT and freeing device
4719 - scsi: hisi_sas: optimise port id refresh function
4720 - scsi: hisi_sas: some optimizations of host controller reset
4721 - scsi: hisi_sas: modify hisi_sas_dev_gone() for reset
4722 - scsi: hisi_sas: add an mechanism to do reset work synchronously
4723 - scsi: hisi_sas: change ncq process for v3 hw
4724 - scsi: hisi_sas: add RAS feature for v3 hw
4725 - scsi: hisi_sas: add some print to enhance debugging
4726 - scsi: hisi_sas: improve int_chnl_int_v2_hw() consistency with v3 hw
4727 - scsi: hisi_sas: add v2 hw port AXI error handling support
4728 - scsi: hisi_sas: use an general way to delay PHY work
4729 - scsi: hisi_sas: do link reset for some CHL_INT2 ints
4730 - scsi: hisi_sas: judge result of internal abort
4731 - scsi: hisi_sas: add internal abort dev in some places
4732 - scsi: hisi_sas: fix SAS_QUEUE_FULL problem while running IO
4733 - scsi: hisi_sas: re-add the lldd_port_deformed()
4734 - scsi: hisi_sas: add v3 hw suspend and resume
4735 - scsi: hisi_sas: Change frame type for SET MAX commands
4736 - scsi: hisi_sas: make local symbol host_attrs static
4737 - scsi: hisi_sas: fix a bug in hisi_sas_dev_gone()
4738 - SAUCE: scsi: hisi_sas: config for hip08 ES
4739 - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
4740 - PM / core: Add LEAVE_SUSPENDED driver flag
4741 - PCI / PM: Support for LEAVE_SUSPENDED driver flag
4742 - PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEI
4743 - PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristics
4744 - PCI/ASPM: Enable Latency Tolerance Reporting when supported
4745 - PCI/ASPM: Unexport internal ASPM interfaces
4746 - PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream Ports
4747 - PCI/AER: Return error if AER is not supported
4748 - PCI/DPC: Enable DPC only if AER is available
4749
4750 * [CVE] Spectre: System Z {kernel} UBUNTU18.04 (LP: #1754580)
4751 - s390: scrub registers on kernel entry and KVM exit
4752 - s390: add optimized array_index_mask_nospec
4753 - s390/alternative: use a copy of the facility bit mask
4754 - s390: add options to change branch prediction behaviour for the kernel
4755 - s390: run user space and KVM guests with modified branch prediction
4756 - s390: introduce execute-trampolines for branches
4757 - s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)
4758 - s390: do not bypass BPENTER for interrupt system calls
4759 - s390/entry.S: fix spurious zeroing of r0
4760
4761 * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424)
4762 - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
4763
4764 * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug
4765 fixes (LP: #1752182)
4766 - scsi: lpfc: FLOGI failures are reported when connected to a private loop.
4767 - scsi: lpfc: Expand WQE capability of every NVME hardware queue
4768 - scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQ
4769 - scsi: lpfc: Fix NVME LS abort_xri
4770 - scsi: lpfc: Raise maximum NVME sg list size for 256 elements
4771 - scsi: lpfc: Driver fails to detect direct attach storage array
4772 - scsi: lpfc: Fix display for debugfs queInfo
4773 - scsi: lpfc: Adjust default value of lpfc_nvmet_mrq
4774 - scsi: lpfc: Fix ndlp ref count for pt2pt mode issue RSCN
4775 - scsi: lpfc: Linux LPFC driver does not process all RSCNs
4776 - scsi: lpfc: correct port registrations with nvme_fc
4777 - scsi: lpfc: Correct driver deregistrations with host nvme transport
4778 - scsi: lpfc: Fix crash during driver unload with running nvme traffic
4779 - scsi: lpfc: Fix driver handling of nvme resources during unload
4780 - scsi: lpfc: small sg cnt cleanup
4781 - scsi: lpfc: Fix random heartbeat timeouts during heavy IO
4782 - scsi: lpfc: update driver version to 11.4.0.5
4783 - scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcv
4784 - scsi: lpfc: Fix receive PRLI handling
4785 - scsi: lpfc: Increase SCSI CQ and WQ sizes.
4786 - scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabled
4787 - scsi: lpfc: Fix issues connecting with nvme initiator
4788 - scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port.
4789 - scsi: lpfc: Beef up stat counters for debug
4790 - scsi: lpfc: update driver version to 11.4.0.6
4791 - scsi: lpfc: correct sg_seg_cnt attribute min vs default
4792 - scsi: scsi_transport_fc: fix typos on 64/128 GBit define names
4793 - scsi: lpfc: don't dereference localport before it has been null checked
4794 - scsi: lpfc: fix a couple of minor indentation issues
4795 - treewide: Use DEVICE_ATTR_RW
4796 - treewide: Use DEVICE_ATTR_RO
4797 - treewide: Use DEVICE_ATTR_WO
4798 - scsi: lpfc: Fix frequency of Release WQE CQEs
4799 - scsi: lpfc: Increase CQ and WQ sizes for SCSI
4800 - scsi: lpfc: move placement of target destroy on driver detach
4801 - scsi: lpfc: correct debug counters for abort
4802 - scsi: lpfc: Add WQ Full Logic for NVME Target
4803 - scsi: lpfc: Fix PRLI handling when topology type changes
4804 - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
4805 - scsi: lpfc: Fix RQ empty firmware trap
4806 - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target
4807 - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
4808 - scsi: lpfc: Fix issue_lip if link is disabled
4809 - scsi: lpfc: Indicate CONF support in NVMe PRLI
4810 - scsi: lpfc: Fix SCSI io host reset causing kernel crash
4811 - scsi: lpfc: Validate adapter support for SRIU option
4812 - scsi: lpfc: Fix header inclusion in lpfc_nvmet
4813 - scsi: lpfc: Treat SCSI Write operation Underruns as an error
4814 - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
4815 - scsi: lpfc: update driver version to 11.4.0.7
4816 - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
4817 - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
4818 - scsi: lpfc: Rework sli4 doorbell infrastructure
4819 - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
4820 - scsi: lpfc: Add push-to-adapter support to sli4
4821 - scsi: lpfc: Add PCI Ids for if_type=6 hardware
4822 - scsi: lpfc: Add 64G link speed support
4823 - scsi: lpfc: Add if_type=6 support for cycling valid bits
4824 - scsi: lpfc: Enable fw download on if_type=6 devices
4825 - scsi: lpfc: Add embedded data pointers for enhanced performance
4826 - scsi: lpfc: Fix nvme embedded io length on new hardware
4827 - scsi: lpfc: Work around NVME cmd iu SGL type
4828 - scsi: lpfc: update driver version to 12.0.0.0
4829 - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
4830 - scsi: lpfc: use __raw_writeX on DPP copies
4831 - scsi: lpfc: Add missing unlock in WQ full logic
4832
4833 * CVE-2018-8043
4834 - net: phy: mdio-bcm-unimac: fix potential NULL dereference in
4835 unimac_mdio_probe()
4836
4837 * Bionic update to 4.15.10 stable release (LP: #1756100)
4838 - Revert "UBUNTU: SAUCE: ALSA: hda/realtek - Add support headset mode for DELL
4839 WYSE"
4840 - RDMA/ucma: Limit possible option size
4841 - RDMA/ucma: Check that user doesn't overflow QP state
4842 - RDMA/mlx5: Fix integer overflow while resizing CQ
4843 - bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()
4844 - IB/uverbs: Improve lockdep_check
4845 - mac80211_hwsim: don't use WQ_MEM_RECLAIM
4846 - net/smc: fix NULL pointer dereference on sock_create_kern() error path
4847 - regulator: stm32-vrefbuf: fix check on ready flag
4848 - drm/i915: Check for fused or unused pipes
4849 - drm/i915/audio: fix check for av_enc_map overflow
4850 - drm/i915: Fix rsvd2 mask when out-fence is returned
4851 - drm/i915: Clear the in-use marker on execbuf failure
4852 - drm/i915: Disable DC states around GMBUS on GLK
4853 - drm/i915: Update watermark state correctly in sanitize_watermarks
4854 - drm/i915: Try EDID bitbanging on HDMI after failed read
4855 - drm/i915/perf: fix perf stream opening lock
4856 - scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops
4857 - scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTS
4858 - drm/i915: Always call to intel_display_set_init_power() in resume_early.
4859 - workqueue: Allow retrieval of current task's work struct
4860 - drm: Allow determining if current task is output poll worker
4861 - drm/nouveau: Fix deadlock on runtime suspend
4862 - drm/radeon: Fix deadlock on runtime suspend
4863 - drm/amdgpu: Fix deadlock on runtime suspend
4864 - drm/nouveau: prefer XBGR2101010 for addfb ioctl
4865 - drm/amd/powerplay/smu7: allow mclk switching with no displays
4866 - drm/amd/powerplay/vega10: allow mclk switching with no displays
4867 - Revert "drm/radeon/pm: autoswitch power state when in balanced mode"
4868 - drm/amd/display: check for ipp before calling cursor operations
4869 - drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LE
4870 - drm/amd/powerplay: fix power over limit on Fiji
4871 - drm/amd/display: Default HDMI6G support to true. Log VBIOS table error.
4872 - drm/amdgpu: used cached pcie gen info for SI (v2)
4873 - drm/amdgpu: Notify sbios device ready before send request
4874 - drm/radeon: fix KV harvesting
4875 - drm/amdgpu: fix KV harvesting
4876 - drm/amdgpu:Correct max uvd handles
4877 - drm/amdgpu:Always save uvd vcpu_bo in VM Mode
4878 - ovl: redirect_dir=nofollow should not follow redirect for opaque lower
4879 - MIPS: BMIPS: Do not mask IPIs during suspend
4880 - MIPS: ath25: Check for kzalloc allocation failure
4881 - MIPS: OCTEON: irq: Check for null return on kzalloc allocation
4882 - PCI: dwc: Fix enumeration end when reaching root subordinate
4883 - Input: matrix_keypad - fix race when disabling interrupts
4884 - Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"
4885 - bug: use %pB in BUG and stack protector failure
4886 - lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()
4887 - mm/memblock.c: hardcode the end_pfn being -1
4888 - Documentation/sphinx: Fix Directive import error
4889 - loop: Fix lost writes caused by missing flag
4890 - virtio_ring: fix num_free handling in error case
4891 - KVM: s390: fix memory overwrites when not using SCA entries
4892 - arm64: mm: fix thinko in non-global page table attribute check
4893 - IB/core: Fix missing RDMA cgroups release in case of failure to register
4894 device
4895 - Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"
4896 - kbuild: Handle builtin dtb file names containing hyphens
4897 - dm bufio: avoid false-positive Wmaybe-uninitialized warning
4898 - IB/mlx5: Fix incorrect size of klms in the memory region
4899 - bcache: fix crashes in duplicate cache device register
4900 - bcache: don't attach backing with duplicate UUID
4901 - x86/MCE: Save microcode revision in machine check records
4902 - x86/MCE: Serialize sysfs changes
4903 - perf tools: Fix trigger class trigger_on()
4904 - x86/spectre_v2: Don't check microcode versions when running under
4905 hypervisors
4906 - ALSA: hda/realtek - Add support headset mode for DELL WYSE
4907 - ALSA: hda/realtek - Add headset mode support for Dell laptop
4908 - ALSA: hda/realtek: Limit mic boost on T480
4909 - ALSA: hda/realtek - Fix dock line-out volume on Dell Precision 7520
4910 - ALSA: hda/realtek - Make dock sound work on ThinkPad L570
4911 - ALSA: seq: More protection for concurrent write and ioctl races
4912 - ALSA: hda: add dock and led support for HP EliteBook 820 G3
4913 - ALSA: hda: add dock and led support for HP ProBook 640 G2
4914 - scsi: qla2xxx: Fix NULL pointer crash due to probe failure
4915 - scsi: qla2xxx: Fix recursion while sending terminate exchange
4916 - dt-bindings: Document mti,mips-cpc binding
4917 - MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()
4918 - nospec: Kill array_index_nospec_mask_check()
4919 - nospec: Include <asm/barrier.h> dependency
4920 - x86/entry: Reduce the code footprint of the 'idtentry' macro
4921 - x86/entry/64: Use 'xorl' for faster register clearing
4922 - x86/mm: Remove stale comment about KMEMCHECK
4923 - x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbers
4924 - x86/IO-APIC: Avoid warning in 32-bit builds
4925 - x86/LDT: Avoid warning in 32-bit builds with older gcc
4926 - x86-64/realmode: Add instruction suffix
4927 - Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
4928 - x86/speculation: Use IBRS if available before calling into firmware
4929 - x86/retpoline: Support retpoline builds with Clang
4930 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool
4931 - x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP
4932 - x86/paravirt, objtool: Annotate indirect calls
4933 - x86/boot, objtool: Annotate indirect jump in secondary_startup_64()
4934 - x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()
4935 - objtool: Use existing global variables for options
4936 - objtool: Add retpoline validation
4937 - objtool: Add module specific retpoline rules
4938 - objtool, retpolines: Integrate objtool with retpoline support more closely
4939 - objtool: Fix another switch table detection issue
4940 - objtool: Fix 32-bit build
4941 - x86/kprobes: Fix kernel crash when probing .entry_trampoline code
4942 - watchdog: hpwdt: SMBIOS check
4943 - watchdog: hpwdt: Check source of NMI
4944 - watchdog: hpwdt: fix unused variable warning
4945 - watchdog: hpwdt: Remove legacy NMI sourcing.
4946 - netfilter: add back stackpointer size checks
4947 - netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation
4948 - netfilter: xt_hashlimit: fix lock imbalance
4949 - netfilter: x_tables: fix missing timer initialization in xt_LED
4950 - netfilter: nat: cope with negative port range
4951 - netfilter: IDLETIMER: be syzkaller friendly
4952 - netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
4953 - netfilter: bridge: ebt_among: add missing match size checks
4954 - netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt
4955 - netfilter: use skb_to_full_sk in ip6_route_me_harder
4956 - tpm_tis: Move ilb_base_addr to tpm_tis_data
4957 - tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
4958 - tpm: delete the TPM_TIS_CLK_ENABLE flag
4959 - tpm: remove unused variables
4960 - tpm: only attempt to disable the LPC CLKRUN if is already enabled
4961 - x86/xen: Calculate __max_logical_packages on PV domains
4962 - scsi: qla2xxx: Fix system crash for Notify ack timeout handling
4963 - scsi: qla2xxx: Fix gpnid error processing
4964 - scsi: qla2xxx: Move session delete to driver work queue
4965 - scsi: qla2xxx: Skip IRQ affinity for Target QPairs
4966 - scsi: qla2xxx: Fix re-login for Nport Handle in use
4967 - scsi: qla2xxx: Retry switch command on time out
4968 - scsi: qla2xxx: Serialize GPNID for multiple RSCN
4969 - scsi: qla2xxx: Fix login state machine stuck at GPDB
4970 - scsi: qla2xxx: Fix NPIV host cleanup in target mode
4971 - scsi: qla2xxx: Relogin to target port on a cable swap
4972 - scsi: qla2xxx: Fix Relogin being triggered too fast
4973 - scsi: qla2xxx: Fix PRLI state check
4974 - scsi: qla2xxx: Fix abort command deadlock due to spinlock
4975 - scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcport
4976 - scsi: qla2xxx: Fix scan state field for fcport
4977 - scsi: qla2xxx: Clear loop id after delete
4978 - scsi: qla2xxx: Defer processing of GS IOCB calls
4979 - scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout.
4980 - scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unref
4981 - scsi: qla2xxx: Fix memory leak in dual/target mode
4982 - NFS: Fix an incorrect type in struct nfs_direct_req
4983 - pNFS: Prevent the layout header refcount going to zero in pnfs_roc()
4984 - NFS: Fix unstable write completion
4985 - Linux 4.15.10
4986
4987 * Bionic update to 4.15.10 stable release (LP: #1756100) // CVE-2018-1000004.
4988 - ALSA: seq: Don't allow resizing pool in use
4989
4990 * nfp: prioritize stats updates (LP: #1752061)
4991 - nfp: flower: prioritize stats updates
4992
4993 * Ubuntu 18.04 - Kernel crash on nvme subsystem-reset /dev/nvme0 (Bolt / NVMe)
4994 (LP: #1753371)
4995 - nvme-pci: Fix EEH failure on ppc
4996
4997 * sbsa watchdog crashes thunderx2 system (LP: #1755595)
4998 - watchdog: sbsa: use 32-bit read for WCV
4999
5000 * KVM: s390: add vcpu stat counters for many instruction (LP: #1755132)
5001 - KVM: s390: diagnoses are instructions as well
5002 - KVM: s390: add vcpu stat counters for many instruction
5003
5004 * CIFS SMB2/SMB3 does not work for domain based DFS (LP: #1747572)
5005 - CIFS: make IPC a regular tcon
5006 - CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
5007 - CIFS: dump IPC tcon in debug proc file
5008
5009 * i2c-thunderx: erroneous error message "unhandled state: 0" (LP: #1754076)
5010 - i2c: octeon: Prevent error message on bus error
5011
5012 * Boston-LC:bos1u1: Stress test on Qlogic Fibre Channel on Ubuntu KVM guest
5013 that caused KVM host crashed in qlt_free_session_done call (LP: #1750441)
5014 - scsi: qla2xxx: Fix memory corruption during hba reset test
5015
5016 * Ubuntu 18.04 - Performance: Radix page fault handler bug in KVM
5017 (LP: #1752236)
5018 - KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handler
5019
5020 * Fix ARC hit rate (LP: #1755158)
5021 - SAUCE: Fix ARC hit rate (LP: #1755158)
5022
5023 * Bionic update to 4.15.9 stable release (LP: #1755275)
5024 - bpf: fix mlock precharge on arraymaps
5025 - bpf: fix memory leak in lpm_trie map_free callback function
5026 - bpf: fix rcu lockdep warning for lpm_trie map_free callback
5027 - bpf, x64: implement retpoline for tail call
5028 - bpf, arm64: fix out of bounds access in tail call
5029 - bpf: add schedule points in percpu arrays management
5030 - bpf: allow xadd only on aligned memory
5031 - bpf, ppc64: fix out of bounds access in tail call
5032 - scsi: mpt3sas: fix oops in error handlers after shutdown/unload
5033 - scsi: mpt3sas: wait for and flush running commands on shutdown/unload
5034 - KVM: x86: fix backward migration with async_PF
5035 - Linux 4.15.9
5036
5037 * Bionic update to 4.15.8 stable release (LP: #1755179)
5038 - hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
5039 - ipmi_si: Fix error handling of platform device
5040 - platform/x86: dell-laptop: Allocate buffer on heap rather than globally
5041 - powerpc/pseries: Enable RAS hotplug events later
5042 - Bluetooth: btusb: Use DMI matching for QCA reset_resume quirking
5043 - ixgbe: fix crash in build_skb Rx code path
5044 - tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the
5045 bus
5046 - tpm: fix potential buffer overruns caused by bit glitches on the bus
5047 - tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on
5048 the bus
5049 - tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the
5050 bus
5051 - tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
5052 - ALSA: usb-audio: Add a quirck for B&W PX headphones
5053 - ALSA: control: Fix memory corruption risk in snd_ctl_elem_read
5054 - ALSA: x86: Fix missing spinlock and mutex initializations
5055 - ALSA: hda: Add a power_save blacklist
5056 - ALSA: hda - Fix pincfg at resume on Lenovo T470 dock
5057 - mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllers
5058 - mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias
5059 - mmc: dw_mmc: Avoid accessing registers in runtime suspended state
5060 - mmc: dw_mmc: Factor out dw_mci_init_slot_caps
5061 - mmc: dw_mmc: Fix out-of-bounds access for slot's caps
5062 - timers: Forward timer base before migrating timers
5063 - parisc: Use cr16 interval timers unconditionally on qemu
5064 - parisc: Reduce irq overhead when run in qemu
5065 - parisc: Fix ordering of cache and TLB flushes
5066 - parisc: Hide virtual kernel memory layout
5067 - btrfs: use proper endianness accessors for super_copy
5068 - block: fix the count of PGPGOUT for WRITE_SAME
5069 - block: kyber: fix domain token leak during requeue
5070 - block: pass inclusive 'lend' parameter to truncate_inode_pages_range
5071 - vfio: disable filesystem-dax page pinning
5072 - cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()
5073 - dax: fix vma_is_fsdax() helper
5074 - direct-io: Fix sleep in atomic due to sync AIO
5075 - x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend
5076 - x86/platform/intel-mid: Handle Intel Edison reboot correctly
5077 - x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table
5078 - bridge: check brport attr show in brport_show
5079 - fib_semantics: Don't match route with mismatching tclassid
5080 - hdlc_ppp: carrier detect ok, don't turn off negotiation
5081 - ipv6 sit: work around bogus gcc-8 -Wrestrict warning
5082 - net: amd-xgbe: fix comparison to bitshift when dealing with a mask
5083 - net: ethernet: ti: cpsw: fix net watchdog timeout
5084 - net: fix race on decreasing number of TX queues
5085 - net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
5086 - netlink: ensure to loop over all netns in genlmsg_multicast_allns()
5087 - net: sched: report if filter is too large to dump
5088 - ppp: prevent unregistered channels from connecting to PPP units
5089 - sctp: verify size of a new chunk in _sctp_make_chunk()
5090 - udplite: fix partial checksum initialization
5091 - net/mlx5e: Fix TCP checksum in LRO buffers
5092 - sctp: fix dst refcnt leak in sctp_v4_get_dst
5093 - mlxsw: spectrum_switchdev: Check success of FDB add operation
5094 - net/mlx5e: Specify numa node when allocating drop rq
5095 - net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT
5096 - tcp: Honor the eor bit in tcp_mtu_probe
5097 - rxrpc: Fix send in rxrpc_send_data_packet()
5098 - tcp_bbr: better deal with suboptimal GSO
5099 - doc: Change the min default value of tcp_wmem/tcp_rmem.
5100 - net/mlx5e: Fix loopback self test when GRO is off
5101 - net_sched: gen_estimator: fix broken estimators based on percpu stats
5102 - net/sched: cls_u32: fix cls_u32 on filter replace
5103 - sctp: do not pr_err for the duplicated node in transport rhlist
5104 - mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_create
5105 - net: ipv4: Set addr_type in hash_keys for forwarded case
5106 - sctp: fix dst refcnt leak in sctp_v6_get_dst()
5107 - bridge: Fix VLAN reference count problem
5108 - net/mlx5e: Verify inline header size do not exceed SKB linear size
5109 - tls: Use correct sk->sk_prot for IPV6
5110 - amd-xgbe: Restore PCI interrupt enablement setting on resume
5111 - cls_u32: fix use after free in u32_destroy_key()
5112 - mlxsw: spectrum_router: Do not unconditionally clear route offload
5113 indication
5114 - netlink: put module reference if dump start fails
5115 - tcp: purge write queue upon RST
5116 - tuntap: correctly add the missing XDP flush
5117 - tuntap: disable preemption during XDP processing
5118 - virtio-net: disable NAPI only when enabled during XDP set
5119 - cxgb4: fix trailing zero in CIM LA dump
5120 - net/mlx5: Fix error handling when adding flow rules
5121 - net: phy: Restore phy_resume() locking assumption
5122 - tcp: tracepoint: only call trace_tcp_send_reset with full socket
5123 - l2tp: don't use inet_shutdown on tunnel destroy
5124 - l2tp: don't use inet_shutdown on ppp session destroy
5125 - l2tp: fix races with tunnel socket close
5126 - l2tp: fix race in pppol2tp_release with session object destroy
5127 - l2tp: fix tunnel lookup use-after-free race
5128 - s390/qeth: fix underestimated count of buffer elements
5129 - s390/qeth: fix SETIP command handling
5130 - s390/qeth: fix overestimated count of buffer elements
5131 - s390/qeth: fix IP removal on offline cards
5132 - s390/qeth: fix double-free on IP add/remove race
5133 - Revert "s390/qeth: fix using of ref counter for rxip addresses"
5134 - s390/qeth: fix IP address lookup for L3 devices
5135 - s390/qeth: fix IPA command submission race
5136 - tcp: revert F-RTO middle-box workaround
5137 - tcp: revert F-RTO extension to detect more spurious timeouts
5138 - blk-mq: don't call io sched's .requeue_request when requeueing rq to
5139 ->dispatch
5140 - media: m88ds3103: don't call a non-initalized function
5141 - EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL
5142 - KVM: s390: take care of clock-comparator sign control
5143 - KVM: s390: provide only a single function for setting the tod (fix SCK)
5144 - KVM: s390: consider epoch index on hotplugged CPUs
5145 - KVM: s390: consider epoch index on TOD clock syncs
5146 - nospec: Allow index argument to have const-qualified type
5147 - x86/mm: Fix {pmd,pud}_{set,clear}_flags()
5148 - ARM: orion: fix orion_ge00_switch_board_info initialization
5149 - ARM: dts: rockchip: Remove 1.8 GHz operation point from phycore som
5150 - ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
5151 - ARM: kvm: fix building with gcc-8
5152 - KVM: X86: Fix SMRAM accessing even if VM is shutdown
5153 - KVM: mmu: Fix overlap between public and private memslots
5154 - KVM/x86: Remove indirect MSR op calls from SPEC_CTRL
5155 - KVM: x86: move LAPIC initialization after VMCS creation
5156 - KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR
5157 path as unlikely()
5158 - KVM: x86: fix vcpu initialization with userspace lapic
5159 - KVM/x86: remove WARN_ON() for when vm_munmap() fails
5160 - ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530
5161 - ARM: dts: LogicPD SOM-LV: Fix I2C1 pinmux
5162 - ARM: dts: LogicPD Torpedo: Fix I2C1 pinmux
5163 - powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID
5164 - md: only allow remove_and_add_spares when no sync_thread running.
5165 - platform/x86: dell-laptop: fix kbd_get_state's request value
5166 - Linux 4.15.8
5167
5168 * ZFS setgid broken on 0.7 (LP: #1753288)
5169 - SAUCE: Fix ZFS setgid
5170
5171 * /proc/kallsyms prints "(null)" for null addresses in 4.15 (LP: #1754297)
5172 - vsprintf: avoid misleading "(null)" for %px
5173
5174 * Miscellaneous Ubuntu changes
5175 - d-i: Add netsec to nic-modules
5176 - [Config] fix up retpoline abi files
5177 - [Config] set NOBP and expoline options for s390
5178
5179 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 16 Mar 2018 14:49:27 -0300
5180
5181 linux (4.15.0-12.13) bionic; urgency=medium
5182
5183 * linux: 4.15.0-12.13 -proposed tracker (LP: #1754059)
5184
5185 * CONFIG_EFI=y on armhf (LP: #1726362)
5186 - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
5187
5188 * ppc64el: Support firmware disable of RFI flush (LP: #1751994)
5189 - powerpc/pseries: Support firmware disable of RFI flush
5190 - powerpc/powernv: Support firmware disable of RFI flush
5191
5192 * [Feature] CFL/CNL (PCH:CNP-H): New GPIO Commit added (GPIO Driver needed)
5193 (LP: #1751714)
5194 - gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation
5195 - pinctrl: intel: Allow custom GPIO base for pad groups
5196 - pinctrl: cannonlake: Align GPIO number space with Windows
5197
5198 * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
5199 - usb: xhci: Make some static functions global
5200 - usb: xhci: Add DbC support in xHCI driver
5201 - [Config] USB_XHCI_DBGCAP=y for commit mainline dfba2174dc42.
5202
5203 * [SRU] Lenovo E41 Mic mute hotkey is not responding (LP: #1753347)
5204 - platform/x86: ideapad-laptop: Increase timeout to wait for EC answer
5205
5206 * headset mic can't be detected on two Dell machines (LP: #1748807)
5207 - ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines
5208
5209 * hisi_sas: Add disk LED support (LP: #1752695)
5210 - scsi: hisi_sas: directly attached disk LED feature for v2 hw
5211
5212 * [Feature] [Graphics]Whiskey Lake (Coffelake-U 4+2) new PCI Device ID adds
5213 (LP: #1742561)
5214 - drm/i915/cfl: Adding more Coffee Lake PCI IDs.
5215
5216 * [Bug] [USB Function][CFL-CNL PCH]Stall Error and USB Transaction Error in
5217 trace, Disable of device-initiated U1/U2 failed and rebind failed: -517
5218 during suspend/resume with usb storage. (LP: #1730599)
5219 - usb: Don't print a warning if interface driver rebind is deferred at resume
5220
5221 * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
5222 - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
5223 - [Config] retpoline -- clean up i386 retpoline files
5224
5225 * hisilicon hibmc regression due to ea642c3216cb ("drm/ttm: add io_mem_pfn
5226 callback") (LP: #1738334)
5227 - drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfn
5228
5229 * [Asus UX360UA] battery status in unity-panel is not changing when battery is
5230 being charged (LP: #1661876) // AC adapter status not detected on Asus
5231 ZenBook UX410UAK (LP: #1745032)
5232 - ACPI / battery: Add quirk for Asus UX360UA and UX410UAK
5233
5234 * ASUS UX305LA - Battery state not detected correctly (LP: #1482390)
5235 - ACPI / battery: Add quirk for Asus GL502VSK and UX305LA
5236
5237 * [18.04 FEAT] Automatically detect layer2 setting in the qeth device driver
5238 (LP: #1747639)
5239 - s390/diag: add diag26c support for VNIC info
5240 - s390/qeth: support early setup for z/VM NICs
5241
5242 * Bionic update to v4.15.7 stable release (LP: #1752317)
5243 - netfilter: drop outermost socket lock in getsockopt()
5244 - arm64: mm: don't write garbage into TTBR1_EL1 register
5245 - kconfig.h: Include compiler types to avoid missed struct attributes
5246 - MIPS: boot: Define __ASSEMBLY__ for its.S build
5247 - xtensa: fix high memory/reserved memory collision
5248 - scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info
5249 - MIPS: Drop spurious __unused in struct compat_flock
5250 - cfg80211: fix cfg80211_beacon_dup
5251 - i2c: designware: must wait for enable
5252 - i2c: bcm2835: Set up the rising/falling edge delays
5253 - X.509: fix BUG_ON() when hash algorithm is unsupported
5254 - X.509: fix NULL dereference when restricting key with unsupported_sig
5255 - PKCS#7: fix certificate chain verification
5256 - PKCS#7: fix certificate blacklisting
5257 - extcon: int3496: process id-pin first so that we start with the right status
5258 - genirq/matrix: Handle CPU offlining proper
5259 - RDMA/uverbs: Protect from races between lookup and destroy of uobjects
5260 - RDMA/uverbs: Protect from command mask overflow
5261 - RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
5262 - RDMA/uverbs: Fix circular locking dependency
5263 - RDMA/uverbs: Sanitize user entered port numbers prior to access it
5264 - iio: adc: stm32: fix stm32h7_adc_enable error handling
5265 - iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefined
5266 - iio: buffer: check if a buffer has been set up when poll is called
5267 - iio: adis_lib: Initialize trigger before requesting interrupt
5268 - Kbuild: always define endianess in kconfig.h
5269 - x86/apic/vector: Handle vector release on CPU unplug correctly
5270 - x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
5271 - mm, swap, frontswap: fix THP swap if frontswap enabled
5272 - mm: don't defer struct page initialization for Xen pv guests
5273 - uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define
5274 - irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
5275 - irqchip/mips-gic: Avoid spuriously handling masked interrupts
5276 - PCI/cxgb4: Extend T3 PCI quirk to T4+ devices
5277 - net: thunderbolt: Tear down connection properly on suspend
5278 - net: thunderbolt: Run disconnect flow asynchronously when logout is received
5279 - ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and
5280 io_watchdog_func()
5281 - usb: ohci: Proper handling of ed_rm_list to handle race condition between
5282 usb_kill_urb() and finish_unlinks()
5283 - arm64: Remove unimplemented syscall log message
5284 - arm64: Disable unhandled signal log messages by default
5285 - arm64: cpufeature: Fix CTR_EL0 field definitions
5286 - Add delay-init quirk for Corsair K70 RGB keyboards
5287 - usb: host: ehci: use correct device pointer for dma ops
5288 - usb: dwc3: gadget: Set maxpacket size for ep0 IN
5289 - usb: dwc3: ep0: Reset TRB counter for ep0 IN
5290 - usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28
5291 - usb: ldusb: add PIDs for new CASSY devices supported by this driver
5292 - Revert "usb: musb: host: don't start next rx urb if current one failed"
5293 - usb: gadget: f_fs: Process all descriptors during bind
5294 - usb: gadget: f_fs: Use config_ep_by_speed()
5295 - usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path
5296 - drm/cirrus: Load lut in crtc_commit
5297 - drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
5298 - drm: Handle unexpected holes in color-eviction
5299 - drm/amdgpu: disable MMHUB power gating on raven
5300 - drm/amdgpu: fix VA hole handling on Vega10 v3
5301 - drm/amdgpu: Add dpm quirk for Jet PRO (v2)
5302 - drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji
5303 - drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)
5304 - drm/amdgpu: add new device to use atpx quirk
5305 - arm64: __show_regs: Only resolve kernel symbols when running at EL1
5306 - drm/i915/breadcrumbs: Ignore unsubmitted signalers
5307 - microblaze: fix endian handling
5308 - Linux 4.15.7
5309
5310 * [regression] Colour banding and artefacts appear system-wide on an Asus
5311 Zenbook UX303LA with Intel HD 4400 graphics (LP: #1749420) // Bionic update
5312 to v4.15.7 stable release (LP: #1752317)
5313 - drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA
5314
5315 * errors with sas hotplug (LP: #1752146)
5316 - scsi: libsas: fix memory leak in sas_smp_get_phy_events()
5317 - scsi: libsas: fix error when getting phy events
5318 - scsi: libsas: initialize sas_phy status according to response of DISCOVER
5319 - scsi: libsas: Use dynamic alloced work to avoid sas event lost
5320 - scsi: libsas: shut down the PHY if events reached the threshold
5321 - scsi: libsas: make the event threshold configurable
5322 - scsi: libsas: Use new workqueue to run sas event and disco event
5323 - scsi: libsas: use flush_workqueue to process disco events synchronously
5324 - scsi: libsas: direct call probe and destruct
5325 - scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation()
5326
5327 * rtnetlink: enable namespace identifying properties in rtnetlink requests
5328 (LP: #1748232)
5329 - rtnetlink: enable IFLA_IF_NETNSID in do_setlink()
5330 - rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK
5331 - rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK
5332 - rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
5333 - rtnetlink: remove check for IFLA_IF_NETNSID
5334 - rtnetlink: require unique netns identifier
5335
5336 * Bionic update to v4.15.6 stable release (LP: #1752119)
5337 - tun: fix tun_napi_alloc_frags() frag allocator
5338 - ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
5339 - ptr_ring: try vmalloc() when kmalloc() fails
5340 - selinux: ensure the context is NUL terminated in
5341 security_context_to_sid_core()
5342 - selinux: skip bounded transition processing if the policy isn't loaded
5343 - media: pvrusb2: properly check endpoint types
5344 - crypto: x86/twofish-3way - Fix %rbp usage
5345 - staging: android: ion: Add __GFP_NOWARN for system contig heap
5346 - staging: android: ion: Switch from WARN to pr_warn
5347 - blk_rq_map_user_iov: fix error override
5348 - KVM: x86: fix escape of guest dr6 to the host
5349 - kcov: detect double association with a single task
5350 - netfilter: x_tables: fix int overflow in xt_alloc_table_info()
5351 - netfilter: x_tables: avoid out-of-bounds reads in
5352 xt_request_find_{match|target}
5353 - netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
5354 - netfilter: on sockopt() acquire sock lock only in the required scope
5355 - netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
5356 - netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert
5357 - rds: tcp: correctly sequence cleanup on netns deletion.
5358 - rds: tcp: atomically purge entries from rds_tcp_conn_list during netns
5359 delete
5360 - net: avoid skb_warn_bad_offload on IS_ERR
5361 - net_sched: gen_estimator: fix lockdep splat
5362 - soc: qcom: rmtfs_mem: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
5363 - ASoC: ux500: add MODULE_LICENSE tag
5364 - video: fbdev/mmp: add MODULE_LICENSE
5365 - ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag
5366 - arm64: dts: add #cooling-cells to CPU nodes
5367 - dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock
5368 - ANDROID: binder: remove WARN() for redundant txn error
5369 - ANDROID: binder: synchronize_rcu() when using POLLFREE.
5370 - staging: android: ashmem: Fix a race condition in pin ioctls
5371 - binder: check for binder_thread allocation failure in binder_poll()
5372 - binder: replace "%p" with "%pK"
5373 - staging: fsl-mc: fix build testing on x86
5374 - staging: iio: adc: ad7192: fix external frequency setting
5375 - staging: iio: ad5933: switch buffer mode to software
5376 - xhci: Fix NULL pointer in xhci debugfs
5377 - xhci: Fix xhci debugfs devices node disappearance after hibernation
5378 - xhci: xhci debugfs device nodes weren't removed after device plugged out
5379 - xhci: fix xhci debugfs errors in xhci_stop
5380 - usbip: keep usbip_device sockfd state in sync with tcp_socket
5381 - crypto: s5p-sss - Fix kernel Oops in AES-ECB mode
5382 - mei: me: add cannon point device ids
5383 - mei: me: add cannon point device ids for 4th device
5384 - vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
5385 - Linux 4.15.6
5386
5387 * Unable to insert test_bpf module on Bionic s390x (LP: #1751234)
5388 - bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y
5389
5390 * [Ubuntu 18.04 FEAT] OpenCAPI enabling (LP: #1746988)
5391 - powerpc/powernv: Introduce new PHB type for opencapi links
5392 - powerpc/powernv: Set correct configuration space size for opencapi devices
5393 - powerpc/powernv: Add opal calls for opencapi
5394 - powerpc/powernv: Add platform-specific services for opencapi
5395 - powerpc/powernv: Capture actag information for the device
5396 - ocxl: Driver code for 'generic' opencapi devices
5397 - ocxl: Add AFU interrupt support
5398 - ocxl: Add a kernel API for other opencapi drivers
5399 - ocxl: Add trace points
5400 - ocxl: Add Makefile and Kconfig
5401 - [Config] CONFIG_OCXL=m for ppc64el
5402 - cxl: Remove support for "Processing accelerators" class
5403 - ocxl: Documentation
5404 - ocxl: add MAINTAINERS entry
5405 - cxl: Add support for ASB_Notify on POWER9
5406
5407 * Request to update 18.04 kernel aacraid to upstream 4.16 version
5408 (LP: #1746801)
5409 - scsi: aacraid: remove unused variable managed_request_id
5410 - scsi: aacraid: Do not attempt abort when Fw panicked
5411 - scsi: aacraid: Do not remove offlined devices
5412 - scsi: aacraid: Fix ioctl reset hang
5413 - scsi: aacraid: Allow reset_host sysfs var to recover Panicked Fw
5414 - scsi: aacraid: Refactor reset_host store function
5415 - scsi: aacraid: Move code to wait for IO completion to shutdown func
5416 - scsi: aacraid: Create bmic submission function from bmic identify
5417 - scsi: aacraid: Change phy luns function to use common bmic function
5418 - scsi: aacraid: Refactor and rename to make mirror existing changes
5419 - scsi: aacraid: Add target setup helper function
5420 - scsi: aacraid: Untangle targets setup from report phy luns
5421 - scsi: aacraid: Move function around to match existing code
5422 - scsi: aacraid: Create helper functions to get lun info
5423 - scsi: aacraid: Save bmic phy information for each phy
5424 - scsi: aacraid: Add helper function to set queue depth
5425 - scsi: aacraid: Merge func to get container information
5426 - scsi: aacraid: Process hba and container hot plug events in single function
5427 - scsi: aacraid: Added macros to help loop through known buses and targets
5428 - scsi: aacraid: Refactor resolve luns code and scsi functions
5429 - scsi: aacraid: Merge adapter setup with resolve luns
5430 - scsi: aacraid: Block concurrent hotplug event handling
5431 - scsi: aacraid: Use hotplug handling function in place of scsi_scan_host
5432 - scsi: aacraid: Reschedule host scan in case of failure
5433 - scsi: aacraid: Fix hang while scanning in eh recovery
5434 - scsi: aacraid: Skip schedule rescan in case of kdump
5435 - scsi: aacraid: Remove unused rescan variable
5436 - scsi: aacraid: Remove AAC_HIDE_DISK check in queue command
5437 - scsi: aacraid: Update driver version to 50877
5438 - scsi: aacraid: Fix driver oops with dead battery
5439 - scsi: aacraid: remove redundant setting of variable c
5440 - scsi: aacraid: Get correct lun count
5441 - scsi: aacraid: Delay for rescan worker needs to be 10 seconds
5442
5443 * [18.04] kpatch - Add livepatch hook support for ppc64le (LP: #1741992)
5444 - powerpc/modules: Add REL24 relocation support of livepatch symbols
5445 - powerpc/modules: Don't try to restore r2 after a sibling call
5446 - powerpc/modules: Improve restore_r2() error message
5447
5448 * Ubuntu 18.04 - Include latest ibmvnic fixes in Ubuntu kernel (LP: #1748517)
5449 - ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES
5450 - ibmvnic: Increase maximum number of RX/TX queues
5451 - ibmvnic: Include header descriptor support for ARP packets
5452 - ibmvnic: Don't handle RX interrupts when not up.
5453 - ibmvnic: Wait for device response when changing MAC
5454 - ibmvnic: fix firmware version when no firmware level has been provided by
5455 the VIOS server
5456 - ibmvnic: fix empty firmware version and errors cleanup
5457 - ibmvnic: Fix rx queue cleanup for non-fatal resets
5458 - ibmvnic: Ensure that buffers are NULL after free
5459 - ibmvnic: queue reset when CRQ gets closed during reset
5460 - ibmvnic: Reset long term map ID counter
5461 - ibmvnic: Remove skb->protocol checks in ibmvnic_xmit
5462 - ibmvnic: Wait until reset is complete to set carrier on
5463 - ibmvnic: Fix login buffer memory leaks
5464 - ibmvnic: Fix NAPI structures memory leak
5465 - ibmvnic: Free RX socket buffer in case of adapter error
5466 - ibmvnic: Clean RX pool buffers during device close
5467 - ibmvnic: Check for NULL skb's in NAPI poll routine
5468 - ibmvnic: Fix early release of login buffer
5469
5470 * Power9 DD 2.2 needs HMI fixup backport of upstream
5471 patch(d075745d893c78730e4a3b7a60fca23c2f764081) into kernel (LP: #1751834)
5472 - KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9
5473
5474 * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927)
5475 - d-i: add cxgb4 to nic-modules
5476
5477 * BCM5719/tg3 loses connectivity due to missing heartbeats between fw and
5478 driver (LP: #1751337)
5479 - tg3: APE heartbeat changes
5480
5481 * Miscellaneous Ubuntu changes
5482 - ubuntu: vbox -- update to 5.2.6-dfsg-5
5483 - Revert "UBUNTU: SAUCE: Import aufs driver"
5484 - SAUCE: Import aufs driver
5485 - Revert "UBUNTU: SAUCE: (no-up) Convert bnx2x firmware files to ihex format"
5486 - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
5487 - [Config] fix up retpoline abi files
5488 - ubuntu: vbox -- update to 5.2.8-dfsg-2
5489
5490 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Mar 2018 17:36:23 +0100
5491
5492 linux (4.15.0-11.12) bionic; urgency=medium
5493
5494 * linux: 4.15.0-11.12 -proposed tracker (LP: #1751285)
5495
5496 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
5497 - [Config] CONFIG_INDIRECT_PIO=y
5498 - SAUCE: LIB: Introduce a generic PIO mapping method
5499 - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
5500 - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
5501 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
5502 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
5503 - [Config] CONFIG_HISILICON_LPC=y
5504 - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
5505 - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
5506 - SAUCE: HISI LPC: Add ACPI support
5507 - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
5508
5509 * Bionic update to v4.15.5 stable release (LP: #1751131)
5510 - scsi: smartpqi: allow static build ("built-in")
5511 - IB/umad: Fix use of unprotected device pointer
5512 - IB/qib: Fix comparison error with qperf compare/swap test
5513 - IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports
5514 - IB/core: Fix two kernel warnings triggered by rxe registration
5515 - IB/core: Fix ib_wc structure size to remain in 64 bytes boundary
5516 - IB/core: Avoid a potential OOPs for an unused optional parameter
5517 - selftests: seccomp: fix compile error seccomp_bpf
5518 - kselftest: fix OOM in memory compaction test
5519 - RDMA/rxe: Fix a race condition related to the QP error state
5520 - RDMA/rxe: Fix a race condition in rxe_requester()
5521 - RDMA/rxe: Fix rxe_qp_cleanup()
5522 - cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin
5523 - PM / devfreq: Propagate error from devfreq_add_device()
5524 - mwifiex: resolve reset vs. remove()/shutdown() deadlocks
5525 - ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE
5526 - trace_uprobe: Display correct offset in uprobe_events
5527 - powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all
5528 - powerpc/kernel: Block interrupts when updating TIDR
5529 - powerpc/vas: Don't set uses_vas for kernel windows
5530 - powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
5531 - powerpc/mm: Flush radix process translations when setting MMU type
5532 - powerpc/xive: Use hw CPU ids when configuring the CPU queues
5533 - dma-buf: fix reservation_object_wait_timeout_rcu once more v2
5534 - s390: fix handling of -1 in set{,fs}[gu]id16 syscalls
5535 - arm64: dts: msm8916: Correct ipc references for smsm
5536 - ARM: lpc3250: fix uda1380 gpio numbers
5537 - ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property
5538 - ARM: dts: nomadik: add interrupt-parent for clcd
5539 - arm: dts: mt7623: fix card detection issue on bananapi-r2
5540 - arm: spear600: Add missing interrupt-parent of rtc
5541 - arm: spear13xx: Fix dmas cells
5542 - arm: spear13xx: Fix spics gpio controller's warning
5543 - x86/gpu: add CFL to early quirks
5544 - x86/kexec: Make kexec (mostly) work in 5-level paging mode
5545 - x86/xen: init %gs very early to avoid page faults with stack protector
5546 - x86: PM: Make APM idle driver initialize polling state
5547 - mm, memory_hotplug: fix memmap initialization
5548 - x86/entry/64: Clear extra registers beyond syscall arguments, to reduce
5549 speculation attack surface
5550 - x86/entry/64/compat: Clear registers for compat syscalls, to reduce
5551 speculation attack surface
5552 - compiler-gcc.h: Introduce __optimize function attribute
5553 - compiler-gcc.h: __nostackprotector needs gcc-4.4 and up
5554 - crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate
5555 - crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate
5556 - powerpc/mm/radix: Split linear mapping on hot-unplug
5557 - x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()
5558 - x86/speculation: Update Speculation Control microcode blacklist
5559 - x86/speculation: Correct Speculation Control microcode blacklist again
5560 - Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
5561 - KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(),
5562 by always inlining iterator helper methods
5563 - X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
5564 - KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR
5565 bitmap
5566 - x86/speculation: Clean up various Spectre related details
5567 - PM / runtime: Update links_count also if !CONFIG_SRCU
5568 - PM: cpuidle: Fix cpuidle_poll_state_init() prototype
5569 - platform/x86: wmi: fix off-by-one write in wmi_dev_probe()
5570 - x86/entry/64: Clear registers for exceptions/interrupts, to reduce
5571 speculation attack surface
5572 - x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused
5573 extensions
5574 - x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single
5575 POP_REGS macro
5576 - x86/entry/64: Interleave XOR register clearing with PUSH instructions
5577 - x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro
5578 - x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases
5579 - x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and
5580 SAVE_AND_CLEAR_REGS macros
5581 - x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly
5582 - x86/entry/64: Fix paranoid_entry() frame pointer warning
5583 - x86/entry/64: Remove the unused 'icebp' macro
5584 - selftests/x86: Fix vDSO selftest segfault for vsyscall=none
5585 - selftests/x86: Clean up and document sscanf() usage
5586 - selftests/x86/pkeys: Remove unused functions
5587 - selftests/x86: Fix build bug caused by the 5lvl test which has been moved to
5588 the VM directory
5589 - selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c
5590 - gfs2: Fixes to "Implement iomap for block_map"
5591 - selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c
5592 - selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems
5593 - objtool: Fix segfault in ignore_unreachable_insn()
5594 - x86/debug, objtool: Annotate WARN()-related UD2 as reachable
5595 - x86/debug: Use UD2 for WARN()
5596 - x86/speculation: Fix up array_index_nospec_mask() asm constraint
5597 - nospec: Move array_index_nospec() parameter checking into separate macro
5598 - x86/speculation: Add <asm/msr-index.h> dependency
5599 - x86/mm: Rename flush_tlb_single() and flush_tlb_one() to
5600 __flush_tlb_one_[user|kernel]()
5601 - selftests/x86/mpx: Fix incorrect bounds with old _sigfault
5602 - x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
5603 - x86/spectre: Fix an error message
5604 - x86/cpu: Change type of x86_cache_size variable to unsigned int
5605 - x86/entry/64: Fix CR3 restore in paranoid_exit()
5606 - drm/ttm: Don't add swapped BOs to swap-LRU list
5607 - drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)
5608 - drm/qxl: unref cursor bo when finished with it
5609 - drm/qxl: reapply cursor after resetting primary
5610 - drm/amd/powerplay: Fix smu_table_entry.handle type
5611 - drm/ast: Load lut in crtc_commit
5612 - drm: Check for lessee in DROP_MASTER ioctl
5613 - arm64: Add missing Falkor part number for branch predictor hardening
5614 - drm/radeon: Add dpm quirk for Jet PRO (v2)
5615 - drm/radeon: adjust tested variable
5616 - x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a
5617 physical CPU
5618 - rtc-opal: Fix handling of firmware error codes, prevent busy loops
5619 - mbcache: initialize entry->e_referenced in mb_cache_entry_create()
5620 - mmc: sdhci: Implement an SDHCI-specific bounce buffer
5621 - mmc: bcm2835: Don't overwrite max frequency unconditionally
5622 - Revert "mmc: meson-gx: include tx phase in the tuning process"
5623 - mlx5: fix mlx5_get_vector_affinity to start from completion vector 0
5624 - Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"
5625 - jbd2: fix sphinx kernel-doc build warnings
5626 - ext4: fix a race in the ext4 shutdown path
5627 - ext4: save error to disk in __ext4_grp_locked_error()
5628 - ext4: correct documentation for grpid mount option
5629 - mm: hide a #warning for COMPILE_TEST
5630 - mm: Fix memory size alignment in devm_memremap_pages_release()
5631 - MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
5632 - MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW fallout
5633 - MIPS: Fix incorrect mem=X@Y handling
5634 - PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode
5635 - PCI: iproc: Fix NULL pointer dereference for BCMA
5636 - PCI: pciehp: Assume NoCompl+ for Thunderbolt ports
5637 - PCI: keystone: Fix interrupt-controller-node lookup
5638 - video: fbdev: atmel_lcdfb: fix display-timings lookup
5639 - console/dummy: leave .con_font_get set to NULL
5640 - rbd: whitelist RBD_FEATURE_OPERATIONS feature bit
5641 - xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests
5642 - xenbus: track caller request id
5643 - seq_file: fix incomplete reset on read from zero offset
5644 - tracing: Fix parsing of globs with a wildcard at the beginning
5645 - mpls, nospec: Sanitize array index in mpls_label_ok()
5646 - rtlwifi: rtl8821ae: Fix connection lost problem correctly
5647 - arm64: proc: Set PTE_NG for table entries to avoid traversing them twice
5648 - xprtrdma: Fix calculation of ri_max_send_sges
5649 - xprtrdma: Fix BUG after a device removal
5650 - blk-wbt: account flush requests correctly
5651 - target/iscsi: avoid NULL dereference in CHAP auth error path
5652 - iscsi-target: make sure to wake up sleeping login worker
5653 - dm: correctly handle chained bios in dec_pending()
5654 - Btrfs: fix deadlock in run_delalloc_nocow
5655 - Btrfs: fix crash due to not cleaning up tree log block's dirty bits
5656 - Btrfs: fix extent state leak from tree log
5657 - Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
5658 - Btrfs: fix use-after-free on root->orphan_block_rsv
5659 - Btrfs: fix unexpected -EEXIST when creating new inode
5660 - 9p/trans_virtio: discard zero-length reply
5661 - mtd: nand: vf610: set correct ooblayout
5662 - ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute
5663 - ALSA: hda/realtek - Add headset mode support for Dell laptop
5664 - ALSA: hda/realtek - Enable Thinkpad Dock device for ALC298 platform
5665 - ALSA: hda/realtek: PCI quirk for Fujitsu U7x7
5666 - ALSA: usb-audio: add implicit fb quirk for Behringer UFX1204
5667 - ALSA: usb: add more device quirks for USB DSD devices
5668 - ALSA: seq: Fix racy pool initializations
5669 - mvpp2: fix multicast address filter
5670 - usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT
5671 - x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
5672 - ARM: dts: exynos: fix RTC interrupt for exynos5410
5673 - ARM: pxa/tosa-bt: add MODULE_LICENSE tag
5674 - arm64: dts: msm8916: Add missing #phy-cells
5675 - ARM: dts: s5pv210: add interrupt-parent for ohci
5676 - arm: dts: mt7623: Update ethsys binding
5677 - arm: dts: mt2701: Add reset-cells
5678 - ARM: dts: Delete bogus reference to the charlcd
5679 - media: r820t: fix r820t_write_reg for KASAN
5680 - mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec
5681 - mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb
5682 - Linux 4.15.5
5683
5684 * retpoline abi files are empty on i386 (LP: #1751021)
5685 - [Packaging] retpoline-extract -- instantiate retpoline files for i386
5686 - [Packaging] final-checks -- sanity checking ABI contents
5687 - [Packaging] final-checks -- check for empty retpoline files
5688 - [Config] Disable i386 retpoline check for next upload
5689
5690 * Bionic update to v4.15.4 stable release (LP: #1751064)
5691 - watchdog: indydog: Add dependency on SGI_HAS_INDYDOG
5692 - cifs: Fix missing put_xid in cifs_file_strict_mmap
5693 - cifs: Fix autonegotiate security settings mismatch
5694 - CIFS: zero sensitive data when freeing
5695 - cpufreq: mediatek: add mediatek related projects into blacklist
5696 - dmaengine: dmatest: fix container_of member in dmatest_callback
5697 - ssb: Do not disable PCI host on non-Mips
5698 - watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop
5699 - Revert "drm/i915: mark all device info struct with __initconst"
5700 - sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()
5701 - sched/rt: Up the root domain ref count when passing it around via IPIs
5702 - media: dvb-usb-v2: lmedm04: Improve logic checking of warm start
5703 - media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner
5704 - media: hdpvr: Fix an error handling path in hdpvr_probe()
5705 - arm64: mm: Use non-global mappings for kernel space
5706 - arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN
5707 - arm64: mm: Move ASID from TTBR0 to TTBR1
5708 - arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
5709 - arm64: mm: Rename post_ttbr0_update_workaround
5710 - arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
5711 - arm64: mm: Allocate ASIDs in pairs
5712 - arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
5713 - arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
5714 - arm64: entry: Add exception trampoline page for exceptions from EL0
5715 - arm64: mm: Map entry trampoline into trampoline and kernel page tables
5716 - arm64: entry: Explicitly pass exception level to kernel_ventry macro
5717 - arm64: entry: Hook up entry trampoline to exception vectors
5718 - arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
5719 - arm64: cpu_errata: Add Kryo to Falkor 1003 errata
5720 - arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
5721 - arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
5722 - arm64: kaslr: Put kernel vectors address in separate data page
5723 - arm64: use RET instruction for exiting the trampoline
5724 - arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
5725 - arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
5726 - arm64: Take into account ID_AA64PFR0_EL1.CSV3
5727 - arm64: capabilities: Handle duplicate entries for a capability
5728 - arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
5729 - arm64: kpti: Fix the interaction between ASID switching and software PAN
5730 - arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
5731 - arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()
5732 - arm64: mm: Permit transitioning from Global to Non-Global without BBM
5733 - arm64: kpti: Add ->enable callback to remap swapper using nG mappings
5734 - arm64: Force KPTI to be disabled on Cavium ThunderX
5735 - arm64: entry: Reword comment about post_ttbr_update_workaround
5736 - arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
5737 - perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()
5738 - arm64: barrier: Add CSDB macros to control data-value prediction
5739 - arm64: Implement array_index_mask_nospec()
5740 - arm64: Make USER_DS an inclusive limit
5741 - arm64: Use pointer masking to limit uaccess speculation
5742 - arm64: entry: Ensure branch through syscall table is bounded under
5743 speculation
5744 - arm64: uaccess: Prevent speculative use of the current addr_limit
5745 - arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
5746 - arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
5747 - arm64: futex: Mask __user pointers prior to dereference
5748 - arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
5749 - arm64: Run enable method for errata work arounds on late CPUs
5750 - arm64: cpufeature: Pass capability structure to ->enable callback
5751 - drivers/firmware: Expose psci_get_version through psci_ops structure
5752 - arm64: Move post_ttbr_update_workaround to C code
5753 - arm64: Add skeleton to harden the branch predictor against aliasing attacks
5754 - arm64: Move BP hardening to check_and_switch_context
5755 - arm64: KVM: Use per-CPU vector when BP hardening is enabled
5756 - arm64: entry: Apply BP hardening for high-priority synchronous exceptions
5757 - arm64: entry: Apply BP hardening for suspicious interrupts from EL0
5758 - arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
5759 - arm64: Implement branch predictor hardening for affected Cortex-A CPUs
5760 - arm64: Implement branch predictor hardening for Falkor
5761 - arm64: Branch predictor hardening for Cavium ThunderX2
5762 - arm64: KVM: Increment PC after handling an SMC trap
5763 - arm/arm64: KVM: Consolidate the PSCI include files
5764 - arm/arm64: KVM: Add PSCI_VERSION helper
5765 - arm/arm64: KVM: Add smccc accessors to PSCI code
5766 - arm/arm64: KVM: Implement PSCI 1.0 support
5767 - arm/arm64: KVM: Advertise SMCCC v1.1
5768 - arm64: KVM: Make PSCI_VERSION a fast path
5769 - arm/arm64: KVM: Turn kvm_psci_version into a static inline
5770 - arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
5771 - arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
5772 - firmware/psci: Expose PSCI conduit
5773 - firmware/psci: Expose SMCCC version through psci_ops
5774 - arm/arm64: smccc: Make function identifiers an unsigned quantity
5775 - arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
5776 - arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
5777 - arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
5778 - mtd: cfi: convert inline functions to macros
5779 - mtd: nand: brcmnand: Disable prefetch by default
5780 - mtd: nand: Fix nand_do_read_oob() return value
5781 - mtd: nand: sunxi: Fix ECC strength choice
5782 - ubi: Fix race condition between ubi volume creation and udev
5783 - ubi: fastmap: Erase outdated anchor PEBs during attach
5784 - ubi: block: Fix locking for idr_alloc/idr_remove
5785 - ubifs: free the encrypted symlink target
5786 - nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
5787 - nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE
5788 - NFS: Add a cond_resched() to nfs_commit_release_pages()
5789 - NFS: Fix nfsstat breakage due to LOOKUPP
5790 - NFS: commit direct writes even if they fail partially
5791 - NFS: reject request for id_legacy key without auxdata
5792 - NFS: Fix a race between mmap() and O_DIRECT
5793 - nfsd: Detect unhashed stids in nfsd4_verify_open_stid()
5794 - kernfs: fix regression in kernfs_fop_write caused by wrong type
5795 - ahci: Annotate PCI ids for mobile Intel chipsets as such
5796 - ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI
5797 - ahci: Add Intel Cannon Lake PCH-H PCI ID
5798 - crypto: hash - introduce crypto_hash_alg_has_setkey()
5799 - crypto: cryptd - pass through absence of ->setkey()
5800 - crypto: mcryptd - pass through absence of ->setkey()
5801 - crypto: poly1305 - remove ->setkey() method
5802 - crypto: hash - annotate algorithms taking optional key
5803 - crypto: hash - prevent using keyed hashes without setting key
5804 - media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt
5805 - media: v4l2-ioctl.c: don't copy back the result for -ENOTTY
5806 - media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF
5807 - media: v4l2-compat-ioctl32.c: fix the indentation
5808 - media: v4l2-compat-ioctl32.c: move 'helper' functions to
5809 __get/put_v4l2_format32
5810 - media: v4l2-compat-ioctl32.c: avoid sizeof(type)
5811 - media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32
5812 - media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer
5813 - media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32
5814 - media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
5815 - media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors
5816 - media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic
5817 - media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs
5818 - crypto: caam - fix endless loop when DECO acquire fails
5819 - crypto: sha512-mb - initialize pending lengths correctly
5820 - crypto: talitos - fix Kernel Oops on hashing an empty file
5821 - arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
5822 - KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
5823 - KVM: nVMX: Fix bug of injecting L2 exception into L1
5824 - KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded
5825 - KVM: PPC: Book3S HV: Drop locks before reading guest memory
5826 - KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
5827 - KVM: PPC: Book3S PR: Fix broken select due to misspelling
5828 - ASoC: acpi: fix machine driver selection based on quirk
5829 - ASoC: rockchip: i2s: fix playback after runtime resume
5830 - ASoC: skl: Fix kernel warning due to zero NHTL entry
5831 - ASoC: compress: Correct handling of copy callback
5832 - watchdog: imx2_wdt: restore previous timeout after suspend+resume
5833 - afs: Add missing afs_put_cell()
5834 - afs: Need to clear responded flag in addr cursor
5835 - afs: Fix missing cursor clearance
5836 - afs: Fix server list handling
5837 - btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker
5838 - Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all
5839 - kasan: don't emit builtin calls when sanitization is off
5840 - kasan: rework Kconfig settings
5841 - media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return code
5842 - media: dvb-frontends: fix i2c access helpers for KASAN
5843 - media: dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages
5844 - media: ts2020: avoid integer overflows on 32 bit machines
5845 - media: vivid: fix module load error when enabling fb and no_error_inj=1
5846 - media: cxusb, dib0700: ignore XC2028_I2C_FLUSH
5847 - fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
5848 - kernel/async.c: revert "async: simplify lowest_in_progress()"
5849 - kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
5850 - pipe: actually allow root to exceed the pipe buffer limits
5851 - pipe: fix off-by-one error when checking buffer limits
5852 - HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working
5853 - Bluetooth: btsdio: Do not bind to non-removable BCM43341
5854 - ipmi: use dynamic memory for DMI driver override
5855 - signal/openrisc: Fix do_unaligned_access to send the proper signal
5856 - signal/sh: Ensure si_signo is initialized in do_divide_error
5857 - alpha: fix crash if pthread_create races with signal delivery
5858 - alpha: osf_sys.c: fix put_tv32 regression
5859 - alpha: Fix mixed up args in EXC macro in futex operations
5860 - alpha: fix reboot on Avanti platform
5861 - alpha: fix formating of stack content
5862 - xtensa: fix futex_atomic_cmpxchg_inatomic
5863 - EDAC, octeon: Fix an uninitialized variable warning
5864 - genirq: Make legacy autoprobing work again
5865 - pinctrl: intel: Initialize GPIO properly when used through irqchip
5866 - pinctrl: mcp23s08: fix irq setup order
5867 - pinctrl: sx150x: Unregister the pinctrl on release
5868 - pinctrl: sx150x: Register pinctrl before adding the gpiochip
5869 - pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping
5870 - pktcdvd: Fix pkt_setup_dev() error path
5871 - pktcdvd: Fix a recently introduced NULL pointer dereference
5872 - blk-mq: quiesce queue before freeing queue
5873 - clocksource/drivers/stm32: Fix kernel panic with multiple timers
5874 - lib/ubsan.c: s/missaligned/misaligned/
5875 - lib/ubsan: add type mismatch handler for new GCC/Clang
5876 - objtool: Fix switch-table detection
5877 - arm64: dts: marvell: add Ethernet aliases
5878 - drm/i915: Avoid PPS HW/SW state mismatch due to rounding
5879 - ACPI: sbshc: remove raw pointer from printk() message
5880 - acpi, nfit: fix register dimm error handling
5881 - ovl: force r/o mount when index dir creation fails
5882 - ovl: fix failure to fsync lower dir
5883 - ovl: take mnt_want_write() for work/index dir setup
5884 - ovl: take mnt_want_write() for removing impure xattr
5885 - ovl: hash directory inodes for fsnotify
5886 - mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy
5887 - devpts: fix error handling in devpts_mntget()
5888 - ftrace: Remove incorrect setting of glob search field
5889 - scsi: core: Ensure that the SCSI error handler gets woken up
5890 - scsi: lpfc: Fix crash after bad bar setup on driver attachment
5891 - scsi: cxlflash: Reset command ioasc
5892 - rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
5893 - Linux 4.15.4
5894 - updateconfigs after v4.14.4 stable updates
5895
5896 * Bionic update to v4.15.4 stable release (LP: #1751064) // CVE-2017-5754 and
5897 do not need KPTI when KASLR is off.
5898 - arm64: Turn on KPTI only on CPUs that need it
5899
5900 * Miscellaneous Ubuntu changes
5901 - [Config] fix up removed retpoline call sites
5902
5903 -- Seth Forshee <seth.forshee@canonical.com> Fri, 23 Feb 2018 08:31:06 -0600
5904
5905 linux (4.15.0-10.11) bionic; urgency=medium
5906
5907 * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
5908
5909 * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
5910 (LP: #1749202)
5911 - swiotlb: suppress warning when __GFP_NOWARN is set
5912 - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
5913
5914 * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
5915 - SAUCE: tools -- add ability to disable libbfd
5916 - [Packaging] correct disablement of libbfd
5917
5918 * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
5919 (LP: #1744058)
5920 - ALSA: hda/realtek - update ALC225 depop optimize
5921
5922 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
5923 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
5924
5925 * headset mic can't be detected on two Dell machines (LP: #1748807)
5926 - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
5927 - ALSA: hda - Fix headset mic detection problem for two Dell machines
5928
5929 * Bionic update to v4.15.3 stable release (LP: #1749191)
5930 - ip6mr: fix stale iterator
5931 - net: igmp: add a missing rcu locking section
5932 - qlcnic: fix deadlock bug
5933 - qmi_wwan: Add support for Quectel EP06
5934 - r8169: fix RTL8168EP take too long to complete driver initialization.
5935 - tcp: release sk_frag.page in tcp_disconnect
5936 - vhost_net: stop device during reset owner
5937 - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
5938 - ipv6: change route cache aging logic
5939 - Revert "defer call to mem_cgroup_sk_alloc()"
5940 - net: ipv6: send unsolicited NA after DAD
5941 - rocker: fix possible null pointer dereference in
5942 rocker_router_fib_event_work
5943 - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
5944 - cls_u32: add missing RCU annotation.
5945 - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
5946 - soreuseport: fix mem leak in reuseport_add_sock()
5947 - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
5948 - net: sched: fix use-after-free in tcf_block_put_ext
5949 - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
5950 - media: soc_camera: soc_scale_crop: add missing
5951 MODULE_DESCRIPTION/AUTHOR/LICENSE
5952 - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
5953 - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
5954 - crypto: tcrypt - fix S/G table for test_aead_speed()
5955 - Linux 4.15.3
5956
5957 * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
5958 CVE-2018-1000026
5959 - net: create skb_gso_validate_mac_len()
5960 - bnx2x: disable GSO where gso_size is too big for hardware
5961
5962 * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
5963 - net: hns: add ACPI mode support for ethtool -p
5964
5965 * CVE-2017-5715 (Spectre v2 Intel)
5966 - [Packaging] retpoline files must be sorted
5967 - [Packaging] pull in retpoline files
5968
5969 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
5970 - d-i: Add hfi1 to nic-modules
5971
5972 * CVE-2017-5715 (Spectre v2 retpoline)
5973 - [Packaging] retpoline -- add call site validation
5974 - [Config] disable retpoline checks for first upload
5975
5976 * Do not duplicate changelog entries assigned to more than one bug or CVE
5977 (LP: #1743383)
5978 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
5979
5980 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Feb 2018 11:33:58 -0600
5981
5982 linux (4.15.0-9.10) bionic; urgency=medium
5983
5984 * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
5985
5986 * Miscellaneous Ubuntu changes
5987 - [Debian] tests -- remove gcc-multilib dependency for arm64
5988
5989 -- Seth Forshee <seth.forshee@canonical.com> Thu, 08 Feb 2018 11:25:04 -0600
5990
5991 linux (4.15.0-8.9) bionic; urgency=medium
5992
5993 * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
5994
5995 * Bionic update to v4.15.2 stable release (LP: #1748072)
5996 - KVM: x86: Make indirect calls in emulator speculation safe
5997 - KVM: VMX: Make indirect call speculation safe
5998 - module/retpoline: Warn about missing retpoline in module
5999 - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
6000 - x86/cpufeatures: Add Intel feature bits for Speculation Control
6001 - x86/cpufeatures: Add AMD feature bits for Speculation Control
6002 - x86/msr: Add definitions for new speculation control MSRs
6003 - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
6004 - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
6005 - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
6006 - x86/alternative: Print unadorned pointers
6007 - x86/nospec: Fix header guards names
6008 - x86/bugs: Drop one "mitigation" from dmesg
6009 - x86/cpu/bugs: Make retpoline module warning conditional
6010 - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
6011 - x86/retpoline: Simplify vmexit_fill_RSB()
6012 - x86/speculation: Simplify indirect_branch_prediction_barrier()
6013 - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
6014 - iio: adc/accel: Fix up module licenses
6015 - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
6016 - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
6017 - KVM: nVMX: Eliminate vmcs02 pool
6018 - KVM: VMX: introduce alloc_loaded_vmcs
6019 - objtool: Improve retpoline alternative handling
6020 - objtool: Add support for alternatives at the end of a section
6021 - objtool: Warn on stripped section symbol
6022 - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
6023 - x86/spectre: Check CONFIG_RETPOLINE in command line parser
6024 - x86/entry/64: Remove the SYSCALL64 fast path
6025 - x86/entry/64: Push extra regs right away
6026 - x86/asm: Move 'status' from thread_struct to thread_info
6027 - Documentation: Document array_index_nospec
6028 - array_index_nospec: Sanitize speculative array de-references
6029 - x86: Implement array_index_mask_nospec
6030 - x86: Introduce barrier_nospec
6031 - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
6032 - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
6033 - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
6034 - x86/get_user: Use pointer masking to limit speculation
6035 - x86/syscall: Sanitize syscall table de-references under speculation
6036 - vfs, fdtable: Prevent bounds-check bypass via speculative execution
6037 - nl80211: Sanitize array index in parse_txq_params
6038 - x86/spectre: Report get_user mitigation for spectre_v1
6039 - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
6040 - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
6041 - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
6042 - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
6043 - KVM: VMX: make MSR bitmaps per-VCPU
6044 - x86/kvm: Update spectre-v1 mitigation
6045 - x86/retpoline: Avoid retpolines for built-in __init functions
6046 - x86/spectre: Simplify spectre_v2 command line parsing
6047 - x86/pti: Mark constant arrays as __initconst
6048 - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
6049 - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
6050 - KVM/x86: Add IBPB support
6051 - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
6052 - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
6053 - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
6054 - serial: core: mark port as initialized after successful IRQ change
6055 - fpga: region: release of_parse_phandle nodes after use
6056 - Linux 4.15.2
6057
6058 * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
6059 - net: phy: core: remove now uneeded disabling of interrupts
6060 - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
6061 - net: socionext: Add Synquacer NetSec driver
6062 - net: socionext: include linux/io.h to fix build
6063 - net: socionext: Fix error return code in netsec_netdev_open()
6064
6065 * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
6066 - [Config] CONFIG_EDAC_GHES=y
6067
6068 * support thunderx2 vendor pmu events (LP: #1747523)
6069 - perf pmu: Pass pmu as a parameter to get_cpuid_str()
6070 - perf tools arm64: Add support for get_cpuid_str function.
6071 - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
6072 - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
6073 events
6074 - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
6075
6076 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
6077 - SAUCE: mm: disable vma based swap readahead by default
6078 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
6079
6080 * Miscellaneous Ubuntu changes
6081 - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
6082
6083 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Feb 2018 21:13:27 -0600
6084
6085 linux (4.15.0-7.8) bionic; urgency=medium
6086
6087 * Bionic update to v4.15.1 stable release (LP: #1747169)
6088 - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
6089 - tools/gpio: Fix build error with musl libc
6090 - gpio: stmpe: i2c transfer are forbiden in atomic context
6091 - gpio: Fix kernel stack leak to userspace
6092 - ALSA: hda - Reduce the suspend time consumption for ALC256
6093 - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
6094 - crypto: aesni - handle zero length dst buffer
6095 - crypto: aesni - fix typo in generic_gcmaes_decrypt
6096 - crypto: aesni - add wrapper for generic gcm(aes)
6097 - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
6098 aesni
6099 - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
6100 aesni
6101 - crypto: inside-secure - fix hash when length is a multiple of a block
6102 - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
6103 - crypto: sha3-generic - fixes for alignment and big endian operation
6104 - crypto: af_alg - whitelist mask and type
6105 - HID: wacom: EKR: ensure devres groups at higher indexes are released
6106 - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
6107 - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
6108 - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
6109 - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
6110 - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
6111 - igb: Free IRQs when device is hotplugged
6112 - ima/policy: fix parsing of fsuuid
6113 - scsi: aacraid: Fix udev inquiry race condition
6114 - scsi: aacraid: Fix hang in kdump
6115 - scsi: storvsc: missing error code in storvsc_probe()
6116 - staging: lustre: separate a connection destroy from free struct kib_conn
6117 - staging: ccree: NULLify backup_info when unused
6118 - staging: ccree: fix fips event irq handling build
6119 - tty: fix data race between tty_init_dev and flush of buf
6120 - usb: option: Add support for FS040U modem
6121 - USB: serial: pl2303: new device id for Chilitag
6122 - USB: cdc-acm: Do not log urb submission errors on disconnect
6123 - CDC-ACM: apply quirk for card reader
6124 - USB: serial: io_edgeport: fix possible sleep-in-atomic
6125 - usbip: prevent bind loops on devices attached to vhci_hcd
6126 - usbip: list: don't list devices attached to vhci_hcd
6127 - USB: serial: simple: add Motorola Tetra driver
6128 - usb: f_fs: Prevent gadget unbind if it is already unbound
6129 - usb: uas: unconditionally bring back host after reset
6130 - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
6131 - ANDROID: binder: remove waitqueue when thread exits.
6132 - android: binder: use VM_ALLOC to get vm area
6133 - mei: me: allow runtime pm for platform with D0i3
6134 - serial: 8250_of: fix return code when probe function fails to get reset
6135 - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
6136 - serial: 8250_dw: Revert "Improve clock rate setting"
6137 - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
6138 - spi: imx: do not access registers while clocks disabled
6139 - iio: adc: stm32: fix scan of multiple channels with DMA
6140 - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
6141 - test_firmware: fix missing unlock on error in config_num_requests_store()
6142 - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
6143 - Input: synaptics-rmi4 - do not delete interrupt memory too early
6144 - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
6145 - Linux 4.15.1
6146
6147 * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
6148 (LP: #1744712)
6149 - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
6150 - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
6151 version
6152
6153 * apparmor profile load in stacked policy container fails (LP: #1746463)
6154 - SAUCE: apparmor: fix display of .ns_name for containers
6155
6156 -- Seth Forshee <seth.forshee@canonical.com> Sun, 04 Feb 2018 11:56:32 +0100
6157
6158 linux (4.15.0-6.7) bionic; urgency=low
6159
6160 * upload urgency should be medium by default (LP: #1745338)
6161 - [Packaging] update urgency to medium by default
6162
6163 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
6164 - scsi: libiscsi: Allow sd_shutdown on bad transport
6165
6166 * Miscellaneous Ubuntu changes
6167 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
6168 - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
6169 - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
6170
6171 [ Upstream Kernel Changes ]
6172
6173 * Rebase to v4.15
6174
6175 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jan 2018 08:47:07 -0600
6176
6177 linux (4.15.0-5.6) bionic; urgency=low
6178
6179 * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
6180 (LP: #1744077)
6181 - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
6182
6183 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
6184 (LP: #1743638)
6185 - [d-i] Add qede to nic-modules udeb
6186
6187 * boot failure on AMD Raven + WesternXT (LP: #1742759)
6188 - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
6189
6190 * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
6191 (LP: #1726519)
6192 - SAUCE: Revert "scsi: libsas: allow async aborts"
6193
6194 * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
6195 - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
6196
6197 * Miscellaneous Ubuntu changes
6198 - Rebase to v4.15-rc7
6199 - [Config] CONFIG_CPU_ISOLATION=y
6200 - [Config] Update annotations following config review
6201 - Revert "UBUNTU: SAUCE: Import aufs driver"
6202 - SAUCE: Import aufs driver
6203 - ubuntu: vbox -- update to 5.2.6-dfsg-1
6204 - ubuntu: vbox: build fixes for 4.15
6205 - ubuntu: vbox -- update to 5.2.6-dfsg-2
6206 - hio: updates for timer api changes in 4.15
6207 - enable hio build
6208 - Rebase to v4.15-rc9
6209
6210 [ Upstream Kernel Changes ]
6211
6212 * Rebase to v4.15-rc9
6213
6214 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jan 2018 10:16:05 -0600
6215
6216 linux (4.15.0-4.5) bionic; urgency=low
6217
6218 * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166)
6219 - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
6220
6221 * External HDMI monitor failed to show screen on Lenovo X1 series
6222 (LP: #1738523)
6223 - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
6224
6225 * Miscellaneous Ubuntu changes
6226 - [Debian] autoreconstruct - add resoration of execute permissions
6227
6228 [ Upstream Kernel Changes ]
6229
6230 * Rebase to v4.15-rc4
6231
6232 -- Seth Forshee <seth.forshee@canonical.com> Wed, 10 Jan 2018 10:24:22 -0600
6233
6234 linux (4.15.0-3.4) bionic; urgency=low
6235
6236 * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
6237 - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
6238
6239 [ Upstream Kernel Changes ]
6240
6241 * Rebase to v4.15-rc6
6242
6243 -- Seth Forshee <seth.forshee@canonical.com> Wed, 03 Jan 2018 20:20:43 -0600
6244
6245 linux (4.15.0-2.3) bionic; urgency=low
6246
6247 * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
6248 4.15.0-1.2 (LP: #1737752)
6249 - x86/mm: Unbreak modules that use the DMA API
6250
6251 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
6252 - [Config] CONFIG_SPI_INTEL_SPI_*=n
6253
6254 * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
6255 and udebs (LP: #1521712)
6256 - [Config] Include ibmvnic in nic-modules
6257
6258 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
6259 - [Config] Enable support for emulation of deprecated ARMv8 instructions
6260
6261 * Miscellaneous Ubuntu changes
6262 - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
6263 - Enable zfs build
6264 - [Debian] add icp to zfs-modules.ignore
6265
6266 [ Upstream Kernel Changes ]
6267
6268 * Rebase to v4.15-rc4
6269
6270 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Dec 2017 09:27:13 -0600
6271
6272 linux (4.15.0-1.2) bionic; urgency=low
6273
6274 * Disabling zfs does not always disable module checks for the zfs modules
6275 (LP: #1737176)
6276 - [Packaging] disable zfs module checks when zfs is disabled
6277
6278 * Miscellaneous Ubuntu changes
6279 - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
6280
6281 [ Upstream Kernel Changes ]
6282
6283 * Rebase to v4.15-rc3
6284
6285 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Dec 2017 22:07:19 -0600
6286
6287 linux (4.15.0-0.1) bionic; urgency=low
6288
6289 * Miscellaneous Ubuntu changes
6290 - ubuntu: vbox -- update to 5.2.2-dfsg-2
6291 - ubuntu: vbox: build fixes for 4.15
6292 - disable hio build
6293 - [Config] Update kernel lockdown options to fix build errors
6294 - Disable zfs build
6295 - SAUCE: Import aufs driver
6296 - [Config] Enable AUFS config options
6297
6298 [ Upstream Kernel Changes ]
6299
6300 * Rebase to v4.15-rc2
6301
6302 -- Seth Forshee <seth.forshee@canonical.com> Fri, 08 Dec 2017 13:55:42 -0600
6303
6304 linux (4.14.0-11.13) bionic; urgency=low
6305
6306 * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
6307
6308 * CVE-2017-1000405
6309 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
6310
6311 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
6312 - SAUCE: mm: disable vma based swap readahead by default
6313 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
6314
6315 * Bionic update to v4.14.3 stable release (LP: #1735843)
6316 - s390: fix transactional execution control register handling
6317 - s390/noexec: execute kexec datamover without DAT
6318 - s390/runtime instrumention: fix possible memory corruption
6319 - s390/guarded storage: fix possible memory corruption
6320 - s390/disassembler: add missing end marker for e7 table
6321 - s390/disassembler: increase show_code buffer size
6322 - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
6323 - ACPI / EC: Fix regression related to triggering source of EC event handling
6324 - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
6325 - serdev: fix registration of second slave
6326 - sched: Make resched_cpu() unconditional
6327 - lib/mpi: call cond_resched() from mpi_powm() loop
6328 - x86/boot: Fix boot failure when SMP MP-table is based at 0
6329 - x86/decoder: Add new TEST instruction pattern
6330 - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
6331 - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
6332 - perf/x86/intel: Hide TSX events when RTM is not supported
6333 - arm64: Implement arch-specific pte_access_permitted()
6334 - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
6335 - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
6336 - uapi: fix linux/tls.h userspace compilation error
6337 - uapi: fix linux/rxrpc.h userspace compilation errors
6338 - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
6339 - MIPS: ralink: Fix MT7628 pinmux
6340 - MIPS: ralink: Fix typo in mt7628 pinmux function
6341 - net: mvneta: fix handling of the Tx descriptor counter
6342 - nbd: wait uninterruptible for the dead timeout
6343 - nbd: don't start req until after the dead connection logic
6344 - PM / OPP: Add missing of_node_put(np)
6345 - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
6346 - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
6347 - PCI: hv: Use effective affinity mask
6348 - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
6349 - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
6350 - ALSA: hda: Add Raven PCI ID
6351 - dm integrity: allow unaligned bv_offset
6352 - dm cache: fix race condition in the writeback mode overwrite_bio
6353 optimisation
6354 - dm crypt: allow unaligned bv_offset
6355 - dm zoned: ignore last smaller runt zone
6356 - dm mpath: remove annoying message of 'blk_get_request() returned -11'
6357 - dm bufio: fix integer overflow when limiting maximum cache size
6358 - ovl: Put upperdentry if ovl_check_origin() fails
6359 - dm: allocate struct mapped_device with kvzalloc
6360 - sched/rt: Simplify the IPI based RT balancing logic
6361 - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
6362 - dm: fix race between dm_get_from_kobject() and __dm_destroy()
6363 - dm: discard support requires all targets in a table support discards
6364 - MIPS: Fix odd fp register warnings with MIPS64r2
6365 - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
6366 - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
6367 - MIPS: Fix an n32 core file generation regset support regression
6368 - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
6369 - MIPS: math-emu: Fix final emulation phase for certain instructions
6370 - rt2x00usb: mark device removed when get ENOENT usb error
6371 - mm/z3fold.c: use kref to prevent page free/compact race
6372 - autofs: don't fail mount for transient error
6373 - nilfs2: fix race condition that causes file system corruption
6374 - fscrypt: lock mutex before checking for bounce page pool
6375 - eCryptfs: use after free in ecryptfs_release_messaging()
6376 - libceph: don't WARN() if user tries to add invalid key
6377 - bcache: check ca->alloc_thread initialized before wake up it
6378 - fs: guard_bio_eod() needs to consider partitions
6379 - fanotify: fix fsnotify_prepare_user_wait() failure
6380 - isofs: fix timestamps beyond 2027
6381 - btrfs: change how we decide to commit transactions during flushing
6382 - f2fs: expose some sectors to user in inline data or dentry case
6383 - NFS: Fix typo in nomigration mount option
6384 - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
6385 - nfs: Fix ugly referral attributes
6386 - NFS: Avoid RCU usage in tracepoints
6387 - NFS: revalidate "." etc correctly on "open".
6388 - nfsd: deal with revoked delegations appropriately
6389 - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
6390 - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
6391 - iwlwifi: fix firmware names for 9000 and A000 series hw
6392 - md: fix deadlock error in recent patch.
6393 - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
6394 - Bluetooth: btqcomsmd: Add support for BD address setup
6395 - md/bitmap: revert a patch
6396 - fsnotify: clean up fsnotify_prepare/finish_user_wait()
6397 - fsnotify: pin both inode and vfsmount mark
6398 - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
6399 - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
6400 - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
6401 - ext4: prevent data corruption with inline data + DAX
6402 - ext4: prevent data corruption with journaling + DAX
6403 - ALSA: pcm: update tstamp only if audio_tstamp changed
6404 - ALSA: usb-audio: Add sanity checks to FE parser
6405 - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
6406 - ALSA: usb-audio: Add sanity checks in v2 clock parsers
6407 - ALSA: timer: Remove kernel warning at compat ioctl error paths
6408 - ALSA: hda/realtek - Fix ALC275 no sound issue
6409 - ALSA: hda: Fix too short HDMI/DP chmap reporting
6410 - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
6411 - ALSA: hda/realtek - Fix ALC700 family no sound issue
6412 - ASoC: sun8i-codec: Invert Master / Slave condition
6413 - ASoC: sun8i-codec: Fix left and right channels inversion
6414 - ASoC: sun8i-codec: Set the BCLK divider
6415 - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
6416 - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
6417 - 9p: Fix missing commas in mount options
6418 - fs/9p: Compare qid.path in v9fs_test_inode
6419 - net/9p: Switch to wait_event_killable()
6420 - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
6421 - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
6422 - scsi: lpfc: fix pci hot plug crash in timer management routines
6423 - scsi: lpfc: fix pci hot plug crash in list_add call
6424 - scsi: lpfc: Fix crash receiving ELS while detaching driver
6425 - scsi: lpfc: Fix FCP hba_wqidx assignment
6426 - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
6427 - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
6428 - iscsi-target: Fix non-immediate TMR reference leak
6429 - target: fix null pointer regression in core_tmr_drain_tmr_list
6430 - target: fix buffer offset in core_scsi3_pri_read_full_status
6431 - target: Fix QUEUE_FULL + SCSI task attribute handling
6432 - target: Fix caw_sem leak in transport_generic_request_failure
6433 - target: Fix quiese during transport_write_pending_qf endless loop
6434 - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
6435 - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
6436 - mtd: nand: Export nand_reset() symbol
6437 - mtd: nand: atmel: Actually use the PM ops
6438 - mtd: nand: omap2: Fix subpage write
6439 - mtd: nand: Fix writing mtdoops to nand flash.
6440 - mtd: nand: mtk: fix infinite ECC decode IRQ issue
6441 - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
6442 - p54: don't unregister leds when they are not initialized
6443 - block: Fix a race between blk_cleanup_queue() and timeout handling
6444 - raid1: prevent freeze_array/wait_all_barriers deadlock
6445 - genirq: Track whether the trigger type has been set
6446 - irqchip/gic-v3: Fix ppi-partitions lookup
6447 - lockd: double unregister of inetaddr notifiers
6448 - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
6449 enabled
6450 - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
6451 - KVM: SVM: obey guest PAT
6452 - kvm: vmx: Reinstate support for CPUs without virtual NMI
6453 - dax: fix PMD faults on zero-length files
6454 - dax: fix general protection fault in dax_alloc_inode
6455 - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
6456 - clk: ti: dra7-atl-clock: fix child-node lookups
6457 - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
6458 - libnvdimm, pfn: make 'resource' attribute only readable by root
6459 - libnvdimm, namespace: fix label initialization to use valid seq numbers
6460 - libnvdimm, region : make 'resource' attribute only readable by root
6461 - libnvdimm, namespace: make 'resource' attribute only readable by root
6462 - svcrdma: Preserve CB send buffer across retransmits
6463 - IB/srpt: Do not accept invalid initiator port names
6464 - IB/cm: Fix memory corruption in handling CM request
6465 - IB/hfi1: Fix incorrect available receive user context count
6466 - IB/srp: Avoid that a cable pull can trigger a kernel crash
6467 - IB/core: Avoid crash on pkey enforcement failed in received MADs
6468 - IB/core: Only maintain real QPs in the security lists
6469 - NFC: fix device-allocation error return
6470 - spi-nor: intel-spi: Fix broken software sequencing codes
6471 - i40e: Use smp_rmb rather than read_barrier_depends
6472 - igb: Use smp_rmb rather than read_barrier_depends
6473 - igbvf: Use smp_rmb rather than read_barrier_depends
6474 - ixgbevf: Use smp_rmb rather than read_barrier_depends
6475 - i40evf: Use smp_rmb rather than read_barrier_depends
6476 - fm10k: Use smp_rmb rather than read_barrier_depends
6477 - ixgbe: Fix skb list corruption on Power systems
6478 - parisc: Fix validity check of pointer size argument in new CAS
6479 implementation
6480 - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
6481 - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
6482 - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
6483 - powerpc/signal: Properly handle return value from uprobe_deny_signal()
6484 - powerpc/64s: Fix masking of SRR1 bits on instruction fault
6485 - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
6486 - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
6487 - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
6488 - powerpc/64s/hash: Fix fork() with 512TB process address space
6489 - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
6490 - media: Don't do DMA on stack for firmware upload in the AS102 driver
6491 - media: rc: check for integer overflow
6492 - media: rc: nec decoder should not send both repeat and keycode
6493 - cx231xx-cards: fix NULL-deref on missing association descriptor
6494 - media: v4l2-ctrl: Fix flags field on Control events
6495 - media: venus: fix wrong size on dma_free
6496 - media: venus: venc: fix bytesused v4l2_plane field
6497 - media: venus: reimplement decoder stop command
6498 - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
6499 zone
6500 - iwlwifi: fix wrong struct for a000 device
6501 - iwlwifi: add a new a000 device
6502 - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
6503 - iwlwifi: add new cards for a000 series
6504 - iwlwifi: add new cards for 8265 series
6505 - iwlwifi: add new cards for 8260 series
6506 - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
6507 - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
6508 - e1000e: Fix error path in link detection
6509 - e1000e: Fix return value test
6510 - e1000e: Separate signaling for link check/link up
6511 - e1000e: Avoid receiver overrun interrupt bursts
6512 - e1000e: fix buffer overrun while the I219 is processing DMA transactions
6513 - Linux 4.14.3
6514
6515 * Miscellaneous Ubuntu changes
6516 - SAUCE: s390/topology: don't inline cpu_to_node
6517 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
6518
6519 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Dec 2017 09:08:07 -0600
6520
6521 linux (4.14.0-10.12) bionic; urgency=low
6522
6523 * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
6524
6525 * Miscellaneous Ubuntu changes
6526 - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
6527 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
6528
6529 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Nov 2017 08:46:49 -0600
6530
6531 linux (4.14.0-9.11) bionic; urgency=low
6532
6533 * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
6534
6535 * Miscellaneous Ubuntu changes
6536 - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
6537 0.7.3-1ubuntu1"
6538
6539 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 12:44:48 -0600
6540
6541 linux (4.14.0-8.10) bionic; urgency=low
6542
6543 * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
6544
6545 * Bionic update to v4.14.2 stable release (LP: #1734694)
6546 - bio: ensure __bio_clone_fast copies bi_partno
6547 - af_netlink: ensure that NLMSG_DONE never fails in dumps
6548 - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
6549 - net: cdc_ncm: GetNtbFormat endian fix
6550 - fealnx: Fix building error on MIPS
6551 - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
6552 - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
6553 - serial: omap: Fix EFR write on RTS deassertion
6554 - serial: 8250_fintek: Fix finding base_port with activated SuperIO
6555 - tpm-dev-common: Reject too short writes
6556 - rcu: Fix up pending cbs check in rcu_prepare_for_idle
6557 - mm/pagewalk.c: report holes in hugetlb ranges
6558 - ocfs2: fix cluster hang after a node dies
6559 - ocfs2: should wait dio before inode lock in ocfs2_setattr()
6560 - ipmi: fix unsigned long underflow
6561 - mm/page_alloc.c: broken deferred calculation
6562 - mm/page_ext.c: check if page_ext is not prepared
6563 - coda: fix 'kernel memory exposure attempt' in fsync
6564 - ipmi: Prefer ACPI system interfaces over SMBIOS ones
6565 - Linux 4.14.2
6566
6567 * Bionic update to v4.14.1 stable release (LP: #1734693)
6568 - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
6569 - dmaengine: dmatest: warn user when dma test times out
6570 - media: imon: Fix null-ptr-deref in imon_probe
6571 - media: dib0700: fix invalid dvb_detach argument
6572 - crypto: dh - Fix double free of ctx->p
6573 - crypto: dh - Don't permit 'p' to be 0
6574 - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
6575 - crypto: brcm - Explicity ACK mailbox message
6576 - USB: early: Use new USB product ID and strings for DbC device
6577 - USB: usbfs: compute urb->actual_length for isochronous
6578 - USB: Add delay-init quirk for Corsair K70 LUX keyboards
6579 - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
6580 - USB: serial: metro-usb: stop I/O after failed open
6581 - USB: serial: Change DbC debug device binding ID
6582 - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
6583 - USB: serial: garmin_gps: fix I/O after failed probe and remove
6584 - USB: serial: garmin_gps: fix memory leak on probe errors
6585 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
6586 - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
6587 - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
6588 - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
6589 - HID: cp2112: add HIDRAW dependency
6590 - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
6591 - rpmsg: glink: Add missing MODULE_LICENSE
6592 - staging: wilc1000: Fix bssid buffer offset in Txq
6593 - staging: sm750fb: Fix parameter mistake in poke32
6594 - staging: ccree: fix 64 bit scatter/gather DMA ops
6595 - staging: greybus: spilib: fix use-after-free after deregistration
6596 - staging: rtl8188eu: Revert 4 commits breaking ARP
6597 - spi: fix use-after-free at controller deregistration
6598 - sparc32: Add cmpxchg64().
6599 - sparc64: mmu_context: Add missing include files
6600 - sparc64: Fix page table walk for PUD hugepages
6601 - Linux 4.14.1
6602
6603 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
6604 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
6605
6606 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
6607 (LP: #1732627)
6608 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
6609
6610 * Miscellaneous Ubuntu changes
6611 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
6612
6613 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 07:43:44 -0600
6614
6615 linux (4.14.0-7.9) bionic; urgency=low
6616
6617 * Miscellaneous Ubuntu changes
6618 - SAUCE: apparmor: add base infastructure for socket mediation
6619 - SAUCE: apparmor: af_unix mediation
6620 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
6621 - SAUCE: LSM stacking: LSM: manage credential security blobs
6622 - SAUCE: LSM stacking: LSM: Manage file security blobs
6623 - SAUCE: LSM stacking: LSM: manage task security blobs
6624 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
6625 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
6626 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
6627 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
6628 - SAUCE: LSM stacking: fixup initialize task->security
6629 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
6630 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
6631 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
6632 - SAUCE: LSM stacking: fixup apparmor stacking enablement
6633 - SAUCE: LSM stacking: fixup stacking kconfig
6634 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
6635 - SAUCE: LSM stacking: provide prctl interface for setting context
6636 - SAUCE: LSM stacking: inherit current display LSM
6637 - SAUCE: LSM stacking: keep an index for each registered LSM
6638 - SAUCE: LSM stacking: verify display LSM
6639 - SAUCE: LSM stacking: provide a way to specify the default display lsm
6640 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
6641 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
6642 - SAUCE: LSM stacking: add Kconfig to set default display LSM
6643 - SAUCE: LSM stacking: add configs for LSM stacking
6644 - SAUCE: LSM stacking: check for invalid zero sized writes
6645 - [Config] Run updateconfigs after merging LSM stacking
6646 - [Config] CONFIG_AMD_MEM_ENCRYPT=y
6647
6648 [ Upstream Kernel Changes ]
6649
6650 * Rebase to v4.14
6651
6652 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Nov 2017 08:12:08 -0600
6653
6654 linux (4.14.0-6.8) bionic; urgency=low
6655
6656 * Miscellaneous Ubuntu changes
6657 - SAUCE: add workarounds to enable ZFS for 4.14
6658
6659 [ Upstream Kernel Changes ]
6660
6661 * Rebase to v4.14-rc8
6662
6663 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Nov 2017 11:39:00 -0600
6664
6665 linux (4.14.0-5.7) bionic; urgency=low
6666
6667 * Miscellaneous Ubuntu changes
6668 - [Debian] Fix invocation of dh_prep for dbgsym packages
6669
6670 -- Seth Forshee <seth.forshee@canonical.com> Tue, 31 Oct 2017 07:07:23 -0500
6671
6672 linux (4.14.0-4.5) bionic; urgency=low
6673
6674 * Miscellaneous Ubuntu changes
6675 - [Packaging] virtualbox -- reduce in kernel module versions
6676 - vbox-update: Fix up KERN_DIR definitions
6677 - ubuntu: vbox -- update to 5.2.0-dfsg-2
6678 - [Config] CONFIG_AMD_MEM_ENCRYPT=n
6679
6680 [ Upstream Kernel Changes ]
6681
6682 * Rebase to v4.14-rc7
6683
6684 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Oct 2017 13:29:20 -0500
6685
6686 linux (4.14.0-3.4) artful; urgency=low
6687
6688 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
6689 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
6690 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
6691 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
6692
6693 * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
6694 - powerpc/64s: Add workaround for P9 vector CI load issue
6695
6696 * Miscellaneous Ubuntu changes
6697 - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
6698 - [Config] CONFIG_DRM_VBOXVIDEO=m
6699 - SAUCE: Import aufs driver
6700 - [Config] Enable aufs
6701 - [Config] Reorder annotations file after enabling aufs
6702 - vbox-update: Disable imported vboxvideo module
6703 - ubuntu: vbox -- update to 5.1.30-dfsg-1
6704 - Enable vbox
6705 - hio: Use correct sizes when initializing ssd_index_bits* arrays
6706 - hio: Update io stat accounting for 4.14
6707 - Enable hio
6708
6709 [ Upstream Kernel Changes ]
6710
6711 * Rebase to v4.14-rc5
6712 * Rebase to v4.14-rc6
6713
6714 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Oct 2017 13:53:52 -0500
6715
6716 linux (4.14.0-2.3) artful; urgency=low
6717
6718 * [Bug] USB controller failed to respond on Denverton after loading
6719 intel_th_pci module (LP: #1715833)
6720 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
6721
6722 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
6723 17.10 (kernel 4.13) (LP: #1719290)
6724 - SAUCE: s390: update zfcpdump_defconfig
6725
6726 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
6727 - d-i: Add bnxt_en to nic-modules.
6728
6729 * Miscellaneous Ubuntu changes
6730 - [Config] Update annotations for 4.14-rc2
6731
6732 [ Upstream Kernel Changes ]
6733
6734 * Rebase to v4.14-rc3
6735 * Rebase to v4.14-rc4
6736
6737 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 16:04:27 -0500
6738
6739 linux (4.14.0-1.2) artful; urgency=low
6740
6741 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
6742 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
6743
6744 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
6745 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
6746
6747 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
6748 (LP: #1718679)
6749 - [Config] CONFIG_DRM_VBOXVIDEO=n
6750
6751 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
6752 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
6753
6754 * autopkgtest profile fails to build on armhf (LP: #1717920)
6755 - [Packaging] autopkgtest -- disable d-i when dropping flavours
6756
6757 * Miscellaneous Ubuntu changes
6758 - [Config] CONFIG_I2C_XLP9XX=m
6759 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
6760
6761 [ Upstream Kernel Changes ]
6762
6763 * Rebase to v4.14-rc2
6764
6765 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Sep 2017 09:09:11 -0400
6766
6767 linux (4.14.0-0.1) artful; urgency=low
6768
6769 * Miscellaneous Ubuntu changes
6770 - Disable vbox build
6771 - Disable hio build
6772 - Disable zfs build
6773
6774 [ Upstream Kernel Changes ]
6775
6776 * Rebase to v4.14-rc1
6777
6778 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Sep 2017 20:22:29 -0500
6779
6780 linux (4.13.0-11.12) artful; urgency=low
6781
6782 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
6783
6784 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
6785 - s390/mm: fix local TLB flushing vs. detach of an mm address space
6786 - s390/mm: fix race on mm->context.flush_mm
6787
6788 * CVE-2017-1000251
6789 - Bluetooth: Properly check L2CAP config option output buffer length
6790
6791 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
6792
6793 linux (4.13.0-10.11) artful; urgency=low
6794
6795 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
6796
6797 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
6798 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
6799
6800 * Artful update to v4.13.1 stable release (LP: #1716284)
6801 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
6802 - USB: serial: option: add support for D-Link DWM-157 C1
6803 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
6804 - usb:xhci:Fix regression when ATI chipsets detected
6805 - USB: musb: fix external abort on suspend
6806 - ANDROID: binder: add padding to binder_fd_array_object.
6807 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
6808 - USB: core: Avoid race of async_completed() w/ usbdev_release()
6809 - staging/rts5208: fix incorrect shift to extract upper nybble
6810 - staging: ccree: save ciphertext for CTS IV
6811 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
6812 - iio: adc: ti-ads1015: fix incorrect data rate setting update
6813 - iio: adc: ti-ads1015: fix scale information for ADS1115
6814 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
6815 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
6816 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
6817 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
6818 - driver core: bus: Fix a potential double free
6819 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
6820 - binder: free memory on error
6821 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
6822 - crypto: caam/qi - fix compilation with DEBUG enabled
6823 - thunderbolt: Fix reset response_type
6824 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
6825 - intel_th: pci: Add Cannon Lake PCH-H support
6826 - intel_th: pci: Add Cannon Lake PCH-LP support
6827 - ath10k: fix memory leak in rx ring buffer allocation
6828 - drm/vgem: Pin our pages for dmabuf exports
6829 - drm/ttm: Fix accounting error when fail to get pages for pool
6830 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
6831 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
6832 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
6833 - iwlwifi: pci: add new PCI ID for 7265D
6834 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
6835 - mwifiex: correct channel stat buffer overflows
6836 - MCB: add support for SC31 to mcb-lpc
6837 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
6838 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
6839 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
6840 - workqueue: Fix flag collision
6841 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
6842 - cs5536: add support for IDE controller variant
6843 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
6844 - scsi: sg: recheck MMAP_IO request length with lock held
6845 - of/device: Prevent buffer overflow in of_device_modalias()
6846 - rtlwifi: Fix memory leak when firmware request fails
6847 - rtlwifi: Fix fallback firmware loading
6848 - Linux 4.13.1
6849
6850 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
6851 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
6852
6853 * SRIOV: warning if unload VFs (LP: #1715073)
6854 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
6855
6856 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
6857 - i40e: avoid NVM acquire deadlock during NVM update
6858 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
6859
6860 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
6861 twice when perf stat is done (perf:) (LP: #1714571)
6862 - perf vendor events powerpc: Remove duplicate events
6863
6864 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
6865 (LP: #1703339)
6866 - [Config] Include vmd in storage-core-modules udeb
6867
6868 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
6869 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
6870 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
6871 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
6872 offline
6873
6874 * Miscellaneous Ubuntu changes
6875 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
6876 - Revert "UBUNTU: SAUCE: Import aufs driver"
6877 - SAUCE: Import aufs driver
6878
6879 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
6880
6881 linux (4.13.0-9.10) artful; urgency=low
6882
6883 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
6884
6885 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
6886 - [Config] CONFIG_EDAC_GHES=n
6887
6888 * Miscellaneous Ubuntu changes
6889 - ubuntu: vbox -- update to 5.1.26-dfsg-2
6890
6891 [ Upstream Kernel Changes ]
6892
6893 * Rebase to v4.13
6894
6895 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
6896
6897 linux (4.13.0-8.9) artful; urgency=low
6898
6899 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
6900 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
6901
6902 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
6903 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
6904
6905 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
6906 Harrisonville SDP (LP: #1709257)
6907 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
6908 - EDAC, pnd2: Mask off the lower four bits of a BAR
6909 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
6910 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
6911 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
6912 reading BAR
6913
6914 * Miscellaneous Ubuntu changes
6915 - Revert "UBUNTU: SAUCE: Import aufs driver"
6916 - SAUCE: Import aufs driver
6917 - SAUCE: selftests/powerpc: Disable some ptrace selftests
6918 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
6919 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
6920 - [Config] Disable CONFIG_MDIO_* options for s390x
6921 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
6922 - [Config] Update annotations for 4.13
6923
6924 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
6925
6926 linux (4.13.0-7.8) artful; urgency=low
6927
6928 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
6929 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
6930 paths
6931
6932 * Miscellaneous Ubuntu changes
6933 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
6934
6935 * Miscellaneous upstream changes
6936 - seccomp: Provide matching filter for introspection
6937 - seccomp: Sysctl to display available actions
6938 - seccomp: Operation for checking if an action is available
6939 - seccomp: Sysctl to configure actions that are allowed to be logged
6940 - seccomp: Selftest for detection of filter flag support
6941 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
6942 - seccomp: Action to log before allowing
6943
6944 [ Upstream Kernel Changes ]
6945
6946 * Rebase to v4.13-rc7
6947
6948 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
6949
6950 linux (4.13.0-6.7) artful; urgency=low
6951
6952 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
6953 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
6954
6955 * sort ABI files with C.UTF-8 locale (LP: #1712345)
6956 - [Packaging] sort ABI files with C.UTF-8 locale
6957
6958 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
6959 - SAUCE: igb: add support for using Broadcom 54616 as PHY
6960
6961 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
6962 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
6963 - powerpc/mm/radix: Improve TLB/PWC flushes
6964 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
6965
6966 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
6967 properly enrolled keys (LP: #1712168)
6968 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
6969
6970 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
6971 - [Config] CONFIG_BLK_DEV_NVME=m for s390
6972
6973 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
6974 (LP: #1711298)
6975 - [Config] CONFIG_INTEL_ATOMISP=n
6976
6977 * Miscellaneous Ubuntu changes
6978 - SAUCE: apparmor: af_unix mediation
6979
6980 * Miscellaneous upstream changes
6981 - apparmor: Fix shadowed local variable in unpack_trans_table()
6982 - apparmor: Fix logical error in verify_header()
6983 - apparmor: Fix an error code in aafs_create()
6984 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
6985 - apparmor: add the ability to mediate signals
6986 - apparmor: add mount mediation
6987 - apparmor: cleanup conditional check for label in label_print
6988 - apparmor: add support for absolute root view based labels
6989 - apparmor: make policy_unpack able to audit different info messages
6990 - apparmor: add more debug asserts to apparmorfs
6991 - apparmor: add base infastructure for socket mediation
6992 - apparmor: move new_null_profile to after profile lookup fns()
6993 - apparmor: fix race condition in null profile creation
6994 - apparmor: ensure unconfined profiles have dfas initialized
6995 - apparmor: fix incorrect type assignment when freeing proxies
6996
6997 [ Upstream Kernel Changes ]
6998
6999 * Rebase to v4.13-rc6
7000
7001 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
7002
7003 linux (4.13.0-5.6) artful; urgency=low
7004
7005 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
7006 - perf pmu-events: Support additional POWER8+ PVR in mapfile
7007 - perf vendor events: Add POWER9 PMU events
7008 - perf vendor events: Add POWER9 PVRs to mapfile
7009 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
7010 - SAUCE: perf vendor events powerpc: Update POWER9 events
7011
7012 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
7013 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
7014
7015 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
7016 kernels able to boot without initramfs (LP: #1700972)
7017 - [Debian] Don't depend on initramfs-tools
7018
7019 * Miscellaneous Ubuntu changes
7020 - SAUCE: Import aufs driver
7021 - SAUCE: aufs -- Add missing argument to loop_switch() call
7022 - [Config] Enable aufs
7023 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
7024 - Enable zfs build
7025 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
7026 - [Packaging] switch up to debhelper 9
7027
7028 [ Upstream Kernel Changes ]
7029
7030 * Rebase to v4.13-rc5
7031
7032 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
7033
7034 linux (4.13.0-4.5) artful; urgency=low
7035
7036 * Lenovo Yoga 910 Sensors (LP: #1708120)
7037 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
7038
7039 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
7040 (LP: #1703339)
7041 - [Config] Add vmd driver to generic inclusion list
7042
7043 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
7044 - [Config] CONFIG_SATA_HIGHBANK=y
7045
7046 * Miscellaneous Ubuntu changes
7047 - ubuntu: vbox -- update to 5.1.26-dfsg-1
7048 - SAUCE: hio: Build fixes for 4.13
7049 - Enable hio build
7050 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
7051 - [debian] use all rather than amd64 dkms debs for sync
7052
7053 [ Upstream Kernel Changes ]
7054
7055 * Rebase to v4.13-rc4
7056
7057 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
7058
7059 linux (4.13.0-3.4) artful; urgency=low
7060
7061 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
7062 - [Packaging] tests -- reduce rebuild test to one flavour
7063 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
7064
7065 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
7066 - SAUCE: virtio_net: Revert mergeable buffer handling rework
7067
7068 [ Upstream Kernel Changes ]
7069
7070 * Rebase to v4.13-rc3
7071
7072 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
7073
7074 linux (4.13.0-2.3) artful; urgency=low
7075
7076 * Change CONFIG_IBMVETH to module (LP: #1704479)
7077 - [Config] CONFIG_IBMVETH=m
7078
7079 [ Upstream Kernel Changes ]
7080
7081 * Rebase to v4.13-rc2
7082
7083 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
7084
7085 linux (4.13.0-1.2) artful; urgency=low
7086
7087 * Miscellaneous Ubuntu changes
7088 - [Debian] Support sphinx-based kernel documentation
7089
7090 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
7091
7092 linux (4.13.0-0.1) artful; urgency=low
7093
7094 * Miscellaneous Ubuntu changes
7095 - Disable hio
7096 - Disable zfs build
7097 - ubuntu: vbox -- update to 5.1.24-dfsg-1
7098
7099 [ Upstream Kernel Changes ]
7100
7101 * Rebase to v4.13-rc1
7102
7103 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
7104
7105 linux (4.12.0-7.8) artful; urgency=low
7106
7107 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
7108 (LP: #1673564)
7109 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
7110 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
7111 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
7112 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
7113 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
7114 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
7115 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
7116 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
7117 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
7118 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
7119 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
7120 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
7121 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
7122 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
7123 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
7124 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
7125 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
7126 - arm64: Add MIDR values for Cavium cn83XX SoCs
7127 - arm64: Add workaround for Cavium Thunder erratum 30115
7128 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
7129 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
7130 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
7131 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
7132 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
7133 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
7134 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
7135 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
7136
7137 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
7138 - net: hns: Bugfix for Tx timeout handling in hns driver
7139
7140 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
7141 - iommu/arm-smmu: Plumb in new ACPI identifiers
7142
7143 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
7144 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
7145
7146 * Artful update to v4.12.1 stable release (LP: #1703858)
7147 - driver core: platform: fix race condition with driver_override
7148 - RDMA/uverbs: Check port number supplied by user verbs cmds
7149 - usb: dwc3: replace %p with %pK
7150 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
7151 - usb: usbip: set buffer pointers to NULL after free
7152 - Add USB quirk for HVR-950q to avoid intermittent device resets
7153 - usb: Fix typo in the definition of Endpoint[out]Request
7154 - USB: core: fix device node leak
7155 - USB: serial: option: add two Longcheer device ids
7156 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
7157 - xhci: Limit USB2 port wake support for AMD Promontory hosts
7158 - gfs2: Fix glock rhashtable rcu bug
7159 - Add "shutdown" to "struct class".
7160 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
7161 - tpm: fix a kernel memory leak in tpm-sysfs.c
7162 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
7163 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
7164 - sched/fair, cpumask: Export for_each_cpu_wrap()
7165 - sched/core: Implement new approach to scale select_idle_cpu()
7166 - sched/numa: Use down_read_trylock() for the mmap_sem
7167 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
7168 - sched/fair: Simplify wake_affine() for the single socket case
7169 - sched/numa: Implement NUMA node level wake_affine()
7170 - sched/fair: Remove effective_load()
7171 - sched/numa: Hide numa_wake_affine() from UP build
7172 - xen: avoid deadlock in xenbus driver
7173 - crypto: drbg - Fixes panic in wait_for_completion call
7174 - Linux 4.12.1
7175
7176 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
7177 - scsi: cxlflash: Combine the send queue locks
7178 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
7179 - scsi: cxlflash: Reset hardware queue context via specified register
7180 - scsi: cxlflash: Schedule asynchronous reset of the host
7181 - scsi: cxlflash: Handle AFU sync failures
7182 - scsi: cxlflash: Track pending scsi commands in each hardware queue
7183 - scsi: cxlflash: Flush pending commands in cleanup path
7184 - scsi: cxlflash: Add scsi command abort handler
7185 - scsi: cxlflash: Create character device to provide host management interface
7186 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
7187 specifics
7188 - scsi: cxlflash: Introduce host ioctl support
7189 - scsi: cxlflash: Refactor AFU capability checking
7190 - scsi: cxlflash: Support LUN provisioning
7191 - scsi: cxlflash: Support AFU debug
7192 - scsi: cxlflash: Support WS16 unmap
7193 - scsi: cxlflash: Remove zeroing of private command data
7194 - scsi: cxlflash: Update TMF command processing
7195 - scsi: cxlflash: Avoid double free of character device
7196 - scsi: cxlflash: Update send_tmf() parameters
7197 - scsi: cxlflash: Update debug prints in reset handlers
7198
7199 * make snap-pkg support (LP: #1700747)
7200 - make snap-pkg support
7201
7202 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
7203 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
7204
7205 * arm64: fix crash reading /proc/kcore (LP: #1702749)
7206 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
7207 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
7208
7209 * Opal and POWER9 DD2 (LP: #1702159)
7210 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
7211
7212 * Data corruption with hio driver (LP: #1701316)
7213 - SAUCE: hio: Fix incorrect use of enum req_opf values
7214
7215 * Miscellaneous Ubuntu changes
7216 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
7217 - snapcraft.yaml: Sync with xenial
7218 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
7219
7220 * Miscellaneous upstream changes
7221 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
7222 MokSBState"
7223
7224 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
7225
7226 linux (4.12.0-6.7) artful; urgency=low
7227
7228 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
7229 - net: ena: change return value for unsupported features unsupported return
7230 value
7231 - net: ena: add hardware hints capability to the driver
7232 - net: ena: change sizeof() argument to be the type pointer
7233 - net: ena: add reset reason for each device FLR
7234 - net: ena: add support for out of order rx buffers refill
7235 - net: ena: allow the driver to work with small number of msix vectors
7236 - net: ena: use napi_schedule_irqoff when possible
7237 - net: ena: separate skb allocation to dedicated function
7238 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
7239 - net: ena: update driver's rx drop statistics
7240 - net: ena: update ena driver to version 1.2.0
7241
7242 * APST gets enabled against explicit kernel option (LP: #1699004)
7243 - nvme: explicitly disable APST on quirked devices
7244
7245 * Miscellaneous Ubuntu changes
7246 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
7247 - SAUCE: hio updates for 4.12
7248 - SAUCE: Enable hio build
7249
7250 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
7251
7252 linux (4.12.0-5.6) artful; urgency=low
7253
7254 * ERAT invalidate on context switch removal (LP: #1700819)
7255 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
7256
7257 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
7258 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
7259
7260 * Miscellaneous Ubuntu changes
7261 - d-i: Move qcom-emac from arm64 to shared nic-modules
7262
7263 [ Upstream Kernel Changes ]
7264
7265 * Rebase to v4.12
7266
7267 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
7268
7269 linux (4.12.0-4.5) artful; urgency=low
7270
7271 * aacraid driver may return uninitialized stack data to userspace
7272 (LP: #1700077)
7273 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
7274
7275 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
7276 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
7277
7278 * AACRAID for power9 platform (LP: #1689980)
7279 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
7280 - scsi: aacraid: Fix DMAR issues with iommu=pt
7281 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
7282 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
7283 - scsi: aacraid: Remove reset support from check_health
7284 - scsi: aacraid: Change wait time for fib completion
7285 - scsi: aacraid: Log count info of scsi cmds before reset
7286 - scsi: aacraid: Print ctrl status before eh reset
7287 - scsi: aacraid: Using single reset mask for IOP reset
7288 - scsi: aacraid: Rework IOP reset
7289 - scsi: aacraid: Add periodic checks to see IOP reset status
7290 - scsi: aacraid: Rework SOFT reset code
7291 - scsi: aacraid: Rework aac_src_restart
7292 - scsi: aacraid: Use correct function to get ctrl health
7293 - scsi: aacraid: Make sure ioctl returns on controller reset
7294 - scsi: aacraid: Enable ctrl reset for both hba and arc
7295 - scsi: aacraid: Add reset debugging statements
7296 - scsi: aacraid: Remove reference to Series-9
7297 - scsi: aacraid: Update driver version to 50834
7298
7299 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
7300 - SAUCE: drm: hibmc: Use set_busid function from drm core
7301
7302 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
7303 - d-i: Add hibmc-drm to kernel-image udeb
7304
7305 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
7306 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
7307
7308 * Miscellaneous Ubuntu changes
7309 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
7310 - [Config] CONFIG_ATA=n for s390x
7311 - [Config] Update annotations for 4.12
7312
7313 [ Upstream Kernel Changes ]
7314
7315 * Rebase to v4.12-rc7
7316
7317 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
7318
7319 linux (4.12.0-3.4) artful; urgency=low
7320
7321 * Miscellaneous upstream changes
7322 - ufs: fix the logics for tail relocation
7323
7324 [ Upstream Kernel Changes ]
7325
7326 * Rebase to v4.12-rc6
7327
7328 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
7329
7330 linux (4.12.0-2.3) artful; urgency=low
7331
7332 * CVE-2014-9900
7333 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
7334 ethtool_get_wol()
7335
7336 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
7337 (LP: #1671360)
7338 - pinctrl/amd: Use regular interrupt instead of chained
7339
7340 * extend-diff-ignore should use exact matches (LP: #1693504)
7341 - [Packaging] exact extend-diff-ignore matches
7342
7343 * Miscellaneous Ubuntu changes
7344 - SAUCE: efi: Don't print secure boot state from the efi stub
7345 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
7346 - SAUCE: vbox fixes for 4.12
7347 - Re-enable virtualbox build
7348 - [Config] CONFIG_ORANGEFS_FS=m
7349 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
7350 - Enable zfs build
7351
7352 [ Upstream Kernel Changes ]
7353
7354 * Rebase to v4.12-rc4
7355 * Rebase to v4.12-rc5
7356
7357 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
7358
7359 linux (4.12.0-1.2) artful; urgency=low
7360
7361 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
7362 - [Config] Enable CONFIG_DRM_MGAG200 as module
7363
7364 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
7365 - [Config] CONFIG_LIBIO=y on arm64 only
7366 - SAUCE: LIBIO: Introduce a generic PIO mapping method
7367 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
7368 - [Config] CONFIG_HISILICON_LPC=y
7369 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
7370 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
7371 I/O
7372 - SAUCE: LPC: Add the ACPI LPC support
7373 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
7374 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
7375
7376 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
7377 - SAUCE: tty: Fix ldisc crash on reopened tty
7378
7379 * Miscellaneous Ubuntu changes
7380 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
7381 - Rebase to v4.12-rc3
7382
7383 [ Upstream Kernel Changes ]
7384
7385 * Rebase to v4.12-rc3
7386
7387 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
7388
7389 linux (4.12.0-0.1) artful; urgency=low
7390
7391 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
7392 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
7393
7394 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
7395 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
7396
7397 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
7398 (LP: #1672819)
7399 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
7400
7401 * Miscellaneous Ubuntu changes
7402 - Update find-missing-sauce.sh to compare to artful
7403 - Update dropped.txt
7404 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
7405 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
7406 kernel image
7407 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
7408 mode
7409 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
7410 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
7411 locked down
7412 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
7413 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
7414 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
7415 reboot
7416 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
7417 set
7418 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
7419 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
7420 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
7421 down
7422 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
7423 locked down
7424 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
7425 down
7426 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
7427 is locked down
7428 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
7429 locked down
7430 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
7431 has been locked down
7432 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
7433 locked down
7434 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
7435 locked down
7436 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
7437 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
7438 kernel is locked down
7439 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
7440 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
7441 down
7442 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
7443 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
7444 secondary keyring
7445 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
7446 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
7447 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
7448 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
7449 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
7450 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
7451 MokSBState
7452 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
7453 - [Config] Set values for UEFI secure boot lockdown options
7454 - Disable virtualbox build
7455 - Disable hio build
7456 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
7457 - Disable zfs build
7458 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
7459 - SAUCE: Import aufs driver
7460 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
7461 - [Config] Enable aufs
7462 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
7463
7464 [ Upstream Kernel Changes ]
7465
7466 * Rebase to v4.12-rc2
7467
7468 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
7469
7470 linux (4.11.0-3.8) artful; urgency=low
7471
7472 [ Seth Forshee ]
7473
7474 * Release Tracking Bug
7475 - LP: #1690999
7476
7477 * apparmor_parser hangs indefinitely when called by multiple threads
7478 (LP: #1645037)
7479 - SAUCE: apparmor: fix lock ordering for mkdir
7480
7481 * apparmor leaking securityfs pin count (LP: #1660846)
7482 - SAUCE: apparmor: fix leak on securityfs pin count
7483
7484 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
7485 (LP: #1660845)
7486 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
7487 fails
7488
7489 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
7490 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
7491
7492 * libvirt profile is blocking global setrlimit despite having no rlimit rule
7493 (LP: #1679704)
7494 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
7495 - apparmor: update auditing of rlimit check to provide capability information
7496
7497 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
7498 - SAUCE: apparmor: add policy revision file interface
7499
7500 * apparmor does not make support of query data visible (LP: #1678023)
7501 - SAUCE: apparmor: add label data availability to the feature set
7502
7503 * apparmor query interface does not make supported query info available
7504 (LP: #1678030)
7505 - SAUCE: apparmor: add information about the query inteface to the feature set
7506
7507 * change_profile incorrect when using namespaces with a compound stack
7508 (LP: #1677959)
7509 - SAUCE: apparmor: fix label parse for stacked labels
7510
7511 * Regression in 4.4.0-65-generic causes very frequent system crashes
7512 (LP: #1669611)
7513 - apparmor: sync of apparmor 3.6+ (17.04)
7514
7515 * Artful update to 4.11.1 stable release (LP: #1690814)
7516 - dm ioctl: prevent stack leak in dm ioctl call
7517 - drm/sti: fix GDP size to support up to UHD resolution
7518 - power: supply: lp8788: prevent out of bounds array access
7519 - brcmfmac: Ensure pointer correctly set if skb data location changes
7520 - brcmfmac: Make skb header writable before use
7521 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
7522 - refcount: change EXPORT_SYMBOL markings
7523 - net: macb: fix phy interrupt parsing
7524 - tcp: fix access to sk->sk_state in tcp_poll()
7525 - geneve: fix incorrect setting of UDP checksum flag
7526 - bpf: enhance verifier to understand stack pointer arithmetic
7527 - bpf, arm64: fix jit branch offset related to ldimm64
7528 - tcp: fix wraparound issue in tcp_lp
7529 - net: ipv6: Do not duplicate DAD on link up
7530 - net: usb: qmi_wwan: add Telit ME910 support
7531 - tcp: do not inherit fastopen_req from parent
7532 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
7533 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
7534 - ipv6: initialize route null entry in addrconf_init()
7535 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
7536 - tcp: randomize timestamps on syncookies
7537 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
7538 - bpf: don't let ldimm64 leak map addresses on unprivileged
7539 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
7540 - f2fs: sanity check segment count
7541 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
7542 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
7543 - block: get rid of blk_integrity_revalidate()
7544 - Linux 4.11.1
7545
7546 * Module signing exclusion for staging drivers does not work properly
7547 (LP: #1690908)
7548 - SAUCE: Fix module signing exclusion in package builds
7549
7550 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
7551 - [Config] CONFIG_QCOM_L3_PMU=y
7552 - perf: qcom: Add L3 cache PMU driver
7553
7554 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
7555 - drivers/perf: arm_pmu: rework per-cpu allocation
7556 - drivers/perf: arm_pmu: manage interrupts per-cpu
7557 - drivers/perf: arm_pmu: split irq request from enable
7558 - drivers/perf: arm_pmu: remove pointless PMU disabling
7559 - drivers/perf: arm_pmu: define armpmu_init_fn
7560 - drivers/perf: arm_pmu: fold init into alloc
7561 - drivers/perf: arm_pmu: factor out pmu registration
7562 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
7563 - drivers/perf: arm_pmu: handle no platform_device
7564 - drivers/perf: arm_pmu: rename irq request/free functions
7565 - drivers/perf: arm_pmu: split cpu-local irq request/free
7566 - drivers/perf: arm_pmu: move irq request/free into probe
7567 - drivers/perf: arm_pmu: split out platform device probe logic
7568 - arm64: add function to get a cpu's MADT GICC table
7569 - [Config] CONFIG_ARM_PMU_ACPI=y
7570 - drivers/perf: arm_pmu: add ACPI framework
7571 - arm64: pmuv3: handle !PMUv3 when probing
7572 - arm64: pmuv3: use arm_pmu ACPI framework
7573
7574 * Fix NVLINK2 TCE route (LP: #1690155)
7575 - powerpc/powernv: Fix TCE kill on NVLink2
7576
7577 * CVE-2017-0605
7578 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
7579
7580 * Miscellaneous Ubuntu changes
7581 - [Config] Restore powerpc arch to annotations file
7582 - [Config] Disable runtime testing modules
7583 - [Config] Disable drivers not needed on s390x
7584 - [Config] Update annotations for 4.11
7585 - [Config] updateconfigs after apparmor updates
7586
7587 * Miscellaneous upstream changes
7588 - apparmor: use SHASH_DESC_ON_STACK
7589 - apparmor: fix invalid reference to index variable of iterator line 836
7590 - apparmor: fix parameters so that the permission test is bypassed at boot
7591 - apparmor: Make path_max parameter readonly
7592 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
7593 - apparmorfs: Use seq_putc() in two functions
7594 - apparmor: provide information about path buffer size at boot
7595 - apparmor: add/use fns to print hash string hex value
7596
7597 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
7598
7599 linux (4.11.0-2.7) artful; urgency=low
7600
7601 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
7602 (LP: #1688259)
7603 - Remove squashfs-modules files from d-i
7604 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
7605
7606 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
7607 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
7608 - d-i: initrd needs qcom_emac on amberwing platform.
7609
7610 * update for V3 kernel bits and improved multiple fan slice support
7611 (LP: #1470091)
7612 - SAUCE: fan: tunnel multiple mapping mode (v3)
7613
7614 * Miscellaneous Ubuntu changes
7615 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
7616 - Enable zfs
7617 - SAUCE: fan: add VXLAN implementation
7618 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
7619 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
7620 kernel image
7621 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
7622 mode
7623 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
7624 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
7625 locked down
7626 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
7627 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
7628 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
7629 reboot
7630 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
7631 set
7632 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
7633 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
7634 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
7635 down
7636 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
7637 locked down
7638 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
7639 down
7640 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
7641 is locked down
7642 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
7643 locked down
7644 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
7645 has been locked down
7646 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
7647 locked down
7648 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
7649 locked down
7650 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
7651 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
7652 kernel is locked down
7653 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
7654 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
7655 down
7656 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
7657 - SAUCE: (efi-lockdown) Add EFI signature data types
7658 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
7659 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
7660 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
7661 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
7662 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
7663 disabled
7664 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
7665 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
7666 MokSBState
7667 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
7668 - [Config] Set values for UEFI secure boot lockdown options
7669 - Update dropped.txt
7670
7671 [ Upstream Kernel Changes ]
7672
7673 * rebase to v4.11
7674
7675 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
7676
7677 linux (4.11.0-1.6) artful; urgency=low
7678
7679 * Miscellaneous Ubuntu changes
7680 - [Debian] Use default compression for all packages
7681 - SAUCE: (namespace) block_dev: Support checking inode permissions in
7682 lookup_bdev()
7683 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
7684 when mounting
7685 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
7686 when mounting
7687 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
7688 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
7689 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
7690 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
7691 security.* xattrs
7692 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
7693 filesystems
7694 - SAUCE: (namespace) fuse: Add support for pid namespaces
7695 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
7696 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
7697 or a descendant
7698 - SAUCE: (namespace) fuse: Allow user namespace mounts
7699 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
7700 namespaces
7701 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
7702 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
7703 mounts
7704 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
7705 opened for writing
7706
7707 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
7708
7709 linux (4.11.0-0.5) artful; urgency=low
7710
7711 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
7712 (LP: #1684971)
7713 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
7714
7715 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
7716 (LP: #1470250)
7717 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
7718
7719 * Enable virtual scsi server driver for Power (LP: #1615665)
7720 - SAUCE: Return TCMU-generated sense data to fabric module
7721
7722 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
7723 (LP: #1630990)
7724 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
7725 CONFIG_SECURITYFS=n
7726
7727 * Miscellaneous Ubuntu changes
7728 - SAUCE: Import aufs driver
7729 - [Config] Enable aufs
7730 - [Debian] Add script to update virtualbox
7731 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
7732 - Enable vbox
7733 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
7734
7735 [ Upstream Kernel Changes ]
7736
7737 * rebase to v4.11-rc8
7738
7739 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
7740
7741 linux (4.11.0-0.4) zesty; urgency=low
7742
7743 * POWER9: Improve performance on memory management (LP: #1681429)
7744 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
7745 flush
7746 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
7747
7748 * Miscellaneous Ubuntu changes
7749 - find-missing-sauce.sh
7750
7751 [ Upstream Kernel Changes ]
7752
7753 * rebase to v4.11-rc7
7754
7755 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
7756
7757 linux (4.11.0-0.3) zesty; urgency=low
7758
7759 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
7760 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
7761
7762 * smartpqi driver needed in initram disk and installer (LP: #1680156)
7763 - [Config] Add smartpqi to d-i
7764
7765 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
7766 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
7767
7768 * Miscellaneous Ubuntu changes
7769 - [Config] flash-kernel should be a Breaks
7770 - [Config] drop the info directory
7771 - [Config] drop NOTES as obsolete
7772 - [Config] drop changelog.historical as obsolete
7773 - rebase to v4.11-rc6
7774
7775 [ Upstream Kernel Changes ]
7776
7777 * rebase to v4.11-rc6
7778
7779 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
7780
7781 linux (4.11.0-0.2) zesty; urgency=low
7782
7783 [ Upstream Kernel Changes ]
7784
7785 * rebase to v4.11-rc5
7786
7787 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
7788
7789 linux (4.11.0-0.1) zesty; urgency=low
7790
7791 [ Upstream Kernel Changes ]
7792
7793 * rebase to v4.11-rc4
7794 - LP: #1591053
7795
7796 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
7797
7798 linux (4.11.0-0.0) zesty; urgency=low
7799
7800 * dummy entry
7801
7802 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600