]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - debian.master/changelog
UBUNTU: Ubuntu-4.15.0-56.62
[mirror_ubuntu-bionic-kernel.git] / debian.master / changelog
1 linux (4.15.0-56.62) bionic; urgency=medium
2
3 * bionic/linux: 4.15.0-56.62 -proposed tracker (LP: #1837626)
4
5 * Packaging resync (LP: #1786013)
6 - [Packaging] resync git-ubuntu-log
7 - [Packaging] update helper scripts
8
9 * CVE-2019-2101
10 - media: uvcvideo: Fix 'type' check leading to overflow
11
12 * hibmc-drm Causes Unreadable Display for Huawei amd64 Servers (LP: #1762940)
13 - [Config] Set CONFIG_DRM_HISI_HIBMC to arm64 only
14 - SAUCE: Make CONFIG_DRM_HISI_HIBMC depend on ARM64
15
16 * Bionic: support for Solarflare X2542 network adapter (sfc driver)
17 (LP: #1836635)
18 - sfc: make mem_bar a function rather than a constant
19 - sfc: support VI strides other than 8k
20 - sfc: add Medford2 (SFC9250) PCI Device IDs
21 - sfc: improve PTP error reporting
22 - sfc: update EF10 register definitions
23 - sfc: populate the timer reload field
24 - sfc: update MCDI protocol headers
25 - sfc: support variable number of MAC stats
26 - sfc: expose FEC stats on Medford2
27 - sfc: expose CTPIO stats on NICs that support them
28 - sfc: basic MCDI mapping of 25/50/100G link speeds
29 - sfc: support the ethtool ksettings API properly so that 25/50/100G works
30 - sfc: add bits for 25/50/100G supported/advertised speeds
31 - sfc: remove tx and MCDI handling from NAPI budget consideration
32 - sfc: handle TX timestamps in the normal data path
33 - sfc: add function to determine which TX timestamping method to use
34 - sfc: use main datapath for HW timestamps if available
35 - sfc: only enable TX timestamping if the adapter is licensed for it
36 - sfc: MAC TX timestamp handling on the 8000 series
37 - sfc: on 8000 series use TX queues for TX timestamps
38 - sfc: only advertise TX timestamping if we have the license for it
39 - sfc: simplify RX datapath timestamping
40 - sfc: support separate PTP and general timestamping
41 - sfc: support second + quarter ns time format for receive datapath
42 - sfc: support Medford2 frequency adjustment format
43 - sfc: add suffix to large constant in ptp
44 - sfc: mark some unexported symbols as static
45 - sfc: update MCDI protocol headers
46 - sfc: support FEC configuration through ethtool
47 - sfc: remove ctpio_dmabuf_start from stats
48 - sfc: stop the TX queue before pushing new buffers
49
50 * [18.04 FEAT] zKVM: Add hardware CPU Model - kernel part (LP: #1836153)
51 - KVM: s390: add debug logging for cpu model subfunctions
52 - KVM: s390: implement subfunction processor calls
53 - KVM: s390: add vector enhancements facility 2 to cpumodel
54 - KVM: s390: add vector BCD enhancements facility to cpumodel
55 - KVM: s390: add MSA9 to cpumodel
56 - KVM: s390: provide query function for instructions returning 32 byte
57 - KVM: s390: add enhanced sort facilty to cpu model
58 - KVM: s390: add deflate conversion facilty to cpu model
59 - KVM: s390: enable MSA9 keywrapping functions depending on cpu model
60
61 * Intel ethernet I219 has slow RX speed (LP: #1836152)
62 - SAUCE: e1000e: add workaround for possible stalled packet
63 - SAUCE: e1000e: disable force K1-off feature
64
65 * Intel ethernet I219 may wrongly detect connection speed as 10Mbps
66 (LP: #1836177)
67 - SAUCE: e1000e: Make watchdog use delayed work
68
69 * Unhide Nvidia HDA audio controller (LP: #1836308)
70 - PCI: Enable NVIDIA HDA controllers
71
72 * selftests: Remove broken Power9 paste tests and fix compilation issue
73 (LP: #1836715)
74 - selftests/powerpc: Remove Power9 paste tests
75 - selftests/powerpc: Fix Makefiles for headers_install change
76
77 * ixgbe{vf} - Physical Function gets IRQ when VF checks link state
78 (LP: #1836760)
79 - ixgbevf: Use cached link state instead of re-reading the value for ethtool
80
81 * Fix nf_conntrack races when dealing with same origin requests in NAT
82 environments (LP: #1836816)
83 - netfilter: nf_conntrack: resolve clash for matching conntracks
84 - netfilter: nf_nat: skip nat clash resolution for same-origin entries
85
86 * CVE-2018-5383
87 - crypto: ecdh - add public key verification test
88
89 * sched: Prevent CPU lockups when task groups take longer than the period
90 (LP: #1836971)
91 - sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup
92
93 * depmod may prefer unsigned l-r-m nvidia modules to signed modules
94 (LP: #1834479)
95 - [Packaging] dkms-build--nvidia-N -- clean up unsigned ko files
96 - [Packaging] Add update-version-dkms
97 - update dkms package versions
98
99 * Build Nvidia drivers in conjunction with kernel (LP: #1764792) // zfs/spl
100 build in conjunction with the kernel from DKMS source (LP: #1807378)
101 - [Packaging] dkms-build--nvidia-* -- convert to generic -N form
102
103 * zfs/spl build in conjunction with the kernel from DKMS source (LP: #1807378)
104 - [Packaging] dkms -- dkms package build packaging support
105 - [Packaging] dkms -- build zfs/spl packages
106 - [Packaging] dkms -- drop zfs/spl source code from kernel
107
108 * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
109 - [Packaging] dkms -- introduce dkms package versions
110 - [Packaging] dkms -- add per package post-process step
111 - [Packaging] dkms -- switch to a consistent build prefix length and strip
112 - [Packaging] dkms-build -- support building against packages in PPAs
113 - [Packaging] dkms-build: do not redownload files on subsequent passes
114 - [Packaging] dkms-build -- add support for unversioned overrides
115 - [Packaging] dkms-build -- backport latest version from disco
116 - [Packaging] nvidia -- build and sign nvidia packages and ship signatures
117 - [Packaging] nvidia -- make nvidia package version explicit
118
119 * CVE-2019-13233
120 - x86/insn-eval: Fix use-after-free access to LDT entry
121
122 * kernel panic using CIFS share in smb2_push_mandatory_locks() (LP: #1795659)
123 - CIFS: keep FileInfo handle live during oplock break
124
125 * cifs set_oplock buffer overflow in strcat (LP: #1824981)
126 - cifs: fix strcat buffer overflow and reduce raciness in
127 smb21_set_oplock_level()
128
129 * CVE-2019-13272
130 - ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME
131
132 * Bionic update: upstream stable patchset 2019-07-18 (LP: #1837161)
133 - Kbuild: suppress packed-not-aligned warning for default setting only
134 - disable stringop truncation warnings for now
135 - test_hexdump: use memcpy instead of strncpy
136 - kobject: Replace strncpy with memcpy
137 - ALSA: intel_hdmi: Use strlcpy() instead of strncpy()
138 - unifdef: use memcpy instead of strncpy
139 - kernfs: Replace strncpy with memcpy
140 - ip_tunnel: Fix name string concatenate in __ip_tunnel_create()
141 - scsi: bfa: convert to strlcpy/strlcat
142 - kdb: use memmove instead of overlapping memcpy
143 - iser: set sector for ambiguous mr status errors
144 - uprobes: Fix handle_swbp() vs. unregister() + register() race once more
145 - MIPS: ralink: Fix mt7620 nd_sd pinmux
146 - mips: fix mips_get_syscall_arg o32 check
147 - IB/mlx5: Avoid load failure due to unknown link width
148 - drm/ast: Fix incorrect free on ioregs
149 - drm: set is_master to 0 upon drm_new_set_master() failure
150 - drm/meson: Enable fast_io in meson_dw_hdmi_regmap_config
151 - drm/meson: Fix OOB memory accesses in meson_viu_set_osd_lut()
152 - ALSA: trident: Suppress gcc string warning
153 - kgdboc: Fix restrict error
154 - kgdboc: Fix warning with module build
155 - svm: Add mutex_lock to protect apic_access_page_done on AMD systems
156 - drm/msm: fix OF child-node lookup
157 - Input: xpad - quirk all PDP Xbox One gamepads
158 - Input: synaptics - add PNP ID for ThinkPad P50 to SMBus
159 - Input: matrix_keypad - check for errors from of_get_named_gpio()
160 - Input: cros_ec_keyb - fix button/switch capability reports
161 - Input: elan_i2c - add ELAN0620 to the ACPI table
162 - Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15ARR
163 - Input: elan_i2c - add support for ELAN0621 touchpad
164 - btrfs: tree-checker: Don't check max block group size as current max chunk
165 size limit is unreliable
166 - ARC: change defconfig defaults to ARCv2
167 - arc: [devboards] Add support of NFSv3 ACL
168 - reset: make device_reset_optional() really optional
169 - reset: remove remaining WARN_ON() in <linux/reset.h>
170 - mm: hide incomplete nr_indirectly_reclaimable in /proc/zoneinfo
171 - net: qed: use correct strncpy() size
172 - tipc: use destination length for copy string
173 - arm64: ftrace: Fix to enable syscall events on arm64
174 - sched, trace: Fix prev_state output in sched_switch tracepoint
175 - tracing/fgraph: Fix set_graph_function from showing interrupts
176 - drm/meson: Fixes for drm_crtc_vblank_on/off support
177 - scsi: lpfc: fix block guard enablement on SLI3 adapters
178 - media: omap3isp: Unregister media device as first
179 - iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()
180 - brcmutil: really fix decoding channel info for 160 MHz bandwidth
181 - iommu/ipmmu-vmsa: Fix crash on early domain free
182 - can: rcar_can: Fix erroneous registration
183 - test_firmware: fix error return getting clobbered
184 - HID: input: Ignore battery reported by Symbol DS4308
185 - batman-adv: Use explicit tvlv padding for ELP packets
186 - batman-adv: Expand merged fragment buffer for full packet
187 - amd/iommu: Fix Guest Virtual APIC Log Tail Address Register
188 - bnx2x: Assign unique DMAE channel number for FW DMAE transactions.
189 - qed: Fix PTT leak in qed_drain()
190 - qed: Fix reading wrong value in loop condition
191 - net/mlx4_core: Zero out lkey field in SW2HW_MPT fw command
192 - net/mlx4_core: Fix uninitialized variable compilation warning
193 - net/mlx4: Fix UBSAN warning of signed integer overflow
194 - gpio: mockup: fix indicated direction
195 - mtd: rawnand: qcom: Namespace prefix some commands
196 - mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
197 - qed: Fix bitmap_weight() check
198 - qed: Fix QM getters to always return a valid pq
199 - net: faraday: ftmac100: remove netif_running(netdev) check before disabling
200 interrupts
201 - iommu/vt-d: Use memunmap to free memremap
202 - flexfiles: use per-mirror specified stateid for IO
203 - ibmvnic: Fix RX queue buffer cleanup
204 - team: no need to do team_notify_peers or team_mcast_rejoin when disabling
205 port
206 - net: amd: add missing of_node_put()
207 - usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device
208 - usb: appledisplay: Add 27" Apple Cinema Display
209 - USB: check usb_get_extra_descriptor for proper size
210 - ALSA: hda: Add support for AMD Stoney Ridge
211 - ALSA: pcm: Fix starvation on down_write_nonblock()
212 - ALSA: pcm: Call snd_pcm_unlink() conditionally at closing
213 - ALSA: pcm: Fix interval evaluation with openmin/max
214 - ALSA: hda/realtek - Fix speaker output regression on Thinkpad T570
215 - SUNRPC: Fix leak of krb5p encode pages
216 - dmaengine: dw: Fix FIFO size for Intel Merrifield
217 - dmaengine: cppi41: delete channel from pending list when stop channel
218 - ARM: 8806/1: kprobes: Fix false positive with FORTIFY_SOURCE
219 - xhci: Prevent U1/U2 link pm states if exit latency is too long
220 - f2fs: fix to do sanity check with block address in main area v2
221 - swiotlb: clean up reporting
222 - Staging: lustre: remove two build warnings
223 - staging: atomisp: remove "fun" strncpy warning
224 - cifs: Fix separator when building path from dentry
225 - staging: rtl8712: Fix possible buffer overrun
226 - Revert commit ef9209b642f "staging: rtl8723bs: Fix indenting errors and an
227 off-by-one mistake in core/rtw_mlme_ext.c"
228 - drm/amdgpu: update mc firmware image for polaris12 variants
229 - drm/amdgpu/gmc8: update MC firmware for polaris
230 - tty: serial: 8250_mtk: always resume the device in probe.
231 - kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()
232 - libnvdimm, pfn: Pad pfn namespaces relative to other regions
233 - mac80211: Clear beacon_int in ieee80211_do_stop
234 - mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext
235 - mac80211: fix reordering of buffered broadcast packets
236 - mac80211: ignore NullFunc frames in the duplicate detection
237 - qed: Fix rdma_info structure allocation
238 - drm/amdgpu: Add amdgpu "max bpc" connector property (v2)
239 - drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typo
240 - gpio: pxa: fix legacy non pinctrl aware builds again
241 - tc-testing: tdc.py: ignore errors when decoding stdout/stderr
242 - NFSv4: Fix a NFSv4 state manager deadlock
243 - USB: serial: console: fix reported terminal settings
244 - ALSA: usb-audio: Add SMSL D1 to quirks for native DSD support
245 - ALSA: hda/realtek: ALC286 mic and headset-mode fixups for Acer Aspire
246 U27-880
247 - ALSA: hda/realtek - Add support for Acer Aspire C24-860 headset mic
248 - ALSA: hda/realtek: Fix mic issue on Acer AIO Veriton Z4660G
249 - ALSA: hda/realtek: Fix mic issue on Acer AIO Veriton Z4860G/Z6860G
250 - media: dvb-pll: don't re-validate tuner frequencies
251 - parisc: Enable -ffunction-sections for modules on 32-bit kernel
252 - Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
253 - drm/lease: Send a distinct uevent
254 - drm/msm: Move fence put to where failure occurs
255 - drm/amdgpu/gmc8: always load MC firmware in the driver
256 - drm/i915: Downgrade Gen9 Plane WM latency error
257 - x86/efi: Allocate e820 buffer before calling efi_exit_boot_service
258 - cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()
259 - ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes
260 - ipv6: Check available headroom in ip6_xmit() even without options
261 - neighbour: Avoid writing before skb->head in neigh_hh_output()
262 - ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output
263 - net: 8139cp: fix a BUG triggered by changing mtu with network traffic
264 - net/mlx4_core: Correctly set PFC param if global pause is turned off.
265 - net/mlx4_en: Change min MTU size to ETH_MIN_MTU
266 - net: phy: don't allow __set_phy_supported to add unsupported modes
267 - net: Prevent invalid access to skb->prev in __qdisc_drop_all
268 - rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices
269 - sctp: kfree_rcu asoc
270 - tcp: Do not underestimate rwnd_limited
271 - tcp: fix NULL ref in tail loss probe
272 - tun: forbid iface creation with rtnl ops
273 - virtio-net: keep vnet header zeroed after processing XDP
274 - ARM: OMAP2+: prm44xx: Fix section annotation on
275 omap44xx_prm_enable_io_wakeup
276 - ASoC: rsnd: fixup clock start checker
277 - staging: rtl8723bs: Fix the return value in case of error in
278 'rtw_wx_read32()'
279 - ARM: dts: logicpd-somlv: Fix interrupt on mmc3_dat1
280 - ARM: OMAP1: ams-delta: Fix possible use of uninitialized field
281 - sysv: return 'err' instead of 0 in __sysv_write_inode
282 - selftests: add script to stress-test nft packet path vs. control plane
283 - netfilter: nf_tables: fix use-after-free when deleting compat expressions
284 - hwmon (ina2xx) Fix NULL id pointer in probe()
285 - ASoC: wm_adsp: Fix dma-unsafe read of scratch registers
286 - s390/cpum_cf: Reject request for sampling in event initialization
287 - hwmon: (ina2xx) Fix current value calculation
288 - ASoC: omap-abe-twl6040: Fix missing audio card caused by deferred probing
289 - ASoC: dapm: Recalculate audio map forcely when card instantiated
290 - netfilter: xt_hashlimit: fix a possible memory leak in htable_create()
291 - hwmon: (w83795) temp4_type has writable permission
292 - perf tools: Restore proper cwd on return from mnt namespace
293 - PCI: imx6: Fix link training status detection in link up check
294 - objtool: Fix double-free in .cold detection error path
295 - objtool: Fix segfault in .cold detection with -ffunction-sections
296 - ARM: dts: at91: sama5d2: use the divided clock for SMC
297 - Btrfs: send, fix infinite loop due to directory rename dependencies
298 - RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WR
299 - RDMA/rdmavt: Fix rvt_create_ah function signature
300 - ASoC: omap-mcbsp: Fix latency value calculation for pm_qos
301 - ASoC: omap-mcpdm: Add pm_qos handling to avoid under/overruns with CPU_IDLE
302 - ASoC: omap-dmic: Add pm_qos handling to avoid overruns with CPU_IDLE
303 - exportfs: do not read dentry after free
304 - bpf: fix check of allowed specifiers in bpf_trace_printk
305 - ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf
306 - USB: omap_udc: use devm_request_irq()
307 - USB: omap_udc: fix crashes on probe error and module removal
308 - USB: omap_udc: fix omap_udc_start() on 15xx machines
309 - USB: omap_udc: fix USB gadget functionality on Palm Tungsten E
310 - USB: omap_udc: fix rejection of out transfers when DMA is used
311 - drm/meson: add support for 1080p25 mode
312 - netfilter: ipv6: Preserve link scope traffic original oif
313 - IB/mlx5: Fix page fault handling for MW
314 - KVM: x86: fix empty-body warnings
315 - x86/kvm/vmx: fix old-style function declaration
316 - net: thunderx: fix NULL pointer dereference in nic_remove
317 - usb: gadget: u_ether: fix unsafe list iteration
318 - netfilter: nf_tables: deactivate expressions in rule replecement routine
319 - igb: fix uninitialized variables
320 - ixgbe: recognize 1000BaseLX SFP modules as 1Gbps
321 - net: hisilicon: remove unexpected free_netdev
322 - drm/amdgpu: Add delay after enable RLC ucode
323 - drm/ast: fixed reading monitor EDID not stable issue
324 - xen: xlate_mmu: add missing header to fix 'W=1' warning
325 - Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"
326 - pstore/ram: Correctly calculate usable PRZ bytes
327 - fscache, cachefiles: remove redundant variable 'cache'
328 - nvme: flush namespace scanning work just before removing namespaces
329 - ACPI/IORT: Fix iort_get_platform_device_domain() uninitialized pointer value
330 - ocfs2: fix deadlock caused by ocfs2_defrag_extent()
331 - mm/page_alloc.c: fix calculation of pgdat->nr_zones
332 - hfs: do not free node before using
333 - hfsplus: do not free node before using
334 - debugobjects: avoid recursive calls with kmemleak
335 - ocfs2: fix potential use after free
336 - printk: Add console owner and waiter logic to load balance console writes
337 - printk: Hide console waiter logic into helpers
338 - printk: Never set console_may_schedule in console_trylock()
339 - printk: Wake klogd when passing console_lock owner
340 - flexfiles: enforce per-mirror stateid only for v4 DSes
341 - staging: speakup: Replace strncpy with memcpy
342 - ALSA: fireface: fix reference to wrong register for clock configuration
343 - IB/hfi1: Fix an out-of-bounds access in get_hw_stats
344 - tcp: lack of available data can also cause TSO defer
345 - Revert "net/ibm/emac: wrong bit is used for STA control"
346 - tools: bpftool: prevent infinite loop in get_fdinfo()
347 - ASoC: sun8i-codec: fix crash on module removal
348 - ASoC: acpi: fix: continue searching when machine is ignored
349 - RDMA/bnxt_re: Fix system hang when registration with L2 driver fails
350 - RDMA/bnxt_re: Avoid accessing the device structure after it is freed
351 - RDMA/hns: Bugfix pbl configuration for rereg mr
352 - thunderbolt: Prevent root port runtime suspend during NVM upgrade
353 - netfilter: add missing error handling code for register functions
354 - netfilter: nat: fix double register in masquerade modules
355 - cachefiles: Fix an assertion failure when trying to update a failed object
356 - fscache: Fix race in fscache_op_complete() due to split atomic_sub & read
357 - pvcalls-front: fixes incorrect error handling
358 - nvme: warn when finding multi-port subsystems without multipathing enabled
359 - kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace
360 - ALSA: hda/realtek: ALC294 mic and headset-mode fixups for ASUS X542UN
361 - ALSA: hda/realtek: Enable audio jacks of ASUS UX533FD with ALC294
362 - ALSA: hda/realtek: Enable audio jacks of ASUS UX433FN/UX333FA with ALC294
363
364 * Bionic update: upstream stable patchset 2019-07-17 (LP: #1836968)
365 - flow_dissector: do not dissect l4 ports for fragments
366 - ibmvnic: fix accelerated VLAN handling
367 - ip_tunnel: don't force DF when MTU is locked
368 - ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
369 - net-gro: reset skb->pkt_type in napi_reuse_skb()
370 - sctp: not allow to set asoc prsctp_enable by sockopt
371 - tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths
372 - tuntap: fix multiqueue rx
373 - net: systemport: Protect stop from timeout
374 - net: qualcomm: rmnet: Fix incorrect assignment of real_dev
375 - net: dsa: microchip: initialize mutex before use
376 - sctp: fix strchange_flags name for Stream Change Event
377 - net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs
378 - sctp: not increase stream's incnt before sending addstrm_in request
379 - mlxsw: spectrum: Fix IP2ME CPU policer configuration
380 - net: smsc95xx: Fix MTU range
381 - usbnet: smsc95xx: disable carrier check while suspending
382 - inet: frags: better deal with smp races
383 - ARM: dts: r8a7791: Correct critical CPU temperature
384 - ARM: dts: r8a7793: Correct critical CPU temperature
385 - net: bcmgenet: protect stop from timeout
386 - tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP
387 coalescing
388 - tipc: don't assume linear buffer when reading ancillary data
389 - tipc: fix link re-establish failure
390 - net/mlx5e: Claim TC hw offloads support only under a proper build config
391 - net/mlx5e: Adjust to max number of channles when re-attaching
392 - net/mlx5e: Fix selftest for small MTUs
393 - l2tp: fix a sock refcnt leak in l2tp_tunnel_register
394 - net/mlx5e: IPoIB, Reset QP after channels are closed
395 - net: dsa: mv88e6xxx: Fix clearing of stats counters
396 - net: phy: realtek: fix RTL8201F sysfs name
397 - sctp: define SCTP_SS_DEFAULT for Stream schedulers
398 - rxrpc: Fix lockup due to no error backoff after ack transmit error
399 - cifs: don't dereference smb_file_target before null check
400 - cifs: fix return value for cifs_listxattr
401 - arm64: kprobe: make page to RO mode when allocate it
402 - ixgbe: fix MAC anti-spoofing filter after VFLR
403 - reiserfs: propagate errors from fill_with_dentries() properly
404 - hfs: prevent btree data loss on root split
405 - hfsplus: prevent btree data loss on root split
406 - um: Give start_idle_thread() a return code
407 - drm/edid: Add 6 bpc quirk for BOE panel.
408 - platform/x86: intel_telemetry: report debugfs failure
409 - clk: fixed-rate: fix of_node_get-put imbalance
410 - perf symbols: Set PLT entry/header sizes properly on Sparc
411 - fs/exofs: fix potential memory leak in mount option parsing
412 - clk: samsung: exynos5420: Enable PERIS clocks for suspend
413 - apparmor: Fix uninitialized value in aa_split_fqname
414 - x86/earlyprintk: Add a force option for pciserial device
415 - platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
416 - arm64: percpu: Initialize ret in the default case
417 - s390/vdso: add missing FORCE to build targets
418 - netfilter: ipset: list:set: Decrease refcount synchronously on deletion and
419 replace
420 - netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
421 - s390/mm: Fix ERROR: "__node_distance" undefined!
422 - netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
423 - netfilter: xt_IDLETIMER: add sysfs filename checking routine
424 - s390/qeth: fix HiperSockets sniffer
425 - hwmon: (ibmpowernv) Remove bogus __init annotations
426 - Revert "drm/exynos/decon5433: implement frame counter"
427 - clk: fixed-factor: fix of_node_get-put imbalance
428 - lib/raid6: Fix arm64 test build
429 - s390/perf: Change CPUM_CF return code in event init function
430 - sched/core: Take the hotplug lock in sched_init_smp()
431 - i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features
432 - qed: Fix memory/entry leak in qed_init_sp_request()
433 - qed: Fix blocking/unlimited SPQ entries leak
434 - qed: Fix potential memory corruption
435 - net: stmmac: Fix RX packet size > 8191
436 - SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
437 - ACPI / watchdog: Prefer iTCO_wdt always when WDAT table uses RTC SRAM
438 - perf machine: Add machine__is() to identify machine arch
439 - perf tools: Fix kernel_start for PTI on x86
440 - perf machine: Add nr_cpus_avail()
441 - perf machine: Workaround missing maps for x86 PTI entry trampolines
442 - perf test code-reading: Fix perf_env setup for PTI entry trampolines
443 - media: v4l: event: Add subscription to list before calling "add" operation
444 - MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driver
445 - uio: Fix an Oops on load
446 - usb: cdc-acm: add entry for Hiro (Conexant) modem
447 - usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
448 - misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data
449 - USB: misc: appledisplay: add 20" Apple Cinema Display
450 - ACPI / platform: Add SMB0001 HID to forbidden_id_list
451 - HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges
452 - libceph: fall back to sendmsg for slab pages
453 - drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZE
454 - perf unwind: Take pgoff into account when reporting elf to libdwfl
455 - netfilter: bridge: define INT_MIN & INT_MAX in userspace
456 - s390/decompressor: add missing FORCE to build targets
457 - Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS"
458 - HID: alps: allow incoming reports when only the trackstick is opened
459 - s390/mm: fix mis-accounting of pgtable_bytes
460 - drm/amd/display: Stop leaking planes
461 - drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder()
462 - ceph: quota: fix null pointer dereference in quota check
463 - nvme: make sure ns head inherits underlying device limits
464 - i2c: omap: Enable for ARCH_K3
465 - net: aquantia: fix potential IOMMU fault after driver unbind
466 - net: aquantia: fixed enable unicast on 32 macvlan
467 - net: aquantia: invalid checksumm offload implementation
468 - mtd: rawnand: atmel: fix OF child-node lookup
469 - efi/libstub: arm: support building with clang
470 - ARM: 8766/1: drop no-thumb-interwork in EABI mode
471 - ARM: 8767/1: add support for building ARM kernel with clang
472 - bus: arm-cci: remove unnecessary unreachable()
473 - ARM: trusted_foundations: do not use naked function
474 - usb: core: Fix hub port connection events lost
475 - usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers
476 - usb: dwc3: gadget: Properly check last unaligned/zero chain TRB
477 - usb: dwc3: core: Clean up ULPI device
478 - xhci: Add check for invalid byte size error when UAS devices are connected.
479 - ALSA: oss: Use kvzalloc() for local buffer allocations
480 - MAINTAINERS: Add Sasha as a stable branch maintainer
481 - mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL
482 - gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path
483 - iwlwifi: mvm: support sta_statistics() even on older firmware
484 - iwlwifi: mvm: fix regulatory domain update when the firmware starts
485 - iwlwifi: mvm: don't use SAR Geo if basic SAR is not used
486 - brcmfmac: fix reporting support for 160 MHz channels
487 - tools/power/cpupower: fix compilation with STATIC=true
488 - v9fs_dir_readdir: fix double-free on p9stat_read error
489 - selinux: Add __GFP_NOWARN to allocation at str_read()
490 - Input: synaptics - avoid using uninitialized variable when probing
491 - bfs: add sanity check at bfs_fill_super()
492 - sctp: clear the transport of some out_chunk_list chunks in
493 sctp_assoc_rm_peer
494 - gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd
495 - llc: do not use sk_eat_skb()
496 - mm: don't warn about large allocations for slab
497 - mm/memory.c: recheck page table entry with page table lock held
498 - IB/core: Perform modify QP on real one
499 - usb: xhci: Prevent bus suspend if a port connect change or polling state is
500 detected
501 - drm/ast: change resolution may cause screen blurred
502 - drm/ast: fixed cursor may disappear sometimes
503 - can: dev: can_get_echo_skb(): factor out non sending code to
504 __can_get_echo_skb()
505 - can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to
506 access frame length
507 - can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb
508 is accessed out of bounds
509 - can: dev: __can_get_echo_skb(): print error message, if trying to echo non
510 existing skb
511 - can: rx-offload: introduce can_rx_offload_get_echo_skb() and
512 can_rx_offload_queue_sorted() functions
513 - can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to
514 can_rx_offload_queue_tail()
515 - can: raw: check for CAN FD capable netdev in raw_sendmsg()
516 - can: hi311x: Use level-triggered interrupt
517 - IB/hfi1: Eliminate races in the SDMA send error path
518 - pinctrl: meson: fix pinconf bias disable
519 - KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE
520 - cpufreq: imx6q: add return value check for voltage scale
521 - rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write
522 - crypto: simd - correctly take reqsize of wrapped skcipher into account
523 - floppy: fix race condition in __floppy_read_block_0()
524 - powerpc/io: Fix the IO workarounds code to work with Radix
525 - perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs
526 - SUNRPC: Fix a bogus get/put in generic_key_to_expire()
527 - kdb: Use strscpy with destination buffer size
528 - powerpc/numa: Suppress "VPHN is not supported" messages
529 - tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset
530 - mm, page_alloc: check for max order in hot path
531 - arm64: remove no-op -p linker flag
532 - ubi: fastmap: Check each mapping only once
533 - Input: xpad - add PDP device id 0x02a4
534 - Input: xpad - fix some coding style issues
535 - Input: xpad - avoid using __set_bit() for capabilities
536 - Input: xpad - add support for Xbox1 PDP Camo series gamepad
537 - iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE
538 - kbuild: allow to use GCC toolchain not in Clang search path
539 - PCI: endpoint: Populate func_no before calling pci_epc_add_epf()
540 - i40iw: Fix memory leak in error path of create QP
541 - clk: samsung: exynos5250: Add missing clocks for FIMC LITE SYSMMU devices
542 - ARM: dts: exynos: Fix invalid node referenced by i2c20 alias in Peach Pit
543 and Pi
544 - include/linux/pfn_t.h: force '~' to be parsed as an unary operator
545 - tty: wipe buffer.
546 - tty: wipe buffer if not echoing data
547 - lan78xx: Read MAC address from DT if present
548 - s390/mm: Check for valid vma before zapping in gmap_discard
549 - rcu: Make need_resched() respond to urgent RCU-QS needs
550 - net: ieee802154: 6lowpan: fix frag reassembly
551 - EVM: Add support for portable signature format
552 - ima: re-introduce own integrity cache lock
553 - ima: re-initialize iint->atomic_flags
554 - xhci: Fix leaking USB3 shared_hcd at xhci removal
555 - Documentation/security-bugs: Clarify treatment of embargoed information
556 - Documentation/security-bugs: Postpone fix publication in exceptional cases
557 - ACPICA: AML interpreter: add region addresses in global list during
558 initialization
559 - fsnotify: generalize handling of extra event flags
560 - pinctrl: meson: fix gxbb ao pull register bits
561 - pinctrl: meson: fix gxl ao pull register bits
562 - pinctrl: meson: fix meson8 ao pull register bits
563 - pinctrl: meson: fix meson8b ao pull register bits
564 - riscv: add missing vdso_install target
565 - media: ov5640: fix wrong binning value in exposure calculation
566 - media: ov5640: fix auto controls values when switching to manual mode
567 - mm/huge_memory: rename freeze_page() to unmap_page()
568 - mm/huge_memory.c: reorder operations in __split_huge_page_tail()
569 - mm/huge_memory: splitting set mapping+index before unfreeze
570 - mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()
571 - mm/khugepaged: collapse_shmem() stop if punched or truncated
572 - mm/khugepaged: fix crashes due to misaccounted holes
573 - mm/khugepaged: collapse_shmem() remember to clear holes
574 - mm/khugepaged: minor reorderings in collapse_shmem()
575 - mm/khugepaged: collapse_shmem() without freezing new_page
576 - mm/khugepaged: collapse_shmem() do not crash on Compound
577 - media: em28xx: Fix use-after-free when disconnecting
578 - ubi: Initialize Fastmap checkmapping correctly
579 - libceph: store ceph_auth_handshake pointer in ceph_connection
580 - libceph: factor out __prepare_write_connect()
581 - libceph: factor out __ceph_x_decrypt()
582 - libceph: factor out encrypt_authorizer()
583 - libceph: add authorizer challenge
584 - libceph: implement CEPHX_V2 calculation mode
585 - net/tls: Fixed return value when tls_complete_pending_work() fails
586 - wil6210: missing length check in wmi_set_ie
587 - btrfs: validate type when reading a chunk
588 - btrfs: Verify that every chunk has corresponding block group at mount time
589 - btrfs: tree-checker: Add checker for dir item
590 - btrfs: tree-checker: use %zu format string for size_t
591 - btrfs: tree-check: reduce stack consumption in check_dir_item
592 - btrfs: tree-checker: Verify block_group_item
593 - btrfs: tree-checker: Detect invalid and empty essential trees
594 - btrfs: Check that each block group has corresponding chunk at mount time
595 - btrfs: tree-checker: Check level for leaves and nodes
596 - btrfs: tree-checker: Fix misleading group system information
597 - f2fs: check blkaddr more accuratly before issue a bio
598 - f2fs: enhance sanity_check_raw_super() to avoid potential overflow
599 - f2fs: clean up with is_valid_blkaddr()
600 - f2fs: introduce and spread verify_blkaddr
601 - f2fs: fix to do sanity check with secs_per_zone
602 - f2fs: fix to do sanity check with user_block_count
603 - f2fs: fix to do sanity check with node footer and iblocks
604 - f2fs: fix to do sanity check with block address in main area
605 - f2fs: fix to do sanity check with i_extra_isize
606 - f2fs: fix to do sanity check with cp_pack_start_sum
607 - net: skb_scrub_packet(): Scrub offload_fwd_mark
608 - net: thunderx: set xdp_prog to NULL if bpf_prog_add fails
609 - virtio-net: disable guest csum during XDP set
610 - virtio-net: fail XDP set if guest csum is negotiated
611 - net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue
612 - packet: copy user buffers before orphan or clone
613 - rapidio/rionet: do not free skb before reading its length
614 - usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2
615 - kvm: mmu: Fix race in emulated page table writes
616 - KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercall
617 - xtensa: enable coprocessors that are being flushed
618 - xtensa: fix coprocessor context offset definitions
619 - xtensa: fix coprocessor part of ptrace_{get,set}xregs
620 - Btrfs: ensure path name is null terminated at btrfs_control_ioctl
621 - btrfs: relocation: set trans to be NULL after ending transaction
622 - PCI: layerscape: Fix wrong invocation of outbound window disable accessor
623 - arm64: dts: rockchip: Fix PCIe reset polarity for rk3399-puma-haikou.
624 - x86/fpu: Disable bottom halves while loading FPU registers
625 - perf/x86/intel: Move branch tracing setup to the Intel-specific source file
626 - perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()
627 - fs: fix lost error code in dio_complete
628 - ALSA: wss: Fix invalid snd_free_pages() at error path
629 - ALSA: ac97: Fix incorrect bit shift at AC97-SPSA control write
630 - ALSA: control: Fix race between adding and removing a user element
631 - ALSA: sparc: Fix invalid snd_free_pages() at error path
632 - ALSA: hda/realtek - Support ALC300
633 - ALSA: hda/realtek - fix headset mic detection for MSI MS-B171
634 - ext2: fix potential use after free
635 - ARM: dts: rockchip: Remove @0 from the veyron memory node
636 - dmaengine: at_hdmac: fix memory leak in at_dma_xlate()
637 - dmaengine: at_hdmac: fix module unloading
638 - staging: vchiq_arm: fix compat VCHIQ_IOC_AWAIT_COMPLETION
639 - staging: rtl8723bs: Add missing return for cfg80211_rtw_get_station
640 - usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream series
641 - Revert "usb: dwc3: gadget: skip Set/Clear Halt when invalid"
642 - iio:st_magn: Fix enable device after trigger
643 - lib/test_kmod.c: fix rmmod double free
644 - mm: use swp_offset as key in shmem_replace_page()
645 - misc: mic/scif: fix copy-paste error in scif_create_remote_lookup
646 - binder: fix race that allows malicious free of live buffer
647 - libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()
648 - libceph: check authorizer reply/challenge length before reading
649 - f2fs: fix missing up_read
650 - net: don't keep lonely packets forever in the gro hash
651 - net: phy: add workaround for issue where PHY driver doesn't bind to the
652 device
653 - KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offset
654 - udf: Allow mounting volumes with incorrect identification strings
655 - btrfs: Always try all copies when reading extent buffers
656 - Btrfs: fix rare chances for data loss when doing a fast fsync
657 - Btrfs: fix race between enabling quotas and subvolume creation
658 - perf/x86/intel: Disallow precise_ip on BTS events
659 - ALSA: hda: Add ASRock H81M-HDS to the power_save blacklist
660 - ALSA: hda: Add ASRock N68C-S UCC the power_save blacklist
661 - function_graph: Create function_graph_enter() to consolidate architecture
662 code
663 - ARM: function_graph: Simplify with function_graph_enter()
664 - microblaze: function_graph: Simplify with function_graph_enter()
665 - x86/function_graph: Simplify with function_graph_enter()
666 - powerpc/function_graph: Simplify with function_graph_enter()
667 - sh/function_graph: Simplify with function_graph_enter()
668 - sparc/function_graph: Simplify with function_graph_enter()
669 - parisc: function_graph: Simplify with function_graph_enter()
670 - s390/function_graph: Simplify with function_graph_enter()
671 - arm64: function_graph: Simplify with function_graph_enter()
672 - MIPS: function_graph: Simplify with function_graph_enter()
673 - function_graph: Make ftrace_push_return_trace() static
674 - function_graph: Use new curr_ret_depth to manage depth instead of
675 curr_ret_stack
676 - function_graph: Have profiler use curr_ret_stack and not depth
677 - function_graph: Move return callback before update of curr_ret_stack
678 - function_graph: Reverse the order of pushing the ret_stack and the callback
679 - ext2: initialize opts.s_mount_opt as zero before using it
680 - ASoC: intel: cht_bsw_max98090_ti: Add quirk for boards using pmc_plt_clk_0
681 - staging: most: use format specifier "%s" in snprintf
682 - iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed
683 numbers
684 - mm: cleancache: fix corruption on missed inode invalidation
685
686 * Bionic update: upstream stable patchset 2019-07-17 (LP: #1836968) //
687 CVE-2000-1134 // CVE-2007-3852 // CVE-2008-0525 // CVE-2009-0416 //
688 CVE-2011-4834 // CVE-2015-1838 // CVE-2015-7442 // CVE-2016-7489
689 - namei: allow restricted O_CREAT of FIFOs and regular files
690
691 * bcache: risk of data loss on I/O errors in backing or caching devices
692 (LP: #1829563)
693 - bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
694 - bcache: add stop_when_cache_set_failed option to backing device
695 - bcache: fix inaccurate io state for detached bcache devices
696 - bcache: add backing_request_endio() for bi_end_io
697 - bcache: add io_disable to struct cached_dev
698 - bcache: store disk name in struct cache and struct cached_dev
699 - bcache: count backing device I/O error for writeback I/O
700 - bcache: add wait_for_kthread_stop() in bch_allocator_thread()
701 - bcache: set dc->io_disable to true in conditional_stop_bcache_device()
702 - bcache: stop bcache device when backing device is offline
703 - bcache: fix ioctl in flash device
704
705 * Bionic update: upstream stable patchset 2019-07-16 (LP: #1836802)
706 - mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB
707 - spi: bcm-qspi: switch back to reading flash using smaller chunks
708 - bcache: trace missed reading by cache_missed
709 - bcache: fix miss key refill->end in writeback
710 - hwmon: (pmbus) Fix page count auto-detection.
711 - jffs2: free jffs2_sb_info through jffs2_kill_sb()
712 - cpufreq: conservative: Take limits changes into account properly
713 - pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges
714 - parisc: Fix address in HPMC IVA
715 - parisc: Fix map_pages() to not overwrite existing pte entries
716 - parisc: Fix exported address of os_hpmc handler
717 - ALSA: hda - Add quirk for ASUS G751 laptop
718 - ALSA: hda - Fix headphone pin config for ASUS G751
719 - ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905)
720 - ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops
721 - x86/xen: Fix boot loader version reported for PVH guests
722 - x86/corruption-check: Fix panic in memory_corruption_check() when boot
723 option without value is provided
724 - ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen
725 - bpf: do not blindly change rlimit in reuseport net selftest
726 - Revert "perf tools: Fix PMU term format max value calculation"
727 - xfrm: policy: use hlist rcu variants on insert
728 - perf vendor events intel: Fix wrong filter_band* values for uncore events
729 - sched/fair: Fix the min_vruntime update logic in dequeue_entity()
730 - perf tools: Fix use of alternatives to find JDIR
731 - perf cpu_map: Align cpu map synthesized events properly.
732 - x86/fpu: Remove second definition of fpu in __fpu__restore_sig()
733 - net: qla3xxx: Remove overflowing shift statement
734 - selftests: ftrace: Add synthetic event syntax testcase
735 - i2c: rcar: cleanup DMA for all kinds of failure
736 - locking/lockdep: Fix debug_locks off performance problem
737 - ataflop: fix error handling during setup
738 - swim: fix cleanup on setup error
739 - nfp: devlink port split support for 1x100G CXP NIC
740 - tun: Consistently configure generic netdev params via rtnetlink
741 - s390/sthyi: Fix machine name validity indication
742 - hwmon: (pwm-fan) Set fan speed to 0 on suspend
743 - lightnvm: pblk: fix two sleep-in-atomic-context bugs
744 - spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare}
745 - perf tools: Free temporary 'sys' string in read_event_files()
746 - perf tools: Cleanup trace-event-info 'tdata' leak
747 - perf strbuf: Match va_{add,copy} with va_end
748 - cpupower: Fix coredump on VMWare
749 - mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01
750 - iwlwifi: pcie: avoid empty free RB queue
751 - iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interface
752 - x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC
753 - ACPI / processor: Fix the return value of acpi_processor_ids_walk()
754 - cpufreq: dt: Try freeing static OPPs only if we have added them
755 - mtd: rawnand: atmel: Fix potential NULL pointer dereference
756 - signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack
757 - Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth
758 - x86: boot: Fix EFI stub alignment
759 - pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux
760 - brcmfmac: fix for proper support of 160MHz bandwidth
761 - net: phy: phylink: ensure the carrier is off when starting phylink
762 - block, bfq: correctly charge and reset entity service in all cases
763 - kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
764 - ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers
765 - pinctrl: qcom: spmi-mpp: Fix drive strength setting
766 - pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant
767 - pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant
768 - net: dsa: mv88e6xxx: Fix writing to a PHY page.
769 - iwlwifi: mvm: fix BAR seq ctrl reporting
770 - ixgbevf: VF2VF TCP RSS
771 - ath10k: schedule hardware restart if WMI command times out
772 - thermal: da9062/61: Prevent hardware access during system suspend
773 - cgroup, netclassid: add a preemption point to write_classid
774 - scsi: esp_scsi: Track residual for PIO transfers
775 - UAPI: ndctl: Fix g++-unsupported initialisation in headers
776 - KVM: nVMX: Clear reserved bits of #DB exit qualification
777 - scsi: megaraid_sas: fix a missing-check bug
778 - RDMA/core: Do not expose unsupported counters
779 - IB/ipoib: Clear IPCB before icmp_send
780 - RDMA/bnxt_re: Fix recursive lock warning in debug kernel
781 - usb: host: ohci-at91: fix request of irq for optional gpio
782 - PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic
783 - tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated
784 - Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask
785 - VMCI: Resource wildcard match fixed
786 - PCI / ACPI: Enable wake automatically for power managed bridges
787 - usb: gadget: udc: atmel: handle at91sam9rl PMC
788 - ext4: fix argument checking in EXT4_IOC_MOVE_EXT
789 - MD: fix invalid stored role for a disk
790 - f2fs: fix to recover inode's i_flags during POR
791 - PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice
792 - coresight: etb10: Fix handling of perf mode
793 - PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode
794 - crypto: caam - fix implicit casts in endianness helpers
795 - usb: chipidea: Prevent unbalanced IRQ disable
796 - driver/dma/ioat: Call del_timer_sync() without holding prep_lock
797 - uio: ensure class is registered before devices
798 - scsi: lpfc: Correct soft lockup when running mds diagnostics
799 - scsi: lpfc: Correct race with abort on completion path
800 - f2fs: report error if quota off error during umount
801 - signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace
802 init
803 - mfd: menelaus: Fix possible race condition and leak
804 - dmaengine: dma-jz4780: Return error if not probed from DT
805 - IB/rxe: fix for duplicate request processing and ack psns
806 - ALSA: hda: Check the non-cached stream buffers more explicitly
807 - cpupower: Fix AMD Family 0x17 msr_pstate size
808 - f2fs: fix to account IO correctly
809 - ARM: dts: exynos: Remove "cooling-{min|max}-level" for CPU nodes
810 - arm: dts: exynos: Add missing cooling device properties for CPUs
811 - ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings
812 - ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250
813 - xen-swiotlb: use actually allocated size on check physical continuous
814 - tpm: Restore functionality to xen vtpm driver.
815 - xen/blkfront: avoid NULL blkfront_info dereference on device removal
816 - xen/balloon: Support xend-based toolstack
817 - xen: fix race in xen_qlock_wait()
818 - xen: make xen_qlock_wait() nestable
819 - xen/pvh: increase early stack size
820 - xen/pvh: don't try to unplug emulated devices
821 - libertas: don't set URB_ZERO_PACKET on IN USB transfer
822 - usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten
823 - usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"
824 - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()
825 - net/ipv4: defensive cipso option parsing
826 - dmaengine: ppc4xx: fix off-by-one build failure
827 - dmaengine: stm32-dma: fix incomplete configuration in cyclic mode
828 - libnvdimm: Hold reference on parent while scheduling async init
829 - libnvdimm, region: Fail badblocks listing for inactive regions
830 - ASoC: intel: skylake: Add missing break in skl_tplg_get_token()
831 - IB/mlx5: Fix MR cache initialization
832 - jbd2: fix use after free in jbd2_log_do_checkpoint()
833 - gfs2_meta: ->mount() can get NULL dev_name
834 - ext4: initialize retries variable in ext4_da_write_inline_data_begin()
835 - ext4: fix setattr project check in fssetxattr ioctl
836 - ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR
837 - ext4: fix use-after-free race in ext4_remount()'s error path
838 - EDAC, amd64: Add Family 17h, models 10h-2fh support
839 - EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting
840 - EDAC, skx_edac: Fix logical channel intermediate decoding
841 - ARM: dts: dra7: Fix up unaligned access setting for PCIe EP
842 - PCI/ASPM: Fix link_state teardown on device removal
843 - PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk
844 - PCI: vmd: White list for fast interrupt handlers
845 - signal/GenWQE: Fix sending of SIGKILL
846 - signal: Guard against negative signal numbers in copy_siginfo_from_user32
847 - crypto: lrw - Fix out-of bounds access on counter overflow
848 - crypto: tcrypt - fix ghash-generic speed test
849 - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()
850 - ima: fix showing large 'violations' or 'runtime_measurements_count'
851 - hugetlbfs: dirty pages as they are added to pagecache
852 - mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
853 - KVM: arm64: Fix caching of host MDCR_EL2 value
854 - kbuild: fix kernel/bounds.c 'W=1' warning
855 - iio: ad5064: Fix regulator handling
856 - iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()
857 - iio: adc: at91: fix acking DRDY irq on simple conversions
858 - iio: adc: at91: fix wrong channel number in triggered buffer mode
859 - w1: omap-hdq: fix missing bus unregister at removal
860 - smb3: allow stats which track session and share reconnects to be reset
861 - smb3: do not attempt cifs operation in smb3 query info error path
862 - smb3: on kerberos mount if server doesn't specify auth type use krb5
863 - printk: Fix panic caused by passing log_buf_len to command line
864 - genirq: Fix race on spurious interrupt detection
865 - NFSv4.1: Fix the r/wsize checking
866 - nfs: Fix a missed page unlock after pg_doio()
867 - nfsd: Fix an Oops in free_session()
868 - lockd: fix access beyond unterminated strings in prints
869 - dm ioctl: harden copy_params()'s copy_from_user() from malicious users
870 - dm zoned: fix metadata block ref counting
871 - dm zoned: fix various dmz_get_mblock() issues
872 - powerpc/msi: Fix compile error on mpc83xx
873 - MIPS: OCTEON: fix out of bounds array access on CN68XX
874 - iommu/arm-smmu: Ensure that page-table updates are visible before TLBI
875 - TC: Set DMA masks for devices
876 - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD
877 - kgdboc: Passing ekgdboc to command line causes panic
878 - xen: fix xen_qlock_wait()
879 - xen-blkfront: fix kernel panic with negotiate_mq error path
880 - media: em28xx: use a default format if TRY_FMT fails
881 - media: tvp5150: avoid going past array on v4l2_querymenu()
882 - media: em28xx: fix input name for Terratec AV 350
883 - media: em28xx: make v4l2-compliance happier by starting sequence on zero
884 - media: media colorspaces*.rst: rename AdobeRGB to opRGB
885 - arm64: lse: remove -fcall-used-x0 flag
886 - rpmsg: smd: fix memory leak on channel create
887 - Cramfs: fix abad comparison when wrap-arounds occur
888 - ARM: dts: socfpga: Fix SDRAM node address for Arria10
889 - arm64: dts: stratix10: Correct System Manager register size
890 - soc/tegra: pmc: Fix child-node lookup
891 - btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled
892 - btrfs: Handle owner mismatch gracefully when walking up tree
893 - btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock
894 - btrfs: fix error handling in free_log_tree
895 - btrfs: Enhance btrfs_trim_fs function to handle error better
896 - btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
897 - btrfs: iterate all devices during trim, instead of fs_devices::alloc_list
898 - btrfs: don't attempt to trim devices that don't support it
899 - btrfs: wait on caching when putting the bg cache
900 - btrfs: protect space cache inode alloc with GFP_NOFS
901 - btrfs: reset max_extent_size on clear in a bitmap
902 - btrfs: make sure we create all new block groups
903 - Btrfs: fix warning when replaying log after fsync of a tmpfile
904 - Btrfs: fix wrong dentries after fsync of file that got its parent replaced
905 - btrfs: qgroup: Dirty all qgroups before rescan
906 - Btrfs: fix null pointer dereference on compressed write path error
907 - Btrfs: fix assertion on fsync of regular file when using no-holes feature
908 - btrfs: set max_extent_size properly
909 - btrfs: don't use ctl->free_space for max_extent_size
910 - btrfs: only free reserved extent if we didn't insert it
911 - btrfs: don't run delayed_iputs in commit
912 - btrfs: move the dio_sem higher up the callchain
913 - Btrfs: fix use-after-free during inode eviction
914 - Btrfs: fix use-after-free when dumping free space
915 - Btrfs: fix fsync after hole punching when using no-holes feature
916 - net: sched: Remove TCA_OPTIONS from policy
917 - bpf: wait for running BPF programs when updating map-in-map
918 - MD: fix invalid stored role for a disk - try2
919 - mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash
920 - mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus
921 - bcache: correct dirty data statistics
922 - block: don't deal with discard limit in blkdev_issue_discard()
923 - block: make sure discard bio is aligned with logical block size
924 - block: make sure writesame bio is aligned with logical block size
925 - dma-mapping: fix panic caused by passing empty cma command line argument
926 - ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer()
927 - ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended
928 opcodes
929 - kprobes/x86: Use preempt_enable() in optimized_callback()
930 - mailbox: PCC: handle parse error
931 - ALSA: hda: Add 2 more models to the power_save blacklist
932 - drm: fix use of freed memory in drm_mode_setcrtc
933 - nvme: remove ns sibling before clearing path
934 - nfp: flower: fix pedit set actions for multiple partial masks
935 - nfp: flower: use offsets provided by pedit instead of index for ipv6
936 - perf report: Don't crash on invalid inline debug information
937 - drm: Get ref on CRTC commit object when waiting for flip_done
938 - net: socionext: Reset tx queue in ndo_stop
939 - lightnvm: pblk: fix race on sysfs line state
940 - lightnvm: pblk: fix race condition on metadata I/O
941 - bcache: Populate writeback_rate_minimum attribute
942 - sdhci: acpi: add free_slot callback
943 - mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset
944 - iwlwifi: mvm: check for n_profiles validity in EWRD ACPI
945 - ACPI/PPTT: Handle architecturally unknown cache types
946 - ACPI / PM: LPIT: Register sysfs attributes based on FADT
947 - pinctrl: sunxi: fix 'pctrl->functions' allocation in
948 sunxi_pinctrl_build_state
949 - arm64: entry: Allow handling of undefined instructions from EL1
950 - bpf/verifier: fix verifier instability
951 - gpio: brcmstb: allow 0 width GPIO banks
952 - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9
953 - thermal: rcar_thermal: Prevent doing work after unbind
954 - net: stmmac: dwmac-sun8i: fix OF child-node lookup
955 - f2fs: clear PageError on the read path
956 - xprtrdma: Reset credit grant properly after a disconnect
957 - nvmem: check the return value of nvmem_add_cells()
958 - f2fs: avoid sleeping under spin_lock
959 - f2fs: fix to recover cold bit of inode block during POR
960 - OPP: Free OPP table properly on performance state irregularities
961 - IB/rxe: Revise the ib_wr_opcode enum
962 - ext4: fix EXT4_IOC_SWAP_BOOT
963 - selinux: fix mounting of cgroup2 under older policies
964 - KVM: arm/arm64: Ensure only THP is candidate for adjustment
965 - NFC: nfcmrvl_uart: fix OF child-node lookup
966 - media: ov7670: make "xclk" clock optional
967 - powerpc/tm: Fix HFSCR bit for no suspend case
968 - powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9
969 - MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regression
970 - power: supply: twl4030-charger: fix OF sibling-node lookup
971 - ocxl: Fix access to the AFU Descriptor Data
972 - net: bcmgenet: fix OF child-node lookup
973 - media: cec: make cec_get_edid_spa_location() an inline function
974 - media: cec: integrate cec_validate_phys_addr() in cec-api.c
975 - media: adv7604: when the EDID is cleared, unconfigure CEC as well
976 - media: adv7842: when the EDID is cleared, unconfigure CEC as well
977 - drm/mediatek: fix OF sibling-node lookup
978 - media: replace ADOBERGB by OPRGB
979 - media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC
980 - btrfs: fix error handling in btrfs_dev_replace_start
981 - btrfs: keep trim from interfering with transaction commits
982 - Btrfs: don't clean dirty pages during buffered writes
983 - btrfs: release metadata before running delayed refs
984 - Btrfs: fix deadlock when writing out free space caches
985 - btrfs: reset max_extent_size properly
986 - btrfs: fix insert_reserved error handling
987 - powerpc/traps: restore recoverability of machine_check interrupts
988 - powerpc/64/module: REL32 relocation range check
989 - powerpc/mm: Fix page table dump to work on Radix
990 - powerpc/eeh: Fix possible null deref in eeh_dump_dev_log()
991 - tty: check name length in tty_find_polling_driver()
992 - ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL
993 - powerpc/nohash: fix undefined behaviour when testing page size support
994 - powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak
995 - drm/omap: fix memory barrier bug in DMM driver
996 - drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer
997 - media: pci: cx23885: handle adding to list failure
998 - media: coda: don't overwrite h.264 profile_idc on decoder instance
999 - MIPS: kexec: Mark CPU offline before disabling local IRQ
1000 - powerpc/boot: Ensure _zimage_start is a weak symbol
1001 - powerpc/memtrace: Remove memory in chunks
1002 - MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS
1003 - sc16is7xx: Fix for multi-channel stall
1004 - media: tvp5150: fix width alignment during set_selection()
1005 - powerpc/selftests: Wait all threads to join
1006 - staging:iio:ad7606: fix voltage scales
1007 - 9p locks: fix glock.client_id leak in do_lock
1008 - 9p: clear dangling pointers in p9stat_free
1009 - ovl: fix error handling in ovl_verify_set_fh()
1010 - scsi: qla2xxx: Fix incorrect port speed being set for FC adapters
1011 - scsi: qla2xxx: Fix process response queue for ISP26XX and above
1012 - scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx
1013 - scsi: qla2xxx: shutdown chip if reset fail
1014 - scsi: qla2xxx: Fix re-using LoopID when handle is in use
1015 - ovl: fix recursive oi->lock in ovl_link()
1016 - MIPS: Loongson-3: Fix CPU UART irq delivery problem
1017 - MIPS: Loongson-3: Fix BRIDGE irq delivery problem
1018 - xtensa: add NOTES section to the linker script
1019 - xtensa: make sure bFLT stack is 16 byte aligned
1020 - xtensa: fix boot parameters address translation
1021 - um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP
1022 - clk: s2mps11: Fix matching when built as module and DT node contains
1023 compatible
1024 - clk: at91: Fix division by zero in PLL recalc_rate()
1025 - clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call
1026 - clk: mvebu: use correct bit for 98DX3236 NAND
1027 - libceph: bump CEPH_MSG_MAX_DATA_LEN
1028 - mach64: fix display corruption on big endian machines
1029 - mach64: fix image corruption due to reading accelerator registers
1030 - reset: hisilicon: fix potential NULL pointer dereference
1031 - vhost/scsi: truncate T10 PI iov_iter to prot_bytes
1032 - scsi: qla2xxx: Initialize port speed to avoid setting lower speed
1033 - SCSI: fix queue cleanup race before queue initialization is done
1034 - soc: ti: QMSS: Fix usage of irq_set_affinity_hint
1035 - ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry
1036 - ocfs2: free up write context when direct IO failed
1037 - mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
1038 - netfilter: conntrack: fix calculation of next bucket number in early_drop
1039 - ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
1040 - mtd: docg3: don't set conflicting BCH_CONST_PARAMS option
1041 - of, numa: Validate some distance map rules
1042 - x86/cpu/vmware: Do not trace vmware_sched_clock()
1043 - x86/hyper-v: Enable PIT shutdown quirk
1044 - termios, tty/tty_baudrate.c: fix buffer overrun
1045 - arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
1046 - watchdog/core: Add missing prototypes for weak functions
1047 - btrfs: fix pinned underflow after transaction aborted
1048 - Btrfs: fix cur_offset in the error case for nocow
1049 - Btrfs: fix infinite loop on inode eviction after deduplication of eof block
1050 - Btrfs: fix data corruption due to cloning of eof block
1051 - clockevents/drivers/i8253: Add support for PIT shutdown quirk
1052 - ext4: add missing brelse() update_backups()'s error path
1053 - ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
1054 - ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
1055 - ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
1056 - ext4: missing !bh check in ext4_xattr_inode_write()
1057 - ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
1058 - ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()
1059 - ext4: avoid buffer leak in ext4_orphan_add() after prior errors
1060 - ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
1061 - ext4: avoid possible double brelse() in add_new_gdb() on error path
1062 - ext4: fix possible leak of sbi->s_group_desc_leak in error path
1063 - ext4: fix possible leak of s_journal_flag_rwsem in error path
1064 - ext4: fix buffer leak in ext4_xattr_get_block() on error path
1065 - ext4: release bs.bh before re-using in ext4_xattr_block_find()
1066 - ext4: fix buffer leak in ext4_xattr_move_to_block() on error path
1067 - ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path
1068 - ext4: fix buffer leak in __ext4_read_dirblock() on error path
1069 - mount: Prevent MNT_DETACH from disconnecting locked mounts
1070 - kdb: use correct pointer when 'btc' calls 'btt'
1071 - kdb: print real address of pointers instead of hashed addresses
1072 - sunrpc: correct the computation for page_ptr when truncating
1073 - rtc: hctosys: Add missing range error reporting
1074 - configfs: replace strncpy with memcpy
1075 - gfs2: Put bitmap buffers in put_super
1076 - lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn
1077 - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!
1078 - mm/swapfile.c: use kvzalloc for swap_info_struct allocation
1079 - efi/arm/libstub: Pack FDT after populating it
1080 - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
1081 - drm/nouveau: Check backlight IDs are >= 0, not > 0
1082 - drm/dp_mst: Check if primary mstb is null
1083 - drm/i915: Restore vblank interrupts earlier
1084 - drm/i915: Don't unset intel_connector->mst_port
1085 - drm/i915: Skip vcpi allocation for MSTB ports that are gone
1086 - drm/i915: Large page offsets for pread/pwrite
1087 - drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values
1088 - drm/i915: Don't oops during modeset shutdown after lpe audio deinit
1089 - drm/i915: Mark pin flags as u64
1090 - drm/i915/execlists: Force write serialisation into context image vs
1091 execution
1092 - CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM
1093 - ovl: check whiteout in ovl_create_over_whiteout()
1094 - nvme-loop: fix kernel oops in case of unhandled command
1095 - Input: wm97xx-ts - fix exit path
1096 - powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS
1097 - tracing/kprobes: Check the probe on unloaded module correctly
1098 - drm/amdgpu/powerplay: fix missing break in switch statements
1099 - udf: Prevent write-unsupported filesystem to be remounted read-write
1100 - serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
1101 - zram: close udev startup race condition as default groups
1102 - clk: rockchip: fix wrong mmc sample phase shift for rk3328
1103 - bonding/802.3ad: fix link_failure_count tracking
1104 - hwmon: (core) Fix double-free in __hwmon_device_register()
1105 - perf stat: Handle different PMU names with common prefix
1106 - mnt: fix __detach_mounts infinite loop
1107 - NFSv4: Don't exit the state manager without clearing
1108 NFS4CLNT_MANAGER_RUNNING
1109 - libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD
1110 - drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit
1111 panel's native mode
1112 - drm/i915: Fix ilk+ watermarks when disabling pipes
1113 - drm/i915: Fix possible race in intel_dp_add_mst_connector()
1114
1115 * [SRU][B/B-OEM]Fix resume failure on some TPM chips (LP: #1836031)
1116 - tpm: tpm_try_transmit() refactor error flow.
1117
1118 * Linux md raid-10 freezes during resync (LP: #1767992)
1119 - md: fix raid10 hang issue caused by barrier
1120
1121 * hda/realtek: can't detect external mic on a Dell machine (LP: #1836755)
1122 - ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine
1123
1124 * CVE-2019-12614
1125 - powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()
1126
1127 * x86: mm: early boot problem on i386 with KPTI enabled (LP: #1827884)
1128 - Revert "perf/core: Make sure the ring-buffer is mapped in all page-tables"
1129 - x86/mm: Clarify hardware vs. software "error_code"
1130 - x86/mm: Break out kernel address space handling
1131 - x86/mm: Break out user address space handling
1132 - x86/mm/fault: Allow stack access below %rsp
1133
1134 * bnx2x driver causes 100% CPU load (LP: #1832082)
1135 - bnx2x: Prevent ptp_task to be rescheduled indefinitely
1136
1137 * Sometimes touchpad detected as mouse(i2c designware fails to get adapter
1138 number) (LP: #1835150)
1139 - i2c: i2c-designware-platdrv: Cleanup setting of the adapter number
1140 - i2c: i2c-designware-platdrv: Always use a dynamic adapter number
1141
1142 * HP EliteBook 745 G5 (Ryzen 2500U) fails to boot unless `mce=off` is set on
1143 command line (LP: #1796443)
1144 - x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 models
1145 - x86/MCE/AMD: Carve out the MC4_MISC thresholding quirk
1146 - x86/MCE: Add an MCE-record filtering function
1147 - x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h models
1148
1149 * Bionic update: upstream stable patchset 2019-07-15 (LP: #1836654)
1150 - media: af9035: prevent buffer overflow on write
1151 - batman-adv: Avoid probe ELP information leak
1152 - batman-adv: Fix segfault when writing to throughput_override
1153 - batman-adv: Fix segfault when writing to sysfs elp_interval
1154 - batman-adv: Prevent duplicated gateway_node entry
1155 - batman-adv: Prevent duplicated nc_node entry
1156 - batman-adv: Prevent duplicated softif_vlan entry
1157 - batman-adv: Prevent duplicated global TT entry
1158 - batman-adv: Prevent duplicated tvlv handler
1159 - batman-adv: fix backbone_gw refcount on queue_work() failure
1160 - batman-adv: fix hardif_neigh refcount on queue_work() failure
1161 - clocksource/drivers/ti-32k: Add CLOCK_SOURCE_SUSPEND_NONSTOP flag for non-
1162 am43 SoCs
1163 - scsi: ibmvscsis: Fix a stringop-overflow warning
1164 - scsi: ibmvscsis: Ensure partition name is properly NUL terminated
1165 - intel_th: pci: Add Ice Lake PCH support
1166 - Input: atakbd - fix Atari keymap
1167 - Input: atakbd - fix Atari CapsLock behaviour
1168 - net: emac: fix fixed-link setup for the RTL8363SB switch
1169 - ravb: do not write 1 to reserved bits
1170 - PCI: dwc: Fix scheduling while atomic issues
1171 - drm: mali-dp: Call drm_crtc_vblank_reset on device init
1172 - scsi: ipr: System hung while dlpar adding primary ipr adapter back
1173 - scsi: sd: don't crash the host on invalid commands
1174 - net/mlx4: Use cpumask_available for eq->affinity_mask
1175 - clocksource/drivers/fttmr010: Fix set_next_event handler
1176 - powerpc/tm: Fix userspace r13 corruption
1177 - powerpc/tm: Avoid possible userspace r1 corruption on reclaim
1178 - iommu/amd: Return devid as alias for ACPI HID devices
1179 - ARC: build: Get rid of toolchain check
1180 - ARC: build: Don't set CROSS_COMPILE in arch's Makefile
1181 - HID: quirks: fix support for Apple Magic Keyboards
1182 - staging: ccree: check DMA pool buf !NULL before free
1183 - net/smc: fix sizeof to int comparison
1184 - qed: Fix populating the invalid stag value in multi function mode.
1185 - RDMA/uverbs: Fix validity check for modify QP
1186 - bpf: test_maps, only support ESTABLISHED socks
1187 - RDMA/bnxt_re: Fix system crash during RDMA resource initialization
1188 - RISC-V: include linux/ftrace.h in asm-prototypes.h
1189 - powerpc/numa: Use associativity if VPHN hcall is successful
1190 - x86/boot: Fix kexec booting failure in the SEV bit detection code
1191 - xfrm: Validate address prefix lengths in the xfrm selector.
1192 - xfrm6: call kfree_skb when skb is toobig
1193 - xfrm: reset transport header back to network header after all input
1194 transforms ahave been applied
1195 - xfrm: reset crypto_done when iterating over multiple input xfrms
1196 - mac80211: Always report TX status
1197 - cfg80211: reg: Init wiphy_idx in regulatory_hint_core()
1198 - mac80211: fix pending queue hang due to TX_DROP
1199 - cfg80211: Address some corner cases in scan result channel updating
1200 - mac80211: TDLS: fix skb queue/priority assignment
1201 - mac80211: fix TX status reporting for ieee80211s
1202 - ARM: 8799/1: mm: fix pci_ioremap_io() offset check
1203 - xfrm: validate template mode
1204 - netfilter: bridge: Don't sabotage nf_hook calls from an l3mdev
1205 - arm64: hugetlb: Fix handling of young ptes
1206 - ARM: dts: BCM63xx: Fix incorrect interrupt specifiers
1207 - net: macb: Clean 64b dma addresses if they are not detected
1208 - soc: fsl: qbman: qman: avoid allocating from non existing gen_pool
1209 - soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift()
1210 - mac80211_hwsim: do not omit multicast announce of first added radio
1211 - Bluetooth: SMP: fix crash in unpairing
1212 - pxa168fb: prepare the clock
1213 - qed: Avoid implicit enum conversion in qed_set_tunn_cls_info
1214 - qed: Fix mask parameter in qed_vf_prep_tunn_req_tlv
1215 - qed: Avoid implicit enum conversion in qed_roce_mode_to_flavor
1216 - qed: Avoid constant logical operation warning in qed_vf_pf_acquire
1217 - qed: Avoid implicit enum conversion in qed_iwarp_parse_rx_pkt
1218 - asix: Check for supported Wake-on-LAN modes
1219 - ax88179_178a: Check for supported Wake-on-LAN modes
1220 - lan78xx: Check for supported Wake-on-LAN modes
1221 - sr9800: Check for supported Wake-on-LAN modes
1222 - r8152: Check for supported Wake-on-LAN Modes
1223 - smsc75xx: Check for Wake-on-LAN modes
1224 - smsc95xx: Check for Wake-on-LAN modes
1225 - cfg80211: fix use-after-free in reg_process_hint()
1226 - perf/core: Fix perf_pmu_unregister() locking
1227 - perf/ring_buffer: Prevent concurent ring buffer access
1228 - perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKX
1229 - perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf events
1230 - net: fec: fix rare tx timeout
1231 - declance: Fix continuation with the adapter identification message
1232 - locking/ww_mutex: Fix runtime warning in the WW mutex selftest
1233 - be2net: don't flip hw_features when VXLANs are added/deleted
1234 - net: cxgb3_main: fix a missing-check bug
1235 - yam: fix a missing-check bug
1236 - ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()
1237 - iwlwifi: mvm: check for short GI only for OFDM
1238 - iwlwifi: dbg: allow wrt collection before ALIVE
1239 - iwlwifi: fix the ALIVE notification layout
1240 - usbip: vhci_hcd: update 'status' file header and format
1241 - net/mlx5: Fix mlx5_get_vector_affinity function
1242 - powerpc/pseries: Add empty update_numa_cpu_lookup_table() for NUMA=n
1243 - dm integrity: fail early if required HMAC key is not available
1244 - net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211b
1245 - net: phy: Add general dummy stubs for MMD register access
1246 - scsi: qla2xxx: Avoid double completion of abort command
1247 - kbuild: set no-integrated-as before incl. arch Makefile
1248 - IB/mlx5: Avoid passing an invalid QP type to firmware
1249 - l2tp: remove configurable payload offset
1250 - cifs: Use ULL suffix for 64-bit constant
1251 - KVM: x86: Update the exit_qualification access bits while walking an address
1252 - sparc64: Fix regression in pmdp_invalidate().
1253 - tpm: move the delay_msec increment after sleep in tpm_transmit()
1254 - bpf: sockmap, map_release does not hold refcnt for pinned maps
1255 - tpm: tpm_crb: relinquish locality on error path.
1256 - IB/usnic: Update with bug fixes from core code
1257 - mmc: dw_mmc-rockchip: correct property names in debug
1258 - MIPS: Workaround GCC __builtin_unreachable reordering bug
1259 - iio: buffer: fix the function signature to match implementation
1260 - selftests/powerpc: Add ptrace hw breakpoint test
1261 - scsi: ibmvfc: Avoid unnecessary port relogin
1262 - scsi: sd: Remember that READ CAPACITY(16) succeeded
1263 - btrfs: quota: Set rescan progress to (u64)-1 if we hit last leaf
1264 - net: phy: phylink: Don't release NULL GPIO
1265 - x86/paravirt: Fix some warning messages
1266 - net: stmmac: mark PM functions as __maybe_unused
1267 - kconfig: fix the rule of mainmenu_stmt symbol
1268 - libertas: call into generic suspend code before turning off power
1269 - compiler.h: Allow arch-specific asm/compiler.h
1270 - ARM: dts: imx53-qsb: disable 1.2GHz OPP
1271 - perf python: Use -Wno-redundant-decls to build with PYTHON=python3
1272 - rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()
1273 - rxrpc: Only take the rwind and mtu values from latest ACK
1274 - rxrpc: Fix connection-level abort handling
1275 - selftests: rtnetlink.sh explicitly requires bash.
1276 - fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()
1277 - mtd: spi-nor: Add support for is25wp series chips
1278 - ARM: dts: r8a7790: Correct critical CPU temperature
1279 - media: uvcvideo: Fix driver reference counting
1280 - Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing"
1281 - perf tools: Disable parallelism for 'make clean'
1282 - drm/i915/gvt: fix memory leak of a cmd_entry struct on error exit path
1283 - bridge: do not add port to router list when receives query with source
1284 0.0.0.0
1285 - net: bridge: remove ipv6 zero address check in mcast queries
1286 - ipv6: mcast: fix a use-after-free in inet6_mc_check
1287 - ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are
1288 called
1289 - llc: set SOCK_RCU_FREE in llc_sap_add_socket()
1290 - net: fec: don't dump RX FIFO register when not available
1291 - net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs
1292 - net: sched: gred: pass the right attribute to gred_change_table_def()
1293 - net: socket: fix a missing-check bug
1294 - net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules
1295 - net: udp: fix handling of CHECKSUM_COMPLETE packets
1296 - r8169: fix NAPI handling under high load
1297 - sctp: fix race on sctp_id2asoc
1298 - udp6: fix encap return code for resubmitting
1299 - virtio_net: avoid using netif_tx_disable() for serializing tx routine
1300 - ethtool: fix a privilege escalation bug
1301 - bonding: fix length of actor system
1302 - ip6_tunnel: Fix encapsulation layout
1303 - openvswitch: Fix push/pop ethernet validation
1304 - net/mlx5: Take only bit 24-26 of wqe.pftype_wq for page fault type
1305 - net: sched: Fix for duplicate class dump
1306 - net: drop skb on failure in ip_check_defrag()
1307 - net: fix pskb_trim_rcsum_slow() with odd trim offset
1308 - net/mlx5e: fix csum adjustments caused by RXFCS
1309 - rtnetlink: Disallow FDB configuration for non-Ethernet device
1310 - net: ipmr: fix unresolved entry dumps
1311 - net: bcmgenet: Poll internal PHY for GENETv5
1312 - net/sched: cls_api: add missing validation of netlink attributes
1313 - net/mlx5: Fix build break when CONFIG_SMP=n
1314 - mac80211_hwsim: fix locking when iterating radios during ns exit
1315 - rxrpc: Fix checks as to whether we should set up a new call
1316 - rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socket
1317 - thunderbolt: Do not handle ICM events after domain is stopped
1318 - thunderbolt: Initialize after IOMMUs
1319 - RISCV: Fix end PFN for low memory
1320 - drm/amd/display: Signal hw_done() after waiting for flip_done()
1321 - powerpc/numa: Skip onlining a offline node in kdump path
1322 - mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctl
1323 - perf report: Don't try to map ip to invalid map
1324 - perf record: Use unmapped IP for inline callchain cursors
1325 - rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()
1326 - gpio: Assign gpio_irq_chip::parents to non-stack pointer
1327 - IB/mlx5: Unmap DMA addr from HCA before IOMMU
1328 - rds: RDS (tcp) hangs on sendto() to unresponding address
1329 - sparc64: Export __node_distance.
1330 - sparc64: Make corrupted user stacks more debuggable.
1331 - sparc64: Make proc_id signed.
1332 - sparc64: Set %l4 properly on trap return after handling signals.
1333 - sparc: Fix single-pcr perf event counter management.
1334 - sparc: Fix syscall fallback bugs in VDSO.
1335 - sparc: Throttle perf events properly.
1336 - eeprom: at24: Add support for address-width property
1337 - vfs: swap names of {do,vfs}_clone_file_range()
1338 - bpf: fix partial copy of map_ptr when dst is scalar
1339 - gpio: mxs: Get rid of external API call
1340 - xfs: truncate transaction does not modify the inobt
1341 - cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)
1342 - drm/edid: VSDB yCBCr420 Deep Color mode bit definitions
1343 - drm: fb-helper: Reject all pixel format changing requests
1344 - cdc-acm: do not reset notification buffer index upon urb unlinking
1345 - cdc-acm: correct counting of UART states in serial state notification
1346 - cdc-acm: fix race between reset and control messaging
1347 - usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()
1348 - USB: fix the usbfs flag sanitization for control transfers
1349 - Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15IGM
1350 - sched/fair: Fix throttle_list starvation with low CFS quota
1351 - x86/tsc: Force inlining of cyc2ns bits
1352 - x86, hibernate: Fix nosave_regions setup for hibernation
1353 - x86/percpu: Fix this_cpu_read()
1354 - x86/time: Correct the attribute on jiffies' definition
1355 - x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context
1356 switch if there is an FPU
1357 - clk: sunxi-ng: sun4i: Set VCO and PLL bias current to lowest setting
1358 - drm/sun4i: Fix an ulong overflow in the dotclock driver
1359 - x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernels
1360
1361 * Colour banding in HP Pavilion 15-n233sl integrated display (LP: #1794387) //
1362 Bionic update: upstream stable patchset 2019-07-15 (LP: #1836654)
1363 - drm/edid: Add 6 bpc quirk for BOE panel in HP Pavilion 15-n233sl
1364
1365 * Bionic update: upstream stable patchset 2019-07-12 (LP: #1836426)
1366 - drm/amd/pp: initialize result to before or'ing in data
1367 - drm/amdgpu: add another ATPX quirk for TOPAZ
1368 - tools/power turbostat: fix possible sprintf buffer overflow
1369 - mac80211: Run TXQ teardown code before de-registering interfaces
1370 - mac80211_hwsim: require at least one channel
1371 - btrfs: btrfs_shrink_device should call commit transaction at the end
1372 - scsi: csiostor: add a check for NULL pointer after kmalloc()
1373 - mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_X
1374 - mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_X
1375 - gpio: adp5588: Fix sleep-in-atomic-context bug
1376 - mac80211: mesh: fix HWMP sequence numbering to follow standard
1377 - mac80211: avoid kernel panic when building AMSDU from non-linear SKB
1378 - gpiolib: acpi: Switch to cansleep version of GPIO library call
1379 - gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcall
1380 - cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IE
1381 - mac80211: do not convert to A-MSDU if frag/subframe limited
1382 - mac80211: always account for A-MSDU header changes
1383 - tools/kvm_stat: fix handling of invalid paths in debugfs provider
1384 - gpio: Fix crash due to registration race
1385 - ARC: atomics: unbork atomic_fetch_##op()
1386 - md/raid5-cache: disable reshape completely
1387 - RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0
1388 - i2c: uniphier: issue STOP only for last message or I2C_M_STOP
1389 - i2c: uniphier-f: issue STOP only for last message or I2C_M_STOP
1390 - net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()
1391 - fs/cifs: don't translate SFM_SLASH (U+F026) to backslash
1392 - mac80211: fix an off-by-one issue in A-MSDU max_subframe computation
1393 - cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()
1394 - mac80211: fix a race between restart and CSA flows
1395 - mac80211: Fix station bandwidth setting after channel switch
1396 - mac80211: don't Tx a deauth frame if the AP forbade Tx
1397 - mac80211: shorten the IBSS debug messages
1398 - tools/vm/slabinfo.c: fix sign-compare warning
1399 - tools/vm/page-types.c: fix "defined but not used" warning
1400 - mm: madvise(MADV_DODUMP): allow hugetlbfs pages
1401 - netfilter: xt_cluster: add dependency on conntrack module
1402 - HID: add support for Apple Magic Keyboards
1403 - usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]
1404 - HID: hid-saitek: Add device ID for RAT 7 Contagion
1405 - scsi: qedi: Add the CRC size within iSCSI NVM image
1406 - perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()
1407 - perf util: Fix bad memory access in trace info.
1408 - perf probe powerpc: Ignore SyS symbols irrespective of endianness
1409 - netfilter: nf_tables: release chain in flushing set
1410 - Revert "iio: temperature: maxim_thermocouple: add MAX31856 part"
1411 - RDMA/ucma: check fd type in ucma_migrate_id()
1412 - HID: sensor-hub: Restore fixup for Lenovo ThinkPad Helix 2 sensor hub report
1413 - USB: yurex: Check for truncation in yurex_read()
1414 - nvmet-rdma: fix possible bogus dereference under heavy load
1415 - net/mlx5: Consider PCI domain in search for next dev
1416 - drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOS
1417 - drm/nouveau/disp: fix DP disable race
1418 - dm raid: fix rebuild of specific devices by updating superblock
1419 - fs/cifs: suppress a string overflow warning
1420 - perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing
1421 CPUs
1422 - dm thin metadata: try to avoid ever aborting transactions
1423 - arch/hexagon: fix kernel/dma.c build warning
1424 - hexagon: modify ffs() and fls() to return int
1425 - arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"
1426 - drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunk
1427 - r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLED
1428 - s390/qeth: don't dump past end of unknown HW header
1429 - cifs: read overflow in is_valid_oplock_break()
1430 - xen/manage: don't complain about an empty value in control/sysrq node
1431 - xen: avoid crash in disable_hotplug_cpu
1432 - xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usage
1433 - ovl: fix access beyond unterminated strings
1434 - ovl: fix memory leak on unlink of indexed file
1435 - ovl: fix format of setxattr debug
1436 - sysfs: Do not return POSIX ACL xattrs via listxattr
1437 - smb2: fix missing files in root share directory listing
1438 - iommu/amd: Clear memory encryption mask from physical address
1439 - crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()
1440 - crypto: mxs-dcp - Fix wait logic on chan threads
1441 - crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic
1442 - gpiolib: Free the last requested descriptor
1443 - Drivers: hv: vmbus: Use get/put_cpu() in vmbus_connect()
1444 - tools: hv: fcopy: set 'error' in case an unknown operation was requested
1445 - ocfs2: fix locking for res->tracking and dlm->tracking_list
1446 - ixgbe: check return value of napi_complete_done()
1447 - dm thin metadata: fix __udivdi3 undefined on 32-bit
1448 - Btrfs: fix unexpected failure of nocow buffered writes after snapshotting
1449 when low on space
1450 - scsi: aacraid: fix a signedness bug
1451 - tipc: switch to rhashtable iterator
1452 - net: mvpp2: initialize port of_node pointer
1453 - tc-testing: add test-cases for numeric and invalid control action
1454 - tools/kvm_stat: fix updates for dead guests
1455 - ibmvnic: Include missing return code checks in reset function
1456 - net/ibm/emac: wrong emac_calc_base call was used by typo
1457 - ceph: avoid a use-after-free in ceph_destroy_options()
1458 - afs: Fix cell specification to permit an empty address list
1459 - netfilter: xt_checksum: ignore gso skbs
1460 - HID: intel-ish-hid: Enable Sunrise Point-H ish driver
1461 - iio: imu: st_lsm6dsx: take into account ts samples in wm configuration
1462 - riscv: Do not overwrite initrd_start and initrd_end
1463 - drm/nouveau: fix oops in client init failure path
1464 - drm/nouveau/mmu: don't attempt to dereference vmm without valid instance
1465 pointer
1466 - drm/nouveau/disp/gm200-: enforce identity-mapped SOR assignment for LVDS/eDP
1467 panels
1468 - sched/topology: Set correct NUMA topology type
1469 - drm/amdgpu: Fix SDMA hang in prt mode v2
1470 - asm-generic: io: Fix ioport_map() for !CONFIG_GENERIC_IOMAP &&
1471 CONFIG_INDIRECT_PIO
1472 - x86/APM: Fix build warning when PROC_FS is not enabled
1473 - new primitive: discard_new_inode()
1474 - ovl: set I_CREATING on inode being created
1475 - crypto: chelsio - Fix memory corruption in DMA Mapped buffers.
1476 - perf/core: Add sanity check to deal with pinned event failure
1477 - mm: migration: fix migration of huge PMD shared pages
1478 - mm, thp: fix mlocking THP page with migration enabled
1479 - mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly
1480 - KVM: x86: fix L1TF's MMIO GFN calculation
1481 - blk-mq: I/O and timer unplugs are inverted in blktrace
1482 - clocksource/drivers/timer-atmel-pit: Properly handle error cases
1483 - fbdev/omapfb: fix omapfb_memory_read infoleak
1484 - drm/amdgpu: Fix vce work queue was not cancelled when suspend
1485 - x86/vdso: Fix asm constraints on vDSO syscall fallbacks
1486 - selftests/x86: Add clock_gettime() tests to test_vdso
1487 - x86/vdso: Only enable vDSO retpolines when enabled and supported
1488 - x86/vdso: Fix vDSO syscall fallback asm constraint regression
1489 - mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys
1490 - PM / core: Clear the direct_complete flag on errors
1491 - dm cache metadata: ignore hints array being too small during resize
1492 - dm cache: fix resize crash if user doesn't reload cache table
1493 - xhci: Add missing CAS workaround for Intel Sunrise Point xHCI
1494 - usb: xhci-mtk: resume USB3 roothub first
1495 - USB: serial: simple: add Motorola Tetra MTP6550 id
1496 - usb: cdc_acm: Do not leak URB buffers
1497 - of: unittest: Disable interrupt node tests for old world MAC systems
1498 - perf annotate: Use asprintf when formatting objdump command line
1499 - perf tools: Fix python extension build for gcc 8
1500 - ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowait
1501 - ath10k: fix kernel panic issue during pci probe
1502 - nvme_fc: fix ctrl create failures racing with workq items
1503 - powerpc/lib: fix book3s/32 boot failure due to code patching
1504 - ARC: clone syscall to setp r25 as thread pointer
1505 - perf utils: Move is_directory() to path.h
1506 - f2fs: fix invalid memory access
1507 - ucma: fix a use-after-free in ucma_resolve_ip()
1508 - ubifs: Check for name being NULL while mounting
1509 - rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead
1510 - ath10k: fix scan crash due to incorrect length calculation
1511 - pstore/ram: Fix failure-path memory leak in ramoops_init
1512 - mac80211: allocate TXQs for active monitor interfaces
1513 - drm: fix use-after-free read in drm_mode_create_lease_ioctl()
1514 - USB: serial: option: improve Quectel EP06 detection
1515 - USB: serial: option: add two-endpoints device-id flag
1516 - tipc: call start and done ops directly in __tipc_nl_compat_dumpit()
1517 - bnxt_en: Fix TX timeout during netpoll.
1518 - bnxt_en: free hwrm resources, if driver probe fails.
1519 - bonding: avoid possible dead-lock
1520 - ip6_tunnel: be careful when accessing the inner header
1521 - ip_tunnel: be careful when accessing the inner header
1522 - ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()
1523 - ipv6: take rcu lock in rawv6_send_hdrinc()
1524 - net: dsa: bcm_sf2: Call setup during switch resume
1525 - net: hns: fix for unmapping problem when SMMU is on
1526 - net: ipv4: update fnhe_pmtu when first hop's MTU changes
1527 - net/ipv6: Display all addresses in output of /proc/net/if_inet6
1528 - netlabel: check for IPV4MASK in addrinfo_get
1529 - net: mvpp2: Extract the correct ethtype from the skb for tx csum offload
1530 - net: mvpp2: fix a txq_done race condition
1531 - net: sched: Add policy validation for tc attributes
1532 - net: systemport: Fix wake-up interrupt race during resume
1533 - net/usb: cancel pending work when unbinding smsc75xx
1534 - qmi_wwan: Added support for Gemalto's Cinterion ALASxx WWAN interface
1535 - rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096
1536 - sctp: update dst pmtu with the correct daddr
1537 - team: Forbid enslaving team device to itself
1538 - tipc: fix flow control accounting for implicit connect
1539 - udp: Unbreak modules that rely on external __skb_recv_udp() availability
1540 - net: stmmac: Fixup the tail addr setting in xmit path
1541 - net/packet: fix packet drop as of virtio gso
1542 - net: dsa: bcm_sf2: Fix unbind ordering
1543 - net/mlx5e: Set vlan masks for all offloaded TC rules
1544 - net: aquantia: memory corruption on jumbo frames
1545 - net/mlx5: E-Switch, Fix out of bound access when setting vport rate
1546 - bonding: pass link-local packets to bonding master also.
1547 - bonding: fix warning message
1548 - nfp: avoid soft lockups under control message storm
1549 - bnxt_en: don't try to offload VLAN 'modify' action
1550 - net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMIN
1551 - tcp/dccp: fix lockdep issue when SYN is backlogged
1552 - inet: make sure to grab rcu_read_lock before using ireq->ireq_opt
1553 - ASoC: rt5514: Fix the issue of the delay volume applied again
1554 - ASoC: wm8804: Add ACPI support
1555 - ASoC: sigmadsp: safeload should not have lower byte limit
1556 - selftests/efivarfs: add required kernel configs
1557 - selftests: memory-hotplug: add required configs
1558 - ASoC: rsnd: adg: care clock-frequency size
1559 - ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFER
1560 - Bluetooth: hci_ldisc: Free rw_semaphore on close
1561 - mfd: omap-usb-host: Fix dts probe of children
1562 - scsi: iscsi: target: Don't use stack buffer for scatterlist
1563 - scsi: qla2xxx: Fix an endian bug in fcpcmd_is_corrupted()
1564 - sound: enable interrupt after dma buffer initialization
1565 - sound: don't call skl_init_chip() to reset intel skl soc
1566 - stmmac: fix valid numbers of unicast filter entries
1567 - net: macb: disable scatter-gather for macb on sama5d3
1568 - ARM: dts: at91: add new compatibility string for macb on sama5d3
1569 - PCI: hv: support reporting serial number as slot information
1570 - clk: x86: add "ether_clk" alias for Bay Trail / Cherry Trail
1571 - clk: x86: Stop marking clocks as CLK_IS_CRITICAL
1572 - x86/kvm/lapic: always disable MMIO interface in x2APIC mode
1573 - drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7
1574 - mm/vmstat.c: fix outdated vmstat_text
1575 - MIPS: VDSO: Always map near top of user memory
1576 - mach64: detect the dot clock divider correctly on sparc
1577 - percpu: stop leaking bitmap metadata blocks
1578 - perf script python: Fix export-to-postgresql.py occasional failure
1579 - perf script python: Fix export-to-sqlite.py sample columns
1580 - s390/cio: Fix how vfio-ccw checks pinned pages
1581 - dm cache: destroy migration_cache if cache target registration failed
1582 - dm: fix report zone remapping to account for partition offset
1583 - dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabled
1584 - dm linear: fix linear_end_io conditional definition
1585 - cgroup: Fix dom_cgrp propagation when enabling threaded mode
1586 - mmc: block: avoid multiblock reads for the last sector in SPI mode
1587 - pinctrl: mcp23s08: fix irq and irqchip setup order
1588 - arm64: perf: Reject stand-alone CHAIN events for PMUv3
1589 - mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2
1590 - mm: Preserve _PAGE_DEVMAP across mprotect() calls
1591 - i2c: i2c-scmi: fix for i2c_smbus_write_block_data
1592 - xhci: Don't print a warning when setting link state for disabled ports
1593 - mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES
1594 - mm: treat indirectly reclaimable memory as available in MemAvailable
1595 - dcache: account external names as indirectly reclaimable memory
1596 - mm: treat indirectly reclaimable memory as free in overcommit logic
1597 - mm: don't show nr_indirectly_reclaimable in /proc/vmstat
1598 - ARM: add more CPU part numbers for Cortex and Brahma B15 CPUs
1599 - ARM: bugs: prepare processor bug infrastructure
1600 - ARM: bugs: hook processor bug checking into SMP and suspend paths
1601 - ARM: bugs: add support for per-processor bug checking
1602 - [Config] updateconfigs for CPU_SPECTRE
1603 - ARM: spectre: add Kconfig symbol for CPUs vulnerable to Spectre
1604 - ARM: spectre-v2: harden branch predictor on context switches
1605 - ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bit
1606 - ARM: spectre-v2: harden user aborts in kernel space
1607 - ARM: spectre-v2: add firmware based hardening
1608 - ARM: spectre-v2: warn about incorrect context switching functions
1609 - ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17
1610 - ARM: KVM: invalidate icache on guest exit for Cortex-A15
1611 - ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15
1612 - ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
1613 - ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1
1614 - ARM: spectre-v1: add speculation barrier (csdb) macros
1615 - ARM: spectre-v1: add array_index_mask_nospec() implementation
1616 - ARM: spectre-v1: fix syscall entry
1617 - ARM: signal: copy registers using __copy_from_user()
1618 - ARM: vfp: use __copy_from_user() when restoring VFP state
1619 - ARM: oabi-compat: copy semops using __copy_from_user()
1620 - ARM: use __inttype() in get_user()
1621 - ARM: spectre-v1: use get_user() for __get_user()
1622 - ARM: spectre-v1: mitigate user accesses
1623 - perf tools: Fix snprint warnings for gcc 8
1624 - net: sched: cls_u32: fix hnode refcounting
1625 - net: qualcomm: rmnet: Skip processing loopback packets
1626 - net: qualcomm: rmnet: Fix incorrect allocation flag in transmit
1627 - tun: remove unused parameters
1628 - tun: initialize napi_mutex unconditionally
1629 - tun: napi flags belong to tfile
1630 - net: dsa: b53: Keep CPU port as tagged in all VLANs
1631 - rtnetlink: Fail dump if target netnsid is invalid
1632 - net: ipv4: don't let PMTU updates increase route MTU
1633 - ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIs
1634 - selftests: android: move config up a level
1635 - selftests: add headers_install to lib.mk
1636 - Bluetooth: SMP: Fix trying to use non-existent local OOB data
1637 - Bluetooth: Use correct tfm to generate OOB data
1638 - net: ethernet: ti: add missing GENERIC_ALLOCATOR dependency
1639 - afs: Fix afs_server struct leak
1640 - afs: Fix clearance of reply
1641
1642 * Volume control not working Dell XPS 27 (7760) (LP: #1775068) // Bionic
1643 update: upstream stable patchset 2019-07-12 (LP: #1836426)
1644 - ALSA: hda/realtek - Cannot adjust speaker's volume on Dell XPS 27 7760
1645
1646 * Bionic update: upstream stable patchset 2019-07-11 (LP: #1836287)
1647 - perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so
1648 - gso_segment: Reset skb->mac_len after modifying network header
1649 - ipv6: fix possible use-after-free in ip6_xmit()
1650 - net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRT
1651 - net: hp100: fix always-true check for link up state
1652 - pppoe: fix reception of frames with no mac header
1653 - qmi_wwan: set DTR for modems in forced USB2 mode
1654 - udp4: fix IP_CMSG_CHECKSUM for connected sockets
1655 - neighbour: confirm neigh entries when ARP packet is received
1656 - udp6: add missing checks on edumux packet processing
1657 - net/sched: act_sample: fix NULL dereference in the data path
1658 - tls: don't copy the key out of tls12_crypto_info_aes_gcm_128
1659 - tls: zero the crypto information from tls_context before freeing
1660 - tls: clear key material from kernel memory when do_tls_setsockopt_conf fails
1661 - NFC: Fix possible memory corruption when handling SHDLC I-Frame commands
1662 - NFC: Fix the number of pipes
1663 - ASoC: cs4265: fix MMTLR Data switch control
1664 - ASoC: rsnd: fixup not to call clk_get/set under non-atomic
1665 - ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error
1666 path
1667 - ALSA: bebob: use address returned by kmalloc() instead of kernel stack for
1668 streaming DMA mapping
1669 - ALSA: emu10k1: fix possible info leak to userspace on
1670 SNDRV_EMU10K1_IOCTL_INFO
1671 - ALSA: fireface: fix memory leak in ff400_switch_fetching_mode()
1672 - ALSA: firewire-digi00x: fix memory leak of private data
1673 - ALSA: firewire-tascam: fix memory leak of private data
1674 - ALSA: fireworks: fix memory leak of response buffer at error path
1675 - ALSA: oxfw: fix memory leak for model-dependent data at error path
1676 - ALSA: oxfw: fix memory leak of discovered stream formats at error path
1677 - ALSA: oxfw: fix memory leak of private data
1678 - platform/x86: alienware-wmi: Correct a memory leak
1679 - xen/netfront: don't bug in case of too many frags
1680 - xen/x86/vpmu: Zero struct pt_regs before calling into sample handling code
1681 - spi: fix IDR collision on systems with both fixed and dynamic SPI bus
1682 numbers
1683 - ring-buffer: Allow for rescheduling when removing pages
1684 - mm: shmem.c: Correctly annotate new inodes for lockdep
1685 - scsi: target: iscsi: Use bin2hex instead of a re-implementation
1686 - ocfs2: fix ocfs2 read block panic
1687 - drm/nouveau: Fix deadlocks in nouveau_connector_detect()
1688 - drm/nouveau/drm/nouveau: Don't forget to cancel hpd_work on suspend/unload
1689 - drm/nouveau/drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placement
1690 - drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()
1691 - drm/nouveau/drm/nouveau: Prevent handling ACPI HPD events too early
1692 - drm/vc4: Fix the "no scaling" case on multi-planar YUV formats
1693 - drm: udl: Destroy framebuffer only if it was initialized
1694 - drm/amdgpu: add new polaris pci id
1695 - ext4: check to make sure the rename(2)'s destination is not freed
1696 - ext4: avoid divide by zero fault when deleting corrupted inline directories
1697 - ext4: avoid arithemetic overflow that can trigger a BUG
1698 - ext4: recalucate superblock checksum after updating free blocks/inodes
1699 - ext4: fix online resize's handling of a too-small final block group
1700 - ext4: fix online resizing for bigalloc file systems with a 1k block size
1701 - ext4: don't mark mmp buffer head dirty
1702 - ext4: show test_dummy_encryption mount option in /proc/mounts
1703 - sched/fair: Fix vruntime_normalized() for remote non-migration wakeup
1704 - PCI: aardvark: Size bridges before resources allocation
1705 - vmw_balloon: include asm/io.h
1706 - iw_cxgb4: only allow 1 flush on user qps
1707 - tick/nohz: Prevent bogus softirq pending warning
1708 - spi: Fix double IDR allocation with DT aliases
1709 - hv_netvsc: fix schedule in RCU context
1710 - bnxt_en: Fix VF mac address regression.
1711 - net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags
1712 - mtd: rawnand: denali: fix a race condition when DMA is kicked
1713 - platform/x86: dell-smbios-wmi: Correct a memory leak
1714 - fork: report pid exhaustion correctly
1715 - mm: disable deferred struct page for 32-bit arches
1716 - libata: mask swap internal and hardware tag
1717 - drm/i915/bdw: Increase IPS disable timeout to 100ms
1718 - drm/nouveau: Reset MST branching unit before enabling
1719 - drm/nouveau: Only write DP_MSTM_CTRL when needed
1720 - drm/nouveau: Remove duplicate poll_enable() in pmops_runtime_suspend()
1721 - ext4, dax: set ext4_dax_aops for dax files
1722 - crypto: skcipher - Fix -Wstringop-truncation warnings
1723 - iio: adc: ina2xx: avoid kthread_stop() with stale task_struct
1724 - tsl2550: fix lux1_input error in low light
1725 - vmci: type promotion bug in qp_host_get_user_memory()
1726 - x86/numa_emulation: Fix emulated-to-physical node mapping
1727 - staging: rts5208: fix missing error check on call to rtsx_write_register
1728 - power: supply: axp288_charger: Fix initial constant_charge_current value
1729 - misc: sram: enable clock before registering regions
1730 - serial: sh-sci: Stop RX FIFO timer during port shutdown
1731 - uwb: hwa-rc: fix memory leak at probe
1732 - power: vexpress: fix corruption in notifier registration
1733 - iommu/amd: make sure TLB to be flushed before IOVA freed
1734 - Bluetooth: Add a new Realtek 8723DE ID 0bda:b009
1735 - USB: serial: kobil_sct: fix modem-status error handling
1736 - 6lowpan: iphc: reset mac_header after decompress to fix panic
1737 - iommu/msm: Don't call iommu_device_{,un}link from atomic context
1738 - s390/mm: correct allocate_pgste proc_handler callback
1739 - power: remove possible deadlock when unregistering power_supply
1740 - md-cluster: clear another node's suspend_area after the copy is finished
1741 - RDMA/bnxt_re: Fix a couple off by one bugs
1742 - RDMA/i40w: Hold read semaphore while looking after VMA
1743 - IB/core: type promotion bug in rdma_rw_init_one_mr()
1744 - media: exynos4-is: Prevent NULL pointer dereference in __isp_video_try_fmt()
1745 - IB/mlx4: Test port number before querying type.
1746 - powerpc/kdump: Handle crashkernel memory reservation failure
1747 - media: fsl-viu: fix error handling in viu_of_probe()
1748 - media: staging/imx: fill vb2_v4l2_buffer field entry
1749 - x86/tsc: Add missing header to tsc_msr.c
1750 - ARM: hwmod: RTC: Don't assume lock/unlock will be called with irq enabled
1751 - x86/entry/64: Add two more instruction suffixes
1752 - ARM: dts: ls1021a: Add missing cooling device properties for CPUs
1753 - scsi: target/iscsi: Make iscsit_ta_authentication() respect the output
1754 buffer size
1755 - scsi: klist: Make it safe to use klists in atomic context
1756 - scsi: ibmvscsi: Improve strings handling
1757 - scsi: target: Avoid that EXTENDED COPY commands trigger lock inversion
1758 - usb: wusbcore: security: cast sizeof to int for comparison
1759 - ath10k: sdio: use same endpoint id for all packets in a bundle
1760 - ath10k: sdio: set skb len for all rx packets
1761 - powerpc/powernv/ioda2: Reduce upper limit for DMA window size
1762 - s390/sysinfo: add missing #ifdef CONFIG_PROC_FS
1763 - alarmtimer: Prevent overflow for relative nanosleep
1764 - s390/dasd: correct numa_node in dasd_alloc_queue
1765 - s390/scm_blk: correct numa_node in scm_blk_dev_setup
1766 - s390/extmem: fix gcc 8 stringop-overflow warning
1767 - mtd: rawnand: atmel: add module param to avoid using dma
1768 - iio: accel: adxl345: convert address field usage in iio_chan_spec
1769 - posix-timers: Make forward callback return s64
1770 - ALSA: snd-aoa: add of_node_put() in error path
1771 - media: s3c-camif: ignore -ENOIOCTLCMD from v4l2_subdev_call for s_power
1772 - media: soc_camera: ov772x: correct setting of banding filter
1773 - media: omap3isp: zero-initialize the isp cam_xclk{a,b} initial data
1774 - staging: android: ashmem: Fix mmap size validation
1775 - drivers/tty: add error handling for pcmcia_loop_config
1776 - media: tm6000: add error handling for dvb_register_adapter
1777 - net: phy: xgmiitorgmii: Check read_status results
1778 - ath10k: protect ath10k_htt_rx_ring_free with rx_ring.lock
1779 - net: phy: xgmiitorgmii: Check phy_driver ready before accessing
1780 - drm/sun4i: Fix releasing node when enumerating enpoints
1781 - ath10k: transmit queued frames after processing rx packets
1782 - rndis_wlan: potential buffer overflow in rndis_wlan_auth_indication()
1783 - brcmsmac: fix wrap around in conversion from constant to s16
1784 - ARM: mvebu: declare asm symbols as character arrays in pmsu.c
1785 - arm: dts: mediatek: Add missing cooling device properties for CPUs
1786 - HID: hid-ntrig: add error handling for sysfs_create_group
1787 - MIPS: boot: fix build rule of vmlinux.its.S
1788 - perf/x86/intel/lbr: Fix incomplete LBR call stack
1789 - scsi: bnx2i: add error handling for ioremap_nocache
1790 - iomap: complete partial direct I/O writes synchronously
1791 - scsi: megaraid_sas: Update controller info during resume
1792 - EDAC, i7core: Fix memleaks and use-after-free on probe and remove
1793 - ASoC: dapm: Fix potential DAI widget pointer deref when linking DAIs
1794 - module: exclude SHN_UNDEF symbols from kallsyms api
1795 - gpio: Fix wrong rounding in gpio-menz127
1796 - nfsd: fix corrupted reply to badly ordered compound
1797 - EDAC: Fix memleak in module init error path
1798 - fs/lock: skip lock owner pid translation in case we are in init_pid_ns
1799 - Input: xen-kbdfront - fix multi-touch XenStore node's locations
1800 - iio: 104-quad-8: Fix off-by-one error in register selection
1801 - ARM: dts: dra7: fix DCAN node addresses
1802 - x86/mm: Expand static page table for fixmap space
1803 - tty: serial: lpuart: avoid leaking struct tty_struct
1804 - serial: cpm_uart: return immediately from console poll
1805 - intel_th: Fix device removal logic
1806 - spi: tegra20-slink: explicitly enable/disable clock
1807 - spi: sh-msiof: Fix invalid SPI use during system suspend
1808 - spi: sh-msiof: Fix handling of write value for SISTR register
1809 - spi: rspi: Fix invalid SPI use during system suspend
1810 - spi: rspi: Fix interrupted DMA transfers
1811 - regulator: fix crash caused by null driver data
1812 - USB: fix error handling in usb_driver_claim_interface()
1813 - USB: handle NULL config in usb_find_alt_setting()
1814 - usb: musb: dsps: do not disable CPPI41 irq in driver teardown
1815 - slub: make ->cpu_partial unsigned int
1816 - USB: usbdevfs: sanitize flags more
1817 - USB: usbdevfs: restore warning for nonsensical flags
1818 - USB: remove LPM management from usb_driver_claim_interface()
1819 - IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loop
1820 - IB/hfi1: Fix SL array bounds check
1821 - IB/hfi1: Invalid user input can result in crash
1822 - IB/hfi1: Fix context recovery when PBC has an UnsupportedVL
1823 - RDMA/uverbs: Atomically flush and mark closed the comp event queue
1824 - ovl: hash non-dir by lower inode for fsnotify
1825 - drm/i915: Remove vma from object on destroy, not close
1826 - serial: imx: restore handshaking irq for imx1
1827 - qed: Wait for ready indication before rereading the shmem
1828 - qed: Wait for MCP halt and resume commands to take place
1829 - qed: Prevent a possible deadlock during driver load and unload
1830 - qed: Avoid sending mailbox commands when MFW is not responsive
1831 - thermal: of-thermal: disable passive polling when thermal zone is disabled
1832 - isofs: reject hardware sector size > 2048 bytes
1833 - tls: possible hang when do_tcp_sendpages hits sndbuf is full case
1834 - bpf: sockmap: write_space events need to be passed to TCP handler
1835 - net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGES
1836 - e1000: check on netif_running() before calling e1000_up()
1837 - e1000: ensure to free old tx/rx rings in set_ringparam()
1838 - crypto: cavium/nitrox - fix for command corruption in queue full case with
1839 backlog submissions.
1840 - hwmon: (ina2xx) fix sysfs shunt resistor read access
1841 - hwmon: (adt7475) Make adt7475_read_word() return errors
1842 - Revert "ARM: dts: imx7d: Invert legacy PCI irq mapping"
1843 - drm/amdgpu: Enable/disable gfx PG feature in rlc safe mode
1844 - drm/amdgpu: Update power state at the end of smu hw_init.
1845 - ata: ftide010: Add a quirk for SQ201
1846 - nvme-fcloop: Fix dropped LS's to removed target port
1847 - ARM: dts: omap4-droid4: Fix emmc errors seen on some devices
1848 - arm/arm64: smccc-1.1: Make return values unsigned long
1849 - arm/arm64: smccc-1.1: Handle function result as parameters
1850 - i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBus
1851 - x86/pti: Fix section mismatch warning/error
1852 - media: v4l: event: Prevent freeing event subscriptions while accessed
1853 - drm/amd/display/dc/dce: Fix multiple potential integer overflows
1854 - drm/amd/display: fix use of uninitialized memory
1855 - RDMA/bnxt_re: Fix a bunch of off by one bugs in qplib_fp.c
1856 - vhost_net: Avoid tx vring kicks during busyloop
1857 - thermal: i.MX: Allow thermal probe to fail gracefully in case of bad
1858 calibration.
1859 - platform/x86: asus-wireless: Fix uninitialized symbol usage
1860 - ACPI / button: increment wakeup count only when notified
1861 - media: ov772x: add checks for register read errors
1862 - media: ov772x: allow i2c controllers without I2C_FUNC_PROTOCOL_MANGLING
1863 - drm/omap: gem: Fix mm_list locking
1864 - ASoC: rsnd: SSI parent cares SWSP bit
1865 - staging: pi433: fix race condition in pi433_ioctl
1866 - perf tests: Fix indexing when invoking subtests
1867 - gpio: tegra: Fix tegra_gpio_irq_set_type()
1868 - block: fix deadline elevator drain for zoned block devices
1869 - serial: mvebu-uart: Fix reporting of effective CSIZE to userspace
1870 - intel_th: Fix resource handling for ACPI glue layer
1871 - ext2, dax: set ext2_dax_aops for dax files
1872 - IB/hfi1: Fix destroy_qp hang after a link down
1873 - ARM: OMAP2+: Fix null hwmod for ti-sysc debug
1874 - ARM: OMAP2+: Fix module address for modules using mpu_rt_idx
1875 - bus: ti-sysc: Fix module register ioremap for larger offsets
1876 - drm/amdgpu: fix preamble handling
1877 - amdgpu: fix multi-process hang issue
1878 - tcp_bbr: add bbr_check_probe_rtt_done() helper
1879 - tcp_bbr: in restart from idle, see if we should exit PROBE_RTT
1880 - net: hns3: fix page_offset overflow when CONFIG_ARM64_64K_PAGES
1881 - ixgbe: fix driver behaviour after issuing VFLR
1882 - powerpc/pseries: Fix unitialized timer reset on migration
1883
1884 * Kernel 4.15.0-50 or newer wont boot as Xen-DomU with PVH (LP: #1829378)
1885 - SAUCE: ACPI / bus: Fix NULL pointer dereference in
1886 acpi_quirk_matches_bios_ids()
1887
1888 * CVE-2019-10126
1889 - mwifiex: Fix heap overflow in mwifiex_uap_parse_tail_ies()
1890
1891 * CVE-2019-3846
1892 - mwifiex: Fix possible buffer overflows at parsing bss descriptor
1893
1894 * CVE-2019-12818
1895 - net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails
1896
1897 * CVE-2019-12984
1898 - nfc: Ensure presence of required attributes in the deactivate_target handler
1899
1900 * Bionic update: upstream stable patchset 2019-07-10 (LP: #1836117)
1901 - i2c: xiic: Make the start and the byte count write atomic
1902 - i2c: i801: fix DNV's SMBCTRL register offset
1903 - scsi: lpfc: Correct MDS diag and nvmet configuration
1904 - nbd: don't allow invalid blocksize settings
1905 - block: bfq: swap puts in bfqg_and_blkg_put
1906 - android: binder: fix the race mmap and alloc_new_buf_locked
1907 - MIPS: VDSO: Match data page cache colouring when D$ aliases
1908 - SMB3: Backup intent flag missing for directory opens with backupuid mounts
1909 - smb3: check for and properly advertise directory lease support
1910 - Btrfs: fix data corruption when deduplicating between different files
1911 - KVM: s390: vsie: copy wrapping keys to right place
1912 - KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instr
1913 - ALSA: hda - Fix cancel_work_sync() stall from jackpoll work
1914 - cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()
1915 - cpu/hotplug: Prevent state corruption on error rollback
1916 - x86/microcode: Make sure boot_cpu_data.microcode is up-to-date
1917 - x86/microcode: Update the new microcode revision unconditionally
1918 - crypto: aes-generic - fix aes-generic regression on powerpc
1919 - tpm: separate cmd_ready/go_idle from runtime_pm
1920 - ARC: [plat-axs*]: Enable SWAP
1921 - misc: mic: SCIF Fix scif_get_new_port() error handling
1922 - ethtool: Remove trailing semicolon for static inline
1923 - i2c: aspeed: Add an explicit type casting for *get_clk_reg_val
1924 - Bluetooth: h5: Fix missing dependency on BT_HCIUART_SERDEV
1925 - gpio: tegra: Move driver registration to subsys_init level
1926 - selftests/bpf: fix a typo in map in map test
1927 - media: davinci: vpif_display: Mix memory leak on probe error path
1928 - media: dw2102: Fix memleak on sequence of probes
1929 - net: phy: Fix the register offsets in Broadcom iProc mdio mux driver
1930 - blk-mq: fix updating tags depth
1931 - scsi: target: fix __transport_register_session locking
1932 - md/raid5: fix data corruption of replacements after originals dropped
1933 - timers: Clear timer_base::must_forward_clk with timer_base::lock held
1934 - media: camss: csid: Configure data type and decode format properly
1935 - gpu: ipu-v3: default to id 0 on missing OF alias
1936 - misc: ti-st: Fix memory leak in the error path of probe()
1937 - uio: potential double frees if __uio_register_device() fails
1938 - firmware: vpd: Fix section enabled flag on vpd_section_destroy
1939 - Drivers: hv: vmbus: Cleanup synic memory free path
1940 - tty: rocket: Fix possible buffer overwrite on register_PCI
1941 - f2fs: fix to active page in lru list for read path
1942 - f2fs: do not set free of current section
1943 - f2fs: fix defined but not used build warnings
1944 - perf tools: Allow overriding MAX_NR_CPUS at compile time
1945 - NFSv4.0 fix client reference leak in callback
1946 - perf c2c report: Fix crash for empty browser
1947 - perf evlist: Fix error out while applying initial delay and LBR
1948 - macintosh/via-pmu: Add missing mmio accessors
1949 - ath9k: report tx status on EOSP
1950 - ath9k_hw: fix channel maximum power level test
1951 - ath10k: prevent active scans on potential unusable channels
1952 - wlcore: Set rx_status boottime_ns field on rx
1953 - MIPS: Fix ISA virt/bus conversion for non-zero PHYS_OFFSET
1954 - scsi: 3ware: fix return 0 on the error path of probe
1955 - tools/testing/nvdimm: kaddr and pfn can be NULL to ->direct_access()
1956 - ath10k: disable bundle mgmt tx completion event support
1957 - Bluetooth: hidp: Fix handling of strncpy for hid->name information
1958 - pinctrl: imx: off by one in imx_pinconf_group_dbg_show()
1959 - gpio: ml-ioh: Fix buffer underwrite on probe error path
1960 - pinctrl/amd: only handle irq if it is pending and unmasked
1961 - net: mvneta: fix mtu change on port without link
1962 - f2fs: try grabbing node page lock aggressively in sync scenario
1963 - f2fs: fix to skip GC if type in SSA and SIT is inconsistent
1964 - tpm_tis_spi: Pass the SPI IRQ down to the driver
1965 - tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
1966 - f2fs: fix to do sanity check with reserved blkaddr of inline inode
1967 - MIPS: Octeon: add missing of_node_put()
1968 - MIPS: generic: fix missing of_node_put()
1969 - net: dcb: For wild-card lookups, use priority -1, not 0
1970 - dm cache: only allow a single io_mode cache feature to be requested
1971 - Input: atmel_mxt_ts - only use first T9 instance
1972 - media: s5p-mfc: Fix buffer look up in s5p_mfc_handle_frame_{new, copy_time}
1973 functions
1974 - media: helene: fix xtal frequency setting at power on
1975 - f2fs: fix to wait on page writeback before updating page
1976 - f2fs: Fix uninitialized return in f2fs_ioc_shutdown()
1977 - iommu/ipmmu-vmsa: Fix allocation in atomic context
1978 - mfd: ti_am335x_tscadc: Fix struct clk memory leak
1979 - f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize
1980 - NFSv4.1: Fix a potential layoutget/layoutrecall deadlock
1981 - MIPS: WARN_ON invalid DMA cache maintenance, not BUG_ON
1982 - RDMA/cma: Do not ignore net namespace for unbound cm_id
1983 - inet: frags: change inet_frags_init_net() return value
1984 - inet: frags: add a pointer to struct netns_frags
1985 - inet: frags: refactor ipfrag_init()
1986 - inet: frags: refactor ipv6_frag_init()
1987 - inet: frags: refactor lowpan_net_frag_init()
1988 - ipv6: export ip6 fragments sysctl to unprivileged users
1989 - rhashtable: add schedule points
1990 - inet: frags: use rhashtables for reassembly units
1991 - inet: frags: remove some helpers
1992 - inet: frags: get rif of inet_frag_evicting()
1993 - inet: frags: remove inet_frag_maybe_warn_overflow()
1994 - inet: frags: break the 2GB limit for frags storage
1995 - inet: frags: do not clone skb in ip_expire()
1996 - ipv6: frags: rewrite ip6_expire_frag_queue()
1997 - rhashtable: reorganize struct rhashtable layout
1998 - inet: frags: reorganize struct netns_frags
1999 - inet: frags: get rid of ipfrag_skb_cb/FRAG_CB
2000 - inet: frags: fix ip6frag_low_thresh boundary
2001 - ip: discard IPv4 datagrams with overlapping segments.
2002 - net: modify skb_rbtree_purge to return the truesize of all purged skbs.
2003 - ipv6: defrag: drop non-last frags smaller than min mtu
2004 - net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends
2005 - mtd: ubi: wl: Fix error return code in ubi_wl_init()
2006 - tun: fix use after free for ptr_ring
2007 - tuntap: fix use after free during release
2008 - autofs: fix autofs_sbi() does not check super block type
2009 - KVM: PPC: Book3S HV: Use correct pagesize in kvm_unmap_radix()
2010 - ARC: [plat-axs*/plat-hsdk]: Allow U-Boot to pass MAC-address to the kernel
2011 - x86/apic/vector: Make error return value negative
2012 - tc-testing: flush gact actions on test teardown
2013 - pinctrl: berlin: fix 'pctrl->functions' allocation in
2014 berlin_pinctrl_build_state
2015 - powerpc/4xx: Fix error return path in ppc4xx_msi_probe()
2016 - scsi: qla2xxx: Fix unintended Logout
2017 - iwlwifi: pcie: don't access periphery registers when not available
2018 - f2fs: Keep alloc_valid_block_count in sync
2019 - f2fs: issue discard align to section in LFS mode
2020 - device-dax: avoid hang on error before devm_memremap_pages()
2021 - regulator: tps65217: Fix NULL pointer dereference on probe
2022 - gpio: pxa: disable pinctrl calls for PXA3xx
2023 - thermal_hwmon: Sanitize attribute name passed to hwmon
2024 - f2fs: fix to do sanity check with extra_attr feature
2025 - RDMA/hns: Add illegal hop_num judgement
2026 - RDMA/hns: Update the data type of immediate data
2027 - be2net: Fix memory leak in be_cmd_get_profile_config()
2028 - net/mlx5: Fix use-after-free in self-healing flow
2029 - net: qca_spi: Fix race condition in spi transfers
2030 - rds: fix two RCU related problems
2031 - net/mlx5: Check for error in mlx5_attach_interface
2032 - net/mlx5: Fix debugfs cleanup in the device init/remove flow
2033 - net/mlx5: E-Switch, Fix memory leak when creating switchdev mode FDB tables
2034 - net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPC
2035 - erspan: fix error handling for erspan tunnel
2036 - erspan: return PACKET_REJECT when the appropriate tunnel is not found
2037 - tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY
2038 - usb: dwc3: change stream event enable bit back to 13
2039 - iommu/io-pgtable-arm-v7s: Abort allocation when table address overflows the
2040 PTE
2041 - ALSA: msnd: Fix the default sample sizes
2042 - ALSA: usb-audio: Fix multiple definitions in AU0828_DEVICE() macro
2043 - xfrm: fix 'passing zero to ERR_PTR()' warning
2044 - amd-xgbe: use dma_mapping_error to check map errors
2045 - gfs2: Special-case rindex for gfs2_grow
2046 - clk: imx6ul: fix missing of_node_put()
2047 - clk: core: Potentially free connection id
2048 - clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failure
2049 - kbuild: add .DELETE_ON_ERROR special target
2050 - media: tw686x: Fix oops on buffer alloc failure
2051 - dmaengine: pl330: fix irq race with terminate_all
2052 - MIPS: ath79: fix system restart
2053 - media: videobuf2-core: check for q->error in vb2_core_qbuf()
2054 - IB/rxe: Drop QP0 silently
2055 - block: allow max_discard_segments to be stacked
2056 - IB/ipoib: Fix error return code in ipoib_dev_init()
2057 - mtd/maps: fix solutionengine.c printk format warnings
2058 - media: ov5645: Supported external clock is 24MHz
2059 - perf test: Fix subtest number when showing results
2060 - gfs2: Don't reject a supposedly full bitmap if we have blocks reserved
2061 - perf tools: Synthesize GROUP_DESC feature in pipe mode
2062 - fbdev: omapfb: off by one in omapfb_register_client()
2063 - perf tools: Fix struct comm_str removal crash
2064 - video: goldfishfb: fix memory leak on driver remove
2065 - fbdev/via: fix defined but not used warning
2066 - perf powerpc: Fix callchain ip filtering when return address is in a
2067 register
2068 - video: fbdev: pxafb: clear allocated memory for video modes
2069 - fbdev: Distinguish between interlaced and progressive modes
2070 - ARM: exynos: Clear global variable on init error path
2071 - perf powerpc: Fix callchain ip filtering
2072 - nvme-rdma: unquiesce queues when deleting the controller
2073 - powerpc/powernv: opal_put_chars partial write fix
2074 - staging: bcm2835-camera: fix timeout handling in wait_for_completion_timeout
2075 - staging: bcm2835-camera: handle wait_for_completion_timeout return properly
2076 - ASoC: rt5514: Fix the issue of the delay volume applied
2077 - MIPS: jz4740: Bump zload address
2078 - mac80211: restrict delayed tailroom needed decrement
2079 - Smack: Fix handling of IPv4 traffic received by PF_INET6 sockets
2080 - wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_alloc
2081 - reset: imx7: Fix always writing bits as 0
2082 - nfp: avoid buffer leak when FW communication fails
2083 - xen-netfront: fix queue name setting
2084 - arm64: dts: qcom: db410c: Fix Bluetooth LED trigger
2085 - ARM: dts: qcom: msm8974-hammerhead: increase load on l20 for sdhci
2086 - s390/qeth: fix race in used-buffer accounting
2087 - s390/qeth: reset layer2 attribute on layer switch
2088 - platform/x86: toshiba_acpi: Fix defined but not used build warnings
2089 - KVM: arm/arm64: Fix vgic init race
2090 - drivers/base: stop new probing during shutdown
2091 - i2c: aspeed: Fix initial values of master and slave state
2092 - dmaengine: mv_xor_v2: kill the tasklets upon exit
2093 - crypto: sharah - Unregister correct algorithms for SAHARA 3
2094 - xen-netfront: fix warn message as irq device name has '/'
2095 - RDMA/cma: Protect cma dev list with lock
2096 - pstore: Fix incorrect persistent ram buffer mapping
2097 - xen/netfront: fix waiting for xenbus state change
2098 - IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handler
2099 - mmc: omap_hsmmc: fix wakeirq handling on removal
2100 - ipmi: Fix I2C client removal in the SSIF driver
2101 - Tools: hv: Fix a bug in the key delete code
2102 - xhci: Fix use after free for URB cancellation on a reallocated endpoint
2103 - usb: Don't die twice if PCI xhci host is not responding in resume
2104 - mei: ignore not found client in the enumeration
2105 - mei: bus: need to unlink client before freeing
2106 - USB: Add quirk to support DJI CineSSD
2107 - usb: uas: add support for more quirk flags
2108 - usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()
2109 - usb: host: u132-hcd: Fix a sleep-in-atomic-context bug in u132_get_frame()
2110 - USB: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB controller
2111 - usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0
2112 - USB: net2280: Fix erroneous synchronization change
2113 - USB: serial: io_ti: fix array underflow in completion handler
2114 - usb: misc: uss720: Fix two sleep-in-atomic-context bugs
2115 - USB: serial: ti_usb_3410_5052: fix array underflow in completion handler
2116 - USB: yurex: Fix buffer over-read in yurex_write()
2117 - Revert "cdc-acm: implement put_char() and flush_chars()"
2118 - cifs: prevent integer overflow in nxt_dir_entry()
2119 - CIFS: fix wrapping bugs in num_entries()
2120 - xtensa: ISS: don't allocate memory in platform_setup
2121 - perf/core: Force USER_DS when recording user stack data
2122 - NFSv4.1 fix infinite loop on I/O.
2123 - binfmt_elf: Respect error return from `regset->active'
2124 - net/mlx5: Add missing SET_DRIVER_VERSION command translation
2125 - arm64: dts: uniphier: Add missing cooling device properties for CPUs
2126 - audit: fix use-after-free in audit_add_watch
2127 - mtdchar: fix overflows in adjustment of `count`
2128 - Bluetooth: Use lock_sock_nested in bt_accept_enqueue
2129 - evm: Don't deadlock if a crypto algorithm is unavailable
2130 - KVM: PPC: Book3S HV: Add of_node_put() in success path
2131 - security: check for kstrdup() failure in lsm_append()
2132 - MIPS: loongson64: cs5536: Fix PCI_OHCI_INT_REG reads
2133 - configfs: fix registered group removal
2134 - pinctrl: rza1: Fix selector use for groups and functions
2135 - sched/core: Use smp_mb() in wake_woken_function()
2136 - efi/esrt: Only call efi_mem_reserve() for boot services memory
2137 - ARM: hisi: handle of_iomap and fix missing of_node_put
2138 - ARM: hisi: fix error handling and missing of_node_put
2139 - ARM: hisi: check of_iomap and fix missing of_node_put
2140 - liquidio: fix hang when re-binding VF host drv after running DPDK VF driver
2141 - gpu: ipu-v3: csi: pass back mbus_code_to_bus_cfg error codes
2142 - tty: fix termios input-speed encoding when using BOTHER
2143 - tty: fix termios input-speed encoding
2144 - mmc: sdhci-of-esdhc: set proper dma mask for ls104x chips
2145 - mmc: tegra: prevent HS200 on Tegra 3
2146 - mmc: sdhci: do not try to use 3.3V signaling if not supported
2147 - drm/nouveau: Fix runtime PM leak in drm_open()
2148 - drm/nouveau/debugfs: Wake up GPU before doing any reclocking
2149 - drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping
2150 - parport: sunbpp: fix error return code
2151 - sched/fair: Fix util_avg of new tasks for asymmetric systems
2152 - coresight: Handle errors in finding input/output ports
2153 - coresight: tpiu: Fix disabling timeouts
2154 - coresight: ETM: Add support for Arm Cortex-A73 and Cortex-A35
2155 - staging: bcm2835-audio: Don't leak workqueue if open fails
2156 - gpio: pxa: Fix potential NULL dereference
2157 - gpiolib: Mark gpio_suffixes array with __maybe_unused
2158 - mfd: 88pm860x-i2c: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
2159 - input: rohm_bu21023: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
2160 - drm/amdkfd: Fix error codes in kfd_get_process
2161 - rtc: bq4802: add error handling for devm_ioremap
2162 - ALSA: pcm: Fix snd_interval_refine first/last with open min/max
2163 - scsi: libfc: fixup 'sleeping function called from invalid context'
2164 - drm/panel: type promotion bug in s6e8aa0_read_mtp_id()
2165 - blk-mq: only attempt to merge bio if there is rq in sw queue
2166 - blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()
2167 - pinctrl: msm: Fix msm_config_group_get() to be compliant
2168 - pinctrl: qcom: spmi-gpio: Fix pmic_gpio_config_get() to be compliant
2169 - clk: tegra: bpmp: Don't crash when a clock fails to register
2170 - mei: bus: type promotion bug in mei_nfc_if_version()
2171 - earlycon: Initialize port->uartclk based on clock-frequency property
2172 - earlycon: Remove hardcoded port->uartclk initialization in of_setup_earlycon
2173 - net/ipv6: prevent use after free in ip6_route_mpath_notify
2174 - Partial revert "e1000e: Avoid receiver overrun interrupt bursts"
2175 - e1000e: Fix queue interrupt re-raising in Other interrupt
2176 - e1000e: Avoid missed interrupts following ICR read
2177 - Revert "e1000e: Separate signaling for link check/link up"
2178 - e1000e: Fix link check race condition
2179 - e1000e: Fix check_for_link return value with autoneg off
2180 - tipc: orphan sock in tipc_release()
2181 - net/mlx5: Fix not releasing read lock when adding flow rules
2182 - iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer register
2183 - iwlwifi: cancel the injective function between hw pointers to tfd entry
2184 index
2185 - kbuild: do not update config when running install targets
2186 - omapfb: rename omap2 module to omap2fb.ko
2187 - [Config] Rename omapfb to omap2fb
2188 - perf script: Show correct offsets for DWARF-based unwinding
2189 - iommu/ipmmu-vmsa: IMUCTRn.TTSEL needs a special usage on R-Car Gen3
2190 - ipmi: Move BT capabilities detection to the detect call
2191 - ovl: fix oopses in ovl_fill_super() failure paths
2192 - usb: xhci: fix interrupt transfer error happened on MTK platforms
2193 - usb: mtu3: fix error of xhci port id when enable U3 dual role
2194 - dm verity: fix crash on bufio buffer that was allocated with vmalloc
2195 - cifs: integer overflow in in SMB2_ioctl()
2196 - perf tools: Fix maps__find_symbol_by_name()
2197 - NFSv4: Fix a tracepoint Oops in initiate_file_draining()
2198 - of: add helper to lookup compatible child node
2199 - mmc: meson-mx-sdio: fix OF child-node lookup
2200 - bpf: fix rcu annotations in compute_effective_progs()
2201 - spi: dw: fix possible race condition
2202 - PM / devfreq: use put_device() instead of kfree()
2203 - ASoC: hdmi-codec: fix routing
2204 - drm/amd/display: support access ddc for mst branch
2205 - rcutorture: Use monotonic timestamp for stall detection
2206 - selftests: vDSO - fix to return KSFT_SKIP when test couldn't be run
2207 - selftests/android: initialize heap_type to avoid compiling warning
2208 - scsi: lpfc: Fix NVME Target crash in defer rcv logic
2209 - scsi: lpfc: Fix panic if driver unloaded when port is offline
2210 - arm64: perf: Disable PMU while processing counter overflows
2211 - staging: fsl-dpaa2/eth: Fix DMA mapping direction
2212 - block/DAC960.c: fix defined but not used build warnings
2213 - IB/mlx5: fix uaccess beyond "count" in debugfs read/write handlers
2214
2215 * Bionic update: upstream stable patchset 2019-07-09 (LP: #1835972)
2216 - vti6: fix PMTU caching and reporting on xmit
2217 - xfrm: fix missing dst_release() after policy blocking lbcast and multicast
2218 - xfrm: free skb if nlsk pointer is NULL
2219 - esp6: fix memleak on error path in esp6_input
2220 - mac80211: add stations tied to AP_VLANs during hw reconfig
2221 - ext4: clear mmp sequence number when remounting read-only
2222 - nl80211: Add a missing break in parse_station_flags
2223 - drm/bridge: adv7511: Reset registers on hotplug
2224 - scsi: target: iscsi: cxgbit: fix max iso npdu calculation
2225 - scsi: libiscsi: fix possible NULL pointer dereference in case of TMF
2226 - drm/imx: imx-ldb: disable LDB on driver bind
2227 - drm/imx: imx-ldb: check if channel is enabled before printing warning
2228 - nbd: don't requeue the same request twice.
2229 - nbd: handle unexpected replies better
2230 - usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in
2231 init_controller()
2232 - usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in
2233 r8a66597_queue()
2234 - usb: gadget: f_uac2: fix error handling in afunc_bind (again)
2235 - usb: gadget: u_audio: fix pcm/card naming in g_audio_setup()
2236 - usb: gadget: u_audio: update hw_ptr in iso_complete after data copied
2237 - usb: gadget: u_audio: remove caching of stream buffer parameters
2238 - usb: gadget: u_audio: remove cached period bytes value
2239 - usb: gadget: u_audio: protect stream runtime fields with stream spinlock
2240 - usb/phy: fix PPC64 build errors in phy-fsl-usb.c
2241 - tools: usb: ffs-test: Fix build on big endian systems
2242 - usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'
2243 - netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()
2244 - bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xadd
2245 - netfilter: nf_tables: fix memory leaks on chain rename
2246 - netfilter: nf_tables: don't allow to rename to already-pending name
2247 - KVM: vmx: use local variable for current_vmptr when emulating VMPTRST
2248 - tools/power turbostat: fix -S on UP systems
2249 - net: caif: Add a missing rcu_read_unlock() in caif_flow_cb
2250 - qed: Fix link flap issue due to mismatching EEE capabilities.
2251 - qed: Fix possible race for the link state value.
2252 - qed: Correct Multicast API to reflect existence of 256 approximate buckets.
2253 - atl1c: reserve min skb headroom
2254 - net: prevent ISA drivers from building on PPC32
2255 - can: mpc5xxx_can: check of_iomap return before use
2256 - can: m_can: Move accessing of message ram to after clocks are enabled
2257 - i2c: davinci: Avoid zero value of CLKH
2258 - perf/x86/amd/ibs: Don't access non-started event
2259 - media: staging: omap4iss: Include asm/cacheflush.h after generic includes
2260 - bnx2x: Fix invalid memory access in rss hash config path.
2261 - net: axienet: Fix double deregister of mdio
2262 - locking/rtmutex: Allow specifying a subclass for nested locking
2263 - i2c/mux, locking/core: Annotate the nested rt_mutex usage
2264 - sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE
2265 - x86/boot: Fix if_changed build flip/flop bug
2266 - selftests/ftrace: Add snapshot and tracing_on test case
2267 - ipc/sem.c: prevent queue.status tearing in semop
2268 - zswap: re-check zswap_is_full() after do zswap_shrink()
2269 - tools/power turbostat: Read extended processor family from CPUID
2270 - ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_size
2271 - bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()
2272 - nfp: flower: fix port metadata conversion bug
2273 - enic: handle mtu change for vf properly
2274 - ARC: [plat-eznps] Add missing struct nps_host_reg_aux_dpc
2275 - arc: [plat-eznps] fix data type errors in platform headers
2276 - arc: [plat-eznps] fix printk warning in arc/plat-eznps/mtm.c
2277 - arc: fix build errors in arc/include/asm/delay.h
2278 - arc: fix type warnings in arc/mm/cache.c
2279 - sparc/time: Add missing __init to init_tick_ops()
2280 - sparc: use asm-generic version of msi.h
2281 - enic: do not call enic_change_mtu in enic_probe
2282 - mm: delete historical BUG from zap_pmd_range()
2283 - drivers: net: lmc: fix case value for target abort error
2284 - memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failure
2285 - gpiolib-acpi: make sure we trigger edge events at least once on boot
2286 - scsi: fcoe: fix use-after-free in fcoe_ctlr_els_send
2287 - scsi: fcoe: drop frames in ELS LOGO error path
2288 - scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATED
2289 - mm/memory.c: check return value of ioremap_prot
2290 - mei: don't update offset in write
2291 - cifs: add missing debug entries for kconfig options
2292 - cifs: check kmalloc before use
2293 - smb3: enumerating snapshots was leaving part of the data off end
2294 - smb3: Do not send SMB3 SET_INFO if nothing changed
2295 - smb3: don't request leases in symlink creation and query
2296 - smb3: fill in statfs fsid and correct namelen
2297 - btrfs: use correct compare function of dirty_metadata_bytes
2298 - btrfs: don't leak ret from do_chunk_alloc
2299 - Btrfs: fix btrfs_write_inode vs delayed iput deadlock
2300 - iommu/arm-smmu: Error out only if not enough context interrupts
2301 - printk: Split the code for storing a message into the log buffer
2302 - printk: Create helper function to queue deferred console handling
2303 - printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
2304 - kprobes/arm64: Fix %p uses in error messages
2305 - arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()
2306 - arm64: dts: rockchip: corrected uart1 clock-names for rk3328
2307 - KVM: arm/arm64: Skip updating PMD entry if no change
2308 - KVM: arm/arm64: Skip updating PTE entry if no change
2309 - stop_machine: Reflow cpu_stop_queue_two_works()
2310 - ext4: check for NUL characters in extended attribute's name
2311 - ext4: sysfs: print ext4_super_block fields as little-endian
2312 - ext4: reset error code in ext4_find_entry in fallback
2313 - platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, too
2314 - x86/vdso: Fix vDSO build if a retpoline is emitted
2315 - x86/process: Re-export start_thread()
2316 - x86/kvm/vmx: Remove duplicate l1d flush definitions
2317 - fuse: Add missed unlock_page() to fuse_readpages_fill()
2318 - udl-kms: change down_interruptible to down
2319 - udl-kms: handle allocation failure
2320 - udl-kms: fix crash due to uninitialized memory
2321 - udl-kms: avoid division
2322 - b43legacy/leds: Ensure NUL-termination of LED name string
2323 - b43/leds: Ensure NUL-termination of LED name string
2324 - ASoC: dpcm: don't merge format from invalid codec dai
2325 - ASoC: zte: Fix incorrect PCM format bit usages
2326 - ASoC: sirf: Fix potential NULL pointer dereference
2327 - pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show()
2328 - x86/vdso: Fix lsl operand order
2329 - x86/irqflags: Mark native_restore_fl extern inline
2330 - x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()
2331 - s390/mm: fix addressing exception after suspend/resume
2332 - s390/numa: move initial setup of node_to_cpumask_map
2333 - kprobes/arm: Fix %p uses in error messages
2334 - kprobes: Make list and blacklist root user read only
2335 - MIPS: Correct the 64-bit DSP accumulator register size
2336 - MIPS: Always use -march=<arch>, not -<arch> shortcuts
2337 - MIPS: Change definition of cpu_relax() for Loongson-3
2338 - MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7
2339 - tpm: Return the actual size when receiving an unsupported command
2340 - scsi: mpt3sas: Fix _transport_smp_handler() error path
2341 - scsi: sysfs: Introduce sysfs_{un,}break_active_protection()
2342 - scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock
2343 - clk: rockchip: fix clk_i2sout parent selection bits on rk3399
2344 - PM / clk: signedness bug in of_pm_clk_add_clks()
2345 - power: generic-adc-battery: fix out-of-bounds write when copying channel
2346 properties
2347 - power: generic-adc-battery: check for duplicate properties copied from iio
2348 channels
2349 - watchdog: Mark watchdog touch functions as notrace
2350 - gcc-plugins: Add include required by GCC release 8
2351 - gcc-plugins: Use dynamic initializers
2352 - Btrfs: fix send failure when root has deleted files still open
2353 - Btrfs: send, fix incorrect file layout after hole punching beyond eof
2354 - hwmon: (k10temp) 27C Offset needed for Threadripper2
2355 - KVM: arm/arm64: Fix potential loss of ptimer interrupts
2356 - KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked
2357 - perf kvm: Fix subcommands on s390
2358 - ext4: use ext4_warning() for sb_getblk failure
2359 - platform/x86: wmi: Do not mix pages and kmalloc
2360 - KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
2361 - lib/vsprintf: Do not handle %pO[^F] as %px
2362 - soc: qcom: rmtfs-mem: fix memleak in probe error paths
2363 - kprobes: Show blacklist addresses as same as kallsyms does
2364 - kprobes: Replace %p with other pointer types
2365 - MIPS: memset.S: Fix byte_fixup for MIPSr6
2366 - mtd: rawnand: qcom: wait for desc completion in all BAM channels
2367 - net: 6lowpan: fix reserved space for single frames
2368 - net: mac802154: tx: expand tailroom if necessary
2369 - 9p/net: Fix zero-copy path in the 9p virtio transport
2370 - spi: davinci: fix a NULL pointer dereference
2371 - spi: pxa2xx: Add support for Intel Ice Lake
2372 - spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe
2373 - spi: cadence: Change usleep_range() to udelay(), for atomic context
2374 - mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITS
2375 - readahead: stricter check for bdi io_pages
2376 - block: blk_init_allocated_queue() set q->fq as NULL in the fail case
2377 - block: really disable runtime-pm for blk-mq
2378 - drm/i915/userptr: reject zero user_size
2379 - libertas: fix suspend and resume for SDIO connected cards
2380 - media: Revert "[media] tvp5150: fix pad format frame height"
2381 - mailbox: xgene-slimpro: Fix potential NULL pointer dereference
2382 - Replace magic for trusting the secondary keyring with #define
2383 - powerpc/fadump: handle crash memory ranges array index overflow
2384 - powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.
2385 - PCI: Add wrappers for dev_printk()
2386 - cxl: Fix wrong comparison in cxl_adapter_context_get()
2387 - ib_srpt: Fix a use-after-free in srpt_close_ch()
2388 - RDMA/rxe: Set wqe->status correctly if an unexpected response is received
2389 - 9p: fix multiple NULL-pointer-dereferences
2390 - fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed
2391 - 9p/virtio: fix off-by-one error in sg list bounds check
2392 - net/9p/client.c: version pointer uninitialized
2393 - net/9p/trans_fd.c: fix race-condition by flushing workqueue before the
2394 kfree()
2395 - dm integrity: change 'suspending' variable from bool to int
2396 - dm thin: stop no_space_timeout worker when switching to write-mode
2397 - dm cache metadata: save in-core policy_hint_size to on-disk superblock
2398 - dm cache metadata: set dirty on all cache blocks after a crash
2399 - dm crypt: don't decrease device limits
2400 - uart: fix race between uart_put_char() and uart_shutdown()
2401 - Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
2402 - iio: sca3000: Fix missing return in switch
2403 - iio: ad9523: Fix displayed phase
2404 - iio: ad9523: Fix return value for ad952x_store()
2405 - extcon: Release locking when sending the notification of connector state
2406 - vmw_balloon: fix inflation of 64-bit GFNs
2407 - vmw_balloon: do not use 2MB without batching
2408 - vmw_balloon: VMCI_DOORBELL_SET does not check status
2409 - vmw_balloon: fix VMCI use when balloon built into kernel
2410 - rtc: omap: fix potential crash on power off
2411 - tracing: Do not call start/stop() functions when tracing_on does not change
2412 - tracing/blktrace: Fix to allow setting same value
2413 - printk/tracing: Do not trace printk_nmi_enter()
2414 - livepatch: Validate module/old func name length
2415 - uprobes: Use synchronize_rcu() not synchronize_sched()
2416 - mfd: hi655x: Fix regmap area declared size for hi655x
2417 - ovl: fix wrong use of impure dir cache in ovl_iterate()
2418 - drivers/block/zram/zram_drv.c: fix bug storing backing_dev
2419 - cpufreq: governor: Avoid accessing invalid governor_data
2420 - PM / sleep: wakeup: Fix build error caused by missing SRCU support
2421 - KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages
2422 - xtensa: limit offsets in __loop_cache_{all,page}
2423 - xtensa: increase ranges in ___invalidate_{i,d}cache_all
2424 - block, bfq: return nbytes and not zero from struct cftype .write() method
2425 - pnfs/blocklayout: off by one in bl_map_stripe()
2426 - NFSv4 client live hangs after live data migration recovery
2427 - NFSv4: Fix locking in pnfs_generic_recover_commit_reqs
2428 - NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()
2429 - ARM: tegra: Fix Tegra30 Cardhu PCA954x reset
2430 - iommu/vt-d: Add definitions for PFSID
2431 - iommu/vt-d: Fix dev iotlb pfsid use
2432 - sys: don't hold uts_sem while accessing userspace memory
2433 - userns: move user access out of the mutex
2434 - ubifs: Fix memory leak in lprobs self-check
2435 - ubifs: Check data node size before truncate
2436 - ubifs: Fix synced_i_size calculation for xattr inodes
2437 - pwm: tiehrpwm: Don't use emulation mode bits to control PWM output
2438 - pwm: tiehrpwm: Fix disabling of output of PWMs
2439 - fb: fix lost console when the user unplugs a USB adapter
2440 - udlfb: set optimal write delay
2441 - libnvdimm: fix ars_status output length calculation
2442 - bcache: release dc->writeback_lock properly in bch_writeback_thread()
2443 - perf auxtrace: Fix queue resize
2444 - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
2445 - crypto: caam/jr - fix descriptor DMA unmapping
2446 - crypto: caam/qi - fix error path in xts setkey
2447 - arm64: mm: always enable CONFIG_HOLES_IN_ZONE
2448 - mmc: renesas_sdhi_internal_dmac: mask DMAC interrupts
2449 - blkcg: Introduce blkg_root_lookup()
2450 - powerpc64/ftrace: Include ftrace.h needed for enable/disable calls
2451 - IB/mlx5: Fix leaking stack memory to userspace
2452 - rtc: omap: fix resource leak in registration error path
2453 - ACPICA: AML Parser: skip opcodes that open a scope upon parse failure
2454 - ALSA: ac97: fix device initialization in the compat layer
2455 - ALSA: ac97: fix check of pm_runtime_get_sync failure
2456 - ALSA: ac97: fix unbalanced pm_runtime_enable
2457 - nfsd: fix leaked file lock with nfs exported overlayfs
2458 - ubifs: Fix directory size calculation for symlinks
2459 - mm, dev_pagemap: Do not clear ->mapping on final put
2460 - act_ife: fix a potential use-after-free
2461 - ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT
2462 state
2463 - net: bcmgenet: use MAC link status for fixed phy
2464 - net: macb: do not disable MDIO bus at open/close time
2465 - qlge: Fix netdev features configuration.
2466 - r8169: add support for NCube 8168 network card
2467 - tcp: do not restart timewait timer on rst reception
2468 - vti6: remove !skb->ignore_df check from vti6_xmit()
2469 - net/sched: act_pedit: fix dump of extended layered op
2470 - tipc: fix a missing rhashtable_walk_exit()
2471 - nfp: wait for posted reconfigs when disabling the device
2472 - sctp: hold transport before accessing its asoc in sctp_transport_get_next
2473 - mlxsw: spectrum_switchdev: Do not leak RIFs when removing bridge
2474 - vhost: correctly check the iova range when waking virtqueue
2475 - hv_netvsc: ignore devices that are not PCI
2476 - act_ife: move tcfa_lock down to where necessary
2477 - act_ife: fix a potential deadlock
2478 - net: sched: action_ife: take reference to meta module
2479 - cifs: check if SMB2 PDU size has been padded and suppress the warning
2480 - hfsplus: don't return 0 when fill_super() failed
2481 - hfs: prevent crash on exit from failed search
2482 - sunrpc: Don't use stack buffer with scatterlist
2483 - fork: don't copy inconsistent signal handler state to child
2484 - reiserfs: change j_timestamp type to time64_t
2485 - hfsplus: fix NULL dereference in hfsplus_lookup()
2486 - fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries
2487 - fat: validate ->i_start before using
2488 - scripts: modpost: check memory allocation results
2489 - virtio: pci-legacy: Validate queue pfn
2490 - x86/mce: Add notifier_block forward declaration
2491 - IB/hfi1: Invalid NUMA node information can cause a divide by zero
2492 - pwm: meson: Fix mux clock names
2493 - mm/fadvise.c: fix signed overflow UBSAN complaint
2494 - fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()
2495 - platform/x86: intel_punit_ipc: fix build errors
2496 - netfilter: ip6t_rpfilter: set F_IFACE for linklocal addresses
2497 - s390/kdump: Fix memleak in nt_vmcoreinfo
2498 - ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()
2499 - mfd: sm501: Set coherent_dma_mask when creating subdevices
2500 - platform/x86: asus-nb-wmi: Add keymap entry for lid flip action on UX360
2501 - netfilter: fix memory leaks on netlink_dump_start error
2502 - tcp, ulp: add alias for all ulp modules
2503 - RDMA/hns: Fix usage of bitmap allocation functions return values
2504 - net: hns3: Fix for command format parsing error in
2505 hclge_is_all_function_id_zero
2506 - perf tools: Check for null when copying nsinfo.
2507 - irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMP
2508 - net/9p/trans_fd.c: fix race by holding the lock
2509 - net/9p: fix error path of p9_virtio_probe
2510 - powerpc/uaccess: Enable get_user(u64, *p) on 32-bit
2511 - powerpc: Fix size calculation using resource_size()
2512 - perf probe powerpc: Fix trace event post-processing
2513 - block: bvec_nr_vecs() returns value for wrong slab
2514 - s390/dasd: fix hanging offline processing due to canceled worker
2515 - s390/dasd: fix panic for failed online processing
2516 - ACPI / scan: Initialize status to ACPI_STA_DEFAULT
2517 - scsi: aic94xx: fix an error code in aic94xx_init()
2518 - NFSv4: Fix error handling in nfs4_sp4_select_mode()
2519 - Input: do not use WARN() in input_alloc_absinfo()
2520 - xen/balloon: fix balloon initialization for PVH Dom0
2521 - PCI: mvebu: Fix I/O space end address calculation
2522 - dm kcopyd: avoid softlockup in run_complete_job
2523 - staging: comedi: ni_mio_common: fix subdevice flags for PFI subdevice
2524 - ASoC: rt5677: Fix initialization of rt5677_of_match.data
2525 - iommu/omap: Fix cache flushes on L2 table entries
2526 - selftests/powerpc: Kill child processes on SIGINT
2527 - RDS: IB: fix 'passing zero to ERR_PTR()' warning
2528 - cfq: Suppress compiler warnings about comparisons
2529 - smb3: fix reset of bytes read and written stats
2530 - SMB3: Number of requests sent should be displayed for SMB3 not just CIFS
2531 - powerpc/platforms/85xx: fix t1042rdb_diu.c build errors & warning
2532 - powerpc/64s: Make rfi_flush_fallback a little more robust
2533 - powerpc/pseries: Avoid using the size greater than RTAS_ERROR_LOG_MAX.
2534 - clk: rockchip: Add pclk_rkpwm_pmu to PMU critical clocks in rk3399
2535 - KVM: vmx: track host_state.loaded using a loaded_vmcs pointer
2536 - kvm: nVMX: Fix fault vector for VMX operation at CPL > 0
2537 - btrfs: Exit gracefully when chunk map cannot be inserted to the tree
2538 - btrfs: replace: Reset on-disk dev stats value after replace
2539 - btrfs: relocation: Only remove reloc rb_trees if reloc control has been
2540 initialized
2541 - btrfs: Don't remove block group that still has pinned down bytes
2542 - arm64: rockchip: Force CONFIG_PM on Rockchip systems
2543 - ARM: rockchip: Force CONFIG_PM on Rockchip systems
2544 - drm/i915/lpe: Mark LPE audio runtime pm as "no callbacks"
2545 - drm/amdgpu: Fix RLC safe mode test in gfx_v9_0_enter_rlc_safe_mode
2546 - drm/amd/pp/Polaris12: Fix a chunk of registers missed to program
2547 - drm/amdgpu: update tmr mc address
2548 - drm/amdgpu:add tmr mc address into amdgpu_firmware_info
2549 - drm/amdgpu:add new firmware id for VCN
2550 - drm/amdgpu:add VCN support in PSP driver
2551 - drm/amdgpu:add VCN booting with firmware loaded by PSP
2552 - debugobjects: Make stack check warning more informative
2553 - mm: Fix devm_memremap_pages() collision handling
2554 - HID: add quirk for another PIXART OEM mouse used by HP
2555 - usb: dwc3: core: Fix ULPI PHYs and prevent phy_get/ulpi_init during
2556 suspend/resume
2557 - x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clear
2558 - x86/xen: don't write ptes directly in 32-bit PV guests
2559 - drm/i915: Increase LSPCON timeout
2560 - kbuild: make missing $DEPMOD a Warning instead of an Error
2561 - kvm: x86: Set highest physical address bits in non-present/reserved SPTEs
2562 - x86: kvm: avoid unused variable warning
2563 - arm64: cpu_errata: include required headers
2564 - ASoC: wm8994: Fix missing break in switch
2565 - arm64: Fix mismatched cache line size detection
2566 - arm64: Handle mismatched cache type
2567 - tipc: fix the big/little endian issue in tipc_dest
2568 - ip6_vti: fix a null pointer deference when destroy vti6 tunnel
2569 - workqueue: skip lockdep wq dependency in cancel_work_sync()
2570 - workqueue: re-add lockdep dependencies for flushing
2571 - apparmor: fix an error code in __aa_create_ns()
2572 - tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattach
2573 - netfilter: x_tables: do not fail xt_alloc_table_info too easilly
2574 - ACPICA: ACPICA: add status check for acpi_hw_read before assigning return
2575 value
2576 - PCI: Match Root Port's MPS to endpoint's MPSS as necessary
2577 - coccicheck: return proper error code on fail
2578 - RISC-V: Use KBUILD_CFLAGS instead of KCFLAGS when building the vDSO
2579 - blk-mq: count the hctx as active before allocating tag
2580 - selinux: cleanup dentry and inodes on error in selinuxfs
2581 - drm/amd/display: Read back max backlight value at boot
2582 - btrfs: check-integrity: Fix NULL pointer dereference for degraded mount
2583 - btrfs: lift uuid_mutex to callers of btrfs_open_devices
2584 - btrfs: Fix a C compliance issue
2585 - drm/i915: Nuke the LVDS lid notifier
2586 - drm/edid: Quirk Vive Pro VR headset non-desktop.
2587 - drm/amd/display: fix type of variable
2588 - drm/amd/display: Don't share clk source between DP and HDMI
2589 - drm/amd/display: update clk for various HDMI color depths
2590 - drm/amd/display: Use requested HDMI aspect ratio
2591 - drm/rockchip: lvds: add missing of_node_put
2592 - drm/amd/display: Pass connector id when executing VBIOS CT
2593 - drm/amd/display: Check if clock source in use before disabling
2594 - drm/amdgpu: fix incorrect use of fcheck
2595 - drm/amdgpu: fix incorrect use of drm_file->pid
2596 - drm/i915: set DP Main Stream Attribute for color range on DDI platforms
2597 - x86/tsc: Prevent result truncation on 32bit
2598
2599 * [Regression] Colour banding appears on Lenovo B50-80 integrated display
2600 (LP: #1788308) // Bionic update: upstream stable patchset 2019-07-09
2601 (LP: #1835972)
2602 - drm/edid: Add 6 bpc quirk for SDC panel in Lenovo B50-80
2603
2604 * CVE-2019-12819
2605 - mdio_bus: Fix use-after-free on device_register fails
2606
2607 * proc_thermal flooding dmesg (LP: #1824690)
2608 - drivers: thermal: processor_thermal: Downgrade error message
2609
2610 * Bionic update: upstream stable patchset 2019-07-08 (LP: #1835845)
2611 - bonding: avoid lockdep confusion in bond_get_stats()
2612 - inet: frag: enforce memory limits earlier
2613 - ipv4: frags: handle possible skb truesize change
2614 - net: dsa: Do not suspend/resume closed slave_dev
2615 - net: stmmac: Fix WoL for PCI-based setups
2616 - rxrpc: Fix user call ID check in rxrpc_service_prealloc_one
2617 - can: ems_usb: Fix memory leak on ems_usb_disconnect()
2618 - virtio_balloon: fix another race between migration and ballooning
2619 - x86/apic: Future-proof the TSC_DEADLINE quirk for SKX
2620 - kvm: x86: vmx: fix vpid leak
2621 - audit: fix potential null dereference 'context->module.name'
2622 - userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK fails
2623 - RDMA/uverbs: Expand primary and alt AV port checks
2624 - crypto: padlock-aes - Fix Nano workaround data corruption
2625 - drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formats
2626 - scsi: sg: fix minor memory leak in error path
2627 - net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager
2628 - net/mlx5e: Set port trust mode to PCP as default
2629 - x86/efi: Access EFI MMIO data as unencrypted when SEV is active
2630 - drm/atomic: Check old_plane_state->crtc in drm_atomic_helper_async_check()
2631 - drm/atomic: Initialize variables in drm_atomic_helper_async_check() to make
2632 gcc happy
2633 - scsi: qla2xxx: Fix unintialized List head crash
2634 - scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletion
2635 - scsi: qla2xxx: Fix ISP recovery on unload
2636 - scsi: qla2xxx: Return error when TMF returns
2637 - genirq: Make force irq threading setup more robust
2638 - nohz: Fix local_timer_softirq_pending()
2639 - nohz: Fix missing tick reprogram when interrupting an inline softirq
2640 - ring_buffer: tracing: Inherit the tracing setting to next ring buffer
2641 - i2c: imx: Fix reinit_completion() use
2642 - Btrfs: fix file data corruption after cloning a range and fsync
2643 - nvme-pci: allocate device queues storage space at probe
2644 - nvme-pci: Fix queue double allocations
2645 - xfs: catch inode allocation state mismatch corruption
2646 - xfs: validate cached inodes are free when allocated
2647 - perf/x86/intel/uncore: Fix hardcoded index of Broadwell extra PCI devices
2648 - parisc: Enable CONFIG_MLONGCALLS by default
2649 - parisc: Define mb() and add memory barriers to assembler unlock sequences
2650 - kasan: add no_sanitize attribute for clang builds
2651 - Mark HI and TASKLET softirq synchronous
2652 - xen/netfront: don't cache skb_shinfo()
2653 - scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management
2654 enabled
2655 - scsi: qla2xxx: Fix memory leak for allocating abort IOCB
2656 - init: rename and re-order boot_cpu_state_init()
2657 - root dentries need RCU-delayed freeing
2658 - make sure that __dentry_kill() always invalidates d_seq, unhashed or not
2659 - fix mntput/mntput race
2660 - fix __legitimize_mnt()/mntput() race
2661 - mtd: nand: qcom: Add a NULL check for devm_kasprintf()
2662 - phy: phy-mtk-tphy: use auto instead of force to bypass utmi signals
2663 - ARM: dts: imx6sx: fix irq for pcie bridge
2664 - kprobes/x86: Fix %p uses in error messages
2665 - x86/irqflags: Provide a declaration for native_save_fl
2666 - x86/apic: Ignore secondary threads if nosmt=force
2667 - x86/mm/kmmio: Make the tracer robust against L1TF
2668 - tools headers: Synchronise x86 cpufeatures.h for L1TF additions
2669 - x86/microcode: Allow late microcode loading with SMT disabled
2670 - x86/smp: fix non-SMP broken build due to redefinition of
2671 apic_id_is_primary_thread
2672 - cpu/hotplug: Non-SMP machines do not make use of booted_once
2673 - sched/deadline: Update rq_clock of later_rq when pushing a task
2674 - zram: remove BD_CAP_SYNCHRONOUS_IO with writeback feature
2675 - x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
2676 - x86: i8259: Add missing include file
2677 - kbuild: verify that $DEPMOD is installed
2678 - crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()
2679 - crypto: vmac - require a block cipher with 128-bit block size
2680 - crypto: vmac - separate tfm and request context
2681 - crypto: blkcipher - fix crash flushing dcache in error path
2682 - crypto: ablkcipher - fix crash flushing dcache in error path
2683 - crypto: skcipher - fix aligning block size in skcipher_copy_iv()
2684 - crypto: skcipher - fix crash flushing dcache in error path
2685 - x86/platform/UV: Mark memblock related init code and data correctly
2686 - dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()
2687 - l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
2688 - llc: use refcount_inc_not_zero() for llc_sap_find()
2689 - vsock: split dwork to avoid reinitializations
2690 - net_sched: Fix missing res info when create new tc_index filter
2691 - vhost: reset metadata cache when initializing new IOTLB
2692 - ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmit
2693 - net: aquantia: Fix IFF_ALLMULTI flag functionality
2694 - ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs
2695 - ALSA: hda - Turn CX8200 into D3 as well upon reboot
2696 - ALSA: vx222: Fix invalid endian conversions
2697 - ALSA: virmidi: Fix too long output trigger loop
2698 - ALSA: cs5535audio: Fix invalid endian conversion
2699 - ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry
2700 - ALSA: memalloc: Don't exceed over the requested size
2701 - ALSA: vxpocket: Fix invalid endian conversions
2702 - USB: serial: sierra: fix potential deadlock at close
2703 - USB: serial: pl2303: add a new device id for ATEN
2704 - ACPI / PM: save NVS memory for ASUS 1025C laptop
2705 - tty: serial: 8250: Revert NXP SC16C2552 workaround
2706 - serial: 8250_exar: Read INT0 from slave device, too
2707 - serial: 8250_dw: always set baud rate in dw8250_set_termios
2708 - serial: 8250_dw: Add ACPI support for uart on Broadcom SoC
2709 - misc: sram: fix resource leaks in probe error path
2710 - Bluetooth: avoid killing an already killed socket
2711 - isdn: Disable IIOCDBGVAR
2712 - cls_matchall: fix tcf_unbind_filter missing
2713 - mlxsw: core_acl_flex_actions: Return error for conflicting actions
2714 - ip_vti: fix a null pointer deferrence when create vti fallback tunnel
2715 - net: ethernet: mvneta: Fix napi structure mixup on armada 3700
2716 - net: mvneta: fix mvneta_config_rss on armada 3700
2717 - EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]
2718 - pty: fix O_CLOEXEC for TIOCGPTPEER
2719 - arm: dts: armada: Fix "#cooling-cells" property's name
2720 - vfio: ccw: fix error return in vfio_ccw_sch_event
2721 - perf tools: Fix error index for pmu event parser
2722 - Input: synaptics-rmi4 - fix axis-swap behavior
2723 - IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()'
2724 - drm/bridge/sii8620: fix loops in EDID fetch logic
2725 - drm/bridge/sii8620: fix potential buffer overflow
2726 - ARC: Explicitly add -mmedium-calls to CFLAGS
2727 - hwmon: (nct6775) Fix loop limit
2728 - soc: imx: gpcv2: correct PGC offset
2729 - usb: dwc3: pci: add support for Intel IceLake
2730 - usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()
2731 - usb: dwc3: of-simple: fix use-after-free on remove
2732 - ACPI / EC: Use ec_no_wakeup on Thinkpad X1 Carbon 6th
2733 - netfilter: ipv6: nf_defrag: reduce struct net memory waste
2734 - netfilter: nf_ct_helper: Fix possible panic after
2735 nf_conntrack_helper_unregister
2736 - selftests: pstore: return Kselftest Skip code for skipped tests
2737 - selftests: static_keys: return Kselftest Skip code for skipped tests
2738 - selftests: sysctl: return Kselftest Skip code for skipped tests
2739 - selftests: zram: return Kselftest Skip code for skipped tests
2740 - selftests: vm: return Kselftest Skip code for skipped tests
2741 - selftests: sync: add config fragment for testing sync framework
2742 - ARM: dts: NSP: Fix i2c controller interrupt type
2743 - ARM: dts: NSP: Fix PCIe controllers interrupt types
2744 - ARM: dts: BCM5301x: Fix i2c controller interrupt type
2745 - ARM: dts: Cygnus: Fix I2C controller interrupt type
2746 - ARM: dts: Cygnus: Fix PCIe controller interrupt type
2747 - arm64: dts: specify 1.8V EMMC capabilities for bcm958742k
2748 - arm64: dts: specify 1.8V EMMC capabilities for bcm958742t
2749 - arm64: dts: ns2: Fix I2C controller interrupt type
2750 - arm64: dts: ns2: Fix PCIe controller interrupt type
2751 - arm64: dts: Stingray: Fix I2C controller interrupt type
2752 - drivers/perf: xgene_pmu: Fix IOB SLOW PMU parser error
2753 - drm: mali-dp: Enable Global SE interrupts mask for DP500
2754 - drm/arm/malidp: Preserve LAYER_FORMAT contents when setting format
2755 - IB/rxe: Fix missing completion for mem_reg work requests
2756 - usb: dwc2: alloc dma aligned buffer for isoc split in
2757 - usb: dwc2: fix isoc split in transfer with no data
2758 - usb: gadget: composite: fix delayed_status race condition when set_interface
2759 - usb: gadget: dwc2: fix memory leak in gadget_init()
2760 - dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculation
2761 - xen: add error handling for xenbus_printf
2762 - pNFS: Always free the session slot on error in
2763 nfs4_layoutget_handle_exception
2764 - scsi: xen-scsifront: add error handling for xenbus_printf
2765 - xen/scsiback: add error handling for xenbus_printf
2766 - arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flag
2767 - arm64: make secondary_start_kernel() notrace
2768 - qed: Fix possible memory leak in Rx error path handling.
2769 - qed: Add sanity check for SIMD fastpath handler.
2770 - qed: Do not advertise DCBX_LLD_MANAGED capability.
2771 - enic: initialize enic->rfs_h.lock in enic_probe
2772 - net: hamradio: use eth_broadcast_addr
2773 - net: propagate dev_get_valid_name return code
2774 - net: stmmac: socfpga: add additional ocp reset line for Stratix10
2775 - nvmet: reset keep alive timer in controller enable
2776 - block: sed-opal: Fix a couple off by one bugs
2777 - ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMP
2778 - nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.
2779 - net: davinci_emac: match the mdio device against its compatible if possible
2780 - sctp: fix erroneous inc of snmp SctpFragUsrMsgs
2781 - KVM: arm/arm64: Drop resource size check for GICV window
2782 - drm/bridge/sii8620: fix display of packed pixel modes in MHL2
2783 - locking/lockdep: Do not record IRQ state within lockdep code
2784 - selftests: bpf: notification about privilege required to run test_kmod.sh
2785 testing script
2786 - mtd: dataflash: Use ULL suffix for 64-bit constants
2787 - x86/microcode/intel: Fix memleak in save_microcode_patch()
2788 - ipv6: mcast: fix unsolicited report interval after receiving querys
2789 - Smack: Mark inode instant in smack_task_to_inode
2790 - arm64: dts: msm8916: fix Coresight ETF graph connections
2791 - batman-adv: Fix bat_ogm_iv best gw refcnt after netlink dump
2792 - batman-adv: Fix bat_v best gw refcnt after netlink dump
2793 - batman-adv: Avoid storing non-TT-sync flags on singular entries too
2794 - batman-adv: Fix multicast TT issues with bogus ROAM flags
2795 - cxgb4: when disabling dcb set txq dcb priority to 0
2796 - iio: pressure: bmp280: fix relative humidity unit
2797 - brcmfmac: stop watchdog before detach and free everything
2798 - ARM: dts: am437x: make edt-ft5x06 a wakeup source
2799 - ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctl
2800 - usb: xhci: remove the code build warning
2801 - usb: xhci: increase CRS timeout value
2802 - NFC: pn533: Fix wrong GFP flag usage
2803 - typec: tcpm: Fix a msecs vs jiffies bug
2804 - kconfig: fix line numbers for if-entries in menu tree
2805 - perf record: Support s390 random socket_id assignment
2806 - perf test session topology: Fix test on s390
2807 - perf report powerpc: Fix crash if callchain is empty
2808 - perf tools: Fix a clang 7.0 compilation error
2809 - perf bench: Fix numa report output code
2810 - ARM: davinci: board-da850-evm: fix WP pin polarity for MMC/SD
2811 - netfilter: nf_log: fix uninit read in nf_log_proc_dostring
2812 - net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw manager
2813 - nfp: cast sizeof() to int when comparing with error code
2814 - selftests/x86/sigreturn/64: Fix spurious failures on AMD CPUs
2815 - selftests/x86/sigreturn: Do minor cleanups
2816 - ARM: dts: da850: Fix interrups property for gpio
2817 - ARM64: dts: meson-gxl: fix Mali GPU compatible string
2818 - dmaengine: pl330: report BURST residue granularity
2819 - dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()
2820 - ath10k: update the phymode along with bandwidth change request
2821 - md/raid10: fix that replacement cannot complete recovery after reassemble
2822 - dev-dax: check_vma: ratelimit dev_info-s
2823 - nl80211: relax ht operation checks for mesh
2824 - nl80211: check nla_parse_nested() return values
2825 - drm/exynos: gsc: Fix support for NV16/61, YUV420/YVU420 and YUV422 modes
2826 - drm/exynos: decon5433: Fix per-plane global alpha for XRGB modes
2827 - drm/exynos: decon5433: Fix WINCONx reset value
2828 - drbd: Fix drbd_request_prepare() discard handling
2829 - bpf, s390: fix potential memleak when later bpf_jit_prog fails
2830 - PCI: xilinx: Add missing of_node_put()
2831 - PCI: xilinx-nwl: Add missing of_node_put()
2832 - PCI: faraday: Add missing of_node_put()
2833 - bnx2x: Fix receiving tx-timeout in error or recovery state.
2834 - fsl/fman: fix parser reporting bad checksum on short frames
2835 - dpaa_eth: DPAA SGT needs to be 256B
2836 - acpi/nfit: fix cmd_rc for acpi_nfit_ctl to always return a value
2837 - openrisc: entry: Fix delay slot exception detection
2838 - m68k: fix "bad page state" oops on ColdFire boot
2839 - objtool: Support GCC 8 '-fnoreorder-functions'
2840 - ipvlan: call dev_change_flags when ipvlan mode is reset
2841 - drm/amdgpu: fix swapped emit_ib_size in vce3
2842 - x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()
2843 - HID: wacom: Correct touch maximum XY of 2nd-gen Intuos
2844 - ARM: imx_v4_v5_defconfig: Select ULPI support
2845 - bpf: hash map: decrement counter on error
2846 - tracing: Use __printf markup to silence compiler
2847 - kasan: fix shadow_size calculation error in kasan_module_alloc
2848 - smsc75xx: Add workaround for gigabit link up hardware errata.
2849 - drm/bridge/sii8620: Fix display of packed pixel modes
2850 - samples/bpf: add missing <linux/if_vlan.h>
2851 - samples/bpf: Check the result of system()
2852 - samples/bpf: Check the error of write() and read()
2853 - ieee802154: 6lowpan: set IFLA_LINK
2854 - netfilter: x_tables: set module owner for icmp(6) matches
2855 - ipv6: make ipv6_renew_options() interrupt/kernel safe
2856 - net: qrtr: Broadcast messages only from control port
2857 - sh_eth: fix invalid context bug while calling auto-negotiation by ethtool
2858 - sh_eth: fix invalid context bug while changing link options by ethtool
2859 - ravb: fix invalid context bug while calling auto-negotiation by ethtool
2860 - ravb: fix invalid context bug while changing link options by ethtool
2861 - ARM: pxa: irq: fix handling of ICMR registers in suspend/resume
2862 - net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used
2863 - nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash us
2864 - ieee802154: at86rf230: switch from BUG_ON() to WARN_ON() on problem
2865 - ieee802154: at86rf230: use __func__ macro for debug messages
2866 - ieee802154: fakelb: switch from BUG_ON() to WARN_ON() on problem
2867 - gpu: host1x: Check whether size of unpin isn't 0
2868 - drm/tegra: Fix comparison operator for buffer size
2869 - drm/armada: fix colorkey mode property
2870 - drm/armada: fix irq handling
2871 - netfilter: nft_compat: explicitly reject ERROR and standard target
2872 - netfilter: nf_conntrack: Fix possible possible crash on module loading.
2873 - ARC: Improve cmpxchg syscall implementation
2874 - bnxt_en: Fix inconsistent BNXT_FLAG_AGG_RINGS logic.
2875 - bnxt_en: Always set output parameters in bnxt_get_max_rings().
2876 - bnxt_en: Fix for system hang if request_irq fails
2877 - scsi: qedf: Send the driver state to MFW
2878 - scsi: qedi: Send driver state to MFW
2879 - perf llvm-utils: Remove bashism from kernel include fetch script
2880 - perf tools: Fix compilation errors on gcc8
2881 - perf script python: Fix dict reference counting
2882 - nfit: fix unchecked dereference in acpi_nfit_ctl
2883 - RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error path
2884 - ARM: 8780/1: ftrace: Only set kernel memory back to read-only after boot
2885 - ARM: DRA7/OMAP5: Enable ACTLR[0] (Enable invalidates of BTB) for secondary
2886 cores
2887 - ARM: dts: am3517.dtsi: Disable reference to OMAP3 OTG controller
2888 - ixgbe: Be more careful when modifying MAC filters
2889 - tools: build: Use HOSTLDFLAGS with fixdep
2890 - kbuild: suppress warnings from 'getconf LFS_*'
2891 - packet: reset network header if packet shorter than ll reserved space
2892 - qlogic: check kstrtoul() for errors
2893 - tcp: remove DELAYED ACK events in DCTCP
2894 - pinctrl: ingenic: Fix inverted direction for < JZ4770
2895 - pinctrl: nsp: off by ones in nsp_pinmux_enable()
2896 - pinctrl: nsp: Fix potential NULL dereference
2897 - drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply()
2898 - net/ethernet/freescale/fman: fix cross-build error
2899 - ibmvnic: Fix error recovery on login failure
2900 - btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()
2901 - octeon_mgmt: Fix MIX registers configuration on MTU setup
2902 - net: usb: rtl8150: demote allmulti message to dev_dbg()
2903 - PCI: OF: Fix I/O space page leak
2904 - PCI: versatile: Fix I/O space page leak
2905 - net: qca_spi: Avoid packet drop during initial sync
2906 - net: qca_spi: Make sure the QCA7000 reset is triggered
2907 - net: qca_spi: Fix log level if probe fails
2908 - tcp: identify cryptic messages as TCP seq # bugs
2909 - soc: imx: gpc: restrict register range for regmap access
2910 - ACPI / EC: Use ec_no_wakeup on more Thinkpad X1 Carbon 6th systems
2911 - ARM: dts: imx6: RDU2: fix irq type for mv88e6xxx switch
2912 - nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMD
2913 - parisc: Remove ordered stores from syscall.S
2914 - xfrm_user: prevent leaking 2 bytes of kernel memory
2915 - netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state
2916 - packet: refine ring v3 block size test to hold one frame
2917 - net/smc: no shutdown in state SMC_LISTEN
2918 - parisc: Remove unnecessary barriers from spinlock.h
2919 - PCI: hotplug: Don't leak pci_slot on registration failure
2920 - PCI: Skip MPS logic for Virtual Functions (VFs)
2921 - PCI: pciehp: Fix use-after-free on unplug
2922 - PCI: pciehp: Fix unprotected list iteration in IRQ handler
2923 - i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes
2924 - i2c: imx: Fix race condition in dma read
2925 - reiserfs: fix broken xattr handling (heap corruption, bad retval)
2926 - updateconfigs for v4.14.67
2927 - IB/rxe: avoid double kfree skb
2928 - RDMA/qedr: Fix NULL pointer dereference when running over iWARP without
2929 RDMA-CM
2930 - smb3: increase initial number of credits requested to allow write
2931 - hwmon: (dell-smm) Disable fan support for Dell XPS13 9333
2932 - ARM: dts: HR2: Fix interrupt types for i2c and PCIe
2933 - drm/arm/malidp: Ensure that the crtcs are shutdown before removing any
2934 encoder/connector
2935 - drm/mali-dp: Rectify the width and height passed to rotmem_required()
2936 - dmaengine: ti: omap-dma: Fix OMAP1510 incorrect residue_granularity
2937 - nvme-rdma: fix possible double free condition when failing to create a
2938 controller
2939 - nvme-rdma: Fix command completion race at error recovery
2940 - nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrl
2941 - clk: sunxi-ng: replace lib-y with obj-y
2942 - batman-adv: Fix debugfs path for renamed hardif
2943 - batman-adv: Fix debugfs path for renamed softif
2944 - nfp: bpf: don't stop offload if replace failed
2945 - perf tests: Add event parsing error handling to parse events test
2946 - perf script: Fix crash because of missing evsel->priv
2947 - perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]
2948 - s390/qeth: consistently re-enable device features
2949 - sched/fair: Fix bandwidth timer clock drift condition
2950 - r8169: fix mac address change
2951 - RISC-V: Don't include irq-riscv-intc.h
2952 - RISC-V: Fix PTRACE_SETREGSET bug.
2953 - net: qrtr: Reset the node and port ID of broadcast messages
2954 - cxgb4: assume flash part size to be 4MB, if it can't be determined
2955 - bpf: fix sk_skb programs without skb->dev assigned
2956 - ipfrag: really prevent allocation on netns exit
2957 - gpu: host1x: Skip IOMMU initialization if firewall is enabled
2958 - ARC: [plat-hsdk]: Configure APB GPIO controller on ARC HSDK platform
2959 - bnxt_en: Do not modify max IRQ count after RDMA driver requests/frees IRQs.
2960 - scsi: hpsa: correct enclosure sas address
2961 - perf tools: Use python-config --includes rather than --cflags
2962 - sfp: ensure we clean up properly on bus registration failure
2963 - amd/dc/dce100: On dce100, set clocks to 0 on suspend
2964 - tools: build: Fixup host c flags
2965 - kvm: nVMX: Restore exit qual for VM-entry failure due to MSR loading
2966 - ibmvnic: Revise RX/TX queue error messages
2967 - net/smc: reset recv timeout after clc handshake
2968 - PCI: xgene: Fix I/O space page leak
2969 - PCI: designware: Fix I/O space page leak
2970 - PCI: aardvark: Fix I/O space page leak
2971 - PCI: faraday: Fix I/O space page leak
2972 - PCI: mediatek: Fix I/O space page leak
2973 - PCI: v3-semi: Fix I/O space page leak
2974 - platform/x86: dell-laptop: Fix backlight detection
2975 - mm: use helper functions for allocating and freeing vm_area structs
2976 - mm: make vm_area_dup() actually copy the old vma data
2977 - mm: make vm_area_alloc() initialize core fields
2978 - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM
2979
2980 -- Sultan Alsawaf <sultan.alsawaf@canonical.com> Wed, 24 Jul 2019 09:50:49 -0600
2981
2982 linux (4.15.0-55.60) bionic; urgency=medium
2983
2984 * linux: 4.15.0-55.60 -proposed tracker (LP: #1834954)
2985
2986 * Request backport of ceph commits into bionic (LP: #1834235)
2987 - ceph: use atomic_t for ceph_inode_info::i_shared_gen
2988 - ceph: define argument structure for handle_cap_grant
2989 - ceph: flush pending works before shutdown super
2990 - ceph: send cap releases more aggressively
2991 - ceph: single workqueue for inode related works
2992 - ceph: avoid dereferencing invalid pointer during cached readdir
2993 - ceph: quota: add initial infrastructure to support cephfs quotas
2994 - ceph: quota: support for ceph.quota.max_files
2995 - ceph: quota: don't allow cross-quota renames
2996 - ceph: fix root quota realm check
2997 - ceph: quota: support for ceph.quota.max_bytes
2998 - ceph: quota: update MDS when max_bytes is approaching
2999 - ceph: quota: add counter for snaprealms with quota
3000 - ceph: avoid iput_final() while holding mutex or in dispatch thread
3001
3002 * QCA9377 isn't being recognized sometimes (LP: #1757218)
3003 - SAUCE: USB: Disable USB2 LPM at shutdown
3004
3005 * hns: fix ICMP6 neighbor solicitation messages discard problem (LP: #1833140)
3006 - net: hns: fix ICMP6 neighbor solicitation messages discard problem
3007 - net: hns: fix unsigned comparison to less than zero
3008
3009 * Fix occasional boot time crash in hns driver (LP: #1833138)
3010 - net: hns: Fix probabilistic memory overwrite when HNS driver initialized
3011
3012 * use-after-free in hns_nic_net_xmit_hw (LP: #1833136)
3013 - net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()
3014
3015 * hns: attempt to restart autoneg when disabled should report error
3016 (LP: #1833147)
3017 - net: hns: Restart autoneg need return failed when autoneg off
3018
3019 * systemd 237-3ubuntu10.14 ADT test failure on Bionic ppc64el (test-seccomp)
3020 (LP: #1821625)
3021 - powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
3022 - powerpc: sys_pkey_mprotect() system call
3023
3024 * [UBUNTU] pkey: Indicate old mkvp only if old and curr. mkvp are different
3025 (LP: #1832625)
3026 - pkey: Indicate old mkvp only if old and current mkvp are different
3027
3028 * [UBUNTU] kernel: Fix gcm-aes-s390 wrong scatter-gather list processing
3029 (LP: #1832623)
3030 - s390/crypto: fix gcm-aes-s390 selftest failures
3031
3032 * System crashes on hot adding a core with drmgr command (4.15.0-48-generic)
3033 (LP: #1833716)
3034 - powerpc/numa: improve control of topology updates
3035 - powerpc/numa: document topology_updates_enabled, disable by default
3036
3037 * Kernel modules generated incorrectly when system is localized to a non-
3038 English language (LP: #1828084)
3039 - scripts: override locale from environment when running recordmcount.pl
3040
3041 * [UBUNTU] kernel: Fix wrong dispatching for control domain CPRBs
3042 (LP: #1832624)
3043 - s390/zcrypt: Fix wrong dispatching for control domain CPRBs
3044
3045 * CVE-2019-11815
3046 - net: rds: force to destroy connection if t_sock is NULL in
3047 rds_tcp_kill_sock().
3048
3049 * Sound device not detected after resume from hibernate (LP: #1826868)
3050 - drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabled
3051 - drm/i915: Save the old CDCLK atomic state
3052 - drm/i915: Remove redundant store of logical CDCLK state
3053 - drm/i915: Skip modeset for cdclk changes if possible
3054
3055 * Handle overflow in proc_get_long of sysctl (LP: #1833935)
3056 - sysctl: handle overflow in proc_get_long
3057
3058 * Dell XPS 13 (9370) defaults to s2idle sleep/suspend instead of deep, NVMe
3059 drains lots of power under s2idle (LP: #1808957)
3060 - Revert "UBUNTU: SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3
3061 and being disabled"
3062 - Revert "UBUNTU: SAUCE: nvme: add quirk to not call disable function when
3063 suspending"
3064 - Revert "UBUNTU: SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3"
3065 - Revert "SAUCE: nvme: add quirk to not call disable function when suspending"
3066 - Revert "SAUCE: pci: prevent sk hynix nvme from entering D3"
3067 - PCI: PM: Avoid possible suspend-to-idle issue
3068 - PCI: PM: Skip devices in D0 for suspend-to-idle
3069 - nvme-pci: Sync queues on reset
3070 - nvme: Export get and set features
3071 - nvme-pci: Use host managed power state for suspend
3072
3073 * linux v4.15 ftbfs on a newer host kernel (e.g. hwe) (LP: #1823429)
3074 - selinux: use kernel linux/socket.h for genheaders and mdp
3075
3076 * 32-bit x86 kernel 4.15.0-50 crash in vmalloc_sync_all (LP: #1830433)
3077 - x86/mm/pat: Disable preemption around __flush_tlb_all()
3078 - x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()
3079 - x86/mm: Disable ioremap free page handling on x86-PAE
3080 - ioremap: Update pgtable free interfaces with addr
3081 - x86/mm: Add TLB purge to free pmd/pte page interfaces
3082 - x86/init: fix build with CONFIG_SWAP=n
3083 - x86/mm: provide pmdp_establish() helper
3084 - x86/mm: Use WRITE_ONCE() when setting PTEs
3085
3086 * hinic: fix oops due to race in set_rx_mode (LP: #1832048)
3087 - hinic: fix a bug in set rx mode
3088
3089 * ubuntu 18.04 flickering screen with Radeon X1600 (LP: #1791312)
3090 - drm/radeon: prefer lower reference dividers
3091
3092 * Login screen never appears on vmwgfx using bionic kernel 4.15 (LP: #1832138)
3093 - drm/vmwgfx: use monotonic event timestamps
3094
3095 * [linux-azure] Block Layer Commits Requested in Azure Kernels (LP: #1834499)
3096 - block: Clear kernel memory before copying to user
3097 - block/bio: Do not zero user pages
3098
3099 * CONFIG_LOG_BUF_SHIFT set to 14 is too low on arm64 (LP: #1824864)
3100 - [Config] CONFIG_LOG_BUF_SHIFT=18 on all 64bit arches
3101
3102 * Handle overflow for file-max (LP: #1834310)
3103 - sysctl: handle overflow for file-max
3104 - kernel/sysctl.c: fix out-of-bounds access when setting file-max
3105
3106 * [ALSA] [PATCH] Headset fixup for System76 Gazelle (gaze14) (LP: #1827555)
3107 - ALSA: hda/realtek - Headset fixup for System76 Gazelle (gaze14)
3108 - ALSA: hda/realtek - Corrected fixup for System76 Gazelle (gaze14)
3109
3110 * crashdump fails on HiSilicon D06 (LP: #1828868)
3111 - iommu/arm-smmu-v3: Abort all transactions if SMMU is enabled in kdump kernel
3112 - iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
3113
3114 * CVE-2019-11833
3115 - ext4: zero out the unused memory region in the extent tree block
3116
3117 * zfs 0.7.9 fixes a bug (https://github.com/zfsonlinux/zfs/pull/7343) that
3118 hangs the system completely (LP: #1772412)
3119 - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu16.6
3120
3121 * does not detect headphone when there is no other output devices
3122 (LP: #1831065)
3123 - ALSA: hda/realtek - Fixed hp_pin no value
3124 - ALSA: hda/realtek - Use a common helper for hp pin reference
3125
3126 * kernel crash : net_sched race condition in tcindex_destroy() (LP: #1825942)
3127 - net_sched: fix NULL pointer dereference when delete tcindex filter
3128 - RCU, workqueue: Implement rcu_work
3129 - net_sched: switch to rcu_work
3130 - net_sched: fix a race condition in tcindex_destroy()
3131 - net_sched: fix a memory leak in cls_tcindex
3132 - net_sched: initialize net pointer inside tcf_exts_init()
3133 - net_sched: fix two more memory leaks in cls_tcindex
3134
3135 * Support new ums-realtek device (LP: #1831840)
3136 - USB: usb-storage: Add new ID to ums-realtek
3137
3138 * amd_iommu possible data corruption (LP: #1823037)
3139 - iommu/amd: Reserve exclusion range in iova-domain
3140 - iommu/amd: Set exclusion range correctly
3141
3142 * Add new sound card PCIID into the alsa driver (LP: #1832299)
3143 - ALSA: hda: Add Icelake PCI ID
3144 - ALSA: hda/intel: add CometLake PCI IDs
3145
3146 * sky2 ethernet card doesn't work after returning from suspend
3147 (LP: #1807259) // sky2 ethernet card link not up after suspend
3148 (LP: #1809843)
3149 - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
3150
3151 * idle-page oopses when accessing page frames that are out of range
3152 (LP: #1833410)
3153 - mm/page_idle.c: fix oops because end_pfn is larger than max_pfn
3154
3155 * Add pointstick support on HP ZBook 17 G5 (LP: #1833387)
3156 - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"
3157 - SAUCE: HID: multitouch: Add pointstick support for ALPS Touchpad
3158
3159 * [SRU][B/B-OEM/B-OEM-OSP-1/C/D/E] Add trackpoint middle button support of 2
3160 new thinpads (LP: #1833637)
3161 - Input: elantech - enable middle button support on 2 ThinkPads
3162
3163 * CVE-2019-11085
3164 - drm/i915/gvt: Fix mmap range check
3165 - drm/i915: make mappable struct resource centric
3166 - drm/i915/gvt: Fix aperture read/write emulation when enable x-no-mmap=on
3167
3168 * CVE-2019-11884
3169 - Bluetooth: hidp: fix buffer overflow
3170
3171 * af_alg06 test from crypto test suite in LTP failed with kernel oops on B/C
3172 (LP: #1829725)
3173 - crypto: authenc - fix parsing key with misaligned rta_len
3174
3175 * CVE-2018-12126 // CVE-2018-12127 // CVE-2018-12130 // CVE-2019-11091
3176 - SAUCE: Synchronize MDS mitigations with upstream
3177 - Documentation: Correct the possible MDS sysfs values
3178 - x86/speculation/mds: Fix documentation typo
3179
3180 * CVE-2019-11091
3181 - x86/mds: Add MDSUM variant to the MDS documentation
3182
3183 * alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9
3184 (LP: #1813118)
3185 - selftests/powerpc: Remove Power9 copy_unaligned test
3186
3187 * TRACE_syscall.ptrace_syscall_dropped in seccomp from ubuntu_kernel_selftests
3188 failed on B/C PowerPC (LP: #1812796)
3189 - selftests/seccomp: Enhance per-arch ptrace syscall skip tests
3190
3191 * Add powerpc/alignment_handler test for selftests (LP: #1828935)
3192 - selftests/powerpc: Add alignment handler selftest
3193 - selftests/powerpc: Fix to use ucontext_t instead of struct ucontext
3194
3195 * Cannot build kernel 4.15.0-48.51 due to an in-source-tree ZFS module.
3196 (LP: #1828763)
3197 - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu16.5
3198
3199 * Eletrical noise occurred when external headset enter powersaving mode on a
3200 DEll machine (LP: #1828798)
3201 - ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone
3202 - ALSA: hda/realtek - Fixup headphone noise via runtime suspend
3203
3204 * [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on
3205 Ubuntu (LP: #1761379)
3206 - [Packaging] Support building libperf-jvmti.so
3207
3208 * TCP : race condition on socket ownership in tcp_close() (LP: #1830813)
3209 - tcp: do not release socket ownership in tcp_close()
3210
3211 * bionic: netlink: potential shift overflow in netlink_bind() (LP: #1831103)
3212 - netlink: Don't shift on 64 for ngroups
3213
3214 * Add support to Comet Lake LPSS (LP: #1830175)
3215 - mfd: intel-lpss: Add Intel Comet Lake PCI IDs
3216
3217 * Reduce NAPI weight in hns driver from 256 to 64 (LP: #1830587)
3218 - net: hns: Use NAPI_POLL_WEIGHT for hns driver
3219
3220 * x86: add support for AMD Rome (LP: #1819485)
3221 - x86: irq_remapping: Move irq remapping mode enum
3222 - iommu/amd: Add support for higher 64-bit IOMMU Control Register
3223 - iommu/amd: Add support for IOMMU XT mode
3224 - hwmon/k10temp, x86/amd_nb: Consolidate shared device IDs
3225 - hwmon/k10temp: Add support for AMD family 17h, model 30h CPUs
3226 - x86/amd_nb: Add PCI device IDs for family 17h, model 30h
3227 - x86/MCE/AMD: Fix the thresholding machinery initialization order
3228 - x86/amd_nb: Add support for newer PCI topologies
3229
3230 * nx842 - CRB request time out (-110) when uninstall NX modules and initiate
3231 NX request (LP: #1827755)
3232 - crypto/nx: Initialize 842 high and normal RxFIFO control registers
3233
3234 * Require improved hypervisor detection patch in Ubuntu 18.04 (LP: #1829972)
3235 - s390/early: improve machine detection
3236
3237 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 02 Jul 2019 18:41:49 +0200
3238
3239 linux (4.15.0-54.58) bionic; urgency=medium
3240
3241 * linux: 4.15.0-54.58 -proposed tracker (LP: #1833987)
3242
3243 * Remote denial of service (resource exhaustion) caused by TCP SACK scoreboard
3244 manipulation (LP: #1831638) // CVE-2019-11478
3245 - tcp: refine memory limit test in tcp_fragment()
3246
3247 * CVE-2019-11479
3248 - SAUCE: tcp: add tcp_min_snd_mss sysctl
3249 - SAUCE: tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
3250
3251 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 24 Jun 2019 11:39:50 +0200
3252
3253 linux (4.15.0-52.56) bionic; urgency=medium
3254
3255 * Remote denial of service (resource exhaustion) caused by TCP SACK scoreboard
3256 manipulation (LP: #1831638)
3257 - SAUCE: tcp: tcp_fragment() should apply sane memory limits
3258
3259 * Remote denial of service (system crash) caused by integer overflow in TCP
3260 SACK handling (LP: #1831637)
3261 - SAUCE: tcp: limit payload size of sacked skbs
3262
3263 -- Marcelo Henrique Cerri <marcelo.cerri@canonical.com> Tue, 04 Jun 2019 17:33:24 -0300
3264
3265 linux (4.15.0-51.55) bionic; urgency=medium
3266
3267 * linux: 4.15.0-51.55 -proposed tracker (LP: #1829219)
3268
3269 * disable a.out support (LP: #1818552)
3270 - [Config] Disable a.out support
3271
3272 * [UBUNTU] qdio: clear intparm during shutdown (LP: #1828394)
3273 - s390/qdio: clear intparm during shutdown
3274
3275 * ftrace in ubuntu_kernel_selftests hang with Cosmic kernel (LP: #1826385)
3276 - kprobes/x86: Fix instruction patching corruption when copying more than one
3277 RIP-relative instruction
3278
3279 * touchpad not working on lenovo yoga 530 (LP: #1787775)
3280 - Revert "UBUNTU: SAUCE: i2c:amd Depends on ACPI"
3281 - Revert "UBUNTU: SAUCE: i2c:amd move out pointer in union i2c_event_base"
3282 - Revert "UBUNTU: SAUCE: i2c:amd I2C Driver based on PCI Interface for
3283 upcoming platform"
3284 - i2c: add helpers to ease DMA handling
3285 - i2c: add a message flag for DMA safe buffers
3286 - i2c: add extra check to safe DMA buffer helper
3287 - i2c: Add drivers for the AMD PCIe MP2 I2C controller
3288 - [Config] Update config for AMD MP2 I2C driver
3289 - [Config] Update I2C_AMD_MP2 annotations
3290
3291 * tm-unavailable in powerpc/tm failed on Bionic Power9 (LP: #1813129)
3292 - selftests/powerpc: Check for pthread errors in tm-unavailable
3293 - selftests/powerpc: Skip tm-unavailable if TM is not enabled
3294
3295 * cp_abort in powerpc/context_switch from ubunut_kernel_selftests failed on
3296 Bionic P9 (LP: #1813134)
3297 - selftests/powerpc: Remove redundant cp_abort test
3298
3299 * bionic/linux: completely remove snapdragon files from sources (LP: #1827880)
3300 - [Packaging] remove snapdragon dead files
3301 - [Config] update configs after snapdragon removal
3302
3303 * The noise keeps occurring when Headset is plugged in on a Dell machine
3304 (LP: #1827972)
3305 - ALSA: hda/realtek - Fixed Dell AIO speaker noise
3306
3307 * Geneve tunnels don't work when ipv6 is disabled (LP: #1794232)
3308 - geneve: correctly handle ipv6.disable module parameter
3309
3310 * There are 4 HDMI/Displayport audio output listed in sound setting without
3311 attach any HDMI/DP monitor (LP: #1827967)
3312 - ALSA: hda/hdmi - Read the pin sense from register when repolling
3313 - ALSA: hda/hdmi - Consider eld_valid when reporting jack event
3314
3315 * Headphone jack switch sense is inverted: plugging in headphones disables
3316 headphone output (LP: #1824259)
3317 - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board
3318
3319 * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error
3320 Checking for all LINUX clients for devops4p10 (LP: #1766201)
3321 - SAUCE: integrity: downgrade error to warning
3322
3323 * Screen freeze after resume from S3 when HDMI monitor plugged on Dell
3324 Precision 7740 (LP: #1825958)
3325 - PCI: Restore resized BAR state on resume
3326
3327 * potential memory corruption on arm64 on dev release (LP: #1827437)
3328 - driver core: Postpone DMA tear-down until after devres release
3329
3330 * powerpc/pmu/ebb test in ubuntu_kernel_selftest failed with "error while
3331 loading shared libraries" on Bionic/Cosmic PowerPC (LP: #1812805)
3332 - selftests/powerpc/pmu: Link ebb tests with -no-pie
3333
3334 * unnecessary request_queue freeze (LP: #1815733)
3335 - block: avoid setting nr_requests to current value
3336 - block: avoid setting none scheduler if it's already none
3337
3338 * Kprobe event string type argument failed in ftrace from
3339 ubuntu_kernel_selftests on B/C i386 (LP: #1825780)
3340 - selftests/ftrace: Fix kprobe string testcase to not probe notrace function
3341
3342 * hns: fix socket accounting (LP: #1826911)
3343 - net: hns: fix skb->truesize underestimation
3344
3345 * False positive test result in run_netsocktests from net in
3346 ubuntu_kernel_selftest (LP: #1825777)
3347 - selftests/net: correct the return value for run_netsocktests
3348
3349 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 15 May 2019 14:48:35 +0200
3350
3351 linux (4.15.0-50.54) bionic; urgency=medium
3352
3353 * CVE-2018-12126 // CVE-2018-12127 // CVE-2018-12130
3354 - Documentation/l1tf: Fix small spelling typo
3355 - x86/cpu: Sanitize FAM6_ATOM naming
3356 - kvm: x86: Report STIBP on GET_SUPPORTED_CPUID
3357 - locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a
3358 new <linux/bits.h> file
3359 - tools include: Adopt linux/bits.h
3360 - x86/msr-index: Cleanup bit defines
3361 - x86/speculation: Consolidate CPU whitelists
3362 - x86/speculation/mds: Add basic bug infrastructure for MDS
3363 - x86/speculation/mds: Add BUG_MSBDS_ONLY
3364 - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests
3365 - x86/speculation/mds: Add mds_clear_cpu_buffers()
3366 - x86/speculation/mds: Clear CPU buffers on exit to user
3367 - x86/kvm/vmx: Add MDS protection when L1D Flush is not active
3368 - x86/speculation/mds: Conditionally clear CPU buffers on idle entry
3369 - x86/speculation/mds: Add mitigation control for MDS
3370 - x86/speculation/mds: Add sysfs reporting for MDS
3371 - x86/speculation/mds: Add mitigation mode VMWERV
3372 - Documentation: Move L1TF to separate directory
3373 - Documentation: Add MDS vulnerability documentation
3374 - x86/speculation/mds: Add mds=full,nosmt cmdline option
3375 - x86/speculation: Move arch_smt_update() call to after mitigation decisions
3376 - x86/speculation/mds: Add SMT warning message
3377 - x86/speculation/mds: Fix comment
3378 - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off
3379 - x86/speculation/mds: Add 'mitigations=' support for MDS
3380
3381 * CVE-2017-5715 // CVE-2017-5753
3382 - s390/speculation: Support 'mitigations=' cmdline option
3383
3384 * CVE-2017-5715 // CVE-2017-5753 // CVE-2017-5754 // CVE-2018-3639
3385 - powerpc/speculation: Support 'mitigations=' cmdline option
3386
3387 * CVE-2017-5715 // CVE-2017-5754 // CVE-2018-3620 // CVE-2018-3639 //
3388 CVE-2018-3646
3389 - cpu/speculation: Add 'mitigations=' cmdline option
3390 - x86/speculation: Support 'mitigations=' cmdline option
3391
3392 * Packaging resync (LP: #1786013)
3393 - [Packaging] resync git-ubuntu-log
3394
3395 -- Stefan Bader <stefan.bader@canonical.com> Mon, 06 May 2019 18:59:24 +0200
3396
3397 linux (4.15.0-49.53) bionic; urgency=medium
3398
3399 * linux: 4.15.0-49.53 -proposed tracker (LP: #1826358)
3400
3401 * Backport support for software count cache flush Spectre v2 mitigation. (CVE)
3402 (required for POWER9 DD2.3) (LP: #1822870)
3403 - powerpc/64s: Add support for ori barrier_nospec patching
3404 - powerpc/64s: Patch barrier_nospec in modules
3405 - powerpc/64s: Enable barrier_nospec based on firmware settings
3406 - powerpc: Use barrier_nospec in copy_from_user()
3407 - powerpc/64: Use barrier_nospec in syscall entry
3408 - powerpc/64s: Enhance the information in cpu_show_spectre_v1()
3409 - powerpc/64: Disable the speculation barrier from the command line
3410 - powerpc/64: Make stf barrier PPC_BOOK3S_64 specific.
3411 - powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC
3412 - powerpc/64: Call setup_barrier_nospec() from setup_arch()
3413 - powerpc/64: Make meltdown reporting Book3S 64 specific
3414 - powerpc/lib/code-patching: refactor patch_instruction()
3415 - powerpc/lib/feature-fixups: use raw_patch_instruction()
3416 - powerpc/asm: Add a patch_site macro & helpers for patching instructions
3417 - powerpc/64s: Add new security feature flags for count cache flush
3418 - powerpc/64s: Add support for software count cache flush
3419 - powerpc/pseries: Query hypervisor for count cache flush settings
3420 - powerpc/powernv: Query firmware for count cache flush settings
3421 - powerpc/fsl: Add nospectre_v2 command line argument
3422 - KVM: PPC: Book3S: Add count cache flush parameters to kvmppc_get_cpu_char()
3423 - [Config] Add CONFIG_PPC_BARRIER_NOSPEC
3424
3425 * Packaging resync (LP: #1786013)
3426 - [Packaging] resync git-ubuntu-log
3427
3428 * autopkgtests run too often, too much and don't skip enough (LP: #1823056)
3429 - [Debian] Set +x on rebuild testcase.
3430 - [Debian] Skip rebuild test, for regression-suite deps.
3431 - [Debian] Make ubuntu-regression-suite skippable on unbootable kernels.
3432 - [Debian] make rebuild use skippable error codes when skipping.
3433 - [Debian] Only run regression-suite, if requested to.
3434
3435 * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868)
3436 - [Packaging] remove arm64 snapdragon from getabis
3437 - [Config] config changes for snapdragon split
3438 - packaging: arm64: disable building the snapdragon flavour
3439 - [Packaging] arm64: Drop snapdragon from kernel-versions
3440
3441 * CVE-2017-5753
3442 - KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq()
3443 - media: dvb_ca_en50221: prevent using slot_info for Spectre attacs
3444 - sysvipc/sem: mitigate semnum index against spectre v1
3445 - libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()
3446 - s390/keyboard: sanitize array index in do_kdsk_ioctl
3447 - arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()
3448 - KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()
3449 - pktcdvd: Fix possible Spectre-v1 for pkt_devs
3450 - net: socket: fix potential spectre v1 gadget in socketcall
3451 - net: socket: Fix potential spectre v1 gadget in sock_is_registered
3452 - drm/amdgpu/pm: Fix potential Spectre v1
3453 - netlink: Fix spectre v1 gadget in netlink_create()
3454 - ext4: fix spectre gadget in ext4_mb_regular_allocator()
3455 - drm/i915/kvmgt: Fix potential Spectre v1
3456 - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
3457 - fs/quota: Fix spectre gadget in do_quotactl
3458 - hwmon: (nct6775) Fix potential Spectre v1
3459 - mac80211_hwsim: Fix possible Spectre-v1 for hwsim_world_regdom_custom
3460 - switchtec: Fix Spectre v1 vulnerability
3461 - misc: hmc6352: fix potential Spectre v1
3462 - tty: vt_ioctl: fix potential Spectre v1
3463 - nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HT
3464 - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
3465 - IB/ucm: Fix Spectre v1 vulnerability
3466 - RDMA/ucma: Fix Spectre v1 vulnerability
3467 - drm/bufs: Fix Spectre v1 vulnerability
3468 - usb: gadget: storage: Fix Spectre v1 vulnerability
3469 - ptp: fix Spectre v1 vulnerability
3470 - HID: hiddev: fix potential Spectre v1
3471 - vhost: Fix Spectre V1 vulnerability
3472 - drivers/misc/sgi-gru: fix Spectre v1 vulnerability
3473 - ipv4: Fix potential Spectre v1 vulnerability
3474 - aio: fix spectre gadget in lookup_ioctx
3475 - ALSA: emux: Fix potential Spectre v1 vulnerabilities
3476 - ALSA: pcm: Fix potential Spectre v1 vulnerability
3477 - ip6mr: Fix potential Spectre v1 vulnerability
3478 - ALSA: rme9652: Fix potential Spectre v1 vulnerability
3479 - ALSA: emu10k1: Fix potential Spectre v1 vulnerabilities
3480 - KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()
3481 - drm/ioctl: Fix Spectre v1 vulnerabilities
3482 - char/mwave: fix potential Spectre v1 vulnerability
3483 - applicom: Fix potential Spectre v1 vulnerabilities
3484 - ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
3485 - powerpc/ptrace: Mitigate potential Spectre v1
3486 - cfg80211: prevent speculation on cfg80211_classify8021d() return
3487 - ALSA: rawmidi: Fix potential Spectre v1 vulnerability
3488 - ALSA: seq: oss: Fix Spectre v1 vulnerability
3489
3490 * Bionic: Sync to Xenial (Spectre) (LP: #1822760)
3491 - x86/speculation/l1tf: Suggest what to do on systems with too much RAM
3492 - KVM: SVM: Add MSR-based feature support for serializing LFENCE
3493 - KVM: VMX: fixes for vmentry_l1d_flush module parameter
3494 - KVM: X86: Allow userspace to define the microcode version
3495 - SAUCE: [Fix] x86/KVM/VMX: Add L1D flush logic
3496 - SAUCE: [Fix] x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on
3497 vmentry
3498
3499 * [SRU] [B/OEM] Fix ACPI bug that causes boot failure (LP: #1819921)
3500 - SAUCE: ACPI / bus: Add some Lenovo laptops in list of acpi table term list
3501
3502 * Bionic update: upstream stable patchset for fuse 2019-04-12 (LP: #1824553)
3503 - fuse: fix double request_end()
3504 - fuse: fix unlocked access to processing queue
3505 - fuse: umount should wait for all requests
3506 - fuse: Fix oops at process_init_reply()
3507 - fuse: Don't access pipe->buffers without pipe_lock()
3508 - fuse: Fix use-after-free in fuse_dev_do_read()
3509 - fuse: Fix use-after-free in fuse_dev_do_write()
3510 - fuse: set FR_SENT while locked
3511 - fuse: fix blocked_waitq wakeup
3512 - fuse: fix leaked notify reply
3513 - fuse: fix possibly missed wake-up after abort
3514 - fuse: fix use-after-free in fuse_direct_IO()
3515 - fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS
3516 - fuse: handle zero sized retrieve correctly
3517 - fuse: call pipe_buf_release() under pipe lock
3518 - fuse: decrement NR_WRITEBACK_TEMP on the right page
3519
3520 * Backport support for software count cache flush Spectre v2 mitigation. (CVE)
3521 (required for POWER9 DD2.3) (LP: #1822870) // Backport support for software
3522 count cache flush Spectre v2 mitigation. (CVE) (required for POWER9 DD2.3)
3523 (LP: #1822870)
3524 - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
3525 - powerpc/fsl: Fix spectre_v2 mitigations reporting
3526 - powerpc: Avoid code patching freed init sections
3527
3528 * Backport support for software count cache flush Spectre v2 mitigation. (CVE)
3529 (required for POWER9 DD2.3) (LP: #1822870) // Backport support for software
3530 count cache flush Spectre v2 mitigation. (CVE) (required for POWER9 DD2.3)
3531 (LP: #1822870) // Backport support for software count cache flush Spectre v2
3532 mitigation. (CVE) (required for POWER9 DD2.3) (LP: #1822870)
3533 - powerpc/security: Fix spectre_v2 reporting
3534
3535 * CVE-2019-3874
3536 - sctp: use sk_wmem_queued to check for writable space
3537 - sctp: implement memory accounting on tx path
3538 - sctp: implement memory accounting on rx path
3539
3540 * NULL pointer dereference when using z3fold and zswap (LP: #1814874)
3541 - z3fold: fix possible reclaim races
3542
3543 * Kprobe event argument syntax in ftrace from ubuntu_kernel_selftests failed
3544 on B PowerPC (LP: #1812809)
3545 - selftests/ftrace: Add ppc support for kprobe args tests
3546
3547 * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487)
3548 - misc: rtsx: make various functions static
3549 - misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260
3550 - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd glitch
3551
3552 * headset-mic doesn't work on two Dell laptops. (LP: #1825272)
3553 - ALSA: hda/realtek - add two more pin configuration sets to quirk table
3554
3555 * CVE-2018-16884
3556 - sunrpc: use SVC_NET() in svcauth_gss_* functions
3557 - sunrpc: use-after-free in svc_process_common()
3558
3559 * sky2 ethernet card don't work after returning from suspension (LP: #1798921)
3560 - sky2: Increase D3 delay again
3561
3562 * CVE-2019-9500
3563 - brcmfmac: assure SSID length from firmware is limited
3564
3565 * CVE-2019-9503
3566 - brcmfmac: add subtype check for event handling in data path
3567
3568 * CVE-2019-3882
3569 - vfio/type1: Limit DMA mappings per container
3570
3571 * Intel I210 Ethernet card not working after hotplug [8086:1533]
3572 (LP: #1818490)
3573 - igb: Fix WARN_ONCE on runtime suspend
3574
3575 * bionic, xenial/hwe: misses "fuse: fix initial parallel dirops" patch
3576 (LP: #1823972)
3577 - fuse: fix initial parallel dirops
3578
3579 * amdgpu resume failure: failed to allocate wb slot (LP: #1825074)
3580 - drm/amdgpu: fix&cleanups for wb_clear
3581
3582 * Pop noise when headset is plugged in or removed from GHS/Line-out jack
3583 (LP: #1821290)
3584 - ALSA: hda/realtek - Add unplug function into unplug state of Headset Mode
3585 for ALC225
3586 - ALSA: hda/realtek - Disable headset Mic VREF for headset mode of ALC225
3587 - ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO
3588 - ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB
3589
3590 * mac80211_hwsim unable to handle kernel NULL pointer dereference
3591 at0000000000000000 (LP: #1825058)
3592 - mac80211_hwsim: Timer should be initialized before device registered
3593
3594 * [regression][snd_hda_codec_realtek] repeating crackling noise after 19.04
3595 upgrade (LP: #1821663)
3596 - ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklist
3597 - ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
3598 - ALSA: hda - Add two more machines to the power_save_blacklist
3599
3600 * ubuntu_nbd_smoke_test failed on P9 with Bionic kernel (LP: #1822247)
3601 - nbd: fix how we set bd_invalidated
3602
3603 * TSC clocksource not available in nested guests (LP: #1822821)
3604 - kvmclock: fix TSC calibration for nested guests
3605
3606 * 4.15 kernel ip_vs --ops causes performance and hang problem (LP: #1819786)
3607 - ipvs: fix refcount usage for conns in ops mode
3608
3609 * systemd cause kernel trace "BUG: unable to handle kernel paging request at
3610 6db23a14" on Cosmic i386 (LP: #1813244) // systemd cause kernel trace "BUG:
3611 unable to handle kernel paging request at 6db23a14" on Cosmic i386
3612 (LP: #1813244)
3613 - openvswitch: fix flow actions reallocation
3614
3615 -- Stefan Bader <stefan.bader@canonical.com> Thu, 25 Apr 2019 10:40:22 +0200
3616
3617 linux (4.15.0-48.51) bionic; urgency=medium
3618
3619 * linux: 4.15.0-48.51 -proposed tracker (LP: #1822820)
3620
3621 * Packaging resync (LP: #1786013)
3622 - [Packaging] update helper scripts
3623 - [Packaging] resync retpoline extraction
3624
3625 * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
3626 triggers system hang on i386 (LP: #1812845)
3627 - btrfs: raid56: properly unmap parity page in finish_parity_scrub()
3628
3629 * [P9][LTCTest][Opal][FW910] cpupower monitor shows multiple stop Idle_Stats
3630 (LP: #1719545)
3631 - cpupower : Fix header name to read idle state name
3632
3633 * [amdgpu] screen corruption when using touchpad (LP: #1818617)
3634 - drm/amdgpu/gmc: steal the appropriate amount of vram for fw hand-over (v3)
3635 - drm/amdgpu: Free VGA stolen memory as soon as possible.
3636
3637 * [SRU][B/C/OEM]IOMMU: add kernel dma protection (LP: #1820153)
3638 - ACPICA: AML parser: attempt to continue loading table after error
3639 - ACPI / property: Allow multiple property compatible _DSD entries
3640 - PCI / ACPI: Identify untrusted PCI devices
3641 - iommu/vt-d: Force IOMMU on for platform opt in hint
3642 - iommu/vt-d: Do not enable ATS for untrusted devices
3643 - thunderbolt: Export IOMMU based DMA protection support to userspace
3644 - iommu/vt-d: Disable ATS support on untrusted devices
3645
3646 * Add basic support to NVLink2 passthrough (LP: #1819989)
3647 - powerpc/powernv/npu: Do not try invalidating 32bit table when 64bit table is
3648 enabled
3649 - powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESET
3650 - powerpc/powernv: Export opal_check_token symbol
3651 - powerpc/powernv: Make possible for user to force a full ipl cec reboot
3652 - powerpc/powernv/idoa: Remove unnecessary pcidev from pci_dn
3653 - powerpc/powernv: Move npu struct from pnv_phb to pci_controller
3654 - powerpc/powernv/npu: Move OPAL calls away from context manipulation
3655 - powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
3656 - powerpc/pseries/npu: Enable platform support
3657 - powerpc/pseries: Remove IOMMU API support for non-LPAR systems
3658 - powerpc/powernv/npu: Check mmio_atsd array bounds when populating
3659 - powerpc/powernv/npu: Fault user page into the hypervisor's pagetable
3660
3661 * Huawei Hi1822 NIC has poor performance (LP: #1820187)
3662 - net-next: hinic: fix a problem in free_tx_poll()
3663 - hinic: remove ndo_poll_controller
3664 - net-next/hinic: add checksum offload and TSO support
3665 - hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4
3666 - net-next/hinic:replace multiply and division operators
3667 - net-next/hinic:add rx checksum offload for HiNIC
3668 - net-next/hinic:fix a bug in set mac address
3669 - net-next/hinic: fix a bug in rx data flow
3670 - net: hinic: fix null pointer dereference on pointer hwdev
3671 - hinic: optmize rx refill buffer mechanism
3672 - net-next/hinic:add shutdown callback
3673 - net-next/hinic: replace disable_irq_nosync/enable_irq
3674
3675 * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
3676 - Fonts: New Terminus large console font
3677 - [Config]: enable highdpi Terminus 16x32 font support
3678
3679 * [19.04 FEAT] qeth: Enhanced link speed - kernel part (LP: #1814892)
3680 - s390/qeth: report 25Gbit link speed
3681
3682 * CVE-2017-5754
3683 - x86/nmi: Fix NMI uaccess race against CR3 switching
3684 - x86/mm: Fix documentation of module mapping range with 4-level paging
3685 - x86/pti: Enable global pages for shared areas
3686 - x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
3687 - x86/pti: Leave kernel text global for !PCID
3688 - x86/pti: Fix boot problems from Global-bit setting
3689 - x86/pti: Fix boot warning from Global-bit setting
3690 - x86/pti: Reduce amount of kernel text allowed to be Global
3691 - x86/pti: Disallow global kernel text with RANDSTRUCT
3692 - x86/entry/32: Add explicit 'l' instruction suffix
3693 - x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
3694 - x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
3695 - x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
3696 - x86/entry/32: Put ESPFIX code into a macro
3697 - x86/entry/32: Unshare NMI return path
3698 - x86/entry/32: Split off return-to-kernel path
3699 - x86/entry/32: Enter the kernel via trampoline stack
3700 - x86/entry/32: Leave the kernel via trampoline stack
3701 - x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
3702 - x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
3703 - x86/entry/32: Simplify debug entry point
3704 - x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
3705 - x86/entry/32: Add PTI CR3 switches to NMI handler code
3706 - x86/entry: Rename update_sp0 to update_task_stack
3707 - x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()
3708 - x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
3709 - x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
3710 - x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
3711 - x86/pgtable: Move pti_set_user_pgtbl() to pgtable.h
3712 - x86/pgtable: Move two more functions from pgtable_64.h to pgtable.h
3713 - x86/mm/pae: Populate valid user PGD entries
3714 - x86/mm/pae: Populate the user page-table with user pgd's
3715 - x86/mm/pti: Add an overflow check to pti_clone_pmds()
3716 - x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
3717 - x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
3718 - x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
3719 - x86/mm/pti: Keep permissions when cloning kernel text in
3720 pti_clone_kernel_text()
3721 - x86/mm/pti: Introduce pti_finalize()
3722 - x86/mm/pti: Clone entry-text again in pti_finalize()
3723 - x86/mm/dump_pagetables: Define INIT_PGD
3724 - x86/pgtable/pae: Use separate kernel PMDs for user page-table
3725 - x86/ldt: Reserve address-space range on 32 bit for the LDT
3726 - x86/ldt: Define LDT_END_ADDR
3727 - x86/ldt: Split out sanity check in map_ldt_struct()
3728 - x86/ldt: Enable LDT user-mapping for PAE
3729 - x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32
3730 - [Config] Update PAGE_TABLE_ISOLATION annotations
3731 - x86/mm/pti: Add Warning when booting on a PCID capable CPU
3732 - x86/entry/32: Add debug code to check entry/exit CR3
3733 - x86/pti: Check the return value of pti_user_pagetable_walk_p4d()
3734 - x86/pti: Check the return value of pti_user_pagetable_walk_pmd()
3735 - perf/core: Make sure the ring-buffer is mapped in all page-tables
3736 - x86/entry/32: Check for VM86 mode in slow-path check
3737 - x86/mm: Remove in_nmi() warning from vmalloc_fault()
3738 - x86/kexec: Allocate 8k PGDs for PTI
3739 - x86/mm/pti: Clear Global bit more aggressively
3740 - mm: Allow non-direct-map arguments to free_reserved_area()
3741 - x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
3742 - x86/mm/init: Add helper for freeing kernel image pages
3743 - x86/mm/init: Remove freed kernel image areas from alias mapping
3744 - x86/mm/pti: Fix 32 bit PCID check
3745 - x86/mm/pti: Don't clear permissions in pti_clone_pmd()
3746 - x86/mm/pti: Clone kernel-image on PTE level for 32 bit
3747 - x86/relocs: Add __end_rodata_aligned to S_REL
3748 - x86/mm/pti: Move user W+X check into pti_finalize()
3749 - x86/efi: Load fixmap GDT in efi_call_phys_epilog()
3750 - x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3
3751 - x86/mm/doc: Clean up the x86-64 virtual memory layout descriptions
3752 - x86/mm/doc: Enhance the x86-64 virtual memory layout descriptions
3753 - x86/entry/32: Clear the CS high bits
3754 - x86/mm: Move LDT remap out of KASLR region on 5-level paging
3755 - x86/ldt: Unmap PTEs for the slot before freeing LDT pages
3756 - x86/ldt: Remove unused variable in map_ldt_struct()
3757 - x86/mm: Fix guard hole handling
3758 - x86/dump_pagetables: Fix LDT remap address marker
3759
3760 * Avoid potential memory corruption on HiSilicon SoCs (LP: #1819546)
3761 - iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloads
3762
3763 * Ubuntu18.04.01: [Power9] power8 Compat guest(RHEL7.6) crashes during guest
3764 boot with > 256G of memory (kernel/kvm) (LP: #1818645)
3765 - ]PATCH] KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function
3766
3767 * Fix for dual Intel NVMes (LP: #1821961)
3768 - SAUCE: nvme: Merge two quirk entries into one for Intel 760p/Pro 7600p
3769
3770 * CVE-2017-5715
3771 - tools headers: Synchronize prctl.h ABI header
3772 - x86/spectre: Add missing family 6 check to microcode check
3773 - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
3774 - x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
3775 - x86/speculation: Propagate information about RSB filling mitigation to sysfs
3776 - x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC
3777 variant
3778 - x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
3779 - x86/retpoline: Remove minimal retpoline support
3780 - x86/speculation: Update the TIF_SSBD comment
3781 - x86/speculation: Clean up spectre_v2_parse_cmdline()
3782 - x86/speculation: Remove unnecessary ret variable in cpu_show_common()
3783 - x86/speculation: Move STIPB/IBPB string conditionals out of
3784 cpu_show_common()
3785 - x86/speculation: Disable STIBP when enhanced IBRS is in use
3786 - x86/speculation: Rename SSBD update functions
3787 - x86/speculation: Reorganize speculation control MSRs update
3788 - sched/smt: Make sched_smt_present track topology
3789 - x86/Kconfig: Select SCHED_SMT if SMP enabled
3790 - sched/smt: Expose sched_smt_present static key
3791 - x86/speculation: Rework SMT state change
3792 - x86/l1tf: Show actual SMT state
3793 - x86/speculation: Reorder the spec_v2 code
3794 - x86/speculation: Mark string arrays const correctly
3795 - x86/speculataion: Mark command line parser data __initdata
3796 - x86/speculation: Unify conditional spectre v2 print functions
3797 - x86/speculation: Add command line control for indirect branch speculation
3798 - x86/speculation: Prepare for per task indirect branch speculation control
3799 - x86/process: Consolidate and simplify switch_to_xtra() code
3800 - x86/speculation: Avoid __switch_to_xtra() calls
3801 - x86/speculation: Prepare for conditional IBPB in switch_mm()
3802 - ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
3803 - x86/speculation: Split out TIF update
3804 - x86/speculation: Prevent stale SPEC_CTRL msr content
3805 - x86/speculation: Prepare arch_smt_update() for PRCTL mode
3806 - x86/speculation: Add prctl() control for indirect branch speculation
3807 - x86/speculation: Enable prctl mode for spectre_v2_user
3808 - x86/speculation: Add seccomp Spectre v2 user space protection mode
3809 - x86/speculation: Provide IBPB always command line options
3810 - kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb
3811 - x86/speculation: Change misspelled STIPB to STIBP
3812 - x86/speculation: Add support for STIBP always-on preferred mode
3813 - x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE
3814 - s390: remove closung punctuation from spectre messages
3815 - x86/speculation: Simplify the CPU bug detection logic
3816
3817 * CVE-2018-3639
3818 - x86/bugs: Add AMD's variant of SSB_NO
3819 - x86/bugs: Add AMD's SPEC_CTRL MSR usage
3820 - x86/bugs: Switch the selection of mitigation from CPU vendor to CPU features
3821 - x86/bugs: Update when to check for the LS_CFG SSBD mitigation
3822 - x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSR
3823 - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
3824
3825 * [Ubuntu] vfio-ap: add subsystem to matrix device to avoid libudev failures
3826 (LP: #1818854)
3827 - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
3828
3829 * Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete
3830 (0x0f) (LP: #1748565)
3831 - Bluetooth: Fix unnecessary error message for HCI request completion
3832
3833 * HiSilicon HNS ethernet broken in 4.15.0-45 (LP: #1818294)
3834 - net: hns: Fix WARNING when hns modules installed
3835
3836 * rtl8723be wifi does not work under linux-modules-extra-4.15.0-33-generic
3837 (LP: #1788997)
3838 - SAUCE: Revert "rtlwifi: cleanup 8723be ant_sel definition"
3839
3840 * Crash from :i915 module with 4.15.0-46-generic using multi-display
3841 (LP: #1819486)
3842 - SAUCE: Revert "drm/i915: Fix hotplug irq ack on i965/g4x"
3843
3844 * kernel linux-image-4.15.0-44 not booting on Hyperv Server 2008R2
3845 (LP: #1814069)
3846 - hv/netvsc: fix handling of fallback to single queue mode
3847 - hv/netvsc: Fix NULL dereference at single queue mode fallback
3848
3849 * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
3850 - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
3851
3852 * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
3853 - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
3854
3855 * fscache: jobs might hang when fscache disk is full (LP: #1821395)
3856 - fscache: fix race between enablement and dropping of object
3857
3858 * hns3: fix oops in hns3_clean_rx_ring() (LP: #1821064)
3859 - net: hns3: add dma_rmb() for rx description
3860
3861 * Hard lockup in 2 CPUs due to deadlock in cpu_stoppers (LP: #1821259)
3862 - stop_machine: Disable preemption after queueing stopper threads
3863 - stop_machine: Atomically queue and wake stopper threads
3864
3865 * tcm_loop.ko: move from modules-extra into main modules package
3866 (LP: #1817786)
3867 - [Packaging] move tcm_loop.lo to main linux-modules package
3868
3869 * tcmu user space crash results in kernel module hang. (LP: #1819504)
3870 - scsi: tcmu: delete unused __wait
3871 - scsi: tcmu: track nl commands
3872 - scsi: tcmu: simplify nl interface
3873 - scsi: tcmu: add module wide block/reset_netlink support
3874
3875 * Intel XL710 - i40e driver does not work with kernel 4.15 (Ubuntu 18.04)
3876 (LP: #1779756)
3877 - i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
3878 - i40e: prevent overlapping tx_timeout recover
3879
3880 * some codecs stop working after S3 (LP: #1820930)
3881 - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
3882
3883 * i40e xps management broken when > 64 queues/cpus (LP: #1820948)
3884 - i40e: Do not allow use more TC queue pairs than MSI-X vectors exist
3885 - i40e: Fix the number of queues available to be mapped for use
3886
3887 * 4.15 s390x kernel BUG at /build/linux-
3888 Gycr4Z/linux-4.15.0/drivers/block/virtio_blk.c:565! (LP: #1788432)
3889 - virtio/s390: avoid race on vcdev->config
3890 - virtio/s390: fix race in ccw_io_helper()
3891
3892 * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
3893 - iommu/amd: Fix NULL dereference bug in match_hid_uid
3894
3895 * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu
3896 system (LP: #1821271)
3897 - iwlwifi: add new card for 9260 series
3898
3899 * Add support for MAC address pass through on RTL8153-BD (LP: #1821276)
3900 - r8152: Add support for MAC address pass through on RTL8153-BD
3901 - r8152: Fix an error on RTL8153-BD MAC Address Passthrough support
3902
3903 -- Andrea Righi <andrea.righi@canonical.com> Tue, 02 Apr 2019 18:31:55 +0200
3904
3905 linux (4.15.0-47.50) bionic; urgency=medium
3906
3907 * linux: 4.15.0-47.50 -proposed tracker (LP: #1819716)
3908
3909 * Packaging resync (LP: #1786013)
3910 - [Packaging] resync getabis
3911 - [Packaging] update helper scripts
3912 - [Packaging] resync retpoline extraction
3913
3914 * C++ demangling support missing from perf (LP: #1396654)
3915 - [Packaging] fix a mistype
3916
3917 * arm-smmu-v3 arm-smmu-v3.3.auto: CMD_SYNC timeout (LP: #1818162)
3918 - iommu/arm-smmu-v3: Fix unexpected CMD_SYNC timeout
3919
3920 * Crash in nvme_irq_check() when using threaded interrupts (LP: #1818747)
3921 - nvme-pci: fix out of bounds access in nvme_cqe_pending
3922
3923 * CVE-2019-9213
3924 - mm: enforce min addr even if capable() in expand_downwards()
3925
3926 * CVE-2019-3460
3927 - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
3928
3929 * amdgpu with mst WARNING on blanking (LP: #1814308)
3930 - drm/amd/display: Don't use dc_link in link_encoder
3931 - drm/amd/display: Move wait for hpd ready out from edp power control.
3932 - drm/amd/display: eDP sequence BL off first then DP blank.
3933 - drm/amd/display: Fix unused variable compilation error
3934 - drm/amd/display: Fix warning about misaligned code
3935 - drm/amd/display: Fix MST dp_blank REG_WAIT timeout
3936
3937 * tun/tap: unable to manage carrier state from userland (LP: #1806392)
3938 - tun: implement carrier change
3939
3940 * CVE-2019-8980
3941 - exec: Fix mem leak in kernel_read_file
3942
3943 * raw_skew in timer from the ubuntu_kernel_selftests failed on Bionic
3944 (LP: #1811194)
3945 - selftest: timers: Tweak raw_skew to SKIP when ADJ_OFFSET/other clock
3946 adjustments are in progress
3947
3948 * [Packaging] Allow overlay of config annotations (LP: #1752072)
3949 - [Packaging] config-check: Add an include directive
3950
3951 * CVE-2019-7308
3952 - bpf: move {prev_,}insn_idx into verifier env
3953 - bpf: move tmp variable into ax register in interpreter
3954 - bpf: enable access to ax register also from verifier rewrite
3955 - bpf: restrict map value pointer arithmetic for unprivileged
3956 - bpf: restrict stack pointer arithmetic for unprivileged
3957 - bpf: restrict unknown scalars of mixed signed bounds for unprivileged
3958 - bpf: fix check_map_access smin_value test when pointer contains offset
3959 - bpf: prevent out of bounds speculation on pointer arithmetic
3960 - bpf: fix sanitation of alu op with pointer / scalar type from different
3961 paths
3962 - bpf: add various test cases to selftests
3963
3964 * CVE-2017-5753
3965 - bpf: properly enforce index mask to prevent out-of-bounds speculation
3966 - bpf: fix inner map masking to prevent oob under speculation
3967
3968 * BPF: kernel pointer leak to unprivileged userspace (LP: #1815259)
3969 - bpf/verifier: disallow pointer subtraction
3970
3971 * squashfs hardening (LP: #1816756)
3972 - squashfs: more metadata hardening
3973 - squashfs metadata 2: electric boogaloo
3974 - squashfs: more metadata hardening
3975 - Squashfs: Compute expected length from inode size rather than block length
3976
3977 * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982)
3978 - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
3979
3980 * Update ENA driver to version 2.0.3K (LP: #1816806)
3981 - net: ena: update driver version from 2.0.2 to 2.0.3
3982 - net: ena: fix race between link up and device initalization
3983 - net: ena: fix crash during failed resume from hibernation
3984
3985 * ipset kernel error: 4.15.0-43-generic (LP: #1811394)
3986 - netfilter: ipset: Fix wraparound in hash:*net* types
3987
3988 * Silent "Unknown key" message when pressing keyboard backlight hotkey
3989 (LP: #1817063)
3990 - platform/x86: dell-wmi: Ignore new keyboard backlight change event
3991
3992 * CVE-2018-18021
3993 - arm64: KVM: Tighten guest core register access from userspace
3994 - KVM: arm/arm64: Introduce vcpu_el1_is_32bit
3995 - arm64: KVM: Sanitize PSTATE.M when being set from userspace
3996
3997 * CVE-2018-14678
3998 - x86/entry/64: Remove %ebx handling from error_entry/exit
3999
4000 * CVE-2018-19824
4001 - ALSA: usb-audio: Fix UAF decrement if card has no live interfaces in card.c
4002
4003 * CVE-2019-3459
4004 - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
4005
4006 * Bionic update: upstream stable patchset 2019-02-08 (LP: #1815234)
4007 - fork: unconditionally clear stack on fork
4008 - spi: spi-s3c64xx: Fix system resume support
4009 - Input: elan_i2c - add ACPI ID for lenovo ideapad 330
4010 - Input: i8042 - add Lenovo LaVie Z to the i8042 reset list
4011 - Input: elan_i2c - add another ACPI ID for Lenovo Ideapad 330-15AST
4012 - kvm, mm: account shadow page tables to kmemcg
4013 - delayacct: fix crash in delayacct_blkio_end() after delayacct init failure
4014 - tracing: Fix double free of event_trigger_data
4015 - tracing: Fix possible double free in event_enable_trigger_func()
4016 - kthread, tracing: Don't expose half-written comm when creating kthreads
4017 - tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure
4018 - tracing: Quiet gcc warning about maybe unused link variable
4019 - arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setups
4020 - mlxsw: spectrum_switchdev: Fix port_vlan refcounting
4021 - kcov: ensure irq code sees a valid area
4022 - xen/netfront: raise max number of slots in xennet_get_responses()
4023 - skip LAYOUTRETURN if layout is invalid
4024 - ALSA: emu10k1: add error handling for snd_ctl_add
4025 - ALSA: fm801: add error handling for snd_ctl_add
4026 - NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRY
4027 - nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfo
4028 - vfio: platform: Fix reset module leak in error path
4029 - vfio/mdev: Check globally for duplicate devices
4030 - vfio/type1: Fix task tracking for QEMU vCPU hotplug
4031 - kernel/hung_task.c: show all hung tasks before panic
4032 - mm: /proc/pid/pagemap: hide swap entries from unprivileged users
4033 - mm: vmalloc: avoid racy handling of debugobjects in vunmap
4034 - mm/slub.c: add __printf verification to slab_err()
4035 - rtc: ensure rtc_set_alarm fails when alarms are not supported
4036 - perf tools: Fix pmu events parsing rule
4037 - netfilter: ipset: forbid family for hash:mac sets
4038 - netfilter: ipset: List timing out entries with "timeout 1" instead of zero
4039 - irqchip/ls-scfg-msi: Map MSIs in the iommu
4040 - watchdog: da9063: Fix updating timeout value
4041 - printk: drop in_nmi check from printk_safe_flush_on_panic()
4042 - bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}
4043 - ceph: fix alignment of rasize
4044 - e1000e: Ignore TSYNCRXCTL when getting I219 clock attributes
4045 - powerpc/lib: Adjust .balign inside string functions for PPC32
4046 - powerpc/64s: Add barrier_nospec
4047 - powerpc/eeh: Fix use-after-release of EEH driver
4048 - hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()
4049 - powerpc/64s: Fix compiler store ordering to SLB shadow area
4050 - RDMA/mad: Convert BUG_ONs to error flows
4051 - lightnvm: pblk: warn in case of corrupted write buffer
4052 - netfilter: nf_tables: check msg_type before nft_trans_set(trans)
4053 - pnfs: Don't release the sequence slot until we've processed layoutget on
4054 open
4055 - disable loading f2fs module on PAGE_SIZE > 4KB
4056 - f2fs: fix error path of move_data_page
4057 - f2fs: fix to don't trigger writeback during recovery
4058 - f2fs: fix to wait page writeback during revoking atomic write
4059 - f2fs: Fix deadlock in shutdown ioctl
4060 - f2fs: fix to detect failure of dquot_initialize
4061 - f2fs: fix race in between GC and atomic open
4062 - block, bfq: remove wrong lock in bfq_requests_merged
4063 - usbip: usbip_detach: Fix memory, udev context and udev leak
4064 - usbip: dynamically allocate idev by nports found in sysfs
4065 - perf/x86/intel/uncore: Correct fixed counter index check in generic code
4066 - perf/x86/intel/uncore: Correct fixed counter index check for NHM
4067 - selftests/intel_pstate: Improve test, minor fixes
4068 - selftests: memfd: return Kselftest Skip code for skipped tests
4069 - selftests: intel_pstate: return Kselftest Skip code for skipped tests
4070 - PCI: Fix devm_pci_alloc_host_bridge() memory leak
4071 - iwlwifi: pcie: fix race in Rx buffer allocator
4072 - Bluetooth: hci_qca: Fix "Sleep inside atomic section" warning
4073 - Bluetooth: btusb: Add a new Realtek 8723DE ID 2ff8:b011
4074 - ASoC: dpcm: fix BE dai not hw_free and shutdown
4075 - mfd: cros_ec: Fail early if we cannot identify the EC
4076 - mwifiex: handle race during mwifiex_usb_disconnect
4077 - wlcore: sdio: check for valid platform device data before suspend
4078 - media: tw686x: Fix incorrect vb2_mem_ops GFP flags
4079 - media: videobuf2-core: don't call memop 'finish' when queueing
4080 - Btrfs: don't return ino to ino cache if inode item removal fails
4081 - Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()
4082 - btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups
4083 - btrfs: qgroup: Finish rescan when hit the last leaf of extent tree
4084 - x86/microcode: Make the late update update_lock a raw lock for RT
4085 - PM / wakeup: Make s2idle_lock a RAW_SPINLOCK
4086 - PCI: Prevent sysfs disable of device while driver is attached
4087 - nvme-rdma: stop admin queue before freeing it
4088 - nvme-pci: Fix AER reset handling
4089 - ath: Add regulatory mapping for FCC3_ETSIC
4090 - ath: Add regulatory mapping for ETSI8_WORLD
4091 - ath: Add regulatory mapping for APL13_WORLD
4092 - ath: Add regulatory mapping for APL2_FCCA
4093 - ath: Add regulatory mapping for Uganda
4094 - ath: Add regulatory mapping for Tanzania
4095 - ath: Add regulatory mapping for Serbia
4096 - ath: Add regulatory mapping for Bermuda
4097 - ath: Add regulatory mapping for Bahamas
4098 - powerpc/32: Add a missing include header
4099 - powerpc/chrp/time: Make some functions static, add missing header include
4100 - powerpc/powermac: Add missing prototype for note_bootable_part()
4101 - powerpc/powermac: Mark variable x as unused
4102 - powerpc: Add __printf verification to prom_printf
4103 - spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCAC
4104 - powerpc/8xx: fix invalid register expression in head_8xx.S
4105 - pinctrl: at91-pio4: add missing of_node_put
4106 - bpf: powerpc64: pad function address loads with NOPs
4107 - PCI: pciehp: Request control of native hotplug only if supported
4108 - net: dsa: qca8k: Add support for QCA8334 switch
4109 - mwifiex: correct histogram data with appropriate index
4110 - ima: based on policy verify firmware signatures (pre-allocated buffer)
4111 - drivers/perf: arm-ccn: don't log to dmesg in event_init
4112 - spi: Add missing pm_runtime_put_noidle() after failed get
4113 - fscrypt: use unbound workqueue for decryption
4114 - scsi: ufs: ufshcd: fix possible unclocked register access
4115 - scsi: ufs: fix exception event handling
4116 - scsi: zfcp: assert that the ERP lock is held when tracing a recovery trigger
4117 - drm/nouveau/fifo/gk104-: poll for runlist update completion
4118 - Bluetooth: btusb: add ID for LiteOn 04ca:301a
4119 - rtc: tps6586x: fix possible race condition
4120 - rtc: vr41xx: fix possible race condition
4121 - rtc: tps65910: fix possible race condition
4122 - ALSA: emu10k1: Rate-limit error messages about page errors
4123 - regulator: pfuze100: add .is_enable() for pfuze100_swb_regulator_ops
4124 - md/raid1: add error handling of read error from FailFast device
4125 - md: fix NULL dereference of mddev->pers in remove_and_add_spares()
4126 - ixgbevf: fix MAC address changes through ixgbevf_set_mac()
4127 - media: smiapp: fix timeout checking in smiapp_read_nvm
4128 - net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret value
4129 - ALSA: usb-audio: Apply rate limit to warning messages in URB complete
4130 callback
4131 - media: atomisp: ov2680: don't declare unused vars
4132 - arm64: cmpwait: Clear event register before arming exclusive monitor
4133 - HID: hid-plantronics: Re-resend Update to map button for PTT products
4134 - arm64: dts: renesas: salvator-common: use audio-graph-card for Sound
4135 - drm/radeon: fix mode_valid's return type
4136 - drm/amdgpu: Remove VRAM from shared bo domains.
4137 - powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by
4138 Starlet
4139 - HID: i2c-hid: check if device is there before really probing
4140 - EDAC, altera: Fix ARM64 build warning
4141 - ARM: dts: stih407-pinctrl: Fix complain about IRQ_TYPE_NONE usage
4142 - ARM: dts: emev2: Add missing interrupt-affinity to PMU node
4143 - ARM: dts: sh73a0: Add missing interrupt-affinity to PMU node
4144 - nvmem: properly handle returned value nvmem_reg_read
4145 - i40e: free the skb after clearing the bitlock
4146 - tty: Fix data race in tty_insert_flip_string_fixed_flag
4147 - dma-iommu: Fix compilation when !CONFIG_IOMMU_DMA
4148 - net: phy: phylink: Release link GPIO
4149 - media: rcar_jpu: Add missing clk_disable_unprepare() on error in jpu_open()
4150 - libata: Fix command retry decision
4151 - ACPI / LPSS: Only call pwm_add_table() for Bay Trail PWM if PMIC HRV is 2
4152 - media: media-device: fix ioctl function types
4153 - media: saa7164: Fix driver name in debug output
4154 - mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pages
4155 - brcmfmac: Add support for bcm43364 wireless chipset
4156 - s390/cpum_sf: Add data entry sizes to sampling trailer entry
4157 - perf: fix invalid bit in diagnostic entry
4158 - bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only.
4159 - scsi: 3w-9xxx: fix a missing-check bug
4160 - scsi: 3w-xxxx: fix a missing-check bug
4161 - scsi: megaraid: silence a static checker bug
4162 - scsi: qedf: Set the UNLOADING flag when removing a vport
4163 - staging: lustre: o2iblnd: fix race at kiblnd_connect_peer
4164 - staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5
4165 - thermal: exynos: fix setting rising_threshold for Exynos5433
4166 - bpf: fix references to free_bpf_prog_info() in comments
4167 - f2fs: avoid fsync() failure caused by EAGAIN in writepage()
4168 - media: siano: get rid of __le32/__le16 cast warnings
4169 - drm/atomic: Handling the case when setting old crtc for plane
4170 - ALSA: hda/ca0132: fix build failure when a local macro is defined
4171 - mmc: dw_mmc: update actual clock for mmc debugfs
4172 - mmc: pwrseq: Use kmalloc_array instead of stack VLA
4173 - dt-bindings: pinctrl: meson: add support for the Meson8m2 SoC
4174 - spi: meson-spicc: Fix error handling in meson_spicc_probe()
4175 - dt-bindings: net: meson-dwmac: new compatible name for AXG SoC
4176 - backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction
4177 - stop_machine: Use raw spinlocks
4178 - delayacct: Use raw_spinlocks
4179 - memory: tegra: Do not handle spurious interrupts
4180 - memory: tegra: Apply interrupts mask per SoC
4181 - nvme: lightnvm: add granby support
4182 - arm64: defconfig: Enable Rockchip io-domain driver
4183 - igb: Fix queue selection on MAC filters on i210
4184 - drm/gma500: fix psb_intel_lvds_mode_valid()'s return type
4185 - ipconfig: Correctly initialise ic_nameservers
4186 - rsi: Fix 'invalid vdd' warning in mmc
4187 - rsi: fix nommu_map_sg overflow kernel panic
4188 - audit: allow not equal op for audit by executable
4189 - staging: vchiq_core: Fix missing semaphore release in error case
4190 - staging: lustre: llite: correct removexattr detection
4191 - staging: lustre: ldlm: free resource when ldlm_lock_create() fails.
4192 - serial: core: Make sure compiler barfs for 16-byte earlycon names
4193 - soc: imx: gpcv2: Do not pass static memory as platform data
4194 - microblaze: Fix simpleImage format generation
4195 - usb: hub: Don't wait for connect state at resume for powered-off ports
4196 - crypto: authencesn - don't leak pointers to authenc keys
4197 - crypto: authenc - don't leak pointers to authenc keys
4198 - media: omap3isp: fix unbalanced dma_iommu_mapping
4199 - regulator: Don't return or expect -errno from of_map_mode()
4200 - scsi: scsi_dh: replace too broad "TP9" string with the exact models
4201 - scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOs
4202 - media: atomisp: compat32: fix __user annotations
4203 - media: si470x: fix __be16 annotations
4204 - ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format()
4205 - ASoC: topology: Add missing clock gating parameter when parsing hw_configs
4206 - drm: Add DP PSR2 sink enable bit
4207 - drm/atomic-helper: Drop plane->fb references only for
4208 drm_atomic_helper_shutdown()
4209 - drm/dp/mst: Fix off-by-one typo when dump payload table
4210 - block: reset bi_iter.bi_done after splitting bio
4211 - random: mix rdrand with entropy sent in from userspace
4212 - squashfs: be more careful about metadata corruption
4213 - ext4: fix inline data updates with checksums enabled
4214 - ext4: fix check to prevent initializing reserved inodes
4215 - PCI: xgene: Remove leftover pci_scan_child_bus() call
4216 - RDMA/uverbs: Protect from attempts to create flows on unsupported QP
4217 - net: dsa: qca8k: Force CPU port to its highest bandwidth
4218 - net: dsa: qca8k: Enable RXMAC when bringing up a port
4219 - net: dsa: qca8k: Add QCA8334 binding documentation
4220 - net: dsa: qca8k: Allow overwriting CPU port setting
4221 - ipv4: remove BUG_ON() from fib_compute_spec_dst
4222 - net: fix amd-xgbe flow-control issue
4223 - net: lan78xx: fix rx handling before first packet is send
4224 - net: mdio-mux: bcm-iproc: fix wrong getter and setter pair
4225 - NET: stmmac: align DMA stuff to largest cache line length
4226 - tcp_bbr: fix bw probing to raise in-flight data for very small BDPs
4227 - xen-netfront: wait xenbus state change when load module manually
4228 - netlink: Do not subscribe to non-existent groups
4229 - netlink: Don't shift with UB on nlk->ngroups
4230 - tcp: do not force quickack when receiving out-of-order packets
4231 - tcp: add max_quickacks param to tcp_incr_quickack and
4232 tcp_enter_quickack_mode
4233 - tcp: do not aggressively quick ack after ECN events
4234 - tcp: refactor tcp_ecn_check_ce to remove sk type cast
4235 - tcp: add one more quick ack after after ECN events
4236 - mm: disallow mappings that conflict for devm_memremap_pages()
4237 - drm/i915/glk: Add Quirk for GLK NUC HDMI port issues.
4238 - mm: check for SIGKILL inside dup_mmap() loop
4239 - rxrpc: Fix terminal retransmission connection ID to include the channel
4240 - ceph: fix use-after-free in ceph_statfs()
4241 - lightnvm: proper error handling for pblk_bio_add_pages
4242 - f2fs: don't drop dentry pages after fs shutdown
4243 - selftests: filesystems: return Kselftest Skip code for skipped tests
4244 - selftests/filesystems: devpts_pts included wrong header
4245 - iwlwifi: mvm: open BA session only when sta is authorized
4246 - drm/amd/display: Do not program interrupt status on disabled crtc
4247 - soc: qcom: smem: fix qcom_smem_set_global_partition()
4248 - soc: qcom: smem: byte swap values properly
4249 - pinctrl: msm: fix gpio-hog related boot issues
4250 - net: mvpp2: Add missing VLAN tag detection
4251 - drm/nouveau: remove fence wait code from deferred client work handler
4252 - drm/nouveau/gem: lookup VMAs for buffers referenced by pushbuf ioctl
4253 - clocksource: Move inline keyword to the beginning of function declarations
4254 - media: staging: atomisp: Comment out several unused sensor resolutions
4255 - IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPS
4256 - rsi: Add null check for virtual interfaces in wowlan config
4257 - ARM: dts: stih410: Fix complain about IRQ_TYPE_NONE usage
4258 - ARM: dts: imx53: Fix LDB OF graph warning
4259 - soc/tegra: pmc: Don't allocate struct tegra_powergate on stack
4260 - mlxsw: spectrum_router: Return an error for non-default FIB rules
4261 - i40e: Add advertising 10G LR mode
4262 - i40e: avoid overflow in i40e_ptp_adjfreq()
4263 - ath10k: fix kernel panic while reading tpc_stats
4264 - ASoC: fsl_ssi: Use u32 variable type when using regmap_read()
4265 - platform/x86: dell-smbios: Match on www.dell.com in OEM strings too
4266 - staging: ks7010: fix error handling in ks7010_upload_firmware
4267 - media: rc: mce_kbd decoder: low timeout values cause double keydowns
4268 - ath10k: search all IEs for variant before falling back
4269 - PCI/ASPM: Disable ASPM L1.2 Substate if we don't have LTR
4270 - ARM: dts: imx6qdl-wandboard: Let the codec control MCLK pinctrl
4271 - drm/amdgpu: Avoid reclaim while holding locks taken in MMU notifier
4272 - nvmet-fc: fix target sgl list on large transfers
4273 - i2c: rcar: handle RXDMA HW behaviour on Gen3
4274 - gpio: uniphier: set legitimate irq trigger type in .to_irq hook
4275 - tcp: ack immediately when a cwr packet arrives
4276 - ACPICA: AML Parser: ignore control method status in module-level code
4277
4278 * Bionic update: upstream stable patchset 2019-02-05 (LP: #1814813)
4279 - MIPS: ath79: fix register address in ath79_ddr_wb_flush()
4280 - MIPS: Fix off-by-one in pci_resource_to_user()
4281 - xen/PVH: Set up GS segment for stack canary
4282 - drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()
4283 - drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfs
4284 - bonding: set default miimon value for non-arp modes if not set
4285 - ip: hash fragments consistently
4286 - ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
4287 - net/mlx4_core: Save the qpn from the input modifier in RST2INIT wrapper
4288 - net: skb_segment() should not return NULL
4289 - net/mlx5: Adjust clock overflow work period
4290 - net/mlx5e: Don't allow aRFS for encapsulated packets
4291 - net/mlx5e: Fix quota counting in aRFS expire flow
4292 - net/ipv6: Fix linklocal to global address with VRF
4293 - multicast: do not restore deleted record source filter mode to new one
4294 - net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_priv
4295 - sock: fix sg page frag coalescing in sk_alloc_sg
4296 - rtnetlink: add rtnl_link_state check in rtnl_configure_link
4297 - vxlan: add new fdb alloc and create helpers
4298 - vxlan: make netlink notify in vxlan_fdb_destroy optional
4299 - vxlan: fix default fdb entry netlink notify ordering during netdev create
4300 - tcp: fix dctcp delayed ACK schedule
4301 - tcp: helpers to send special DCTCP ack
4302 - tcp: do not cancel delay-AcK on DCTCP special ACK
4303 - tcp: do not delay ACK in DCTCP upon CE status change
4304 - staging: speakup: fix wraparound in uaccess length check
4305 - usb: cdc_acm: Add quirk for Castles VEGA3000
4306 - usb: core: handle hub C_PORT_OVER_CURRENT condition
4307 - usb: dwc2: Fix DMA alignment to start at allocated boundary
4308 - usb: gadget: f_fs: Only return delayed status when len is 0
4309 - driver core: Partially revert "driver core: correct device's shutdown order"
4310 - can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK
4311 - can: xilinx_can: fix power management handling
4312 - can: xilinx_can: fix recovery from error states not being propagated
4313 - can: xilinx_can: fix device dropping off bus on RX overrun
4314 - can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting
4315 - can: xilinx_can: fix incorrect clear of non-processed interrupts
4316 - can: xilinx_can: fix RX overflow interrupt not being enabled
4317 - can: peak_canfd: fix firmware < v3.3.0: limit allocation to 32-bit DMA addr
4318 only
4319 - can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before
4320 checking can.ctrlmode
4321 - turn off -Wattribute-alias
4322 - net-next/hinic: fix a problem in hinic_xmit_frame()
4323 - net/mlx5e: Refine ets validation function
4324 - nfp: flower: ensure dead neighbour entries are not offloaded
4325 - usb: gadget: Fix OS descriptors support
4326 - ACPICA: AML Parser: ignore dispatcher error status during table load
4327
4328 * installer does not support iSCSI iBFT (LP: #1817321)
4329 - d-i: add iscsi_ibft to scsi-modules
4330
4331 * CVE-2019-7222
4332 - KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)
4333
4334 * CVE-2019-7221
4335 - KVM: nVMX: unconditionally cancel preemption timer in free_nested
4336 (CVE-2019-7221)
4337
4338 * CVE-2019-6974
4339 - kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)
4340
4341 * Regular D-state processes impacting LXD containers (LP: #1817628)
4342 - mm: do not stall register_shrinker()
4343
4344 * hns3 nic speed may not match optical port speed (LP: #1817969)
4345 - net: hns3: Config NIC port speed same as that of optical module
4346
4347 * [Hyper-V] srcu: Lock srcu_data structure in srcu_gp_start() (LP: #1802021)
4348 - srcu: Prohibit call_srcu() use under raw spinlocks
4349 - srcu: Lock srcu_data structure in srcu_gp_start()
4350
4351 * libsas disks can have non-unique by-path names (LP: #1817784)
4352 - scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attached
4353
4354 * Bluetooth not working (Intel CyclonePeak) (LP: #1817518)
4355 - Bluetooth: btusb: Add support for Intel bluetooth device 8087:0029
4356
4357 * CVE-2019-8912
4358 - net: crypto set sk to NULL when af_alg_release.
4359 - net: socket: set sock->sk to NULL after calling proto_ops::release()
4360
4361 * Trackpad is not recognized. (LP: #1817200)
4362 - pinctrl: cannonlake: Fix gpio base for GPP-E
4363
4364 * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831)
4365 - ALSA: hda/realtek - Headset microphone support for System76 darp5
4366 - ALSA: hda/realtek - Headset microphone and internal speaker support for
4367 System76 oryp5
4368
4369 * Constant noise in the headphone on Lenovo X1 machines (LP: #1817263)
4370 - ALSA: hda/realtek: Disable PC beep in passthrough on alc285
4371
4372 * AC adapter status not detected on Asus ZenBook UX410UAK (LP: #1745032)
4373 - Revert "ACPI / battery: Add quirk for Asus GL502VSK and UX305LA"
4374 - ACPI / AC: Remove initializer for unused ident dmi_system_id
4375 - ACPI / battery: Remove initializer for unused ident dmi_system_id
4376 - ACPI / battery: Add handling for devices which wrongly report discharging
4377 state
4378 - ACPI / battery: Ignore AC state in handle_discharging on systems where it is
4379 broken
4380
4381 * TPM intermittently fails after cold-boot (LP: #1762672)
4382 - tpm: fix intermittent failure with self tests
4383
4384 * qlcnic: Firmware aborts/hangs in QLogic NIC (LP: #1815033)
4385 - qlcnic: fix Tx descriptor corruption on 82xx devices
4386
4387 -- Khalid Elmously <khalid.elmously@canonical.com> Wed, 13 Mar 2019 04:37:49 +0000
4388
4389 linux (4.15.0-46.49) bionic; urgency=medium
4390
4391 * linux: 4.15.0-46.49 -proposed tracker (LP: #1814726)
4392
4393 * mprotect fails on ext4 with dax (LP: #1799237)
4394 - x86/speculation/l1tf: Exempt zeroed PTEs from inversion
4395
4396 * kernel BUG at /build/linux-vxxS7y/linux-4.15.0/mm/slub.c:296! (LP: #1812086)
4397 - iscsi target: fix session creation failure handling
4398 - scsi: iscsi: target: Set conn->sess to NULL when iscsi_login_set_conn_values
4399 fails
4400 - scsi: iscsi: target: Fix conn_ops double free
4401
4402 * user_copy in user from ubuntu_kernel_selftests failed on KVM kernel
4403 (LP: #1812198)
4404 - selftests: user: return Kselftest Skip code for skipped tests
4405 - selftests: kselftest: change KSFT_SKIP=4 instead of KSFT_PASS
4406 - selftests: kselftest: Remove outdated comment
4407
4408 * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472)
4409 - SAUCE: staging: rtlwifi: allow RTLWIFI_DEBUG_ST to be disabled
4410 - [Config] CONFIG_RTLWIFI_DEBUG_ST=n
4411 - SAUCE: Add r8822be to signature inclusion list
4412
4413 * kernel oops in bcache module (LP: #1793901)
4414 - SAUCE: bcache: never writeback a discard operation
4415
4416 * CVE-2018-18397
4417 - userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails
4418 - userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem
4419 - userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas
4420 - userfaultfd: shmem: add i_size checks
4421 - userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set
4422
4423 * Ignore "incomplete report" from Elan touchpanels (LP: #1813733)
4424 - HID: i2c-hid: Ignore input report if there's no data present on Elan
4425 touchpanels
4426
4427 * Vsock connect fails with ENODEV for large CID (LP: #1813934)
4428 - vhost/vsock: fix vhost vsock cid hashing inconsistent
4429
4430 * SRU: Fix thinkpad 11e 3rd boot hang (LP: #1804604)
4431 - ACPI / LPSS: Force LPSS quirks on boot
4432
4433 * Bionic update: upstream stable patchset 2019-01-17 (LP: #1812229)
4434 - scsi: sd_zbc: Fix variable type and bogus comment
4435 - KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in
4436 parallel.
4437 - x86/apm: Don't access __preempt_count with zeroed fs
4438 - x86/events/intel/ds: Fix bts_interrupt_threshold alignment
4439 - x86/MCE: Remove min interval polling limitation
4440 - fat: fix memory allocation failure handling of match_strdup()
4441 - ALSA: hda/realtek - Add Panasonic CF-SZ6 headset jack quirk
4442 - ARCv2: [plat-hsdk]: Save accl reg pair by default
4443 - ARC: Fix CONFIG_SWAP
4444 - ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigs
4445 - ARC: mm: allow mprotect to make stack mappings executable
4446 - mm: memcg: fix use after free in mem_cgroup_iter()
4447 - mm/huge_memory.c: fix data loss when splitting a file pmd
4448 - cpufreq: intel_pstate: Register when ACPI PCCH is present
4449 - vfio/pci: Fix potential Spectre v1
4450 - stop_machine: Disable preemption when waking two stopper threads
4451 - drm/i915: Fix hotplug irq ack on i965/g4x
4452 - drm/nouveau: Use drm_connector_list_iter_* for iterating connectors
4453 - drm/nouveau: Avoid looping through fake MST connectors
4454 - gen_stats: Fix netlink stats dumping in the presence of padding
4455 - ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns
4456 - ipv6: fix useless rol32 call on hash
4457 - ipv6: ila: select CONFIG_DST_CACHE
4458 - lib/rhashtable: consider param->min_size when setting initial table size
4459 - net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
4460 - net: Don't copy pfmemalloc flag in __copy_skb_header()
4461 - skbuff: Unconditionally copy pfmemalloc in __skb_clone()
4462 - net/ipv4: Set oif in fib_compute_spec_dst
4463 - net: phy: fix flag masking in __set_phy_supported
4464 - ptp: fix missing break in switch
4465 - qmi_wwan: add support for Quectel EG91
4466 - tg3: Add higher cpu clock for 5762.
4467 - hv_netvsc: Fix napi reschedule while receive completion is busy
4468 - net/mlx4_en: Don't reuse RX page when XDP is set
4469 - net: systemport: Fix CRC forwarding check for SYSTEMPORT Lite
4470 - ipv6: make DAD fail with enhanced DAD when nonce length differs
4471 - net: usb: asix: replace mii_nway_restart in resume path
4472 - alpha: fix osf_wait4() breakage
4473 - cxl_getfile(): fix double-iput() on alloc_file() failures
4474 - powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)
4475 - xhci: Fix perceived dead host due to runtime suspend race with event handler
4476 - KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer
4477 - x86/kvmclock: set pvti_cpu0_va after enabling kvmclock
4478 - ALSA: hda/realtek - Yet another Clevo P950 quirk entry
4479 - drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)
4480 - rhashtable: add restart routine in rhashtable_free_and_destroy()
4481 - sch_fq_codel: zero q->flows_cnt when fq_codel_init fails
4482 - sctp: introduce sctp_dst_mtu
4483 - sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
4484 - net: aquantia: vlan unicast address list correct handling
4485 - drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
4486
4487 * Bionic update: upstream stable patchset 2019-01-15 (LP: #1811877)
4488 - compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations
4489 - x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>
4490 - x86/paravirt: Make native_save_fl() extern inline
4491 - Btrfs: fix duplicate extents after fsync of file with prealloc extents
4492 - cpufreq / CPPC: Set platform specific transition_delay_us
4493 - PCI: exynos: Fix a potential init_clk_resources NULL pointer dereference
4494 - alx: take rtnl before calling __alx_open from resume
4495 - atm: Preserve value of skb->truesize when accounting to vcc
4496 - atm: zatm: Fix potential Spectre v1
4497 - ipv6: sr: fix passing wrong flags to crypto_alloc_shash()
4498 - ipvlan: fix IFLA_MTU ignored on NEWLINK
4499 - ixgbe: split XDP_TX tail and XDP_REDIRECT map flushing
4500 - net: dccp: avoid crash in ccid3_hc_rx_send_feedback()
4501 - net: dccp: switch rx_tstamp_last_feedback to monotonic clock
4502 - net: fix use-after-free in GRO with ESP
4503 - net: macb: Fix ptp time adjustment for large negative delta
4504 - net/mlx5e: Avoid dealing with vport representors if not being e-switch
4505 manager
4506 - net/mlx5: E-Switch, Avoid setup attempt if not being e-switch manager
4507 - net/mlx5: Fix command interface race in polling mode
4508 - net/mlx5: Fix incorrect raw command length parsing
4509 - net/mlx5: Fix required capability for manipulating MPFS
4510 - net/mlx5: Fix wrong size allocation for QoS ETC TC regitster
4511 - net: mvneta: fix the Rx desc DMA address in the Rx path
4512 - net/packet: fix use-after-free
4513 - net_sched: blackhole: tell upper qdisc about dropped packets
4514 - net: sungem: fix rx checksum support
4515 - net/tcp: Fix socket lookups with SO_BINDTODEVICE
4516 - qede: Adverstise software timestamp caps when PHC is not available.
4517 - qed: Fix setting of incorrect eswitch mode.
4518 - qed: Fix use of incorrect size in memcpy call.
4519 - qed: Limit msix vectors in kdump kernel to the minimum required count.
4520 - r8152: napi hangup fix after disconnect
4521 - stmmac: fix DMA channel hang in half-duplex mode
4522 - strparser: Remove early eaten to fix full tcp receive buffer stall
4523 - tcp: fix Fast Open key endianness
4524 - tcp: prevent bogus FRTO undos with non-SACK flows
4525 - vhost_net: validate sock before trying to put its fd
4526 - VSOCK: fix loopback on big-endian systems
4527 - net: cxgb3_main: fix potential Spectre v1
4528 - rtlwifi: Fix kernel Oops "Fw download fail!!"
4529 - rtlwifi: rtl8821ae: fix firmware is not ready to run
4530 - net: lan78xx: Fix race in tx pending skb size calculation
4531 - crypto: af_alg - Initialize sg_num_bytes in error code path
4532 - mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionally
4533 - PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()
4534 - netfilter: ebtables: reject non-bridge targets
4535 - reiserfs: fix buffer overflow with long warning messages
4536 - KEYS: DNS: fix parsing multiple options
4537 - tls: Stricter error checking in zerocopy sendmsg path
4538 - autofs: fix slab out of bounds read in getname_kernel()
4539 - nsh: set mac len based on inner packet
4540 - bdi: Fix another oops in wb_workfn()
4541 - rds: avoid unenecessary cong_update in loop transport
4542 - net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.
4543 - string: drop __must_check from strscpy() and restore strscpy() usages in
4544 cgroup
4545 - nfsd: COPY and CLONE operations require the saved filehandle to be set
4546 - net/sched: act_ife: fix recursive lock and idr leak
4547 - net/sched: act_ife: preserve the action control in case of error
4548 - hinic: reset irq affinity before freeing irq
4549 - nfp: flower: fix mpls ether type detection
4550 - net: macb: initialize bp->queues[0].bp for at91rm9200
4551 - enic: do not overwrite error code
4552 - virtio_net: fix memory leak in XDP_REDIRECT
4553 - netfilter: ipv6: nf_defrag: drop skb dst before queueing
4554 - ipvs: initialize tbl->entries after allocation
4555 - ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()
4556 - bpf: enforce correct alignment for instructions
4557 - bpf, arm32: fix to use bpf_jit_binary_lock_ro api
4558
4559 * Fix non-working pinctrl-intel (LP: #1811777)
4560 - pinctrl: intel: Implement intel_gpio_get_direction callback
4561 - pinctrl: intel: Do pin translation in other GPIO operations as well
4562
4563 * ip6_gre: fix tunnel list corruption for x-netns (LP: #1812875)
4564 - ip6_gre: fix tunnel list corruption for x-netns
4565
4566 * Userspace break as a result of missing patch backport (LP: #1813873)
4567 - tty: Don't hold ldisc lock in tty_reopen() if ldisc present
4568
4569 * kvm_stat : missing python dependency (LP: #1798776)
4570 - tools/kvm_stat: fix python3 issues
4571 - tools/kvm_stat: switch to python3
4572
4573 * [SRU] Fix Xorg crash with nomodeset when BIOS enable 64-bit fb addr
4574 (LP: #1812797)
4575 - vgaarb: Add support for 64-bit frame buffer address
4576 - vgaarb: Keep adding VGA device in queue
4577
4578 * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812)
4579 - USB: Add new USB LPM helpers
4580 - USB: Consolidate LPM checks to avoid enabling LPM twice
4581
4582 * ptrace-tm-spd-gpr in powerpc/ptrace from ubuntu_kerenl_selftests failed on
4583 Bionic P8 (LP: #1813127)
4584 - selftests/powerpc: Fix ptrace tm failure
4585
4586 * [SRU] IO's are issued with incorrect Scatter Gather Buffer (LP: #1795453)
4587 - scsi: megaraid_sas: Use 63-bit DMA addressing
4588
4589 * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816)
4590 - [Config] Enable timestamping in network PHY devices
4591
4592 * CVE-2018-19854
4593 - crypto: user - fix leaking uninitialized memory to userspace
4594
4595 * x86/mm: Found insecure W+X mapping at address (ptrval)/0xc00a0000
4596 (LP: #1813532)
4597 - x86/mm: Do not warn about PCI BIOS W+X mappings
4598
4599 * CVE-2019-6133
4600 - fork: record start_time late
4601
4602 * Fix not working Goodix touchpad (LP: #1811929)
4603 - HID: i2c-hid: Disable runtime PM on Goodix touchpad
4604
4605 * bluetooth controller not detected with 4.15 kernel (LP: #1810797)
4606 - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK
4607 - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y
4608
4609 * X1 Extreme: only one of the two SSDs is loaded (LP: #1811755)
4610 - nvme-core: rework a NQN copying operation
4611 - nvme: pad fake subsys NQN vid and ssvid with zeros
4612 - nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN
4613
4614 * Crash on "ip link add foo type ipip" (LP: #1811803)
4615 - SAUCE: fan: Fix NULL pointer dereference
4616
4617 -- Khalid Elmously <khalid.elmously@canonical.com> Wed, 06 Feb 2019 04:57:21 +0000
4618
4619 linux (4.15.0-45.48) bionic; urgency=medium
4620
4621 * linux: 4.15.0-45.48 -proposed tracker (LP: #1813779)
4622
4623 * External monitors does not work anymore 4.15.0-44 (LP: #1813663)
4624 - SAUCE: Revert "drm/i915/dp: Send DPCD ON for MST before phy_up"
4625
4626 * kernel 4.15.0-44 cannot mount ext4 fs with meta_bg enabled (LP: #1813727)
4627 - ext4: fix false negatives *and* false positives in ext4_check_descriptors()
4628
4629 -- Stefan Bader <stefan.bader@canonical.com> Tue, 29 Jan 2019 16:39:15 +0100
4630
4631 linux (4.15.0-44.47) bionic; urgency=medium
4632
4633 * linux: 4.15.0-44.47 -proposed tracker (LP: #1811419)
4634
4635 * Packaging resync (LP: #1786013)
4636 - [Packaging] update helper scripts
4637
4638 * CPU hard lockup with rigorous writes to NVMe drive (LP: #1810998)
4639 - blk-wbt: pass in enum wbt_flags to get_rq_wait()
4640 - blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait
4641 - blk-wbt: move disable check into get_limit()
4642 - blk-wbt: use wq_has_sleeper() for wq active check
4643 - blk-wbt: fix has-sleeper queueing check
4644 - blk-wbt: abstract out end IO completion handler
4645 - blk-wbt: improve waking of tasks
4646
4647 * To reduce the Realtek USB cardreader power consumption (LP: #1811337)
4648 - mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support
4649 1.8v
4650 - mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PM
4651 - mmc: rtsx_usb_sdmmc: Don't runtime resume the device while changing led
4652 - mmc: rtsx_usb: Use MMC_CAP2_NO_SDIO
4653 - mmc: rtsx_usb: Enable MMC_CAP_ERASE to allow erase/discard/trim requests
4654 - mmc: rtsx_usb_sdmmc: Re-work runtime PM support
4655 - mmc: rtsx_usb_sdmmc: Re-work card detection/removal support
4656 - memstick: rtsx_usb_ms: Add missing pm_runtime_disable() in probe function
4657 - misc: rtsx_usb: Use USB remote wakeup signaling for card insertion detection
4658 - memstick: Prevent memstick host from getting runtime suspended during card
4659 detection
4660 - memstick: rtsx_usb_ms: Use ms_dev() helper
4661 - memstick: rtsx_usb_ms: Support runtime power management
4662
4663 * Support non-strict iommu mode on arm64 (LP: #1806488)
4664 - iommu/io-pgtable-arm: Fix race handling in split_blk_unmap()
4665 - iommu/arm-smmu-v3: Implement flush_iotlb_all hook
4666 - iommu/dma: Add support for non-strict mode
4667 - iommu: Add "iommu.strict" command line option
4668 - iommu/io-pgtable-arm: Add support for non-strict mode
4669 - iommu/arm-smmu-v3: Add support for non-strict mode
4670 - iommu/io-pgtable-arm-v7s: Add support for non-strict mode
4671 - iommu/arm-smmu: Support non-strict mode
4672
4673 * ELAN900C:00 04F3:2844 touchscreen doesn't work (LP: #1811335)
4674 - pinctrl: cannonlake: Fix community ordering for H variant
4675 - pinctrl: cannonlake: Fix HOSTSW_OWN register offset of H variant
4676
4677 * Add Cavium ThunderX2 SoC UNCORE PMU driver (LP: #1811200)
4678 - perf: Export perf_event_update_userpage
4679 - Documentation: perf: Add documentation for ThunderX2 PMU uncore driver
4680 - drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driver
4681 - [Config] New config CONFIG_THUNDERX2_PMU=m
4682
4683 * Update hisilicon SoC-specific drivers (LP: #1810457)
4684 - SAUCE: Revert "net: hns3: Updates RX packet info fetch in case of multi BD"
4685 - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
4686 resetting"
4687 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce
4688 callback function"
4689 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback
4690 function when link status change"
4691 - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying
4692 roce client"
4693 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE"
4694 - scsi: hisi_sas: Remove depends on HAS_DMA in case of platform dependency
4695 - ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addr
4696 - scsi: hisi_sas: consolidate command check in hisi_sas_get_ata_protocol()
4697 - scsi: hisi_sas: remove some unneeded structure members
4698 - scsi: hisi_sas: Introduce hisi_sas_phy_set_linkrate()
4699 - net: hns: Fix the process of adding broadcast addresses to tcam
4700 - net: hns3: remove redundant variable 'protocol'
4701 - scsi: hisi_sas: Drop hisi_sas_slot_abort()
4702 - net: hns: Make many functions static
4703 - net: hns: make hns_dsaf_roce_reset non static
4704 - net: hisilicon: hns: Replace mdelay() with msleep()
4705 - net: hns3: fix return value error while hclge_cmd_csq_clean failed
4706 - net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'
4707 - net: hns: Mark expected switch fall-through
4708 - net: hns3: Mark expected switch fall-through
4709 - net: hns3: Remove tx ring BD len register in hns3_enet
4710 - net: hns: modify variable type in hns_nic_reuse_page
4711 - net: hns: use eth_get_headlen interface instead of hns_nic_get_headlen
4712 - net: hns3: modify variable type in hns3_nic_reuse_page
4713 - net: hns3: Fix for vf vlan delete failed problem
4714 - net: hns3: Fix for multicast failure
4715 - net: hns3: Fix error of checking used vlan id
4716 - net: hns3: Implement shutdown ops in hns3 pci driver
4717 - net: hns3: Fix for loopback selftest failed problem
4718 - net: hns3: Fix ping exited problem when doing lp selftest
4719 - net: hns3: Preserve vlan 0 in hardware table
4720 - net: hns3: Only update mac configuation when necessary
4721 - net: hns3: Change the dst mac addr of loopback packet
4722 - net: hns3: Remove redundant codes of query advertised flow control abilitiy
4723 - net: hns3: Refine hns3_get_link_ksettings()
4724 - net: hns: make function hns_gmac_wait_fifo_clean() static
4725 - net: hns3: Add default irq affinity
4726 - net: hns3: Add unlikely for buf_num check
4727 - net: hns3: Remove tx budget to clean more TX descriptors in a napi
4728 - net: hns3: Remove packet statistics of public
4729 - net: hns3: Add support for hns3_nic_netdev_ops.ndo_do_ioctl
4730 - net: hns3: Set STATE_DOWN bit of hdev state when stopping net
4731 - net: hns3: Check hdev state when getting link status
4732 - net: hns3: Fix for setting speed for phy failed problem
4733 - net: hns3: Fix cmdq registers initialization issue for vf
4734 - net: hns3: Clear client pointer when initialize client failed or unintialize
4735 finished
4736 - net: hns3: Fix client initialize state issue when roce client initialize
4737 failed
4738 - net: hns3: Fix parameter type for q_id in hclge_tm_q_to_qs_map_cfg()
4739 - net: hns3: Fix ets validate issue
4740 - net: hns3: Unify the type convert for desc.data
4741 - net: hns3: Adjust prefix of tx/rx statistic names
4742 - net: hns3: Fix tqp array traversal condition for vf
4743 - net: hns3: Unify the prefix of vf functions
4744 - net: hns3: Add handle for default case
4745 - net: hns3: Add nic state check before calling netif_tx_wake_queue
4746 - net: hns3: Add unlikely for dma_mapping_error check
4747 - net: hns3: Remove print messages for error packet
4748 - net: hns3: Add get_media_type ops support for VF
4749 - net: hns3: Fix speed/duplex information loss problem when executing ethtool
4750 ethx cmd of VF
4751 - net: hns3: Remove redundant hclge_get_port_type()
4752 - net: hns3: Add support for sctp checksum offload
4753 - net: hns3: Set extra mac address of pause param for HW
4754 - net: hns3: Rename loop mode
4755 - net: hns3: Rename mac loopback to app loopback
4756 - net: hns3: Add serdes parallel inner loopback support
4757 - net: hns3: Fix for packet buffer setting bug
4758 - net: hns3: Fix for netdev not up problem when setting mtu
4759 - net: hns3: Change return type of hclge_tm_schd_info_update()
4760 - net: hns3: Modify hns3_get_max_available_channels
4761 - net: hns3: Fix loss of coal configuration while doing reset
4762 - net: hns: remove ndo_poll_controller
4763 - hns3: Fix the build.
4764 - hns3: Another build fix.
4765 - net: hns3: Add flow director initialization
4766 - net: hns3: Add input key and action config support for flow director
4767 - net: hns3: Add support for rule add/delete for flow director
4768 - net: hns3: Add support for rule query of flow director
4769 - net: hns3: Add reset handle for flow director
4770 - net: hns3: Remove all flow director rules when unload hns3 driver
4771 - net: hns3: Add support for enable/disable flow director
4772 - net: hns3: Remove the default mask configuration for mac vlan table
4773 - net: hns3: Clear mac vlan table entries when unload driver or function reset
4774 - net: hns3: Optimize for unicast mac vlan table
4775 - net: hns3: Drop depricated mta table support
4776 - net: hns3: Add egress/ingress vlan filter for revision 0x21
4777 - net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardware
4778 - net: hns3: Add new RSS hash algorithm support for PF
4779 - net: hns3: Add RSS general configuration support for VF
4780 - net: hns3: Add RSS tuples support for VF
4781 - net: hns3: Add HW RSS hash information to RX skb
4782 - net: hns3: Enable promisc mode when mac vlan table is full
4783 - net: hns3: Resume promisc mode and vlan filter status after reset
4784 - net: hns3: Resume promisc mode and vlan filter status after loopback test
4785 - scsi: hisi_sas: Feed back linkrate(max/min) when re-attached
4786 - scsi: hisi_sas: Move evaluation of hisi_hba in hisi_sas_task_prep()
4787 - scsi: hisi_sas: Fix the race between IO completion and timeout for
4788 SMP/internal IO
4789 - scsi: hisi_sas: Free slot later in slot_complete_vx_hw()
4790 - scsi: hisi_sas: unmask interrupts ent72 and ent74
4791 - scsi: hisi_sas: Use block layer tag instead for IPTT
4792 - scsi: hisi_sas: Update v3 hw AIP_LIMIT and CFG_AGING_TIME register values
4793 - net: hns3: remove hns3_fill_desc_tso
4794 - net: hns3: move DMA map into hns3_fill_desc
4795 - net: hns3: add handling for big TX fragment
4796 - net: hns3: rename hns_nic_dma_unmap
4797 - net: hns3: fix for multiple unmapping DMA problem
4798 - scsi: hisi_sas: Fix spin lock management in slot_index_alloc_quirk_v2_hw()
4799 - scsi: hisi_sas: Fix NULL pointer dereference
4800 - net: hns3: Add PCIe AER callback error_detected
4801 - net: hns3: Add PCIe AER error recovery
4802 - net: hns3: Add support to enable and disable hw errors
4803 - net: hns3: Add enable and process common ecc errors
4804 - net: hns3: Add enable and process hw errors from IGU, EGU and NCSI
4805 - net: hns3: Add enable and process hw errors from PPP
4806 - net: hns3: Add enable and process hw errors of TM scheduler
4807 - net: hns3: Fix for warning uninitialized symbol hw_err_lst3
4808 - net: hns3: fix spelling mistake "intrerrupt" -> "interrupt"
4809 - net: hns3: add error handler for hns3_nic_init_vector_data()
4810 - net: hns3: bugfix for buffer not free problem during resetting
4811 - net: hns3: bugfix for reporting unknown vector0 interrupt repeatly problem
4812 - net: hns3: bugfix for the initialization of command queue's spin lock
4813 - net: hns3: remove unnecessary queue reset in the hns3_uninit_all_ring()
4814 - net: hns3: bugfix for is_valid_csq_clean_head()
4815 - net: hns3: bugfix for hclge_mdio_write and hclge_mdio_read
4816 - net: hns3: fix incorrect return value/type of some functions
4817 - net: hns3: bugfix for handling mailbox while the command queue reinitialized
4818 - net: hns3: bugfix for rtnl_lock's range in the hclge_reset()
4819 - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()
4820 - net: hns3: Fix for out-of-bounds access when setting pfc back pressure
4821 - scsi: hisi_sas: Remove set but not used variable 'dq_list'
4822 - net: hns3: bugfix for not checking return value
4823 - net: hns: Incorrect offset address used for some registers.
4824 - net: hns: All ports can not work when insmod hns ko after rmmod.
4825 - net: hns: Some registers use wrong address according to the datasheet.
4826 - net: hns: Fixed bug that netdev was opened twice
4827 - net: hns: Clean rx fbd when ae stopped.
4828 - net: hns: Free irq when exit from abnormal branch
4829 - net: hns: Avoid net reset caused by pause frames storm
4830 - net: hns: Fix ntuple-filters status error.
4831 - net: hns: Add mac pcs config when enable|disable mac
4832 - net: hns: Fix ping failed when use net bridge and send multicast
4833 - net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of
4834 enet
4835 - net: hns3: add set_default_reset_request in the hnae3_ae_ops
4836 - net: hns3: provide some interface & information for the client
4837 - net: hns3: adjust the location of clearing the table when doing reset
4838 - net: hns3: enable/disable ring in the enet while doing UP/DOWN
4839 - net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resetting
4840 - net: hns3: ignore new coming low-level reset while doing high-level reset
4841 - net: hns3: move some reset information from hnae3_handle into
4842 hclge_dev/hclgevf_dev
4843 - net: hns3: adjust the process of PF reset
4844 - net: hns3: call roce's reset notify callback when resetting
4845 - net: hns3: add error handler for hclge_reset()
4846 - net: hns3: fix for cmd queue memory not freed problem during reset
4847 - net: hns3: Remove set but not used variable 'reset_level'
4848 - net: hns3: fix spelling mistake, "assertting" -> "asserting"
4849 - net: hns3: add reset_hdev to reinit the hdev in VF's reset process
4850 - net: hns3: adjust VF's reset process
4851 - net: hns3: add reset handling for VF when doing PF reset
4852 - net: hns3: add reset handling for VF when doing Core/Global/IMP reset
4853 - net: hns3: stop handling command queue while resetting VF
4854 - net: hns3: add error handler for hclgevf_reset()
4855 - net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is set
4856 - net: hns3: implement the IMP reset processing for PF
4857 - net: hns3: add PCIe FLR support for PF
4858 - net: hns3: do VF's pci re-initialization while PF doing FLR
4859 - net: hns3: add PCIe FLR support for VF
4860 - net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardware
4861 - net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll
4862 - net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGS
4863 - net: hns3: Adds GRO params to SKB for the stack
4864 - scsi: hisi_sas: use dma_set_mask_and_coherent
4865 - scsi: hisi_sas: Create separate host attributes per HBA
4866 - scsi: hisi_sas: Add support for interrupt converge for v3 hw
4867 - scsi: hisi_sas: Add support for interrupt coalescing for v3 hw
4868 - scsi: hisi_sas: Relocate some codes to avoid an unused check
4869 - scsi: hisi_sas: change the time of SAS SSP connection
4870 - net: hns3: fix spelling mistake "failded" -> "failed"
4871 - net: hns3: Support two vlan header when setting mtu
4872 - net: hns3: Refactor mac mtu setting related functions
4873 - net: hns3: Add vport alive state checking support
4874 - net: hns3: Add mtu setting support for vf
4875 - net: hns3: up/down netdev in hclge module when setting mtu
4876 - net: hns3: add common validation in hclge_dcb
4877 - net: hns3: Add debugfs framework registration
4878 - net: hns3: Add "queue info" query function
4879 - net: hns3: Add "FD flow table" info query function
4880 - net: hns3: Add "tc config" info query function
4881 - net: hns3: Add "tm config" info query function
4882 - net: hns3: Add "qos pause" config info query function
4883 - net: hns3: Add "qos prio map" info query function
4884 - net: hns3: Add "qos buffer" config info query function
4885 - net: hns3: Support "ethtool -d" for HNS3 VF driver
4886 - net: hns3: Adds support to dump(using ethool-d) PCIe regs in HNS3 PF driver
4887 - net: hns3: remove existing process error functions and reorder hw_blk table
4888 - net: hns3: rename enable error interrupt functions
4889 - net: hns3: re-enable error interrupts on hw reset
4890 - net: hns3: deletes unnecessary settings of the descriptor data
4891 - net: hns3: rename process_hw_error function
4892 - net: hns3: add optimization in the hclge_hw_error_set_state
4893 - net: hns3: add handling of hw ras errors using new set of commands
4894 - net: hns3: deleted logging 1 bit errors
4895 - net: hns3: add handling of hw errors reported through MSIX
4896 - net: hns3: add handling of hw errors of MAC
4897 - net: hns3: handle hw errors of PPP PF
4898 - net: hns3: handle hw errors of PPU(RCB)
4899 - net: hns3: handle hw errors of SSU
4900 - net: hns3: add handling of RDMA RAS errors
4901 - net: hns3: fix spelling mistake "offser" -> "offset"
4902 - scsi: hisi_sas: Fix warnings detected by sparse
4903 - scsi: hisi_sas: Relocate some code to reduce complexity
4904 - scsi: hisi_sas: Make sg_tablesize consistent value
4905 - hns3: prevent building without CONFIG_INET
4906 - net: hns3: Add "bd info" query function
4907 - net: hns3: Add "manager table" information query function
4908 - net: hns3: Add "status register" information query function
4909 - net: hns3: Add "dcb register" status information query function
4910 - net: hns3: Add "queue map" information query function
4911 - net: hns3: Add "tm map" status information query function
4912 - net: hns3: fix error handling int the hns3_get_vector_ring_chain
4913 - net: hns3: uninitialize pci in the hclgevf_uninit
4914 - net: hns3: fix napi_disable not return problem
4915 - net: hns3: update some variables while hclge_reset()/hclgevf_reset() done
4916 - net: hns3: remove unnecessary configuration recapture while resetting
4917 - net: hns3: fix incomplete uninitialization of IRQ in the
4918 hns3_nic_uninit_vector_data()
4919 - net: hns3: update coalesce param per second
4920 - net: hns3: remove 1000M/half support of phy
4921 - net: hns3: synchronize speed and duplex from phy when phy link up
4922 - net: hns3: getting tx and dv buffer size through firmware
4923 - net: hns3: aligning buffer size in SSU to 256 bytes
4924 - net: hns3: fix a SSU buffer checking bug
4925 - scsi: hisi_sas: Add support for DIF feature for v2 hw
4926 - net: hns3: refine the handle for hns3_nic_net_open/stop()
4927 - net: hns3: change default tc state to close
4928 - net: hns3: fix a bug caused by udelay
4929 - net: hns3: add max vector number check for pf
4930 - net: hns3: reset tqp while doing DOWN operation
4931 - net: hns3: fix vf id check issue when add flow director rule
4932 - net: hns3: don't restore rules when flow director is disabled
4933 - net: hns3: fix the descriptor index when get rss type
4934 - net: hns3: remove redundant variable initialization
4935 - net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENT
4936
4937 * iptables connlimit allows more connections than the limit when using
4938 multiple CPUs (LP: #1811094)
4939 - SAUCE: netfilter: xt_connlimit: remove the 'addr' parameter in add_hlist()
4940 - netfilter: nf_conncount: expose connection list interface
4941 - netfilter: nf_conncount: Fix garbage collection with zones
4942 - netfilter: nf_conncount: fix garbage collection confirm race
4943 - netfilter: nf_conncount: don't skip eviction when age is negative
4944
4945 * CVE-2018-16882
4946 - KVM: Fix UAF in nested posted interrupt processing
4947
4948 * Cannot initialize ATA disk if IDENTIFY command fails (LP: #1809046)
4949 - scsi: libsas: check the ata device status by ata_dev_enabled()
4950
4951 * scsi: libsas: fix a race condition when smp task timeout (LP: #1808912)
4952 - scsi: libsas: fix a race condition when smp task timeout
4953
4954 * CVE-2018-14625
4955 - vhost/vsock: fix use-after-free in network stack callers
4956
4957 * Fix and issue that LG I2C touchscreen stops working after reboot
4958 (LP: #1805085)
4959 - HID: i2c-hid: Disable runtime PM for LG touchscreen
4960
4961 * powerpc/powernv/pci: Work around races in PCI bridge enabling (LP: #1805245)
4962 - powerpc/powernv/pci: Work around races in PCI bridge enabling
4963
4964 * Drivers: hv: vmbus: Offload the handling of channels to two workqueues
4965 (LP: #1807757)
4966 - hv_netvsc: fix network namespace issues with VF support
4967 - hv_netvsc: split sub-channel setup into async and sync
4968 - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()
4969 - hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()
4970 - vmbus: don't return values for uninitalized channels
4971 - Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()
4972 - Drivers: hv: vmbus: Offload the handling of channels to two workqueues
4973
4974 * Disable LPM for Raydium Touchscreens (LP: #1802248)
4975 - USB: quirks: Add no-lpm quirk for Raydium touchscreens
4976
4977 * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network
4978 Adapter (LP: #1805607)
4979 - SAUCE: ath10k: provide reset function for QCA9377 chip
4980
4981 * CVE-2018-17972
4982 - proc: restrict kernel stack dumps to root
4983
4984 * CVE-2018-19407
4985 - KVM: X86: Fix scan ioapic use-before-initialization
4986
4987 * CVE-2018-18281
4988 - mremap: properly flush TLB before releasing the page
4989
4990 * Fix USB2 device wrongly detected as USB1 (LP: #1806534)
4991 - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
4992
4993 * armhf guests fail to boot in EFI mode (LP: #1809488)
4994 - efi/arm: Revert deferred unmap of early memmap mapping
4995
4996 * Bionic shows incorrect warning about number of pointers in TFD
4997 (LP: #1801102)
4998 - iwlwifi: pcie: don't warn if we use all the transmit pointers
4999
5000 * audio output has constant noise on a Dell machine (LP: #1810891)
5001 - ALSA: hda/realtek - Fixed headphone issue for ALC700
5002
5003 * ldisc crash on reopened tty (LP: #1791758)
5004 - tty: Drop tty->count on tty_reopen() failure
5005 - tty: Hold tty_ldisc_lock() during tty_reopen()
5006 - tty: Don't block on IO when ldisc change is pending
5007 - tty: Simplify tty->count math in tty_reopen()
5008
5009 * SATA device is not going to DEVSLP (LP: #1781533)
5010 - ahci: Allow setting a default LPM policy for mobile chipsets
5011 - ata: libahci: Correct setting of DEVSLP register
5012 - ata: libahci: Allow reconfigure of DEVSLP register
5013 - ata: ahci: Support state with min power but Partial low power state
5014 - ata: ahci: Enable DEVSLP by default on x86 with SLP_S0
5015 - [Config] set CONFIG_SATA_MOBILE_LPM_POLICY=0
5016
5017 * Console got stuck using serial tty after logout (LP: #1808097)
5018 - tty: do not set TTY_IO_ERROR flag if console port
5019
5020 * fanotify10 in ubuntu_ltp_syscalls failed (LP: #1802454)
5021 - fsnotify: fix ignore mask logic in fsnotify()
5022
5023 * SRU: Fix kernel xhci hang when resume from S3 (LP: #1805344)
5024 - usb: xhci: fix uninitialized completion when USB3 port got wrong status
5025 - usb: xhci: fix timeout for transition from RExit to U0
5026
5027 * Add pointstick support for Cirque Touchpad (LP: #1805081)
5028 - HID: multitouch: Add pointstick support for Cirque Touchpad
5029
5030 * Intel NVMe drives timeout when nvme format is attempted (LP: #1797587)
5031 - nvme: Use admin command effects for admin commands
5032
5033 * lineout jack can't work on a Dell machine (LP: #1810892)
5034 - ALSA: hda/realtek - Support Dell headset mode for New AIO platform
5035
5036 * Bionic update: upstream stable patchset 2019-01-04 (LP: #1810554)
5037 - MIPS: Call dump_stack() from show_regs()
5038 - MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()
5039 - MIPS: Fix ioremap() RAM check
5040 - mmc: sdhci-esdhc-imx: allow 1.8V modes without 100/200MHz pinctrl states
5041 - mmc: dw_mmc: fix card threshold control configuration
5042 - ibmasm: don't write out of bounds in read handler
5043 - staging: rtl8723bs: Prevent an underflow in rtw_check_beacon_data().
5044 - staging: r8822be: Fix RTL8822be can't find any wireless AP
5045 - ata: Fix ZBC_OUT command block check
5046 - ata: Fix ZBC_OUT all bit handling
5047 - vmw_balloon: fix inflation with batching
5048 - ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS
5049 - USB: serial: ch341: fix type promotion bug in ch341_control_in()
5050 - USB: serial: cp210x: add another USB ID for Qivicon ZigBee stick
5051 - USB: serial: keyspan_pda: fix modem-status error handling
5052 - USB: serial: mos7840: fix status-register error handling
5053 - usb: quirks: add delay quirks for Corsair Strafe
5054 - xhci: xhci-mem: off by one in xhci_stream_id_to_ring()
5055 - ALSA: hda - Handle pm failure during hotplug
5056 - fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*
5057 - fs, elf: make sure to page align bss in load_elf_library
5058 - mm: do not bug_on on incorrect length in __mm_populate()
5059 - tracing: Reorder display of TGID to be after PID
5060 - kbuild: delete INSTALL_FW_PATH from kbuild documentation
5061 - arm64: neon: Fix function may_use_simd() return error status
5062 - tools build: fix # escaping in .cmd files for future Make
5063 - IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return values
5064 - i2c: tegra: Fix NACK error handling
5065 - iw_cxgb4: correctly enforce the max reg_mr depth
5066 - xen: setup pv irq ops vector earlier
5067 - nvme-pci: Remap CMB SQ entries on every controller reset
5068 - crypto: x86/salsa20 - remove x86 salsa20 implementations
5069 - uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()
5070 - netfilter: nf_queue: augment nfqa_cfg_policy
5071 - netfilter: x_tables: initialise match/target check parameter struct
5072 - loop: add recursion validation to LOOP_CHANGE_FD
5073 - PM / hibernate: Fix oops at snapshot_write()
5074 - RDMA/ucm: Mark UCM interface as BROKEN
5075 - loop: remember whether sysfs_create_group() was done
5076 - f2fs: give message and set need_fsck given broken node id
5077 - mm: do not drop unused pages when userfaultd is running
5078 - bpf: reject passing modified ctx to helper functions
5079 - mei: discard messages from not connected client during power down.
5080 - mm: zero unavailable pages before memmap init
5081 - xen: remove global bit from __default_kernel_pte_mask for pv guests
5082 - f2fs: return error during fill_super
5083 - f2fs: avoid bug_on on corrupted inode
5084 - f2fs: sanity check on sit entry
5085 - f2fs: sanity check for total valid node blocks
5086 - ARM: dts: armada-38x: use the new thermal binding
5087 - mm: don't do zero_resv_unavail if memmap is not allocated
5088
5089 * Blacklist Realtek Virtual IPMI device (LP: #1808353)
5090 - ipmi:pci: Blacklist a Realtek "IPMI" device
5091
5092 * Ethernet[10ec:8136] doesn't work after S3 with kernel 4.15.0.43.64
5093 (LP: #1809847)
5094 - SAUCE: Revert "r8169: don't use MSI-X on RTL8106e"
5095 - r8169: re-enable MSI-X on RTL8168g
5096
5097 * Killer 802.11ac 2x2 (1550 or 1550i) [8086:2526][1a56:1550] is not supported
5098 (LP: #1809219)
5099 - iwlwifi: add more card IDs for 9000 series
5100
5101 * Support new Realtek ethernet chips (LP: #1811055)
5102 - r8169: Add support for new Realtek Ethernet
5103
5104 * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle
5105 (LP: #1805775)
5106 - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being
5107 disabled
5108
5109 * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF)
5110 (LP: #1804588)
5111 - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3
5112 - SAUCE: nvme: add quirk to not call disable function when suspending
5113
5114 * mpt3sas - driver using the wrong register to update a queue index in FW
5115 (LP: #1810781)
5116 - scsi: mpt3sas: As per MPI-spec, use combined reply queue for SAS3.5
5117 controllers when HBA supports more than 16 MSI-x vectors.
5118
5119 * HP mobile workstations with hybrid graphics support, can not directly output
5120 to external monitors by dGPU (LP: #1810702)
5121 - ACPI / OSI: Add OEM _OSI string to enable dGPU direct output
5122
5123 * broken touchpad after i2c-i801 blacklist change (LP: #1802135)
5124 - i2c: i801: Don't restore config registers on runtime PM
5125
5126 * Enable new Realtek card reader (LP: #1806335)
5127 - USB: usb-storage: Add new IDs to ums-realtek
5128 - SAUCE: (noup) USB: usb-storage: Make MMC support optional on ums-realtek
5129
5130 * The line-out on the Dell Dock station can't work (LP: #1806532)
5131 - ALSA: usb-audio: Allow to override the longname string
5132 - ALSA: usb-audio: Give proper vendor/product name for Dell WD15 Dock
5133 - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
5134
5135 * linux-buildinfo: pull out ABI information into its own package
5136 (LP: #1806380)
5137 - [Packaging] getabis -- handle all known package combinations
5138 - [Packaging] getabis -- support parsing a simple version
5139
5140 * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818)
5141 - igb: Fix an issue that PME is not enabled during runtime suspend
5142
5143 * Fix Terminus USB hub that may breaks connected USB devices after S3
5144 (LP: #1806850)
5145 - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
5146
5147 * Add support for Dell DW5821e WWAN/GPS module (LP: #1807342)
5148 - qmi_wwan: add support for the Dell Wireless 5821e module
5149 - qmi_wwan: fix interface number for DW5821e production firmware
5150 - USB: option: add support for DW5821e
5151
5152 * Add support for 0cf3:535b QCA_ROME device (LP: #1807333)
5153 - Bluetooth: btusb: Add support for 0cf3:535b QCA_ROME device
5154
5155 * The mute led can't work anymore on the lenovo x1 carbon (LP: #1808465)
5156 - ALSA: hda/realtek - Fix the mute LED regresion on Lenovo X1 Carbon
5157
5158 * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) //
5159 click/pop noise in the headphone on several lenovo laptops (LP: #1805079)
5160 - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops
5161
5162 * Touchpad stops working after reboot on Apollo Lake (LP: #1728244)
5163 - HID: i2c-hid: disable runtime PM operations on hantick touchpad
5164
5165 * MAC address pass through on RTL8153-BND for docking station (LP: #1808729)
5166 - r8152: Add support for MAC address pass through on RTL8153-BND
5167
5168 * [Ubuntu] kernel: zcrypt: reinit ap queue state machine (LP: #1805414)
5169 - s390/zcrypt: reinit ap queue state machine during device probe
5170
5171 * [UBUNTU] qeth: fix length check in SNMP processing (LP: #1805802)
5172 - s390/qeth: fix length check in SNMP processing
5173
5174 * ASPEED server console output extremely slow after upgrade to 18.04
5175 (LP: #1808183)
5176 - drm/ast: Remove existing framebuffers before loading driver
5177
5178 * Bionic update: upstream stable patchset 2018-12-13 (LP: #1808399)
5179 - userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte access
5180 - mm: hugetlb: yield when prepping struct pages
5181 - tracing: Fix missing return symbol in function_graph output
5182 - scsi: target: Fix truncated PR-in ReadKeys response
5183 - s390: Correct register corruption in critical section cleanup
5184 - drbd: fix access after free
5185 - vfio: Use get_user_pages_longterm correctly
5186 - cifs: Fix use after free of a mid_q_entry
5187 - cifs: Fix memory leak in smb2_set_ea()
5188 - cifs: Fix infinite loop when using hard mount option
5189 - drm: Use kvzalloc for allocating blob property memory
5190 - drm/udl: fix display corruption of the last line
5191 - jbd2: don't mark block as modified if the handle is out of credits
5192 - ext4: add corruption check in ext4_xattr_set_entry()
5193 - ext4: always verify the magic number in xattr blocks
5194 - ext4: make sure bitmaps and the inode table don't overlap with bg
5195 descriptors
5196 - ext4: always check block group bounds in ext4_init_block_bitmap()
5197 - ext4: only look at the bg_flags field if it is valid
5198 - ext4: verify the depth of extent tree in ext4_find_extent()
5199 - ext4: include the illegal physical block in the bad map ext4_error msg
5200 - ext4: never move the system.data xattr out of the inode body
5201 - ext4: avoid running out of journal credits when appending to an inline file
5202 - ext4: add more inode number paranoia checks
5203 - ext4: add more mount time checks of the superblock
5204 - ext4: check superblock mapped prior to committing
5205 - HID: i2c-hid: Fix "incomplete report" noise
5206 - HID: hiddev: fix potential Spectre v1
5207 - HID: debug: check length before copy_to_user()
5208 - media: vb2: core: Finish buffers at the end of the stream
5209 - f2fs: truncate preallocated blocks in error case
5210 - Revert "dpaa_eth: fix error in dpaa_remove()"
5211 - Kbuild: fix # escaping in .cmd files for future Make
5212 - media: cx25840: Use subdev host data for PLL override
5213 - fs: allow per-device dax status checking for filesystems
5214 - dax: change bdev_dax_supported() to support boolean returns
5215 - dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()
5216 - dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()
5217 - dm: prevent DAX mounts if not supported
5218 - mtd: cfi_cmdset_0002: Change definition naming to retry write operation
5219 - mtd: cfi_cmdset_0002: Change erase functions to retry for error
5220 - mtd: cfi_cmdset_0002: Change erase functions to check chip good only
5221 - netfilter: nf_log: don't hold nf_log_mutex during user access
5222 - staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write()
5223 - sched, tracing: Fix trace_sched_pi_setprio() for deboosting
5224 - PCI / ACPI / PM: Resume bridges w/o drivers on suspend-to-RAM
5225 - drm/amdgpu: Make struct amdgpu_atif private to amdgpu_acpi.c
5226 - scsi: aacraid: Fix PD performance regression over incorrect qd being set
5227 - ARM: dts: imx51-zii-rdu1: fix touchscreen pinctrl
5228 - drm/amdgpu: Add amdgpu_atpx_get_dhandle()
5229 - drm/amdgpu: Dynamically probe for ATIF handle (v2)
5230 - i2c: core: smbus: fix a potential missing-check bug
5231
5232 * Bionic update: upstream stable patchset 2018-12-12 (LP: #1808185)
5233 - usb: cdc_acm: Add quirk for Uniden UBC125 scanner
5234 - USB: serial: cp210x: add CESINEL device ids
5235 - USB: serial: cp210x: add Silicon Labs IDs for Windows Update
5236 - usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hub
5237 - acpi: Add helper for deactivating memory region
5238 - usb: typec: ucsi: acpi: Workaround for cache mode issue
5239 - usb: typec: ucsi: Fix for incorrect status data issue
5240 - xhci: Fix kernel oops in trace_xhci_free_virt_device
5241 - n_tty: Fix stall at n_tty_receive_char_special().
5242 - n_tty: Access echo_* variables carefully.
5243 - staging: android: ion: Return an ERR_PTR in ion_map_kernel
5244 - serial: 8250_pci: Remove stalled entries in blacklist
5245 - serdev: fix memleak on module unload
5246 - vt: prevent leaking uninitialized data to userspace via /dev/vcs*
5247 - drm/amdgpu: Add APU support in vi_set_uvd_clocks
5248 - drm/amdgpu: Add APU support in vi_set_vce_clocks
5249 - drm/amdgpu: fix the missed vcn fw version report
5250 - drm/qxl: Call qxl_bo_unref outside atomic context
5251 - drm/atmel-hlcdc: check stride values in the first plane
5252 - drm/amdgpu: Use kvmalloc_array for allocating VRAM manager nodes array
5253 - drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helper
5254 - drm/i915: Enable provoking vertex fix on Gen9 systems.
5255 - netfilter: nf_tables: nft_compat: fix refcount leak on xt module
5256 - netfilter: nft_compat: prepare for indirect info storage
5257 - netfilter: nft_compat: fix handling of large matchinfo size
5258 - netfilter: nf_tables: don't assume chain stats are set when jumplabel is set
5259 - netfilter: nf_tables: bogus EBUSY in chain deletions
5260 - netfilter: nft_meta: fix wrong value dereference in nft_meta_set_eval
5261 - netfilter: nf_tables: disable preemption in nft_update_chain_stats()
5262 - netfilter: nf_tables: increase nft_counters_enabled in
5263 nft_chain_stats_replace()
5264 - netfilter: nf_tables: fix memory leak on error exit return
5265 - netfilter: nf_tables: add missing netlink attrs to policies
5266 - netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()
5267 - netfilter: don't set F_IFACE on ipv6 fib lookups
5268 - netfilter: ip6t_rpfilter: provide input interface for route lookup
5269 - netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()
5270 - ARM: dts: imx6q: Use correct SDMA script for SPI5 core
5271 - xfrm6: avoid potential infinite loop in _decode_session6()
5272 - afs: Fix directory permissions check
5273 - netfilter: ebtables: handle string from userspace with care
5274 - s390/dasd: use blk_mq_rq_from_pdu for per request data
5275 - netfilter: nft_limit: fix packet ratelimiting
5276 - ipvs: fix buffer overflow with sync daemon and service
5277 - iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUs
5278 - atm: zatm: fix memcmp casting
5279 - net: qmi_wwan: Add Netgear Aircard 779S
5280 - perf test: "Session topology" dumps core on s390
5281 - perf bpf: Fix NULL return handling in bpf__prepare_load()
5282 - fs: clear writeback errors in inode_init_always
5283 - sched/core: Fix rules for running on online && !active CPUs
5284 - sched/core: Require cpu_active() in select_task_rq(), for user tasks
5285 - platform/x86: asus-wmi: Fix NULL pointer dereference
5286 - net/sonic: Use dma_mapping_error()
5287 - net: dsa: b53: Add BCM5389 support
5288 - usb: typec: tcpm: fix logbuffer index is wrong if _tcpm_log is re-entered
5289 - iio: mma8452: Fix ignoring MMA8452_INT_DRDY
5290 - drm/amdgpu: fix clear_all and replace handling in the VM (v2)
5291 - drm/amd/display: Clear connector's edid pointer
5292 - drm/i915/dp: Send DPCD ON for MST before phy_up
5293 - drm/amdgpu: remove DC special casing for KB/ML
5294 - drm/amdgpu: Don't default to DC support for Kaveri and older
5295 - drm/amdgpu: GPU vs CPU page size fixes in amdgpu_vm_bo_split_mapping
5296 - drm/amd/display: release spinlock before committing updates to stream
5297 - drm/i915: Fix PIPESTAT irq ack on i965/g4x
5298 - ARM64: dts: meson-gxl-s905x-p212: Add phy-supply for usb0
5299 - x86/mm: Don't free P4D table when it is folded at runtime
5300
5301 * Bionic update: upstream stable patchset 2018-12-07 (LP: #1807469)
5302 - x86/spectre_v1: Disable compiler optimizations over
5303 array_index_mask_nospec()
5304 - x86/mce: Improve error message when kernel cannot recover
5305 - x86/mce: Check for alternate indication of machine check recovery on Skylake
5306 - x86/mce: Fix incorrect "Machine check from unknown source" message
5307 - x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()
5308 - x86: Call fixup_exception() before notify_die() in math_error()
5309 - m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()
5310 - m68k/mac: Fix SWIM memory resource end address
5311 - serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version
5312 - signal/xtensa: Consistenly use SIGBUS in do_unaligned_user
5313 - PM / Domains: Fix error path during attach in genpd
5314 - PM / core: Fix supplier device runtime PM usage counter imbalance
5315 - PM / OPP: Update voltage in case freq == old_freq
5316 - usb: do not reset if a low-speed or full-speed device timed out
5317 - 1wire: family module autoload fails because of upper/lower case mismatch.
5318 - ASoC: dapm: delete dapm_kcontrol_data paths list before freeing it
5319 - ASoC: cs35l35: Add use_single_rw to regmap config
5320 - ASoC: cirrus: i2s: Fix LRCLK configuration
5321 - ASoC: cirrus: i2s: Fix {TX|RX}LinCtrlData setup
5322 - thermal: bcm2835: Stop using printk format %pCr
5323 - clk: renesas: cpg-mssr: Stop using printk format %pCr
5324 - lib/vsprintf: Remove atomic-unsafe support for %pCr
5325 - ftrace/selftest: Have the reset_trigger code be a bit more careful
5326 - mips: ftrace: fix static function graph tracing
5327 - branch-check: fix long->int truncation when profiling branches
5328 - ipmi:bt: Set the timeout before doing a capabilities check
5329 - Bluetooth: hci_qca: Avoid missing rampatch failure with userspace fw loader
5330 - printk: fix possible reuse of va_list variable
5331 - fuse: fix congested state leak on aborted connections
5332 - fuse: atomic_o_trunc should truncate pagecache
5333 - fuse: don't keep dead fuse_conn at fuse_fill_super().
5334 - fuse: fix control dir setup and teardown
5335 - powerpc/mm/hash: Add missing isync prior to kernel stack SLB switch
5336 - powerpc/ptrace: Fix setting 512B aligned breakpoints with
5337 PTRACE_SET_DEBUGREG
5338 - powerpc/ptrace: Fix enforcement of DAWR constraints
5339 - powerpc/powernv/ioda2: Remove redundant free of TCE pages
5340 - powerpc/powernv: copy/paste - Mask SO bit in CR
5341 - powerpc/fadump: Unregister fadump on kexec down path.
5342 - soc: rockchip: power-domain: Fix wrong value when power up pd with writemask
5343 - ARM: 8764/1: kgdb: fix NUMREGBYTES so that gdb_regs[] is the correct size
5344 - ARM: dts: Fix SPI node for Arria10
5345 - ARM: dts: socfpga: Fix NAND controller node compatible
5346 - ARM: dts: socfpga: Fix NAND controller clock supply
5347 - ARM: dts: socfpga: Fix NAND controller node compatible for Arria10
5348 - arm64: Fix syscall restarting around signal suppressed by tracer
5349 - arm64: kpti: Use early_param for kpti= command-line option
5350 - arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache
5351 maintenance
5352 - ARM64: dts: meson: disable sd-uhs modes on the libretech-cc
5353 - of: overlay: validate offset from property fixups
5354 - of: unittest: for strings, account for trailing \0 in property length field
5355 - of: platform: stop accessing invalid dev in of_platform_device_destroy
5356 - tpm: fix use after free in tpm2_load_context()
5357 - tpm: fix race condition in tpm_common_write()
5358 - IB/qib: Fix DMA api warning with debug kernel
5359 - IB/{hfi1, qib}: Add handling of kernel restart
5360 - IB/mlx4: Mark user MR as writable if actual virtual memory is writable
5361 - IB/core: Make testing MR flags for writability a static inline function
5362 - IB/mlx5: Fetch soft WQE's on fatal error state
5363 - IB/isert: Fix for lib/dma_debug check_sync warning
5364 - IB/isert: fix T10-pi check mask setting
5365 - IB/hfi1: Fix fault injection init/exit issues
5366 - IB/hfi1: Reorder incorrect send context disable
5367 - IB/hfi1: Optimize kthread pointer locking when queuing CQ entries
5368 - IB/hfi1: Fix user context tail allocation for DMA_RTAIL
5369 - RDMA/mlx4: Discard unknown SQP work requests
5370 - xprtrdma: Return -ENOBUFS when no pages are available
5371 - mtd: cfi_cmdset_0002: Change write buffer to check correct value
5372 - mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()
5373 - mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chips
5374 - mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudary
5375 - mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.
5376 - PCI: hv: Make sure the bus domain is really unique
5377 - PCI: Add ACS quirk for Intel 7th & 8th Gen mobile
5378 - PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on
5379 resume
5380 - auxdisplay: fix broken menu
5381 - pinctrl: samsung: Correct EINTG banks order
5382 - pinctrl: devicetree: Fix pctldev pointer overwrite
5383 - cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0
5384 - MIPS: io: Add barrier after register read in inX()
5385 - time: Make sure jiffies_to_msecs() preserves non-zero time periods
5386 - irqchip/gic-v3-its: Don't bind LPI to unavailable NUMA node
5387 - X.509: unpack RSA signatureValue field from BIT STRING
5388 - Btrfs: fix return value on rename exchange failure
5389 - iio: adc: ad7791: remove sample freq sysfs attributes
5390 - iio: sca3000: Fix an error handling path in 'sca3000_probe()'
5391 - mm: fix __gup_device_huge vs unmap
5392 - scsi: qla2xxx: Fix setting lower transfer speed if GPSC fails
5393 - scsi: qla2xxx: Mask off Scope bits in retry delay
5394 - scsi: zfcp: fix missing SCSI trace for result of eh_host_reset_handler
5395 - scsi: zfcp: fix missing SCSI trace for retry of abort / scsi_eh TMF
5396 - scsi: zfcp: fix misleading REC trigger trace where erp_action setup failed
5397 - scsi: zfcp: fix missing REC trigger trace on terminate_rport_io early return
5398 - scsi: zfcp: fix missing REC trigger trace on terminate_rport_io for
5399 ERP_FAILED
5400 - scsi: zfcp: fix missing REC trigger trace for all objects in ERP_FAILED
5401 - scsi: zfcp: fix missing REC trigger trace on enqueue without ERP thread
5402 - linvdimm, pmem: Preserve read-only setting for pmem devices
5403 - clk: at91: PLL recalc_rate() now using cached MUL and DIV values
5404 - rtc: sun6i: Fix bit_idx value for clk_register_gate
5405 - md: fix two problems with setting the "re-add" device state.
5406 - rpmsg: smd: do not use mananged resources for endpoints and channels
5407 - ubi: fastmap: Cancel work upon detach
5408 - ubi: fastmap: Correctly handle interrupted erasures in EBA
5409 - backlight: as3711_bl: Fix Device Tree node lookup
5410 - backlight: max8925_bl: Fix Device Tree node lookup
5411 - backlight: tps65217_bl: Fix Device Tree node lookup
5412 - mfd: intel-lpss: Program REMAP register in PIO mode
5413 - arm: dts: mt7623: fix invalid memory node being generated
5414 - perf tools: Fix symbol and object code resolution for vdso32 and vdsox32
5415 - perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING
5416 - perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIP
5417 - perf intel-pt: Fix MTC timing after overflow
5418 - perf intel-pt: Fix "Unexpected indirect branch" error
5419 - perf intel-pt: Fix packet decoding of CYC packets
5420 - media: vsp1: Release buffers for each video node
5421 - media: v4l2-compat-ioctl32: prevent go past max size
5422 - media: dvb_frontend: fix locking issues at dvb_frontend_get_event()
5423 - nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdir
5424 - NFSv4: Fix possible 1-byte stack overflow in
5425 nfs_idmap_read_and_verify_message
5426 - NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")
5427 - NFSv4: Fix a typo in nfs41_sequence_process
5428 - ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devices
5429 - Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID
5430 - pwm: lpss: platform: Save/restore the ctrl register over a suspend/resume
5431 - rbd: flush rbd_dev->watch_dwork after watch is unregistered
5432 - mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()
5433 - mm: fix devmem_is_allowed() for sub-page System RAM intersections
5434 - xen: Remove unnecessary BUG_ON from __unbind_from_irq()
5435 - udf: Detect incorrect directory size
5436 - Input: xpad - fix GPD Win 2 controller name
5437 - Input: elan_i2c_smbus - fix more potential stack buffer overflows
5438 - ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctl
5439 - ALSA: hda/realtek - Fix pop noise on Lenovo P50 & co
5440 - ALSA: hda/realtek - Add a quirk for FSC ESPRIMO U9210
5441 - slub: fix failure when we delete and create a slab cache
5442 - block: Fix transfer when chunk sectors exceeds max
5443 - block: Fix cloning of requests with a special payload
5444 - x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=y
5445 - dm zoned: avoid triggering reclaim from inside dmz_map()
5446 - dm thin: handle running out of data space vs concurrent discard
5447 - x86/platform/UV: Use new set memory block size function
5448 - x86/platform/UV: Add kernel parameter to set memory block size
5449 - platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing.
5450 - platform/chrome: cros_ec_lpc: do not try DMI match when ACPI device found
5451 - hwmon: (k10temp) Add support for Stoney Ridge and Bristol Ridge CPUs
5452 - spi-nor: intel-spi: Remove unused preopcodes field
5453 - mtd: spi-nor: intel-spi: Fix atomic sequence handling
5454 - PCI / PM: Do not clear state_saved for devices that remain suspended
5455 - ASoC: mediatek: preallocate pages use platform device
5456 - libnvdimm, pmem: Do not flush power-fail protected CPU caches
5457 - powerpc/64s: Set assembler machine type to POWER4
5458 - powerpc/e500mc: Set assembler machine type to e500mc
5459 - hwrng: core - Always drop the RNG in hwrng_unregister()
5460 - softirq: Reorder trace_softirqs_on to prevent lockdep splat
5461 - ARM64: dts: meson-gx: fix ATF reserved memory region
5462 - mtd: rawnand: fix return value check for bad block status
5463 - mtd: rawnand: mxc: set spare area size register explicitly
5464 - PCI: Account for all bridges on bus when distributing bus numbers
5465 - pinctrl: armada-37xx: Fix spurious irq management
5466 - MIPS: pb44: Fix i2c-gpio GPIO descriptor table
5467 - locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS
5468 - scsi: scsi_debug: Fix memory leak on module unload
5469 - scsi: qla2xxx: Spinlock recursion in qla_target
5470 - libnvdimm, pmem: Unconditionally deep flush on *sync
5471 - f2fs: don't use GFP_ZERO for page caches
5472 - mfd: twl-core: Fix clock initialization
5473 - remoteproc: Prevent incorrect rproc state on xfer mem ownership failure
5474 - media: rc: mce_kbd decoder: fix stuck keys
5475 - Input: silead - add Chuwi Hi8 support
5476 - Input: silead - add MSSL0002 ACPI HID
5477 - ALSA: hda - Force to link down at runtime suspend on ATI/AMD HDMI
5478 - i2c: gpio: initialize SCL to HIGH again
5479 - kasan: depend on CONFIG_SLUB_DEBUG
5480 - dm: ensure bio submission follows a depth-first tree walk
5481 - dm: rename 'bio' member of dm_io structure to 'orig_bio'
5482 - dm: use bio_split() when splitting out the already processed bio
5483 - x86/e820: put !E820_TYPE_RAM regions into memblock.reserved
5484
5485 * Support AverMedia DVD EZMaker 7 USB video capture dongle (LP: #1620762) //
5486 Bionic update: upstream stable patchset 2018-12-07 (LP: #1807469)
5487 - media: cx231xx: Add support for AverMedia DVD EZMaker 7
5488
5489 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 14 Jan 2019 09:38:05 +0000
5490
5491 linux (4.15.0-43.46) bionic; urgency=medium
5492
5493 * linux: 4.15.0-43.46 -proposed tracker (LP: #1806659)
5494
5495 * System randomly hangs during suspend when mei_wdt is loaded (LP: #1803942)
5496 - SAUCE: base/dd: limit release function changes to vfio driver only
5497
5498 * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838)
5499 - xhci: Allow more than 32 quirks
5500 - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
5501
5502 * linux-buildinfo: pull out ABI information into its own package
5503 (LP: #1806380)
5504 - [Packaging] limit preparation to linux-libc-dev in headers
5505 - [Packaging] commonise debhelper invocation
5506 - [Packaging] ABI -- accumulate abi information at the end of the build
5507 - [Packaging] buildinfo -- add basic build information
5508 - [Packaging] buildinfo -- add firmware information to the flavour ABI
5509 - [Packaging] buildinfo -- add compiler information to the flavour ABI
5510 - [Packaging] buildinfo -- add buildinfo support to getabis
5511 - [Config] buildinfo -- add retpoline version markers
5512
5513 * linux packages should own /usr/lib/linux/triggers (LP: #1770256)
5514 - [Packaging] own /usr/lib/linux/triggers
5515
5516 * CVE-2018-12896
5517 - posix-timers: Sanitize overrun handling
5518
5519 * CVE-2018-16276
5520 - USB: yurex: fix out-of-bounds uaccess in read handler
5521
5522 * CVE-2018-10902
5523 - ALSA: rawmidi: Change resized buffers atomically
5524
5525 * CVE-2018-18710
5526 - cdrom: fix improper type cast, which can leat to information leak.
5527
5528 * CVE-2018-18690
5529 - xfs: don't fail when converting shortform attr to long form during
5530 ATTR_REPLACE
5531
5532 * CVE-2018-14734
5533 - infiniband: fix a possible use-after-free bug
5534
5535 * CVE-2018-18445
5536 - bpf: 32-bit RSH verification must truncate input before the ALU op
5537
5538 * Packaging resync (LP: #1786013)
5539 - [Packaging] update helper scripts
5540
5541 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Thu, 06 Dec 2018 13:52:12 +0000
5542
5543 linux (4.15.0-42.45) bionic; urgency=medium
5544
5545 * linux: 4.15.0-42.45 -proposed tracker (LP: #1803592)
5546
5547 * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405)
5548 - KVM: s390: reset crypto attributes for all vcpus
5549 - KVM: s390: vsie: simulate VCPU SIE entry/exit
5550 - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
5551 - KVM: s390: refactor crypto initialization
5552 - s390: vfio-ap: base implementation of VFIO AP device driver
5553 - s390: vfio-ap: register matrix device with VFIO mdev framework
5554 - s390: vfio-ap: sysfs interfaces to configure adapters
5555 - s390: vfio-ap: sysfs interfaces to configure domains
5556 - s390: vfio-ap: sysfs interfaces to configure control domains
5557 - s390: vfio-ap: sysfs interface to view matrix mdev matrix
5558 - KVM: s390: interface to clear CRYCB masks
5559 - s390: vfio-ap: implement mediated device open callback
5560 - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
5561 - s390: vfio-ap: zeroize the AP queues
5562 - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
5563 - KVM: s390: Clear Crypto Control Block when using vSIE
5564 - KVM: s390: vsie: Do the CRYCB validation first
5565 - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
5566 - KVM: s390: vsie: Allow CRYCB FORMAT-2
5567 - KVM: s390: vsie: allow CRYCB FORMAT-1
5568 - KVM: s390: vsie: allow CRYCB FORMAT-0
5569 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
5570 - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
5571 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2
5572 - KVM: s390: device attrs to enable/disable AP interpretation
5573 - KVM: s390: CPU model support for AP virtualization
5574 - s390: doc: detailed specifications for AP virtualization
5575 - KVM: s390: fix locking for crypto setting error path
5576 - KVM: s390: Tracing APCB changes
5577 - s390: vfio-ap: setup APCB mask using KVM dedicated function
5578 - s390/zcrypt: Add ZAPQ inline function.
5579 - s390/zcrypt: Review inline assembler constraints.
5580 - s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.
5581 - s390/zcrypt: fix ap_instructions_available() returncodes
5582 - s390/zcrypt: remove VLA usage from the AP bus
5583 - s390/zcrypt: Remove deprecated ioctls.
5584 - s390/zcrypt: Remove deprecated zcrypt proc interface.
5585 - s390/zcrypt: Support up to 256 crypto adapters.
5586 - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module.
5587
5588 * Bypass of mount visibility through userns + mount propagation (LP: #1789161)
5589 - mount: Retest MNT_LOCKED in do_umount
5590 - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
5591
5592 * CVE-2018-18955: nested user namespaces with more than five extents
5593 incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955
5594 - userns: also map extents in the reverse map to kernel IDs
5595
5596 * kdump fail due to an IRQ storm (LP: #1797990)
5597 - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code
5598 - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot
5599 - SAUCE: x86/quirks: Scan all busses for early PCI quirks
5600
5601 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 15 Nov 2018 17:01:46 -0200
5602
5603 linux (4.15.0-40.43) bionic; urgency=medium
5604
5605 * linux: 4.15.0-40.43 -proposed tracker (LP: #1802554)
5606
5607 * crash in ENA driver on removing an interface (LP: #1802341)
5608 - SAUCE: net: ena: fix crash during ena_remove()
5609
5610 * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding
5611 (LP: #1797367)
5612 - s390/qeth: don't keep track of MAC address's cast type
5613 - s390/qeth: consolidate qeth MAC address helpers
5614 - s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6]
5615 - s390/qeth: remove outdated portname debug msg
5616 - s390/qeth: reduce hard-coded access to ccw channels
5617 - s390/qeth: sanitize strings in debug messages
5618
5619 * [18.04 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver
5620 binding (LP: #1799184)
5621 - s390/zcrypt: code beautify
5622 - s390/zcrypt: AP bus support for alternate driver(s)
5623 - s390/zcrypt: hex string mask improvements for apmask and aqmask.
5624 - s390/zcrypt: remove unused functions and declarations
5625 - s390/zcrypt: Show load of cards and queues in sysfs
5626
5627 * [GLK/CLX] Enhanced IBRS (LP: #1786139)
5628 - x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigation
5629 - x86/speculation: Support Enhanced IBRS on future CPUs
5630
5631 * Allow signed kernels to be kexec'ed under lockdown (LP: #1798441)
5632 - Fix kexec forbidding kernels signed with keys in the secondary keyring to
5633 boot
5634
5635 * Overlayfs in user namespace leaks directory content of inaccessible
5636 directories (LP: #1793458) // CVE-2018-6559
5637 - SAUCE: overlayfs: ensure mounter privileges when reading directories
5638
5639 * Update ENA driver to version 2.0.1K (LP: #1798182)
5640 - net: ena: remove ndo_poll_controller
5641 - net: ena: fix warning in rmmod caused by double iounmap
5642 - net: ena: fix rare bug when failed restart/resume is followed by driver
5643 removal
5644 - net: ena: fix NULL dereference due to untimely napi initialization
5645 - net: ena: fix auto casting to boolean
5646 - net: ena: minor performance improvement
5647 - net: ena: complete host info to match latest ENA spec
5648 - net: ena: introduce Low Latency Queues data structures according to ENA spec
5649 - net: ena: add functions for handling Low Latency Queues in ena_com
5650 - net: ena: add functions for handling Low Latency Queues in ena_netdev
5651 - net: ena: use CSUM_CHECKED device indication to report skb's checksum status
5652 - net: ena: explicit casting and initialization, and clearer error handling
5653 - net: ena: limit refill Rx threshold to 256 to avoid latency issues
5654 - net: ena: change rx copybreak default to reduce kernel memory pressure
5655 - net: ena: remove redundant parameter in ena_com_admin_init()
5656 - net: ena: update driver version to 2.0.1
5657 - net: ena: fix indentations in ena_defs for better readability
5658 - net: ena: Fix Kconfig dependency on X86
5659 - net: ena: enable Low Latency Queues
5660 - net: ena: fix compilation error in xtensa architecture
5661
5662 * Bionic update: upstream stable patchset 2018-10-29 (LP: #1800537)
5663 - bonding: re-evaluate force_primary when the primary slave name changes
5664 - cdc_ncm: avoid padding beyond end of skb
5665 - ipv6: allow PMTU exceptions to local routes
5666 - net: dsa: add error handling for pskb_trim_rcsum
5667 - net/sched: act_simple: fix parsing of TCA_DEF_DATA
5668 - tcp: verify the checksum of the first data segment in a new connection
5669 - udp: fix rx queue len reported by diag and proc interface
5670 - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds
5671 vlan
5672 - tls: fix use-after-free in tls_push_record
5673 - ext4: fix hole length detection in ext4_ind_map_blocks()
5674 - ext4: update mtime in ext4_punch_hole even if no blocks are released
5675 - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
5676 - ext4: fix fencepost error in check for inode count overflow during resize
5677 - driver core: Don't ignore class_dir_create_and_add() failure.
5678 - Btrfs: fix clone vs chattr NODATASUM race
5679 - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
5680 - btrfs: return error value if create_io_em failed in cow_file_range
5681 - btrfs: scrub: Don't use inode pages for device replace
5682 - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
5683 - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
5684 - ALSA: hda: add dock and led support for HP EliteBook 830 G5
5685 - ALSA: hda: add dock and led support for HP ProBook 640 G4
5686 - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
5687 - smb3: fix various xid leaks
5688 - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session
5689 expiry
5690 - cifs: For SMB2 security informaion query, check for minimum sized security
5691 descriptor instead of sizeof FileAllInformation class
5692 - nbd: fix nbd device deletion
5693 - nbd: update size when connected
5694 - nbd: use bd_set_size when updating disk size
5695 - blk-mq: reinit q->tag_set_list entry only after grace period
5696 - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
5697 - cpufreq: Fix new policy initialization during limits updates via sysfs
5698 - cpufreq: governors: Fix long idle detection logic in load calculation
5699 - libata: zpodd: small read overflow in eject_tray()
5700 - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
5701 - w1: mxc_w1: Enable clock before calling clk_get_rate() on it
5702 - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
5703 - iwlwifi: fw: harden page loading code
5704 - orangefs: set i_size on new symlink
5705 - orangefs: report attributes_mask and attributes for statx
5706 - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
5707 - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
5708 - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
5709 - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
5710 - cpufreq: ti-cpufreq: Fix an incorrect error return value
5711 - x86/vector: Fix the args of vector_alloc tracepoint
5712 - x86/apic/vector: Prevent hlist corruption and leaks
5713 - x86/apic: Provide apic_ack_irq()
5714 - x86/ioapic: Use apic_ack_irq()
5715 - x86/platform/uv: Use apic_ack_irq()
5716 - irq_remapping: Use apic_ack_irq()
5717 - genirq/generic_pending: Do not lose pending affinity update
5718 - genirq/affinity: Defer affinity setting if irq chip is busy
5719 - genirq/migration: Avoid out of line call if pending is not set
5720
5721 * [bionic]mlx5: reading SW stats through ifstat cause kernel crash
5722 (LP: #1799049)
5723 - net/mlx5e: Don't attempt to dereference the ppriv struct if not being
5724 eswitch manager
5725
5726 * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281)
5727 - ipmi: Fix timer race with module unload
5728
5729 * [Bionic] ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
5730 (LP: #1799276)
5731 - ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
5732
5733 * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729)
5734 - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
5735
5736 * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater
5737 than 255 bytes (LP: #1799794)
5738 - ipmi:ssif: Add support for multi-part transmit messages > 2 parts
5739
5740 * libvirtd is unable to configure bridge devices inside of LXD containers
5741 (LP: #1784501)
5742 - kernfs: allow creating kernfs objects with arbitrary uid/gid
5743 - sysfs, kobject: allow creating kobject belonging to arbitrary users
5744 - kobject: kset_create_and_add() - fetch ownership info from parent
5745 - driver core: set up ownership of class devices in sysfs
5746 - net-sysfs: require net admin in the init ns for setting tx_maxrate
5747 - net-sysfs: make sure objects belong to container's owner
5748 - net: create reusable function for getting ownership info of sysfs inodes
5749 - bridge: make sure objects belong to container's owner
5750 - sysfs: Fix regression when adding a file to an existing group
5751
5752 * [Ubuntu] kvm: fix deadlock when killed by oom (LP: #1800849)
5753 - s390/kvm: fix deadlock when killed by oom
5754
5755 * [Ubuntu] net/af_iucv: fix skb leaks for HiperTransport (LP: #1800639)
5756 - net/af_iucv: drop inbound packets with invalid flags
5757 - net/af_iucv: fix skb handling on HiperTransport xmit error
5758
5759 * Power consumption during s2idle is higher than long idle(sk hynix)
5760 (LP: #1801875)
5761 - SAUCE: pci: prevent sk hynix nvme from entering D3
5762 - SAUCE: nvme: add quirk to not call disable function when suspending
5763
5764 * Enable keyboard wakeup for S2Idle laptops (LP: #1798552)
5765 - Input: i8042 - enable keyboard wakeups by default when s2idle is used
5766
5767 * NULL pointer dereference at 0000000000000020 when access
5768 dst_orig->ops->family in function xfrm_lookup_with_ifid() (LP: #1801878)
5769 - xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.
5770
5771 * [Ubuntu] qdio: reset old sbal_state flags (LP: #1801686)
5772 - s390/qdio: reset old sbal_state flags
5773
5774 * hns3: map tx ring to tc (LP: #1802023)
5775 - net: hns3: Set tx ring' tc info when netdev is up
5776
5777 * [Ubuntu] qeth: Fix potential array overrun in cmd/rc lookup (LP: #1800641)
5778 - s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its function
5779 - s390: qeth: Fix potential array overrun in cmd/rc lookup
5780
5781 * Vulkan applications cause permanent memory leak with Intel GPU
5782 (LP: #1798165)
5783 - drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set
5784
5785 * Mounting SOFS SMB shares fails (LP: #1792580)
5786 - cifs: connect to servername instead of IP for IPC$ share
5787
5788 * Packaging resync (LP: #1786013)
5789 - [Package] add support for specifying the primary makefile
5790
5791 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 09 Nov 2018 17:29:18 -0200
5792
5793 linux (4.15.0-39.42) bionic; urgency=medium
5794
5795 * linux: 4.15.0-39.42 -proposed tracker (LP: #1799411)
5796
5797 * Linux: insufficient shootdown for paging-structure caches (LP: #1798897)
5798 - mm: move tlb_table_flush to tlb_flush_mmu_free
5799 - mm/tlb: Remove tlb_remove_table() non-concurrent condition
5800 - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
5801 - [Config] CONFIG_HAVE_RCU_TABLE_INVALIDATE=y
5802
5803 * Ubuntu18.04: GPU total memory is reduced (LP: #1792102)
5804 - Revert "powerpc/powernv: Increase memory block size to 1GB on radix"
5805
5806 * arm64: snapdragon: reduce boot noise (LP: #1797154)
5807 - [Config] arm64: snapdragon: DRM_MSM=m
5808 - [Config] arm64: snapdragon: SND*=m
5809 - [Config] arm64: snapdragon: disable ARM_SDE_INTERFACE
5810 - [Config] arm64: snapdragon: disable DRM_I2C_ADV7511_CEC
5811 - [Config] arm64: snapdragon: disable VIDEO_ADV7511, VIDEO_COBALT
5812
5813 * [Bionic] CPPC bug fixes (LP: #1796949)
5814 - ACPI / CPPC: Update all pr_(debug/err) messages to log the susbspace id
5815 - cpufreq: CPPC: Don't set transition_latency
5816 - ACPI / CPPC: Fix invalid PCC channel status errors
5817
5818 * regression in 'ip --family bridge neigh' since linux v4.12 (LP: #1796748)
5819 - rtnetlink: fix rtnl_fdb_dump() for ndmsg header
5820
5821 * screen displays abnormally on the lenovo M715 with the AMD GPU (Radeon Vega
5822 8 Mobile, rev ca, 1002:15dd) (LP: #1796786)
5823 - drm/amd/display: Fix takover from VGA mode
5824 - drm/amd/display: early return if not in vga mode in disable_vga
5825 - drm/amd/display: Refine disable VGA
5826
5827 * arm64: snapdragon: WARNING: CPU: 0 PID: 1 arch/arm64/kernel/setup.c:271
5828 reserve_memblock_reserved_regions (LP: #1797139)
5829 - SAUCE: arm64: Fix /proc/iomem for reserved but not memory regions
5830
5831 * The front MIC can't work on the Lenovo M715 (LP: #1797292)
5832 - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715
5833
5834 * Keyboard backlight sysfs sometimes is missing on Dell laptops (LP: #1797304)
5835 - platform/x86: dell-smbios: Correct some style warnings
5836 - platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-base
5837 - platform/x86: dell-smbios: Link all dell-smbios-* modules together
5838 - [Config] CONFIG_DELL_SMBIOS_SMM=y, CONFIG_DELL_SMBIOS_WMI=y
5839
5840 * rpi3b+: ethernet not working (LP: #1797406)
5841 - lan78xx: Don't reset the interface on open
5842
5843 * 87cdf3148b11 was never backported to 4.15 (LP: #1795653)
5844 - xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_proto
5845
5846 * [Ubuntu18.04][Power9][DD2.2]package installation segfaults inside debian
5847 chroot env in P9 KVM guest with HTM enabled (kvm) (LP: #1792501)
5848 - KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds
5849
5850 * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957)
5851 - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same
5852 VM
5853
5854 * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314)
5855 - SAUCE: fscache: Fix race in decrementing refcount of op->npages
5856
5857 * CVE-2018-9363
5858 - Bluetooth: hidp: buffer overflow in hidp_process_report
5859
5860 * CVE-2017-13168
5861 - scsi: sg: mitigate read/write abuse
5862
5863 * [Bionic] ACPI / PPTT: use ACPI ID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID
5864 is set (LP: #1797200)
5865 - ACPI / PPTT: use ACPI ID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set
5866
5867 * [Bionic] arm64: topology: Avoid checking numa mask for scheduler MC
5868 selection (LP: #1797202)
5869 - arm64: topology: Avoid checking numa mask for scheduler MC selection
5870
5871 * crypto/vmx - Backport of Fix sleep-in-atomic bugs patch for 18.04
5872 (LP: #1790832)
5873 - crypto: vmx - Fix sleep-in-atomic bugs
5874
5875 * hns3: autoneg settings get lost on down/up (LP: #1797654)
5876 - net: hns3: Fix for information of phydev lost problem when down/up
5877
5878 * not able to unwind the stack from within __kernel_clock_gettime in the Linux
5879 vDSO (LP: #1797963)
5880 - powerpc/vdso: Correct call frame information
5881
5882 * Signal 7 error when running GPFS tracing in cluster (LP: #1792195)
5883 - powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.
5884 - powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transition
5885
5886 * Support Edge Gateway's WIFI LED (LP: #1798330)
5887 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
5888
5889 * Support Edge Gateway's Bluetooth LED (LP: #1798332)
5890 - SAUCE: Bluetooth: Support for LED on Edge Gateways
5891
5892 * USB cardreader (0bda:0328) make the system can't enter s3 or hang
5893 (LP: #1798328)
5894 - usb: Don't disable Latency tolerance Messaging (LTM) before port reset
5895
5896 * CVE-2018-15471
5897 - xen-netback: fix input validation in xenvif_set_hash_mapping()
5898
5899 * CVE-2018-16658
5900 - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
5901
5902 * [Bionic] Update ThunderX2 implementation defined pmu core events
5903 (LP: #1796904)
5904 - perf vendor events arm64: Update ThunderX2 implementation defined pmu core
5905 events
5906
5907 * the machine of lenovo M715 with the AMD GPU (Radeon Vega 8 Mobile, rev ca,
5908 1002:15dd) often hangs randomly (LP: #1796789)
5909 - drm/amd: Add missing fields in atom_integrated_system_info_v1_11
5910
5911 * [18.04] GLK hang after a while (LP: #1760545)
5912 - drm/i915/glk: Add MODULE_FIRMWARE for Geminilake
5913
5914 * Fix usbcore.quirks when used at boot (LP: #1795784)
5915 - usb: core: safely deal with the dynamic quirk lists
5916
5917 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 23 Oct 2018 14:44:55 +0000
5918
5919 linux (4.15.0-38.41) bionic; urgency=medium
5920
5921 * linux: 4.15.0-38.41 -proposed tracker (LP: #1797061)
5922
5923 * Silent data corruption in Linux kernel 4.15 (LP: #1796542)
5924 - block: add a lower-level bio_add_page interface
5925 - block: bio_iov_iter_get_pages: fix size of last iovec
5926 - blkdev: __blkdev_direct_IO_simple: fix leak in error case
5927 - block: bio_iov_iter_get_pages: pin more pages for multi-segment IOs
5928
5929 -- Stefan Bader <stefan.bader@canonical.com> Wed, 10 Oct 2018 11:20:35 +0200
5930
5931 linux (4.15.0-37.40) bionic; urgency=medium
5932
5933 * linux: 4.15.0-37.40 -proposed tracker (LP: #1795564)
5934
5935 * hns3: enable ethtool rx-vlan-filter on supported hw (LP: #1793394)
5936 - net: hns3: Add vlan filter setting by ethtool command -K
5937
5938 * hns3: Modifying channel parameters will reset ring parameters back to
5939 defaults (LP: #1793404)
5940 - net: hns3: Fix desc num set to default when setting channel
5941
5942 * hisi_sas: Add SATA FIX check for v3 hw (LP: #1794151)
5943 - scsi: hisi_sas: Add SATA FIS check for v3 hw
5944
5945 * Fix potential corruption using SAS controller on HiSilicon arm64 boards
5946 (LP: #1794156)
5947 - scsi: hisi_sas: add memory barrier in task delivery function
5948
5949 * hisi_sas: Reduce unnecessary spin lock contention (LP: #1794165)
5950 - scsi: hisi_sas: Tidy hisi_sas_task_prep()
5951
5952 * Add functional level reset support for the SAS controller on HiSilicon D06
5953 systems (LP: #1794166)
5954 - scsi: hisi_sas: tidy host controller reset function a bit
5955 - scsi: hisi_sas: relocate some common code for v3 hw
5956 - scsi: hisi_sas: Implement handlers of PCIe FLR for v3 hw
5957
5958 * HiSilicon SAS controller doesn't recover from PHY STP link timeout
5959 (LP: #1794172)
5960 - scsi: hisi_sas: tidy channel interrupt handler for v3 hw
5961 - scsi: hisi_sas: Fix the failure of recovering PHY from STP link timeout
5962
5963 * getxattr: always handle namespaced attributes (LP: #1789746)
5964 - getxattr: use correct xattr length
5965
5966 * Fix unusable NVIDIA GPU after S3 (LP: #1793338)
5967 - PCI: Reprogram bridge prefetch registers on resume
5968
5969 * Fails to boot under Xen PV: BUG: unable to handle kernel paging request at
5970 edc21fd9 (LP: #1789118)
5971 - x86/EISA: Don't probe EISA bus for Xen PV guests
5972
5973 * qeth: use vzalloc for QUERY OAT buffer (LP: #1793086)
5974 - s390/qeth: use vzalloc for QUERY OAT buffer
5975
5976 * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463)
5977 - Input: elantech - enable middle button of touchpad on ThinkPad P72
5978
5979 * Dell new AIO requires a new uart backlight driver (LP: #1727235)
5980 - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO
5981 - updateconfigs for Dell UART backlight driver
5982
5983 * [Ubuntu] s390/crypto: Fix return code checking in cbc_paes_crypt.
5984 (LP: #1794294)
5985 - s390/crypto: Fix return code checking in cbc_paes_crypt()
5986
5987 * hns3: Retrieve RoCE MSI-X config from firmware (LP: #1793221)
5988 - net: hns3: Fix MSIX allocation issue for VF
5989 - net: hns3: Refine the MSIX allocation for PF
5990
5991 * net: hns: Avoid hang when link is changed while handling packets
5992 (LP: #1792209)
5993 - net: hns: add the code for cleaning pkt in chip
5994 - net: hns: add netif_carrier_off before change speed and duplex
5995
5996 * Page leaking in cachefiles_read_backing_file while vmscan is active
5997 (LP: #1793430)
5998 - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan
5999 is active
6000
6001 * some nvidia p1000 graphic cards hang during the boot (LP: #1791569)
6002 - drm/nouveau/gr/gf100-: virtualise tpc_mask + apply fixes from traces
6003
6004 * Error reported when creating ZFS pool with "-t" option, despite successful
6005 pool creation (LP: #1769937)
6006 - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu16.4
6007
6008 * Fix I2C touchpanels' interrupt storms after system suspend (LP: #1792309)
6009 - HID: i2c-hid: Fix flooded incomplete report after S3 on Rayd touchscreen
6010 - HID: i2c-hid: Don't reset device upon system resume
6011
6012 * ipmmu is always registered (LP: #1783746)
6013 - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-
6014 VMSA
6015
6016 * Bionic update: upstream stable patchset 2018-09-27 (LP: #1794889)
6017 - clocksource/drivers/imx-tpm: Correct some registers operation flow
6018 - Input: synaptics-rmi4 - fix an unchecked out of memory error path
6019 - KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update
6020 - x86: Add check for APIC access address for vmentry of L2 guests
6021 - MIPS: io: Prevent compiler reordering writeX()
6022 - nfp: ignore signals when communicating with management FW
6023 - perf report: Fix switching to another perf.data file
6024 - fsnotify: fix ignore mask logic in send_to_group()
6025 - MIPS: io: Add barrier after register read in readX()
6026 - s390/smsgiucv: disable SMSG on module unload
6027 - isofs: fix potential memory leak in mount option parsing
6028 - MIPS: dts: Boston: Fix PCI bus dtc warnings:
6029 - spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCR
6030 - doc: Add vendor prefix for Kieback & Peter GmbH
6031 - dt-bindings: pinctrl: sunxi: Fix reference to driver
6032 - dt-bindings: serial: sh-sci: Add support for r8a77965 (H)SCIF
6033 - dt-bindings: dmaengine: rcar-dmac: document R8A77965 support
6034 - clk: honor CLK_MUX_ROUND_CLOSEST in generic clk mux
6035 - ASoC: rt5514: Add the missing register in the readable table
6036 - eCryptfs: don't pass up plaintext names when using filename encryption
6037 - soc: bcm: raspberrypi-power: Fix use of __packed
6038 - soc: bcm2835: Make !RASPBERRYPI_FIRMWARE dummies return failure
6039 - PCI: kirin: Fix reset gpio name
6040 - ASoC: topology: Fix bugs of freeing soc topology
6041 - xen: xenbus_dev_frontend: Really return response string
6042 - ASoC: topology: Check widget kcontrols before deref.
6043 - spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()
6044 - blkcg: don't hold blkcg lock when deactivating policy
6045 - tipc: fix infinite loop when dumping link monitor summary
6046 - scsi: iscsi: respond to netlink with unicast when appropriate
6047 - scsi: megaraid_sas: Do not log an error if FW successfully initializes.
6048 - scsi: target: fix crash with iscsi target and dvd
6049 - netfilter: nf_tables: NAT chain and extensions require NF_TABLES
6050 - netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update
6051 - ASoC: msm8916-wcd-analog: use threaded context for mbhc events
6052 - drm/msm: Fix possible null dereference on failure of get_pages()
6053 - drm/msm/dsi: use correct enum in dsi_get_cmd_fmt
6054 - drm/msm: don't deref error pointer in the msm_fbdev_create error path
6055 - blkcg: init root blkcg_gq under lock
6056 - vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion
6057 - parisc: time: Convert read_persistent_clock() to read_persistent_clock64()
6058 - scsi: storvsc: Set up correct queue depth values for IDE devices
6059 - scsi: isci: Fix infinite loop in while loop
6060 - mm, pagemap: fix swap offset value for PMD migration entry
6061 - proc: revalidate kernel thread inodes to root:root
6062 - kexec_file: do not add extra alignment to efi memmap
6063 - mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()
6064 - usb: typec: ucsi: fix tracepoint related build error
6065 - ACPI / PM: Blacklist Low Power S0 Idle _DSM for ThinkPad X1 Tablet(2016)
6066 - dt-bindings: meson-uart: DT fix s/clocks-names/clock-names/
6067 - net: phy: marvell: clear wol event before setting it
6068 - ARM: dts: da850: fix W=1 warnings with pinmux node
6069 - ACPI / watchdog: Prefer iTCO_wdt on Lenovo Z50-70
6070 - drm/amdkfd: fix clock counter retrieval for node without GPU
6071 - thermal: int3403_thermal: Fix NULL pointer deref on module load / probe
6072 - net: ethtool: Add missing kernel doc for FEC parameters
6073 - arm64: ptrace: remove addr_limit manipulation
6074 - HID: lenovo: Add support for IBM/Lenovo Scrollpoint mice
6075 - HID: wacom: Release device resource data obtained by devres_alloc()
6076 - selftests: ftrace: Add a testcase for multiple actions on trigger
6077 - rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp
6078 - perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1
6079 - remoteproc: qcom: Fix potential device node leaks
6080 - rpmsg: added MODULE_ALIAS for rpmsg_char
6081 - HID: intel-ish-hid: use put_device() instead of kfree()
6082 - blk-mq: fix sysfs inflight counter
6083 - arm64: fix possible spectre-v1 in ptrace_hbp_get_event()
6084 - KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()
6085 - libahci: Allow drivers to override stop_engine
6086 - ata: ahci: mvebu: override ahci_stop_engine for mvebu AHCI
6087 - x86/cpu/intel: Add missing TLB cpuid values
6088 - bpf: fix uninitialized variable in bpf tools
6089 - i2c: sprd: Prevent i2c accesses after suspend is called
6090 - i2c: sprd: Fix the i2c count issue
6091 - tipc: fix bug in function tipc_nl_node_dump_monitor
6092 - nvme: depend on INFINIBAND_ADDR_TRANS
6093 - nvmet-rdma: depend on INFINIBAND_ADDR_TRANS
6094 - ib_srpt: depend on INFINIBAND_ADDR_TRANS
6095 - ib_srp: depend on INFINIBAND_ADDR_TRANS
6096 - IB: make INFINIBAND_ADDR_TRANS configurable
6097 - IB/uverbs: Fix validating mandatory attributes
6098 - RDMA/cma: Fix use after destroy access to net namespace for IPoIB
6099 - RDMA/iwpm: fix memory leak on map_info
6100 - IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INV
6101 - IB/rxe: avoid double kfree_skb
6102 - <linux/stringhash.h>: fix end_name_hash() for 64bit long
6103 - IB/core: Make ib_mad_client_id atomic
6104 - ARM: davinci: board-da830-evm: fix GPIO lookup for MMC/SD
6105 - ARM: davinci: board-da850-evm: fix GPIO lookup for MMC/SD
6106 - ARM: davinci: board-omapl138-hawk: fix GPIO numbers for MMC/SD lookup
6107 - ARM: davinci: board-dm355-evm: fix broken networking
6108 - dt-bindings: panel: lvds: Fix path to display timing bindings
6109 - ARM: OMAP2+: powerdomain: use raw_smp_processor_id() for trace
6110 - ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
6111 - ARM: dts: logicpd-som-lv: Fix Audio Mute
6112 - Input: atmel_mxt_ts - fix the firmware update
6113 - hexagon: add memset_io() helper
6114 - hexagon: export csum_partial_copy_nocheck
6115 - scsi: vmw-pvscsi: return DID_BUS_BUSY for adapter-initated aborts
6116 - bpf, x64: fix memleak when not converging after image
6117 - parisc: drivers.c: Fix section mismatches
6118 - stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlock
6119 - kthread, sched/wait: Fix kthread_parkme() wait-loop
6120 - arm64: tegra: Make BCM89610 PHY interrupt as active low
6121 - iommu/vt-d: fix shift-out-of-bounds in bug checking
6122 - nvme: fix potential memory leak in option parsing
6123 - nvme: Set integrity flag for user passthrough commands
6124 - ARM: OMAP1: ams-delta: fix deferred_fiq handler
6125 - smc: fix sendpage() call
6126 - IB/hfi1 Use correct type for num_user_context
6127 - IB/hfi1: Fix memory leak in exception path in get_irq_affinity()
6128 - RDMA/cma: Do not query GID during QP state transition to RTR
6129 - spi: bcm2835aux: ensure interrupts are enabled for shared handler
6130 - sched/core: Introduce set_special_state()
6131 - sh: fix build failure for J2 cpu with SMP disabled
6132 - tee: check shm references are consistent in offset/size
6133 - mac80211: Adjust SAE authentication timeout
6134 - drm/omap: silence unititialized variable warning
6135 - drm/omap: fix uninitialized ret variable
6136 - drm/omap: fix possible NULL ref issue in tiler_reserve_2d
6137 - drm/omap: check return value from soc_device_match
6138 - drm/omap: handle alloc failures in omap_connector
6139 - driver core: add __printf verification to __ata_ehi_pushv_desc
6140 - ARM: dts: cygnus: fix irq type for arm global timer
6141 - mac80211: use timeout from the AddBA response instead of the request
6142 - net: aquantia: driver should correctly declare vlan_features bits
6143 - can: dev: increase bus-off message severity
6144 - arm64: Add MIDR encoding for NVIDIA CPUs
6145 - cifs: smb2ops: Fix listxattr() when there are no EAs
6146 - agp: uninorth: make two functions static
6147 - tipc: eliminate KMSAN uninit-value in strcmp complaint
6148 - qed: Fix l2 initializations over iWARP personality
6149 - qede: Fix gfp flags sent to rdma event node allocation
6150 - rxrpc: Fix error reception on AF_INET6 sockets
6151 - rxrpc: Fix the min security level for kernel calls
6152 - KVM: Extend MAX_IRQ_ROUTES to 4096 for all archs
6153 - x86: Delay skip of emulated hypercall instruction
6154 - ixgbe: return error on unsupported SFP module when resetting
6155 - net sched actions: fix invalid pointer dereferencing if skbedit flags
6156 missing
6157 - proc/kcore: don't bounds check against address 0
6158 - ocfs2: take inode cluster lock before moving reflinked inode from orphan dir
6159 - kprobes/x86: Prohibit probing on exception masking instructions
6160 - uprobes/x86: Prohibit probing on MOV SS instruction
6161 - objtool, kprobes/x86: Sync the latest <asm/insn.h> header with
6162 tools/objtool/arch/x86/include/asm/insn.h
6163 - x86/pkeys/selftests: Adjust the self-test to fresh distros that export the
6164 pkeys ABI
6165 - x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX
6166 ABI
6167 - x86/selftests: Add mov_to_ss test
6168 - x86/pkeys/selftests: Give better unexpected fault error messages
6169 - x86/pkeys/selftests: Stop using assert()
6170 - x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signal
6171 - x86/pkeys/selftests: Allow faults on unknown keys
6172 - x86/pkeys/selftests: Factor out "instruction page"
6173 - x86/pkeys/selftests: Add PROT_EXEC test
6174 - x86/pkeys/selftests: Fix pkey exhaustion test off-by-one
6175 - x86/pkeys/selftests: Fix pointer math
6176 - x86/pkeys/selftests: Save off 'prot' for allocations
6177 - x86/pkeys/selftests: Add a test for pkey 0
6178 - mtd: Fix comparison in map_word_andequal()
6179 - afs: Fix the non-encryption of calls
6180 - usb: musb: fix remote wakeup racing with suspend
6181 - ARM: keystone: fix platform_domain_notifier array overrun
6182 - i2c: pmcmsp: return message count on master_xfer success
6183 - i2c: pmcmsp: fix error return from master_xfer
6184 - i2c: viperboard: return message count on master_xfer success
6185 - ARM: davinci: dm646x: fix timer interrupt generation
6186 - ARM: davinci: board-dm646x-evm: pass correct I2C adapter id for VPIF
6187 - ARM: davinci: board-dm646x-evm: set VPIF capture card name
6188 - clk: imx6ull: use OSC clock during AXI rate change
6189 - locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
6190 - locking/percpu-rwsem: Annotate rwsem ownership transfer by setting
6191 RWSEM_OWNER_UNKNOWN
6192 - drm/dumb-buffers: Integer overflow in drm_mode_create_ioctl()
6193 - sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to
6194 kernel/sched/sched.h
6195 - sched/deadline: Make the grub_reclaim() function static
6196 - parisc: Move setup_profiling_timer() out of init section
6197 - efi/libstub/arm64: Handle randomized TEXT_OFFSET
6198 - ARM: 8753/1: decompressor: add a missing parameter to the addruart macro
6199 - ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the
6200 kernel
6201 - ARM: kexec: fix kdump register saving on panic()
6202 - Revert "Btrfs: fix scrub to repair raid6 corruption"
6203 - Btrfs: fix scrub to repair raid6 corruption
6204 - Btrfs: make raid6 rebuild retry more
6205 - tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
6206 - ibmvnic: Do not notify peers on parameter change resets
6207 - dt-bindings: net: ravb: Add support for r8a77965 SoC
6208 - X86/KVM: Properly update 'tsc_offset' to represent the running guest
6209 - kvm: x86: move MSR_IA32_TSC handling to x86.c
6210 - ARM: dts: Fix cm2 and prm sizes for omap4
6211 - powerpc/64s: Default l1d_size to 64K in RFI fallback flush
6212 - KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration
6213 - arm64: kasan: avoid pfn_to_nid() before page array is initialized
6214 - ARM64: dts: meson-gxl: add USB host support
6215 - ARM64: dts: meson-gxm: add GXM specific USB host configuration
6216 - ARM64: dts: meson-gxl-s905x-p212: enable the USB controller
6217 - ARM64: dts: meson-gx-p23x-q20x: enable the USB controller
6218 - ARM64: dts: meson-gxl-s905x-libretech-cc: enable the USB controller
6219 - ARM64: dts: meson-gxl-nexbox-a95x: enable the USB controller
6220 - ARM64: dts: meson-gxm-khadas-vim2: enable the USB controller
6221 - arm64: dts: correct SATA addresses for Stingray
6222 - afs: Fix server record deletion
6223 - proc: fix /proc/loadavg regression
6224 - s390/qeth: fix request-side race during cmd IO timeout
6225 - ACPI / scan: Initialize watchdog before PNP
6226 - CIFS: set *resp_buf_type to NO_BUFFER on error
6227 - arm64: dts: uniphier: fix input delay value for legacy mode of eMMC
6228 - igb: Fix the transmission mode of queue 0 for Qav mode
6229 - RISC-V: build vdso-dummy.o with -no-pie
6230 - arm64: only advance singlestep for user instruction traps
6231 - perf pmu: Fix core PMU alias list for X86 platform
6232 - bpf, x64: fix JIT emission for dead code
6233 - powerpc/kvm/booke: Fix altivec related build break
6234 - reset: uniphier: fix USB clock line for LD20
6235 - nfp: don't depend on eth_tbl being available
6236 - net: mvpp2: Fix clk error path in mvpp2_probe
6237 - kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use
6238 - IB/uverbs: Fix validating mandatory attributes
6239 - RDMA/hns: Intercept illegal RDMA operation when use inline data
6240 - pinctrl: cherryview: Associate IRQ descriptors to irqdomain
6241 - kthread, sched/wait: Fix kthread_parkme() completion issue
6242 - iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()
6243 - nvme/multipath: Disable runtime writable enabling parameter
6244 - ARM: dts: correct missing "compatible" entry for ti81xx SoCs
6245 - usb: typec: tps6598x: handle block reads separately with plain-I2C adapters
6246 - IB/mlx4: Fix integer overflow when calculating optimal MTT size
6247 - bpf: add map_alloc_check callback
6248 - bpf: fix possible spectre-v1 in find_and_alloc_map()
6249 - drm/exynos/mixer: fix synchronization check in interlaced mode
6250 - drm/exynos: mixer: avoid Oops in vp_video_buffer()
6251 - bpf: use array_index_nospec in find_prog_type
6252 - gcc-plugins: fix build condition of SANCOV plugin
6253 - drm/vc4: Fix oops dereferencing DPI's connector since panel_bridge.
6254 - nvme: fix use-after-free in nvme_free_ns_head
6255 - powerpc/pseries: Fix CONFIG_NUMA=n build
6256 - HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-B
6257 - cifs: Allocate validate negotiation request through kmalloc
6258 - drm/amdgpu: Switch to interruptable wait to recover from ring hang.
6259 - rxrpc: Fix missing start of call timeout
6260 - ARM: dts: imx51-zii-rdu1: fix touchscreen bindings
6261 - sh: switch to NO_BOOTMEM
6262 - lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()
6263 - x86/pkeys/selftests: Avoid printf-in-signal deadlocks
6264 - afs: Fix address list parsing
6265 - afs: Fix refcounting in callback registration
6266 - afs: Fix server rotation's handling of fileserver probe failure
6267 - afs: Fix VNOVOL handling in address rotation
6268 - afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID
6269 - afs: Fix afs_find_server search loop
6270 - KVM: X86: Lower the default timer frequency limit to 200us
6271 - platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS
6272 - ARM: replace unnecessary perl with sed and the shell $(( )) operator
6273
6274 * Improvements to the kernel source package preparation (LP: #1793461)
6275 - [Packaging] startnewrelease: add support for backport kernels
6276
6277 * Kernel 4.15.0-35.38 fails to build with CONFIG_XFS_ONLINE_SCRUB enabled
6278 (LP: #1792393)
6279 - SAUCE: xfs: fix build error with CONFIG_XFS_ONLINE_SCRUB enabled
6280
6281 * update ENA driver to latest mainline version (LP: #1792044)
6282 - net: ena: add detection and recovery mechanism for handling missed/misrouted
6283 MSI-X
6284 - net: ena: increase ena driver version to 1.5.0
6285 - net: ena: Eliminate duplicate barriers on weakly-ordered archs
6286 - SAUCE: ena: devm_kzalloc() -> devm_kcalloc()
6287 - net: ena: Fix use of uninitialized DMA address bits field
6288 - net: ena: fix surprise unplug NULL dereference kernel crash
6289 - net: ena: fix driver when PAGE_SIZE == 64kB
6290 - net: ena: fix device destruction to gracefully free resources
6291 - net: ena: fix potential double ena_destroy_device()
6292 - net: ena: fix missing lock during device destruction
6293 - net: ena: fix missing calls to READ_ONCE
6294 - net: ena: fix incorrect usage of memory barriers
6295
6296 -- Stefan Bader <stefan.bader@canonical.com> Tue, 02 Oct 2018 14:33:09 +0200
6297
6298 linux (4.15.0-36.39) bionic; urgency=medium
6299
6300 * CVE-2018-14633
6301 - iscsi target: Use hex2bin instead of a re-implementation
6302
6303 * CVE-2018-17182
6304 - mm: get rid of vmacache_flush_all() entirely
6305
6306 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 24 Sep 2018 16:08:41 +0200
6307
6308 linux (4.15.0-35.38) bionic; urgency=medium
6309
6310 * linux: 4.15.0-35.38 -proposed tracker (LP: #1791719)
6311
6312 * device hotplug of vfio devices can lead to deadlock in vfio_pci_release
6313 (LP: #1792099)
6314 - SAUCE: vfio -- release device lock before userspace requests
6315
6316 * L1TF mitigation not effective in some CPU and RAM combinations
6317 (LP: #1788563)
6318 - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
6319 - x86/speculation/l1tf: Fix off-by-one error when warning that system has too
6320 much RAM
6321 - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
6322
6323 * CVE-2018-15594
6324 - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
6325
6326 * CVE-2017-5715 (Spectre v2 s390x)
6327 - KVM: s390: implement CPU model only facilities
6328 - s390: detect etoken facility
6329 - KVM: s390: add etoken support for guests
6330 - s390/lib: use expoline for all bcr instructions
6331 - s390: fix br_r1_trampoline for machines without exrl
6332 - SAUCE: s390: use expoline thunks for all branches generated by the BPF JIT
6333
6334 * Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next state
6335 disabled (performance) (LP: #1790602)
6336 - cpuidle: powernv: Fix promotion from snooze if next state disabled
6337
6338 * Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered (LP: #1790636)
6339 - powerpc: hard disable irqs in smp_send_stop loop
6340 - powerpc: Fix deadlock with multiple calls to smp_send_stop
6341 - powerpc: smp_send_stop do not offline stopped CPUs
6342 - powerpc/powernv: Fix opal_event_shutdown() called with interrupts disabled
6343
6344 * Security fix: check if IOMMU page is contained in the pinned physical page
6345 (LP: #1785675)
6346 - vfio/spapr: Use IOMMU pageshift rather than pagesize
6347 - KVM: PPC: Check if IOMMU page is contained in the pinned physical page
6348
6349 * Missing Intel GPU pci-id's (LP: #1789924)
6350 - drm/i915/kbl: Add KBL GT2 sku
6351 - drm/i915/whl: Introducing Whiskey Lake platform
6352 - drm/i915/aml: Introducing Amber Lake platform
6353 - drm/i915/cfl: Add a new CFL PCI ID.
6354
6355 * CVE-2018-15572
6356 - x86/speculation: Protect against userspace-userspace spectreRSB
6357
6358 * Support Power Management for Thunderbolt Controller (LP: #1789358)
6359 - thunderbolt: Handle NULL boot ACL entries properly
6360 - thunderbolt: Notify userspace when boot_acl is changed
6361 - thunderbolt: Use 64-bit DMA mask if supported by the platform
6362 - thunderbolt: Do not unnecessarily call ICM get route
6363 - thunderbolt: No need to take tb->lock in domain suspend/complete
6364 - thunderbolt: Use correct ICM commands in system suspend
6365 - thunderbolt: Add support for runtime PM
6366
6367 * random oopses on s390 systems using NVMe devices (LP: #1790480)
6368 - s390/pci: fix out of bounds access during irq setup
6369
6370 * [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable) support
6371 for arm64 using SMC firmware call to set a hardware chicken bit
6372 (LP: #1787993) // CVE-2018-3639 (arm64)
6373 - arm64: alternatives: Add dynamic patching feature
6374 - KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
6375 - KVM: arm64: Avoid storing the vcpu pointer on the stack
6376 - arm/arm64: smccc: Add SMCCC-specific return codes
6377 - arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
6378 - arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
6379 - arm64: Add ARCH_WORKAROUND_2 probing
6380 - arm64: Add 'ssbd' command-line option
6381 - arm64: ssbd: Add global mitigation state accessor
6382 - arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
6383 - arm64: ssbd: Restore mitigation status on CPU resume
6384 - arm64: ssbd: Introduce thread flag to control userspace mitigation
6385 - arm64: ssbd: Add prctl interface for per-thread mitigation
6386 - arm64: KVM: Add HYP per-cpu accessors
6387 - arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
6388 - arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests
6389 - arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID
6390 - [Config] ARM64_SSBD=y
6391
6392 * Reconcile hns3 SAUCE patches with upstream (LP: #1787477)
6393 - Revert "UBUNTU: SAUCE: net: hns3: Optimize PF CMDQ interrupt switching
6394 process"
6395 - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox receiving unknown
6396 message"
6397 - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF
6398 response"
6399 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for
6400 hclge_get_ring_chain_from_mbx"
6401 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and
6402 shift in hclge_get_ring_chain_from_mbx"
6403 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default
6404 assignment probelm"
6405 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring
6406 configuration operation while resetting"
6407 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in
6408 hns3_reset_notify_down_enet"
6409 - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell
6410 phy driver"
6411 - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
6412 resetting"
6413 - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status
6414 register"
6415 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset
6416 frequently"
6417 - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock"
6418 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing
6419 command queue register"
6420 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during
6421 global or core reset"
6422 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear
6423 reset cause"
6424 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in
6425 hclgevf_main module"
6426 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp
6427 selftest"
6428 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal
6429 frame size"
6430 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated
6431 problem"
6432 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug"
6433 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting
6434 correctly"
6435 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in
6436 pfc mode"
6437 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first
6438 up"
6439 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver"
6440 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and
6441 definition"
6442 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name"
6443 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask
6444 macros"
6445 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset
6446 macros"
6447 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments"
6448 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets"
6449 - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return
6450 value"
6451 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
6452 assignments"
6453 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unused function warning in VF
6454 driver"
6455 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_"
6456 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead
6457 of kzalloc/dma_map_single"
6458 - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while
6459 dependency HNS3 set"
6460 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of
6461 some structures"
6462 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant
6463 hclge_cmd_csq_done"
6464 - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters
6465 in hclge_cmd_send"
6466 - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean"
6467 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
6468 assignments"
6469 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in
6470 hclge_cmd_send"
6471 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused
6472 hclge_ring_to_dma_dir"
6473 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and
6474 upper_32_bits"
6475 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw"
6476 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check"
6477 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector
6478 in hns3_client_uninit"
6479 - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error
6480 information"
6481 - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state
6482 state init|uninit"
6483 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in
6484 hnae3.c"
6485 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4
6486 and ipv6"
6487 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before
6488 free vector"
6489 - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for
6490 init_client_instance and uninit_client_instance"
6491 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index
6492 from hclge_bind_ring_with_vector"
6493 - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in
6494 last BD except VLD bit and buffer size"
6495 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback
6496 selftest"
6497 - net: hns3: Updates RX packet info fetch in case of multi BD
6498 - net: hns3: remove unused hclgevf_cfg_func_mta_filter
6499 - net: hns3: Fix for VF mailbox cannot receiving PF response
6500 - net: hns3: Fix for VF mailbox receiving unknown message
6501 - net: hns3: Optimize PF CMDQ interrupt switching process
6502 - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector
6503 - net: hns3: rename the interface for init_client_instance and
6504 uninit_client_instance
6505 - net: hns3: add vector status check before free vector
6506 - net: hns3: add l4_type check for both ipv4 and ipv6
6507 - net: hns3: add unlikely for error check
6508 - net: hns3: remove unused head file in hnae3.c
6509 - net: hns3: extraction an interface for state init|uninit
6510 - net: hns3: print the ret value in error information
6511 - net: hns3: remove the Redundant put_vector in hns3_client_uninit
6512 - net: hns3: remove back in struct hclge_hw
6513 - net: hns3: use lower_32_bits and upper_32_bits
6514 - net: hns3: remove unused hclge_ring_to_dma_dir
6515 - net: hns3: remove useless code in hclge_cmd_send
6516 - net: hns3: remove some redundant assignments
6517 - net: hns3: simplify hclge_cmd_csq_clean
6518 - net: hns3: remove a redundant hclge_cmd_csq_done
6519 - net: hns3: remove some unused members of some structures
6520 - net: hns3: give default option while dependency HNS3 set
6521 - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
6522 - net: hns3: modify hnae_ to hnae3_
6523 - net: hns3: Fix tc setup when netdev is first up
6524 - net: hns3: Fix for mac pause not disable in pfc mode
6525 - net: hns3: Fix for waterline not setting correctly
6526 - net: hns3: Fix for l4 checksum offload bug
6527 - net: hns3: Fix for mailbox message truncated problem
6528 - net: hns3: Add configure for mac minimal frame size
6529 - net: hns3: Fix warning bug when doing lp selftest
6530 - net: hns3: Fix get_vector ops in hclgevf_main module
6531 - net: hns3: Remove the warning when clear reset cause
6532 - net: hns3: Prevent sending command during global or core reset
6533 - net: hns3: Modify the order of initializing command queue register
6534 - net: hns3: Reset net device with rtnl_lock
6535 - net: hns3: Prevent to request reset frequently
6536 - net: hns3: Correct reset event status register
6537 - net: hns3: Fix return value error in hns3_reset_notify_down_enet
6538 - net: hns3: remove unnecessary ring configuration operation while resetting
6539 - net: hns3: Fix for reset_level default assignment probelm
6540 - net: hns3: Fix for using wrong mask and shift in
6541 hclge_get_ring_chain_from_mbx
6542 - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
6543 - net: hns3: Remove some redundant assignments
6544 - net: hns3: Standardize the handle of return value
6545 - net: hns3: Remove extra space and brackets
6546 - net: hns3: Correct unreasonable code comments
6547 - net: hns3: Use decimal for bit offset macros
6548 - net: hns3: Modify inconsistent bit mask macros
6549 - net: hns3: Fix misleading parameter name
6550 - net: hns3: Remove unused struct member and definition
6551 - net: hns3: Add SPDX tags to HNS3 PF driver
6552 - net: hns3: Add support for serdes loopback selftest
6553 - net: hns3: Fix for phy link issue when using marvell phy driver
6554 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
6555
6556 * CVE-2018-6555
6557 - SAUCE: irda: Only insert new objects into the global database via setsockopt
6558
6559 * CVE-2018-6554
6560 - SAUCE: irda: Fix memory leak caused by repeated binds of irda socket
6561
6562 * Bionic update: upstream stable patchset 2018-08-31 (LP: #1790188)
6563 - netfilter: nf_tables: fix NULL pointer dereference on
6564 nft_ct_helper_obj_dump()
6565 - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
6566 - af_key: Always verify length of provided sadb_key
6567 - gpio: No NULL owner
6568 - KVM: X86: Fix reserved bits check for MOV to CR3
6569 - KVM: x86: introduce linear_{read,write}_system
6570 - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and
6571 kvm_write_guest_virt_system
6572 - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
6573 - NFC: pn533: don't send USB data off of the stack
6574 - usbip: vhci_sysfs: fix potential Spectre v1
6575 - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
6576 - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
6577 - Input: xpad - add GPD Win 2 Controller USB IDs
6578 - phy: qcom-qusb2: Fix crash if nvmem cell not specified
6579 - usb: gadget: function: printer: avoid wrong list handling in printer_write()
6580 - usb: gadget: udc: renesas_usb3: disable the controller's irqs for
6581 reconnecting
6582 - serial: sh-sci: Stop using printk format %pCr
6583 - tty/serial: atmel: use port->name as name in request_irq()
6584 - serial: samsung: fix maxburst parameter for DMA transactions
6585 - serial: 8250: omap: Fix idling of clocks for unused uarts
6586 - vmw_balloon: fixing double free when batching mode is off
6587 - tty: pl011: Avoid spuriously stuck-off interrupts
6588 - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
6589 - Input: goodix - add new ACPI id for GPD Win 2 touch screen
6590 - crypto: caam - strip input zeros from RSA input buffer
6591 - crypto: caam - fix DMA mapping dir for generated IV
6592 - crypto: caam - fix IV DMA mapping and updating
6593 - crypto: caam/qi - fix IV DMA mapping and updating
6594 - crypto: caam - fix size of RSA prime factor q
6595 - crypto: vmx - Remove overly verbose printk from AES init routines
6596 - crypto: vmx - Remove overly verbose printk from AES XTS init
6597 - crypto: omap-sham - fix memleak
6598 - usb: typec: wcove: Remove dependency on HW FSM
6599 - usb: gadget: udc: renesas_usb3: fix double phy_put()
6600 - usb: gadget: udc: renesas_usb3: should remove debugfs
6601 - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add
6602 udc
6603 - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
6604 - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
6605
6606 * Bionic update: upstream stable patchset 2018-08-29 (LP: #1789666)
6607 - scsi: sd_zbc: Avoid that resetting a zone fails sporadically
6608 - mmap: introduce sane default mmap limits
6609 - mmap: relax file size limit for regular files
6610 - btrfs: define SUPER_FLAG_METADUMP_V2
6611 - kconfig: Avoid format overflow warning from GCC 8.1
6612 - be2net: Fix error detection logic for BE3
6613 - bnx2x: use the right constant
6614 - dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()
6615 - enic: set DMA mask to 47 bit
6616 - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
6617 - ip6_tunnel: remove magic mtu value 0xFFF8
6618 - ipmr: properly check rhltable_init() return value
6619 - ipv4: remove warning in ip_recv_error
6620 - ipv6: omit traffic class when calculating flow hash
6621 - isdn: eicon: fix a missing-check bug
6622 - kcm: Fix use-after-free caused by clonned sockets
6623 - netdev-FAQ: clarify DaveM's position for stable backports
6624 - net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy
6625 - net: metrics: add proper netlink validation
6626 - net/packet: refine check for priv area size
6627 - net: phy: broadcom: Fix bcm_write_exp()
6628 - net: usb: cdc_mbim: add flag FLAG_SEND_ZLP
6629 - packet: fix reserve calculation
6630 - qed: Fix mask for physical address in ILT entry
6631 - sctp: not allow transport timeout value less than HZ/5 for hb_timer
6632 - team: use netdev_features_t instead of u32
6633 - vhost: synchronize IOTLB message with dev cleanup
6634 - vrf: check the original netdevice for generating redirect
6635 - ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inline
6636 - net: phy: broadcom: Fix auxiliary control register reads
6637 - net-sysfs: Fix memory leak in XPS configuration
6638 - virtio-net: correctly transmit XDP buff after linearizing
6639 - net/mlx4: Fix irq-unsafe spinlock usage
6640 - tun: Fix NULL pointer dereference in XDP redirect
6641 - virtio-net: correctly check num_buf during err path
6642 - net/mlx5e: When RXFCS is set, add FCS data into checksum calculation
6643 - virtio-net: fix leaking page for gso packet during mergeable XDP
6644 - rtnetlink: validate attributes in do_setlink()
6645 - cls_flower: Fix incorrect idr release when failing to modify rule
6646 - PCI: hv: Do not wait forever on a device that has disappeared
6647 - drm: set FMODE_UNSIGNED_OFFSET for drm files
6648 - l2tp: fix refcount leakage on PPPoL2TP sockets
6649 - mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAG
6650 - net: ethernet: ti: cpdma: correct error handling for chan create
6651 - net: ethernet: davinci_emac: fix error handling in probe()
6652 - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
6653 - net : sched: cls_api: deal with egdev path only if needed
6654
6655 * Bionic update: upstream stable patchset 2018-08-24 (LP: #1788897)
6656 - fix io_destroy()/aio_complete() race
6657 - mm: fix the NULL mapping case in __isolate_lru_page()
6658 - objtool: Support GCC 8's cold subfunctions
6659 - objtool: Support GCC 8 switch tables
6660 - objtool: Detect RIP-relative switch table references
6661 - objtool: Detect RIP-relative switch table references, part 2
6662 - objtool: Fix "noreturn" detection for recursive sibling calls
6663 - xfs: convert XFS_AGFL_SIZE to a helper function
6664 - xfs: detect agfl count corruption and reset agfl
6665 - Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
6666 - Input: synaptics - add Lenovo 80 series ids to SMBus
6667 - Input: elan_i2c_smbus - fix corrupted stack
6668 - tracing: Fix crash when freeing instances with event triggers
6669 - tracing: Make the snapshot trigger work with instances
6670 - selinux: KASAN: slab-out-of-bounds in xattr_getsecurity
6671 - cfg80211: further limit wiphy names to 64 bytes
6672 - drm/amd/powerplay: Fix enum mismatch
6673 - rtlwifi: rtl8192cu: Remove variable self-assignment in rf.c
6674 - platform/chrome: cros_ec_lpc: remove redundant pointer request
6675 - kbuild: clang: disable unused variable warnings only when constant
6676 - tcp: avoid integer overflows in tcp_rcv_space_adjust()
6677 - iio: ad7793: implement IIO_CHAN_INFO_SAMP_FREQ
6678 - iio:buffer: make length types match kfifo types
6679 - iio:kfifo_buf: check for uint overflow
6680 - iio: adc: select buffer for at91-sama5d2_adc
6681 - MIPS: lantiq: gphy: Drop reboot/remove reset asserts
6682 - MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
6683 - MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
6684 - scsi: scsi_transport_srp: Fix shost to rport translation
6685 - stm class: Use vmalloc for the master map
6686 - hwtracing: stm: fix build error on some arches
6687 - IB/core: Fix error code for invalid GID entry
6688 - mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()
6689 - Revert "rt2800: use TXOP_BACKOFF for probe frames"
6690 - intel_th: Use correct device when freeing buffers
6691 - drm/psr: Fix missed entry in PSR setup time table.
6692 - drm/i915/lvds: Move acpi lid notification registration to registration phase
6693 - drm/i915: Disable LVDS on Radiant P845
6694 - drm/vmwgfx: Use kasprintf
6695 - drm/vmwgfx: Fix host logging / guestinfo reading error paths
6696 - nvme: fix extended data LBA supported setting
6697 - iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after
6698 resume
6699 - x86/MCE/AMD: Define a function to get SMCA bank type
6700 - x86/mce/AMD: Pass the bank number to smca_get_bank_type()
6701 - x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type
6702 - x86/mce/AMD: Carve out SMCA get_block_address() code
6703 - x86/MCE/AMD: Cache SMCA MISC block addresses
6704
6705 * errors when scanning partition table of corrupted AIX disk (LP: #1787281)
6706 - partitions/aix: fix usage of uninitialized lv_info and lvname structures
6707 - partitions/aix: append null character to print data from disk
6708
6709 * tlbie master timeout checkstop (using NVidia/GPU) (LP: #1789772)
6710 - powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call
6711 __ptep_set_access_flags directly
6712 - powerpc/mm/radix: Move function from radix.h to pgtable-radix.c
6713 - powerpc/mm: Change function prototype
6714 - powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang
6715
6716 * performance drop with ATS enabled (LP: #1788097)
6717 - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage
6718
6719 * [Regression] kernel crashdump fails on arm64 (LP: #1786878)
6720 - arm64: export memblock_reserve()d regions via /proc/iomem
6721 - drivers: acpi: add dependency of EFI for arm64
6722 - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
6723 - efi/arm: map UEFI memory map even w/o runtime services enabled
6724 - arm64: acpi: fix alignment fault in accessing ACPI
6725 - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y
6726 - arm64: fix ACPI dependencies
6727 - ACPI: fix menuconfig presentation of ACPI submenu
6728
6729 * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780)
6730 - r8152: disable RX aggregation on new Dell TB16 dock
6731
6732 * dell_wmi: Unknown key codes (LP: #1762385)
6733 - platform/x86: dell-wmi: Ignore new rfkill and fn-lock events
6734
6735 * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940)
6736 - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform
6737 - SAUCE: i2c:amd move out pointer in union i2c_event_base
6738 - SAUCE: i2c:amd Depends on ACPI
6739 - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86
6740
6741 * r8169 no internet after suspending (LP: #1779817)
6742 - r8169: restore previous behavior to accept BIOS WoL settings
6743 - r8169: don't use MSI-X on RTL8168g
6744 - r8169: don't use MSI-X on RTL8106e
6745
6746 * Fix Intel Cannon Lake LPSS I2C input clock (LP: #1789790)
6747 - mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clock
6748
6749 * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4
6750 machine (LP: #1789145)
6751 - ALSA: hda/realtek - Fix HP Headset Mic can't record
6752
6753 * Tango platform uses __initcall without further checks (LP: #1787945)
6754 - [Config] disable ARCH_TANGO
6755
6756 * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898)
6757 - [Config] CONFIG_SCLP_OFB=y for s390x
6758
6759 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 12 Sep 2018 11:39:17 +0200
6760
6761 linux (4.15.0-34.37) bionic; urgency=medium
6762
6763 * linux: 4.15.0-34.37 -proposed tracker (LP: #1788744)
6764
6765 * Bionic update: upstream stable patchset 2018-08-09 (LP: #1786352)
6766 - MIPS: c-r4k: Fix data corruption related to cache coherence
6767 - MIPS: ptrace: Expose FIR register through FP regset
6768 - MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs
6769 - KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"
6770 - affs_lookup(): close a race with affs_remove_link()
6771 - fs: don't scan the inode cache before SB_BORN is set
6772 - aio: fix io_destroy(2) vs. lookup_ioctx() race
6773 - ALSA: timer: Fix pause event notification
6774 - do d_instantiate/unlock_new_inode combinations safely
6775 - mmc: sdhci-iproc: remove hard coded mmc cap 1.8v
6776 - mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE register
6777 - mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnus
6778 - libata: Blacklist some Sandisk SSDs for NCQ
6779 - libata: blacklist Micron 500IT SSD with MU01 firmware
6780 - xen-swiotlb: fix the check condition for xen_swiotlb_free_coherent
6781 - drm/vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macros
6782 - arm64: lse: Add early clobbers to some input/output asm operands
6783 - powerpc/64s: Clear PCR on boot
6784 - IB/hfi1: Use after free race condition in send context error path
6785 - IB/umem: Use the correct mm during ib_umem_release
6786 - idr: fix invalid ptr dereference on item delete
6787 - Revert "ipc/shm: Fix shmat mmap nil-page protection"
6788 - ipc/shm: fix shmat() nil address after round-down when remapping
6789 - mm/kasan: don't vfree() nonexistent vm_area
6790 - kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
6791 - kasan: fix memory hotplug during boot
6792 - kernel/sys.c: fix potential Spectre v1 issue
6793 - KVM: s390: vsie: fix < 8k check for the itdba
6794 - KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changed
6795 - kvm: x86: IA32_ARCH_CAPABILITIES is always supported
6796 - powerpc/64s: Improve RFI L1-D cache flush fallback
6797 - powerpc/pseries: Restore default security feature flags on setup
6798 - powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()
6799 - MIPS: generic: Fix machine compatible matching
6800 - mac80211: mesh: fix wrong mesh TTL offset calculation
6801 - ARC: Fix malformed ARC_EMUL_UNALIGNED default
6802 - ptr_ring: prevent integer overflow when calculating size
6803 - arm64: dts: rockchip: fix rock64 gmac2io stability issues
6804 - arm64: dts: rockchip: correct ep-gpios for rk3399-sapphire
6805 - libata: Fix compile warning with ATA_DEBUG enabled
6806 - selftests: sync: missing CFLAGS while compiling
6807 - selftest/vDSO: fix O=
6808 - selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m
6809 - selftests: memfd: add config fragment for fuse
6810 - ARM: OMAP2+: timer: fix a kmemleak caused in omap_get_timer_dt
6811 - ARM: OMAP3: Fix prm wake interrupt for resume
6812 - ARM: OMAP2+: Fix sar_base inititalization for HS omaps
6813 - ARM: OMAP1: clock: Fix debugfs_create_*() usage
6814 - tls: retrun the correct IV in getsockopt
6815 - xhci: workaround for AMD Promontory disabled ports wakeup
6816 - IB/uverbs: Fix method merging in uverbs_ioctl_merge
6817 - IB/uverbs: Fix possible oops with duplicate ioctl attributes
6818 - IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroy
6819 - arm64: dts: rockchip: Fix DWMMC clocks
6820 - ARM: dts: rockchip: Fix DWMMC clocks
6821 - iwlwifi: mvm: fix security bug in PN checking
6822 - iwlwifi: mvm: fix IBSS for devices that support station type API
6823 - iwlwifi: mvm: always init rs with 20mhz bandwidth rates
6824 - NFC: llcp: Limit size of SDP URI
6825 - rxrpc: Work around usercopy check
6826 - MD: Free bioset when md_run fails
6827 - md: fix md_write_start() deadlock w/o metadata devices
6828 - s390/dasd: fix handling of internal requests
6829 - xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tos
6830 - mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4
6831 - mac80211: fix a possible leak of station stats
6832 - mac80211: fix calling sleeping function in atomic context
6833 - cfg80211: clear wep keys after disconnection
6834 - mac80211: Do not disconnect on invalid operating class
6835 - mac80211: Fix sending ADDBA response for an ongoing session
6836 - gpu: ipu-v3: pre: fix device node leak in ipu_pre_lookup_by_phandle
6837 - gpu: ipu-v3: prg: fix device node leak in ipu_prg_lookup_by_phandle
6838 - md raid10: fix NULL deference in handle_write_completed()
6839 - drm/exynos: g2d: use monotonic timestamps
6840 - drm/exynos: fix comparison to bitshift when dealing with a mask
6841 - drm/meson: fix vsync buffer update
6842 - arm64: perf: correct PMUVer probing
6843 - RDMA/bnxt_re: Unpin SQ and RQ memory if QP create fails
6844 - RDMA/bnxt_re: Fix system crash during load/unload
6845 - net/mlx5e: Return error if prio is specified when offloading eswitch vlan
6846 push
6847 - locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()
6848 - md: raid5: avoid string overflow warning
6849 - virtio_net: fix XDP code path in receive_small()
6850 - kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE
6851 - bug.h: work around GCC PR82365 in BUG()
6852 - selftests/memfd: add run_fuse_test.sh to TEST_FILES
6853 - seccomp: add a selftest for get_metadata
6854 - soc: imx: gpc: de-register power domains only if initialized
6855 - powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data access
6856 - s390/cio: fix ccw_device_start_timeout API
6857 - s390/cio: fix return code after missing interrupt
6858 - s390/cio: clear timer when terminating driver I/O
6859 - selftests/bpf/test_maps: exit child process without error in ENOMEM case
6860 - PKCS#7: fix direct verification of SignerInfo signature
6861 - arm64: dts: cavium: fix PCI bus dtc warnings
6862 - nfs: system crashes after NFS4ERR_MOVED recovery
6863 - ARM: OMAP: Fix dmtimer init for omap1
6864 - smsc75xx: fix smsc75xx_set_features()
6865 - regulatory: add NUL to request alpha2
6866 - integrity/security: fix digsig.c build error with header file
6867 - x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-
6868 directory in resctrl file system
6869 - locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs
6870 - x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across
6871 CPU hotplug operations
6872 - mac80211: drop frames with unexpected DS bits from fast-rx to slow path
6873 - arm64: fix unwind_frame() for filtered out fn for function graph tracing
6874 - macvlan: fix use-after-free in macvlan_common_newlink()
6875 - KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2
6876 - kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds
6877 - ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6
6878 DualLite/Solo RQS
6879 - fs: dcache: Avoid livelock between d_alloc_parallel and __d_add
6880 - fs: dcache: Use READ_ONCE when accessing i_dir_seq
6881 - md: fix a potential deadlock of raid5/raid10 reshape
6882 - md/raid1: fix NULL pointer dereference
6883 - batman-adv: fix packet checksum in receive path
6884 - batman-adv: invalidate checksum on fragment reassembly
6885 - netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct
6886 refcount
6887 - netfilter: ipt_CLUSTERIP: put config instead of freeing it
6888 - netfilter: ebtables: convert BUG_ONs to WARN_ONs
6889 - batman-adv: Ignore invalid batadv_iv_gw during netlink send
6890 - batman-adv: Ignore invalid batadv_v_gw during netlink send
6891 - batman-adv: Fix netlink dumping of BLA claims
6892 - batman-adv: Fix netlink dumping of BLA backbones
6893 - nvme-pci: Fix nvme queue cleanup if IRQ setup fails
6894 - clocksource/drivers/fsl_ftm_timer: Fix error return checking
6895 - libceph, ceph: avoid memory leak when specifying same option several times
6896 - ceph: fix dentry leak when failing to init debugfs
6897 - xen/pvcalls: fix null pointer dereference on map->sock
6898 - ARM: orion5x: Revert commit 4904dbda41c8.
6899 - qrtr: add MODULE_ALIAS macro to smd
6900 - selftests/futex: Fix line continuation in Makefile
6901 - r8152: fix tx packets accounting
6902 - virtio-gpu: fix ioctl and expose the fixed status to userspace.
6903 - dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3
6904 - bcache: fix kcrashes with fio in RAID5 backend dev
6905 - ip_gre: fix IFLA_MTU ignored on NEWLINK
6906 - ip6_tunnel: fix IFLA_MTU ignored on NEWLINK
6907 - sit: fix IFLA_MTU ignored on NEWLINK
6908 - nbd: fix return value in error handling path
6909 - ARM: dts: NSP: Fix amount of RAM on BCM958625HR
6910 - ARM: dts: bcm283x: Fix unit address of local_intc
6911 - powerpc/boot: Fix random libfdt related build errors
6912 - clocksource/drivers/mips-gic-timer: Use correct shift count to extract data
6913 - gianfar: Fix Rx byte accounting for ndev stats
6914 - net/tcp/illinois: replace broken algorithm reference link
6915 - nvmet: fix PSDT field check in command format
6916 - net/smc: use link_id of server in confirm link reply
6917 - mlxsw: core: Fix flex keys scratchpad offset conflict
6918 - mlxsw: spectrum: Treat IPv6 unregistered multicast as broadcast
6919 - spectrum: Reference count VLAN entries
6920 - ARC: mcip: halt GFRC counter when ARC cores halt
6921 - ARC: mcip: update MCIP debug mask when the new cpu came online
6922 - ARC: setup cpu possible mask according to possible-cpus dts property
6923 - ipvs: remove IPS_NAT_MASK check to fix passive FTP
6924 - IB/mlx: Set slid to zero in Ethernet completion struct
6925 - RDMA/bnxt_re: Unconditionly fence non wire memory operations
6926 - RDMA/bnxt_re: Fix incorrect DB offset calculation
6927 - RDMA/bnxt_re: Fix the ib_reg failure cleanup
6928 - xen/pirq: fix error path cleanup when binding MSIs
6929 - drm/amd/amdgpu: Correct VRAM width for APUs with GMC9
6930 - xfrm: Fix ESN sequence number handling for IPsec GSO packets.
6931 - arm64: dts: rockchip: Fix rk3399-gru-* s2r (pinctrl hogs, wifi reset)
6932 - drm/sun4i: Fix dclk_set_phase
6933 - btrfs: use kvzalloc to allocate btrfs_fs_info
6934 - Btrfs: send, fix issuing write op when processing hole in no data mode
6935 - Btrfs: fix log replay failure after linking special file and fsync
6936 - ceph: fix potential memory leak in init_caches()
6937 - block: display the correct diskname for bio
6938 - selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailable
6939 - net: ethtool: don't ignore return from driver get_fecparam method
6940 - iwlwifi: mvm: fix TX of CCMP 256
6941 - iwlwifi: mvm: Fix channel switch for count 0 and 1
6942 - iwlwifi: mvm: fix assert 0x2B00 on older FWs
6943 - iwlwifi: avoid collecting firmware dump if not loaded
6944 - iwlwifi: mvm: Direct multicast frames to the correct station
6945 - iwlwifi: mvm: Correctly set the tid for mcast queue
6946 - rds: Incorrect reference counting in TCP socket creation
6947 - watchdog: f71808e_wdt: Fix magic close handling
6948 - batman-adv: Fix multicast packet loss with a single WANT_ALL_IPV4/6 flag
6949 - hv_netvsc: use napi_schedule_irqoff
6950 - hv_netvsc: filter multicast/broadcast
6951 - hv_netvsc: propagate rx filters to VF
6952 - ARM: dts: rockchip: Add missing #sound-dai-cells on rk3288
6953 - e1000e: Fix check_for_link return value with autoneg off
6954 - e1000e: allocate ring descriptors with dma_zalloc_coherent
6955 - ia64/err-inject: Use get_user_pages_fast()
6956 - RDMA/qedr: Fix kernel panic when running fio over NFSoRDMA
6957 - RDMA/qedr: Fix iWARP write and send with immediate
6958 - IB/mlx4: Fix corruption of RoCEv2 IPv4 GIDs
6959 - IB/mlx4: Include GID type when deleting GIDs from HW table under RoCE
6960 - IB/mlx5: Fix an error code in __mlx5_ib_modify_qp()
6961 - fbdev: Fixing arbitrary kernel leak in case FBIOGETCMAP_SPARC in
6962 sbusfb_ioctl_helper().
6963 - fsl/fman: avoid sleeping in atomic context while adding an address
6964 - qed: Free RoCE ILT Memory on rmmod qedr
6965 - net: qcom/emac: Use proper free methods during TX
6966 - net: smsc911x: Fix unload crash when link is up
6967 - IB/core: Fix possible crash to access NULL netdev
6968 - cxgb4: do not set needs_free_netdev for mgmt dev's
6969 - xen-blkfront: move negotiate_mq to cover all cases of new VBDs
6970 - xen: xenbus: use put_device() instead of kfree()
6971 - hv_netvsc: fix filter flags
6972 - hv_netvsc: fix locking for rx_mode
6973 - hv_netvsc: fix locking during VF setup
6974 - ARM: davinci: fix the GPIO lookup for omapl138-hawk
6975 - arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery
6976 - selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus
6977 - lib/test_kmod.c: fix limit check on number of test devices created
6978 - dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
6979 - netfilter: ebtables: fix erroneous reject of last rule
6980 - can: m_can: change comparison to bitshift when dealing with a mask
6981 - can: m_can: select pinctrl state in each suspend/resume function
6982 - bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().
6983 - workqueue: use put_device() instead of kfree()
6984 - ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu
6985 - sunvnet: does not support GSO for sctp
6986 - KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending
6987 - gpu: ipu-v3: prg: avoid possible array underflow
6988 - drm/imx: move arming of the vblank event to atomic_flush
6989 - drm/nouveau/bl: fix backlight regression
6990 - xfrm: fix rcu_read_unlock usage in xfrm_local_error
6991 - iwlwifi: mvm: set the correct tid when we flush the MCAST sta
6992 - iwlwifi: mvm: Correctly set IGTK for AP
6993 - iwlwifi: mvm: fix error checking for multi/broadcast sta
6994 - net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off
6995 - vlan: Fix out of order vlan headers with reorder header off
6996 - batman-adv: fix header size check in batadv_dbg_arp()
6997 - batman-adv: Fix skbuff rcsum on packet reroute
6998 - vti4: Don't count header length twice on tunnel setup
6999 - ip_tunnel: Clamp MTU to bounds on new link
7000 - vti6: Fix dev->max_mtu setting
7001 - iwlwifi: mvm: Increase session protection time after CS
7002 - iwlwifi: mvm: clear tx queue id when unreserving aggregation queue
7003 - iwlwifi: mvm: make sure internal station has a valid id
7004 - iwlwifi: mvm: fix array out of bounds reference
7005 - drm/tegra: Shutdown on driver unbind
7006 - perf/cgroup: Fix child event counting bug
7007 - brcmfmac: Fix check for ISO3166 code
7008 - kbuild: make scripts/adjust_autoksyms.sh robust against timestamp races
7009 - RDMA/ucma: Correct option size check using optlen
7010 - RDMA/qedr: fix QP's ack timeout configuration
7011 - RDMA/qedr: Fix rc initialization on CNQ allocation failure
7012 - RDMA/qedr: Fix QP state initialization race
7013 - net/sched: fix idr leak on the error path of tcf_bpf_init()
7014 - net/sched: fix idr leak in the error path of tcf_simp_init()
7015 - net/sched: fix idr leak in the error path of tcf_act_police_init()
7016 - net/sched: fix idr leak in the error path of tcp_pedit_init()
7017 - net/sched: fix idr leak in the error path of __tcf_ipt_init()
7018 - net/sched: fix idr leak in the error path of tcf_skbmod_init()
7019 - net: dsa: Fix functional dsa-loop dependency on FIXED_PHY
7020 - drm/ast: Fixed 1280x800 Display Issue
7021 - mm/mempolicy.c: avoid use uninitialized preferred_node
7022 - mm, thp: do not cause memcg oom for thp
7023 - xfrm: Fix transport mode skb control buffer usage.
7024 - selftests: ftrace: Add probe event argument syntax testcase
7025 - selftests: ftrace: Add a testcase for string type with kprobe_event
7026 - selftests: ftrace: Add a testcase for probepoint
7027 - drm/amdkfd: Fix scratch memory with HWS enabled
7028 - batman-adv: fix multicast-via-unicast transmission with AP isolation
7029 - batman-adv: fix packet loss for broadcasted DHCP packets to a server
7030 - ARM: 8748/1: mm: Define vdso_start, vdso_end as array
7031 - lan78xx: Set ASD in MAC_CR when EEE is enabled.
7032 - net: qmi_wwan: add BroadMobi BM806U 2020:2033
7033 - bonding: fix the err path for dev hwaddr sync in bond_enslave
7034 - net: dsa: mt7530: fix module autoloading for OF platform drivers
7035 - net/mlx5: Make eswitch support to depend on switchdev
7036 - perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUs
7037 - x86/alternatives: Fixup alternative_call_2
7038 - llc: properly handle dev_queue_xmit() return value
7039 - builddeb: Fix header package regarding dtc source links
7040 - qede: Fix barrier usage after tx doorbell write.
7041 - mm, slab: memcg_link the SLAB's kmem_cache
7042 - mm/page_owner: fix recursion bug after changing skip entries
7043 - mm/kmemleak.c: wait for scan completion before disabling free
7044 - hv_netvsc: enable multicast if necessary
7045 - qede: Do not drop rx-checksum invalidated packets.
7046 - net: Fix untag for vlan packets without ethernet header
7047 - vlan: Fix vlan insertion for packets without ethernet header
7048 - net: mvneta: fix enable of all initialized RXQs
7049 - sh: fix debug trap failure to process signals before return to user
7050 - firmware: dmi_scan: Fix UUID length safety check
7051 - nvme: don't send keep-alives to the discovery controller
7052 - Btrfs: clean up resources during umount after trans is aborted
7053 - Btrfs: fix loss of prealloc extents past i_size after fsync log replay
7054 - x86/pgtable: Don't set huge PUD/PMD on non-leaf entries
7055 - fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl
7056 table
7057 - swap: divide-by-zero when zero length swap file on ssd
7058 - z3fold: fix memory leak
7059 - sr: get/drop reference to device in revalidate and check_events
7060 - Force log to disk before reading the AGF during a fstrim
7061 - cpufreq: CPPC: Initialize shared perf capabilities of CPUs
7062 - powerpc/fscr: Enable interrupts earlier before calling get_user()
7063 - perf tools: Fix perf builds with clang support
7064 - perf clang: Add support for recent clang versions
7065 - dp83640: Ensure against premature access to PHY registers after reset
7066 - ibmvnic: Zero used TX descriptor counter on reset
7067 - mm/ksm: fix interaction with THP
7068 - mm: fix races between address_space dereference and free in page_evicatable
7069 - mm: thp: fix potential clearing to referenced flag in
7070 page_idle_clear_pte_refs_one()
7071 - Btrfs: bail out on error during replay_dir_deletes
7072 - Btrfs: fix NULL pointer dereference in log_dir_items
7073 - btrfs: Fix possible softlock on single core machines
7074 - IB/rxe: Fix for oops in rxe_register_device on ppc64le arch
7075 - ocfs2/dlm: don't handle migrate lockres if already in shutdown
7076 - powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleep
7077 - sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning
7078 - x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of
7079 this_cpu_has() in build_cr3_noflush()
7080 - KVM: VMX: raise internal error for exception during invalid protected mode
7081 state
7082 - lan78xx: Connect phy early
7083 - sparc64: Make atomic_xchg() an inline function rather than a macro.
7084 - net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()
7085 - net: bgmac: Correctly annotate register space
7086 - btrfs: tests/qgroup: Fix wrong tree backref level
7087 - Btrfs: fix copy_items() return value when logging an inode
7088 - btrfs: fix lockdep splat in btrfs_alloc_subvolume_writers
7089 - btrfs: qgroup: Fix root item corruption when multiple same source snapshots
7090 are created with quota enabled
7091 - rxrpc: Fix Tx ring annotation after initial Tx failure
7092 - rxrpc: Don't treat call aborts as conn aborts
7093 - xen/acpi: off by one in read_acpi_id()
7094 - drivers: macintosh: rack-meter: really fix bogus memsets
7095 - ACPI: acpi_pad: Fix memory leak in power saving threads
7096 - powerpc/mpic: Check if cpu_possible() in mpic_physmask()
7097 - ieee802154: ca8210: fix uninitialised data read
7098 - ath10k: advertize beacon_int_min_gcd
7099 - iommu/amd: Take into account that alloc_dev_data() may return NULL
7100 - intel_th: Use correct method of finding hub
7101 - m68k: set dma and coherent masks for platform FEC ethernets
7102 - iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txq
7103 - parisc/pci: Switch LBA PCI bus from Hard Fail to Soft Fail mode
7104 - hwmon: (nct6775) Fix writing pwmX_mode
7105 - powerpc/perf: Prevent kernel address leak to userspace via BHRB buffer
7106 - powerpc/perf: Fix kernel address leak via sampling registers
7107 - rsi: fix kernel panic observed on 64bit machine
7108 - tools/thermal: tmon: fix for segfault
7109 - selftests: Print the test we're running to /dev/kmsg
7110 - net/mlx5: Protect from command bit overflow
7111 - watchdog: davinci_wdt: fix error handling in davinci_wdt_probe()
7112 - ath10k: Fix kernel panic while using worker (ath10k_sta_rc_update_wk)
7113 - nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-A
7114 - ath9k: fix crash in spectral scan
7115 - cxgb4: Setup FW queues before registering netdev
7116 - ima: Fix Kconfig to select TPM 2.0 CRB interface
7117 - ima: Fallback to the builtin hash algorithm
7118 - watchdog: aspeed: Allow configuring for alternate boot
7119 - arm: dts: socfpga: fix GIC PPI warning
7120 - ext4: don't complain about incorrect features when probing
7121 - drm/vmwgfx: Unpin the screen object backup buffer when not used
7122 - iommu/mediatek: Fix protect memory setting
7123 - cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure path
7124 - IB/mlx5: Set the default active rate and width to QDR and 4X
7125 - zorro: Set up z->dev.dma_mask for the DMA API
7126 - bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
7127 - remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()'
7128 - dt-bindings: add device tree binding for Allwinner H6 main CCU
7129 - ACPICA: Events: add a return on failure from acpi_hw_register_read
7130 - ACPICA: Fix memory leak on unusual memory leak
7131 - ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.c
7132 - cxgb4: Fix queue free path of ULD drivers
7133 - i2c: mv64xxx: Apply errata delay only in standard mode
7134 - KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
7135 - perf top: Fix top.call-graph config option reading
7136 - perf stat: Fix core dump when flag T is used
7137 - IB/core: Honor port_num while resolving GID for IB link layer
7138 - drm/amdkfd: add missing include of mm.h
7139 - coresight: Use %px to print pcsr instead of %p
7140 - regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'
7141 - spi: bcm-qspi: fIX some error handling paths
7142 - net/smc: pay attention to MAX_ORDER for CQ entries
7143 - MIPS: ath79: Fix AR724X_PLL_REG_PCIE_CONFIG offset
7144 - watchdog: dw: RMW the control register
7145 - watchdog: aspeed: Fix translation of reset mode to ctrl register
7146 - drm/meson: Fix some error handling paths in 'meson_drv_bind_master()'
7147 - drm/meson: Fix an un-handled error path in 'meson_drv_bind_master()'
7148 - powerpc: Add missing prototype for arch_irq_work_raise()
7149 - f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range
7150 - f2fs: fix to clear CP_TRIMMED_FLAG
7151 - f2fs: fix to check extent cache in f2fs_drop_extent_tree
7152 - perf/core: Fix installing cgroup events on CPU
7153 - max17042: propagate of_node to power supply device
7154 - perf/core: Fix perf_output_read_group()
7155 - drm/panel: simple: Fix the bus format for the Ontat panel
7156 - hwmon: (pmbus/max8688) Accept negative page register values
7157 - hwmon: (pmbus/adm1275) Accept negative page register values
7158 - perf/x86/intel: Properly save/restore the PMU state in the NMI handler
7159 - cdrom: do not call check_disk_change() inside cdrom_open()
7160 - efi/arm*: Only register page tables when they exist
7161 - perf/x86/intel: Fix large period handling on Broadwell CPUs
7162 - perf/x86/intel: Fix event update for auto-reload
7163 - arm64: dts: qcom: Fix SPI5 config on MSM8996
7164 - soc: qcom: wcnss_ctrl: Fix increment in NV upload
7165 - gfs2: Fix fallocate chunk size
7166 - x86/devicetree: Initialize device tree before using it
7167 - x86/devicetree: Fix device IRQ settings in DT
7168 - phy: rockchip-emmc: retry calpad busy trimming
7169 - ALSA: vmaster: Propagate slave error
7170 - phy: qcom-qmp: Fix phy pipe clock gating
7171 - drm/bridge: sii902x: Retry status read after DDI I2C
7172 - tools: hv: fix compiler warnings about major/target_fname
7173 - block: null_blk: fix 'Invalid parameters' when loading module
7174 - dmaengine: pl330: fix a race condition in case of threaded irqs
7175 - dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()
7176 - enic: enable rq before updating rq descriptors
7177 - watchdog: asm9260_wdt: fix error handling in asm9260_wdt_probe()
7178 - hwrng: stm32 - add reset during probe
7179 - pinctrl: devicetree: Fix dt_to_map_one_config handling of hogs
7180 - pinctrl: artpec6: dt: add missing pin group uart5nocts
7181 - vfio-ccw: fence off transport mode
7182 - dmaengine: qcom: bam_dma: get num-channels and num-ees from dt
7183 - drm: omapdrm: dss: Move initialization code from component bind to probe
7184 - ARM: dts: dra71-evm: Correct evm_sd regulator max voltage
7185 - drm/amdgpu: disable GFX ring and disable PQ wptr in hw_fini
7186 - drm/amdgpu: adjust timeout for ib_ring_tests(v2)
7187 - net: stmmac: ensure that the device has released ownership before reading
7188 data
7189 - net: stmmac: ensure that the MSS desc is the last desc to set the own bit
7190 - cpufreq: Reorder cpufreq_online() error code path
7191 - dpaa_eth: fix SG mapping
7192 - PCI: Add function 1 DMA alias quirk for Marvell 88SE9220
7193 - udf: Provide saner default for invalid uid / gid
7194 - ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL mode
7195 - sh_eth: fix TSU init on SH7734/R8A7740
7196 - power: supply: ltc2941-battery-gauge: Fix temperature units
7197 - ARM: dts: bcm283x: Fix probing of bcm2835-i2s
7198 - ARM: dts: bcm283x: Fix pin function of JTAG pins
7199 - PCMCIA / PM: Avoid noirq suspend aborts during suspend-to-idle
7200 - audit: return on memory error to avoid null pointer dereference
7201 - net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()
7202 - rcu: Call touch_nmi_watchdog() while printing stall warnings
7203 - pinctrl: sh-pfc: r8a7796: Fix MOD_SEL register pin assignment for SSI pins
7204 group
7205 - dpaa_eth: fix pause capability advertisement logic
7206 - MIPS: Octeon: Fix logging messages with spurious periods after newlines
7207 - drm/rockchip: Respect page offset for PRIME mmap calls
7208 - x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic'
7209 specified
7210 - perf test: Fix test case inet_pton to accept inlines.
7211 - perf report: Fix wrong jump arrow
7212 - perf tests: Use arch__compare_symbol_names to compare symbols
7213 - perf report: Fix memory corruption in --branch-history mode --branch-history
7214 - perf tests: Fix dwarf unwind for stripped binaries
7215 - selftests/net: fixes psock_fanout eBPF test case
7216 - netlabel: If PF_INET6, check sk_buff ip header version
7217 - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen3
7218 - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen2
7219 - ARM: dts: at91: tse850: use the correct compatible for the eeprom
7220 - regmap: Correct comparison in regmap_cached
7221 - i40e: Add delay after EMP reset for firmware to recover
7222 - ARM: dts: imx7d: cl-som-imx7: fix pinctrl_enet
7223 - ARM: dts: porter: Fix HDMI output routing
7224 - regulator: of: Add a missing 'of_node_put()' in an error handling path of
7225 'of_regulator_match()'
7226 - pinctrl: mcp23s08: spi: Fix regmap debugfs entries
7227 - kdb: make "mdr" command repeat
7228 - drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successful
7229 - perf tools: Add trace/beauty/generated/ into .gitignore
7230 - tools: sync up .h files with the repective arch and uapi .h files
7231 - MIPS: xilfpga: Stop generating useless dtb.o
7232 - MIPS: xilfpga: Actually include FDT in fitImage
7233 - MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4770
7234 - fix breakage caused by d_find_alias() semantics change
7235 - Btrfs: fix error handling in btrfs_truncate()
7236 - mmc: block: propagate correct returned value in mmc_rpmb_ioctl
7237 - arm64: export tishift functions to modules
7238 - bcma: fix buffer size caused crash in bcma_core_mips_print_irq()
7239 - PM / core: Fix direct_complete handling for devices with no callbacks
7240 - ARM: dts: sun4i: Fix incorrect clocks for displays
7241 - bnxt_en: Ignore src port field in decap filter nodes
7242 - kasan, slub: fix handling of kasan_slab_free hook
7243 - riscv/spinlock: Strengthen implementations with fences
7244 - platform/x86: dell-smbios: Fix memory leaks in build_tokens_sysfs()
7245 - rxrpc: Fix resend event time calculation
7246 - i40e: hold the RTNL lock while changing interrupt schemes
7247 - hv_netvsc: Fix the return status in RX path
7248 - firmware: fix checking for return values for fw_add_devm_name()
7249 - bcache: set writeback_rate_update_seconds in range [1, 60] seconds
7250 - bcache: fix cached_dev->count usage for bch_cache_set_error()
7251 - bcache: stop dc->writeback_rate_update properly
7252 - ibmvnic: Fix reset return from closed state
7253 - powerpc/vas: Fix cleanup when VAS is not configured
7254 - f2fs: flush cp pack except cp pack 2 page at first
7255 - drm/amdgpu: Clean sdma wptr register when only enable wptr polling
7256 - powerpc/mm/slice: Remove intermediate bitmap copy
7257 - powerpc/mm/slice: create header files dedicated to slices
7258 - powerpc/mm/slice: Enhance for supporting PPC32
7259 - powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx
7260 - ibmvnic: Allocate statistics buffers during probe
7261 - dt-bindings: display: msm/dsi: Fix the PHY regulator supply props
7262 - drm/amd/display: Set vsc pack revision when DPCD revision is >= 1.2
7263 - soc: renesas: r8a77970-sysc: fix power area parents
7264 - drm/vblank: Data type fixes for 64-bit vblank sequences.
7265 - selftests: Add FIB onlink tests
7266 - soc: amlogic: meson-gx-pwrc-vpu: fix error on shutdown when domain is
7267 powered off
7268
7269 * arm-smmu-v3 arm-smmu-v3.1.auto: failed to allocate MSIs (LP: #1785282)
7270 - ACPICA: iasl: Add SMMUv3 device ID mapping index support
7271 - ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard
7272
7273 * Driver iwlwifi for Intel Wireless-AC 9560 is slow and unreliable in kernel
7274 4.15.0-20-generic (LP: #1772467)
7275 - scsi: hpsa: disable device during shutdown
7276
7277 * [Bionic] i2c: xlp9xx: Add SMBAlert support (LP: #1786981)
7278 - i2c: xlp9xx: Add support for SMBAlert
7279
7280 * qeth: don't clobber buffer on async TX completion (LP: #1786057)
7281 - s390/qeth: don't clobber buffer on async TX completion
7282
7283 * Linux 4.15.0-23 crashes during the boot process with a "Unable to handle
7284 kernel NULL pointer dereference" message (LP: #1777338)
7285 - x86/xen: Add call of speculative_store_bypass_ht_init() to PV paths
7286
7287 * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058)
7288 - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio
7289
7290 * [Bionic] i2c: xlp9xx: Fix case where SSIF read transaction completes early
7291 (LP: #1787240)
7292 - i2c: xlp9xx: Fix case where SSIF read transaction completes early
7293
7294 * [Bionic] integrate upstream fix for Cavium zram driver (LP: #1787469)
7295 - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from
7296 CONFIG_VMAP_STACK"
7297 - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
7298 - crypto: cavium - Limit result reading attempts
7299 - crypto: cavium - Prevent division by zero
7300 - crypto: cavium - Fix statistics pending request value
7301 - crypto: cavium - Fix smp_processor_id() warnings
7302
7303 * Bugfix for handling of shadow doorbell buffer (LP: #1788222)
7304 - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
7305
7306 * nvme devices namespace assigned to the wrong controller (LP: #1789227)
7307 - nvme/multipath: Fix multipath disabled naming collisions
7308
7309 * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before
7310 walinuxagent.service (LP: #1739107)
7311 - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before
7312 walinuxagent.service
7313
7314 * hinic interfaces aren't getting predictable names (LP: #1783138)
7315 - hinic: Link the logical network device to the pci device in sysfs
7316
7317 * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
7318 Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950)
7319 - ACPI / LPSS: Avoid PM quirks on suspend and resume from S3
7320 - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation
7321
7322 * [Bionic] Bluetooth: Support RTL8723D and RTL8821C Devices (LP: #1784835)
7323 - Bluetooth: btrtl: Add RTL8723D and RTL8821C devices
7324
7325 * CacheFiles: Error: Overlong wait for old active object to go away.
7326 (LP: #1776254)
7327 - cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag
7328 - cachefiles: Wait rather than BUG'ing on "Unexpected object collision"
7329
7330 * fscache cookie refcount updated incorrectly during fscache object allocation
7331 (LP: #1776277) // fscache cookie refcount updated incorrectly during fscache
7332 object allocation (LP: #1776277)
7333 - fscache: Fix reference overput in fscache_attach_object() error handling
7334
7335 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
7336 - Revert "UBUNTU: SAUCE: CacheFiles: fix a read_waiter/read_copier race"
7337 - fscache: Allow cancelled operations to be enqueued
7338 - cachefiles: Fix refcounting bug in backing-file read monitoring
7339
7340 * SMB3: Fix regression in server reconnect detection (LP: #1786110)
7341 - smb3: on reconnect set PreviousSessionId field
7342
7343 * CVE-2018-1118
7344 - vhost: fix info leak due to uninitialized memory
7345
7346 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 27 Aug 2018 16:45:36 +0200
7347
7348 linux (4.15.0-33.36) bionic; urgency=medium
7349
7350 * linux: 4.15.0-33.36 -proposed tracker (LP: #1787149)
7351
7352 * RTNL assertion failure on ipvlan (LP: #1776927)
7353 - ipvlan: drop ipv6 dependency
7354 - ipvlan: use per device spinlock to protect addrs list updates
7355 - SAUCE: fix warning from "ipvlan: drop ipv6 dependency"
7356
7357 * ubuntu_bpf_jit test failed on Bionic s390x systems (LP: #1753941)
7358 - test_bpf: flag tests that cannot be jited on s390
7359
7360 * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689)
7361 - drm/nouveau: fix nouveau_dsm_get_client_id()'s return type
7362 - drm/radeon: fix radeon_atpx_get_client_id()'s return type
7363 - drm/amdgpu: fix amdgpu_atpx_get_client_id()'s return type
7364 - platform/x86: apple-gmux: fix gmux_get_client_id()'s return type
7365 - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA
7366 - vga_switcheroo: set audio client id according to bound GPU id
7367
7368 * locking sockets broken due to missing AppArmor socket mediation patches
7369 (LP: #1780227)
7370 - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets
7371
7372 * Update2 for ocxl driver (LP: #1781436)
7373 - ocxl: Fix page fault handler in case of fault on dying process
7374
7375 * netns: unable to follow an interface that moves to another netns
7376 (LP: #1774225)
7377 - net: core: Expose number of link up/down transitions
7378 - dev: always advertise the new nsid when the netns iface changes
7379 - dev: advertise the new ifindex when the netns iface changes
7380
7381 * [Bionic] Disk IO hangs when using BFQ as io scheduler (LP: #1780066)
7382 - block, bfq: fix occurrences of request finish method's old name
7383 - block, bfq: remove batches of confusing ifdefs
7384 - block, bfq: add requeue-request hook
7385
7386 * HP ProBook 455 G5 needs mute-led-gpio fixup (LP: #1781763)
7387 - ALSA: hda: add mute led support for HP ProBook 455 G5
7388
7389 * [Bionic] bug fixes to improve stability of the ThunderX2 i2c driver
7390 (LP: #1781476)
7391 - i2c: xlp9xx: Fix issue seen when updating receive length
7392 - i2c: xlp9xx: Make sure the transfer size is not more than
7393 I2C_SMBUS_BLOCK_SIZE
7394
7395 * x86/kvm: fix LAPIC timer drift when guest uses periodic mode (LP: #1778486)
7396 - x86/kvm: fix LAPIC timer drift when guest uses periodic mode
7397
7398 * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823)
7399 - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules
7400
7401 * Nvidia fails after switching its mode (LP: #1778658)
7402 - PCI: Restore config space on runtime resume despite being unbound
7403
7404 * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364)
7405 - SAUCE: (noup) zfs to 0.7.5-1ubuntu16.3
7406
7407 * CVE-2018-12232
7408 - PATCH 1/1] socket: close race condition between sock_close() and
7409 sockfs_setattr()
7410
7411 * CVE-2018-10323
7412 - xfs: set format back to extents if xfs_bmap_extents_to_btree
7413
7414 * change front mic location for more lenovo m7/8/9xx machines (LP: #1781316)
7415 - ALSA: hda/realtek - Fix the problem of two front mics on more machines
7416 - ALSA: hda/realtek - two more lenovo models need fixup of MIC_LOCATION
7417
7418 * Cephfs + fscache: unable to handle kernel NULL pointer dereference at
7419 0000000000000000 IP: jbd2__journal_start+0x22/0x1f0 (LP: #1783246)
7420 - ceph: track read contexts in ceph_file_info
7421
7422 * Touchpad of ThinkPad P52 failed to work with message "lost sync at byte"
7423 (LP: #1779802)
7424 - Input: elantech - fix V4 report decoding for module with middle key
7425 - Input: elantech - enable middle button of touchpads on ThinkPad P52
7426
7427 * xhci_hcd 0000:00:14.0: Root hub is not suspended (LP: #1779823)
7428 - usb: xhci: dbc: Fix lockdep warning
7429 - usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not started
7430
7431 * CVE-2018-13406
7432 - video: uvesafb: Fix integer overflow in allocation
7433
7434 * CVE-2018-10840
7435 - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
7436
7437 * CVE-2018-11412
7438 - ext4: do not allow external inodes for inline data
7439
7440 * CVE-2018-10881
7441 - ext4: clear i_data in ext4_inode_info when removing inline data
7442
7443 * CVE-2018-12233
7444 - jfs: Fix inconsistency between memory allocation and ea_buf->max_size
7445
7446 * CVE-2018-12904
7447 - kvm: nVMX: Enforce cpl=0 for VMX instructions
7448
7449 * Error parsing PCC subspaces from PCCT (LP: #1528684)
7450 - mailbox: PCC: erroneous error message when parsing ACPI PCCT
7451
7452 * CVE-2018-13094
7453 - xfs: don't call xfs_da_shrink_inode with NULL bp
7454
7455 * other users' coredumps can be read via setgid directory and killpriv bypass
7456 (LP: #1779923) // CVE-2018-13405
7457 - Fix up non-directory creation in SGID directories
7458
7459 * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166)
7460 - snapcraft.yaml: stop invoking the obsolete (and non-existing)
7461 'firmware_install' target
7462
7463 * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build
7464 (LP: #1782116)
7465 - snapcraft.yaml: copy retpoline-extract-one to scripts before build
7466
7467 * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540)
7468 - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge
7469
7470 * CVE-2018-11506
7471 - sr: pass down correctly sized SCSI sense buffer
7472
7473 * Bionic update: upstream stable patchset 2018-07-24 (LP: #1783418)
7474 - net: Fix a bug in removing queues from XPS map
7475 - net/mlx4_core: Fix error handling in mlx4_init_port_info.
7476 - net/sched: fix refcnt leak in the error path of tcf_vlan_init()
7477 - net: sched: red: avoid hashing NULL child
7478 - net/smc: check for missing nlattrs in SMC_PNETID messages
7479 - net: test tailroom before appending to linear skb
7480 - packet: in packet_snd start writing at link layer allocation
7481 - sock_diag: fix use-after-free read in __sk_free
7482 - tcp: purge write queue in tcp_connect_init()
7483 - vmxnet3: set the DMA mask before the first DMA map operation
7484 - vmxnet3: use DMA memory barriers where required
7485 - hv_netvsc: empty current transmit aggregation if flow blocked
7486 - hv_netvsc: Use the num_online_cpus() for channel limit
7487 - hv_netvsc: avoid retry on send during shutdown
7488 - hv_netvsc: only wake transmit queue if link is up
7489 - hv_netvsc: fix error unwind handling if vmbus_open fails
7490 - hv_netvsc: cancel subchannel setup before halting device
7491 - hv_netvsc: fix race in napi poll when rescheduling
7492 - hv_netvsc: defer queue selection to VF
7493 - hv_netvsc: disable NAPI before channel close
7494 - hv_netvsc: use RCU to fix concurrent rx and queue changes
7495 - hv_netvsc: change GPAD teardown order on older versions
7496 - hv_netvsc: common detach logic
7497 - hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown
7498 - hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()
7499 - hv_netvsc: Ensure correct teardown message sequence order
7500 - hv_netvsc: Fix a network regression after ifdown/ifup
7501 - sparc: vio: use put_device() instead of kfree()
7502 - ext2: fix a block leak
7503 - s390: add assembler macros for CPU alternatives
7504 - s390: move expoline assembler macros to a header
7505 - s390/crc32-vx: use expoline for indirect branches
7506 - s390/lib: use expoline for indirect branches
7507 - s390/ftrace: use expoline for indirect branches
7508 - s390/kernel: use expoline for indirect branches
7509 - s390: move spectre sysfs attribute code
7510 - s390: extend expoline to BC instructions
7511 - s390: use expoline thunks in the BPF JIT
7512 - scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()
7513 - scsi: zfcp: fix infinite iteration on ERP ready list
7514 - loop: don't call into filesystem while holding lo_ctl_mutex
7515 - loop: fix LOOP_GET_STATUS lock imbalance
7516 - cfg80211: limit wiphy names to 128 bytes
7517 - hfsplus: stop workqueue when fill_super() failed
7518 - x86/kexec: Avoid double free_page() upon do_kexec_load() failure
7519 - usb: gadget: f_uac2: fix bFirstInterface in composite gadget
7520 - usb: dwc3: Undo PHY init if soft reset fails
7521 - usb: dwc3: omap: don't miss events during suspend/resume
7522 - usb: gadget: core: Fix use-after-free of usb_request
7523 - usb: gadget: fsl_udc_core: fix ep valid checks
7524 - usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()
7525 - usb: cdc_acm: prevent race at write to acm while system resumes
7526 - net: usbnet: fix potential deadlock on 32bit hosts
7527 - ARM: dts: imx7d-sdb: Fix regulator-usb-otg2-vbus node name
7528 - usb: host: xhci-plat: revert "usb: host: xhci-plat: enable clk in resume
7529 timing"
7530 - USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEM
7531 - net/usb/qmi_wwan.c: Add USB id for lt4120 modem
7532 - net-usb: add qmi_wwan if on lte modem wistron neweb d18q1
7533 - Bluetooth: btusb: Add USB ID 7392:a611 for Edimax EW-7611ULB
7534 - ALSA: usb-audio: Add native DSD support for Luxman DA-06
7535 - usb: dwc3: Add SoftReset PHY synchonization delay
7536 - usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fields
7537 - usb: dwc3: Makefile: fix link error on randconfig
7538 - xhci: zero usb device slot_id member when disabling and freeing a xhci slot
7539 - usb: dwc2: Fix interval type issue
7540 - usb: dwc2: hcd: Fix host channel halt flow
7541 - usb: dwc2: host: Fix transaction errors in host mode
7542 - usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUS
7543 - usb: gadget: ffs: Execute copy_to_user() with USER_DS set
7544 - usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS
7545 - usb: gadget: udc: change comparison to bitshift when dealing with a mask
7546 - usb: gadget: composite: fix incorrect handling of OS desc requests
7547 - media: lgdt3306a: Fix module count mismatch on usb unplug
7548 - media: em28xx: USB bulk packet size fix
7549 - Bluetooth: btusb: Add device ID for RTL8822BE
7550 - xhci: Show what USB release number the xHC supports from protocol capablity
7551 - staging: bcm2835-audio: Release resources on module_exit()
7552 - staging: lustre: fix bug in osc_enter_cache_try
7553 - staging: fsl-dpaa2/eth: Fix incorrect casts
7554 - staging: rtl8192u: return -ENOMEM on failed allocation of priv->oldaddr
7555 - staging: ks7010: Use constants from ieee80211_eid instead of literal ints.
7556 - staging: lustre: lmv: correctly iput lmo_root
7557 - crypto: inside-secure - wait for the request to complete if in the backlog
7558 - crypto: atmel-aes - fix the keys zeroing on errors
7559 - crypto: ccp - don't disable interrupts while setting up debugfs
7560 - crypto: inside-secure - do not process request if no command was issued
7561 - crypto: inside-secure - fix the cache_len computation
7562 - crypto: inside-secure - fix the extra cache computation
7563 - crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ss
7564 - crypto: inside-secure - fix the invalidation step during cra_exit
7565 - scsi: mpt3sas: fix an out of bound write
7566 - scsi: ufs: Enable quirk to ignore sending WRITE_SAME command
7567 - scsi: bnx2fc: Fix check in SCSI completion handler for timed out request
7568 - scsi: sym53c8xx_2: iterator underflow in sym_getsync()
7569 - scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()
7570 - scsi: qla2xxx: Avoid triggering undefined behavior in
7571 qla2x00_mbx_completion()
7572 - scsi: storvsc: Increase cmd_per_lun for higher speed devices
7573 - scsi: qedi: Fix truncation of CHAP name and secret
7574 - scsi: aacraid: fix shutdown crash when init fails
7575 - scsi: qla4xxx: skip error recovery in case of register disconnect.
7576 - scsi: qedi: Fix kernel crash during port toggle
7577 - scsi: mpt3sas: Do not mark fw_event workqueue as WQ_MEM_RECLAIM
7578 - scsi: sd: Keep disk read-only when re-reading partition
7579 - scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabled
7580 - scsi: aacraid: Insure command thread is not recursively stopped
7581 - scsi: core: Make SCSI Status CONDITION MET equivalent to GOOD
7582 - scsi: mvsas: fix wrong endianness of sgpio api
7583 - ASoC: hdmi-codec: Fix module unloading caused kernel crash
7584 - ASoC: rockchip: rk3288-hdmi-analog: Select needed codecs
7585 - ASoC: samsung: odroid: Fix 32000 sample rate handling
7586 - ASoC: topology: create TLV data for dapm widgets
7587 - ASoC: samsung: i2s: Ensure the RCLK rate is properly determined
7588 - clk: rockchip: Fix wrong parent for SDMMC phase clock for rk3228
7589 - clk: Don't show the incorrect clock phase
7590 - clk: hisilicon: mark wdt_mux_p[] as const
7591 - clk: tegra: Fix pll_u rate configuration
7592 - clk: rockchip: Prevent calculating mmc phase if clock rate is zero
7593 - clk: samsung: s3c2410: Fix PLL rates
7594 - clk: samsung: exynos7: Fix PLL rates
7595 - clk: samsung: exynos5260: Fix PLL rates
7596 - clk: samsung: exynos5433: Fix PLL rates
7597 - clk: samsung: exynos5250: Fix PLL rates
7598 - clk: samsung: exynos3250: Fix PLL rates
7599 - media: dmxdev: fix error code for invalid ioctls
7600 - media: Don't let tvp5150_get_vbi() go out of vbi_ram_default array
7601 - media: ov5645: add missing of_node_put() in error path
7602 - media: cx23885: Override 888 ImpactVCBe crystal frequency
7603 - media: cx23885: Set subdev host data to clk_freq pointer
7604 - media: s3c-camif: fix out-of-bounds array access
7605 - media: lgdt3306a: Fix a double kfree on i2c device remove
7606 - media: em28xx: Add Hauppauge SoloHD/DualHD bulk models
7607 - media: v4l: vsp1: Fix display stalls when requesting too many inputs
7608 - media: i2c: adv748x: fix HDMI field heights
7609 - media: vb2: Fix videobuf2 to map correct area
7610 - media: vivid: fix incorrect capabilities for radio
7611 - media: cx25821: prevent out-of-bounds read on array card
7612 - serial: xuartps: Fix out-of-bounds access through DT alias
7613 - serial: sh-sci: Fix out-of-bounds access through DT alias
7614 - serial: samsung: Fix out-of-bounds access through serial port index
7615 - serial: mxs-auart: Fix out-of-bounds access through serial port index
7616 - serial: imx: Fix out-of-bounds access through serial port index
7617 - serial: fsl_lpuart: Fix out-of-bounds access through DT alias
7618 - serial: arc_uart: Fix out-of-bounds access through DT alias
7619 - serial: 8250: Don't service RX FIFO if interrupts are disabled
7620 - serial: altera: ensure port->regshift is honored consistently
7621 - rtc: snvs: Fix usage of snvs_rtc_enable
7622 - rtc: hctosys: Ensure system time doesn't overflow time_t
7623 - rtc: rk808: fix possible race condition
7624 - rtc: m41t80: fix race conditions
7625 - rtc: tx4939: avoid unintended sign extension on a 24 bit shift
7626 - rtc: rp5c01: fix possible race condition
7627 - rtc: goldfish: Add missing MODULE_LICENSE
7628 - cxgb4: Correct ntuple mask validation for hash filters
7629 - net: dsa: bcm_sf2: Fix RX_CLS_LOC_ANY overwrite for last rule
7630 - net: dsa: Do not register devlink for unused ports
7631 - net: dsa: bcm_sf2: Fix IPv6 rules and chain ID
7632 - net: dsa: bcm_sf2: Fix IPv6 rule half deletion
7633 - 3c59x: convert to generic DMA API
7634 - net: ip6_gre: Request headroom in __gre6_xmit()
7635 - net: ip6_gre: Split up ip6gre_tnl_link_config()
7636 - net: ip6_gre: Split up ip6gre_tnl_change()
7637 - net: ip6_gre: Split up ip6gre_newlink()
7638 - net: ip6_gre: Split up ip6gre_changelink()
7639 - qed: LL2 flush isles when connection is closed
7640 - qed: Fix possibility of list corruption during rmmod flows
7641 - qed: Fix LL2 race during connection terminate
7642 - powerpc: Move default security feature flags
7643 - Bluetooth: btusb: Add support for Intel Bluetooth device 22560 [8087:0026]
7644 - staging: fsl-dpaa2/eth: Fix incorrect kfree
7645 - crypto: inside-secure - move the digest to the request context
7646 - scsi: lpfc: Fix NVME Initiator FirstBurst
7647 - serial: mvebu-uart: fix tx lost characters
7648
7649 * Bionic update: upstream stable patchset 2018-07-20 (LP: #1782846)
7650 - usbip: usbip_host: refine probe and disconnect debug msgs to be useful
7651 - usbip: usbip_host: delete device from busid_table after rebind
7652 - usbip: usbip_host: run rebind from exit when module is removed
7653 - usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
7654 - usbip: usbip_host: fix bad unlock balance during stub_probe()
7655 - ALSA: usb: mixer: volume quirk for CM102-A+/102S+
7656 - ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist
7657 - ALSA: control: fix a redundant-copy issue
7658 - spi: pxa2xx: Allow 64-bit DMA
7659 - spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master
7660 - spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL
7661 - KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls
7662 - KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
7663 - vfio: ccw: fix cleanup if cp_prefetch fails
7664 - tracing/x86/xen: Remove zero data size trace events
7665 trace_xen_mmu_flush_tlb{_all}
7666 - tee: shm: fix use-after-free via temporarily dropped reference
7667 - netfilter: nf_tables: free set name in error path
7668 - netfilter: nf_tables: can't fail after linking rule into active rule list
7669 - netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}
7670 - i2c: designware: fix poll-after-enable regression
7671 - powerpc/powernv: Fix NVRAM sleep in invalid context when crashing
7672 - drm: Match sysfs name in link removal to link creation
7673 - lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly
7674 - radix tree: fix multi-order iteration race
7675 - mm: don't allow deferred pages with NEED_PER_CPU_KM
7676 - drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glk
7677 - s390/qdio: fix access to uninitialized qdio_q fields
7678 - s390/qdio: don't release memory in qdio_setup_irq()
7679 - s390: remove indirect branch from do_softirq_own_stack
7680 - x86/pkeys: Override pkey when moving away from PROT_EXEC
7681 - x86/pkeys: Do not special case protection key 0
7682 - efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32'
7683 definition for mixed mode
7684 - ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr
7685 - x86/mm: Drop TS_COMPAT on 64-bit exec() syscall
7686 - tick/broadcast: Use for_each_cpu() specially on UP kernels
7687 - ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabed
7688 - ARM: 8770/1: kprobes: Prohibit probing on optimized_callback
7689 - ARM: 8772/1: kprobes: Prohibit kprobes on get_user functions
7690 - Btrfs: fix xattr loss after power failure
7691 - Btrfs: send, fix invalid access to commit roots due to concurrent
7692 snapshotting
7693 - btrfs: property: Set incompat flag if lzo/zstd compression is set
7694 - btrfs: fix crash when trying to resume balance without the resume flag
7695 - btrfs: Split btrfs_del_delalloc_inode into 2 functions
7696 - btrfs: Fix delalloc inodes invalidation during transaction abort
7697 - btrfs: fix reading stale metadata blocks after degraded raid1 mounts
7698 - xhci: Fix USB3 NULL pointer dereference at logical disconnect.
7699 - KVM: arm/arm64: Properly protect VGIC locks from IRQs
7700 - KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity
7701 - hwmon: (k10temp) Fix reading critical temperature register
7702 - hwmon: (k10temp) Use API function to access System Management Network
7703 - vsprintf: Replace memory barrier with static_key for random_ptr_key update
7704 - x86/amd_nb: Add support for Raven Ridge CPUs
7705 - x86/apic/x2apic: Initialize cluster ID properly
7706
7707 * Bionic update: upstream stable patchset 2018-07-09 (LP: #1780858)
7708 - 8139too: Use disable_irq_nosync() in rtl8139_poll_controller()
7709 - bridge: check iface upper dev when setting master via ioctl
7710 - dccp: fix tasklet usage
7711 - ipv4: fix fnhe usage by non-cached routes
7712 - ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg
7713 - llc: better deal with too small mtu
7714 - net: ethernet: sun: niu set correct packet size in skb
7715 - net: ethernet: ti: cpsw: fix packet leaking in dual_mac mode
7716 - net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()'
7717 - net/mlx4_en: Verify coalescing parameters are in range
7718 - net/mlx5e: Err if asked to offload TC match on frag being first
7719 - net/mlx5: E-Switch, Include VF RDMA stats in vport statistics
7720 - net sched actions: fix refcnt leak in skbmod
7721 - net_sched: fq: take care of throttled flows before reuse
7722 - net: support compat 64-bit time in {s,g}etsockopt
7723 - net/tls: Don't recursively call push_record during tls_write_space callbacks
7724 - net/tls: Fix connection stall on partial tls record
7725 - openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found
7726 - qmi_wwan: do not steal interfaces from class drivers
7727 - r8169: fix powering up RTL8168h
7728 - rds: do not leak kernel memory to user land
7729 - sctp: delay the authentication for the duplicated cookie-echo chunk
7730 - sctp: fix the issue that the cookie-ack with auth can't get processed
7731 - sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr
7732 - sctp: remove sctp_chunk_put from fail_mark err path in
7733 sctp_ulpevent_make_rcvmsg
7734 - sctp: use the old asoc when making the cookie-ack chunk in dupcook_d
7735 - tcp_bbr: fix to zero idle_restart only upon S/ACKed data
7736 - tcp: ignore Fast Open on repair mode
7737 - tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().
7738 - bonding: do not allow rlb updates to invalid mac
7739 - bonding: send learning packets for vlans on slave
7740 - net: sched: fix error path in tcf_proto_create() when modules are not
7741 configured
7742 - net/mlx5e: TX, Use correct counter in dma_map error flow
7743 - net/mlx5: Avoid cleaning flow steering table twice during error flow
7744 - hv_netvsc: set master device
7745 - ipv6: fix uninit-value in ip6_multipath_l3_keys()
7746 - net/mlx5e: Allow offloading ipv4 header re-write for icmp
7747 - nsh: fix infinite loop
7748 - udp: fix SO_BINDTODEVICE
7749 - l2tp: revert "l2tp: fix missing print session offset info"
7750 - proc: do not access cmdline nor environ from file-backed areas
7751 - net/smc: restrict non-blocking connect finish
7752 - mlxsw: spectrum_switchdev: Do not remove mrouter port from MDB's ports list
7753 - net/mlx5e: DCBNL fix min inline header size for dscp
7754 - net: systemport: Correclty disambiguate driver instances
7755 - sctp: clear the new asoc's stream outcnt in sctp_stream_update
7756 - tcp: restore autocorking
7757 - tipc: fix one byte leak in tipc_sk_set_orig_addr()
7758 - hv_netvsc: Fix net device attach on older Windows hosts
7759
7760 * Bionic update: upstream stable patchset 2018-07-06 (LP: #1780499)
7761 - ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
7762 - ipvs: fix rtnl_lock lockups caused by start_sync_thread
7763 - netfilter: ebtables: don't attempt to allocate 0-sized compat array
7764 - kcm: Call strp_stop before strp_done in kcm_attach
7765 - crypto: af_alg - fix possible uninit-value in alg_bind()
7766 - netlink: fix uninit-value in netlink_sendmsg
7767 - net: fix rtnh_ok()
7768 - net: initialize skb->peeked when cloning
7769 - net: fix uninit-value in __hw_addr_add_ex()
7770 - dccp: initialize ireq->ir_mark
7771 - ipv4: fix uninit-value in ip_route_output_key_hash_rcu()
7772 - soreuseport: initialise timewait reuseport field
7773 - inetpeer: fix uninit-value in inet_getpeer
7774 - memcg: fix per_node_info cleanup
7775 - perf: Remove superfluous allocation error check
7776 - tcp: fix TCP_REPAIR_QUEUE bound checking
7777 - bdi: wake up concurrent wb_shutdown() callers.
7778 - bdi: Fix oops in wb_workfn()
7779 - gpioib: do not free unrequested descriptors
7780 - gpio: fix aspeed_gpio unmask irq
7781 - gpio: fix error path in lineevent_create
7782 - rfkill: gpio: fix memory leak in probe error path
7783 - libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDs
7784 - dm integrity: use kvfree for kvmalloc'd memory
7785 - tracing: Fix regex_match_front() to not over compare the test string
7786 - z3fold: fix reclaim lock-ups
7787 - mm: sections are not offlined during memory hotremove
7788 - mm, oom: fix concurrent munlock and oom reaper unmap, v3
7789 - ceph: fix rsize/wsize capping in ceph_direct_read_write()
7790 - can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()
7791 - can: hi311x: Acquire SPI lock on ->do_get_berr_counter
7792 - can: hi311x: Work around TX complete interrupt erratum
7793 - drm/vc4: Fix scaling of uni-planar formats
7794 - drm/i915: Fix drm:intel_enable_lvds ERROR message in kernel log
7795 - drm/atomic: Clean old_state/new_state in drm_atomic_state_default_clear()
7796 - drm/atomic: Clean private obj old_state/new_state in
7797 drm_atomic_state_default_clear()
7798 - net: atm: Fix potential Spectre v1
7799 - atm: zatm: Fix potential Spectre v1
7800 - cpufreq: schedutil: Avoid using invalid next_freq
7801 - Revert "Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174"
7802 - Bluetooth: btusb: Only check needs_reset_resume DMI table for QCA rome
7803 chipsets
7804 - thermal: exynos: Reading temperature makes sense only when TMU is turned on
7805 - thermal: exynos: Propagate error value from tmu_read()
7806 - nvme: add quirk to force medium priority for SQ creation
7807 - smb3: directory sync should not return an error
7808 - sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
7809 - tracing/uprobe_event: Fix strncpy corner case
7810 - perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*
7811 - perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msr
7812 - perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driver
7813 - perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]
7814 - perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()
7815 - i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()
7816 - bdi: Fix use after free bug in debugfs_remove()
7817 - drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pages
7818 - drm/i915: Adjust eDP's logical vco in a reliable place.
7819 - drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive client
7820 - sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
7821
7822 * Bionic update: upstream stable patchset 2018-06-26 (LP: #1778759)
7823 - percpu: include linux/sched.h for cond_resched()
7824 - ACPI / button: make module loadable when booted in non-ACPI mode
7825 - USB: serial: option: Add support for Quectel EP06
7826 - ALSA: hda - Fix incorrect usage of IS_REACHABLE()
7827 - ALSA: pcm: Check PCM state at xfern compat ioctl
7828 - ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()
7829 - ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation
7830 for array index
7831 - ALSA: aloop: Mark paused device as inactive
7832 - ALSA: aloop: Add missing cable lock to ctl API callbacks
7833 - tracepoint: Do not warn on ENOMEM
7834 - scsi: target: Fix fortify_panic kernel exception
7835 - Input: leds - fix out of bound access
7836 - Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro
7837 - rtlwifi: btcoex: Add power_on_setting routine
7838 - rtlwifi: cleanup 8723be ant_sel definition
7839 - xfs: prevent creating negative-sized file via INSERT_RANGE
7840 - RDMA/cxgb4: release hw resources on device removal
7841 - RDMA/ucma: Allow resolving address w/o specifying source address
7842 - RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flow
7843 - RDMA/mlx5: Protect from shift operand overflow
7844 - NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2
7845 - IB/mlx5: Use unlimited rate when static rate is not supported
7846 - IB/hfi1: Fix handling of FECN marked multicast packet
7847 - IB/hfi1: Fix loss of BECN with AHG
7848 - IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used
7849 - iw_cxgb4: Atomically flush per QP HW CQEs
7850 - drm/vmwgfx: Fix a buffer object leak
7851 - drm/bridge: vga-dac: Fix edid memory leak
7852 - test_firmware: fix setting old custom fw path back on exit, second try
7853 - errseq: Always report a writeback error once
7854 - USB: serial: visor: handle potential invalid device configuration
7855 - usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue
7856 - USB: Accept bulk endpoints with 1024-byte maxpacket
7857 - USB: serial: option: reimplement interface masking
7858 - USB: serial: option: adding support for ublox R410M
7859 - usb: musb: host: fix potential NULL pointer dereference
7860 - usb: musb: trace: fix NULL pointer dereference in musb_g_tx()
7861 - platform/x86: asus-wireless: Fix NULL pointer dereference
7862 - irqchip/qcom: Fix check for spurious interrupts
7863 - tracing: Fix bad use of igrab in trace_uprobe.c
7864 - [Config] CONFIG_ARM64_ERRATUM_1024718=y
7865 - arm64: Add work around for Arm Cortex-A55 Erratum 1024718
7866 - Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro
7867 - infiniband: mlx5: fix build errors when INFINIBAND_USER_ACCESS=m
7868 - btrfs: Take trans lock before access running trans in check_delayed_ref
7869 - drm/vc4: Make sure vc4_bo_{inc,dec}_usecnt() calls are balanced
7870 - xhci: Fix use-after-free in xhci_free_virt_device
7871 - platform/x86: Kconfig: Fix dell-laptop dependency chain.
7872 - KVM: x86: remove APIC Timer periodic/oneshot spikes
7873 - clocksource: Allow clocksource_mark_unstable() on unregistered clocksources
7874 - clocksource: Initialize cs->wd_list
7875 - clocksource: Consistent de-rate when marking unstable
7876
7877 * Bionic update: upstream stable patchset 2018-06-22 (LP: #1778265)
7878 - ext4: set h_journal if there is a failure starting a reserved handle
7879 - ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs
7880 - ext4: add validity checks for bitmap block numbers
7881 - ext4: fix bitmap position validation
7882 - random: fix possible sleeping allocation from irq context
7883 - random: rate limit unseeded randomness warnings
7884 - usbip: usbip_event: fix to not print kernel pointer address
7885 - usbip: usbip_host: fix to hold parent lock for device_attach() calls
7886 - usbip: vhci_hcd: Fix usb device and sockfd leaks
7887 - usbip: vhci_hcd: check rhport before using in vhci_hub_control()
7888 - Revert "xhci: plat: Register shutdown for xhci_plat"
7889 - USB: serial: simple: add libtransistor console
7890 - USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster
7891 - USB: serial: cp210x: add ID for NI USB serial console
7892 - usb: core: Add quirk for HP v222w 16GB Mini
7893 - USB: Increment wakeup count on remote wakeup.
7894 - ALSA: usb-audio: Skip broken EU on Dell dock USB-audio
7895 - virtio: add ability to iterate over vqs
7896 - virtio_console: don't tie bufs to a vq
7897 - virtio_console: free buffers after reset
7898 - virtio_console: drop custom control queue cleanup
7899 - virtio_console: move removal code
7900 - virtio_console: reset on out of memory
7901 - drm/virtio: fix vq wait_event condition
7902 - tty: Don't call panic() at tty_ldisc_init()
7903 - tty: n_gsm: Fix long delays with control frame timeouts in ADM mode
7904 - tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set
7905 - tty: Avoid possible error pointer dereference at tty_ldisc_restore().
7906 - tty: Use __GFP_NOFAIL for tty_ldisc_get()
7907 - ALSA: dice: fix OUI for TC group
7908 - ALSA: dice: fix error path to destroy initialized stream data
7909 - ALSA: hda - Skip jack and others for non-existing PCM streams
7910 - ALSA: opl3: Hardening for potential Spectre v1
7911 - ALSA: asihpi: Hardening for potential Spectre v1
7912 - ALSA: hdspm: Hardening for potential Spectre v1
7913 - ALSA: rme9652: Hardening for potential Spectre v1
7914 - ALSA: control: Hardening for potential Spectre v1
7915 - ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.
7916 - ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr
7917 - ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device
7918 - ALSA: seq: oss: Hardening for potential Spectre v1
7919 - ALSA: hda: Hardening for potential Spectre v1
7920 - ALSA: hda/realtek - Add some fixes for ALC233
7921 - ALSA: hda/realtek - Update ALC255 depop optimize
7922 - ALSA: hda/realtek - change the location for one of two front mics
7923 - mtd: spi-nor: cadence-quadspi: Fix page fault kernel panic
7924 - mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.
7925 - mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.
7926 - mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.
7927 - mtd: rawnand: tango: Fix struct clk memory leak
7928 - kobject: don't use WARN for registration failures
7929 - scsi: sd: Defer spinning up drive while SANITIZE is in progress
7930 - bfq-iosched: ensure to clear bic/bfqq pointers when preparing request
7931 - vfio: ccw: process ssch with interrupts disabled
7932 - ANDROID: binder: prevent transactions into own process.
7933 - PCI: aardvark: Fix logic in advk_pcie_{rd,wr}_conf()
7934 - PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()
7935 - PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq mode
7936 - PCI: aardvark: Fix PCIe Max Read Request Size setting
7937 - ARM: amba: Make driver_override output consistent with other buses
7938 - ARM: amba: Fix race condition with driver_override
7939 - ARM: amba: Don't read past the end of sysfs "driver_override" buffer
7940 - ARM: socfpga_defconfig: Remove QSPI Sector 4K size force
7941 - KVM: arm/arm64: Close VMID generation race
7942 - crypto: drbg - set freed buffers to NULL
7943 - ASoC: fsl_esai: Fix divisor calculation failure at lower ratio
7944 - libceph: un-backoff on tick when we have a authenticated session
7945 - libceph: reschedule a tick in finish_hunting()
7946 - libceph: validate con->state at the top of try_write()
7947 - fpga-manager: altera-ps-spi: preserve nCONFIG state
7948 - earlycon: Use a pointer table to fix __earlycon_table stride
7949 - drm/amdgpu: set COMPUTE_PGM_RSRC1 for SGPR/VGPR clearing shaders
7950 - drm/i915: Enable display WA#1183 from its correct spot
7951 - objtool, perf: Fix GCC 8 -Wrestrict error
7952 - tools/lib/subcmd/pager.c: do not alias select() params
7953 - x86/ipc: Fix x32 version of shmid64_ds and msqid64_ds
7954 - x86/smpboot: Don't use mwait_play_dead() on AMD systems
7955 - x86/microcode/intel: Save microcode patch unconditionally
7956 - x86/microcode: Do not exit early from __reload_late()
7957 - tick/sched: Do not mess with an enqueued hrtimer
7958 - arm/arm64: KVM: Add PSCI version selection API
7959 - powerpc/eeh: Fix race with driver un/bind
7960 - serial: mvebu-uart: Fix local flags handling on termios update
7961 - block: do not use interruptible wait anywhere
7962 - ASoC: dmic: Fix clock parenting
7963 - PCI / PM: Do not clear state_saved in pci_pm_freeze() when smart suspend is
7964 set
7965 - module: Fix display of wrong module .text address
7966 - drm/edid: Reset more of the display info
7967 - drm/i915/fbdev: Enable late fbdev initial configuration
7968 - drm/i915/audio: set minimum CD clock to twice the BCLK
7969 - drm/amd/display: Fix deadlock when flushing irq
7970 - drm/amd/display: Disallow enabling CRTC without primary plane with FB
7971
7972 * Bionic update: upstream stable patchset 2018-06-22 (LP: #1778265) //
7973 CVE-2018-1108.
7974 - random: set up the NUMA crng instances after the CRNG is fully initialized
7975
7976 * Ryzen/Raven Ridge USB ports do not work (LP: #1756700)
7977 - xhci: Fix USB ports for Dell Inspiron 5775
7978
7979 * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux-
7980 jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389)
7981 - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
7982
7983 * Need fix to aacraid driver to prevent panic (LP: #1770095)
7984 - scsi: aacraid: Correct hba_send to include iu_type
7985
7986 * kernel: Fix arch random implementation (LP: #1775391)
7987 - s390/archrandom: Rework arch random implementation.
7988
7989 * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390)
7990 - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.
7991
7992 * Various fixes for CXL kernel module (LP: #1774471)
7993 - cxl: Remove function write_timebase_ctrl_psl9() for PSL9
7994 - cxl: Set the PBCQ Tunnel BAR register when enabling capi mode
7995 - cxl: Report the tunneled operations status
7996 - cxl: Configure PSL to not use APC virtual machines
7997 - cxl: Disable prefault_mode in Radix mode
7998
7999 * Bluetooth not working (LP: #1764645)
8000 - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models
8001
8002 * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491)
8003 - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y
8004 - SAUCE: wcn36xx: read MAC from file or randomly generate one
8005
8006 * fscache: Fix hanging wait on page discarded by writeback (LP: #1777029)
8007 - fscache: Fix hanging wait on page discarded by writeback
8008
8009 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 15 Aug 2018 14:50:38 +0200
8010
8011 linux (4.15.0-32.35) bionic; urgency=medium
8012
8013 [ Stefan Bader ]
8014 * CVE-2018-3620 // CVE-2018-3646
8015 - x86/Centaur: Initialize supported CPU features properly
8016 - x86/Centaur: Report correct CPU/cache topology
8017 - x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present
8018 - perf/events/amd/uncore: Fix amd_uncore_llc ID to use pre-defined cpu_llc_id
8019 - x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c
8020 - x86/CPU/AMD: Calculate last level cache ID from number of sharing threads
8021 - x86/CPU: Modify detect_extended_topology() to return result
8022 - x86/CPU/AMD: Derive CPU topology from CPUID function 0xB when available
8023 - x86/CPU: Move cpu local function declarations to local header
8024 - x86/CPU: Make intel_num_cpu_cores() generic
8025 - x86/CPU: Move cpu_detect_cache_sizes() into init_intel_cacheinfo()
8026 - x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to
8027 detect_num_cpu_cores()
8028 - x86/CPU/AMD: Fix LLC ID bit-shift calculation
8029 - x86/mm: Factor out pageattr _PAGE_GLOBAL setting
8030 - x86/mm: Undo double _PAGE_PSE clearing
8031 - x86/mm: Introduce "default" kernel PTE mask
8032 - x86/espfix: Document use of _PAGE_GLOBAL
8033 - x86/mm: Do not auto-massage page protections
8034 - x86/mm: Remove extra filtering in pageattr code
8035 - x86/mm: Comment _PAGE_GLOBAL mystery
8036 - x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init
8037 - x86/ldt: Fix support_pte_mask filtering in map_ldt_struct()
8038 - x86/power/64: Fix page-table setup for temporary text mapping
8039 - x86/pti: Filter at vma->vm_page_prot population
8040 - x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'
8041 - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
8042 - x86/speculation/l1tf: Change order of offset/type in swap entry
8043 - x86/speculation/l1tf: Protect swap entries against L1TF
8044 - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
8045 - x86/speculation/l1tf: Make sure the first page is always reserved
8046 - x86/speculation/l1tf: Add sysfs reporting for l1tf
8047 - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
8048 - x86/speculation/l1tf: Limit swap file size to MAX_PA/2
8049 - x86/bugs: Move the l1tf function and define pr_fmt properly
8050 - sched/smt: Update sched_smt_present at runtime
8051 - x86/smp: Provide topology_is_primary_thread()
8052 - x86/topology: Provide topology_smt_supported()
8053 - cpu/hotplug: Make bringup/teardown of smp threads symmetric
8054 - cpu/hotplug: Split do_cpu_down()
8055 - cpu/hotplug: Provide knobs to control SMT
8056 - x86/cpu: Remove the pointless CPU printout
8057 - x86/cpu/AMD: Remove the pointless detect_ht() call
8058 - x86/cpu/common: Provide detect_ht_early()
8059 - x86/cpu/topology: Provide detect_extended_topology_early()
8060 - x86/cpu/intel: Evaluate smp_num_siblings early
8061 - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
8062 - x86/cpu/AMD: Evaluate smp_num_siblings early
8063 - x86/apic: Ignore secondary threads if nosmt=force
8064 - x86/speculation/l1tf: Extend 64bit swap file size limit
8065 - x86/cpufeatures: Add detection of L1D cache flush support.
8066 - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
8067 - x86/speculation/l1tf: Protect PAE swap entries against L1TF
8068 - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
8069 - Revert "x86/apic: Ignore secondary threads if nosmt=force"
8070 - cpu/hotplug: Boot HT siblings at least once
8071 - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
8072 - x86/KVM/VMX: Add module argument for L1TF mitigation
8073 - x86/KVM/VMX: Add L1D flush algorithm
8074 - x86/KVM/VMX: Add L1D MSR based flush
8075 - x86/KVM/VMX: Add L1D flush logic
8076 - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers
8077 - x86/KVM/VMX: Add find_msr() helper function
8078 - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
8079 - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
8080 - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
8081 - cpu/hotplug: Online siblings when SMT control is turned on
8082 - x86/litf: Introduce vmx status variable
8083 - x86/kvm: Drop L1TF MSR list approach
8084 - x86/l1tf: Handle EPT disabled state proper
8085 - x86/kvm: Move l1tf setup function
8086 - x86/kvm: Add static key for flush always
8087 - x86/kvm: Serialize L1D flush parameter setter
8088 - x86/kvm: Allow runtime control of L1D flush
8089 - cpu/hotplug: Expose SMT control init function
8090 - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
8091 - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
8092 - Documentation: Add section about CPU vulnerabilities
8093 - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
8094 - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
8095 - Documentation/l1tf: Fix typos
8096 - cpu/hotplug: detect SMT disabled by BIOS
8097 - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
8098 - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
8099 - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
8100 - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16
8101 - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
8102 - x86: Don't include linux/irq.h from asm/hardirq.h
8103 - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
8104 - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
8105 - Documentation/l1tf: Remove Yonah processors from not vulnerable list
8106 - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
8107 - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
8108 - KVM: x86: Add a framework for supporting MSR-based features
8109 - KVM: X86: Introduce kvm_get_msr_feature()
8110 - KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
8111 - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
8112 - cpu/hotplug: Fix SMT supported evaluation
8113 - x86/speculation/l1tf: Invert all not present mappings
8114 - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
8115 - x86/mm/pat: Make set_memory_np() L1TF safe
8116 - cpu: Fix per-cpu regression on ARM64
8117
8118 * CVE-2018-5391
8119 - Revert "net: increase fragment memory usage limits"
8120
8121 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 10 Aug 2018 14:22:53 -0300
8122
8123 linux (4.15.0-30.32) bionic; urgency=medium
8124
8125 * CVE-2018-5390
8126 - tcp: free batches of packets in tcp_prune_ofo_queue()
8127 - tcp: avoid collapses in tcp_prune_queue() if possible
8128 - tcp: detect malicious patterns in tcp_collapse_ofo_queue()
8129 - tcp: call tcp_drop() from tcp_data_queue_ofo()
8130 - tcp: add tcp_ooo_try_coalesce() helper
8131
8132 -- Stefan Bader <stefan.bader@canonical.com> Thu, 26 Jul 2018 17:20:29 +0200
8133
8134 linux (4.15.0-29.31) bionic; urgency=medium
8135
8136 * linux: 4.15.0-29.31 -proposed tracker (LP: #1782173)
8137
8138 * [SRU Bionic][Cosmic] kernel panic in ipmi_ssif at msg_done_handler
8139 (LP: #1777716)
8140 - ipmi_ssif: Fix kernel panic at msg_done_handler
8141
8142 * Update to ocxl driver for 18.04.1 (LP: #1775786)
8143 - misc: ocxl: use put_device() instead of device_unregister()
8144 - powerpc: Add TIDR CPU feature for POWER9
8145 - powerpc: Use TIDR CPU feature to control TIDR allocation
8146 - powerpc: use task_pid_nr() for TID allocation
8147 - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
8148 - ocxl: Expose the thread_id needed for wait on POWER9
8149 - ocxl: Add an IOCTL so userspace knows what OCXL features are available
8150 - ocxl: Document new OCXL IOCTLs
8151 - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()
8152
8153 * Critical upstream bugfix missing in Ubuntu 18.04 - frequent Xorg crash after
8154 suspend (LP: #1776887)
8155 - ocxl: Document the OCXL_IOCTL_GET_METADATA IOCTL
8156
8157 * Hard LOCKUP observed on stressing Ubuntu 18 04 (LP: #1777194)
8158 - powerpc: use NMI IPI for smp_send_stop
8159 - powerpc: Fix smp_send_stop NMI IPI handling
8160
8161 * IPL: ppc64_cpu --frequency hang with INFO: rcu_sched detected stalls on
8162 CPUs/tasks on w34 and wsbmc016 with 920.1714.20170330n (LP: #1773964)
8163 - rtc: opal: Fix OPAL RTC driver OPAL_BUSY loops
8164
8165 * [Regression] EXT4-fs error (device sda2): ext4_validate_block_bitmap:383:
8166 comm stress-ng: bg 4705: bad block bitmap checksum (LP: #1781709)
8167 - SAUCE: Revert "UBUNTU: SAUCE: ext4: fix ext4_validate_inode_bitmap: comm
8168 stress-ng: Corrupt inode bitmap"
8169 - SAUCE: ext4: check for allocation block validity with block group locked
8170
8171 -- Stefan Bader <stefan.bader@canonical.com> Tue, 17 Jul 2018 10:57:50 +0200
8172
8173 linux (4.15.0-28.30) bionic; urgency=medium
8174
8175 * linux: 4.15.0-28.30 -proposed tracker (LP: #1781433)
8176
8177 * Cannot set MTU higher than 1500 in Xen instance (LP: #1781413)
8178 - xen-netfront: Fix mismatched rtnl_unlock
8179 - xen-netfront: Update features after registering netdev
8180
8181 -- Kamal Mostafa <kamal@canonical.com> Thu, 12 Jul 2018 09:47:07 -0700
8182
8183 linux (4.15.0-27.29) bionic; urgency=medium
8184
8185 * linux: 4.15.0-27.29 -proposed tracker (LP: #1781062)
8186
8187 * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99:
8188 comm stress-ng: Corrupt inode bitmap (LP: #1780137)
8189 - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode
8190 bitmap
8191
8192 -- Khalid Elmously <khalid.elmously@canonical.com> Tue, 10 Jul 2018 19:05:00 -0400
8193
8194 linux (4.15.0-26.28) bionic; urgency=medium
8195
8196 * linux: 4.15.0-26.28 -proposed tracker (LP: #1780112)
8197
8198 * failure to boot with linux-image-4.15.0-24-generic (LP: #1779827) // Cloud-
8199 init causes potentially huge boot delays with 4.15 kernels (LP: #1780062)
8200 - random: Make getrandom() ready earlier
8201
8202 -- Stefan Bader <stefan.bader@canonical.com> Wed, 04 Jul 2018 17:52:52 +0200
8203
8204 linux (4.15.0-25.27) bionic; urgency=medium
8205
8206 * linux: 4.15.0-25.27 -proposed tracker (LP: #1779354)
8207
8208 * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736)
8209 - scsi: hisi_sas: Update a couple of register settings for v3 hw
8210
8211 * hisi_sas: Add missing PHY spinlock init (LP: #1777734)
8212 - scsi: hisi_sas: Add missing PHY spinlock init
8213
8214 * hisi_sas: improve read performance by pre-allocating slot DMA buffers
8215 (LP: #1777727)
8216 - scsi: hisi_sas: use dma_zalloc_coherent()
8217 - scsi: hisi_sas: Use dmam_alloc_coherent()
8218 - scsi: hisi_sas: Pre-allocate slot DMA buffers
8219
8220 * hisi_sas: Failures during host reset (LP: #1777696)
8221 - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()
8222 - scsi: hisi_sas: Fix the conflict between dev gone and host reset
8223 - scsi: hisi_sas: Adjust task reject period during host reset
8224 - scsi: hisi_sas: Add a flag to filter PHY events during reset
8225 - scsi: hisi_sas: Release all remaining resources in clear nexus ha
8226
8227 * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique
8228 (LP: #1776750)
8229 - scsi: hisi_sas: make SAS address of SATA disks unique
8230
8231 * Vcs-Git header on bionic linux source package points to zesty git tree
8232 (LP: #1766055)
8233 - [Packaging]: Update Vcs-Git
8234
8235 * large KVM instances run out of IRQ routes (LP: #1778261)
8236 - SAUCE: kvm -- increase KVM_MAX_IRQ_ROUTES to 2048 on x86
8237
8238 -- Khalid Elmously <khalid.elmously@canonical.com> Sun, 01 Jul 2018 23:10:18 +0000
8239
8240 linux (4.15.0-24.26) bionic; urgency=medium
8241
8242 * linux: 4.15.0-24.26 -proposed tracker (LP: #1776338)
8243
8244 * Bionic update: upstream stable patchset 2018-06-06 (LP: #1775483)
8245 - drm: bridge: dw-hdmi: Fix overflow workaround for Amlogic Meson GX SoCs
8246 - i40e: Fix attach VF to VM issue
8247 - tpm: cmd_ready command can be issued only after granting locality
8248 - tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
8249 - tpm: add retry logic
8250 - Revert "ath10k: send (re)assoc peer command when NSS changed"
8251 - bonding: do not set slave_dev npinfo before slave_enable_netpoll in
8252 bond_enslave
8253 - ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
8254 - ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts
8255 - KEYS: DNS: limit the length of option strings
8256 - l2tp: check sockaddr length in pppol2tp_connect()
8257 - net: validate attribute sizes in neigh_dump_table()
8258 - llc: delete timers synchronously in llc_sk_free()
8259 - tcp: don't read out-of-bounds opsize
8260 - net: af_packet: fix race in PACKET_{R|T}X_RING
8261 - tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets
8262 - net: fix deadlock while clearing neighbor proxy table
8263 - team: avoid adding twice the same option to the event list
8264 - net/smc: fix shutdown in state SMC_LISTEN
8265 - team: fix netconsole setup over team
8266 - packet: fix bitfield update race
8267 - tipc: add policy for TIPC_NLA_NET_ADDR
8268 - pppoe: check sockaddr length in pppoe_connect()
8269 - vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi
8270 - amd-xgbe: Add pre/post auto-negotiation phy hooks
8271 - sctp: do not check port in sctp_inet6_cmp_addr
8272 - amd-xgbe: Improve KR auto-negotiation and training
8273 - strparser: Do not call mod_delayed_work with a timeout of LONG_MAX
8274 - amd-xgbe: Only use the SFP supported transceiver signals
8275 - strparser: Fix incorrect strp->need_bytes value.
8276 - net: sched: ife: signal not finding metaid
8277 - tcp: clear tp->packets_out when purging write queue
8278 - net: sched: ife: handle malformed tlv length
8279 - net: sched: ife: check on metadata length
8280 - llc: hold llc_sap before release_sock()
8281 - llc: fix NULL pointer deref for SOCK_ZAPPED
8282 - net: ethernet: ti: cpsw: fix tx vlan priority mapping
8283 - virtio_net: split out ctrl buffer
8284 - virtio_net: fix adding vids on big-endian
8285 - KVM: s390: force bp isolation for VSIE
8286 - s390: correct module section names for expoline code revert
8287 - microblaze: Setup dependencies for ASM optimized lib functions
8288 - commoncap: Handle memory allocation failure.
8289 - scsi: mptsas: Disable WRITE SAME
8290 - cdrom: information leak in cdrom_ioctl_media_changed()
8291 - m68k/mac: Don't remap SWIM MMIO region
8292 - block/swim: Check drive type
8293 - block/swim: Don't log an error message for an invalid ioctl
8294 - block/swim: Remove extra put_disk() call from error path
8295 - block/swim: Rename macros to avoid inconsistent inverted logic
8296 - block/swim: Select appropriate drive on device open
8297 - block/swim: Fix array bounds check
8298 - block/swim: Fix IO error at end of medium
8299 - tracing: Fix missing tab for hwlat_detector print format
8300 - s390/cio: update chpid descriptor after resource accessibility event
8301 - s390/dasd: fix IO error for newly defined devices
8302 - s390/uprobes: implement arch_uretprobe_is_alive()
8303 - ACPI / video: Only default only_lcd to true on Win8-ready _desktops_
8304 - docs: ip-sysctl.txt: fix name of some ipv6 variables
8305 - net: mvpp2: Fix DMA address mask size
8306 - net: stmmac: Disable ACS Feature for GMAC >= 4
8307 - l2tp: hold reference on tunnels in netlink dumps
8308 - l2tp: hold reference on tunnels printed in pppol2tp proc file
8309 - l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file
8310 - l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow
8311 - s390/qeth: fix error handling in adapter command callbacks
8312 - s390/qeth: avoid control IO completion stalls
8313 - s390/qeth: handle failure on workqueue creation
8314 - bnxt_en: Fix memory fault in bnxt_ethtool_init()
8315 - virtio-net: add missing virtqueue kick when flushing packets
8316 - VSOCK: make af_vsock.ko removable again
8317 - hwmon: (k10temp) Add temperature offset for Ryzen 2700X
8318 - hwmon: (k10temp) Add support for AMD Ryzen w/ Vega graphics
8319 - s390/cpum_cf: rename IBM z13/z14 counter names
8320 - kprobes: Fix random address output of blacklist file
8321 - Revert "pinctrl: intel: Initialize GPIO properly when used through irqchip"
8322
8323 * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636)
8324 - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist
8325
8326 * bluetooth controller fail after suspend with USB autosuspend on XPS 13 9360
8327 (LP: #1775217)
8328 - Bluetooth: btusb: Add Dell XPS 13 9360 to btusb_needs_reset_resume_table
8329
8330 * [Hyper-V] PCI: hv: Fix 2 hang issues in hv_compose_msi_msg (LP: #1758378)
8331 - PCI: hv: Only queue new work items in hv_pci_devices_present() if necessary
8332 - PCI: hv: Remove the bogus test in hv_eject_device_work()
8333 - PCI: hv: Fix a comment typo in _hv_pcifront_read_config()
8334
8335 * register on binfmt_misc may overflow and crash the system (LP: #1775856)
8336 - fs/binfmt_misc.c: do not allow offset overflow
8337
8338 * CVE-2018-11508
8339 - compat: fix 4-byte infoleak via uninitialized struct field
8340
8341 * Network installs fail on SocioNext board (LP: #1775884)
8342 - net: netsec: reduce DMA mask to 40 bits
8343 - net: socionext: reset hardware in ndo_stop
8344 - net: netsec: enable tx-irq during open callback
8345
8346 * r8169 ethernet card don't work after returning from suspension
8347 (LP: #1752772)
8348 - PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi()
8349 - r8169: switch to device-managed functions in probe
8350 - r8169: remove netif_napi_del in probe error path
8351 - r8169: remove some WOL-related dead code
8352 - r8169: disable WOL per default
8353 - r8169: improve interrupt handling
8354 - r8169: fix interrupt number after adding support for MSI-X interrupts
8355
8356 * ISST-LTE:KVM:Ubuntu18.04:BostonLC:boslcp3:boslcp3g3:Guest conosle hangs
8357 after hotplug CPU add operation. (LP: #1759723)
8358 - genirq/affinity: assign vectors to all possible CPUs
8359 - genirq/affinity: Don't return with empty affinity masks on error
8360 - genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumask
8361 - genirq/affinity: Move actual irq vector spreading into a helper function
8362 - genirq/affinity: Allow irq spreading from a given starting point
8363 - genirq/affinity: Spread irq vectors among present CPUs as far as possible
8364 - blk-mq: simplify queue mapping & schedule with each possisble CPU
8365 - blk-mq: make sure hctx->next_cpu is set correctly
8366 - blk-mq: Avoid that blk_mq_delay_run_hw_queue() introduces unintended delays
8367 - blk-mq: make sure that correct hctx->next_cpu is set
8368 - blk-mq: avoid to write intermediate result to hctx->next_cpu
8369 - blk-mq: introduce blk_mq_hw_queue_first_cpu() to figure out first cpu
8370 - blk-mq: don't check queue mapped in __blk_mq_delay_run_hw_queue()
8371 - nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors
8372 - scsi: hpsa: fix selection of reply queue
8373 - scsi: megaraid_sas: fix selection of reply queue
8374 - scsi: core: introduce force_blk_mq
8375 - scsi: virtio_scsi: fix IO hang caused by automatic irq vector affinity
8376 - scsi: virtio_scsi: unify scsi_host_template
8377
8378 * Fix several bugs in RDMA/hns driver (LP: #1770974)
8379 - RDMA/hns: Use structs to describe the uABI instead of opencoding
8380 - RDMA/hns: Remove unnecessary platform_get_resource() error check
8381 - RDMA/hns: Remove unnecessary operator
8382 - RDMA/hns: Add names to function arguments in function pointers
8383 - RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_table
8384 - RDMA/hns: Fix a bug with modifying mac address
8385 - RDMA/hns: Use free_pages function instead of free_page
8386 - RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*()
8387 - RDMA/hns: Bugfix for init hem table
8388 - RDMA/hns: Intercept illegal RDMA operation when use inline data
8389 - RDMA/hns: Fix the qp context state diagram
8390 - RDMA/hns: Only assign mtu if IB_QP_PATH_MTU bit is set
8391 - RDMA/hns: Remove some unnecessary attr_mask judgement
8392 - RDMA/hns: Only assign dqpn if IB_QP_PATH_DEST_QPN bit is set
8393 - RDMA/hns: Adjust the order of cleanup hem table
8394 - RDMA/hns: Update assignment method for owner field of send wqe
8395 - RDMA/hns: Submit bad wr
8396 - RDMA/hns: Fix a couple misspellings
8397 - RDMA/hns: Add rq inline flags judgement
8398 - RDMA/hns: Bugfix for rq record db for kernel
8399 - RDMA/hns: Load the RoCE dirver automatically
8400 - RDMA/hns: Update convert function of endian format
8401 - RDMA/hns: Add return operation when configured global param fail
8402 - RDMA/hns: Not support qp transition from reset to reset for hip06
8403 - RDMA/hns: Fix the bug with rq sge
8404 - RDMA/hns: Set desc_dma_addr for zero when free cmq desc
8405 - RDMA/hns: Enable inner_pa_vld filed of mpt
8406 - RDMA/hns: Set NULL for __internal_mr
8407 - RDMA/hns: Fix the bug with NULL pointer
8408 - RDMA/hns: Bugfix for cq record db for kernel
8409 - RDMA/hns: Move the location for initializing tmp_len
8410 - RDMA/hns: Drop local zgid in favor of core defined variable
8411 - RDMA/hns: Add 64KB page size support for hip08
8412 - RDMA/hns: Rename the idx field of db
8413 - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust
8414 - RDMA/hns: Increase checking CMQ status timeout value
8415 - RDMA/hns: Add reset process for RoCE in hip08
8416 - RDMA/hns: Fix the illegal memory operation when cross page
8417 - RDMA/hns: Implement the disassociate_ucontext API
8418
8419 * powerpc/livepatch: Implement reliable stack tracing for the consistency
8420 model (LP: #1771844)
8421 - powerpc/livepatch: Implement reliable stack tracing for the consistency
8422 model
8423
8424 * vmxnet3: update to latest ToT (LP: #1768143)
8425 - vmxnet3: avoid xmit reset due to a race in vmxnet3
8426 - vmxnet3: use correct flag to indicate LRO feature
8427 - vmxnet3: fix incorrect dereference when rxvlan is disabled
8428
8429 * 4.15.0-22-generic fails to boot on IBM S822LC (POWER8 (raw), altivec
8430 supported) (LP: #1773162)
8431 - Revert "powerpc/64s: Add support for a store forwarding barrier at kernel
8432 entry/exit"
8433 - powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
8434
8435 * Decode ARM CPER records in kernel (LP: #1770244)
8436 - [Config] CONFIG_UEFI_CPER_ARM=y
8437 - efi: Move ARM CPER code to new file
8438 - efi: Parse ARM error information value
8439
8440 * Adding back alx WoL feature (LP: #1772610)
8441 - SAUCE: Revert "alx: remove WoL support"
8442 - SAUCE: alx: add enable_wol paramenter
8443
8444 * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103)
8445 - scsi: lpfc: Fix WQ/CQ creation for older asic's.
8446 - scsi: lpfc: Fix 16gb hbas failing cq create.
8447
8448 * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5
8449 idle states when all CORES are guarded (LP: #1771780)
8450 - SAUCE: cpuidle/powernv : init all present cpus for deep states
8451
8452 * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970)
8453 - net-next/hinic: add pci device ids for 25ge and 100ge card
8454
8455 * [Ubuntu 18.04.1] POWER9 - Nvidia Volta - Kernel changes to enable Nvidia
8456 driver on bare metal (LP: #1772991)
8457 - powerpc/powernv/npu: Fix deadlock in mmio_invalidate()
8458 - powerpc/powernv/mce: Don't silently restart the machine
8459 - powerpc/npu-dma.c: Fix crash after __mmu_notifier_register failure
8460 - powerpc/mm: Flush cache on memory hot(un)plug
8461 - powerpc/powernv/memtrace: Let the arch hotunplug code flush cache
8462 - powerpc/powernv/npu: Add lock to prevent race in concurrent context
8463 init/destroy
8464 - powerpc/powernv/npu: Prevent overwriting of pnv_npu2_init_contex() callback
8465 parameters
8466 - powerpc/powernv/npu: Do a PID GPU TLB flush when invalidating a large
8467 address range
8468 - powerpc/mce: Fix a bug where mce loops on memory UE.
8469
8470 * cpum_sf: ensure sample freq is non-zero (LP: #1772593)
8471 - s390/cpum_sf: ensure sample frequency of perf event attributes is non-zero
8472
8473 * PCIe link speeds of 16 GT/s are shown as "Unknown speed" (LP: #1773243)
8474 - PCI: Add decoding for 16 GT/s link speed
8475
8476 * False positive ACPI _PRS error messages (LP: #1773295)
8477 - ACPI / PCI: pci_link: Allow the absence of _PRS and change log level
8478
8479 * Dell systems crash when disabling Nvidia dGPU (LP: #1773299)
8480 - ACPI / OSI: Add OEM _OSI strings to disable NVidia RTD3
8481
8482 * wlp3s0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22)
8483 (LP: #1720930)
8484 - iwlwifi: mvm: fix "failed to remove key" message
8485
8486 * Expose arm64 CPU topology to userspace (LP: #1770231)
8487 - ACPICA: ACPI 6.2: Additional PPTT flags
8488 - drivers: base: cacheinfo: move cache_setup_of_node()
8489 - drivers: base: cacheinfo: setup DT cache properties early
8490 - cacheinfo: rename of_node to fw_token
8491 - arm64/acpi: Create arch specific cpu to acpi id helper
8492 - ACPI/PPTT: Add Processor Properties Topology Table parsing
8493 - [Config] CONFIG_ACPI_PPTT=y
8494 - ACPI: Enable PPTT support on ARM64
8495 - drivers: base cacheinfo: Add support for ACPI based firmware tables
8496 - arm64: Add support for ACPI based firmware tables
8497 - arm64: topology: rename cluster_id
8498 - arm64: topology: enable ACPI/PPTT based CPU topology
8499 - ACPI: Add PPTT to injectable table list
8500 - arm64: topology: divorce MC scheduling domain from core_siblings
8501
8502 * hisi_sas robustness fixes (LP: #1774466)
8503 - scsi: hisi_sas: delete timer when removing hisi_sas driver
8504 - scsi: hisi_sas: print device id for errors
8505 - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice
8506 - scsi: hisi_sas: check host frozen before calling "done" function
8507 - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()
8508 - scsi: hisi_sas: stop controller timer for reset
8509 - scsi: hisi_sas: update PHY linkrate after a controller reset
8510 - scsi: hisi_sas: change slot index allocation mode
8511 - scsi: hisi_sas: Change common allocation mode of device id
8512 - scsi: hisi_sas: Reset disks when discovered
8513 - scsi: hisi_sas: Create a scsi_host_template per HW module
8514 - scsi: hisi_sas: Init disks after controller reset
8515 - scsi: hisi_sas: Try wait commands before before controller reset
8516 - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot
8517 - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command
8518 - scsi: hisi_sas: Terminate STP reject quickly for v2 hw
8519 - scsi: hisi_sas: Fix return value when get_free_slot() failed
8520 - scsi: hisi_sas: Mark PHY as in reset for nexus reset
8521
8522 * hisi_sas: Support newer v3 hardware (LP: #1774467)
8523 - scsi: hisi_sas: update RAS feature for later revision of v3 HW
8524 - scsi: hisi_sas: check IPTT is valid before using it for v3 hw
8525 - scsi: hisi_sas: fix PI memory size
8526 - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw
8527 - scsi: hisi_sas: remove redundant handling to event95 for v3
8528 - scsi: hisi_sas: add readl poll timeout helper wrappers
8529 - scsi: hisi_sas: workaround a v3 hw hilink bug
8530 - scsi: hisi_sas: Add LED feature for v3 hw
8531
8532 * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472)
8533 - scsi: hisi_sas: initialize dq spinlock before use
8534 - scsi: hisi_sas: optimise the usage of DQ locking
8535 - scsi: hisi_sas: relocate smp sg map
8536 - scsi: hisi_sas: make return type of prep functions void
8537 - scsi: hisi_sas: allocate slot buffer earlier
8538 - scsi: hisi_sas: Don't lock DQ for complete task sending
8539 - scsi: hisi_sas: Use device lock to protect slot alloc/free
8540 - scsi: hisi_sas: add check of device in hisi_sas_task_exec()
8541 - scsi: hisi_sas: fix a typo in hisi_sas_task_prep()
8542
8543 * Request to revert SAUCE patches in the 18.04 SRU and update with upstream
8544 version (LP: #1768431)
8545 - scsi: cxlflash: Handle spurious interrupts
8546 - scsi: cxlflash: Remove commmands from pending list on timeout
8547 - scsi: cxlflash: Synchronize reset and remove ops
8548 - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3
8549
8550 * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520)
8551 - SAUCE: Revert "drm/i915/edp: Allow alternate fixed mode for eDP if
8552 available."
8553
8554 * ELANPAD ELAN0612 does not work, patch available (LP: #1773509)
8555 - SAUCE: Input: elan_i2c - add ELAN0612 to the ACPI table
8556
8557 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
8558 - SAUCE: CacheFiles: fix a read_waiter/read_copier race
8559
8560 * hns3 driver updates (LP: #1768670)
8561 - net: hns3: VF should get the real rss_size instead of rss_size_max
8562 - net: hns3: set the cmdq out_vld bit to 0 after used
8563 - net: hns3: fix endian issue when PF get mbx message flag
8564 - net: hns3: fix the queue id for tqp enable&&reset
8565 - net: hns3: set the max ring num when alloc netdev
8566 - net: hns3: add support for VF driver inner interface
8567 hclgevf_ops.get_tqps_and_rss_info
8568 - net: hns3: refactor the hclge_get/set_rss function
8569 - net: hns3: refactor the hclge_get/set_rss_tuple function
8570 - net: hns3: fix for RSS configuration loss problem during reset
8571 - net: hns3: fix for pause configuration lost during reset
8572 - net: hns3: fix for use-after-free when setting ring parameter
8573 - net: hns3: refactor the get/put_vector function
8574 - net: hns3: fix for coalesce configuration lost during reset
8575 - net: hns3: refactor the coalesce related struct
8576 - net: hns3: fix for coal configuation lost when setting the channel
8577 - net: hns3: add existence check when remove old uc mac address
8578 - net: hns3: fix for netdev not running problem after calling net_stop and
8579 net_open
8580 - net: hns3: fix for ipv6 address loss problem after setting channels
8581 - net: hns3: unify the pause params setup function
8582 - net: hns3: fix rx path skb->truesize reporting bug
8583 - net: hns3: add support for querying pfc puase packets statistic
8584 - net: hns3: fix for loopback failure when vlan filter is enable
8585 - net: hns3: fix for buffer overflow smatch warning
8586 - net: hns3: fix error type definition of return value
8587 - net: hns3: fix return value error of hclge_get_mac_vlan_cmd_status()
8588 - net: hns3: add existence checking before adding unicast mac address
8589 - net: hns3: add result checking for VF when modify unicast mac address
8590 - net: hns3: reallocate tx/rx buffer after changing mtu
8591 - net: hns3: fix the VF queue reset flow error
8592 - net: hns3: fix for vlan table lost problem when resetting
8593 - net: hns3: increase the max time for IMP handle command
8594 - net: hns3: change GL update rate
8595 - net: hns3: change the time interval of int_gl calculating
8596 - net: hns3: fix for getting wrong link mode problem
8597 - net: hns3: add get_link support to VF
8598 - net: hns3: add querying speed and duplex support to VF
8599 - net: hns3: fix for not returning problem in get_link_ksettings when phy
8600 exists
8601 - net: hns3: Changes to make enet watchdog timeout func common for PF/VF
8602 - net: hns3: Add VF Reset Service Task to support event handling
8603 - net: hns3: Add VF Reset device state and its handling
8604 - net: hns3: Add support to request VF Reset to PF
8605 - net: hns3: Add support to reset the enet/ring mgmt layer
8606 - net: hns3: Add support to re-initialize the hclge device
8607 - net: hns3: Changes to support ARQ(Asynchronous Receive Queue)
8608 - net: hns3: Add *Asserting Reset* mailbox message & handling in VF
8609 - net: hns3: Changes required in PF mailbox to support VF reset
8610 - net: hns3: hclge_inform_reset_assert_to_vf() can be static
8611 - net: hns3: fix for returning wrong value problem in hns3_get_rss_key_size
8612 - net: hns3: fix for returning wrong value problem in hns3_get_rss_indir_size
8613 - net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfo
8614 - net: hns3: fix for not initializing VF rss_hash_key problem
8615 - net: hns3: never send command queue message to IMP when reset
8616 - net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()
8617 - net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGES
8618 - net: hns3: Remove error log when getting pfc stats fails
8619 - net: hns3: fix to correctly fetch l4 protocol outer header
8620 - net: hns3: Fixes the out of bounds access in hclge_map_tqp
8621 - net: hns3: Fixes the error legs in hclge_init_ae_dev function
8622 - net: hns3: fix for phy_addr error in hclge_mac_mdio_config
8623 - net: hns3: Fix to support autoneg only for port attached with phy
8624 - net: hns3: fix a dead loop in hclge_cmd_csq_clean
8625 - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls
8626 - net: hns3: Remove packet statistics in the range of 8192~12287
8627 - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver
8628 - net: hns3: Fix for setting mac address when resetting
8629 - net: hns3: remove add/del_tunnel_udp in hns3_enet module
8630 - net: hns3: fix for cleaning ring problem
8631 - net: hns3: refactor the loopback related function
8632 - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
8633 - net: hns3: Fix for the null pointer problem occurring when initializing
8634 ae_dev failed
8635 - net: hns3: Add a check for client instance init state
8636 - net: hns3: Change return type of hnae3_register_ae_dev
8637 - net: hns3: Change return type of hnae3_register_ae_algo
8638 - net: hns3: Change return value in hnae3_register_client
8639 - net: hns3: Fixes the back pressure setting when sriov is enabled
8640 - net: hns3: Fix for fiber link up problem
8641 - net: hns3: Add support of .sriov_configure in HNS3 driver
8642 - net: hns3: Fixes the missing PCI iounmap for various legs
8643 - net: hns3: Fixes error reported by Kbuild and internal review
8644 - net: hns3: Fixes API to fetch ethernet header length with kernel default
8645 - net: hns3: cleanup of return values in hclge_init_client_instance()
8646 - net: hns3: Fix the missing client list node initialization
8647 - net: hns3: Fix for hns3 module is loaded multiple times problem
8648 - net: hns3: Use enums instead of magic number in hclge_is_special_opcode
8649 - net: hns3: Fix for netdev not running problem after calling net_stop and
8650 net_open
8651 - net: hns3: Fixes kernel panic issue during rmmod hns3 driver
8652 - net: hns3: Fix for CMDQ and Misc. interrupt init order problem
8653 - net: hns3: Updates RX packet info fetch in case of multi BD
8654 - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config
8655 - net: hns3: Add STRP_TAGP field support for hardware revision 0x21
8656 - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)
8657 - net: hns3: Fix for PF mailbox receving unknown message
8658 - net: hns3: Fixes the state to indicate client-type initialization
8659 - net: hns3: Fixes the init of the VALID BD info in the descriptor
8660 - net: hns3: Removes unnecessary check when clearing TX/RX rings
8661 - net: hns3: Clear TX/RX rings when stopping port & un-initializing client
8662 - net: hns3: Remove unused led control code
8663 - net: hns3: Adds support for led locate command for copper port
8664 - net: hns3: Fixes initalization of RoCE handle and makes it conditional
8665 - net: hns3: Disable vf vlan filter when vf vlan table is full
8666 - net: hns3: Add support for IFF_ALLMULTI flag
8667 - net: hns3: Add repeat address checking for setting mac address
8668 - net: hns3: Fix setting mac address error
8669 - net: hns3: Fix for service_task not running problem after resetting
8670 - net: hns3: Fix for hclge_reset running repeatly problem
8671 - net: hns3: Fix for phy not link up problem after resetting
8672 - net: hns3: Add missing break in misc_irq_handle
8673 - net: hns3: Fix for vxlan tx checksum bug
8674 - net: hns3: Optimize the PF's process of updating multicast MAC
8675 - net: hns3: Optimize the VF's process of updating multicast MAC
8676 - SAUCE: {topost} net: hns3: add support for serdes loopback selftest
8677 - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except
8678 VLD bit and buffer size
8679 - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from
8680 hclge_bind_ring_with_vector
8681 - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and
8682 uninit_client_instance
8683 - SAUCE: {topost} net: hns3: add vector status check before free vector
8684 - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6
8685 - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c
8686 - SAUCE: {topost} net: hns3: extraction an interface for state state
8687 init|uninit
8688 - SAUCE: {topost} net: hns3: print the ret value in error information
8689 - SAUCE: {topost} net: hns3: remove the Redundant put_vector in
8690 hns3_client_uninit
8691 - SAUCE: {topost} net: hns3: add unlikely for error check
8692 - SAUCE: {topost} net: hns3: remove back in struct hclge_hw
8693 - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits
8694 - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir
8695 - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send
8696 - SAUCE: {topost} net: hns3: remove some redundant assignments
8697 - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean
8698 - SAUCE: {topost} net: hns3: using modulo for cyclic counters in
8699 hclge_cmd_send
8700 - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done
8701 - SAUCE: {topost} net: hns3: remove some unused members of some structures
8702 - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set
8703 - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of
8704 kzalloc/dma_map_single
8705 - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_
8706 - SAUCE: {topost} net: hns3: fix unused function warning in VF driver
8707 - SAUCE: {topost} net: hns3: remove some redundant assignments
8708 - SAUCE: {topost} net: hns3: standardize the handle of return value
8709 - SAUCE: {topost} net: hns3: remove extra space and brackets
8710 - SAUCE: {topost} net: hns3: fix unreasonable code comments
8711 - SAUCE: {topost} net: hns3: use decimal for bit offset macros
8712 - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros
8713 - SAUCE: {topost} net: hns3: fix mislead parameter name
8714 - SAUCE: {topost} net: hns3: remove unused struct member and definition
8715 - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver
8716 - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE
8717 - SAUCE: {topost} net: hns3: optimize the process of notifying roce client
8718 - SAUCE: {topost} net: hns3: Add calling roce callback function when link
8719 status change
8720 - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up
8721 - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode
8722 - SAUCE: {topost} net: hns3: fix for waterline not setting correctly
8723 - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug
8724 - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem
8725 - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size
8726 - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest
8727 - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module
8728 - SAUCE: {topost} net: hns3: remove the warning when clear reset cause
8729 - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback
8730 function
8731 - SAUCE: {topost} net: hns3: prevent sending command during global or core
8732 reset
8733 - SAUCE: {topost} net: hns3: modify the order of initializeing command queue
8734 register
8735 - SAUCE: {topost} net: hns3: reset net device with rtnl_lock
8736 - SAUCE: {topost} net: hns3: prevent to request reset frequently
8737 - SAUCE: {topost} net: hns3: correct reset event status register
8738 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
8739 - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver
8740 - SAUCE: {topost} net: hns3: fix return value error in
8741 hns3_reset_notify_down_enet
8742 - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation
8743 while resetting
8744 - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm
8745 - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in
8746 hclge_get_ring_chain_from_mbx
8747 - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx
8748 - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response
8749 - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message
8750 - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process
8751
8752 * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306)
8753 - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs
8754
8755 * Bionic update: upstream stable patchset 2018-05-29 (LP: #1774063)
8756 - cifs: do not allow creating sockets except with SMB1 posix exensions
8757 - btrfs: fix unaligned access in readdir
8758 - x86/acpi: Prevent X2APIC id 0xffffffff from being accounted
8759 - clocksource/imx-tpm: Correct -ETIME return condition check
8760 - x86/tsc: Prevent 32bit truncation in calc_hpet_ref()
8761 - drm/vc4: Fix memory leak during BO teardown
8762 - drm/i915/gvt: throw error on unhandled vfio ioctls
8763 - drm/i915/audio: Fix audio detection issue on GLK
8764 - drm/i915: Do no use kfree() to free a kmem_cache_alloc() return value
8765 - drm/i915: Fix LSPCON TMDS output buffer enabling from low-power state
8766 - drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changing
8767 - usb: musb: fix enumeration after resume
8768 - usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers
8769 - usb: musb: Fix external abort in musb_remove on omap2430
8770 - firewire-ohci: work around oversized DMA reads on JMicron controllers
8771 - x86/tsc: Allow TSC calibration without PIT
8772 - NFSv4: always set NFS_LOCK_LOST when a lock is lost.
8773 - ACPI / LPSS: Do not instiate platform_dev for devs without MMIO resources
8774 - ALSA: hda - Use IS_REACHABLE() for dependency on input
8775 - ASoC: au1x: Fix timeout tests in au1xac97c_ac97_read()
8776 - kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
8777 - RDMA/core: Clarify rdma_ah_find_type
8778 - KVM: PPC: Book3S HV: Enable migration of decrementer register
8779 - netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460
8780 - tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into
8781 account
8782 - KVM: s390: use created_vcpus in more places
8783 - platform/x86: dell-laptop: Filter out spurious keyboard backlight change
8784 events
8785 - xprtrdma: Fix backchannel allocation of extra rpcrdma_reps
8786 - selftest: ftrace: Fix to pick text symbols for kprobes
8787 - PCI: Add function 1 DMA alias quirk for Marvell 9128
8788 - Input: psmouse - fix Synaptics detection when protocol is disabled
8789 - libbpf: Makefile set specified permission mode
8790 - Input: synaptics - reset the ABS_X/Y fuzz after initializing MT axes
8791 - i40iw: Free IEQ resources
8792 - i40iw: Zero-out consumer key on allocate stag for FMR
8793 - perf unwind: Do not look just at the global callchain_param.record_mode
8794 - tools lib traceevent: Simplify pointer print logic and fix %pF
8795 - perf callchain: Fix attr.sample_max_stack setting
8796 - tools lib traceevent: Fix get_field_str() for dynamic strings
8797 - perf record: Fix failed memory allocation for get_cpuid_str
8798 - iommu/exynos: Don't unconditionally steal bus ops
8799 - powerpc: System reset avoid interleaving oops using die synchronisation
8800 - iommu/vt-d: Use domain instead of cache fetching
8801 - dm thin: fix documentation relative to low water mark threshold
8802 - dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failure
8803 - ubifs: Fix uninitialized variable in search_dh_cookie()
8804 - net: stmmac: dwmac-meson8b: fix setting the RGMII TX clock on Meson8b
8805 - net: stmmac: dwmac-meson8b: propagate rate changes to the parent clock
8806 - spi: a3700: Clear DATA_OUT when performing a read
8807 - IB/cq: Don't force IB_POLL_DIRECT poll context for ib_process_cq_direct
8808 - nfs: Do not convert nfs_idmap_cache_timeout to jiffies
8809 - MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}
8810 - PCI: Add dummy pci_irqd_intx_xlate() for CONFIG_PCI=n build
8811 - watchdog: sp5100_tco: Fix watchdog disable bit
8812 - kconfig: Don't leak main menus during parsing
8813 - kconfig: Fix automatic menu creation mem leak
8814 - kconfig: Fix expr_free() E_NOT leak
8815 - ipmi/powernv: Fix error return code in ipmi_powernv_probe()
8816 - Btrfs: set plug for fsync
8817 - btrfs: Fix out of bounds access in btrfs_search_slot
8818 - Btrfs: fix scrub to repair raid6 corruption
8819 - btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP
8820 - Btrfs: fix unexpected EEXIST from btrfs_get_extent
8821 - Btrfs: raid56: fix race between merge_bio and rbio_orig_end_io
8822 - RDMA/cma: Check existence of netdevice during port validation
8823 - f2fs: avoid hungtask when GC encrypted block if io_bits is set
8824 - scsi: devinfo: fix format of the device list
8825 - scsi: fas216: fix sense buffer initialization
8826 - Input: stmfts - set IRQ_NOAUTOEN to the irq flag
8827 - HID: roccat: prevent an out of bounds read in kovaplus_profile_activated()
8828 - nfp: fix error return code in nfp_pci_probe()
8829 - block: Set BIO_TRACE_COMPLETION on new bio during split
8830 - bpf: test_maps: cleanup sockmaps when test ends
8831 - i40evf: Don't schedule reset_task when device is being removed
8832 - i40evf: ignore link up if not running
8833 - platform/x86: thinkpad_acpi: suppress warning about palm detection
8834 - KVM: s390: vsie: use READ_ONCE to access some SCB fields
8835 - blk-mq-debugfs: don't allow write on attributes with seq_operations set
8836 - ASoC: rockchip: Use dummy_dai for rt5514 dsp dailink
8837 - igb: Allow to remove administratively set MAC on VFs
8838 - igb: Clear TXSTMP when ptp_tx_work() is timeout
8839 - fm10k: fix "failed to kill vid" message for VF
8840 - x86/hyperv: Stop suppressing X86_FEATURE_PCID
8841 - tty: serial: exar: Relocate sleep wake-up handling
8842 - device property: Define type of PROPERTY_ENRTY_*() macros
8843 - crypto: artpec6 - remove select on non-existing CRYPTO_SHA384
8844 - RDMA/uverbs: Use an unambiguous errno for method not supported
8845 - jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path
8846 - ixgbe: don't set RXDCTL.RLPML for 82599
8847 - i40e: program fragmented IPv4 filter input set
8848 - i40e: fix reported mask for ntuple filters
8849 - samples/bpf: Partially fixes the bpf.o build
8850 - powerpc/numa: Use ibm,max-associativity-domains to discover possible nodes
8851 - powerpc/numa: Ensure nodes initialized for hotplug
8852 - RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failure
8853 - ntb_transport: Fix bug with max_mw_size parameter
8854 - gianfar: prevent integer wrapping in the rx handler
8855 - x86/hyperv: Check for required priviliges in hyperv_init()
8856 - netfilter: x_tables: fix pointer leaks to userspace
8857 - tcp_nv: fix potential integer overflow in tcpnv_acked
8858 - kvm: Map PFN-type memory regions as writable (if possible)
8859 - x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when
8860 running nested
8861 - fs/dax.c: release PMD lock even when there is no PMD support in DAX
8862 - ocfs2: return -EROFS to mount.ocfs2 if inode block is invalid
8863 - ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attribute
8864 - ocfs2: return error when we attempt to access a dirty bh in jbd2
8865 - mm/mempolicy: fix the check of nodemask from user
8866 - mm/mempolicy: add nodes_empty check in SYSC_migrate_pages
8867 - asm-generic: provide generic_pmdp_establish()
8868 - sparc64: update pmdp_invalidate() to return old pmd value
8869 - mm: thp: use down_read_trylock() in khugepaged to avoid long block
8870 - mm: pin address_space before dereferencing it while isolating an LRU page
8871 - mm/fadvise: discard partial page if endbyte is also EOF
8872 - openvswitch: Remove padding from packet before L3+ conntrack processing
8873 - blk-mq: fix discard merge with scheduler attached
8874 - IB/hfi1: Re-order IRQ cleanup to address driver cleanup race
8875 - IB/hfi1: Fix for potential refcount leak in hfi1_open_file()
8876 - IB/ipoib: Fix for potential no-carrier state
8877 - IB/core: Map iWarp AH type to undefined in rdma_ah_find_type
8878 - drm/nouveau/pmu/fuc: don't use movw directly anymore
8879 - s390/eadm: fix CONFIG_BLOCK include dependency
8880 - netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failure
8881 - x86/power: Fix swsusp_arch_resume prototype
8882 - x86/dumpstack: Avoid uninitlized variable
8883 - firmware: dmi_scan: Fix handling of empty DMI strings
8884 - ACPI: processor_perflib: Do not send _PPC change notification if not ready
8885 - ACPI / bus: Do not call _STA on battery devices with unmet dependencies
8886 - ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devs
8887 - MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASS
8888 - perf record: Fix period option handling
8889 - MIPS: Generic: Support GIC in EIC mode
8890 - perf evsel: Fix period/freq terms setup
8891 - xen-netfront: Fix race between device setup and open
8892 - xen/grant-table: Use put_page instead of free_page
8893 - bpf: sockmap, fix leaking maps with attached but not detached progs
8894 - RDS: IB: Fix null pointer issue
8895 - arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics
8896 - proc: fix /proc/*/map_files lookup
8897 - PM / domains: Fix up domain-idle-states OF parsing
8898 - cifs: silence compiler warnings showing up with gcc-8.0.0
8899 - bcache: properly set task state in bch_writeback_thread()
8900 - bcache: fix for allocator and register thread race
8901 - bcache: fix for data collapse after re-attaching an attached device
8902 - bcache: return attach error when no cache set exist
8903 - cpufreq: intel_pstate: Enable HWP during system resume on CPU0
8904 - selftests/ftrace: Add some missing glob checks
8905 - rxrpc: Don't put crypto buffers on the stack
8906 - svcrdma: Fix Read chunk round-up
8907 - net: Extra '_get' in declaration of arch_get_platform_mac_address
8908 - tools/libbpf: handle issues with bpf ELF objects containing .eh_frames
8909 - SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context
8910 - net: stmmac: discard disabled flags in interrupt status register
8911 - bpf: fix rlimit in reuseport net selftest
8912 - ACPI / EC: Restore polling during noirq suspend/resume phases
8913 - PM / wakeirq: Fix unbalanced IRQ enable for wakeirq
8914 - vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page
8915 - powerpc/mm/hash64: Zero PGD pages on allocation
8916 - x86/platform/UV: Fix GAM Range Table entries less than 1GB
8917 - locking/qspinlock: Ensure node->count is updated before initialising node
8918 - powerpc/powernv: IMC fix out of bounds memory access at shutdown
8919 - perf test: Fix test trace+probe_libc_inet_pton.sh for s390x
8920 - irqchip/gic-v3: Ignore disabled ITS nodes
8921 - cpumask: Make for_each_cpu_wrap() available on UP as well
8922 - irqchip/gic-v3: Change pr_debug message to pr_devel
8923 - RDMA/core: Reduce poll batch for direct cq polling
8924 - alarmtimer: Init nanosleep alarm timer on stack
8925 - netfilter: x_tables: cap allocations at 512 mbyte
8926 - netfilter: x_tables: add counters allocation wrapper
8927 - netfilter: compat: prepare xt_compat_init_offsets to return errors
8928 - netfilter: compat: reject huge allocation requests
8929 - netfilter: x_tables: limit allocation requests for blob rule heads
8930 - perf: Fix sample_max_stack maximum check
8931 - perf: Return proper values for user stack errors
8932 - RDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPs
8933 - Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"
8934 - mac80211_hwsim: fix use-after-free bug in hwsim_exit_net
8935 - btrfs: Fix race condition between delayed refs and blockgroup removal
8936 - mm,vmscan: Allow preallocating memory for register_shrinker().
8937
8938 * Bionic update: upstream stable patchset 2018-05-24 (LP: #1773233)
8939 - tty: make n_tty_read() always abort if hangup is in progress
8940 - cpufreq: CPPC: Use transition_delay_us depending transition_latency
8941 - ubifs: Check ubifs_wbuf_sync() return code
8942 - ubi: fastmap: Don't flush fastmap work on detach
8943 - ubi: Fix error for write access
8944 - ubi: Reject MLC NAND
8945 - mm/ksm.c: fix inconsistent accounting of zero pages
8946 - mm/hmm: hmm_pfns_bad() was accessing wrong struct
8947 - task_struct: only use anon struct under randstruct plugin
8948 - fs/reiserfs/journal.c: add missing resierfs_warning() arg
8949 - resource: fix integer overflow at reallocation
8950 - ipc/shm: fix use-after-free of shm file via remap_file_pages()
8951 - mm, slab: reschedule cache_reap() on the same CPU
8952 - usb: musb: gadget: misplaced out of bounds check
8953 - phy: allwinner: sun4i-usb: poll vbus changes on A23/A33 when driving VBUS
8954 - usb: gadget: udc: core: update usb_ep_queue() documentation
8955 - ARM64: dts: meson: reduce odroid-c2 eMMC maximum rate
8956 - KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list
8957 - ARM: EXYNOS: Fix coupled CPU idle freeze on Exynos4210
8958 - arm: dts: mt7623: fix USB initialization fails on bananapi-r2
8959 - ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property
8960 - ARM: dts: exynos: Fix IOMMU support for GScaler devices on Exynos5250
8961 - ARM: dts: at91: sama5d4: fix pinctrl compatible string
8962 - spi: atmel: init FIFOs before spi enable
8963 - spi: Fix scatterlist elements size in spi_map_buf
8964 - spi: Fix unregistration of controller with fixed SPI bus number
8965 - media: atomisp_fops.c: disable atomisp_compat_ioctl32
8966 - media: vivid: check if the cec_adapter is valid
8967 - media: vsp1: Fix BRx conditional path in WPF
8968 - x86/xen: Delay get_cpu_cap until stack canary is established
8969 - regmap: Fix reversed bounds check in regmap_raw_write()
8970 - ACPI / video: Add quirk to force acpi-video backlight on Samsung 670Z5E
8971 - ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()
8972 - USB: gadget: f_midi: fixing a possible double-free in f_midi
8973 - USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thaw
8974 - usb: dwc3: prevent setting PRTCAP to OTG from debugfs
8975 - usb: dwc3: pci: Properly cleanup resource
8976 - usb: dwc3: gadget: never call ->complete() from ->ep_queue()
8977 - cifs: fix memory leak in SMB2_open()
8978 - fix smb3-encryption breakage when CONFIG_DEBUG_SG=y
8979 - smb3: Fix root directory when server returns inode number of zero
8980 - HID: i2c-hid: fix size check and type usage
8981 - i2c: i801: Save register SMBSLVCMD value only once
8982 - i2c: i801: Restore configuration at shutdown
8983 - CIFS: refactor crypto shash/sdesc allocation&free
8984 - CIFS: add sha512 secmech
8985 - CIFS: fix sha512 check in cifs_crypto_secmech_release
8986 - powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bits
8987 - powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9
8988 - powerpc/64: Fix smp_wmb barrier definition use use lwsync consistently
8989 - powerpc/kprobes: Fix call trace due to incorrect preempt count
8990 - powerpc/kexec_file: Fix error code when trying to load kdump kernel
8991 - powerpc/powernv: define a standard delay for OPAL_BUSY type retry loops
8992 - powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loops
8993 - HID: Fix hid_report_len usage
8994 - HID: core: Fix size as type u32
8995 - soc: mediatek: fix the mistaken pointer accessed when subdomains are added
8996 - ASoC: ssm2602: Replace reg_default_raw with reg_default
8997 - ASoC: topology: Fix kcontrol name string handling
8998 - irqchip/gic: Take lock when updating irq type
8999 - random: use a tighter cap in credit_entropy_bits_safe()
9000 - extcon: intel-cht-wc: Set direction and drv flags for V5 boost GPIO
9001 - block: use 32-bit blk_status_t on Alpha
9002 - jbd2: if the journal is aborted then don't allow update of the log tail
9003 - ext4: shutdown should not prevent get_write_access
9004 - ext4: eliminate sleep from shutdown ioctl
9005 - ext4: pass -ESHUTDOWN code to jbd2 layer
9006 - ext4: don't update checksum of new initialized bitmaps
9007 - ext4: protect i_disksize update by i_data_sem in direct write path
9008 - ext4: limit xattr size to INT_MAX
9009 - ext4: always initialize the crc32c checksum driver
9010 - ext4: don't allow r/w mounts if metadata blocks overlap the superblock
9011 - ext4: move call to ext4_error() into ext4_xattr_check_block()
9012 - ext4: add bounds checking to ext4_xattr_find_entry()
9013 - ext4: add extra checks to ext4_xattr_block_get()
9014 - dm crypt: limit the number of allocated pages
9015 - RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA device
9016 - RDMA/mlx5: Protect from NULL pointer derefence
9017 - RDMA/rxe: Fix an out-of-bounds read
9018 - ALSA: pcm: Fix UAF at PCM release via PCM timer access
9019 - IB/srp: Fix srp_abort()
9020 - IB/srp: Fix completion vector assignment algorithm
9021 - dmaengine: at_xdmac: fix rare residue corruption
9022 - cxl: Fix possible deadlock when processing page faults from cxllib
9023 - tpm: self test failure should not cause suspend to fail
9024 - libnvdimm, dimm: fix dpa reservation vs uninitialized label area
9025 - libnvdimm, namespace: use a safe lookup for dimm device name
9026 - nfit, address-range-scrub: fix scrub in-progress reporting
9027 - nfit: skip region registration for incomplete control regions
9028 - ring-buffer: Check if memory is available before allocation
9029 - um: Compile with modern headers
9030 - um: Use POSIX ucontext_t instead of struct ucontext
9031 - iommu/vt-d: Fix a potential memory leak
9032 - mmc: jz4740: Fix race condition in IRQ mask update
9033 - mmc: tmio: Fix error handling when issuing CMD23
9034 - PCI: Mark Broadcom HT1100 and HT2000 Root Port Extended Tags as broken
9035 - clk: mvebu: armada-38x: add support for missing clocks
9036 - clk: fix false-positive Wmaybe-uninitialized warning
9037 - clk: mediatek: fix PWM clock source by adding a fixed-factor clock
9038 - clk: bcm2835: De-assert/assert PLL reset signal when appropriate
9039 - pwm: rcar: Fix a condition to prevent mismatch value setting to duty
9040 - thermal: imx: Fix race condition in imx_thermal_probe()
9041 - dt-bindings: clock: mediatek: add binding for fixed-factor clock axisel_d4
9042 - watchdog: f71808e_wdt: Fix WD_EN register read
9043 - ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulation
9044 - ALSA: pcm: Avoid potential races between OSS ioctls and read/write
9045 - ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams
9046 - ALSA: pcm: Fix mutex unbalance in OSS emulation ioctls
9047 - ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulation
9048 - drm/amdgpu: Add an ATPX quirk for hybrid laptop
9049 - drm/amdgpu: Fix always_valid bos multiple LRU insertions.
9050 - drm/amdgpu/sdma: fix mask in emit_pipeline_sync
9051 - drm/amdgpu: Fix PCIe lane width calculation
9052 - drm/amdgpu/si: implement get/set pcie_lanes asic callback
9053 - drm/rockchip: Clear all interrupts before requesting the IRQ
9054 - drm/radeon: add PX quirk for Asus K73TK
9055 - drm/radeon: Fix PCIe lane width calculation
9056 - ALSA: line6: Use correct endpoint type for midi output
9057 - ALSA: rawmidi: Fix missing input substream checks in compat ioctls
9058 - ALSA: hda - New VIA controller suppor no-snoop path
9059 - random: fix crng_ready() test
9060 - random: use a different mixing algorithm for add_device_randomness()
9061 - random: crng_reseed() should lock the crng instance that it is modifying
9062 - random: add new ioctl RNDRESEEDCRNG
9063 - HID: input: fix battery level reporting on BT mice
9064 - HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed device
9065 - HID: wacom: bluetooth: send exit report for recent Bluetooth devices
9066 - MIPS: uaccess: Add micromips clobbers to bzero invocation
9067 - MIPS: memset.S: EVA & fault support for small_memset
9068 - MIPS: memset.S: Fix return of __clear_user from Lpartial_fixup
9069 - MIPS: memset.S: Fix clobber of v1 in last_fixup
9070 - powerpc/eeh: Fix enabling bridge MMIO windows
9071 - powerpc/lib: Fix off-by-one in alternate feature patching
9072 - udf: Fix leak of UTF-16 surrogates into encoded strings
9073 - fanotify: fix logic of events on child
9074 - mmc: sdhci-pci: Only do AMD tuning for HS200
9075 - drm/i915: Correctly handle limited range YCbCr data on VLV/CHV
9076 - jffs2_kill_sb(): deal with failed allocations
9077 - hypfs_kill_super(): deal with failed allocations
9078 - orangefs_kill_sb(): deal with allocation failures
9079 - rpc_pipefs: fix double-dput()
9080 - Don't leak MNT_INTERNAL away from internal mounts
9081 - autofs: mount point create should honour passed in mode
9082 - mm/filemap.c: fix NULL pointer in page_cache_tree_insert()
9083 - Revert "media: lirc_zilog: driver only sends LIRCCODE"
9084 - media: staging: lirc_zilog: incorrect reference counting
9085 - writeback: safer lock nesting
9086 - Bluetooth: hci_bcm: Add irq_polarity module option
9087 - mm: hwpoison: disable memory error handling on 1GB hugepage
9088 - media: rc: oops in ir_timer_keyup after device unplug
9089 - acpi, nfit: rework NVDIMM leaf method detection
9090 - ceph: always update atime/mtime/ctime for new inode
9091 - ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()
9092 - ext4: force revalidation of directory pointer after seekdir(2)
9093 - RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack access
9094 - xprtrdma: Fix latency regression on NUMA NFS/RDMA clients
9095 - xprtrdma: Fix corner cases when handling device removal
9096 - IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()
9097 - drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4
9098 - drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4
9099 - mmc: core: Prevent bus reference leak in mmc_blk_init()
9100 - drm/amd/display: HDMI has no sound after Panel power off/on
9101 - trace_uprobe: Use %lx to display offset
9102 - clk: tegra: Mark HCLK, SCLK and EMC as critical
9103 - pwm: mediatek: Fix up PWM4 and PWM5 malfunction on MT7623
9104 - pwm: mediatek: Improve precision in rate calculation
9105 - HID: i2c-hid: Fix resume issue on Raydium touchscreen device
9106 - s390: add support for IBM z14 Model ZR1
9107 - drm/i915: Fix hibernation with ACPI S0 target state
9108 - libnvdimm, dimm: handle EACCES failures from label reads
9109 - device-dax: allow MAP_SYNC to succeed
9110 - HID: i2c-hid: fix inverted return value from i2c_hid_command()
9111
9112 * CVE-2018-7755
9113 - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
9114
9115 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 12 Jun 2018 18:09:35 +0200
9116
9117 linux (4.15.0-23.25) bionic; urgency=medium
9118
9119 * linux: 4.15.0-23.25 -proposed tracker (LP: #1772927)
9120
9121 * arm64 SDEI support needs trampoline code for KPTI (LP: #1768630)
9122 - arm64: mmu: add the entry trampolines start/end section markers into
9123 sections.h
9124 - arm64: sdei: Add trampoline code for remapping the kernel
9125
9126 * Some PCIe errors not surfaced through rasdaemon (LP: #1769730)
9127 - ACPI: APEI: handle PCIe AER errors in separate function
9128 - ACPI: APEI: call into AER handling regardless of severity
9129
9130 * qla2xxx: Fix page fault at kmem_cache_alloc_node() (LP: #1770003)
9131 - scsi: qla2xxx: Fix session cleanup for N2N
9132 - scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()
9133 - scsi: qla2xxx: Serialize session deletion by using work_lock
9134 - scsi: qla2xxx: Serialize session free in qlt_free_session_done
9135 - scsi: qla2xxx: Don't call dma_free_coherent with IRQ disabled.
9136 - scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()
9137 - scsi: qla2xxx: Prevent relogin trigger from sending too many commands
9138 - scsi: qla2xxx: Fix double free bug after firmware timeout
9139 - scsi: qla2xxx: Fixup locking for session deletion
9140
9141 * Several hisi_sas bug fixes (LP: #1768974)
9142 - scsi: hisi_sas: dt-bindings: add an property of signal attenuation
9143 - scsi: hisi_sas: support the property of signal attenuation for v2 hw
9144 - scsi: hisi_sas: fix the issue of link rate inconsistency
9145 - scsi: hisi_sas: fix the issue of setting linkrate register
9146 - scsi: hisi_sas: increase timer expire of internal abort task
9147 - scsi: hisi_sas: remove unused variable hisi_sas_devices.running_req
9148 - scsi: hisi_sas: fix return value of hisi_sas_task_prep()
9149 - scsi: hisi_sas: Code cleanup and minor bug fixes
9150
9151 * [bionic] machine stuck and bonding not working well when nvmet_rdma module
9152 is loaded (LP: #1764982)
9153 - nvmet-rdma: Don't flush system_wq by default during remove_one
9154 - nvme-rdma: Don't flush delete_wq by default during remove_one
9155
9156 * Warnings/hang during error handling of SATA disks on SAS controller
9157 (LP: #1768971)
9158 - scsi: libsas: defer ata device eh commands to libata
9159
9160 * Hotplugging a SATA disk into a SAS controller may cause crash (LP: #1768948)
9161 - ata: do not schedule hot plug if it is a sas host
9162
9163 * ISST-LTE:pKVM:Ubuntu1804: rcu_sched self-detected stall on CPU follow by CPU
9164 ATTEMPT TO RE-ENTER FIRMWARE! (LP: #1767927)
9165 - powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write()
9166 - powerpc/64s: return more carefully from sreset NMI
9167 - powerpc/64s: sreset panic if there is no debugger or crash dump handlers
9168
9169 * fsnotify: Fix fsnotify_mark_connector race (LP: #1765564)
9170 - fsnotify: Fix fsnotify_mark_connector race
9171
9172 * Hang on network interface removal in Xen virtual machine (LP: #1771620)
9173 - xen-netfront: Fix hang on device removal
9174
9175 * HiSilicon HNS NIC names are truncated in /proc/interrupts (LP: #1765977)
9176 - net: hns: Avoid action name truncation
9177
9178 * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849)
9179 - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on
9180 num_possible_cpus()
9181
9182 * Switch Build-Depends: transfig to fig2dev (LP: #1770770)
9183 - [Config] update Build-Depends: transfig to fig2dev
9184
9185 * smp_call_function_single/many core hangs with stop4 alone (LP: #1768898)
9186 - cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer
9187 interrupt
9188
9189 * Add d-i support for Huawei NICs (LP: #1767490)
9190 - d-i: add hinic to nic-modules udeb
9191
9192 * unregister_netdevice: waiting for eth0 to become free. Usage count = 5
9193 (LP: #1746474)
9194 - xfrm: reuse uncached_list to track xdsts
9195
9196 * Include nfp driver in linux-modules (LP: #1768526)
9197 - [Config] Add nfp.ko to generic inclusion list
9198
9199 * Kernel panic on boot (m1.small in cn-north-1) (LP: #1771679)
9200 - x86/xen: Reset VCPU0 info pointer after shared_info remap
9201
9202 * CVE-2018-3639 (x86)
9203 - x86/bugs: Fix the parameters alignment and missing void
9204 - KVM: SVM: Move spec control call after restore of GS
9205 - x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP
9206 - x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRS
9207 - x86/cpufeatures: Disentangle SSBD enumeration
9208 - x86/cpufeatures: Add FEATURE_ZEN
9209 - x86/speculation: Handle HT correctly on AMD
9210 - x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL
9211 - x86/speculation: Add virtualized speculative store bypass disable support
9212 - x86/speculation: Rework speculative_store_bypass_update()
9213 - x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}
9214 - x86/bugs: Expose x86_spec_ctrl_base directly
9215 - x86/bugs: Remove x86_spec_ctrl_set()
9216 - x86/bugs: Rework spec_ctrl base and mask logic
9217 - x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFG
9218 - KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
9219 - x86/bugs: Rename SSBD_NO to SSB_NO
9220 - bpf: Prevent memory disambiguation attack
9221 - KVM: VMX: Expose SSBD properly to guests.
9222
9223 * Suspend to idle: Open lid didn't resume (LP: #1771542)
9224 - ACPI / PM: Do not reconfigure GPEs for suspend-to-idle
9225
9226 * Fix initialization failure detection in SDEI for device-tree based systems
9227 (LP: #1768663)
9228 - firmware: arm_sdei: Fix return value check in sdei_present_dt()
9229
9230 * No driver for Huawei network adapters on arm64 (LP: #1769899)
9231 - net-next/hinic: add arm64 support
9232
9233 * CVE-2018-1092
9234 - ext4: fail ext4_iget for root directory if unallocated
9235
9236 * kernel 4.15 breaks nouveau on Lenovo P50 (LP: #1763189)
9237 - drm/nouveau: Fix deadlock in nv50_mstm_register_connector()
9238
9239 * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails
9240 to load (LP: #1728238)
9241 - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for
9242 unreleased firmware"
9243
9244 * Battery drains when laptop is off (shutdown) (LP: #1745646)
9245 - PCI / PM: Check device_may_wakeup() in pci_enable_wake()
9246
9247 * Dell Latitude 5490/5590 BIOS update 1.1.9 causes black screen at boot
9248 (LP: #1764194)
9249 - drm/i915/bios: filter out invalid DDC pins from VBT child devices
9250
9251 * Intel 9462 A370:42A4 doesn't work (LP: #1748853)
9252 - iwlwifi: add shared clock PHY config flag for some devices
9253 - iwlwifi: add a bunch of new 9000 PCI IDs
9254
9255 * Fix an issue that some PCI devices get incorrectly suspended (LP: #1764684)
9256 - PCI / PM: Always check PME wakeup capability for runtime wakeup support
9257
9258 * [SRU][Bionic/Artful] fix false positives in W+X checking (LP: #1769696)
9259 - init: fix false positives in W+X checking
9260
9261 * Bionic update to v4.15.18 stable release (LP: #1769723)
9262 - netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to
9263 ip_set_net_exit()
9264 - cdc_ether: flag the Cinterion AHS8 modem by gemalto as WWAN
9265 - rds: MP-RDS may use an invalid c_path
9266 - slip: Check if rstate is initialized before uncompressing
9267 - vhost: fix vhost_vq_access_ok() log check
9268 - l2tp: fix races in tunnel creation
9269 - l2tp: fix race in duplicate tunnel detection
9270 - ip_gre: clear feature flags when incompatible o_flags are set
9271 - vhost: Fix vhost_copy_to_user()
9272 - lan78xx: Correctly indicate invalid OTP
9273 - media: v4l2-compat-ioctl32: don't oops on overlay
9274 - media: v4l: vsp1: Fix header display list status check in continuous mode
9275 - ipmi: Fix some error cleanup issues
9276 - parisc: Fix out of array access in match_pci_device()
9277 - parisc: Fix HPMC handler by increasing size to multiple of 16 bytes
9278 - Drivers: hv: vmbus: do not mark HV_PCIE as perf_device
9279 - PCI: hv: Serialize the present and eject work items
9280 - PCI: hv: Fix 2 hang issues in hv_compose_msi_msg()
9281 - KVM: PPC: Book3S HV: trace_tlbie must not be called in realmode
9282 - perf/core: Fix use-after-free in uprobe_perf_close()
9283 - x86/mce/AMD: Get address from already initialized block
9284 - hwmon: (ina2xx) Fix access to uninitialized mutex
9285 - ath9k: Protect queue draining by rcu_read_lock()
9286 - x86/apic: Fix signedness bug in APIC ID validity checks
9287 - f2fs: fix heap mode to reset it back
9288 - block: Change a rcu_read_{lock,unlock}_sched() pair into
9289 rcu_read_{lock,unlock}()
9290 - nvme: Skip checking heads without namespaces
9291 - lib: fix stall in __bitmap_parselist()
9292 - blk-mq: order getting budget and driver tag
9293 - blk-mq: don't keep offline CPUs mapped to hctx 0
9294 - ovl: fix lookup with middle layer opaque dir and absolute path redirects
9295 - xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handling
9296 - hugetlbfs: fix bug in pgoff overflow checking
9297 - nfsd: fix incorrect umasks
9298 - scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failure
9299 - block/loop: fix deadlock after loop_set_status
9300 - nfit: fix region registration vs block-data-window ranges
9301 - s390/qdio: don't retry EQBS after CCQ 96
9302 - s390/qdio: don't merge ERROR output buffers
9303 - s390/ipl: ensure loadparm valid flag is set
9304 - get_user_pages_fast(): return -EFAULT on access_ok failure
9305 - mm/gup_benchmark: handle gup failures
9306 - getname_kernel() needs to make sure that ->name != ->iname in long case
9307 - Bluetooth: Fix connection if directed advertising and privacy is used
9308 - Bluetooth: hci_bcm: Treat Interrupt ACPI resources as always being active-
9309 low
9310 - rtl8187: Fix NULL pointer dereference in priv->conf_mutex
9311 - ovl: set lower layer st_dev only if setting lower st_ino
9312 - Linux 4.15.18
9313
9314 * Kernel bug when unplugging Thunderbolt 3 cable, leaves xHCI host controller
9315 dead (LP: #1768852)
9316 - xhci: Fix Kernel oops in xhci dbgtty
9317
9318 * Incorrect blacklist of bcm2835_wdt (LP: #1766052)
9319 - [Packaging] Fix missing watchdog for Raspberry Pi
9320
9321 * CVE-2018-8087
9322 - mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()
9323
9324 * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in
9325 DELL XPS 13 9370 with firmware 1.50 (LP: #1763748)
9326 - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device
9327
9328 * [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup (LP: #1769721)
9329 - SAUCE: ALSA: hda/realtek - Clevo P950ER ALC1220 Fixup
9330
9331 * Bionic: Intermittently sent to Emergency Mode on boot with unhandled kernel
9332 NULL pointer dereference at 0000000000000980 (LP: #1768292)
9333 - thunderbolt: Prevent crash when ICM firmware is not running
9334
9335 * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761)
9336 - [Config] snapdragon: DRM_I2C_ADV7511=y
9337
9338 * regression Aquantia Corp. AQC107 4.15.0-13-generic -> 4.15.0-20-generic ?
9339 (LP: #1767088)
9340 - net: aquantia: Regression on reset with 1.x firmware
9341 - net: aquantia: oops when shutdown on already stopped device
9342
9343 * e1000e msix interrupts broken in linux-image-4.15.0-15-generic
9344 (LP: #1764892)
9345 - e1000e: Remove Other from EIAC
9346
9347 * Acer Swift sf314-52 power button not managed (LP: #1766054)
9348 - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode
9349
9350 * set PINCFG_HEADSET_MIC to parse_flags for Dell precision 3630 (LP: #1766398)
9351 - ALSA: hda/realtek - set PINCFG_HEADSET_MIC to parse_flags
9352
9353 * Change the location for one of two front mics on a lenovo thinkcentre
9354 machine (LP: #1766477)
9355 - ALSA: hda/realtek - adjust the location of one mic
9356
9357 * SRU: bionic: apply 50 ZFS upstream bugfixes (LP: #1764690)
9358 - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu15 (LP: #1764690)
9359
9360 * [8086:3e92] display becomes blank after S3 (LP: #1763271)
9361 - drm/i915/edp: Do not do link training fallback or prune modes on EDP
9362
9363 -- Stefan Bader <stefan.bader@canonical.com> Wed, 23 May 2018 18:54:55 +0200
9364
9365 linux (4.15.0-22.24) bionic; urgency=medium
9366
9367 * CVE-2018-3639 (powerpc)
9368 - powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
9369 - stf-barrier: set eieio instruction bit 6 for future optimisations
9370
9371 * CVE-2018-3639 (x86)
9372 - x86/nospec: Simplify alternative_msr_write()
9373 - x86/bugs: Concentrate bug detection into a separate function
9374 - x86/bugs: Concentrate bug reporting into a separate function
9375 - x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bits
9376 - x86/bugs, KVM: Support the combination of guest and host IBRS
9377 - x86/bugs: Expose /sys/../spec_store_bypass
9378 - x86/cpufeatures: Add X86_FEATURE_RDS
9379 - x86/bugs: Provide boot parameters for the spec_store_bypass_disable
9380 mitigation
9381 - x86/bugs/intel: Set proper CPU features and setup RDS
9382 - x86/bugs: Whitelist allowed SPEC_CTRL MSR values
9383 - x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requested
9384 - x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest
9385 - x86/speculation: Create spec-ctrl.h to avoid include hell
9386 - prctl: Add speculation control prctls
9387 - x86/process: Allow runtime control of Speculative Store Bypass
9388 - x86/speculation: Add prctl for Speculative Store Bypass mitigation
9389 - nospec: Allow getting/setting on non-current task
9390 - proc: Provide details on speculation flaw mitigations
9391 - seccomp: Enable speculation flaw mitigations
9392 - x86/bugs: Make boot modes __ro_after_init
9393 - prctl: Add force disable speculation
9394 - seccomp: Use PR_SPEC_FORCE_DISABLE
9395 - seccomp: Add filter flag to opt-out of SSB mitigation
9396 - seccomp: Move speculation migitation control to arch code
9397 - x86/speculation: Make "seccomp" the default mode for Speculative Store
9398 Bypass
9399 - x86/bugs: Rename _RDS to _SSBD
9400 - proc: Use underscores for SSBD in 'status'
9401 - Documentation/spec_ctrl: Do some minor cleanups
9402 - x86/bugs: Fix __ssb_select_mitigation() return type
9403 - x86/bugs: Make cpu_show_common() static
9404
9405 * LSM Stacking prctl values should be redefined as to not collide with
9406 upstream prctls (LP: #1769263) // CVE-2018-3639
9407 - SAUCE: LSM stacking: adjust prctl values
9408
9409 -- Stefan Bader <stefan.bader@canonical.com> Tue, 15 May 2018 07:41:28 +0200
9410
9411 linux (4.15.0-21.22) bionic; urgency=medium
9412
9413 * linux: 4.15.0-21.22 -proposed tracker (LP: #1767397)
9414
9415 * initramfs-tools exception during pm.DoInstall with do-release-upgrade from
9416 16.04 to 18.04 (LP: #1766727)
9417 - Add linux-image-* Breaks on s390-tools (<< 2.3.0-0ubuntu3)
9418
9419 * linux-image-4.15.0-20-generic install after upgrade from xenial breaks
9420 (LP: #1767133)
9421 - Packaging: Depends on linux-base that provides the necessary tools
9422
9423 * linux-image packages need to Breaks flash-kernel << 3.90ubuntu2
9424 (LP: #1766629)
9425 - linux-image-* breaks on flash-kernel (<< 3.90ubuntu2)
9426
9427 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 30 Apr 2018 14:58:35 -0300
9428
9429 linux (4.15.0-20.21) bionic; urgency=medium
9430
9431 * linux: 4.15.0-20.21 -proposed tracker (LP: #1766452)
9432
9433 * package shim-signed (not installed) failed to install/upgrade: installed
9434 shim-signed package post-installation script subprocess returned error exit
9435 status 5 (LP: #1766391)
9436 - [Packaging] fix invocation of header postinst hooks
9437
9438 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Apr 2018 23:56:17 -0500
9439
9440 linux (4.15.0-19.20) bionic; urgency=medium
9441
9442 * linux: 4.15.0-19.20 -proposed tracker (LP: #1766021)
9443
9444 * Kernel 4.15.0-15 breaks Dell PowerEdge 12th Gen servers (LP: #1765232)
9445 - Revert "blk-mq: simplify queue mapping & schedule with each possisble CPU"
9446 - Revert "genirq/affinity: assign vectors to all possible CPUs"
9447
9448 -- Seth Forshee <seth.forshee@canonical.com> Sat, 21 Apr 2018 17:19:00 -0500
9449
9450 linux (4.15.0-18.19) bionic; urgency=medium
9451
9452 * linux: 4.15.0-18.19 -proposed tracker (LP: #1765490)
9453
9454 * [regression] Ubuntu 18.04:[4.15.0-17-generic #18] KVM Guest Kernel:
9455 meltdown: rfi/fallback displacement flush not enabled bydefault (kvm)
9456 (LP: #1765429)
9457 - powerpc/pseries: Fix clearing of security feature flags
9458
9459 * signing: only install a signed kernel (LP: #1764794)
9460 - [Packaging] update to Debian like control scripts
9461 - [Packaging] switch to triggers for postinst.d postrm.d handling
9462 - [Packaging] signing -- switch to raw-signing tarballs
9463 - [Packaging] signing -- switch to linux-image as signed when available
9464 - [Config] signing -- enable Opal signing for ppc64el
9465 - [Packaging] printenv -- add signing options
9466
9467 * [18.04 FEAT] Sign POWER host/NV kernels (LP: #1696154)
9468 - [Packaging] signing -- add support for signing Opal kernel binaries
9469
9470 * Please cherrypick s390 unwind fix (LP: #1765083)
9471 - s390/compat: fix setup_frame32
9472
9473 * Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L]
9474 [ipr] (LP: #1751813)
9475 - d-i: move ipr to storage-core-modules on ppc64el
9476
9477 * drivers/gpu/drm/bridge/adv7511/adv7511.ko missing (LP: #1764816)
9478 - SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm
9479
9480 * Miscellaneous Ubuntu changes
9481 - [Packaging] Add linux-oem to rebuild test blacklist.
9482
9483 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 19 Apr 2018 18:06:46 -0300
9484
9485 linux (4.15.0-17.18) bionic; urgency=medium
9486
9487 * linux: 4.15.0-17.18 -proposed tracker (LP: #1764498)
9488
9489 * Eventual OOM with profile reloads (LP: #1750594)
9490 - SAUCE: apparmor: fix memory leak when duplicate profile load
9491
9492 -- Seth Forshee <seth.forshee@canonical.com> Mon, 16 Apr 2018 14:48:18 -0500
9493
9494 linux (4.15.0-16.17) bionic; urgency=medium
9495
9496 * linux: 4.15.0-16.17 -proposed tracker (LP: #1763785)
9497
9498 * [18.04] [bug] CFL-S(CNP)/CNL GPIO testing failed (LP: #1757346)
9499 - [Config]: Set CONFIG_PINCTRL_CANNONLAKE=y
9500
9501 * [Ubuntu 18.04] USB Type-C test failed on GLK (LP: #1758797)
9502 - SAUCE: usb: typec: ucsi: Increase command completion timeout value
9503
9504 * Fix trying to "push" an already active pool VP (LP: #1763386)
9505 - SAUCE: powerpc/xive: Fix trying to "push" an already active pool VP
9506
9507 * hisi_sas: Revert and replace SAUCE patches w/ upstream (LP: #1762824)
9508 - Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to
9509 userspace"
9510 - Revert "UBUNTU: SAUCE: scsi: hisi_sas: config for hip08 ES"
9511 - scsi: hisi_sas: modify some register config for hip08
9512 - scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE()
9513
9514 * Realtek card reader - RTS5243 [VEN_10EC&DEV_5260] (LP: #1737673)
9515 - misc: rtsx: Move Realtek Card Reader Driver to misc
9516 - updateconfigs for Realtek Card Reader Driver
9517 - misc: rtsx: Add support for RTS5260
9518 - misc: rtsx: Fix symbol clashes
9519
9520 * Mellanox [mlx5] [bionic] UBSAN: Undefined behaviour in
9521 ./include/linux/net_dim.h (LP: #1763269)
9522 - net/mlx5e: Fix int overflow
9523
9524 * apparmor bug fixes for bionic (LP: #1763427)
9525 - apparmor: fix logging of the existence test for signals
9526 - apparmor: make signal label match work when matching stacked labels
9527 - apparmor: audit unknown signal numbers
9528 - apparmor: fix memory leak on buffer on error exit path
9529 - apparmor: fix mediation of prlimit
9530
9531 * dangling symlinks to loaded apparmor policy (LP: #1755563) // apparmor bug
9532 fixes for bionic (LP: #1763427)
9533 - apparmor: fix dangling symlinks to policy rawdata after replacement
9534
9535 * [OPAL] Assert fail:
9536 core/mem_region.c:447:lock_held_by_me(&region->free_list_lock)
9537 (LP: #1762913)
9538 - powerpc/watchdog: remove arch_trigger_cpumask_backtrace
9539
9540 * [LTC Test] Ubuntu 18.04: tm_trap_test failed on P8 compat mode guest
9541 (LP: #1762928)
9542 - powerpc/tm: Fix endianness flip on trap
9543
9544 * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674)
9545 - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail
9546 - SAUCE: (no-up) ASoC: rt5660: Add ACPI support
9547 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Add MCLK, quirks
9548 - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m
9549
9550 * /dev/ipmi enumeration flaky on Cavium Sabre nodes (LP: #1762812)
9551 - i2c: xlp9xx: return ENXIO on slave address NACK
9552 - i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly
9553 - i2c: xlp9xx: Check for Bus state before every transfer
9554 - i2c: xlp9xx: Handle NACK on DATA properly
9555
9556 * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
9557 - tools/kvm_stat: simplify the sortkey function
9558 - tools/kvm_stat: use a namedtuple for storing the values
9559 - tools/kvm_stat: use a more pythonic way to iterate over dictionaries
9560 - tools/kvm_stat: avoid 'is' for equality checks
9561 - tools/kvm_stat: fix crash when filtering out all non-child trace events
9562 - tools/kvm_stat: print error on invalid regex
9563 - tools/kvm_stat: fix debugfs handling
9564 - tools/kvm_stat: mark private methods as such
9565 - tools/kvm_stat: eliminate extra guest/pid selection dialog
9566 - tools/kvm_stat: separate drilldown and fields filtering
9567 - tools/kvm_stat: group child events indented after parent
9568 - tools/kvm_stat: print 'Total' line for multiple events only
9569 - tools/kvm_stat: Fix python3 syntax
9570 - tools/kvm_stat: Don't use deprecated file()
9571 - tools/kvm_stat: Remove unused function
9572 - [Packaging] Add linux-tools-host package for VM host tools
9573 - [Config] do_tools_host=true for amd64
9574
9575 * Bionic update to v4.15.17 stable release (LP: #1763366)
9576 - i40iw: Fix sequence number for the first partial FPDU
9577 - i40iw: Correct Q1/XF object count equation
9578 - i40iw: Validate correct IRD/ORD connection parameters
9579 - clk: meson: mpll: use 64-bit maths in params_from_rate
9580 - ARM: dts: ls1021a: add "fsl,ls1021a-esdhc" compatible string to esdhc node
9581 - Bluetooth: Add a new 04ca:3015 QCA_ROME device
9582 - ipv6: Reinject IPv6 packets if IPsec policy matches after SNAT
9583 - thermal: power_allocator: fix one race condition issue for thermal_instances
9584 list
9585 - perf probe: Find versioned symbols from map
9586 - perf probe: Add warning message if there is unexpected event name
9587 - perf evsel: Fix swap for samples with raw data
9588 - perf evsel: Enable ignore_missing_thread for pid option
9589 - l2tp: fix missing print session offset info
9590 - rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
9591 - ACPI / video: Default lcd_only to true on Win8-ready and newer machines
9592 - IB/mlx5: Report inner RSS capability
9593 - VFS: close race between getcwd() and d_move()
9594 - watchdog: dw_wdt: add stop watchdog operation
9595 - clk: divider: fix incorrect usage of container_of
9596 - PM / devfreq: Fix potential NULL pointer dereference in governor_store
9597 - gpiolib: don't dereference a desc before validation
9598 - net_sch: red: Fix the new offload indication
9599 - selftests/net: fix bugs in address and port initialization
9600 - thermal/drivers/hisi: Remove bogus const from function return type
9601 - RDMA/cma: Mark end of CMA ID messages
9602 - hwmon: (ina2xx) Make calibration register value fixed
9603 - f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
9604 - clk: sunxi-ng: a83t: Add M divider to TCON1 clock
9605 - media: videobuf2-core: don't go out of the buffer range
9606 - ASoC: Intel: Skylake: Disable clock gating during firmware and library
9607 download
9608 - ASoC: Intel: cht_bsw_rt5645: Analog Mic support
9609 - drm/msm: Fix NULL deref in adreno_load_gpu
9610 - IB/ipoib: Fix for notify send CQ failure messages
9611 - spi: sh-msiof: Fix timeout failures for TX-only DMA transfers
9612 - scsi: mpt3sas: Proper handling of set/clear of "ATA command pending" flag.
9613 - irqchip/ompic: fix return value check in ompic_of_init()
9614 - irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry
9615 - ACPI: EC: Fix debugfs_create_*() usage
9616 - mac80211: Fix setting TX power on monitor interfaces
9617 - vfb: fix video mode and line_length being set when loaded
9618 - crypto: crypto4xx - perform aead icv check in the driver
9619 - gpio: label descriptors using the device name
9620 - arm64: asid: Do not replace active_asids if already 0
9621 - powernv-cpufreq: Add helper to extract pstate from PMSR
9622 - IB/rdmavt: Allocate CQ memory on the correct node
9623 - blk-mq: avoid to map CPU into stale hw queue
9624 - blk-mq: fix race between updating nr_hw_queues and switching io sched
9625 - backlight: tdo24m: Fix the SPI CS between transfers
9626 - nvme-fabrics: protect against module unload during create_ctrl
9627 - nvme-fabrics: don't check for non-NULL module in nvmf_register_transport
9628 - pinctrl: baytrail: Enable glitch filter for GPIOs used as interrupts
9629 - nvme_fcloop: disassocate local port structs
9630 - nvme_fcloop: fix abort race condition
9631 - tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
9632 - perf report: Fix a no annotate browser displayed issue
9633 - staging: lustre: disable preempt while sampling processor id.
9634 - ASoC: Intel: sst: Fix the return value of 'sst_send_byte_stream_mrfld()'
9635 - power: supply: axp288_charger: Properly stop work on probe-error / remove
9636 - rt2x00: do not pause queue unconditionally on error path
9637 - wl1251: check return from call to wl1251_acx_arp_ip_filter
9638 - net/mlx5: Fix race for multiple RoCE enable
9639 - bcache: ret IOERR when read meets metadata error
9640 - bcache: stop writeback thread after detaching
9641 - bcache: segregate flash only volume write streams
9642 - net: Fix netdev_WARN_ONCE macro
9643 - net/mlx5e: IPoIB, Use correct timestamp in child receive flow
9644 - blk-mq: fix kernel oops in blk_mq_tag_idle()
9645 - tty: n_gsm: Allow ADM response in addition to UA for control dlci
9646 - block, bfq: put async queues for root bfq groups too
9647 - serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers
9648 - EDAC, mv64x60: Fix an error handling path
9649 - uio_hv_generic: check that host supports monitor page
9650 - Bluetooth: hci_bcm: Mandate presence of shutdown and device wake GPIO
9651 - Bluetooth: hci_bcm: Validate IRQ before using it
9652 - Bluetooth: hci_bcm: Make shutdown and device wake GPIO optional
9653 - i40evf: don't rely on netif_running() outside rtnl_lock()
9654 - drm/amd/powerplay: fix memory leakage when reload (v2)
9655 - cxgb4vf: Fix SGE FL buffer initialization logic for 64K pages
9656 - PM / domains: Don't skip driver's ->suspend|resume_noirq() callbacks
9657 - scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware
9658 in RAID map
9659 - scsi: megaraid_sas: unload flag should be set after scsi_remove_host is
9660 called
9661 - RDMA/cma: Fix rdma_cm path querying for RoCE
9662 - gpio: thunderx: fix error return code in thunderx_gpio_probe()
9663 - x86/gart: Exclude GART aperture from vmcore
9664 - sdhci: Advertise 2.0v supply on SDIO host controller
9665 - Input: goodix - disable IRQs while suspended
9666 - mtd: mtd_oobtest: Handle bitflips during reads
9667 - crypto: aes-generic - build with -Os on gcc-7+
9668 - perf tools: Fix copyfile_offset update of output offset
9669 - tcmu: release blocks for partially setup cmds
9670 - thermal: int3400_thermal: fix error handling in int3400_thermal_probe()
9671 - drm/i915/cnp: Ignore VBT request for know invalid DDC pin.
9672 - drm/i915/cnp: Properly handle VBT ddc pin out of bounds.
9673 - x86/microcode: Propagate return value from updating functions
9674 - x86/CPU: Add a microcode loader callback
9675 - x86/CPU: Check CPU feature bits after microcode upgrade
9676 - x86/microcode: Get rid of struct apply_microcode_ctx
9677 - x86/microcode/intel: Check microcode revision before updating sibling
9678 threads
9679 - x86/microcode/intel: Writeback and invalidate caches before updating
9680 microcode
9681 - x86/microcode: Do not upload microcode if CPUs are offline
9682 - x86/microcode/intel: Look into the patch cache first
9683 - x86/microcode: Request microcode on the BSP
9684 - x86/microcode: Synchronize late microcode loading
9685 - x86/microcode: Attempt late loading only when new microcode is present
9686 - x86/microcode: Fix CPU synchronization routine
9687 - arp: fix arp_filter on l3slave devices
9688 - ipv6: the entire IPv6 header chain must fit the first fragment
9689 - lan78xx: Crash in lan78xx_writ_reg (Workqueue: events
9690 lan78xx_deferred_multicast_write)
9691 - net: dsa: Discard frames from unused ports
9692 - net: fix possible out-of-bound read in skb_network_protocol()
9693 - net/ipv6: Fix route leaking between VRFs
9694 - net/ipv6: Increment OUTxxx counters after netfilter hook
9695 - netlink: make sure nladdr has correct size in netlink_connect()
9696 - net/mlx5e: Verify coalescing parameters in range
9697 - net sched actions: fix dumping which requires several messages to user space
9698 - net/sched: fix NULL dereference in the error path of tcf_bpf_init()
9699 - pptp: remove a buggy dst release in pptp_connect()
9700 - r8169: fix setting driver_data after register_netdev
9701 - sctp: do not leak kernel memory to user space
9702 - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
9703 - vhost: correctly remove wait queue during poll failure
9704 - vlan: also check phy_driver ts_info for vlan's real device
9705 - vrf: Fix use after free and double free in vrf_finish_output
9706 - bonding: fix the err path for dev hwaddr sync in bond_enslave
9707 - bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave
9708 - bonding: process the err returned by dev_set_allmulti properly in
9709 bond_enslave
9710 - net: fool proof dev_valid_name()
9711 - ip_tunnel: better validate user provided tunnel names
9712 - ipv6: sit: better validate user provided tunnel names
9713 - ip6_gre: better validate user provided tunnel names
9714 - ip6_tunnel: better validate user provided tunnel names
9715 - vti6: better validate user provided tunnel names
9716 - net/mlx5e: Set EQE based as default TX interrupt moderation mode
9717 - net_sched: fix a missing idr_remove() in u32_delete_key()
9718 - net/sched: fix NULL dereference in the error path of tcf_vlan_init()
9719 - net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path
9720 - net/mlx5e: Fix memory usage issues in offloading TC flows
9721 - net/sched: fix NULL dereference in the error path of tcf_sample_init()
9722 - nfp: use full 40 bits of the NSP buffer address
9723 - ipv6: sr: fix seg6 encap performances with TSO enabled
9724 - net/mlx5e: Don't override vport admin link state in switchdev mode
9725 - net/mlx5e: Sync netdev vxlan ports at open
9726 - net/sched: fix NULL dereference in the error path of tunnel_key_init()
9727 - net/sched: fix NULL dereference on the error path of tcf_skbmod_init()
9728 - strparser: Fix sign of err codes
9729 - net/mlx4_en: Fix mixed PFC and Global pause user control requests
9730 - net/mlx5e: Fix traffic being dropped on VF representor
9731 - vhost: validate log when IOTLB is enabled
9732 - route: check sysctl_fib_multipath_use_neigh earlier than hash
9733 - team: move dev_mc_sync after master_upper_dev_link in team_port_add
9734 - vhost_net: add missing lock nesting notation
9735 - net/mlx4_core: Fix memory leak while delete slave's resources
9736 - Linux 4.15.17
9737
9738 * sky2 gigabit ethernet driver sometimes stops working after lid-open resume
9739 from sleep (88E8055) (LP: #1758507) // Bionic update to v4.15.17 stable
9740 release (LP: #1763366)
9741 - sky2: Increase D3 delay to sky2 stops working after suspend
9742
9743 * [Featire] CNL: Enable RAPL support (LP: #1685712)
9744 - powercap: RAPL: Add support for Cannon Lake
9745
9746 * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719)
9747 - s390: move nobp parameter functions to nospec-branch.c
9748 - s390: add automatic detection of the spectre defense
9749 - s390: report spectre mitigation via syslog
9750 - s390: add sysfs attributes for spectre
9751 - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390
9752 - s390: correct nospec auto detection init order
9753
9754 * Merge the linux-snapdragon kernel into bionic master/snapdragon
9755 (LP: #1763040)
9756 - drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"
9757 - drm/msm: fix msm_rd_dump_submit prototype
9758 - drm/msm: gpu: Only sync fences on rings that exist
9759 - wcn36xx: set default BTLE coexistence config
9760 - wcn36xx: Add hardware scan offload support
9761 - wcn36xx: Reduce spinlock in indication handler
9762 - wcn36xx: fix incorrect assignment to msg_body.min_ch_time
9763 - wcn36xx: release DMA memory in case of error
9764 - mailbox: qcom: Convert APCS IPC driver to use regmap
9765 - mailbox: qcom: Create APCS child device for clock controller
9766 - clk: qcom: Add A53 PLL support
9767 - clk: qcom: Add regmap mux-div clocks support
9768 - clk: qcom: Add APCS clock controller support
9769 - clk: qcom: msm8916: Fix return value check in qcom_apcs_msm8916_clk_probe()
9770 - media: venus: venc: set correctly GOP size and number of B-frames
9771 - media: venus: venc: configure entropy mode
9772 - media: venus: venc: Apply inloop deblocking filter
9773 - media: venus: cleanup set_property controls
9774 - arm64: defconfig: enable REMOTEPROC
9775 - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c
9776 - kernel: configs; add distro.config
9777 - arm64: configs: enable WCN36xx
9778 - kernel: distro.config: enable debug friendly USB network adpater
9779 - arm64: configs: enable QCOM Venus
9780 - arm64: defconfig: Enable a53/apcs and avs
9781 - arm64: defconfig: enable ondemand governor as default
9782 - arm64: defconfig: enable QCOM_TSENS
9783 - arm64: defconfig: enable new trigger modes for leds
9784 - kernel: configs: enable dm_mod and dm_crypt
9785 - Force the SMD regulator driver to be compiled-in
9786 - arm64: defconfig: enable CFG80211_DEFAULT_PS by default
9787 - arm64: configs: enable BT_QCOMSMD
9788 - kernel: configs: add more USB net drivers
9789 - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV
9790 - arm64: configs: Enable camera drivers
9791 - kernel: configs: add freq stat to sysfs
9792 - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default
9793 - arm64: defconfig: Enable QRTR features
9794 - kernel: configs: set USB_CONFIG_F_FS in distro.config
9795 - kernel: distro.config: enable 'schedutil' CPUfreq governor
9796 - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs
9797 - kernel: distro.config: enable 'BBR' TCP congestion algorithm
9798 - arm64: defconfig: enable LEDS_QCOM_LPG
9799 - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap
9800 - power: avs: Add support for CPR (Core Power Reduction)
9801 - power: avs: cpr: Use raw mem access for qfprom
9802 - power: avs: cpr: fix with new reg_sequence structures
9803 - power: avs: cpr: Register with cpufreq-dt
9804 - regulator: smd: Add floor and corner operations
9805 - PM / OPP: Support adjusting OPP voltages at runtime
9806 - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage()
9807 - PM / OPP: HACK: Allow to set regulator without opp_list
9808 - PM / OPP: Add a helper to get an opp regulator for device
9809 - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist
9810 - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m
9811 - ov5645: I2C address change
9812 - i2c: Add Qualcomm Camera Control Interface driver
9813 - camss: vfe: Skip first four frames from sensor
9814 - camss: Do not register if no cameras are present
9815 - i2c-qcom-cci: Fix run queue completion timeout
9816 - i2c-qcom-cci: Fix I2C address bug
9817 - media: ov5645: Fix I2C address
9818 - drm/bridge/adv7511: Delay clearing of HPD interrupt status
9819 - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing
9820 - leds: Add driver for Qualcomm LPG
9821 - wcn36xx: Fix warning due to duplicate scan_completed notification
9822 - arm64: dts: Add CPR DT node for msm8916
9823 - arm64: dts: add spmi-regulator nodes
9824 - arm64: dts: msm8916: Add cpufreq support
9825 - arm64: dts: msm8916: Add a shared CPU opp table
9826 - arm64: dts: msm8916: Add cpu cooling maps
9827 - arm64: dts: pm8916: Mark the s2 regulator as always-on
9828 - dt-bindings: mailbox: qcom: Document the APCS clock binding
9829 - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
9830 - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver
9831 - arm64: dts: qcom: msm8916: Add clock properties to the APCS node
9832 - arm64: dts: qcom: apq8016-sbc: Allow USR4 LED to notify kernel panic
9833 - dt-bindings: media: Binding document for Qualcomm Camera Control Interface
9834 driver
9835 - MAINTAINERS: Add Qualcomm Camera Control Interface driver
9836 - DT: leds: Add Qualcomm Light Pulse Generator binding
9837 - arm64: dts: qcom: msm8996: Add mpp and lpg blocks
9838 - arm64: dts: qcom: Add pwm node for pm8916
9839 - arm64: dts: qcom: Add user LEDs on db820c
9840 - arm64: dts: qcom: Add WiFI/BT LEDs on db820c
9841 - ARM: dts: qcom: Add LPG node to pm8941
9842 - ARM: dts: qcom: honami: Add LPG node and RGB LED
9843 - arm64: dts: qcom: Add Camera Control Interface support
9844 - arm64: dts: qcom: Add apps_iommu vfe child node
9845 - arm64: dts: qcom: Add camss device node
9846 - arm64: dts: qcom: Add ov5645 device nodes
9847 - arm64: dts: msm8916: Fix camera sensors I2C addresses
9848 - arm: dts: qcom: db410c: Enable PWM signal on MPP4
9849 - packaging: arm64: add a uboot flavour - part1
9850 - packaging: arm64: add a uboot flavour - part2
9851 - packaging: arm64: add a uboot flavour - part3
9852 - packaging: arm64: add a uboot flavour - part4
9853 - packaging: arm64: add a uboot flavour - part5
9854 - packaging: arm64: rename uboot flavour to snapdragon
9855 - [Config] updateconfigs after qcomlt import
9856 - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y
9857 - [Config] arm64: snapdragon: MSM_GCC_8916=y
9858 - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y
9859 - [Config] arm64: snapdragon: PINCTRL_MSM8916=y
9860 - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y
9861 - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y
9862 - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y
9863 - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y
9864 - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y
9865 - [Config] arm64: snapdragon: QCOM_SMEM=y
9866 - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y
9867 - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y
9868 - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y
9869 - [Config] arm64: snapdragon: QCOM_BAM_DMA=y
9870 - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y
9871 - [Config] arm64: snapdragon: QCOM_CPR=y
9872 - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y
9873 - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y
9874 - [Config] turn off DRM_MSM_REGISTER_LOGGING
9875 - [Config] arm64: snapdragon: I2C_QUP=y
9876 - [Config] arm64: snapdragon: SPI_QUP=y
9877 - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y
9878 - [Config] arm64: snapdragon: QCOM_APCS_IPC=y
9879 - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y
9880 - [Config] arm64: snapdragon: QCOM_SMSM=y
9881 - [Config] arm64: snapdragon: QCOM_SMP2P=y
9882 - [Config] arm64: snapdragon: DRM_MSM=y
9883 - [Config] arm64: snapdragon: SND_SOC=y
9884 - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m
9885 - [Config] arm64: snapdragon: QCOM_A53PLL=y, QCOM_CLK_APCS_MSM8916=y
9886 - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y
9887 - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m
9888 - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y
9889 - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y,
9890 SND_SOC_MSM8916_WCD_DIGITAL=y
9891 - SAUCE: media: ov5645: skip address change if dt addr == default addr
9892 - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS
9893 #ifdefs
9894 - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y
9895 - packaging: snapdragon: fixup ABI paths
9896
9897 * LSM stacking patches for bionic (LP: #1763062)
9898 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
9899 - SAUCE: LSM stacking: LSM: Manage credential security blobs
9900 - SAUCE: LSM stacking: LSM: Manage file security blobs
9901 - SAUCE: LSM stacking: LSM: Manage task security blobs
9902 - SAUCE: LSM stacking: LSM: Manage remaining security blobs
9903 - SAUCE: LSM stacking: LSM: General stacking
9904 - SAUCE: LSM stacking: fixup initialize task->security
9905 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
9906 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
9907 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
9908 - SAUCE: LSM stacking: fixup apparmor stacking enablement
9909 - SAUCE: LSM stacking: fixup stacking kconfig
9910 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
9911 - SAUCE: LSM stacking: provide prctl interface for setting context
9912 - SAUCE: LSM stacking: inherit current display LSM
9913 - SAUCE: LSM stacking: keep an index for each registered LSM
9914 - SAUCE: LSM stacking: verify display LSM
9915 - SAUCE: LSM stacking: provide a way to specify the default display lsm
9916 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
9917 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
9918 - SAUCE: LSM stacking: add Kconfig to set default display LSM
9919 - SAUCE: LSM stacking: add configs for LSM stacking
9920 - SAUCE: LSM stacking: add apparmor and selinux proc dirs
9921 - SAUCE: LSM stacking: remove procfs context interface
9922
9923 * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14
9924 (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062)
9925 - SAUCE: LSM stacking: check for invalid zero sized writes
9926
9927 * RDMA/hns: ensure for-loop actually iterates and free's buffers
9928 (LP: #1762757)
9929 - RDMA/hns: ensure for-loop actually iterates and free's buffers
9930
9931 * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems
9932 (LP: #1762755)
9933 - RDMA/hns: Fix the endian problem for hns
9934 - RDMA/hns: Support rq record doorbell for the user space
9935 - RDMA/hns: Support cq record doorbell for the user space
9936 - RDMA/hns: Support rq record doorbell for kernel space
9937 - RDMA/hns: Support cq record doorbell for kernel space
9938 - RDMA/hns: Fix cqn type and init resp
9939 - RDMA/hns: Fix init resp when alloc ucontext
9940 - RDMA/hns: Fix cq record doorbell enable in kernel
9941
9942 * Replace LPC patchset with upstream version (LP: #1762758)
9943 - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver"
9944 - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support"
9945 - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host
9946 children"
9947 - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT
9948 bindings"
9949 - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO
9950 devices"
9951 - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO
9952 hosts"
9953 - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of
9954 pci_register_io_range()"
9955 - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in
9956 pci_register_io_range()"
9957 - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method"
9958 - lib: Add generic PIO mapping method
9959 - PCI: Remove __weak tag from pci_register_io_range()
9960 - PCI: Add fwnode handler as input param of pci_register_io_range()
9961 - PCI: Apply the new generic I/O management on PCI IO hosts
9962 - of: Add missing I/O range exception for indirect-IO devices
9963 - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
9964 - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use
9965 - ACPI / scan: Do not enumerate Indirect IO host children
9966 - HISI LPC: Add ACPI support
9967 - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver
9968
9969 * Enable Tunneled Operations on POWER9 (LP: #1762448)
9970 - powerpc/powernv: Enable tunneled operations
9971 - cxl: read PHB indications from the device tree
9972
9973 * PSL traces reset after PERST for debug AFU image (LP: #1762462)
9974 - cxl: Enable NORST bit in PSL_DEBUG register for PSL9
9975
9976 * NFS + sec=krb5 is broken (LP: #1759791)
9977 - sunrpc: remove incorrect HMAC request initialization
9978
9979 * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128)
9980 - d-i: add bcm2835 to block-modules
9981
9982 * Backport USB core quirks (LP: #1762695)
9983 - usb: core: Add "quirks" parameter for usbcore
9984 - usb: core: Copy parameter string correctly and remove superfluous null check
9985 - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
9986
9987 * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when
9988 setting up a second end-to-end encrypted disk (LP: #1762353)
9989 - SAUCE: s390/crypto: Adjust s390 aes and paes cipher
9990
9991 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715
9992 - powerpc/64s: Wire up cpu_show_spectre_v2()
9993
9994 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753
9995 - powerpc/64s: Wire up cpu_show_spectre_v1()
9996
9997 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754
9998 - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
9999 - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
10000 - powerpc/rfi-flush: Always enable fallback flush on pseries
10001 - powerpc/rfi-flush: Differentiate enabled and patched flush types
10002 - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
10003 - powerpc/64s: Move cpu_show_meltdown()
10004 - powerpc/64s: Enhance the information in cpu_show_meltdown()
10005 - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
10006 - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
10007
10008 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 //
10009 CVE-2017-5753 // CVE-2017-5754
10010 - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
10011 - powerpc: Add security feature flags for Spectre/Meltdown
10012 - powerpc/pseries: Set or clear security feature flags
10013 - powerpc/powernv: Set or clear security feature flags
10014
10015 * Hisilicon network subsystem 3 support (LP: #1761610)
10016 - net: hns3: export pci table of hclge and hclgevf to userspace
10017 - d-i: Add hns3 drivers to nic-modules
10018
10019 * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534)
10020 - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
10021
10022 * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712)
10023 - perf vendor events aarch64: Add JSON metrics for ARM Cortex-A53 Processor
10024 - perf vendor events: Drop incomplete multiple mapfile support
10025 - perf vendor events: Fix error code in json_events()
10026 - perf vendor events: Drop support for unused topic directories
10027 - perf vendor events: Add support for pmu events vendor subdirectory
10028 - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
10029 - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
10030 - perf vendor events: Add support for arch standard events
10031 - perf vendor events arm64: Add armv8-recommended.json
10032 - perf vendor events arm64: Fixup ThunderX2 to use recommended events
10033 - perf vendor events arm64: fixup A53 to use recommended events
10034 - perf vendor events arm64: add HiSilicon hip08 JSON file
10035 - perf vendor events arm64: Enable JSON events for ThunderX2 B0
10036
10037 * Warning "cache flush timed out!" seen when unloading the cxl driver
10038 (LP: #1762367)
10039 - cxl: Check if PSL data-cache is available before issue flush request
10040
10041 * Bionic update to 4.15.16 stable release (LP: #1762370)
10042 - ARM: OMAP: Fix SRAM W+X mapping
10043 - ARM: 8746/1: vfp: Go back to clearing vfp_current_hw_state[]
10044 - ARM: dts: sun6i: a31s: bpi-m2: improve pmic properties
10045 - ARM: dts: sun6i: a31s: bpi-m2: add missing regulators
10046 - mtd: jedec_probe: Fix crash in jedec_read_mfr()
10047 - mtd: nand: atmel: Fix get_sectorsize() function
10048 - ALSA: usb-audio: Add native DSD support for TEAC UD-301
10049 - ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()
10050 - ALSA: pcm: potential uninitialized return values
10051 - x86/platform/uv/BAU: Add APIC idt entry
10052 - perf/hwbp: Simplify the perf-hwbp code, fix documentation
10053 - ceph: only dirty ITER_IOVEC pages for direct read
10054 - ipc/shm.c: add split function to shm_vm_ops
10055 - i2c: i2c-stm32f7: fix no check on returned setup
10056 - powerpc/mm: Add tracking of the number of coprocessors using a context
10057 - powerpc/mm: Workaround Nest MMU bug with TLB invalidations
10058 - powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRs
10059 - partitions/msdos: Unable to mount UFS 44bsd partitions
10060 - xfrm_user: uncoditionally validate esn replay attribute struct
10061 - RDMA/ucma: Check AF family prior resolving address
10062 - RDMA/ucma: Fix use-after-free access in ucma_close
10063 - RDMA/ucma: Ensure that CM_ID exists prior to access it
10064 - RDMA/rdma_cm: Fix use after free race with process_one_req
10065 - RDMA/ucma: Check that device is connected prior to access it
10066 - RDMA/ucma: Check that device exists prior to accessing it
10067 - RDMA/ucma: Introduce safer rdma_addr_size() variants
10068 - ipv6: fix possible deadlock in rt6_age_examine_exception()
10069 - net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()
10070 - xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems
10071 - percpu: add __GFP_NORETRY semantics to the percpu balancing path
10072 - netfilter: x_tables: make allocation less aggressive
10073 - netfilter: bridge: ebt_among: add more missing match size checks
10074 - l2tp: fix races with ipv4-mapped ipv6 addresses
10075 - netfilter: drop template ct when conntrack is skipped.
10076 - netfilter: x_tables: add and use xt_check_proc_name
10077 - phy: qcom-ufs: add MODULE_LICENSE tag
10078 - Bluetooth: Fix missing encryption refresh on Security Request
10079 - drm/i915/dp: Write to SET_POWER dpcd to enable MST hub.
10080 - bitmap: fix memset optimization on big-endian systems
10081 - USB: serial: ftdi_sio: add RT Systems VX-8 cable
10082 - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
10083 - USB: serial: cp210x: add ELDAT Easywave RX09 id
10084 - serial: 8250: Add Nuvoton NPCM UART
10085 - mei: remove dev_err message on an unsupported ioctl
10086 - /dev/mem: Avoid overwriting "err" in read_mem()
10087 - media: usbtv: prevent double free in error case
10088 - parport_pc: Add support for WCH CH382L PCI-E single parallel port card.
10089 - crypto: lrw - Free rctx->ext with kzfree
10090 - crypto: talitos - don't persistently map req_ctx->hw_context and
10091 req_ctx->buf
10092 - crypto: inside-secure - fix clock management
10093 - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
10094 - crypto: talitos - fix IPsec cipher in length
10095 - crypto: ahash - Fix early termination in hash walk
10096 - crypto: caam - Fix null dereference at error path
10097 - crypto: ccp - return an actual key size from RSA max_size callback
10098 - crypto: arm,arm64 - Fix random regeneration of S_shipped
10099 - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
10100 - Btrfs: fix unexpected cow in run_delalloc_nocow
10101 - staging: comedi: ni_mio_common: ack ai fifo error interrupts.
10102 - Revert "base: arch_topology: fix section mismatch build warnings"
10103 - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370
10104 - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
10105 - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
10106 - vt: change SGR 21 to follow the standards
10107 - ARM: dts: DRA76-EVM: Set powerhold property for tps65917
10108 - net: hns: Fix ethtool private flags
10109 - Fix slab name "biovec-(1<<(21-12))"
10110 - Revert "ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin"
10111 - Revert "ARM: dts: omap3-n900: Fix the audio CODEC's reset pin"
10112 - Revert "cpufreq: Fix governor module removal race"
10113 - Revert "ip6_vti: adjust vti mtu according to mtu of lower device"
10114 - Linux 4.15.16
10115
10116 * [18.04][config] regression: nvme and nvme_core couldn't be built as modules
10117 starting 4.15-rc2 (LP: #1759893)
10118 - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for
10119 build"
10120 - [Config] CONFIG_BLK_DEV_NMVE=m
10121
10122 * Miscellaneous Ubuntu changes
10123 - [Packaging] Only install cloud init files when do_tools_common=true
10124
10125 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 13 Apr 2018 14:40:52 -0300
10126
10127 linux (4.15.0-15.16) bionic; urgency=medium
10128
10129 * linux: 4.15.0-15.16 -proposed tracker (LP: #1761177)
10130
10131 * FFe: Enable configuring resume offset via sysfs (LP: #1760106)
10132 - PM / hibernate: Make passing hibernate offsets more friendly
10133
10134 * /dev/bcache/by-uuid links not created after reboot (LP: #1729145)
10135 - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent
10136
10137 * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine
10138 type(pseries-bionic) complaining "KVM implementation does not support
10139 Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026)
10140 - powerpc: Use feature bit for RTC presence rather than timebase presence
10141 - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit
10142 - powerpc: Free up CPU feature bits on 64-bit machines
10143 - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2
10144 - powerpc/powernv: Provide a way to force a core into SMT4 mode
10145 - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
10146 - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
10147 - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
10148
10149 * Important Kernel fixes to be backported for Power9 (kvm) (LP: #1758910)
10150 - powerpc/mm: Fixup tlbie vs store ordering issue on POWER9
10151
10152 * Ubuntu 18.04 - IO Hang on some namespaces when running HTX with 16
10153 namespaces (Bolt / NVMe) (LP: #1757497)
10154 - powerpc/64s: Fix lost pending interrupt due to race causing lost update to
10155 irq_happened
10156
10157 * fwts-efi-runtime-dkms 18.03.00-0ubuntu1: fwts-efi-runtime-dkms kernel module
10158 failed to build (LP: #1760876)
10159 - [Packaging] include the retpoline extractor in the headers
10160
10161 -- Seth Forshee <seth.forshee@canonical.com> Wed, 04 Apr 2018 08:26:19 -0500
10162
10163 linux (4.15.0-14.15) bionic; urgency=medium
10164
10165 * linux: 4.15.0-14.15 -proposed tracker (LP: #1760678)
10166
10167 * [Bionic] mlx4 ETH - mlnx_qos failed when set some TC to vendor
10168 (LP: #1758662)
10169 - net/mlx4_en: Change default QoS settings
10170
10171 * AT_BASE_PLATFORM in AUXV is absent on kernels available on Ubuntu 17.10
10172 (LP: #1759312)
10173 - powerpc/64s: Fix NULL AT_BASE_PLATFORM when using DT CPU features
10174
10175 * Bionic update to 4.15.15 stable release (LP: #1760585)
10176 - net: dsa: Fix dsa_is_user_port() test inversion
10177 - openvswitch: meter: fix the incorrect calculation of max delta_t
10178 - qed: Fix MPA unalign flow in case header is split across two packets.
10179 - tcp: purge write queue upon aborting the connection
10180 - qed: Fix non TCP packets should be dropped on iWARP ll2 connection
10181 - sysfs: symlink: export sysfs_create_link_nowarn()
10182 - net: phy: relax error checking when creating sysfs link netdev->phydev
10183 - devlink: Remove redundant free on error path
10184 - macvlan: filter out unsupported feature flags
10185 - net: ipv6: keep sk status consistent after datagram connect failure
10186 - ipv6: old_dport should be a __be16 in __ip6_datagram_connect()
10187 - ipv6: sr: fix NULL pointer dereference when setting encap source address
10188 - ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state
10189 - mlxsw: spectrum_buffers: Set a minimum quota for CPU port traffic
10190 - net: phy: Tell caller result of phy_change()
10191 - ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes
10192 - net sched actions: return explicit error when tunnel_key mode is not
10193 specified
10194 - ppp: avoid loop in xmit recursion detection code
10195 - rhashtable: Fix rhlist duplicates insertion
10196 - test_rhashtable: add test case for rhltable with duplicate objects
10197 - kcm: lock lower socket in kcm_attach
10198 - sch_netem: fix skb leak in netem_enqueue()
10199 - ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()
10200 - net: use skb_to_full_sk() in skb_update_prio()
10201 - net: Fix hlist corruptions in inet_evict_bucket()
10202 - s390/qeth: free netdevice when removing a card
10203 - s390/qeth: when thread completes, wake up all waiters
10204 - s390/qeth: lock read device while queueing next buffer
10205 - s390/qeth: on channel error, reject further cmd requests
10206 - soc/fsl/qbman: fix issue in qman_delete_cgr_safe()
10207 - dpaa_eth: fix error in dpaa_remove()
10208 - dpaa_eth: remove duplicate initialization
10209 - dpaa_eth: increment the RX dropped counter when needed
10210 - dpaa_eth: remove duplicate increment of the tx_errors counter
10211 - dccp: check sk for closed state in dccp_sendmsg()
10212 - ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()
10213 - l2tp: do not accept arbitrary sockets
10214 - net: ethernet: arc: Fix a potential memory leak if an optional regulator is
10215 deferred
10216 - net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY
10217 interface
10218 - net: fec: Fix unbalanced PM runtime calls
10219 - net/iucv: Free memory obtained by kzalloc
10220 - netlink: avoid a double skb free in genlmsg_mcast()
10221 - net: Only honor ifindex in IP_PKTINFO if non-0
10222 - net: systemport: Rewrite __bcm_sysport_tx_reclaim()
10223 - qede: Fix qedr link update
10224 - skbuff: Fix not waking applications when errors are enqueued
10225 - team: Fix double free in error path
10226 - Linux 4.15.15
10227
10228 * Ubuntu 18.04 [ WSP DD2.2 with stop4 and stop5 enabled ]: kdump fails to
10229 capture dump when smt=2 or off. (LP: #1758206)
10230 - powerpc/crash: Remove the test for cpu_online in the IPI callback
10231 - powernv/kdump: Fix cases where the kdump kernel can get HMI's
10232 - powerpc/kdump: Fix powernv build break when KEXEC_CORE=n
10233
10234 * [Intel Ubuntu 18.04 Bug] Null pointer dereference, when disconnecting RAID
10235 rebuild target (LP: #1759279)
10236 - md: document lifetime of internal rdev pointer.
10237
10238 * [Feature]Crystal Ridge:add support for the platform capabilities NFIT sub-
10239 table in ACPI 6.2A (LP: #1730829)
10240 - ACPICA: ACPI 6.0A: Changes to the NFIT ACPI table
10241 - acpi: nfit: Add support for detect platform CPU cache flush on power loss
10242 - acpi: nfit: add persistent memory control flag for nd_region
10243 - libnvdimm: expose platform persistence attribute for nd_region
10244 - libnvdimm: re-enable deep flush for pmem devices via fsync()
10245 - libnvdimm, nfit: fix persistence domain reporting
10246
10247 * Allow multiple mounts of zfs datasets (LP: #1759848)
10248 - SAUCE: Allow mounting datasets more than once (LP: #1759848)
10249
10250 * Update Aquantia driver to fix various issues (LP: #1759303)
10251 - net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZE
10252 - net: aquantia: Cleanup status flags accesses
10253 - net: aquantia: Cleanup hardware access modules
10254 - net: aquantia: Remove duplicate hardware descriptors declarations
10255 - net: aquantia: Add const qualifiers for hardware ops tables
10256 - net: aquantia: Simplify dependencies between pci modules
10257 - net: aquantia: Eliminate aq_nic structure abstraction
10258 - net: aquantia: Fix register definitions to linux style
10259 - net: aquantia: Prepend hw access functions declarations with prefix
10260 - net: aquantia: Fix internal stats calculation on rx
10261 - net: aquantia: Introduce new device ids and constants
10262 - net: aquantia: Introduce new AQC devices and capabilities
10263 - net: aquantia: Convert hw and caps structures to const static pointers
10264 - net: aquantia: Cleanup pci functions module
10265 - net: aquantia: Remove create/destroy from hw ops
10266 - net: aquantia: Change confusing no_ff_addr to more meaningful name
10267 - net: aquantia: Introduce firmware ops callbacks
10268 - net: aquantia: Introduce support for new firmware on AQC cards
10269 - net: aquantia: Introduce global AQC hardware reset sequence
10270 - net: aquantia: Report correct mediatype via ethtool
10271 - net: aquantia: bump driver version to match aquantia internal numbering
10272 - net: aquantia: Fix hardware reset when SPI may rarely hangup
10273 - net: aquantia: Fix a regression with reset on old firmware
10274 - net: aquantia: Change inefficient wait loop on fw data reads
10275 - net: aquantia: Add tx clean budget and valid budget handling logic
10276 - net: aquantia: Allow live mac address changes
10277 - net: aquantia: Implement pci shutdown callback
10278 - net: aquantia: driver version bump
10279
10280 * ISST-LTE:KVM:Ubuntu1804:BostonLC:boslcp3: cpu hotplug on boslcp3g4 guest
10281 dumping call traces continuously. (LP: #1759722)
10282 - blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printk
10283
10284 * ISST-LTE:KVM:Ubuntu18.04:BostonLC:boslcp3:boslcp3g3:Guest conosle hangs
10285 after hotplug CPU add operation. (LP: #1759723)
10286 - genirq/affinity: assign vectors to all possible CPUs
10287 - blk-mq: simplify queue mapping & schedule with each possisble CPU
10288
10289 * test_bpf fails (LP: #1756150)
10290 - test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches
10291
10292 * Bionic update to v4.15.14 stable release (LP: #1759655)
10293 - MIPS: ralink: Remove ralink_halt()
10294 - MIPS: ralink: Fix booting on MT7621
10295 - MIPS: lantiq: Fix Danube USB clock
10296 - MIPS: lantiq: Enable AHB Bus for USB
10297 - MIPS: lantiq: ase: Enable MFD_SYSCON
10298 - iio: chemical: ccs811: Corrected firmware boot/application mode transition
10299 - iio: st_pressure: st_accel: pass correct platform data to init
10300 - iio: adc: meson-saradc: unlock on error in meson_sar_adc_lock()
10301 - ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit
10302 - ALSA: aloop: Sync stale timer before release
10303 - ALSA: aloop: Fix access to not-yet-ready substream via cable
10304 - ALSA: hda - Force polling mode on CFL for fixing codec communication
10305 - ALSA: hda/realtek - Fix speaker no sound after system resume
10306 - ALSA: hda/realtek - Fix Dell headset Mic can't record
10307 - ALSA: hda/realtek - Always immediately update mute LED with pin VREF
10308 - mmc: core: Fix tracepoint print of blk_addr and blksz
10309 - mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cards
10310 - mmc: block: fix updating ext_csd caches on ioctl call
10311 - mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems
10312 - mmc: dw_mmc: exynos: fix the suspend/resume issue for exynos5433
10313 - mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occurs
10314 - PCI: Add function 1 DMA alias quirk for Highpoint RocketRAID 644L
10315 - ahci: Add PCI-id for the Highpoint Rocketraid 644L card
10316 - lockdep: fix fs_reclaim warning
10317 - clk: bcm2835: Fix ana->maskX definitions
10318 - clk: bcm2835: Protect sections updating shared registers
10319 - clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops
10320 - RDMA/mlx5: Fix crash while accessing garbage pointer and freed memory
10321 - Drivers: hv: vmbus: Fix ring buffer signaling
10322 - pinctrl: samsung: Validate alias coming from DT
10323 - Bluetooth: btusb: Remove Yoga 920 from the btusb_needs_reset_resume_table
10324 - Bluetooth: btusb: Add Dell OptiPlex 3060 to btusb_needs_reset_resume_table
10325 - Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174
10326 - libata: fix length validation of ATAPI-relayed SCSI commands
10327 - libata: remove WARN() for DMA or PIO command without data
10328 - libata: don't try to pass through NCQ commands to non-NCQ devices
10329 - libata: Apply NOLPM quirk to Crucial MX100 512GB SSDs
10330 - libata: Enable queued TRIM for Samsung SSD 860
10331 - libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDs
10332 - libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versions
10333 - libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 version
10334 - sched, cgroup: Don't reject lower cpu.max on ancestors
10335 - cgroup: fix rule checking for threaded mode switching
10336 - nfsd: remove blocked locks on client teardown
10337 - media: tegra-cec: reset rx_buf_cnt when start bit detected
10338 - hugetlbfs: check for pgoff value overflow
10339 - h8300: remove extraneous __BIG_ENDIAN definition
10340 - mm/vmalloc: add interfaces to free unmapped page table
10341 - x86/mm: implement free pmd/pte page interfaces
10342 - mm/khugepaged.c: convert VM_BUG_ON() to collapse fail
10343 - mm/thp: do not wait for lock_page() in deferred_split_scan()
10344 - mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()
10345 - Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
10346 - drm/vmwgfx: Fix black screen and device errors when running without fbdev
10347 - drm/vmwgfx: Fix a destoy-while-held mutex problem.
10348 - drm/radeon: Don't turn off DP sink when disconnected
10349 - drm/amd/display: We shouldn't set format_default on plane as atomic driver
10350 - drm/amd/display: Add one to EDID's audio channel count when passing to DC
10351 - drm: Reject getfb for multi-plane framebuffers
10352 - drm: udl: Properly check framebuffer mmap offsets
10353 - mm/vmscan: wake up flushers for legacy cgroups too
10354 - module: propagate error in modules_open()
10355 - acpi, numa: fix pxm to online numa node associations
10356 - ACPI / watchdog: Fix off-by-one error at resource assignment
10357 - libnvdimm, {btt, blk}: do integrity setup before add_disk()
10358 - brcmfmac: fix P2P_DEVICE ethernet address generation
10359 - rtlwifi: rtl8723be: Fix loss of signal
10360 - tracing: probeevent: Fix to support minus offset from symbol
10361 - mtdchar: fix usage of mtd_ooblayout_ecc()
10362 - mtd: nand: fsl_ifc: Fix nand waitfunc return value
10363 - mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
10364 - mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0
10365 - staging: ncpfs: memory corruption in ncp_read_kernel()
10366 - can: peak/pcie_fd: fix echo_skb is occupied! bug
10367 - can: peak/pcie_fd: remove useless code when interface starts
10368 - can: ifi: Repair the error handling
10369 - can: ifi: Check core revision upon probe
10370 - can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack
10371 - can: cc770: Fix queue stall & dropped RTR reply
10372 - can: cc770: Fix use after free in cc770_tx_interrupt()
10373 - tty: vt: fix up tabstops properly
10374 - x86/entry/64: Don't use IST entry for #BP stack
10375 - selftests/x86/ptrace_syscall: Fix for yet more glibc interference
10376 - x86/vsyscall/64: Use proper accessor to update P4D entry
10377 - x86/efi: Free efi_pgd with free_pages()
10378 - posix-timers: Protect posix clock array access against speculation
10379 - kvm/x86: fix icebp instruction handling
10380 - x86/build/64: Force the linker to use 2MB page size
10381 - x86/boot/64: Verify alignment of the LOAD segment
10382 - hwmon: (k10temp) Only apply temperature offset if result is positive
10383 - hwmon: (k10temp) Add temperature offset for Ryzen 1900X
10384 - perf/x86/intel/uncore: Fix Skylake UPI event format
10385 - perf stat: Fix CVS output format for non-supported counters
10386 - perf/core: Fix ctx_event_type in ctx_resched()
10387 - trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type
10388 programs
10389 - perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()
10390 - perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake
10391 servers
10392 - iio: ABI: Fix name of timestamp sysfs file
10393 - iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()
10394 - iio: imu: st_lsm6dsx: introduce conf_lock mutex
10395 - staging: android: ion: Zero CMA allocated memory
10396 - kbuild: disable clang's default use of -fmerge-all-constants
10397 - bpf: skip unnecessary capability check
10398 - bpf, x64: increase number of passes
10399 - Linux 4.15.14
10400
10401 * System fails to start (boot) on battery due to read-only root file-system
10402 (LP: #1726930) // Bionic update to v4.15.14 stable release (LP: #1759655)
10403 - libata: disable LPM for Crucial BX100 SSD 500GB drive
10404
10405 * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775)
10406 - thunderbolt: Resume control channel after hibernation image is created
10407 - thunderbolt: Serialize PCIe tunnel creation with PCI rescan
10408 - thunderbolt: Handle connecting device in place of host properly
10409 - thunderbolt: Do not overwrite error code when domain adding fails
10410 - thunderbolt: Wait a bit longer for root switch config space
10411 - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
10412 - thunderbolt: Handle rejected Thunderbolt devices
10413 - thunderbolt: Factor common ICM add and update operations out
10414 - thunderbolt: Correct function name in kernel-doc comment
10415 - thunderbolt: Add tb_switch_get()
10416 - thunderbolt: Add tb_switch_find_by_route()
10417 - thunderbolt: Add tb_xdomain_find_by_route()
10418 - thunderbolt: Add constant for approval timeout
10419 - thunderbolt: Move driver ready handling to struct icm
10420 - thunderbolt: Add 'boot' attribute for devices
10421 - thunderbolt: Add support for preboot ACL
10422 - Documentation/admin-guide: fixes for thunderbolt.rst
10423 - thunderbolt: Introduce USB only (SL4) security level
10424 - thunderbolt: Add support for Intel Titan Ridge
10425
10426 * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345)
10427 - ath10k: update the IRAM bank number for QCA9377
10428
10429 * nfp: fix disabling on hw-tc-offload in flower (LP: #1752828)
10430 - nfp: bpf: require ETH table
10431 - nfp: don't advertise hw-tc-offload on non-port netdevs
10432 - nfp: forbid disabling hw-tc-offload on representors while offload active
10433
10434 * Fix an issue that when system in S3, USB keyboard can't wake up the system.
10435 (LP: #1759511)
10436 - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW
10437
10438 * retpoline hints: primary infrastructure and initial hints (LP: #1758856)
10439 - [Packaging] retpoline -- add safe usage hint support
10440 - [Packaging] retpoline-check -- only report additions
10441 - [Packaging] retpoline -- widen indirect call/jmp detection
10442 - [Packaging] retpoline -- elide %rip relative indirections
10443 - [Packaging] retpoline -- clear hint information from packages
10444 - SAUCE: apm -- annotate indirect calls within
10445 firmware_restrict_branch_speculation_{start,end}
10446 - SAUCE: EFI -- annotate indirect calls within
10447 firmware_restrict_branch_speculation_{start,end}
10448 - SAUCE: early/late -- annotate indirect calls in early/late initialisation
10449 code
10450 - SAUCE: vga_set_mode -- avoid jump tables
10451 - [Config] retpoine -- switch to new format
10452
10453 * zfs system process hung on container stop/delete (LP: #1754584)
10454 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
10455 - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)"
10456 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
10457
10458 * Important KVM fixes for ppc64el (LP: #1759045)
10459 - KVM: PPC: Book3S HV: Do SLB load/unload with guest LPCR value loaded
10460 - KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code
10461 - KVM: PPC: Book3S HV: Make HPT resizing work on POWER9
10462 - KVM: PPC: Book3S: Add MMIO emulation for VMX instructions
10463 - KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions
10464 - KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry
10465 - KVM: PPC: Book3S HV: Fix duplication of host SLB entries
10466
10467 * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64
10468 (LP: #1755073)
10469 - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK
10470
10471 * Update to ocxl driver (LP: #1755161)
10472 - ocxl: fix signed comparison with less than zero
10473 - ocxl: Fix potential bad errno on irq allocation
10474 - ocxl: Add get_metadata IOCTL to share OCXL information to userspace
10475
10476 * CAPI Flash (cxlflash) update (LP: #1752672)
10477 - scsi: cxlflash: Update cxl-specific arguments to generic cookie
10478 - scsi: cxlflash: Explicitly cache number of interrupts per context
10479 - scsi: cxlflash: Remove embedded CXL work structures
10480 - scsi: cxlflash: Adapter context init can return error
10481 - scsi: cxlflash: Staging to support future accelerators
10482 - SAUCE: cxlflash: Preserve number of interrupts for master contexts
10483 - SAUCE: cxlflash: Avoid clobbering context control register value
10484 - SAUCE: cxlflash: Add argument identifier names
10485 - SAUCE: cxlflash: Introduce OCXL backend
10486 - SAUCE: cxlflash: Hardware AFU for OCXL
10487 - SAUCE: cxlflash: Read host function configuration
10488 - SAUCE: cxlflash: Setup function acTag range
10489 - SAUCE: cxlflash: Read host AFU configuration
10490 - SAUCE: cxlflash: Setup AFU acTag range
10491 - SAUCE: cxlflash: Setup AFU PASID
10492 - SAUCE: cxlflash: Adapter context support for OCXL
10493 - SAUCE: cxlflash: Use IDR to manage adapter contexts
10494 - SAUCE: cxlflash: Support adapter file descriptors for OCXL
10495 - SAUCE: cxlflash: Support adapter context discovery
10496 - SAUCE: cxlflash: Support image reload policy modification
10497 - SAUCE: cxlflash: MMIO map the AFU
10498 - SAUCE: cxlflash: Support starting an adapter context
10499 - SAUCE: cxlflash: Support process specific mappings
10500 - SAUCE: cxlflash: Support AFU state toggling
10501 - SAUCE: cxlflash: Support reading adapter VPD data
10502 - SAUCE: cxlflash: Setup function OCXL link
10503 - SAUCE: cxlflash: Setup OCXL transaction layer
10504 - SAUCE: cxlflash: Support process element lifecycle
10505 - SAUCE: cxlflash: Support AFU interrupt management
10506 - SAUCE: cxlflash: Support AFU interrupt mapping and registration
10507 - SAUCE: cxlflash: Support starting user contexts
10508 - SAUCE: cxlflash: Support adapter context polling
10509 - SAUCE: cxlflash: Support adapter context reading
10510 - SAUCE: cxlflash: Support adapter context mmap and release
10511 - SAUCE: cxlflash: Support file descriptor mapping
10512 - SAUCE: cxlflash: Introduce object handle fop
10513 - SAUCE: cxlflash: Setup LISNs for user contexts
10514 - SAUCE: cxlflash: Setup LISNs for master contexts
10515 - SAUCE: cxlflash: Update synchronous interrupt status bits
10516 - SAUCE: cxlflash: Introduce OCXL context state machine
10517 - SAUCE: cxlflash: Register for translation errors
10518 - SAUCE: cxlflash: Support AFU reset
10519 - SAUCE: cxlflash: Enable OCXL operations
10520
10521 * [Feature][CFL] Enable pmc_core driver for H, S, and U SKUs (LP: #1730770)
10522 - platform/x86: intel_pmc_core: Remove unused EXPORTED API
10523 - platform/x86: intel_pmc_core: Change driver to a module
10524 - platform/x86: intel_pmc_core: Fix file permission warnings
10525 - platform/x86: intel_pmc_core: Refactor debugfs entries
10526 - platform/x86: intel_pmc_core: Substitute PCI with CPUID enumeration
10527 - platform/x86: intel_pmc_core: Convert to ICPU macro
10528 - platform/x86: intel_pmc_core: Remove unused header file
10529 - ACPI / LPIT: Export lpit_read_residency_count_address()
10530 - platform/x86: intel_pmc_core: Read base address from LPIT
10531 - x86/cpu: Add Cannonlake to Intel family
10532 - platform/x86: intel_pmc_core: Add CannonLake PCH support
10533 - platform/x86: intel_pmc_core: Special case for Coffeelake
10534
10535 * Cpu utilization showing system time for kvm guests (performance) (sysstat)
10536 (LP: #1755979)
10537 - KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GEN
10538
10539 * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core
10540 (LP: #1736393)
10541 - SAUCE: drm/i915:Don't set chip specific data
10542 - SAUCE: drm/i915: make previous commit affects Wyse 3040 only
10543
10544 * [Bug] ISH support for CFL-H (LP: #1739522)
10545 - HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktop
10546
10547 * ath9k can't connect to wifi AP (LP: #1727228)
10548 - ath9k: add MSI support
10549 - ath9k: add a quirk to set use_msi automatically
10550
10551 * [P9,Power NV][Witherspoon][Ubuntu 18.04][Perf] : PMU events by name it is
10552 not listed under perf list (LP: #1755470)
10553 - iperf vendor events: Use more flexible pattern matching for CPU
10554 identification for mapfile.csv
10555
10556 * zed process consuming 100% cpu (LP: #1751796)
10557 - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796)
10558
10559 * Bionic update to 4.15.13 stable release (LP: #1758886)
10560 - scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura
10561 controllers
10562 - staging: android: ashmem: Fix possible deadlock in ashmem_ioctl
10563 - drm/amdgpu: use polling mem to set SDMA3 wptr for VF
10564 - Bluetooth: hci_qca: Avoid setup failure on missing rampatch
10565 - Bluetooth: btqcomsmd: Fix skb double free corruption
10566 - cpufreq: longhaul: Revert transition_delay_us to 200 ms
10567 - media: c8sectpfe: fix potential NULL pointer dereference in
10568 c8sectpfe_timer_interrupt
10569 - drm/msm: fix leak in failed get_pages
10570 - IB/ipoib: Warn when one port fails to initialize
10571 - RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo()
10572 - hv_netvsc: Fix the receive buffer size limit
10573 - hv_netvsc: Fix the TX/RX buffer default sizes
10574 - tcp: allow TLP in ECN CWR
10575 - spi: sh-msiof: Avoid writing to registers from spi_master.setup()
10576 - libbpf: prefer global symbols as bpf program name source
10577 - rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled.
10578 - rtlwifi: always initialize variables given to RT_TRACE()
10579 - media: bt8xx: Fix err 'bt878_probe()'
10580 - ath10k: handling qos at STA side based on AP WMM enable/disable
10581 - media: [RESEND] media: dvb-frontends: Add delay to Si2168 restart
10582 - qmi_wwan: set FLAG_SEND_ZLP to avoid network initiated disconnect
10583 - tty: goldfish: Enable 'earlycon' only if built-in
10584 - serial: 8250_dw: Disable clock on error
10585 - cros_ec: fix nul-termination for firmware build info
10586 - watchdog: Fix potential kref imbalance when opening watchdog
10587 - watchdog: Fix kref imbalance seen if handle_boot_enabled=0
10588 - platform/chrome: Use proper protocol transfer function
10589 - dmaengine: zynqmp_dma: Fix race condition in the probe
10590 - drm/tilcdc: ensure nonatomic iowrite64 is not used
10591 - mmc: avoid removing non-removable hosts during suspend
10592 - mmc: block: fix logical error to avoid memory leak
10593 - /dev/mem: Add bounce buffer for copy-out
10594 - net: phy: meson-gxl: check phy_write return value
10595 - sfp: fix EEPROM reading in the case of non-SFF8472 SFPs
10596 - sfp: fix non-detection of PHY
10597 - media: s5p-mfc: Fix lock contention - request_firmware() once
10598 - rtc: ac100: Fix multiple race conditions
10599 - IB/ipoib: Avoid memory leak if the SA returns a different DGID
10600 - RDMA/cma: Use correct size when writing netlink stats
10601 - IB/umem: Fix use of npages/nmap fields
10602 - iser-target: avoid reinitializing rdma contexts for isert commands
10603 - bpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog
10604 - vgacon: Set VGA struct resource types
10605 - omapdrm: panel: fix compatible vendor string for td028ttec1
10606 - mmc: sdhci-xenon: wait 5ms after set 1.8V signal enable
10607 - drm/omap: DMM: Check for DMM readiness after successful transaction commit
10608 - pty: cancel pty slave port buf's work in tty_release
10609 - coresight: Fix disabling of CoreSight TPIU
10610 - PCI: designware-ep: Fix ->get_msi() to check MSI_EN bit
10611 - PCI: endpoint: Fix find_first_zero_bit() usage
10612 - PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failures
10613 - media: davinci: fix a debug printk
10614 - clk: check ops pointer on clock register
10615 - dt-bindings: display: panel: Fix compatible string for Toshiba LT089AC29000
10616 - clk: use round rate to bail out early in set_rate
10617 - pinctrl: Really force states during suspend/resume
10618 - pinctrl: rockchip: enable clock when reading pin direction register
10619 - iommu/vt-d: clean up pr_irq if request_threaded_irq fails
10620 - ip6_vti: adjust vti mtu according to mtu of lower device
10621 - ip_gre: fix error path when erspan_rcv failed
10622 - ip_gre: fix potential memory leak in erspan_rcv
10623 - soc: qcom: smsm: fix child-node lookup
10624 - RDMA/ocrdma: Fix permissions for OCRDMA_RESET_STATS
10625 - ARM: dts: aspeed-evb: Add unit name to memory node
10626 - nfsd4: permit layoutget of executable-only files
10627 - clk: at91: pmc: Wait for clocks when resuming
10628 - clk: Don't touch hardware when reparenting during registration
10629 - clk: axi-clkgen: Correctly handle nocount bit in recalc_rate()
10630 - clk: si5351: Rename internal plls to avoid name collisions
10631 - crypto: artpec6 - set correct iv size for gcm(aes)
10632 - hwrng: core - Clean up RNG list when last hwrng is unregistered
10633 - dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63
10634 - IB/mlx5: Fix integer overflows in mlx5_ib_create_srq
10635 - IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rq
10636 - RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file
10637 - serial: 8250_pci: Don't fail on multiport card class
10638 - RDMA/core: Do not use invalid destination in determining port reuse
10639 - clk: migrate the count of orphaned clocks at init
10640 - RDMA/ucma: Fix access to non-initialized CM_ID object
10641 - RDMA/ucma: Don't allow join attempts for unsupported AF family
10642 - Linux 4.15.13
10643
10644 * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to
10645 "always" (LP: #1753708)
10646 - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el
10647
10648 * Bionic update to 4.15.12 stable release (LP: #1757465)
10649 - x86/cpufeatures: Add Intel Total Memory Encryption cpufeature
10650 - x86/cpufeatures: Add Intel PCONFIG cpufeature
10651 - selftests/x86/entry_from_vm86: Exit with 1 if we fail
10652 - selftests/x86/entry_from_vm86: Add test cases for POPF
10653 - x86/vm86/32: Fix POPF emulation
10654 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool on
10655 32-bit kernels
10656 - x86/speculation: Remove Skylake C2 from Speculation Control microcode
10657 blacklist
10658 - KVM: x86: Fix device passthrough when SME is active
10659 - x86/mm: Fix vmalloc_fault to use pXd_large
10660 - parisc: Handle case where flush_cache_range is called with no context
10661 - ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()
10662 - ALSA: hda - Revert power_save option default value
10663 - ALSA: seq: Fix possible UAF in snd_seq_check_queue()
10664 - ALSA: seq: Clear client entry before deleting else at closing
10665 - drm/nouveau/bl: Fix oops on driver unbind
10666 - drm/nouveau/mmu: ALIGN_DOWN correct variable
10667 - drm/amdgpu: fix prime teardown order
10668 - drm/radeon: fix prime teardown order
10669 - drm/amdgpu/dce: Don't turn off DP sink when disconnected
10670 - fs: Teach path_connected to handle nfs filesystems with multiple roots.
10671 - KVM: arm/arm64: Reduce verbosity of KVM init log
10672 - KVM: arm/arm64: Reset mapped IRQs on VM reset
10673 - kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3
10674 - KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid
10675 - lock_parent() needs to recheck if dentry got __dentry_kill'ed under it
10676 - fs/aio: Add explicit RCU grace period when freeing kioctx
10677 - fs/aio: Use RCU accessors for kioctx_table->table[]
10678 - RDMAVT: Fix synchronization around percpu_ref
10679 - irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis
10680 - nvme: fix subsystem multiple controllers support check
10681 - xfs: preserve i_rdev when recycling a reclaimable inode
10682 - btrfs: Fix NULL pointer exception in find_bio_stripe
10683 - btrfs: add missing initialization in btrfs_check_shared
10684 - btrfs: alloc_chunk: fix DUP stripe size handling
10685 - btrfs: Fix use-after-free when cleaning up fs_devs with a single stale
10686 device
10687 - btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes
10688 - btrfs: Fix memory barriers usage with device stats counters
10689 - scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_que
10690 - scsi: qla2xxx: Fix NULL pointer access for fcport structure
10691 - scsi: qla2xxx: Fix logo flag for qlt_free_session_done()
10692 - scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failure
10693 - usb: dwc2: fix STM32F7 USB OTG HS compatible
10694 - dt-bindings: usb: fix the STM32F7 DWC2 OTG HS core binding
10695 - USB: gadget: udc: Add missing platform_device_put() on error in
10696 bdc_pci_probe()
10697 - usb: dwc3: Fix GDBGFIFOSPACE_TYPE values
10698 - usb: dwc3: core: Power-off core/PHYs on system_suspend in host mode
10699 - usb: dwc3: of-simple: fix oops by unbalanced clk disable call
10700 - usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()
10701 - phy: phy-brcm-usb: Fix two DT properties to match bindings doc
10702 - phy: phy-brcm-usb-init: Some Low Speed keyboards fail on 7271
10703 - phy: phy-brcm-usb-init: DRD mode can cause crash on startup
10704 - phy: phy-brcm-usb-init: Power down USB 3.0 PHY when XHCI disabled
10705 - Linux 4.15.12
10706
10707 * cxl: Fix timebase synchronization status on POWER9 missing (CAPI)
10708 (LP: #1757228)
10709 - cxl: Fix timebase synchronization status on P9
10710
10711 * [Feature][GLK] Enable L2 CDP (Code and Data Prioritization) (LP: #1737873)
10712 - x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) feature
10713 - x86/intel_rdt: Add command line parameter to control L2_CDP
10714
10715 * [Feature] Crystal Ridge-Restrict DAX to configurations with struct page
10716 (LP: #1751724)
10717 - mm, dax: introduce pfn_t_special()
10718 - ext2: auto disable dax instead of failing mount
10719 - ext4: auto disable dax instead of failing mount
10720 - dax: require 'struct page' by default for filesystem dax
10721 - Config: Enable CONFIG_FS_DAX_LIMITED
10722
10723 * Bionic update to 4.15.11 stable release (LP: #1756978)
10724 - x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
10725 - ASoC: sun4i-i2s: Fix RX slot number of SUN8I
10726 - ASoC: sgtl5000: Fix suspend/resume
10727 - ASoC: wm_adsp: For TLV controls only register TLV get/set
10728 - ASoC: rt5651: Fix regcache sync errors on resume
10729 - usb: host: xhci-rcar: add support for r8a77965
10730 - xhci: Fix front USB ports on ASUS PRIME B350M-A
10731 - xhci: fix endpoint context tracer output
10732 - serial: sh-sci: prevent lockup on full TTY buffers
10733 - tty/serial: atmel: add new version check for usart
10734 - uas: fix comparison for error code
10735 - staging: comedi: fix comedi_nsamples_left.
10736 - staging: android: ashmem: Fix lockdep issue during llseek
10737 - scsi: sd_zbc: Fix potential memory leak
10738 - USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h
10739 - usbip: vudc: fix null pointer dereference on udc->lock
10740 - usb: quirks: add control message delay for 1b1c:1b20
10741 - usb: usbmon: Read text within supplied buffer size
10742 - usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()
10743 - usb: dwc3: Fix lock-up on ID change during system suspend/resume
10744 - serial: 8250_pci: Add Brainboxes UC-260 4 port serial device
10745 - serial: core: mark port as initialized in autoconfig
10746 - earlycon: add reg-offset to physical address before mapping
10747 - dm mpath: fix passing integrity data
10748 - Revert "btrfs: use proper endianness accessors for super_copy"
10749 - gfs2: Clean up {lookup,fillup}_metapath
10750 - gfs2: Fixes to "Implement iomap for block_map" (2)
10751 - drm/panel: rpi-touchscreen: propagate errors in rpi_touchscreen_i2c_read()
10752 - spi: imx: Fix failure path leak on GPIO request error correctly
10753 - HID: multitouch: Only look at non touch fields in first packet of a frame
10754 - KVM: PPC: Book3S HV: Avoid shifts by negative amounts
10755 - drm/edid: set ELD connector type in drm_edid_to_eld()
10756 - dma-buf/fence: Fix lock inversion within dma-fence-array
10757 - video/hdmi: Allow "empty" HDMI infoframes
10758 - KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix()
10759 - HID: elo: clear BTN_LEFT mapping
10760 - iwlwifi: mvm: rs: don't override the rate history in the search cycle
10761 - ARM: dts: koelsch: Move cec_clock to root node
10762 - clk: meson: gxbb: fix wrong clock for SARADC/SANA
10763 - ARM: dts: exynos: Correct Trats2 panel reset line
10764 - drm/amdgpu: fix get_max_engine_clock_in_mhz
10765 - staging: rtl8822be: fix missing null check on dev_alloc_skb return
10766 - typec: tcpm: fusb302: Resolve out of order messaging events
10767 - USB: ledtrig-usbport: fix of-node leak
10768 - dt-bindings: serial: Add common rs485 binding for RTS polarity
10769 - sched: Stop switched_to_rt() from sending IPIs to offline CPUs
10770 - sched: Stop resched_cpu() from sending IPIs to offline CPUs
10771 - crypto: chelsio - Fix an error code in chcr_hash_dma_map()
10772 - crypto: ecc - Fix NULL pointer deref. on no default_rng
10773 - crypto: keywrap - Add missing ULL suffixes for 64-bit constants
10774 - crypto: cavium - fix memory leak on info
10775 - test_firmware: fix setting old custom fw path back on exit
10776 - drm/vblank: Fix vblank timestamp debugs
10777 - net: ieee802154: adf7242: Fix bug if defined DEBUG
10778 - rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe()
10779 - perf report: Fix -D output for user metadata events
10780 - net: xfrm: allow clearing socket xfrm policies.
10781 - gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneously
10782 - mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()
10783 - net: thunderx: Set max queue count taking XDP_TX into account
10784 - ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin
10785 - ARM: dts: omap3-n900: Fix the audio CODEC's reset pin
10786 - mtd: nand: ifc: update bufnum mask for ver >= 2.0.0
10787 - userns: Don't fail follow_automount based on s_user_ns
10788 - xfrm: Fix xfrm_replay_overflow_offload_esn
10789 - leds: pm8058: Silence pointer to integer size warning
10790 - bpf: fix stack state printing in verifier log
10791 - power: supply: sbs-message: double left shift bug in sbsm_select()
10792 - power: supply: ab8500_charger: Fix an error handling path
10793 - power: supply: ab8500_charger: Bail out in case of error in
10794 'ab8500_charger_init_hw_registers()'
10795 - drm/etnaviv: make THERMAL selectable
10796 - iio: adc: ina2xx: Shift bus voltage register to mask flag bits
10797 - iio: health: max30102: Add power enable parameter to get_temp function
10798 - ath10k: update tdls teardown state to target
10799 - cpufreq: Fix governor module removal race
10800 - KVM: X86: Restart the guest when insn_len is zero and SEV is enabled
10801 - drm/amdgpu:fix random missing of FLR NOTIFY
10802 - scsi: ses: don't ask for diagnostic pages repeatedly during probe
10803 - pwm: stmpe: Fix wrong register offset for hwpwm=2 case
10804 - drm/sun4i: Fix format mask in DE2 driver
10805 - pinctrl: sh-pfc: r8a7791: Add can_clk function
10806 - pinctrl: sh-pfc: r8a7795-es1: Fix MOD_SEL1 bit[25:24] to 0x3 when using
10807 STP_ISEN_1_D
10808 - perf annotate: Fix unnecessary memory allocation for s390x
10809 - perf annotate: Fix objdump comment parsing for Intel mov dissassembly
10810 - iwlwifi: mvm: avoid dumping assert log when device is stopped
10811 - drm/amdgpu:fix virtual dce bug
10812 - drm/amdgpu: fix amdgpu_sync_resv v2
10813 - bnxt_en: Uninitialized variable in bnxt_tc_parse_actions()
10814 - clk: qcom: msm8916: fix mnd_width for codec_digcodec
10815 - mwifiex: cfg80211: do not change virtual interface during scan processing
10816 - ath10k: fix invalid STS_CAP_OFFSET_MASK
10817 - tools/usbip: fixes build with musl libc toolchain
10818 - spi: sun6i: disable/unprepare clocks on remove
10819 - bnxt_en: Don't print "Link speed -1 no longer supported" messages.
10820 - scsi: core: scsi_get_device_flags_keyed(): Always return device flags
10821 - scsi: devinfo: apply to HP XP the same flags as Hitachi VSP
10822 - scsi: dh: add new rdac devices
10823 - clk: renesas: r8a77970: Add LVDS clock
10824 - staging: fsl-dpaa2/eth: Fix access to FAS field
10825 - media: vsp1: Prevent suspending and resuming DRM pipelines
10826 - dm raid: fix raid set size revalidation
10827 - media: cpia2: Fix a couple off by one bugs
10828 - media: davinci: vpif_capture: add NULL check on devm_kzalloc return value
10829 - virtio_net: Disable interrupts if napi_complete_done rescheduled napi
10830 - net: sched: drop qdisc_reset from dev_graft_qdisc
10831 - veth: set peer GSO values
10832 - drm/amdkfd: Fix memory leaks in kfd topology
10833 - powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled
10834 context
10835 - arm64: dts: renesas: salvator-common: Add EthernetAVB PHY reset
10836 - agp/intel: Flush all chipset writes after updating the GGTT
10837 - mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLED
10838 - mac80211: remove BUG() when interface type is invalid
10839 - crypto: caam/qi - use correct print specifier for size_t
10840 - ASoC: nuc900: Fix a loop timeout test
10841 - mmc: mmc_test: Ensure command queue is disabled for testing
10842 - Fix misannotated out-of-line _copy_to_user()
10843 - ipvlan: add L2 check for packets arriving via virtual devices
10844 - rcutorture/configinit: Fix build directory error message
10845 - locking/locktorture: Fix num reader/writer corner cases
10846 - ima: relax requiring a file signature for new files with zero length
10847 - IB/mlx5: revisit -Wmaybe-uninitialized warning
10848 - dmaengine: qcom_hidma: check pending interrupts
10849 - drm/i915/glk: Disable Guc and HuC on GLK
10850 - Linux 4.15.11
10851 - Config: Enable CONFIG_DRM_ETNAVIV_THERMAL=y
10852
10853 * [FFE][Feature] KVM CLX avx512_vnni (LP: #1739665)
10854 - KVM: x86: add support for UMIP
10855 - KVM: Expose new cpu features to guest
10856
10857 * Ubuntu18.04[P9 DD2.2 Boston]:Unable to boot power8 compat mode
10858 guests(ubuntu14.04.5) (kvm) (LP: #1756254)
10859 - KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2
10860
10861 * Allow hugepage backing for "p8compat" mode kvm guests (LP: #1754206)
10862 - KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backing
10863
10864 * [Bug][KVM][Crystal Ridge] Terrible performance of vNVDIMM on QEMU with
10865 device DAX backend (LP: #1745899)
10866 - x86/mm: add a function to check if a pfn is UC/UC-/WC
10867 - KVM: MMU: consider host cache mode in MMIO page check
10868
10869 * nfp: read ME frequency from vNIC ctrl memory (LP: #1752818)
10870 - nfp: add TLV capabilities to the BAR
10871 - nfp: read ME frequency from vNIC ctrl memory
10872 - nfp: fix TLV offset calculation
10873
10874 * Miscellaneous Ubuntu changes
10875 - [Packaging] skip cloud tools packaging when not building package
10876 - [Packaging] final-checks -- remove check for empty retpoline files
10877
10878 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 02 Apr 2018 15:43:20 -0300
10879
10880 linux (4.15.0-13.14) bionic; urgency=medium
10881
10882 * linux: 4.15.0-13.14 -proposed tracker (LP: #1756408)
10883
10884 * devpts: handle bind-mounts (LP: #1755857)
10885 - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
10886 - SAUCE: devpts: resolve devpts bind-mounts
10887 - SAUCE: devpts: comment devpts_mntget()
10888 - SAUCE: selftests: add devpts selftests
10889
10890 * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103)
10891 - d-i: add hisi_sas_v3_hw to scsi-modules
10892
10893 * [Bionic][ARM64] enable ROCE and HNS3 driver support for hip08 SoC
10894 (LP: #1756097)
10895 - RDMA/hns: Refactor eq code for hip06
10896 - RDMA/hns: Add eq support of hip08
10897 - RDMA/hns: Add detailed comments for mb() call
10898 - RDMA/hns: Add rq inline data support for hip08 RoCE
10899 - RDMA/hns: Update the usage of sr_max and rr_max field
10900 - RDMA/hns: Set access flags of hip08 RoCE
10901 - RDMA/hns: Filter for zero length of sge in hip08 kernel mode
10902 - RDMA/hns: Fix QP state judgement before sending work requests
10903 - RDMA/hns: Assign dest_qp when deregistering mr
10904 - RDMA/hns: Fix endian problems around imm_data and rkey
10905 - RDMA/hns: Assign the correct value for tx_cqn
10906 - RDMA/hns: Create gsi qp in hip08
10907 - RDMA/hns: Add gsi qp support for modifying qp in hip08
10908 - RDMA/hns: Fill sq wqe context of ud type in hip08
10909 - RDMA/hns: Assign zero for pkey_index of wc in hip08
10910 - RDMA/hns: Update the verbs of polling for completion
10911 - RDMA/hns: Set the guid for hip08 RoCE device
10912 - net: hns3: Refactor of the reset interrupt handling logic
10913 - net: hns3: Add reset service task for handling reset requests
10914 - net: hns3: Refactors the requested reset & pending reset handling code
10915 - net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interface
10916 - net: hns3: Add mailbox support to VF driver
10917 - net: hns3: Add HNS3 VF HCL(Hardware Compatibility Layer) Support
10918 - net: hns3: Add HNS3 VF driver to kernel build framework
10919 - net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC
10920 - net: hns3: Add mailbox support to PF driver
10921 - net: hns3: Change PF to add ring-vect binding & resetQ to mailbox
10922 - net: hns3: Add mailbox interrupt handling to PF driver
10923 - net: hns3: add support to query tqps number
10924 - net: hns3: add support to modify tqps number
10925 - net: hns3: change the returned tqp number by ethtool -x
10926 - net: hns3: free the ring_data structrue when change tqps
10927 - net: hns3: get rss_size_max from configuration but not hardcode
10928 - net: hns3: add a mask initialization for mac_vlan table
10929 - net: hns3: add vlan offload config command
10930 - net: hns3: add ethtool related offload command
10931 - net: hns3: add handling vlan tag offload in bd
10932 - net: hns3: cleanup mac auto-negotiation state query
10933 - net: hns3: fix for getting auto-negotiation state in hclge_get_autoneg
10934 - net: hns3: add support for set_pauseparam
10935 - net: hns3: add support to update flow control settings after autoneg
10936 - net: hns3: add Asym Pause support to phy default features
10937 - net: hns3: add support for querying advertised pause frame by ethtool ethx
10938 - net: hns3: Increase the default depth of bucket for TM shaper
10939 - net: hns3: change TM sched mode to TC-based mode when SRIOV enabled
10940 - net: hns3: hns3_get_channels() can be static
10941 - net: hns3: Add ethtool interface for vlan filter
10942 - net: hns3: Disable VFs change rxvlan offload status
10943 - net: hns3: Unify the strings display of packet statistics
10944 - net: hns3: Fix spelling errors
10945 - net: hns3: Remove repeat statistic of rx_errors
10946 - net: hns3: Modify the update period of packet statistics
10947 - net: hns3: Mask the packet statistics query when NIC is down
10948 - net: hns3: Fix an error of total drop packet statistics
10949 - net: hns3: Fix a loop index error of tqp statistics query
10950 - net: hns3: Fix an error macro definition of HNS3_TQP_STAT
10951 - net: hns3: Remove a useless member of struct hns3_stats
10952 - net: hns3: Add packet statistics of netdev
10953 - net: hns3: Fix a response data read error of tqp statistics query
10954 - net: hns3: fix for updating fc_mode_last_time
10955 - net: hns3: fix for setting MTU
10956 - net: hns3: fix for changing MTU
10957 - net: hns3: add MTU initialization for hardware
10958 - net: hns3: fix for not setting pause parameters
10959 - net: hns3: remove redundant semicolon
10960 - net: hns3: Add more packet size statisctics
10961 - Revert "net: hns3: Add packet statistics of netdev"
10962 - net: hns3: report the function type the same line with hns3_nic_get_stats64
10963 - net: hns3: add ethtool_ops.get_channels support for VF
10964 - net: hns3: remove TSO config command from VF driver
10965 - net: hns3: add ethtool_ops.get_coalesce support to PF
10966 - net: hns3: add ethtool_ops.set_coalesce support to PF
10967 - net: hns3: refactor interrupt coalescing init function
10968 - net: hns3: refactor GL update function
10969 - net: hns3: remove unused GL setup function
10970 - net: hns3: change the unit of GL value macro
10971 - net: hns3: add int_gl_idx setup for TX and RX queues
10972 - net: hns3: add feature check when feature changed
10973 - net: hns3: check for NULL function pointer in hns3_nic_set_features
10974 - net: hns: Fix for variable may be used uninitialized warnings
10975 - net: hns3: add support for get_regs
10976 - net: hns3: add manager table initialization for hardware
10977 - net: hns3: add ethtool -p support for fiber port
10978 - net: hns3: add net status led support for fiber port
10979 - net: hns3: converting spaces into tabs to avoid checkpatch.pl warning
10980 - net: hns3: add get/set_coalesce support to VF
10981 - net: hns3: add int_gl_idx setup for VF
10982 - [Config]: enable CONFIG_HNS3_HCLGEVF as module.
10983
10984 * [Bionic][ARM64] add RAS extension and SDEI features (LP: #1756096)
10985 - KVM: arm64: Store vcpu on the stack during __guest_enter()
10986 - KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation
10987 - KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
10988 - arm64: alternatives: use tpidr_el2 on VHE hosts
10989 - KVM: arm64: Stop save/restoring host tpidr_el1 on VHE
10990 - Docs: dt: add devicetree binding for describing arm64 SDEI firmware
10991 - firmware: arm_sdei: Add driver for Software Delegated Exceptions
10992 - arm64: Add vmap_stack header file
10993 - arm64: uaccess: Add PAN helper
10994 - arm64: kernel: Add arch-specific SDEI entry code and CPU masking
10995 - firmware: arm_sdei: Add support for CPU and system power states
10996 - firmware: arm_sdei: add support for CPU private events
10997 - arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI
10998 - firmware: arm_sdei: Discover SDEI support via ACPI
10999 - arm64: sysreg: Move to use definitions for all the SCTLR bits
11000 - arm64: cpufeature: Detect CPU RAS Extentions
11001 - arm64: kernel: Survive corrected RAS errors notified by SError
11002 - arm64: Unconditionally enable IESB on exception entry/return for firmware-
11003 first
11004 - arm64: kernel: Prepare for a DISR user
11005 - KVM: arm/arm64: mask/unmask daif around VHE guests
11006 - KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.
11007 - KVM: arm64: Save/Restore guest DISR_EL1
11008 - KVM: arm64: Save ESR_EL2 on guest SError
11009 - KVM: arm64: Handle RAS SErrors from EL1 on guest exit
11010 - KVM: arm64: Handle RAS SErrors from EL2 on guest exit
11011 - KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA
11012 - [Config]: enable RAS_EXTN and ARM_SDE_INTERFACE
11013
11014 * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094)
11015 - scsi: hisi_sas: fix dma_unmap_sg() parameter
11016 - scsi: ata: enhance the definition of SET MAX feature field value
11017 - scsi: hisi_sas: relocate clearing ITCT and freeing device
11018 - scsi: hisi_sas: optimise port id refresh function
11019 - scsi: hisi_sas: some optimizations of host controller reset
11020 - scsi: hisi_sas: modify hisi_sas_dev_gone() for reset
11021 - scsi: hisi_sas: add an mechanism to do reset work synchronously
11022 - scsi: hisi_sas: change ncq process for v3 hw
11023 - scsi: hisi_sas: add RAS feature for v3 hw
11024 - scsi: hisi_sas: add some print to enhance debugging
11025 - scsi: hisi_sas: improve int_chnl_int_v2_hw() consistency with v3 hw
11026 - scsi: hisi_sas: add v2 hw port AXI error handling support
11027 - scsi: hisi_sas: use an general way to delay PHY work
11028 - scsi: hisi_sas: do link reset for some CHL_INT2 ints
11029 - scsi: hisi_sas: judge result of internal abort
11030 - scsi: hisi_sas: add internal abort dev in some places
11031 - scsi: hisi_sas: fix SAS_QUEUE_FULL problem while running IO
11032 - scsi: hisi_sas: re-add the lldd_port_deformed()
11033 - scsi: hisi_sas: add v3 hw suspend and resume
11034 - scsi: hisi_sas: Change frame type for SET MAX commands
11035 - scsi: hisi_sas: make local symbol host_attrs static
11036 - scsi: hisi_sas: fix a bug in hisi_sas_dev_gone()
11037 - SAUCE: scsi: hisi_sas: config for hip08 ES
11038 - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
11039 - PM / core: Add LEAVE_SUSPENDED driver flag
11040 - PCI / PM: Support for LEAVE_SUSPENDED driver flag
11041 - PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEI
11042 - PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristics
11043 - PCI/ASPM: Enable Latency Tolerance Reporting when supported
11044 - PCI/ASPM: Unexport internal ASPM interfaces
11045 - PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream Ports
11046 - PCI/AER: Return error if AER is not supported
11047 - PCI/DPC: Enable DPC only if AER is available
11048
11049 * [CVE] Spectre: System Z {kernel} UBUNTU18.04 (LP: #1754580)
11050 - s390: scrub registers on kernel entry and KVM exit
11051 - s390: add optimized array_index_mask_nospec
11052 - s390/alternative: use a copy of the facility bit mask
11053 - s390: add options to change branch prediction behaviour for the kernel
11054 - s390: run user space and KVM guests with modified branch prediction
11055 - s390: introduce execute-trampolines for branches
11056 - s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)
11057 - s390: do not bypass BPENTER for interrupt system calls
11058 - s390/entry.S: fix spurious zeroing of r0
11059
11060 * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424)
11061 - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
11062
11063 * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug
11064 fixes (LP: #1752182)
11065 - scsi: lpfc: FLOGI failures are reported when connected to a private loop.
11066 - scsi: lpfc: Expand WQE capability of every NVME hardware queue
11067 - scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQ
11068 - scsi: lpfc: Fix NVME LS abort_xri
11069 - scsi: lpfc: Raise maximum NVME sg list size for 256 elements
11070 - scsi: lpfc: Driver fails to detect direct attach storage array
11071 - scsi: lpfc: Fix display for debugfs queInfo
11072 - scsi: lpfc: Adjust default value of lpfc_nvmet_mrq
11073 - scsi: lpfc: Fix ndlp ref count for pt2pt mode issue RSCN
11074 - scsi: lpfc: Linux LPFC driver does not process all RSCNs
11075 - scsi: lpfc: correct port registrations with nvme_fc
11076 - scsi: lpfc: Correct driver deregistrations with host nvme transport
11077 - scsi: lpfc: Fix crash during driver unload with running nvme traffic
11078 - scsi: lpfc: Fix driver handling of nvme resources during unload
11079 - scsi: lpfc: small sg cnt cleanup
11080 - scsi: lpfc: Fix random heartbeat timeouts during heavy IO
11081 - scsi: lpfc: update driver version to 11.4.0.5
11082 - scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcv
11083 - scsi: lpfc: Fix receive PRLI handling
11084 - scsi: lpfc: Increase SCSI CQ and WQ sizes.
11085 - scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabled
11086 - scsi: lpfc: Fix issues connecting with nvme initiator
11087 - scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port.
11088 - scsi: lpfc: Beef up stat counters for debug
11089 - scsi: lpfc: update driver version to 11.4.0.6
11090 - scsi: lpfc: correct sg_seg_cnt attribute min vs default
11091 - scsi: scsi_transport_fc: fix typos on 64/128 GBit define names
11092 - scsi: lpfc: don't dereference localport before it has been null checked
11093 - scsi: lpfc: fix a couple of minor indentation issues
11094 - treewide: Use DEVICE_ATTR_RW
11095 - treewide: Use DEVICE_ATTR_RO
11096 - treewide: Use DEVICE_ATTR_WO
11097 - scsi: lpfc: Fix frequency of Release WQE CQEs
11098 - scsi: lpfc: Increase CQ and WQ sizes for SCSI
11099 - scsi: lpfc: move placement of target destroy on driver detach
11100 - scsi: lpfc: correct debug counters for abort
11101 - scsi: lpfc: Add WQ Full Logic for NVME Target
11102 - scsi: lpfc: Fix PRLI handling when topology type changes
11103 - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
11104 - scsi: lpfc: Fix RQ empty firmware trap
11105 - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target
11106 - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
11107 - scsi: lpfc: Fix issue_lip if link is disabled
11108 - scsi: lpfc: Indicate CONF support in NVMe PRLI
11109 - scsi: lpfc: Fix SCSI io host reset causing kernel crash
11110 - scsi: lpfc: Validate adapter support for SRIU option
11111 - scsi: lpfc: Fix header inclusion in lpfc_nvmet
11112 - scsi: lpfc: Treat SCSI Write operation Underruns as an error
11113 - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
11114 - scsi: lpfc: update driver version to 11.4.0.7
11115 - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
11116 - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
11117 - scsi: lpfc: Rework sli4 doorbell infrastructure
11118 - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
11119 - scsi: lpfc: Add push-to-adapter support to sli4
11120 - scsi: lpfc: Add PCI Ids for if_type=6 hardware
11121 - scsi: lpfc: Add 64G link speed support
11122 - scsi: lpfc: Add if_type=6 support for cycling valid bits
11123 - scsi: lpfc: Enable fw download on if_type=6 devices
11124 - scsi: lpfc: Add embedded data pointers for enhanced performance
11125 - scsi: lpfc: Fix nvme embedded io length on new hardware
11126 - scsi: lpfc: Work around NVME cmd iu SGL type
11127 - scsi: lpfc: update driver version to 12.0.0.0
11128 - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
11129 - scsi: lpfc: use __raw_writeX on DPP copies
11130 - scsi: lpfc: Add missing unlock in WQ full logic
11131
11132 * CVE-2018-8043
11133 - net: phy: mdio-bcm-unimac: fix potential NULL dereference in
11134 unimac_mdio_probe()
11135
11136 * Bionic update to 4.15.10 stable release (LP: #1756100)
11137 - Revert "UBUNTU: SAUCE: ALSA: hda/realtek - Add support headset mode for DELL
11138 WYSE"
11139 - RDMA/ucma: Limit possible option size
11140 - RDMA/ucma: Check that user doesn't overflow QP state
11141 - RDMA/mlx5: Fix integer overflow while resizing CQ
11142 - bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()
11143 - IB/uverbs: Improve lockdep_check
11144 - mac80211_hwsim: don't use WQ_MEM_RECLAIM
11145 - net/smc: fix NULL pointer dereference on sock_create_kern() error path
11146 - regulator: stm32-vrefbuf: fix check on ready flag
11147 - drm/i915: Check for fused or unused pipes
11148 - drm/i915/audio: fix check for av_enc_map overflow
11149 - drm/i915: Fix rsvd2 mask when out-fence is returned
11150 - drm/i915: Clear the in-use marker on execbuf failure
11151 - drm/i915: Disable DC states around GMBUS on GLK
11152 - drm/i915: Update watermark state correctly in sanitize_watermarks
11153 - drm/i915: Try EDID bitbanging on HDMI after failed read
11154 - drm/i915/perf: fix perf stream opening lock
11155 - scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops
11156 - scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTS
11157 - drm/i915: Always call to intel_display_set_init_power() in resume_early.
11158 - workqueue: Allow retrieval of current task's work struct
11159 - drm: Allow determining if current task is output poll worker
11160 - drm/nouveau: Fix deadlock on runtime suspend
11161 - drm/radeon: Fix deadlock on runtime suspend
11162 - drm/amdgpu: Fix deadlock on runtime suspend
11163 - drm/nouveau: prefer XBGR2101010 for addfb ioctl
11164 - drm/amd/powerplay/smu7: allow mclk switching with no displays
11165 - drm/amd/powerplay/vega10: allow mclk switching with no displays
11166 - Revert "drm/radeon/pm: autoswitch power state when in balanced mode"
11167 - drm/amd/display: check for ipp before calling cursor operations
11168 - drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LE
11169 - drm/amd/powerplay: fix power over limit on Fiji
11170 - drm/amd/display: Default HDMI6G support to true. Log VBIOS table error.
11171 - drm/amdgpu: used cached pcie gen info for SI (v2)
11172 - drm/amdgpu: Notify sbios device ready before send request
11173 - drm/radeon: fix KV harvesting
11174 - drm/amdgpu: fix KV harvesting
11175 - drm/amdgpu:Correct max uvd handles
11176 - drm/amdgpu:Always save uvd vcpu_bo in VM Mode
11177 - ovl: redirect_dir=nofollow should not follow redirect for opaque lower
11178 - MIPS: BMIPS: Do not mask IPIs during suspend
11179 - MIPS: ath25: Check for kzalloc allocation failure
11180 - MIPS: OCTEON: irq: Check for null return on kzalloc allocation
11181 - PCI: dwc: Fix enumeration end when reaching root subordinate
11182 - Input: matrix_keypad - fix race when disabling interrupts
11183 - Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"
11184 - bug: use %pB in BUG and stack protector failure
11185 - lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()
11186 - mm/memblock.c: hardcode the end_pfn being -1
11187 - Documentation/sphinx: Fix Directive import error
11188 - loop: Fix lost writes caused by missing flag
11189 - virtio_ring: fix num_free handling in error case
11190 - KVM: s390: fix memory overwrites when not using SCA entries
11191 - arm64: mm: fix thinko in non-global page table attribute check
11192 - IB/core: Fix missing RDMA cgroups release in case of failure to register
11193 device
11194 - Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"
11195 - kbuild: Handle builtin dtb file names containing hyphens
11196 - dm bufio: avoid false-positive Wmaybe-uninitialized warning
11197 - IB/mlx5: Fix incorrect size of klms in the memory region
11198 - bcache: fix crashes in duplicate cache device register
11199 - bcache: don't attach backing with duplicate UUID
11200 - x86/MCE: Save microcode revision in machine check records
11201 - x86/MCE: Serialize sysfs changes
11202 - perf tools: Fix trigger class trigger_on()
11203 - x86/spectre_v2: Don't check microcode versions when running under
11204 hypervisors
11205 - ALSA: hda/realtek - Add support headset mode for DELL WYSE
11206 - ALSA: hda/realtek - Add headset mode support for Dell laptop
11207 - ALSA: hda/realtek: Limit mic boost on T480
11208 - ALSA: hda/realtek - Fix dock line-out volume on Dell Precision 7520
11209 - ALSA: hda/realtek - Make dock sound work on ThinkPad L570
11210 - ALSA: seq: More protection for concurrent write and ioctl races
11211 - ALSA: hda: add dock and led support for HP EliteBook 820 G3
11212 - ALSA: hda: add dock and led support for HP ProBook 640 G2
11213 - scsi: qla2xxx: Fix NULL pointer crash due to probe failure
11214 - scsi: qla2xxx: Fix recursion while sending terminate exchange
11215 - dt-bindings: Document mti,mips-cpc binding
11216 - MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()
11217 - nospec: Kill array_index_nospec_mask_check()
11218 - nospec: Include <asm/barrier.h> dependency
11219 - x86/entry: Reduce the code footprint of the 'idtentry' macro
11220 - x86/entry/64: Use 'xorl' for faster register clearing
11221 - x86/mm: Remove stale comment about KMEMCHECK
11222 - x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbers
11223 - x86/IO-APIC: Avoid warning in 32-bit builds
11224 - x86/LDT: Avoid warning in 32-bit builds with older gcc
11225 - x86-64/realmode: Add instruction suffix
11226 - Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
11227 - x86/speculation: Use IBRS if available before calling into firmware
11228 - x86/retpoline: Support retpoline builds with Clang
11229 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool
11230 - x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP
11231 - x86/paravirt, objtool: Annotate indirect calls
11232 - x86/boot, objtool: Annotate indirect jump in secondary_startup_64()
11233 - x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()
11234 - objtool: Use existing global variables for options
11235 - objtool: Add retpoline validation
11236 - objtool: Add module specific retpoline rules
11237 - objtool, retpolines: Integrate objtool with retpoline support more closely
11238 - objtool: Fix another switch table detection issue
11239 - objtool: Fix 32-bit build
11240 - x86/kprobes: Fix kernel crash when probing .entry_trampoline code
11241 - watchdog: hpwdt: SMBIOS check
11242 - watchdog: hpwdt: Check source of NMI
11243 - watchdog: hpwdt: fix unused variable warning
11244 - watchdog: hpwdt: Remove legacy NMI sourcing.
11245 - netfilter: add back stackpointer size checks
11246 - netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation
11247 - netfilter: xt_hashlimit: fix lock imbalance
11248 - netfilter: x_tables: fix missing timer initialization in xt_LED
11249 - netfilter: nat: cope with negative port range
11250 - netfilter: IDLETIMER: be syzkaller friendly
11251 - netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
11252 - netfilter: bridge: ebt_among: add missing match size checks
11253 - netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt
11254 - netfilter: use skb_to_full_sk in ip6_route_me_harder
11255 - tpm_tis: Move ilb_base_addr to tpm_tis_data
11256 - tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
11257 - tpm: delete the TPM_TIS_CLK_ENABLE flag
11258 - tpm: remove unused variables
11259 - tpm: only attempt to disable the LPC CLKRUN if is already enabled
11260 - x86/xen: Calculate __max_logical_packages on PV domains
11261 - scsi: qla2xxx: Fix system crash for Notify ack timeout handling
11262 - scsi: qla2xxx: Fix gpnid error processing
11263 - scsi: qla2xxx: Move session delete to driver work queue
11264 - scsi: qla2xxx: Skip IRQ affinity for Target QPairs
11265 - scsi: qla2xxx: Fix re-login for Nport Handle in use
11266 - scsi: qla2xxx: Retry switch command on time out
11267 - scsi: qla2xxx: Serialize GPNID for multiple RSCN
11268 - scsi: qla2xxx: Fix login state machine stuck at GPDB
11269 - scsi: qla2xxx: Fix NPIV host cleanup in target mode
11270 - scsi: qla2xxx: Relogin to target port on a cable swap
11271 - scsi: qla2xxx: Fix Relogin being triggered too fast
11272 - scsi: qla2xxx: Fix PRLI state check
11273 - scsi: qla2xxx: Fix abort command deadlock due to spinlock
11274 - scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcport
11275 - scsi: qla2xxx: Fix scan state field for fcport
11276 - scsi: qla2xxx: Clear loop id after delete
11277 - scsi: qla2xxx: Defer processing of GS IOCB calls
11278 - scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout.
11279 - scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unref
11280 - scsi: qla2xxx: Fix memory leak in dual/target mode
11281 - NFS: Fix an incorrect type in struct nfs_direct_req
11282 - pNFS: Prevent the layout header refcount going to zero in pnfs_roc()
11283 - NFS: Fix unstable write completion
11284 - Linux 4.15.10
11285
11286 * Bionic update to 4.15.10 stable release (LP: #1756100) // CVE-2018-1000004.
11287 - ALSA: seq: Don't allow resizing pool in use
11288
11289 * nfp: prioritize stats updates (LP: #1752061)
11290 - nfp: flower: prioritize stats updates
11291
11292 * Ubuntu 18.04 - Kernel crash on nvme subsystem-reset /dev/nvme0 (Bolt / NVMe)
11293 (LP: #1753371)
11294 - nvme-pci: Fix EEH failure on ppc
11295
11296 * sbsa watchdog crashes thunderx2 system (LP: #1755595)
11297 - watchdog: sbsa: use 32-bit read for WCV
11298
11299 * KVM: s390: add vcpu stat counters for many instruction (LP: #1755132)
11300 - KVM: s390: diagnoses are instructions as well
11301 - KVM: s390: add vcpu stat counters for many instruction
11302
11303 * CIFS SMB2/SMB3 does not work for domain based DFS (LP: #1747572)
11304 - CIFS: make IPC a regular tcon
11305 - CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
11306 - CIFS: dump IPC tcon in debug proc file
11307
11308 * i2c-thunderx: erroneous error message "unhandled state: 0" (LP: #1754076)
11309 - i2c: octeon: Prevent error message on bus error
11310
11311 * Boston-LC:bos1u1: Stress test on Qlogic Fibre Channel on Ubuntu KVM guest
11312 that caused KVM host crashed in qlt_free_session_done call (LP: #1750441)
11313 - scsi: qla2xxx: Fix memory corruption during hba reset test
11314
11315 * Ubuntu 18.04 - Performance: Radix page fault handler bug in KVM
11316 (LP: #1752236)
11317 - KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handler
11318
11319 * Fix ARC hit rate (LP: #1755158)
11320 - SAUCE: Fix ARC hit rate (LP: #1755158)
11321
11322 * Bionic update to 4.15.9 stable release (LP: #1755275)
11323 - bpf: fix mlock precharge on arraymaps
11324 - bpf: fix memory leak in lpm_trie map_free callback function
11325 - bpf: fix rcu lockdep warning for lpm_trie map_free callback
11326 - bpf, x64: implement retpoline for tail call
11327 - bpf, arm64: fix out of bounds access in tail call
11328 - bpf: add schedule points in percpu arrays management
11329 - bpf: allow xadd only on aligned memory
11330 - bpf, ppc64: fix out of bounds access in tail call
11331 - scsi: mpt3sas: fix oops in error handlers after shutdown/unload
11332 - scsi: mpt3sas: wait for and flush running commands on shutdown/unload
11333 - KVM: x86: fix backward migration with async_PF
11334 - Linux 4.15.9
11335
11336 * Bionic update to 4.15.8 stable release (LP: #1755179)
11337 - hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
11338 - ipmi_si: Fix error handling of platform device
11339 - platform/x86: dell-laptop: Allocate buffer on heap rather than globally
11340 - powerpc/pseries: Enable RAS hotplug events later
11341 - Bluetooth: btusb: Use DMI matching for QCA reset_resume quirking
11342 - ixgbe: fix crash in build_skb Rx code path
11343 - tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the
11344 bus
11345 - tpm: fix potential buffer overruns caused by bit glitches on the bus
11346 - tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on
11347 the bus
11348 - tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the
11349 bus
11350 - tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
11351 - ALSA: usb-audio: Add a quirck for B&W PX headphones
11352 - ALSA: control: Fix memory corruption risk in snd_ctl_elem_read
11353 - ALSA: x86: Fix missing spinlock and mutex initializations
11354 - ALSA: hda: Add a power_save blacklist
11355 - ALSA: hda - Fix pincfg at resume on Lenovo T470 dock
11356 - mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllers
11357 - mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias
11358 - mmc: dw_mmc: Avoid accessing registers in runtime suspended state
11359 - mmc: dw_mmc: Factor out dw_mci_init_slot_caps
11360 - mmc: dw_mmc: Fix out-of-bounds access for slot's caps
11361 - timers: Forward timer base before migrating timers
11362 - parisc: Use cr16 interval timers unconditionally on qemu
11363 - parisc: Reduce irq overhead when run in qemu
11364 - parisc: Fix ordering of cache and TLB flushes
11365 - parisc: Hide virtual kernel memory layout
11366 - btrfs: use proper endianness accessors for super_copy
11367 - block: fix the count of PGPGOUT for WRITE_SAME
11368 - block: kyber: fix domain token leak during requeue
11369 - block: pass inclusive 'lend' parameter to truncate_inode_pages_range
11370 - vfio: disable filesystem-dax page pinning
11371 - cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()
11372 - dax: fix vma_is_fsdax() helper
11373 - direct-io: Fix sleep in atomic due to sync AIO
11374 - x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend
11375 - x86/platform/intel-mid: Handle Intel Edison reboot correctly
11376 - x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table
11377 - bridge: check brport attr show in brport_show
11378 - fib_semantics: Don't match route with mismatching tclassid
11379 - hdlc_ppp: carrier detect ok, don't turn off negotiation
11380 - ipv6 sit: work around bogus gcc-8 -Wrestrict warning
11381 - net: amd-xgbe: fix comparison to bitshift when dealing with a mask
11382 - net: ethernet: ti: cpsw: fix net watchdog timeout
11383 - net: fix race on decreasing number of TX queues
11384 - net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
11385 - netlink: ensure to loop over all netns in genlmsg_multicast_allns()
11386 - net: sched: report if filter is too large to dump
11387 - ppp: prevent unregistered channels from connecting to PPP units
11388 - sctp: verify size of a new chunk in _sctp_make_chunk()
11389 - udplite: fix partial checksum initialization
11390 - net/mlx5e: Fix TCP checksum in LRO buffers
11391 - sctp: fix dst refcnt leak in sctp_v4_get_dst
11392 - mlxsw: spectrum_switchdev: Check success of FDB add operation
11393 - net/mlx5e: Specify numa node when allocating drop rq
11394 - net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT
11395 - tcp: Honor the eor bit in tcp_mtu_probe
11396 - rxrpc: Fix send in rxrpc_send_data_packet()
11397 - tcp_bbr: better deal with suboptimal GSO
11398 - doc: Change the min default value of tcp_wmem/tcp_rmem.
11399 - net/mlx5e: Fix loopback self test when GRO is off
11400 - net_sched: gen_estimator: fix broken estimators based on percpu stats
11401 - net/sched: cls_u32: fix cls_u32 on filter replace
11402 - sctp: do not pr_err for the duplicated node in transport rhlist
11403 - mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_create
11404 - net: ipv4: Set addr_type in hash_keys for forwarded case
11405 - sctp: fix dst refcnt leak in sctp_v6_get_dst()
11406 - bridge: Fix VLAN reference count problem
11407 - net/mlx5e: Verify inline header size do not exceed SKB linear size
11408 - tls: Use correct sk->sk_prot for IPV6
11409 - amd-xgbe: Restore PCI interrupt enablement setting on resume
11410 - cls_u32: fix use after free in u32_destroy_key()
11411 - mlxsw: spectrum_router: Do not unconditionally clear route offload
11412 indication
11413 - netlink: put module reference if dump start fails
11414 - tcp: purge write queue upon RST
11415 - tuntap: correctly add the missing XDP flush
11416 - tuntap: disable preemption during XDP processing
11417 - virtio-net: disable NAPI only when enabled during XDP set
11418 - cxgb4: fix trailing zero in CIM LA dump
11419 - net/mlx5: Fix error handling when adding flow rules
11420 - net: phy: Restore phy_resume() locking assumption
11421 - tcp: tracepoint: only call trace_tcp_send_reset with full socket
11422 - l2tp: don't use inet_shutdown on tunnel destroy
11423 - l2tp: don't use inet_shutdown on ppp session destroy
11424 - l2tp: fix races with tunnel socket close
11425 - l2tp: fix race in pppol2tp_release with session object destroy
11426 - l2tp: fix tunnel lookup use-after-free race
11427 - s390/qeth: fix underestimated count of buffer elements
11428 - s390/qeth: fix SETIP command handling
11429 - s390/qeth: fix overestimated count of buffer elements
11430 - s390/qeth: fix IP removal on offline cards
11431 - s390/qeth: fix double-free on IP add/remove race
11432 - Revert "s390/qeth: fix using of ref counter for rxip addresses"
11433 - s390/qeth: fix IP address lookup for L3 devices
11434 - s390/qeth: fix IPA command submission race
11435 - tcp: revert F-RTO middle-box workaround
11436 - tcp: revert F-RTO extension to detect more spurious timeouts
11437 - blk-mq: don't call io sched's .requeue_request when requeueing rq to
11438 ->dispatch
11439 - media: m88ds3103: don't call a non-initalized function
11440 - EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL
11441 - KVM: s390: take care of clock-comparator sign control
11442 - KVM: s390: provide only a single function for setting the tod (fix SCK)
11443 - KVM: s390: consider epoch index on hotplugged CPUs
11444 - KVM: s390: consider epoch index on TOD clock syncs
11445 - nospec: Allow index argument to have const-qualified type
11446 - x86/mm: Fix {pmd,pud}_{set,clear}_flags()
11447 - ARM: orion: fix orion_ge00_switch_board_info initialization
11448 - ARM: dts: rockchip: Remove 1.8 GHz operation point from phycore som
11449 - ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
11450 - ARM: kvm: fix building with gcc-8
11451 - KVM: X86: Fix SMRAM accessing even if VM is shutdown
11452 - KVM: mmu: Fix overlap between public and private memslots
11453 - KVM/x86: Remove indirect MSR op calls from SPEC_CTRL
11454 - KVM: x86: move LAPIC initialization after VMCS creation
11455 - KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR
11456 path as unlikely()
11457 - KVM: x86: fix vcpu initialization with userspace lapic
11458 - KVM/x86: remove WARN_ON() for when vm_munmap() fails
11459 - ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530
11460 - ARM: dts: LogicPD SOM-LV: Fix I2C1 pinmux
11461 - ARM: dts: LogicPD Torpedo: Fix I2C1 pinmux
11462 - powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID
11463 - md: only allow remove_and_add_spares when no sync_thread running.
11464 - platform/x86: dell-laptop: fix kbd_get_state's request value
11465 - Linux 4.15.8
11466
11467 * ZFS setgid broken on 0.7 (LP: #1753288)
11468 - SAUCE: Fix ZFS setgid
11469
11470 * /proc/kallsyms prints "(null)" for null addresses in 4.15 (LP: #1754297)
11471 - vsprintf: avoid misleading "(null)" for %px
11472
11473 * Miscellaneous Ubuntu changes
11474 - d-i: Add netsec to nic-modules
11475 - [Config] fix up retpoline abi files
11476 - [Config] set NOBP and expoline options for s390
11477
11478 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 16 Mar 2018 14:49:27 -0300
11479
11480 linux (4.15.0-12.13) bionic; urgency=medium
11481
11482 * linux: 4.15.0-12.13 -proposed tracker (LP: #1754059)
11483
11484 * CONFIG_EFI=y on armhf (LP: #1726362)
11485 - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
11486
11487 * ppc64el: Support firmware disable of RFI flush (LP: #1751994)
11488 - powerpc/pseries: Support firmware disable of RFI flush
11489 - powerpc/powernv: Support firmware disable of RFI flush
11490
11491 * [Feature] CFL/CNL (PCH:CNP-H): New GPIO Commit added (GPIO Driver needed)
11492 (LP: #1751714)
11493 - gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation
11494 - pinctrl: intel: Allow custom GPIO base for pad groups
11495 - pinctrl: cannonlake: Align GPIO number space with Windows
11496
11497 * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
11498 - usb: xhci: Make some static functions global
11499 - usb: xhci: Add DbC support in xHCI driver
11500 - [Config] USB_XHCI_DBGCAP=y for commit mainline dfba2174dc42.
11501
11502 * [SRU] Lenovo E41 Mic mute hotkey is not responding (LP: #1753347)
11503 - platform/x86: ideapad-laptop: Increase timeout to wait for EC answer
11504
11505 * headset mic can't be detected on two Dell machines (LP: #1748807)
11506 - ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines
11507
11508 * hisi_sas: Add disk LED support (LP: #1752695)
11509 - scsi: hisi_sas: directly attached disk LED feature for v2 hw
11510
11511 * [Feature] [Graphics]Whiskey Lake (Coffelake-U 4+2) new PCI Device ID adds
11512 (LP: #1742561)
11513 - drm/i915/cfl: Adding more Coffee Lake PCI IDs.
11514
11515 * [Bug] [USB Function][CFL-CNL PCH]Stall Error and USB Transaction Error in
11516 trace, Disable of device-initiated U1/U2 failed and rebind failed: -517
11517 during suspend/resume with usb storage. (LP: #1730599)
11518 - usb: Don't print a warning if interface driver rebind is deferred at resume
11519
11520 * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
11521 - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
11522 - [Config] retpoline -- clean up i386 retpoline files
11523
11524 * hisilicon hibmc regression due to ea642c3216cb ("drm/ttm: add io_mem_pfn
11525 callback") (LP: #1738334)
11526 - drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfn
11527
11528 * [Asus UX360UA] battery status in unity-panel is not changing when battery is
11529 being charged (LP: #1661876) // AC adapter status not detected on Asus
11530 ZenBook UX410UAK (LP: #1745032)
11531 - ACPI / battery: Add quirk for Asus UX360UA and UX410UAK
11532
11533 * ASUS UX305LA - Battery state not detected correctly (LP: #1482390)
11534 - ACPI / battery: Add quirk for Asus GL502VSK and UX305LA
11535
11536 * [18.04 FEAT] Automatically detect layer2 setting in the qeth device driver
11537 (LP: #1747639)
11538 - s390/diag: add diag26c support for VNIC info
11539 - s390/qeth: support early setup for z/VM NICs
11540
11541 * Bionic update to v4.15.7 stable release (LP: #1752317)
11542 - netfilter: drop outermost socket lock in getsockopt()
11543 - arm64: mm: don't write garbage into TTBR1_EL1 register
11544 - kconfig.h: Include compiler types to avoid missed struct attributes
11545 - MIPS: boot: Define __ASSEMBLY__ for its.S build
11546 - xtensa: fix high memory/reserved memory collision
11547 - scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info
11548 - MIPS: Drop spurious __unused in struct compat_flock
11549 - cfg80211: fix cfg80211_beacon_dup
11550 - i2c: designware: must wait for enable
11551 - i2c: bcm2835: Set up the rising/falling edge delays
11552 - X.509: fix BUG_ON() when hash algorithm is unsupported
11553 - X.509: fix NULL dereference when restricting key with unsupported_sig
11554 - PKCS#7: fix certificate chain verification
11555 - PKCS#7: fix certificate blacklisting
11556 - extcon: int3496: process id-pin first so that we start with the right status
11557 - genirq/matrix: Handle CPU offlining proper
11558 - RDMA/uverbs: Protect from races between lookup and destroy of uobjects
11559 - RDMA/uverbs: Protect from command mask overflow
11560 - RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
11561 - RDMA/uverbs: Fix circular locking dependency
11562 - RDMA/uverbs: Sanitize user entered port numbers prior to access it
11563 - iio: adc: stm32: fix stm32h7_adc_enable error handling
11564 - iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefined
11565 - iio: buffer: check if a buffer has been set up when poll is called
11566 - iio: adis_lib: Initialize trigger before requesting interrupt
11567 - Kbuild: always define endianess in kconfig.h
11568 - x86/apic/vector: Handle vector release on CPU unplug correctly
11569 - x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
11570 - mm, swap, frontswap: fix THP swap if frontswap enabled
11571 - mm: don't defer struct page initialization for Xen pv guests
11572 - uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define
11573 - irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
11574 - irqchip/mips-gic: Avoid spuriously handling masked interrupts
11575 - PCI/cxgb4: Extend T3 PCI quirk to T4+ devices
11576 - net: thunderbolt: Tear down connection properly on suspend
11577 - net: thunderbolt: Run disconnect flow asynchronously when logout is received
11578 - ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and
11579 io_watchdog_func()
11580 - usb: ohci: Proper handling of ed_rm_list to handle race condition between
11581 usb_kill_urb() and finish_unlinks()
11582 - arm64: Remove unimplemented syscall log message
11583 - arm64: Disable unhandled signal log messages by default
11584 - arm64: cpufeature: Fix CTR_EL0 field definitions
11585 - Add delay-init quirk for Corsair K70 RGB keyboards
11586 - usb: host: ehci: use correct device pointer for dma ops
11587 - usb: dwc3: gadget: Set maxpacket size for ep0 IN
11588 - usb: dwc3: ep0: Reset TRB counter for ep0 IN
11589 - usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28
11590 - usb: ldusb: add PIDs for new CASSY devices supported by this driver
11591 - Revert "usb: musb: host: don't start next rx urb if current one failed"
11592 - usb: gadget: f_fs: Process all descriptors during bind
11593 - usb: gadget: f_fs: Use config_ep_by_speed()
11594 - usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path
11595 - drm/cirrus: Load lut in crtc_commit
11596 - drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
11597 - drm: Handle unexpected holes in color-eviction
11598 - drm/amdgpu: disable MMHUB power gating on raven
11599 - drm/amdgpu: fix VA hole handling on Vega10 v3
11600 - drm/amdgpu: Add dpm quirk for Jet PRO (v2)
11601 - drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji
11602 - drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)
11603 - drm/amdgpu: add new device to use atpx quirk
11604 - arm64: __show_regs: Only resolve kernel symbols when running at EL1
11605 - drm/i915/breadcrumbs: Ignore unsubmitted signalers
11606 - microblaze: fix endian handling
11607 - Linux 4.15.7
11608
11609 * [regression] Colour banding and artefacts appear system-wide on an Asus
11610 Zenbook UX303LA with Intel HD 4400 graphics (LP: #1749420) // Bionic update
11611 to v4.15.7 stable release (LP: #1752317)
11612 - drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA
11613
11614 * errors with sas hotplug (LP: #1752146)
11615 - scsi: libsas: fix memory leak in sas_smp_get_phy_events()
11616 - scsi: libsas: fix error when getting phy events
11617 - scsi: libsas: initialize sas_phy status according to response of DISCOVER
11618 - scsi: libsas: Use dynamic alloced work to avoid sas event lost
11619 - scsi: libsas: shut down the PHY if events reached the threshold
11620 - scsi: libsas: make the event threshold configurable
11621 - scsi: libsas: Use new workqueue to run sas event and disco event
11622 - scsi: libsas: use flush_workqueue to process disco events synchronously
11623 - scsi: libsas: direct call probe and destruct
11624 - scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation()
11625
11626 * rtnetlink: enable namespace identifying properties in rtnetlink requests
11627 (LP: #1748232)
11628 - rtnetlink: enable IFLA_IF_NETNSID in do_setlink()
11629 - rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK
11630 - rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK
11631 - rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
11632 - rtnetlink: remove check for IFLA_IF_NETNSID
11633 - rtnetlink: require unique netns identifier
11634
11635 * Bionic update to v4.15.6 stable release (LP: #1752119)
11636 - tun: fix tun_napi_alloc_frags() frag allocator
11637 - ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
11638 - ptr_ring: try vmalloc() when kmalloc() fails
11639 - selinux: ensure the context is NUL terminated in
11640 security_context_to_sid_core()
11641 - selinux: skip bounded transition processing if the policy isn't loaded
11642 - media: pvrusb2: properly check endpoint types
11643 - crypto: x86/twofish-3way - Fix %rbp usage
11644 - staging: android: ion: Add __GFP_NOWARN for system contig heap
11645 - staging: android: ion: Switch from WARN to pr_warn
11646 - blk_rq_map_user_iov: fix error override
11647 - KVM: x86: fix escape of guest dr6 to the host
11648 - kcov: detect double association with a single task
11649 - netfilter: x_tables: fix int overflow in xt_alloc_table_info()
11650 - netfilter: x_tables: avoid out-of-bounds reads in
11651 xt_request_find_{match|target}
11652 - netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
11653 - netfilter: on sockopt() acquire sock lock only in the required scope
11654 - netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
11655 - netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert
11656 - rds: tcp: correctly sequence cleanup on netns deletion.
11657 - rds: tcp: atomically purge entries from rds_tcp_conn_list during netns
11658 delete
11659 - net: avoid skb_warn_bad_offload on IS_ERR
11660 - net_sched: gen_estimator: fix lockdep splat
11661 - soc: qcom: rmtfs_mem: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
11662 - ASoC: ux500: add MODULE_LICENSE tag
11663 - video: fbdev/mmp: add MODULE_LICENSE
11664 - ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag
11665 - arm64: dts: add #cooling-cells to CPU nodes
11666 - dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock
11667 - ANDROID: binder: remove WARN() for redundant txn error
11668 - ANDROID: binder: synchronize_rcu() when using POLLFREE.
11669 - staging: android: ashmem: Fix a race condition in pin ioctls
11670 - binder: check for binder_thread allocation failure in binder_poll()
11671 - binder: replace "%p" with "%pK"
11672 - staging: fsl-mc: fix build testing on x86
11673 - staging: iio: adc: ad7192: fix external frequency setting
11674 - staging: iio: ad5933: switch buffer mode to software
11675 - xhci: Fix NULL pointer in xhci debugfs
11676 - xhci: Fix xhci debugfs devices node disappearance after hibernation
11677 - xhci: xhci debugfs device nodes weren't removed after device plugged out
11678 - xhci: fix xhci debugfs errors in xhci_stop
11679 - usbip: keep usbip_device sockfd state in sync with tcp_socket
11680 - crypto: s5p-sss - Fix kernel Oops in AES-ECB mode
11681 - mei: me: add cannon point device ids
11682 - mei: me: add cannon point device ids for 4th device
11683 - vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
11684 - Linux 4.15.6
11685
11686 * Unable to insert test_bpf module on Bionic s390x (LP: #1751234)
11687 - bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y
11688
11689 * [Ubuntu 18.04 FEAT] OpenCAPI enabling (LP: #1746988)
11690 - powerpc/powernv: Introduce new PHB type for opencapi links
11691 - powerpc/powernv: Set correct configuration space size for opencapi devices
11692 - powerpc/powernv: Add opal calls for opencapi
11693 - powerpc/powernv: Add platform-specific services for opencapi
11694 - powerpc/powernv: Capture actag information for the device
11695 - ocxl: Driver code for 'generic' opencapi devices
11696 - ocxl: Add AFU interrupt support
11697 - ocxl: Add a kernel API for other opencapi drivers
11698 - ocxl: Add trace points
11699 - ocxl: Add Makefile and Kconfig
11700 - [Config] CONFIG_OCXL=m for ppc64el
11701 - cxl: Remove support for "Processing accelerators" class
11702 - ocxl: Documentation
11703 - ocxl: add MAINTAINERS entry
11704 - cxl: Add support for ASB_Notify on POWER9
11705
11706 * Request to update 18.04 kernel aacraid to upstream 4.16 version
11707 (LP: #1746801)
11708 - scsi: aacraid: remove unused variable managed_request_id
11709 - scsi: aacraid: Do not attempt abort when Fw panicked
11710 - scsi: aacraid: Do not remove offlined devices
11711 - scsi: aacraid: Fix ioctl reset hang
11712 - scsi: aacraid: Allow reset_host sysfs var to recover Panicked Fw
11713 - scsi: aacraid: Refactor reset_host store function
11714 - scsi: aacraid: Move code to wait for IO completion to shutdown func
11715 - scsi: aacraid: Create bmic submission function from bmic identify
11716 - scsi: aacraid: Change phy luns function to use common bmic function
11717 - scsi: aacraid: Refactor and rename to make mirror existing changes
11718 - scsi: aacraid: Add target setup helper function
11719 - scsi: aacraid: Untangle targets setup from report phy luns
11720 - scsi: aacraid: Move function around to match existing code
11721 - scsi: aacraid: Create helper functions to get lun info
11722 - scsi: aacraid: Save bmic phy information for each phy
11723 - scsi: aacraid: Add helper function to set queue depth
11724 - scsi: aacraid: Merge func to get container information
11725 - scsi: aacraid: Process hba and container hot plug events in single function
11726 - scsi: aacraid: Added macros to help loop through known buses and targets
11727 - scsi: aacraid: Refactor resolve luns code and scsi functions
11728 - scsi: aacraid: Merge adapter setup with resolve luns
11729 - scsi: aacraid: Block concurrent hotplug event handling
11730 - scsi: aacraid: Use hotplug handling function in place of scsi_scan_host
11731 - scsi: aacraid: Reschedule host scan in case of failure
11732 - scsi: aacraid: Fix hang while scanning in eh recovery
11733 - scsi: aacraid: Skip schedule rescan in case of kdump
11734 - scsi: aacraid: Remove unused rescan variable
11735 - scsi: aacraid: Remove AAC_HIDE_DISK check in queue command
11736 - scsi: aacraid: Update driver version to 50877
11737 - scsi: aacraid: Fix driver oops with dead battery
11738 - scsi: aacraid: remove redundant setting of variable c
11739 - scsi: aacraid: Get correct lun count
11740 - scsi: aacraid: Delay for rescan worker needs to be 10 seconds
11741
11742 * [18.04] kpatch - Add livepatch hook support for ppc64le (LP: #1741992)
11743 - powerpc/modules: Add REL24 relocation support of livepatch symbols
11744 - powerpc/modules: Don't try to restore r2 after a sibling call
11745 - powerpc/modules: Improve restore_r2() error message
11746
11747 * Ubuntu 18.04 - Include latest ibmvnic fixes in Ubuntu kernel (LP: #1748517)
11748 - ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES
11749 - ibmvnic: Increase maximum number of RX/TX queues
11750 - ibmvnic: Include header descriptor support for ARP packets
11751 - ibmvnic: Don't handle RX interrupts when not up.
11752 - ibmvnic: Wait for device response when changing MAC
11753 - ibmvnic: fix firmware version when no firmware level has been provided by
11754 the VIOS server
11755 - ibmvnic: fix empty firmware version and errors cleanup
11756 - ibmvnic: Fix rx queue cleanup for non-fatal resets
11757 - ibmvnic: Ensure that buffers are NULL after free
11758 - ibmvnic: queue reset when CRQ gets closed during reset
11759 - ibmvnic: Reset long term map ID counter
11760 - ibmvnic: Remove skb->protocol checks in ibmvnic_xmit
11761 - ibmvnic: Wait until reset is complete to set carrier on
11762 - ibmvnic: Fix login buffer memory leaks
11763 - ibmvnic: Fix NAPI structures memory leak
11764 - ibmvnic: Free RX socket buffer in case of adapter error
11765 - ibmvnic: Clean RX pool buffers during device close
11766 - ibmvnic: Check for NULL skb's in NAPI poll routine
11767 - ibmvnic: Fix early release of login buffer
11768
11769 * Power9 DD 2.2 needs HMI fixup backport of upstream
11770 patch(d075745d893c78730e4a3b7a60fca23c2f764081) into kernel (LP: #1751834)
11771 - KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9
11772
11773 * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927)
11774 - d-i: add cxgb4 to nic-modules
11775
11776 * BCM5719/tg3 loses connectivity due to missing heartbeats between fw and
11777 driver (LP: #1751337)
11778 - tg3: APE heartbeat changes
11779
11780 * Miscellaneous Ubuntu changes
11781 - ubuntu: vbox -- update to 5.2.6-dfsg-5
11782 - Revert "UBUNTU: SAUCE: Import aufs driver"
11783 - SAUCE: Import aufs driver
11784 - Revert "UBUNTU: SAUCE: (no-up) Convert bnx2x firmware files to ihex format"
11785 - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
11786 - [Config] fix up retpoline abi files
11787 - ubuntu: vbox -- update to 5.2.8-dfsg-2
11788
11789 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Mar 2018 17:36:23 +0100
11790
11791 linux (4.15.0-11.12) bionic; urgency=medium
11792
11793 * linux: 4.15.0-11.12 -proposed tracker (LP: #1751285)
11794
11795 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
11796 - [Config] CONFIG_INDIRECT_PIO=y
11797 - SAUCE: LIB: Introduce a generic PIO mapping method
11798 - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
11799 - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
11800 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
11801 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
11802 - [Config] CONFIG_HISILICON_LPC=y
11803 - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
11804 - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
11805 - SAUCE: HISI LPC: Add ACPI support
11806 - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
11807
11808 * Bionic update to v4.15.5 stable release (LP: #1751131)
11809 - scsi: smartpqi: allow static build ("built-in")
11810 - IB/umad: Fix use of unprotected device pointer
11811 - IB/qib: Fix comparison error with qperf compare/swap test
11812 - IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports
11813 - IB/core: Fix two kernel warnings triggered by rxe registration
11814 - IB/core: Fix ib_wc structure size to remain in 64 bytes boundary
11815 - IB/core: Avoid a potential OOPs for an unused optional parameter
11816 - selftests: seccomp: fix compile error seccomp_bpf
11817 - kselftest: fix OOM in memory compaction test
11818 - RDMA/rxe: Fix a race condition related to the QP error state
11819 - RDMA/rxe: Fix a race condition in rxe_requester()
11820 - RDMA/rxe: Fix rxe_qp_cleanup()
11821 - cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin
11822 - PM / devfreq: Propagate error from devfreq_add_device()
11823 - mwifiex: resolve reset vs. remove()/shutdown() deadlocks
11824 - ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE
11825 - trace_uprobe: Display correct offset in uprobe_events
11826 - powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all
11827 - powerpc/kernel: Block interrupts when updating TIDR
11828 - powerpc/vas: Don't set uses_vas for kernel windows
11829 - powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
11830 - powerpc/mm: Flush radix process translations when setting MMU type
11831 - powerpc/xive: Use hw CPU ids when configuring the CPU queues
11832 - dma-buf: fix reservation_object_wait_timeout_rcu once more v2
11833 - s390: fix handling of -1 in set{,fs}[gu]id16 syscalls
11834 - arm64: dts: msm8916: Correct ipc references for smsm
11835 - ARM: lpc3250: fix uda1380 gpio numbers
11836 - ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property
11837 - ARM: dts: nomadik: add interrupt-parent for clcd
11838 - arm: dts: mt7623: fix card detection issue on bananapi-r2
11839 - arm: spear600: Add missing interrupt-parent of rtc
11840 - arm: spear13xx: Fix dmas cells
11841 - arm: spear13xx: Fix spics gpio controller's warning
11842 - x86/gpu: add CFL to early quirks
11843 - x86/kexec: Make kexec (mostly) work in 5-level paging mode
11844 - x86/xen: init %gs very early to avoid page faults with stack protector
11845 - x86: PM: Make APM idle driver initialize polling state
11846 - mm, memory_hotplug: fix memmap initialization
11847 - x86/entry/64: Clear extra registers beyond syscall arguments, to reduce
11848 speculation attack surface
11849 - x86/entry/64/compat: Clear registers for compat syscalls, to reduce
11850 speculation attack surface
11851 - compiler-gcc.h: Introduce __optimize function attribute
11852 - compiler-gcc.h: __nostackprotector needs gcc-4.4 and up
11853 - crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate
11854 - crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate
11855 - powerpc/mm/radix: Split linear mapping on hot-unplug
11856 - x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()
11857 - x86/speculation: Update Speculation Control microcode blacklist
11858 - x86/speculation: Correct Speculation Control microcode blacklist again
11859 - Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
11860 - KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(),
11861 by always inlining iterator helper methods
11862 - X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
11863 - KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR
11864 bitmap
11865 - x86/speculation: Clean up various Spectre related details
11866 - PM / runtime: Update links_count also if !CONFIG_SRCU
11867 - PM: cpuidle: Fix cpuidle_poll_state_init() prototype
11868 - platform/x86: wmi: fix off-by-one write in wmi_dev_probe()
11869 - x86/entry/64: Clear registers for exceptions/interrupts, to reduce
11870 speculation attack surface
11871 - x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused
11872 extensions
11873 - x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single
11874 POP_REGS macro
11875 - x86/entry/64: Interleave XOR register clearing with PUSH instructions
11876 - x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro
11877 - x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases
11878 - x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and
11879 SAVE_AND_CLEAR_REGS macros
11880 - x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly
11881 - x86/entry/64: Fix paranoid_entry() frame pointer warning
11882 - x86/entry/64: Remove the unused 'icebp' macro
11883 - selftests/x86: Fix vDSO selftest segfault for vsyscall=none
11884 - selftests/x86: Clean up and document sscanf() usage
11885 - selftests/x86/pkeys: Remove unused functions
11886 - selftests/x86: Fix build bug caused by the 5lvl test which has been moved to
11887 the VM directory
11888 - selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c
11889 - gfs2: Fixes to "Implement iomap for block_map"
11890 - selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c
11891 - selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems
11892 - objtool: Fix segfault in ignore_unreachable_insn()
11893 - x86/debug, objtool: Annotate WARN()-related UD2 as reachable
11894 - x86/debug: Use UD2 for WARN()
11895 - x86/speculation: Fix up array_index_nospec_mask() asm constraint
11896 - nospec: Move array_index_nospec() parameter checking into separate macro
11897 - x86/speculation: Add <asm/msr-index.h> dependency
11898 - x86/mm: Rename flush_tlb_single() and flush_tlb_one() to
11899 __flush_tlb_one_[user|kernel]()
11900 - selftests/x86/mpx: Fix incorrect bounds with old _sigfault
11901 - x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
11902 - x86/spectre: Fix an error message
11903 - x86/cpu: Change type of x86_cache_size variable to unsigned int
11904 - x86/entry/64: Fix CR3 restore in paranoid_exit()
11905 - drm/ttm: Don't add swapped BOs to swap-LRU list
11906 - drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)
11907 - drm/qxl: unref cursor bo when finished with it
11908 - drm/qxl: reapply cursor after resetting primary
11909 - drm/amd/powerplay: Fix smu_table_entry.handle type
11910 - drm/ast: Load lut in crtc_commit
11911 - drm: Check for lessee in DROP_MASTER ioctl
11912 - arm64: Add missing Falkor part number for branch predictor hardening
11913 - drm/radeon: Add dpm quirk for Jet PRO (v2)
11914 - drm/radeon: adjust tested variable
11915 - x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a
11916 physical CPU
11917 - rtc-opal: Fix handling of firmware error codes, prevent busy loops
11918 - mbcache: initialize entry->e_referenced in mb_cache_entry_create()
11919 - mmc: sdhci: Implement an SDHCI-specific bounce buffer
11920 - mmc: bcm2835: Don't overwrite max frequency unconditionally
11921 - Revert "mmc: meson-gx: include tx phase in the tuning process"
11922 - mlx5: fix mlx5_get_vector_affinity to start from completion vector 0
11923 - Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"
11924 - jbd2: fix sphinx kernel-doc build warnings
11925 - ext4: fix a race in the ext4 shutdown path
11926 - ext4: save error to disk in __ext4_grp_locked_error()
11927 - ext4: correct documentation for grpid mount option
11928 - mm: hide a #warning for COMPILE_TEST
11929 - mm: Fix memory size alignment in devm_memremap_pages_release()
11930 - MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
11931 - MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW fallout
11932 - MIPS: Fix incorrect mem=X@Y handling
11933 - PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode
11934 - PCI: iproc: Fix NULL pointer dereference for BCMA
11935 - PCI: pciehp: Assume NoCompl+ for Thunderbolt ports
11936 - PCI: keystone: Fix interrupt-controller-node lookup
11937 - video: fbdev: atmel_lcdfb: fix display-timings lookup
11938 - console/dummy: leave .con_font_get set to NULL
11939 - rbd: whitelist RBD_FEATURE_OPERATIONS feature bit
11940 - xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests
11941 - xenbus: track caller request id
11942 - seq_file: fix incomplete reset on read from zero offset
11943 - tracing: Fix parsing of globs with a wildcard at the beginning
11944 - mpls, nospec: Sanitize array index in mpls_label_ok()
11945 - rtlwifi: rtl8821ae: Fix connection lost problem correctly
11946 - arm64: proc: Set PTE_NG for table entries to avoid traversing them twice
11947 - xprtrdma: Fix calculation of ri_max_send_sges
11948 - xprtrdma: Fix BUG after a device removal
11949 - blk-wbt: account flush requests correctly
11950 - target/iscsi: avoid NULL dereference in CHAP auth error path
11951 - iscsi-target: make sure to wake up sleeping login worker
11952 - dm: correctly handle chained bios in dec_pending()
11953 - Btrfs: fix deadlock in run_delalloc_nocow
11954 - Btrfs: fix crash due to not cleaning up tree log block's dirty bits
11955 - Btrfs: fix extent state leak from tree log
11956 - Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
11957 - Btrfs: fix use-after-free on root->orphan_block_rsv
11958 - Btrfs: fix unexpected -EEXIST when creating new inode
11959 - 9p/trans_virtio: discard zero-length reply
11960 - mtd: nand: vf610: set correct ooblayout
11961 - ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute
11962 - ALSA: hda/realtek - Add headset mode support for Dell laptop
11963 - ALSA: hda/realtek - Enable Thinkpad Dock device for ALC298 platform
11964 - ALSA: hda/realtek: PCI quirk for Fujitsu U7x7
11965 - ALSA: usb-audio: add implicit fb quirk for Behringer UFX1204
11966 - ALSA: usb: add more device quirks for USB DSD devices
11967 - ALSA: seq: Fix racy pool initializations
11968 - mvpp2: fix multicast address filter
11969 - usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT
11970 - x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
11971 - ARM: dts: exynos: fix RTC interrupt for exynos5410
11972 - ARM: pxa/tosa-bt: add MODULE_LICENSE tag
11973 - arm64: dts: msm8916: Add missing #phy-cells
11974 - ARM: dts: s5pv210: add interrupt-parent for ohci
11975 - arm: dts: mt7623: Update ethsys binding
11976 - arm: dts: mt2701: Add reset-cells
11977 - ARM: dts: Delete bogus reference to the charlcd
11978 - media: r820t: fix r820t_write_reg for KASAN
11979 - mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec
11980 - mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb
11981 - Linux 4.15.5
11982
11983 * retpoline abi files are empty on i386 (LP: #1751021)
11984 - [Packaging] retpoline-extract -- instantiate retpoline files for i386
11985 - [Packaging] final-checks -- sanity checking ABI contents
11986 - [Packaging] final-checks -- check for empty retpoline files
11987 - [Config] Disable i386 retpoline check for next upload
11988
11989 * Bionic update to v4.15.4 stable release (LP: #1751064)
11990 - watchdog: indydog: Add dependency on SGI_HAS_INDYDOG
11991 - cifs: Fix missing put_xid in cifs_file_strict_mmap
11992 - cifs: Fix autonegotiate security settings mismatch
11993 - CIFS: zero sensitive data when freeing
11994 - cpufreq: mediatek: add mediatek related projects into blacklist
11995 - dmaengine: dmatest: fix container_of member in dmatest_callback
11996 - ssb: Do not disable PCI host on non-Mips
11997 - watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop
11998 - Revert "drm/i915: mark all device info struct with __initconst"
11999 - sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()
12000 - sched/rt: Up the root domain ref count when passing it around via IPIs
12001 - media: dvb-usb-v2: lmedm04: Improve logic checking of warm start
12002 - media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner
12003 - media: hdpvr: Fix an error handling path in hdpvr_probe()
12004 - arm64: mm: Use non-global mappings for kernel space
12005 - arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN
12006 - arm64: mm: Move ASID from TTBR0 to TTBR1
12007 - arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
12008 - arm64: mm: Rename post_ttbr0_update_workaround
12009 - arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
12010 - arm64: mm: Allocate ASIDs in pairs
12011 - arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
12012 - arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
12013 - arm64: entry: Add exception trampoline page for exceptions from EL0
12014 - arm64: mm: Map entry trampoline into trampoline and kernel page tables
12015 - arm64: entry: Explicitly pass exception level to kernel_ventry macro
12016 - arm64: entry: Hook up entry trampoline to exception vectors
12017 - arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
12018 - arm64: cpu_errata: Add Kryo to Falkor 1003 errata
12019 - arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
12020 - arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
12021 - arm64: kaslr: Put kernel vectors address in separate data page
12022 - arm64: use RET instruction for exiting the trampoline
12023 - arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
12024 - arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
12025 - arm64: Take into account ID_AA64PFR0_EL1.CSV3
12026 - arm64: capabilities: Handle duplicate entries for a capability
12027 - arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
12028 - arm64: kpti: Fix the interaction between ASID switching and software PAN
12029 - arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
12030 - arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()
12031 - arm64: mm: Permit transitioning from Global to Non-Global without BBM
12032 - arm64: kpti: Add ->enable callback to remap swapper using nG mappings
12033 - arm64: Force KPTI to be disabled on Cavium ThunderX
12034 - arm64: entry: Reword comment about post_ttbr_update_workaround
12035 - arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
12036 - perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()
12037 - arm64: barrier: Add CSDB macros to control data-value prediction
12038 - arm64: Implement array_index_mask_nospec()
12039 - arm64: Make USER_DS an inclusive limit
12040 - arm64: Use pointer masking to limit uaccess speculation
12041 - arm64: entry: Ensure branch through syscall table is bounded under
12042 speculation
12043 - arm64: uaccess: Prevent speculative use of the current addr_limit
12044 - arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
12045 - arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
12046 - arm64: futex: Mask __user pointers prior to dereference
12047 - arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
12048 - arm64: Run enable method for errata work arounds on late CPUs
12049 - arm64: cpufeature: Pass capability structure to ->enable callback
12050 - drivers/firmware: Expose psci_get_version through psci_ops structure
12051 - arm64: Move post_ttbr_update_workaround to C code
12052 - arm64: Add skeleton to harden the branch predictor against aliasing attacks
12053 - arm64: Move BP hardening to check_and_switch_context
12054 - arm64: KVM: Use per-CPU vector when BP hardening is enabled
12055 - arm64: entry: Apply BP hardening for high-priority synchronous exceptions
12056 - arm64: entry: Apply BP hardening for suspicious interrupts from EL0
12057 - arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
12058 - arm64: Implement branch predictor hardening for affected Cortex-A CPUs
12059 - arm64: Implement branch predictor hardening for Falkor
12060 - arm64: Branch predictor hardening for Cavium ThunderX2
12061 - arm64: KVM: Increment PC after handling an SMC trap
12062 - arm/arm64: KVM: Consolidate the PSCI include files
12063 - arm/arm64: KVM: Add PSCI_VERSION helper
12064 - arm/arm64: KVM: Add smccc accessors to PSCI code
12065 - arm/arm64: KVM: Implement PSCI 1.0 support
12066 - arm/arm64: KVM: Advertise SMCCC v1.1
12067 - arm64: KVM: Make PSCI_VERSION a fast path
12068 - arm/arm64: KVM: Turn kvm_psci_version into a static inline
12069 - arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
12070 - arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
12071 - firmware/psci: Expose PSCI conduit
12072 - firmware/psci: Expose SMCCC version through psci_ops
12073 - arm/arm64: smccc: Make function identifiers an unsigned quantity
12074 - arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
12075 - arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
12076 - arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
12077 - mtd: cfi: convert inline functions to macros
12078 - mtd: nand: brcmnand: Disable prefetch by default
12079 - mtd: nand: Fix nand_do_read_oob() return value
12080 - mtd: nand: sunxi: Fix ECC strength choice
12081 - ubi: Fix race condition between ubi volume creation and udev
12082 - ubi: fastmap: Erase outdated anchor PEBs during attach
12083 - ubi: block: Fix locking for idr_alloc/idr_remove
12084 - ubifs: free the encrypted symlink target
12085 - nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
12086 - nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE
12087 - NFS: Add a cond_resched() to nfs_commit_release_pages()
12088 - NFS: Fix nfsstat breakage due to LOOKUPP
12089 - NFS: commit direct writes even if they fail partially
12090 - NFS: reject request for id_legacy key without auxdata
12091 - NFS: Fix a race between mmap() and O_DIRECT
12092 - nfsd: Detect unhashed stids in nfsd4_verify_open_stid()
12093 - kernfs: fix regression in kernfs_fop_write caused by wrong type
12094 - ahci: Annotate PCI ids for mobile Intel chipsets as such
12095 - ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI
12096 - ahci: Add Intel Cannon Lake PCH-H PCI ID
12097 - crypto: hash - introduce crypto_hash_alg_has_setkey()
12098 - crypto: cryptd - pass through absence of ->setkey()
12099 - crypto: mcryptd - pass through absence of ->setkey()
12100 - crypto: poly1305 - remove ->setkey() method
12101 - crypto: hash - annotate algorithms taking optional key
12102 - crypto: hash - prevent using keyed hashes without setting key
12103 - media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt
12104 - media: v4l2-ioctl.c: don't copy back the result for -ENOTTY
12105 - media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF
12106 - media: v4l2-compat-ioctl32.c: fix the indentation
12107 - media: v4l2-compat-ioctl32.c: move 'helper' functions to
12108 __get/put_v4l2_format32
12109 - media: v4l2-compat-ioctl32.c: avoid sizeof(type)
12110 - media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32
12111 - media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer
12112 - media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32
12113 - media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
12114 - media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors
12115 - media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic
12116 - media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs
12117 - crypto: caam - fix endless loop when DECO acquire fails
12118 - crypto: sha512-mb - initialize pending lengths correctly
12119 - crypto: talitos - fix Kernel Oops on hashing an empty file
12120 - arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
12121 - KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
12122 - KVM: nVMX: Fix bug of injecting L2 exception into L1
12123 - KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded
12124 - KVM: PPC: Book3S HV: Drop locks before reading guest memory
12125 - KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
12126 - KVM: PPC: Book3S PR: Fix broken select due to misspelling
12127 - ASoC: acpi: fix machine driver selection based on quirk
12128 - ASoC: rockchip: i2s: fix playback after runtime resume
12129 - ASoC: skl: Fix kernel warning due to zero NHTL entry
12130 - ASoC: compress: Correct handling of copy callback
12131 - watchdog: imx2_wdt: restore previous timeout after suspend+resume
12132 - afs: Add missing afs_put_cell()
12133 - afs: Need to clear responded flag in addr cursor
12134 - afs: Fix missing cursor clearance
12135 - afs: Fix server list handling
12136 - btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker
12137 - Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all
12138 - kasan: don't emit builtin calls when sanitization is off
12139 - kasan: rework Kconfig settings
12140 - media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return code
12141 - media: dvb-frontends: fix i2c access helpers for KASAN
12142 - media: dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages
12143 - media: ts2020: avoid integer overflows on 32 bit machines
12144 - media: vivid: fix module load error when enabling fb and no_error_inj=1
12145 - media: cxusb, dib0700: ignore XC2028_I2C_FLUSH
12146 - fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
12147 - kernel/async.c: revert "async: simplify lowest_in_progress()"
12148 - kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
12149 - pipe: actually allow root to exceed the pipe buffer limits
12150 - pipe: fix off-by-one error when checking buffer limits
12151 - HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working
12152 - Bluetooth: btsdio: Do not bind to non-removable BCM43341
12153 - ipmi: use dynamic memory for DMI driver override
12154 - signal/openrisc: Fix do_unaligned_access to send the proper signal
12155 - signal/sh: Ensure si_signo is initialized in do_divide_error
12156 - alpha: fix crash if pthread_create races with signal delivery
12157 - alpha: osf_sys.c: fix put_tv32 regression
12158 - alpha: Fix mixed up args in EXC macro in futex operations
12159 - alpha: fix reboot on Avanti platform
12160 - alpha: fix formating of stack content
12161 - xtensa: fix futex_atomic_cmpxchg_inatomic
12162 - EDAC, octeon: Fix an uninitialized variable warning
12163 - genirq: Make legacy autoprobing work again
12164 - pinctrl: intel: Initialize GPIO properly when used through irqchip
12165 - pinctrl: mcp23s08: fix irq setup order
12166 - pinctrl: sx150x: Unregister the pinctrl on release
12167 - pinctrl: sx150x: Register pinctrl before adding the gpiochip
12168 - pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping
12169 - pktcdvd: Fix pkt_setup_dev() error path
12170 - pktcdvd: Fix a recently introduced NULL pointer dereference
12171 - blk-mq: quiesce queue before freeing queue
12172 - clocksource/drivers/stm32: Fix kernel panic with multiple timers
12173 - lib/ubsan.c: s/missaligned/misaligned/
12174 - lib/ubsan: add type mismatch handler for new GCC/Clang
12175 - objtool: Fix switch-table detection
12176 - arm64: dts: marvell: add Ethernet aliases
12177 - drm/i915: Avoid PPS HW/SW state mismatch due to rounding
12178 - ACPI: sbshc: remove raw pointer from printk() message
12179 - acpi, nfit: fix register dimm error handling
12180 - ovl: force r/o mount when index dir creation fails
12181 - ovl: fix failure to fsync lower dir
12182 - ovl: take mnt_want_write() for work/index dir setup
12183 - ovl: take mnt_want_write() for removing impure xattr
12184 - ovl: hash directory inodes for fsnotify
12185 - mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy
12186 - devpts: fix error handling in devpts_mntget()
12187 - ftrace: Remove incorrect setting of glob search field
12188 - scsi: core: Ensure that the SCSI error handler gets woken up
12189 - scsi: lpfc: Fix crash after bad bar setup on driver attachment
12190 - scsi: cxlflash: Reset command ioasc
12191 - rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
12192 - Linux 4.15.4
12193 - updateconfigs after v4.14.4 stable updates
12194
12195 * Bionic update to v4.15.4 stable release (LP: #1751064) // CVE-2017-5754 and
12196 do not need KPTI when KASLR is off.
12197 - arm64: Turn on KPTI only on CPUs that need it
12198
12199 * Miscellaneous Ubuntu changes
12200 - [Config] fix up removed retpoline call sites
12201
12202 -- Seth Forshee <seth.forshee@canonical.com> Fri, 23 Feb 2018 08:31:06 -0600
12203
12204 linux (4.15.0-10.11) bionic; urgency=medium
12205
12206 * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
12207
12208 * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
12209 (LP: #1749202)
12210 - swiotlb: suppress warning when __GFP_NOWARN is set
12211 - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
12212
12213 * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
12214 - SAUCE: tools -- add ability to disable libbfd
12215 - [Packaging] correct disablement of libbfd
12216
12217 * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
12218 (LP: #1744058)
12219 - ALSA: hda/realtek - update ALC225 depop optimize
12220
12221 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
12222 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
12223
12224 * headset mic can't be detected on two Dell machines (LP: #1748807)
12225 - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
12226 - ALSA: hda - Fix headset mic detection problem for two Dell machines
12227
12228 * Bionic update to v4.15.3 stable release (LP: #1749191)
12229 - ip6mr: fix stale iterator
12230 - net: igmp: add a missing rcu locking section
12231 - qlcnic: fix deadlock bug
12232 - qmi_wwan: Add support for Quectel EP06
12233 - r8169: fix RTL8168EP take too long to complete driver initialization.
12234 - tcp: release sk_frag.page in tcp_disconnect
12235 - vhost_net: stop device during reset owner
12236 - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
12237 - ipv6: change route cache aging logic
12238 - Revert "defer call to mem_cgroup_sk_alloc()"
12239 - net: ipv6: send unsolicited NA after DAD
12240 - rocker: fix possible null pointer dereference in
12241 rocker_router_fib_event_work
12242 - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
12243 - cls_u32: add missing RCU annotation.
12244 - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
12245 - soreuseport: fix mem leak in reuseport_add_sock()
12246 - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
12247 - net: sched: fix use-after-free in tcf_block_put_ext
12248 - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
12249 - media: soc_camera: soc_scale_crop: add missing
12250 MODULE_DESCRIPTION/AUTHOR/LICENSE
12251 - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
12252 - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
12253 - crypto: tcrypt - fix S/G table for test_aead_speed()
12254 - Linux 4.15.3
12255
12256 * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
12257 CVE-2018-1000026
12258 - net: create skb_gso_validate_mac_len()
12259 - bnx2x: disable GSO where gso_size is too big for hardware
12260
12261 * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
12262 - net: hns: add ACPI mode support for ethtool -p
12263
12264 * CVE-2017-5715 (Spectre v2 Intel)
12265 - [Packaging] retpoline files must be sorted
12266 - [Packaging] pull in retpoline files
12267
12268 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
12269 - d-i: Add hfi1 to nic-modules
12270
12271 * CVE-2017-5715 (Spectre v2 retpoline)
12272 - [Packaging] retpoline -- add call site validation
12273 - [Config] disable retpoline checks for first upload
12274
12275 * Do not duplicate changelog entries assigned to more than one bug or CVE
12276 (LP: #1743383)
12277 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
12278
12279 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Feb 2018 11:33:58 -0600
12280
12281 linux (4.15.0-9.10) bionic; urgency=medium
12282
12283 * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
12284
12285 * Miscellaneous Ubuntu changes
12286 - [Debian] tests -- remove gcc-multilib dependency for arm64
12287
12288 -- Seth Forshee <seth.forshee@canonical.com> Thu, 08 Feb 2018 11:25:04 -0600
12289
12290 linux (4.15.0-8.9) bionic; urgency=medium
12291
12292 * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
12293
12294 * Bionic update to v4.15.2 stable release (LP: #1748072)
12295 - KVM: x86: Make indirect calls in emulator speculation safe
12296 - KVM: VMX: Make indirect call speculation safe
12297 - module/retpoline: Warn about missing retpoline in module
12298 - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
12299 - x86/cpufeatures: Add Intel feature bits for Speculation Control
12300 - x86/cpufeatures: Add AMD feature bits for Speculation Control
12301 - x86/msr: Add definitions for new speculation control MSRs
12302 - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
12303 - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
12304 - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
12305 - x86/alternative: Print unadorned pointers
12306 - x86/nospec: Fix header guards names
12307 - x86/bugs: Drop one "mitigation" from dmesg
12308 - x86/cpu/bugs: Make retpoline module warning conditional
12309 - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
12310 - x86/retpoline: Simplify vmexit_fill_RSB()
12311 - x86/speculation: Simplify indirect_branch_prediction_barrier()
12312 - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
12313 - iio: adc/accel: Fix up module licenses
12314 - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
12315 - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
12316 - KVM: nVMX: Eliminate vmcs02 pool
12317 - KVM: VMX: introduce alloc_loaded_vmcs
12318 - objtool: Improve retpoline alternative handling
12319 - objtool: Add support for alternatives at the end of a section
12320 - objtool: Warn on stripped section symbol
12321 - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
12322 - x86/spectre: Check CONFIG_RETPOLINE in command line parser
12323 - x86/entry/64: Remove the SYSCALL64 fast path
12324 - x86/entry/64: Push extra regs right away
12325 - x86/asm: Move 'status' from thread_struct to thread_info
12326 - Documentation: Document array_index_nospec
12327 - array_index_nospec: Sanitize speculative array de-references
12328 - x86: Implement array_index_mask_nospec
12329 - x86: Introduce barrier_nospec
12330 - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
12331 - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
12332 - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
12333 - x86/get_user: Use pointer masking to limit speculation
12334 - x86/syscall: Sanitize syscall table de-references under speculation
12335 - vfs, fdtable: Prevent bounds-check bypass via speculative execution
12336 - nl80211: Sanitize array index in parse_txq_params
12337 - x86/spectre: Report get_user mitigation for spectre_v1
12338 - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
12339 - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
12340 - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
12341 - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
12342 - KVM: VMX: make MSR bitmaps per-VCPU
12343 - x86/kvm: Update spectre-v1 mitigation
12344 - x86/retpoline: Avoid retpolines for built-in __init functions
12345 - x86/spectre: Simplify spectre_v2 command line parsing
12346 - x86/pti: Mark constant arrays as __initconst
12347 - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
12348 - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
12349 - KVM/x86: Add IBPB support
12350 - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
12351 - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
12352 - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
12353 - serial: core: mark port as initialized after successful IRQ change
12354 - fpga: region: release of_parse_phandle nodes after use
12355 - Linux 4.15.2
12356
12357 * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
12358 - net: phy: core: remove now uneeded disabling of interrupts
12359 - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
12360 - net: socionext: Add Synquacer NetSec driver
12361 - net: socionext: include linux/io.h to fix build
12362 - net: socionext: Fix error return code in netsec_netdev_open()
12363
12364 * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
12365 - [Config] CONFIG_EDAC_GHES=y
12366
12367 * support thunderx2 vendor pmu events (LP: #1747523)
12368 - perf pmu: Pass pmu as a parameter to get_cpuid_str()
12369 - perf tools arm64: Add support for get_cpuid_str function.
12370 - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
12371 - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
12372 events
12373 - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
12374
12375 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
12376 - SAUCE: mm: disable vma based swap readahead by default
12377 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
12378
12379 * Miscellaneous Ubuntu changes
12380 - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
12381
12382 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Feb 2018 21:13:27 -0600
12383
12384 linux (4.15.0-7.8) bionic; urgency=medium
12385
12386 * Bionic update to v4.15.1 stable release (LP: #1747169)
12387 - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
12388 - tools/gpio: Fix build error with musl libc
12389 - gpio: stmpe: i2c transfer are forbiden in atomic context
12390 - gpio: Fix kernel stack leak to userspace
12391 - ALSA: hda - Reduce the suspend time consumption for ALC256
12392 - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
12393 - crypto: aesni - handle zero length dst buffer
12394 - crypto: aesni - fix typo in generic_gcmaes_decrypt
12395 - crypto: aesni - add wrapper for generic gcm(aes)
12396 - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
12397 aesni
12398 - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
12399 aesni
12400 - crypto: inside-secure - fix hash when length is a multiple of a block
12401 - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
12402 - crypto: sha3-generic - fixes for alignment and big endian operation
12403 - crypto: af_alg - whitelist mask and type
12404 - HID: wacom: EKR: ensure devres groups at higher indexes are released
12405 - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
12406 - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
12407 - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
12408 - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
12409 - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
12410 - igb: Free IRQs when device is hotplugged
12411 - ima/policy: fix parsing of fsuuid
12412 - scsi: aacraid: Fix udev inquiry race condition
12413 - scsi: aacraid: Fix hang in kdump
12414 - scsi: storvsc: missing error code in storvsc_probe()
12415 - staging: lustre: separate a connection destroy from free struct kib_conn
12416 - staging: ccree: NULLify backup_info when unused
12417 - staging: ccree: fix fips event irq handling build
12418 - tty: fix data race between tty_init_dev and flush of buf
12419 - usb: option: Add support for FS040U modem
12420 - USB: serial: pl2303: new device id for Chilitag
12421 - USB: cdc-acm: Do not log urb submission errors on disconnect
12422 - CDC-ACM: apply quirk for card reader
12423 - USB: serial: io_edgeport: fix possible sleep-in-atomic
12424 - usbip: prevent bind loops on devices attached to vhci_hcd
12425 - usbip: list: don't list devices attached to vhci_hcd
12426 - USB: serial: simple: add Motorola Tetra driver
12427 - usb: f_fs: Prevent gadget unbind if it is already unbound
12428 - usb: uas: unconditionally bring back host after reset
12429 - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
12430 - ANDROID: binder: remove waitqueue when thread exits.
12431 - android: binder: use VM_ALLOC to get vm area
12432 - mei: me: allow runtime pm for platform with D0i3
12433 - serial: 8250_of: fix return code when probe function fails to get reset
12434 - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
12435 - serial: 8250_dw: Revert "Improve clock rate setting"
12436 - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
12437 - spi: imx: do not access registers while clocks disabled
12438 - iio: adc: stm32: fix scan of multiple channels with DMA
12439 - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
12440 - test_firmware: fix missing unlock on error in config_num_requests_store()
12441 - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
12442 - Input: synaptics-rmi4 - do not delete interrupt memory too early
12443 - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
12444 - Linux 4.15.1
12445
12446 * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
12447 (LP: #1744712)
12448 - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
12449 - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
12450 version
12451
12452 * apparmor profile load in stacked policy container fails (LP: #1746463)
12453 - SAUCE: apparmor: fix display of .ns_name for containers
12454
12455 -- Seth Forshee <seth.forshee@canonical.com> Sun, 04 Feb 2018 11:56:32 +0100
12456
12457 linux (4.15.0-6.7) bionic; urgency=low
12458
12459 * upload urgency should be medium by default (LP: #1745338)
12460 - [Packaging] update urgency to medium by default
12461
12462 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
12463 - scsi: libiscsi: Allow sd_shutdown on bad transport
12464
12465 * Miscellaneous Ubuntu changes
12466 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
12467 - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
12468 - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
12469
12470 [ Upstream Kernel Changes ]
12471
12472 * Rebase to v4.15
12473
12474 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jan 2018 08:47:07 -0600
12475
12476 linux (4.15.0-5.6) bionic; urgency=low
12477
12478 * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
12479 (LP: #1744077)
12480 - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
12481
12482 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
12483 (LP: #1743638)
12484 - [d-i] Add qede to nic-modules udeb
12485
12486 * boot failure on AMD Raven + WesternXT (LP: #1742759)
12487 - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
12488
12489 * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
12490 (LP: #1726519)
12491 - SAUCE: Revert "scsi: libsas: allow async aborts"
12492
12493 * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
12494 - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
12495
12496 * Miscellaneous Ubuntu changes
12497 - Rebase to v4.15-rc7
12498 - [Config] CONFIG_CPU_ISOLATION=y
12499 - [Config] Update annotations following config review
12500 - Revert "UBUNTU: SAUCE: Import aufs driver"
12501 - SAUCE: Import aufs driver
12502 - ubuntu: vbox -- update to 5.2.6-dfsg-1
12503 - ubuntu: vbox: build fixes for 4.15
12504 - ubuntu: vbox -- update to 5.2.6-dfsg-2
12505 - hio: updates for timer api changes in 4.15
12506 - enable hio build
12507 - Rebase to v4.15-rc9
12508
12509 [ Upstream Kernel Changes ]
12510
12511 * Rebase to v4.15-rc9
12512
12513 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jan 2018 10:16:05 -0600
12514
12515 linux (4.15.0-4.5) bionic; urgency=low
12516
12517 * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166)
12518 - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
12519
12520 * External HDMI monitor failed to show screen on Lenovo X1 series
12521 (LP: #1738523)
12522 - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
12523
12524 * Miscellaneous Ubuntu changes
12525 - [Debian] autoreconstruct - add resoration of execute permissions
12526
12527 [ Upstream Kernel Changes ]
12528
12529 * Rebase to v4.15-rc4
12530
12531 -- Seth Forshee <seth.forshee@canonical.com> Wed, 10 Jan 2018 10:24:22 -0600
12532
12533 linux (4.15.0-3.4) bionic; urgency=low
12534
12535 * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
12536 - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
12537
12538 [ Upstream Kernel Changes ]
12539
12540 * Rebase to v4.15-rc6
12541
12542 -- Seth Forshee <seth.forshee@canonical.com> Wed, 03 Jan 2018 20:20:43 -0600
12543
12544 linux (4.15.0-2.3) bionic; urgency=low
12545
12546 * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
12547 4.15.0-1.2 (LP: #1737752)
12548 - x86/mm: Unbreak modules that use the DMA API
12549
12550 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
12551 - [Config] CONFIG_SPI_INTEL_SPI_*=n
12552
12553 * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
12554 and udebs (LP: #1521712)
12555 - [Config] Include ibmvnic in nic-modules
12556
12557 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
12558 - [Config] Enable support for emulation of deprecated ARMv8 instructions
12559
12560 * Miscellaneous Ubuntu changes
12561 - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
12562 - Enable zfs build
12563 - [Debian] add icp to zfs-modules.ignore
12564
12565 [ Upstream Kernel Changes ]
12566
12567 * Rebase to v4.15-rc4
12568
12569 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Dec 2017 09:27:13 -0600
12570
12571 linux (4.15.0-1.2) bionic; urgency=low
12572
12573 * Disabling zfs does not always disable module checks for the zfs modules
12574 (LP: #1737176)
12575 - [Packaging] disable zfs module checks when zfs is disabled
12576
12577 * Miscellaneous Ubuntu changes
12578 - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
12579
12580 [ Upstream Kernel Changes ]
12581
12582 * Rebase to v4.15-rc3
12583
12584 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Dec 2017 22:07:19 -0600
12585
12586 linux (4.15.0-0.1) bionic; urgency=low
12587
12588 * Miscellaneous Ubuntu changes
12589 - ubuntu: vbox -- update to 5.2.2-dfsg-2
12590 - ubuntu: vbox: build fixes for 4.15
12591 - disable hio build
12592 - [Config] Update kernel lockdown options to fix build errors
12593 - Disable zfs build
12594 - SAUCE: Import aufs driver
12595 - [Config] Enable AUFS config options
12596
12597 [ Upstream Kernel Changes ]
12598
12599 * Rebase to v4.15-rc2
12600
12601 -- Seth Forshee <seth.forshee@canonical.com> Fri, 08 Dec 2017 13:55:42 -0600
12602
12603 linux (4.14.0-11.13) bionic; urgency=low
12604
12605 * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
12606
12607 * CVE-2017-1000405
12608 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
12609
12610 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
12611 - SAUCE: mm: disable vma based swap readahead by default
12612 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
12613
12614 * Bionic update to v4.14.3 stable release (LP: #1735843)
12615 - s390: fix transactional execution control register handling
12616 - s390/noexec: execute kexec datamover without DAT
12617 - s390/runtime instrumention: fix possible memory corruption
12618 - s390/guarded storage: fix possible memory corruption
12619 - s390/disassembler: add missing end marker for e7 table
12620 - s390/disassembler: increase show_code buffer size
12621 - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
12622 - ACPI / EC: Fix regression related to triggering source of EC event handling
12623 - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
12624 - serdev: fix registration of second slave
12625 - sched: Make resched_cpu() unconditional
12626 - lib/mpi: call cond_resched() from mpi_powm() loop
12627 - x86/boot: Fix boot failure when SMP MP-table is based at 0
12628 - x86/decoder: Add new TEST instruction pattern
12629 - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
12630 - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
12631 - perf/x86/intel: Hide TSX events when RTM is not supported
12632 - arm64: Implement arch-specific pte_access_permitted()
12633 - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
12634 - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
12635 - uapi: fix linux/tls.h userspace compilation error
12636 - uapi: fix linux/rxrpc.h userspace compilation errors
12637 - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
12638 - MIPS: ralink: Fix MT7628 pinmux
12639 - MIPS: ralink: Fix typo in mt7628 pinmux function
12640 - net: mvneta: fix handling of the Tx descriptor counter
12641 - nbd: wait uninterruptible for the dead timeout
12642 - nbd: don't start req until after the dead connection logic
12643 - PM / OPP: Add missing of_node_put(np)
12644 - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
12645 - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
12646 - PCI: hv: Use effective affinity mask
12647 - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
12648 - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
12649 - ALSA: hda: Add Raven PCI ID
12650 - dm integrity: allow unaligned bv_offset
12651 - dm cache: fix race condition in the writeback mode overwrite_bio
12652 optimisation
12653 - dm crypt: allow unaligned bv_offset
12654 - dm zoned: ignore last smaller runt zone
12655 - dm mpath: remove annoying message of 'blk_get_request() returned -11'
12656 - dm bufio: fix integer overflow when limiting maximum cache size
12657 - ovl: Put upperdentry if ovl_check_origin() fails
12658 - dm: allocate struct mapped_device with kvzalloc
12659 - sched/rt: Simplify the IPI based RT balancing logic
12660 - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
12661 - dm: fix race between dm_get_from_kobject() and __dm_destroy()
12662 - dm: discard support requires all targets in a table support discards
12663 - MIPS: Fix odd fp register warnings with MIPS64r2
12664 - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
12665 - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
12666 - MIPS: Fix an n32 core file generation regset support regression
12667 - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
12668 - MIPS: math-emu: Fix final emulation phase for certain instructions
12669 - rt2x00usb: mark device removed when get ENOENT usb error
12670 - mm/z3fold.c: use kref to prevent page free/compact race
12671 - autofs: don't fail mount for transient error
12672 - nilfs2: fix race condition that causes file system corruption
12673 - fscrypt: lock mutex before checking for bounce page pool
12674 - eCryptfs: use after free in ecryptfs_release_messaging()
12675 - libceph: don't WARN() if user tries to add invalid key
12676 - bcache: check ca->alloc_thread initialized before wake up it
12677 - fs: guard_bio_eod() needs to consider partitions
12678 - fanotify: fix fsnotify_prepare_user_wait() failure
12679 - isofs: fix timestamps beyond 2027
12680 - btrfs: change how we decide to commit transactions during flushing
12681 - f2fs: expose some sectors to user in inline data or dentry case
12682 - NFS: Fix typo in nomigration mount option
12683 - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
12684 - nfs: Fix ugly referral attributes
12685 - NFS: Avoid RCU usage in tracepoints
12686 - NFS: revalidate "." etc correctly on "open".
12687 - nfsd: deal with revoked delegations appropriately
12688 - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
12689 - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
12690 - iwlwifi: fix firmware names for 9000 and A000 series hw
12691 - md: fix deadlock error in recent patch.
12692 - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
12693 - Bluetooth: btqcomsmd: Add support for BD address setup
12694 - md/bitmap: revert a patch
12695 - fsnotify: clean up fsnotify_prepare/finish_user_wait()
12696 - fsnotify: pin both inode and vfsmount mark
12697 - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
12698 - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
12699 - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
12700 - ext4: prevent data corruption with inline data + DAX
12701 - ext4: prevent data corruption with journaling + DAX
12702 - ALSA: pcm: update tstamp only if audio_tstamp changed
12703 - ALSA: usb-audio: Add sanity checks to FE parser
12704 - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
12705 - ALSA: usb-audio: Add sanity checks in v2 clock parsers
12706 - ALSA: timer: Remove kernel warning at compat ioctl error paths
12707 - ALSA: hda/realtek - Fix ALC275 no sound issue
12708 - ALSA: hda: Fix too short HDMI/DP chmap reporting
12709 - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
12710 - ALSA: hda/realtek - Fix ALC700 family no sound issue
12711 - ASoC: sun8i-codec: Invert Master / Slave condition
12712 - ASoC: sun8i-codec: Fix left and right channels inversion
12713 - ASoC: sun8i-codec: Set the BCLK divider
12714 - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
12715 - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
12716 - 9p: Fix missing commas in mount options
12717 - fs/9p: Compare qid.path in v9fs_test_inode
12718 - net/9p: Switch to wait_event_killable()
12719 - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
12720 - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
12721 - scsi: lpfc: fix pci hot plug crash in timer management routines
12722 - scsi: lpfc: fix pci hot plug crash in list_add call
12723 - scsi: lpfc: Fix crash receiving ELS while detaching driver
12724 - scsi: lpfc: Fix FCP hba_wqidx assignment
12725 - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
12726 - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
12727 - iscsi-target: Fix non-immediate TMR reference leak
12728 - target: fix null pointer regression in core_tmr_drain_tmr_list
12729 - target: fix buffer offset in core_scsi3_pri_read_full_status
12730 - target: Fix QUEUE_FULL + SCSI task attribute handling
12731 - target: Fix caw_sem leak in transport_generic_request_failure
12732 - target: Fix quiese during transport_write_pending_qf endless loop
12733 - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
12734 - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
12735 - mtd: nand: Export nand_reset() symbol
12736 - mtd: nand: atmel: Actually use the PM ops
12737 - mtd: nand: omap2: Fix subpage write
12738 - mtd: nand: Fix writing mtdoops to nand flash.
12739 - mtd: nand: mtk: fix infinite ECC decode IRQ issue
12740 - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
12741 - p54: don't unregister leds when they are not initialized
12742 - block: Fix a race between blk_cleanup_queue() and timeout handling
12743 - raid1: prevent freeze_array/wait_all_barriers deadlock
12744 - genirq: Track whether the trigger type has been set
12745 - irqchip/gic-v3: Fix ppi-partitions lookup
12746 - lockd: double unregister of inetaddr notifiers
12747 - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
12748 enabled
12749 - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
12750 - KVM: SVM: obey guest PAT
12751 - kvm: vmx: Reinstate support for CPUs without virtual NMI
12752 - dax: fix PMD faults on zero-length files
12753 - dax: fix general protection fault in dax_alloc_inode
12754 - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
12755 - clk: ti: dra7-atl-clock: fix child-node lookups
12756 - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
12757 - libnvdimm, pfn: make 'resource' attribute only readable by root
12758 - libnvdimm, namespace: fix label initialization to use valid seq numbers
12759 - libnvdimm, region : make 'resource' attribute only readable by root
12760 - libnvdimm, namespace: make 'resource' attribute only readable by root
12761 - svcrdma: Preserve CB send buffer across retransmits
12762 - IB/srpt: Do not accept invalid initiator port names
12763 - IB/cm: Fix memory corruption in handling CM request
12764 - IB/hfi1: Fix incorrect available receive user context count
12765 - IB/srp: Avoid that a cable pull can trigger a kernel crash
12766 - IB/core: Avoid crash on pkey enforcement failed in received MADs
12767 - IB/core: Only maintain real QPs in the security lists
12768 - NFC: fix device-allocation error return
12769 - spi-nor: intel-spi: Fix broken software sequencing codes
12770 - i40e: Use smp_rmb rather than read_barrier_depends
12771 - igb: Use smp_rmb rather than read_barrier_depends
12772 - igbvf: Use smp_rmb rather than read_barrier_depends
12773 - ixgbevf: Use smp_rmb rather than read_barrier_depends
12774 - i40evf: Use smp_rmb rather than read_barrier_depends
12775 - fm10k: Use smp_rmb rather than read_barrier_depends
12776 - ixgbe: Fix skb list corruption on Power systems
12777 - parisc: Fix validity check of pointer size argument in new CAS
12778 implementation
12779 - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
12780 - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
12781 - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
12782 - powerpc/signal: Properly handle return value from uprobe_deny_signal()
12783 - powerpc/64s: Fix masking of SRR1 bits on instruction fault
12784 - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
12785 - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
12786 - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
12787 - powerpc/64s/hash: Fix fork() with 512TB process address space
12788 - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
12789 - media: Don't do DMA on stack for firmware upload in the AS102 driver
12790 - media: rc: check for integer overflow
12791 - media: rc: nec decoder should not send both repeat and keycode
12792 - cx231xx-cards: fix NULL-deref on missing association descriptor
12793 - media: v4l2-ctrl: Fix flags field on Control events
12794 - media: venus: fix wrong size on dma_free
12795 - media: venus: venc: fix bytesused v4l2_plane field
12796 - media: venus: reimplement decoder stop command
12797 - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
12798 zone
12799 - iwlwifi: fix wrong struct for a000 device
12800 - iwlwifi: add a new a000 device
12801 - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
12802 - iwlwifi: add new cards for a000 series
12803 - iwlwifi: add new cards for 8265 series
12804 - iwlwifi: add new cards for 8260 series
12805 - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
12806 - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
12807 - e1000e: Fix error path in link detection
12808 - e1000e: Fix return value test
12809 - e1000e: Separate signaling for link check/link up
12810 - e1000e: Avoid receiver overrun interrupt bursts
12811 - e1000e: fix buffer overrun while the I219 is processing DMA transactions
12812 - Linux 4.14.3
12813
12814 * Miscellaneous Ubuntu changes
12815 - SAUCE: s390/topology: don't inline cpu_to_node
12816 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
12817
12818 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Dec 2017 09:08:07 -0600
12819
12820 linux (4.14.0-10.12) bionic; urgency=low
12821
12822 * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
12823
12824 * Miscellaneous Ubuntu changes
12825 - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
12826 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
12827
12828 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Nov 2017 08:46:49 -0600
12829
12830 linux (4.14.0-9.11) bionic; urgency=low
12831
12832 * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
12833
12834 * Miscellaneous Ubuntu changes
12835 - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
12836 0.7.3-1ubuntu1"
12837
12838 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 12:44:48 -0600
12839
12840 linux (4.14.0-8.10) bionic; urgency=low
12841
12842 * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
12843
12844 * Bionic update to v4.14.2 stable release (LP: #1734694)
12845 - bio: ensure __bio_clone_fast copies bi_partno
12846 - af_netlink: ensure that NLMSG_DONE never fails in dumps
12847 - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
12848 - net: cdc_ncm: GetNtbFormat endian fix
12849 - fealnx: Fix building error on MIPS
12850 - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
12851 - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
12852 - serial: omap: Fix EFR write on RTS deassertion
12853 - serial: 8250_fintek: Fix finding base_port with activated SuperIO
12854 - tpm-dev-common: Reject too short writes
12855 - rcu: Fix up pending cbs check in rcu_prepare_for_idle
12856 - mm/pagewalk.c: report holes in hugetlb ranges
12857 - ocfs2: fix cluster hang after a node dies
12858 - ocfs2: should wait dio before inode lock in ocfs2_setattr()
12859 - ipmi: fix unsigned long underflow
12860 - mm/page_alloc.c: broken deferred calculation
12861 - mm/page_ext.c: check if page_ext is not prepared
12862 - coda: fix 'kernel memory exposure attempt' in fsync
12863 - ipmi: Prefer ACPI system interfaces over SMBIOS ones
12864 - Linux 4.14.2
12865
12866 * Bionic update to v4.14.1 stable release (LP: #1734693)
12867 - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
12868 - dmaengine: dmatest: warn user when dma test times out
12869 - media: imon: Fix null-ptr-deref in imon_probe
12870 - media: dib0700: fix invalid dvb_detach argument
12871 - crypto: dh - Fix double free of ctx->p
12872 - crypto: dh - Don't permit 'p' to be 0
12873 - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
12874 - crypto: brcm - Explicity ACK mailbox message
12875 - USB: early: Use new USB product ID and strings for DbC device
12876 - USB: usbfs: compute urb->actual_length for isochronous
12877 - USB: Add delay-init quirk for Corsair K70 LUX keyboards
12878 - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
12879 - USB: serial: metro-usb: stop I/O after failed open
12880 - USB: serial: Change DbC debug device binding ID
12881 - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
12882 - USB: serial: garmin_gps: fix I/O after failed probe and remove
12883 - USB: serial: garmin_gps: fix memory leak on probe errors
12884 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
12885 - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
12886 - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
12887 - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
12888 - HID: cp2112: add HIDRAW dependency
12889 - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
12890 - rpmsg: glink: Add missing MODULE_LICENSE
12891 - staging: wilc1000: Fix bssid buffer offset in Txq
12892 - staging: sm750fb: Fix parameter mistake in poke32
12893 - staging: ccree: fix 64 bit scatter/gather DMA ops
12894 - staging: greybus: spilib: fix use-after-free after deregistration
12895 - staging: rtl8188eu: Revert 4 commits breaking ARP
12896 - spi: fix use-after-free at controller deregistration
12897 - sparc32: Add cmpxchg64().
12898 - sparc64: mmu_context: Add missing include files
12899 - sparc64: Fix page table walk for PUD hugepages
12900 - Linux 4.14.1
12901
12902 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
12903 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
12904
12905 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
12906 (LP: #1732627)
12907 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
12908
12909 * Miscellaneous Ubuntu changes
12910 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
12911
12912 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 07:43:44 -0600
12913
12914 linux (4.14.0-7.9) bionic; urgency=low
12915
12916 * Miscellaneous Ubuntu changes
12917 - SAUCE: apparmor: add base infastructure for socket mediation
12918 - SAUCE: apparmor: af_unix mediation
12919 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
12920 - SAUCE: LSM stacking: LSM: manage credential security blobs
12921 - SAUCE: LSM stacking: LSM: Manage file security blobs
12922 - SAUCE: LSM stacking: LSM: manage task security blobs
12923 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
12924 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
12925 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
12926 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
12927 - SAUCE: LSM stacking: fixup initialize task->security
12928 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
12929 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
12930 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
12931 - SAUCE: LSM stacking: fixup apparmor stacking enablement
12932 - SAUCE: LSM stacking: fixup stacking kconfig
12933 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
12934 - SAUCE: LSM stacking: provide prctl interface for setting context
12935 - SAUCE: LSM stacking: inherit current display LSM
12936 - SAUCE: LSM stacking: keep an index for each registered LSM
12937 - SAUCE: LSM stacking: verify display LSM
12938 - SAUCE: LSM stacking: provide a way to specify the default display lsm
12939 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
12940 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
12941 - SAUCE: LSM stacking: add Kconfig to set default display LSM
12942 - SAUCE: LSM stacking: add configs for LSM stacking
12943 - SAUCE: LSM stacking: check for invalid zero sized writes
12944 - [Config] Run updateconfigs after merging LSM stacking
12945 - [Config] CONFIG_AMD_MEM_ENCRYPT=y
12946
12947 [ Upstream Kernel Changes ]
12948
12949 * Rebase to v4.14
12950
12951 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Nov 2017 08:12:08 -0600
12952
12953 linux (4.14.0-6.8) bionic; urgency=low
12954
12955 * Miscellaneous Ubuntu changes
12956 - SAUCE: add workarounds to enable ZFS for 4.14
12957
12958 [ Upstream Kernel Changes ]
12959
12960 * Rebase to v4.14-rc8
12961
12962 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Nov 2017 11:39:00 -0600
12963
12964 linux (4.14.0-5.7) bionic; urgency=low
12965
12966 * Miscellaneous Ubuntu changes
12967 - [Debian] Fix invocation of dh_prep for dbgsym packages
12968
12969 -- Seth Forshee <seth.forshee@canonical.com> Tue, 31 Oct 2017 07:07:23 -0500
12970
12971 linux (4.14.0-4.5) bionic; urgency=low
12972
12973 * Miscellaneous Ubuntu changes
12974 - [Packaging] virtualbox -- reduce in kernel module versions
12975 - vbox-update: Fix up KERN_DIR definitions
12976 - ubuntu: vbox -- update to 5.2.0-dfsg-2
12977 - [Config] CONFIG_AMD_MEM_ENCRYPT=n
12978
12979 [ Upstream Kernel Changes ]
12980
12981 * Rebase to v4.14-rc7
12982
12983 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Oct 2017 13:29:20 -0500
12984
12985 linux (4.14.0-3.4) artful; urgency=low
12986
12987 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
12988 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
12989 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
12990 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
12991
12992 * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
12993 - powerpc/64s: Add workaround for P9 vector CI load issue
12994
12995 * Miscellaneous Ubuntu changes
12996 - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
12997 - [Config] CONFIG_DRM_VBOXVIDEO=m
12998 - SAUCE: Import aufs driver
12999 - [Config] Enable aufs
13000 - [Config] Reorder annotations file after enabling aufs
13001 - vbox-update: Disable imported vboxvideo module
13002 - ubuntu: vbox -- update to 5.1.30-dfsg-1
13003 - Enable vbox
13004 - hio: Use correct sizes when initializing ssd_index_bits* arrays
13005 - hio: Update io stat accounting for 4.14
13006 - Enable hio
13007
13008 [ Upstream Kernel Changes ]
13009
13010 * Rebase to v4.14-rc5
13011 * Rebase to v4.14-rc6
13012
13013 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Oct 2017 13:53:52 -0500
13014
13015 linux (4.14.0-2.3) artful; urgency=low
13016
13017 * [Bug] USB controller failed to respond on Denverton after loading
13018 intel_th_pci module (LP: #1715833)
13019 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
13020
13021 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
13022 17.10 (kernel 4.13) (LP: #1719290)
13023 - SAUCE: s390: update zfcpdump_defconfig
13024
13025 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
13026 - d-i: Add bnxt_en to nic-modules.
13027
13028 * Miscellaneous Ubuntu changes
13029 - [Config] Update annotations for 4.14-rc2
13030
13031 [ Upstream Kernel Changes ]
13032
13033 * Rebase to v4.14-rc3
13034 * Rebase to v4.14-rc4
13035
13036 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 16:04:27 -0500
13037
13038 linux (4.14.0-1.2) artful; urgency=low
13039
13040 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
13041 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
13042
13043 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
13044 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
13045
13046 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
13047 (LP: #1718679)
13048 - [Config] CONFIG_DRM_VBOXVIDEO=n
13049
13050 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
13051 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
13052
13053 * autopkgtest profile fails to build on armhf (LP: #1717920)
13054 - [Packaging] autopkgtest -- disable d-i when dropping flavours
13055
13056 * Miscellaneous Ubuntu changes
13057 - [Config] CONFIG_I2C_XLP9XX=m
13058 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
13059
13060 [ Upstream Kernel Changes ]
13061
13062 * Rebase to v4.14-rc2
13063
13064 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Sep 2017 09:09:11 -0400
13065
13066 linux (4.14.0-0.1) artful; urgency=low
13067
13068 * Miscellaneous Ubuntu changes
13069 - Disable vbox build
13070 - Disable hio build
13071 - Disable zfs build
13072
13073 [ Upstream Kernel Changes ]
13074
13075 * Rebase to v4.14-rc1
13076
13077 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Sep 2017 20:22:29 -0500
13078
13079 linux (4.13.0-11.12) artful; urgency=low
13080
13081 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
13082
13083 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
13084 - s390/mm: fix local TLB flushing vs. detach of an mm address space
13085 - s390/mm: fix race on mm->context.flush_mm
13086
13087 * CVE-2017-1000251
13088 - Bluetooth: Properly check L2CAP config option output buffer length
13089
13090 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
13091
13092 linux (4.13.0-10.11) artful; urgency=low
13093
13094 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
13095
13096 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
13097 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
13098
13099 * Artful update to v4.13.1 stable release (LP: #1716284)
13100 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
13101 - USB: serial: option: add support for D-Link DWM-157 C1
13102 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
13103 - usb:xhci:Fix regression when ATI chipsets detected
13104 - USB: musb: fix external abort on suspend
13105 - ANDROID: binder: add padding to binder_fd_array_object.
13106 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
13107 - USB: core: Avoid race of async_completed() w/ usbdev_release()
13108 - staging/rts5208: fix incorrect shift to extract upper nybble
13109 - staging: ccree: save ciphertext for CTS IV
13110 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
13111 - iio: adc: ti-ads1015: fix incorrect data rate setting update
13112 - iio: adc: ti-ads1015: fix scale information for ADS1115
13113 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
13114 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
13115 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
13116 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
13117 - driver core: bus: Fix a potential double free
13118 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
13119 - binder: free memory on error
13120 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
13121 - crypto: caam/qi - fix compilation with DEBUG enabled
13122 - thunderbolt: Fix reset response_type
13123 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
13124 - intel_th: pci: Add Cannon Lake PCH-H support
13125 - intel_th: pci: Add Cannon Lake PCH-LP support
13126 - ath10k: fix memory leak in rx ring buffer allocation
13127 - drm/vgem: Pin our pages for dmabuf exports
13128 - drm/ttm: Fix accounting error when fail to get pages for pool
13129 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
13130 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
13131 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
13132 - iwlwifi: pci: add new PCI ID for 7265D
13133 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
13134 - mwifiex: correct channel stat buffer overflows
13135 - MCB: add support for SC31 to mcb-lpc
13136 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
13137 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
13138 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
13139 - workqueue: Fix flag collision
13140 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
13141 - cs5536: add support for IDE controller variant
13142 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
13143 - scsi: sg: recheck MMAP_IO request length with lock held
13144 - of/device: Prevent buffer overflow in of_device_modalias()
13145 - rtlwifi: Fix memory leak when firmware request fails
13146 - rtlwifi: Fix fallback firmware loading
13147 - Linux 4.13.1
13148
13149 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
13150 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
13151
13152 * SRIOV: warning if unload VFs (LP: #1715073)
13153 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
13154
13155 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
13156 - i40e: avoid NVM acquire deadlock during NVM update
13157 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
13158
13159 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
13160 twice when perf stat is done (perf:) (LP: #1714571)
13161 - perf vendor events powerpc: Remove duplicate events
13162
13163 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
13164 (LP: #1703339)
13165 - [Config] Include vmd in storage-core-modules udeb
13166
13167 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
13168 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
13169 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
13170 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
13171 offline
13172
13173 * Miscellaneous Ubuntu changes
13174 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
13175 - Revert "UBUNTU: SAUCE: Import aufs driver"
13176 - SAUCE: Import aufs driver
13177
13178 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
13179
13180 linux (4.13.0-9.10) artful; urgency=low
13181
13182 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
13183
13184 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
13185 - [Config] CONFIG_EDAC_GHES=n
13186
13187 * Miscellaneous Ubuntu changes
13188 - ubuntu: vbox -- update to 5.1.26-dfsg-2
13189
13190 [ Upstream Kernel Changes ]
13191
13192 * Rebase to v4.13
13193
13194 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
13195
13196 linux (4.13.0-8.9) artful; urgency=low
13197
13198 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
13199 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
13200
13201 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
13202 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
13203
13204 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
13205 Harrisonville SDP (LP: #1709257)
13206 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
13207 - EDAC, pnd2: Mask off the lower four bits of a BAR
13208 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
13209 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
13210 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
13211 reading BAR
13212
13213 * Miscellaneous Ubuntu changes
13214 - Revert "UBUNTU: SAUCE: Import aufs driver"
13215 - SAUCE: Import aufs driver
13216 - SAUCE: selftests/powerpc: Disable some ptrace selftests
13217 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
13218 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
13219 - [Config] Disable CONFIG_MDIO_* options for s390x
13220 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
13221 - [Config] Update annotations for 4.13
13222
13223 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
13224
13225 linux (4.13.0-7.8) artful; urgency=low
13226
13227 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
13228 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
13229 paths
13230
13231 * Miscellaneous Ubuntu changes
13232 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
13233
13234 * Miscellaneous upstream changes
13235 - seccomp: Provide matching filter for introspection
13236 - seccomp: Sysctl to display available actions
13237 - seccomp: Operation for checking if an action is available
13238 - seccomp: Sysctl to configure actions that are allowed to be logged
13239 - seccomp: Selftest for detection of filter flag support
13240 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
13241 - seccomp: Action to log before allowing
13242
13243 [ Upstream Kernel Changes ]
13244
13245 * Rebase to v4.13-rc7
13246
13247 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
13248
13249 linux (4.13.0-6.7) artful; urgency=low
13250
13251 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
13252 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
13253
13254 * sort ABI files with C.UTF-8 locale (LP: #1712345)
13255 - [Packaging] sort ABI files with C.UTF-8 locale
13256
13257 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
13258 - SAUCE: igb: add support for using Broadcom 54616 as PHY
13259
13260 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
13261 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
13262 - powerpc/mm/radix: Improve TLB/PWC flushes
13263 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
13264
13265 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
13266 properly enrolled keys (LP: #1712168)
13267 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
13268
13269 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
13270 - [Config] CONFIG_BLK_DEV_NVME=m for s390
13271
13272 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
13273 (LP: #1711298)
13274 - [Config] CONFIG_INTEL_ATOMISP=n
13275
13276 * Miscellaneous Ubuntu changes
13277 - SAUCE: apparmor: af_unix mediation
13278
13279 * Miscellaneous upstream changes
13280 - apparmor: Fix shadowed local variable in unpack_trans_table()
13281 - apparmor: Fix logical error in verify_header()
13282 - apparmor: Fix an error code in aafs_create()
13283 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
13284 - apparmor: add the ability to mediate signals
13285 - apparmor: add mount mediation
13286 - apparmor: cleanup conditional check for label in label_print
13287 - apparmor: add support for absolute root view based labels
13288 - apparmor: make policy_unpack able to audit different info messages
13289 - apparmor: add more debug asserts to apparmorfs
13290 - apparmor: add base infastructure for socket mediation
13291 - apparmor: move new_null_profile to after profile lookup fns()
13292 - apparmor: fix race condition in null profile creation
13293 - apparmor: ensure unconfined profiles have dfas initialized
13294 - apparmor: fix incorrect type assignment when freeing proxies
13295
13296 [ Upstream Kernel Changes ]
13297
13298 * Rebase to v4.13-rc6
13299
13300 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
13301
13302 linux (4.13.0-5.6) artful; urgency=low
13303
13304 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
13305 - perf pmu-events: Support additional POWER8+ PVR in mapfile
13306 - perf vendor events: Add POWER9 PMU events
13307 - perf vendor events: Add POWER9 PVRs to mapfile
13308 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
13309 - SAUCE: perf vendor events powerpc: Update POWER9 events
13310
13311 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
13312 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
13313
13314 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
13315 kernels able to boot without initramfs (LP: #1700972)
13316 - [Debian] Don't depend on initramfs-tools
13317
13318 * Miscellaneous Ubuntu changes
13319 - SAUCE: Import aufs driver
13320 - SAUCE: aufs -- Add missing argument to loop_switch() call
13321 - [Config] Enable aufs
13322 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
13323 - Enable zfs build
13324 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
13325 - [Packaging] switch up to debhelper 9
13326
13327 [ Upstream Kernel Changes ]
13328
13329 * Rebase to v4.13-rc5
13330
13331 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
13332
13333 linux (4.13.0-4.5) artful; urgency=low
13334
13335 * Lenovo Yoga 910 Sensors (LP: #1708120)
13336 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
13337
13338 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
13339 (LP: #1703339)
13340 - [Config] Add vmd driver to generic inclusion list
13341
13342 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
13343 - [Config] CONFIG_SATA_HIGHBANK=y
13344
13345 * Miscellaneous Ubuntu changes
13346 - ubuntu: vbox -- update to 5.1.26-dfsg-1
13347 - SAUCE: hio: Build fixes for 4.13
13348 - Enable hio build
13349 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
13350 - [debian] use all rather than amd64 dkms debs for sync
13351
13352 [ Upstream Kernel Changes ]
13353
13354 * Rebase to v4.13-rc4
13355
13356 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
13357
13358 linux (4.13.0-3.4) artful; urgency=low
13359
13360 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
13361 - [Packaging] tests -- reduce rebuild test to one flavour
13362 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
13363
13364 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
13365 - SAUCE: virtio_net: Revert mergeable buffer handling rework
13366
13367 [ Upstream Kernel Changes ]
13368
13369 * Rebase to v4.13-rc3
13370
13371 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
13372
13373 linux (4.13.0-2.3) artful; urgency=low
13374
13375 * Change CONFIG_IBMVETH to module (LP: #1704479)
13376 - [Config] CONFIG_IBMVETH=m
13377
13378 [ Upstream Kernel Changes ]
13379
13380 * Rebase to v4.13-rc2
13381
13382 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
13383
13384 linux (4.13.0-1.2) artful; urgency=low
13385
13386 * Miscellaneous Ubuntu changes
13387 - [Debian] Support sphinx-based kernel documentation
13388
13389 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
13390
13391 linux (4.13.0-0.1) artful; urgency=low
13392
13393 * Miscellaneous Ubuntu changes
13394 - Disable hio
13395 - Disable zfs build
13396 - ubuntu: vbox -- update to 5.1.24-dfsg-1
13397
13398 [ Upstream Kernel Changes ]
13399
13400 * Rebase to v4.13-rc1
13401
13402 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
13403
13404 linux (4.12.0-7.8) artful; urgency=low
13405
13406 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
13407 (LP: #1673564)
13408 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
13409 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
13410 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
13411 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
13412 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
13413 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
13414 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
13415 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
13416 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
13417 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
13418 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
13419 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
13420 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
13421 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
13422 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
13423 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
13424 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
13425 - arm64: Add MIDR values for Cavium cn83XX SoCs
13426 - arm64: Add workaround for Cavium Thunder erratum 30115
13427 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
13428 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
13429 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
13430 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
13431 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
13432 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
13433 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
13434 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
13435
13436 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
13437 - net: hns: Bugfix for Tx timeout handling in hns driver
13438
13439 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
13440 - iommu/arm-smmu: Plumb in new ACPI identifiers
13441
13442 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
13443 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
13444
13445 * Artful update to v4.12.1 stable release (LP: #1703858)
13446 - driver core: platform: fix race condition with driver_override
13447 - RDMA/uverbs: Check port number supplied by user verbs cmds
13448 - usb: dwc3: replace %p with %pK
13449 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
13450 - usb: usbip: set buffer pointers to NULL after free
13451 - Add USB quirk for HVR-950q to avoid intermittent device resets
13452 - usb: Fix typo in the definition of Endpoint[out]Request
13453 - USB: core: fix device node leak
13454 - USB: serial: option: add two Longcheer device ids
13455 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
13456 - xhci: Limit USB2 port wake support for AMD Promontory hosts
13457 - gfs2: Fix glock rhashtable rcu bug
13458 - Add "shutdown" to "struct class".
13459 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
13460 - tpm: fix a kernel memory leak in tpm-sysfs.c
13461 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
13462 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
13463 - sched/fair, cpumask: Export for_each_cpu_wrap()
13464 - sched/core: Implement new approach to scale select_idle_cpu()
13465 - sched/numa: Use down_read_trylock() for the mmap_sem
13466 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
13467 - sched/fair: Simplify wake_affine() for the single socket case
13468 - sched/numa: Implement NUMA node level wake_affine()
13469 - sched/fair: Remove effective_load()
13470 - sched/numa: Hide numa_wake_affine() from UP build
13471 - xen: avoid deadlock in xenbus driver
13472 - crypto: drbg - Fixes panic in wait_for_completion call
13473 - Linux 4.12.1
13474
13475 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
13476 - scsi: cxlflash: Combine the send queue locks
13477 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
13478 - scsi: cxlflash: Reset hardware queue context via specified register
13479 - scsi: cxlflash: Schedule asynchronous reset of the host
13480 - scsi: cxlflash: Handle AFU sync failures
13481 - scsi: cxlflash: Track pending scsi commands in each hardware queue
13482 - scsi: cxlflash: Flush pending commands in cleanup path
13483 - scsi: cxlflash: Add scsi command abort handler
13484 - scsi: cxlflash: Create character device to provide host management interface
13485 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
13486 specifics
13487 - scsi: cxlflash: Introduce host ioctl support
13488 - scsi: cxlflash: Refactor AFU capability checking
13489 - scsi: cxlflash: Support LUN provisioning
13490 - scsi: cxlflash: Support AFU debug
13491 - scsi: cxlflash: Support WS16 unmap
13492 - scsi: cxlflash: Remove zeroing of private command data
13493 - scsi: cxlflash: Update TMF command processing
13494 - scsi: cxlflash: Avoid double free of character device
13495 - scsi: cxlflash: Update send_tmf() parameters
13496 - scsi: cxlflash: Update debug prints in reset handlers
13497
13498 * make snap-pkg support (LP: #1700747)
13499 - make snap-pkg support
13500
13501 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
13502 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
13503
13504 * arm64: fix crash reading /proc/kcore (LP: #1702749)
13505 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
13506 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
13507
13508 * Opal and POWER9 DD2 (LP: #1702159)
13509 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
13510
13511 * Data corruption with hio driver (LP: #1701316)
13512 - SAUCE: hio: Fix incorrect use of enum req_opf values
13513
13514 * Miscellaneous Ubuntu changes
13515 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
13516 - snapcraft.yaml: Sync with xenial
13517 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
13518
13519 * Miscellaneous upstream changes
13520 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
13521 MokSBState"
13522
13523 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
13524
13525 linux (4.12.0-6.7) artful; urgency=low
13526
13527 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
13528 - net: ena: change return value for unsupported features unsupported return
13529 value
13530 - net: ena: add hardware hints capability to the driver
13531 - net: ena: change sizeof() argument to be the type pointer
13532 - net: ena: add reset reason for each device FLR
13533 - net: ena: add support for out of order rx buffers refill
13534 - net: ena: allow the driver to work with small number of msix vectors
13535 - net: ena: use napi_schedule_irqoff when possible
13536 - net: ena: separate skb allocation to dedicated function
13537 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
13538 - net: ena: update driver's rx drop statistics
13539 - net: ena: update ena driver to version 1.2.0
13540
13541 * APST gets enabled against explicit kernel option (LP: #1699004)
13542 - nvme: explicitly disable APST on quirked devices
13543
13544 * Miscellaneous Ubuntu changes
13545 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
13546 - SAUCE: hio updates for 4.12
13547 - SAUCE: Enable hio build
13548
13549 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
13550
13551 linux (4.12.0-5.6) artful; urgency=low
13552
13553 * ERAT invalidate on context switch removal (LP: #1700819)
13554 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
13555
13556 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
13557 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
13558
13559 * Miscellaneous Ubuntu changes
13560 - d-i: Move qcom-emac from arm64 to shared nic-modules
13561
13562 [ Upstream Kernel Changes ]
13563
13564 * Rebase to v4.12
13565
13566 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
13567
13568 linux (4.12.0-4.5) artful; urgency=low
13569
13570 * aacraid driver may return uninitialized stack data to userspace
13571 (LP: #1700077)
13572 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
13573
13574 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
13575 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
13576
13577 * AACRAID for power9 platform (LP: #1689980)
13578 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
13579 - scsi: aacraid: Fix DMAR issues with iommu=pt
13580 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
13581 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
13582 - scsi: aacraid: Remove reset support from check_health
13583 - scsi: aacraid: Change wait time for fib completion
13584 - scsi: aacraid: Log count info of scsi cmds before reset
13585 - scsi: aacraid: Print ctrl status before eh reset
13586 - scsi: aacraid: Using single reset mask for IOP reset
13587 - scsi: aacraid: Rework IOP reset
13588 - scsi: aacraid: Add periodic checks to see IOP reset status
13589 - scsi: aacraid: Rework SOFT reset code
13590 - scsi: aacraid: Rework aac_src_restart
13591 - scsi: aacraid: Use correct function to get ctrl health
13592 - scsi: aacraid: Make sure ioctl returns on controller reset
13593 - scsi: aacraid: Enable ctrl reset for both hba and arc
13594 - scsi: aacraid: Add reset debugging statements
13595 - scsi: aacraid: Remove reference to Series-9
13596 - scsi: aacraid: Update driver version to 50834
13597
13598 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
13599 - SAUCE: drm: hibmc: Use set_busid function from drm core
13600
13601 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
13602 - d-i: Add hibmc-drm to kernel-image udeb
13603
13604 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
13605 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
13606
13607 * Miscellaneous Ubuntu changes
13608 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
13609 - [Config] CONFIG_ATA=n for s390x
13610 - [Config] Update annotations for 4.12
13611
13612 [ Upstream Kernel Changes ]
13613
13614 * Rebase to v4.12-rc7
13615
13616 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
13617
13618 linux (4.12.0-3.4) artful; urgency=low
13619
13620 * Miscellaneous upstream changes
13621 - ufs: fix the logics for tail relocation
13622
13623 [ Upstream Kernel Changes ]
13624
13625 * Rebase to v4.12-rc6
13626
13627 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
13628
13629 linux (4.12.0-2.3) artful; urgency=low
13630
13631 * CVE-2014-9900
13632 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
13633 ethtool_get_wol()
13634
13635 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
13636 (LP: #1671360)
13637 - pinctrl/amd: Use regular interrupt instead of chained
13638
13639 * extend-diff-ignore should use exact matches (LP: #1693504)
13640 - [Packaging] exact extend-diff-ignore matches
13641
13642 * Miscellaneous Ubuntu changes
13643 - SAUCE: efi: Don't print secure boot state from the efi stub
13644 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
13645 - SAUCE: vbox fixes for 4.12
13646 - Re-enable virtualbox build
13647 - [Config] CONFIG_ORANGEFS_FS=m
13648 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
13649 - Enable zfs build
13650
13651 [ Upstream Kernel Changes ]
13652
13653 * Rebase to v4.12-rc4
13654 * Rebase to v4.12-rc5
13655
13656 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
13657
13658 linux (4.12.0-1.2) artful; urgency=low
13659
13660 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
13661 - [Config] Enable CONFIG_DRM_MGAG200 as module
13662
13663 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
13664 - [Config] CONFIG_LIBIO=y on arm64 only
13665 - SAUCE: LIBIO: Introduce a generic PIO mapping method
13666 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
13667 - [Config] CONFIG_HISILICON_LPC=y
13668 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
13669 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
13670 I/O
13671 - SAUCE: LPC: Add the ACPI LPC support
13672 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
13673 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
13674
13675 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
13676 - SAUCE: tty: Fix ldisc crash on reopened tty
13677
13678 * Miscellaneous Ubuntu changes
13679 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
13680 - Rebase to v4.12-rc3
13681
13682 [ Upstream Kernel Changes ]
13683
13684 * Rebase to v4.12-rc3
13685
13686 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
13687
13688 linux (4.12.0-0.1) artful; urgency=low
13689
13690 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
13691 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
13692
13693 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
13694 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
13695
13696 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
13697 (LP: #1672819)
13698 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
13699
13700 * Miscellaneous Ubuntu changes
13701 - Update find-missing-sauce.sh to compare to artful
13702 - Update dropped.txt
13703 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
13704 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
13705 kernel image
13706 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
13707 mode
13708 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
13709 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
13710 locked down
13711 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
13712 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
13713 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
13714 reboot
13715 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
13716 set
13717 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
13718 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
13719 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
13720 down
13721 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
13722 locked down
13723 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
13724 down
13725 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
13726 is locked down
13727 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
13728 locked down
13729 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
13730 has been locked down
13731 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
13732 locked down
13733 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
13734 locked down
13735 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
13736 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
13737 kernel is locked down
13738 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
13739 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
13740 down
13741 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
13742 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
13743 secondary keyring
13744 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
13745 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
13746 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
13747 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
13748 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
13749 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
13750 MokSBState
13751 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
13752 - [Config] Set values for UEFI secure boot lockdown options
13753 - Disable virtualbox build
13754 - Disable hio build
13755 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
13756 - Disable zfs build
13757 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
13758 - SAUCE: Import aufs driver
13759 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
13760 - [Config] Enable aufs
13761 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
13762
13763 [ Upstream Kernel Changes ]
13764
13765 * Rebase to v4.12-rc2
13766
13767 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
13768
13769 linux (4.11.0-3.8) artful; urgency=low
13770
13771 [ Seth Forshee ]
13772
13773 * Release Tracking Bug
13774 - LP: #1690999
13775
13776 * apparmor_parser hangs indefinitely when called by multiple threads
13777 (LP: #1645037)
13778 - SAUCE: apparmor: fix lock ordering for mkdir
13779
13780 * apparmor leaking securityfs pin count (LP: #1660846)
13781 - SAUCE: apparmor: fix leak on securityfs pin count
13782
13783 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
13784 (LP: #1660845)
13785 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
13786 fails
13787
13788 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
13789 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
13790
13791 * libvirt profile is blocking global setrlimit despite having no rlimit rule
13792 (LP: #1679704)
13793 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
13794 - apparmor: update auditing of rlimit check to provide capability information
13795
13796 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
13797 - SAUCE: apparmor: add policy revision file interface
13798
13799 * apparmor does not make support of query data visible (LP: #1678023)
13800 - SAUCE: apparmor: add label data availability to the feature set
13801
13802 * apparmor query interface does not make supported query info available
13803 (LP: #1678030)
13804 - SAUCE: apparmor: add information about the query inteface to the feature set
13805
13806 * change_profile incorrect when using namespaces with a compound stack
13807 (LP: #1677959)
13808 - SAUCE: apparmor: fix label parse for stacked labels
13809
13810 * Regression in 4.4.0-65-generic causes very frequent system crashes
13811 (LP: #1669611)
13812 - apparmor: sync of apparmor 3.6+ (17.04)
13813
13814 * Artful update to 4.11.1 stable release (LP: #1690814)
13815 - dm ioctl: prevent stack leak in dm ioctl call
13816 - drm/sti: fix GDP size to support up to UHD resolution
13817 - power: supply: lp8788: prevent out of bounds array access
13818 - brcmfmac: Ensure pointer correctly set if skb data location changes
13819 - brcmfmac: Make skb header writable before use
13820 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
13821 - refcount: change EXPORT_SYMBOL markings
13822 - net: macb: fix phy interrupt parsing
13823 - tcp: fix access to sk->sk_state in tcp_poll()
13824 - geneve: fix incorrect setting of UDP checksum flag
13825 - bpf: enhance verifier to understand stack pointer arithmetic
13826 - bpf, arm64: fix jit branch offset related to ldimm64
13827 - tcp: fix wraparound issue in tcp_lp
13828 - net: ipv6: Do not duplicate DAD on link up
13829 - net: usb: qmi_wwan: add Telit ME910 support
13830 - tcp: do not inherit fastopen_req from parent
13831 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
13832 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
13833 - ipv6: initialize route null entry in addrconf_init()
13834 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
13835 - tcp: randomize timestamps on syncookies
13836 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
13837 - bpf: don't let ldimm64 leak map addresses on unprivileged
13838 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
13839 - f2fs: sanity check segment count
13840 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
13841 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
13842 - block: get rid of blk_integrity_revalidate()
13843 - Linux 4.11.1
13844
13845 * Module signing exclusion for staging drivers does not work properly
13846 (LP: #1690908)
13847 - SAUCE: Fix module signing exclusion in package builds
13848
13849 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
13850 - [Config] CONFIG_QCOM_L3_PMU=y
13851 - perf: qcom: Add L3 cache PMU driver
13852
13853 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
13854 - drivers/perf: arm_pmu: rework per-cpu allocation
13855 - drivers/perf: arm_pmu: manage interrupts per-cpu
13856 - drivers/perf: arm_pmu: split irq request from enable
13857 - drivers/perf: arm_pmu: remove pointless PMU disabling
13858 - drivers/perf: arm_pmu: define armpmu_init_fn
13859 - drivers/perf: arm_pmu: fold init into alloc
13860 - drivers/perf: arm_pmu: factor out pmu registration
13861 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
13862 - drivers/perf: arm_pmu: handle no platform_device
13863 - drivers/perf: arm_pmu: rename irq request/free functions
13864 - drivers/perf: arm_pmu: split cpu-local irq request/free
13865 - drivers/perf: arm_pmu: move irq request/free into probe
13866 - drivers/perf: arm_pmu: split out platform device probe logic
13867 - arm64: add function to get a cpu's MADT GICC table
13868 - [Config] CONFIG_ARM_PMU_ACPI=y
13869 - drivers/perf: arm_pmu: add ACPI framework
13870 - arm64: pmuv3: handle !PMUv3 when probing
13871 - arm64: pmuv3: use arm_pmu ACPI framework
13872
13873 * Fix NVLINK2 TCE route (LP: #1690155)
13874 - powerpc/powernv: Fix TCE kill on NVLink2
13875
13876 * CVE-2017-0605
13877 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
13878
13879 * Miscellaneous Ubuntu changes
13880 - [Config] Restore powerpc arch to annotations file
13881 - [Config] Disable runtime testing modules
13882 - [Config] Disable drivers not needed on s390x
13883 - [Config] Update annotations for 4.11
13884 - [Config] updateconfigs after apparmor updates
13885
13886 * Miscellaneous upstream changes
13887 - apparmor: use SHASH_DESC_ON_STACK
13888 - apparmor: fix invalid reference to index variable of iterator line 836
13889 - apparmor: fix parameters so that the permission test is bypassed at boot
13890 - apparmor: Make path_max parameter readonly
13891 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
13892 - apparmorfs: Use seq_putc() in two functions
13893 - apparmor: provide information about path buffer size at boot
13894 - apparmor: add/use fns to print hash string hex value
13895
13896 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
13897
13898 linux (4.11.0-2.7) artful; urgency=low
13899
13900 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
13901 (LP: #1688259)
13902 - Remove squashfs-modules files from d-i
13903 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
13904
13905 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
13906 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
13907 - d-i: initrd needs qcom_emac on amberwing platform.
13908
13909 * update for V3 kernel bits and improved multiple fan slice support
13910 (LP: #1470091)
13911 - SAUCE: fan: tunnel multiple mapping mode (v3)
13912
13913 * Miscellaneous Ubuntu changes
13914 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
13915 - Enable zfs
13916 - SAUCE: fan: add VXLAN implementation
13917 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
13918 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
13919 kernel image
13920 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
13921 mode
13922 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
13923 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
13924 locked down
13925 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
13926 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
13927 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
13928 reboot
13929 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
13930 set
13931 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
13932 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
13933 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
13934 down
13935 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
13936 locked down
13937 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
13938 down
13939 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
13940 is locked down
13941 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
13942 locked down
13943 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
13944 has been locked down
13945 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
13946 locked down
13947 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
13948 locked down
13949 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
13950 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
13951 kernel is locked down
13952 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
13953 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
13954 down
13955 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
13956 - SAUCE: (efi-lockdown) Add EFI signature data types
13957 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
13958 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
13959 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
13960 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
13961 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
13962 disabled
13963 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
13964 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
13965 MokSBState
13966 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
13967 - [Config] Set values for UEFI secure boot lockdown options
13968 - Update dropped.txt
13969
13970 [ Upstream Kernel Changes ]
13971
13972 * rebase to v4.11
13973
13974 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
13975
13976 linux (4.11.0-1.6) artful; urgency=low
13977
13978 * Miscellaneous Ubuntu changes
13979 - [Debian] Use default compression for all packages
13980 - SAUCE: (namespace) block_dev: Support checking inode permissions in
13981 lookup_bdev()
13982 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
13983 when mounting
13984 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
13985 when mounting
13986 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
13987 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
13988 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
13989 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
13990 security.* xattrs
13991 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
13992 filesystems
13993 - SAUCE: (namespace) fuse: Add support for pid namespaces
13994 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
13995 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
13996 or a descendant
13997 - SAUCE: (namespace) fuse: Allow user namespace mounts
13998 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
13999 namespaces
14000 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
14001 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
14002 mounts
14003 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
14004 opened for writing
14005
14006 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
14007
14008 linux (4.11.0-0.5) artful; urgency=low
14009
14010 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
14011 (LP: #1684971)
14012 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
14013
14014 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
14015 (LP: #1470250)
14016 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
14017
14018 * Enable virtual scsi server driver for Power (LP: #1615665)
14019 - SAUCE: Return TCMU-generated sense data to fabric module
14020
14021 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
14022 (LP: #1630990)
14023 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
14024 CONFIG_SECURITYFS=n
14025
14026 * Miscellaneous Ubuntu changes
14027 - SAUCE: Import aufs driver
14028 - [Config] Enable aufs
14029 - [Debian] Add script to update virtualbox
14030 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
14031 - Enable vbox
14032 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
14033
14034 [ Upstream Kernel Changes ]
14035
14036 * rebase to v4.11-rc8
14037
14038 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
14039
14040 linux (4.11.0-0.4) zesty; urgency=low
14041
14042 * POWER9: Improve performance on memory management (LP: #1681429)
14043 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
14044 flush
14045 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
14046
14047 * Miscellaneous Ubuntu changes
14048 - find-missing-sauce.sh
14049
14050 [ Upstream Kernel Changes ]
14051
14052 * rebase to v4.11-rc7
14053
14054 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
14055
14056 linux (4.11.0-0.3) zesty; urgency=low
14057
14058 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
14059 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
14060
14061 * smartpqi driver needed in initram disk and installer (LP: #1680156)
14062 - [Config] Add smartpqi to d-i
14063
14064 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
14065 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
14066
14067 * Miscellaneous Ubuntu changes
14068 - [Config] flash-kernel should be a Breaks
14069 - [Config] drop the info directory
14070 - [Config] drop NOTES as obsolete
14071 - [Config] drop changelog.historical as obsolete
14072 - rebase to v4.11-rc6
14073
14074 [ Upstream Kernel Changes ]
14075
14076 * rebase to v4.11-rc6
14077
14078 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
14079
14080 linux (4.11.0-0.2) zesty; urgency=low
14081
14082 [ Upstream Kernel Changes ]
14083
14084 * rebase to v4.11-rc5
14085
14086 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
14087
14088 linux (4.11.0-0.1) zesty; urgency=low
14089
14090 [ Upstream Kernel Changes ]
14091
14092 * rebase to v4.11-rc4
14093 - LP: #1591053
14094
14095 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
14096
14097 linux (4.11.0-0.0) zesty; urgency=low
14098
14099 * dummy entry
14100
14101 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600