]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - debian.master/changelog
UBUNTU: Ubuntu-4.15.0-58.64
[mirror_ubuntu-bionic-kernel.git] / debian.master / changelog
1 linux (4.15.0-58.64) bionic; urgency=medium
2
3 * unable to handle kernel NULL pointer dereference at 000000000000002c (IP:
4 iget5_locked+0x9e/0x1f0) (LP: #1838982)
5 - Revert "ovl: set I_CREATING on inode being created"
6 - Revert "new primitive: discard_new_inode()"
7
8 -- Stefan Bader <stefan.bader@canonical.com> Tue, 06 Aug 2019 12:45:37 +0200
9
10 linux (4.15.0-57.63) bionic; urgency=medium
11
12 * CVE-2019-1125
13 - x86/cpufeatures: Carve out CQM features retrieval
14 - x86/cpufeatures: Combine word 11 and 12 into a new scattered features word
15 - x86/speculation: Prepare entry code for Spectre v1 swapgs mitigations
16 - x86/speculation: Enable Spectre v1 swapgs mitigations
17 - x86/entry/64: Use JMP instead of JMPQ
18 - x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGS
19
20 * Packaging resync (LP: #1786013)
21 - update dkms package versions
22
23 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Thu, 01 Aug 2019 12:25:25 +0200
24
25 linux (4.15.0-56.62) bionic; urgency=medium
26
27 * bionic/linux: 4.15.0-56.62 -proposed tracker (LP: #1837626)
28
29 * Packaging resync (LP: #1786013)
30 - [Packaging] resync git-ubuntu-log
31 - [Packaging] update helper scripts
32
33 * CVE-2019-2101
34 - media: uvcvideo: Fix 'type' check leading to overflow
35
36 * hibmc-drm Causes Unreadable Display for Huawei amd64 Servers (LP: #1762940)
37 - [Config] Set CONFIG_DRM_HISI_HIBMC to arm64 only
38 - SAUCE: Make CONFIG_DRM_HISI_HIBMC depend on ARM64
39
40 * Bionic: support for Solarflare X2542 network adapter (sfc driver)
41 (LP: #1836635)
42 - sfc: make mem_bar a function rather than a constant
43 - sfc: support VI strides other than 8k
44 - sfc: add Medford2 (SFC9250) PCI Device IDs
45 - sfc: improve PTP error reporting
46 - sfc: update EF10 register definitions
47 - sfc: populate the timer reload field
48 - sfc: update MCDI protocol headers
49 - sfc: support variable number of MAC stats
50 - sfc: expose FEC stats on Medford2
51 - sfc: expose CTPIO stats on NICs that support them
52 - sfc: basic MCDI mapping of 25/50/100G link speeds
53 - sfc: support the ethtool ksettings API properly so that 25/50/100G works
54 - sfc: add bits for 25/50/100G supported/advertised speeds
55 - sfc: remove tx and MCDI handling from NAPI budget consideration
56 - sfc: handle TX timestamps in the normal data path
57 - sfc: add function to determine which TX timestamping method to use
58 - sfc: use main datapath for HW timestamps if available
59 - sfc: only enable TX timestamping if the adapter is licensed for it
60 - sfc: MAC TX timestamp handling on the 8000 series
61 - sfc: on 8000 series use TX queues for TX timestamps
62 - sfc: only advertise TX timestamping if we have the license for it
63 - sfc: simplify RX datapath timestamping
64 - sfc: support separate PTP and general timestamping
65 - sfc: support second + quarter ns time format for receive datapath
66 - sfc: support Medford2 frequency adjustment format
67 - sfc: add suffix to large constant in ptp
68 - sfc: mark some unexported symbols as static
69 - sfc: update MCDI protocol headers
70 - sfc: support FEC configuration through ethtool
71 - sfc: remove ctpio_dmabuf_start from stats
72 - sfc: stop the TX queue before pushing new buffers
73
74 * [18.04 FEAT] zKVM: Add hardware CPU Model - kernel part (LP: #1836153)
75 - KVM: s390: add debug logging for cpu model subfunctions
76 - KVM: s390: implement subfunction processor calls
77 - KVM: s390: add vector enhancements facility 2 to cpumodel
78 - KVM: s390: add vector BCD enhancements facility to cpumodel
79 - KVM: s390: add MSA9 to cpumodel
80 - KVM: s390: provide query function for instructions returning 32 byte
81 - KVM: s390: add enhanced sort facilty to cpu model
82 - KVM: s390: add deflate conversion facilty to cpu model
83 - KVM: s390: enable MSA9 keywrapping functions depending on cpu model
84
85 * Intel ethernet I219 has slow RX speed (LP: #1836152)
86 - SAUCE: e1000e: add workaround for possible stalled packet
87 - SAUCE: e1000e: disable force K1-off feature
88
89 * Intel ethernet I219 may wrongly detect connection speed as 10Mbps
90 (LP: #1836177)
91 - SAUCE: e1000e: Make watchdog use delayed work
92
93 * Unhide Nvidia HDA audio controller (LP: #1836308)
94 - PCI: Enable NVIDIA HDA controllers
95
96 * selftests: Remove broken Power9 paste tests and fix compilation issue
97 (LP: #1836715)
98 - selftests/powerpc: Remove Power9 paste tests
99 - selftests/powerpc: Fix Makefiles for headers_install change
100
101 * ixgbe{vf} - Physical Function gets IRQ when VF checks link state
102 (LP: #1836760)
103 - ixgbevf: Use cached link state instead of re-reading the value for ethtool
104
105 * Fix nf_conntrack races when dealing with same origin requests in NAT
106 environments (LP: #1836816)
107 - netfilter: nf_conntrack: resolve clash for matching conntracks
108 - netfilter: nf_nat: skip nat clash resolution for same-origin entries
109
110 * CVE-2018-5383
111 - crypto: ecdh - add public key verification test
112
113 * sched: Prevent CPU lockups when task groups take longer than the period
114 (LP: #1836971)
115 - sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup
116
117 * depmod may prefer unsigned l-r-m nvidia modules to signed modules
118 (LP: #1834479)
119 - [Packaging] dkms-build--nvidia-N -- clean up unsigned ko files
120 - [Packaging] Add update-version-dkms
121 - update dkms package versions
122
123 * Build Nvidia drivers in conjunction with kernel (LP: #1764792) // zfs/spl
124 build in conjunction with the kernel from DKMS source (LP: #1807378)
125 - [Packaging] dkms-build--nvidia-* -- convert to generic -N form
126
127 * zfs/spl build in conjunction with the kernel from DKMS source (LP: #1807378)
128 - [Packaging] dkms -- dkms package build packaging support
129 - [Packaging] dkms -- build zfs/spl packages
130 - [Packaging] dkms -- drop zfs/spl source code from kernel
131
132 * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
133 - [Packaging] dkms -- introduce dkms package versions
134 - [Packaging] dkms -- add per package post-process step
135 - [Packaging] dkms -- switch to a consistent build prefix length and strip
136 - [Packaging] dkms-build -- support building against packages in PPAs
137 - [Packaging] dkms-build: do not redownload files on subsequent passes
138 - [Packaging] dkms-build -- add support for unversioned overrides
139 - [Packaging] dkms-build -- backport latest version from disco
140 - [Packaging] nvidia -- build and sign nvidia packages and ship signatures
141 - [Packaging] nvidia -- make nvidia package version explicit
142
143 * CVE-2019-13233
144 - x86/insn-eval: Fix use-after-free access to LDT entry
145
146 * kernel panic using CIFS share in smb2_push_mandatory_locks() (LP: #1795659)
147 - CIFS: keep FileInfo handle live during oplock break
148
149 * cifs set_oplock buffer overflow in strcat (LP: #1824981)
150 - cifs: fix strcat buffer overflow and reduce raciness in
151 smb21_set_oplock_level()
152
153 * CVE-2019-13272
154 - ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME
155
156 * Bionic update: upstream stable patchset 2019-07-18 (LP: #1837161)
157 - Kbuild: suppress packed-not-aligned warning for default setting only
158 - disable stringop truncation warnings for now
159 - test_hexdump: use memcpy instead of strncpy
160 - kobject: Replace strncpy with memcpy
161 - ALSA: intel_hdmi: Use strlcpy() instead of strncpy()
162 - unifdef: use memcpy instead of strncpy
163 - kernfs: Replace strncpy with memcpy
164 - ip_tunnel: Fix name string concatenate in __ip_tunnel_create()
165 - scsi: bfa: convert to strlcpy/strlcat
166 - kdb: use memmove instead of overlapping memcpy
167 - iser: set sector for ambiguous mr status errors
168 - uprobes: Fix handle_swbp() vs. unregister() + register() race once more
169 - MIPS: ralink: Fix mt7620 nd_sd pinmux
170 - mips: fix mips_get_syscall_arg o32 check
171 - IB/mlx5: Avoid load failure due to unknown link width
172 - drm/ast: Fix incorrect free on ioregs
173 - drm: set is_master to 0 upon drm_new_set_master() failure
174 - drm/meson: Enable fast_io in meson_dw_hdmi_regmap_config
175 - drm/meson: Fix OOB memory accesses in meson_viu_set_osd_lut()
176 - ALSA: trident: Suppress gcc string warning
177 - kgdboc: Fix restrict error
178 - kgdboc: Fix warning with module build
179 - svm: Add mutex_lock to protect apic_access_page_done on AMD systems
180 - drm/msm: fix OF child-node lookup
181 - Input: xpad - quirk all PDP Xbox One gamepads
182 - Input: synaptics - add PNP ID for ThinkPad P50 to SMBus
183 - Input: matrix_keypad - check for errors from of_get_named_gpio()
184 - Input: cros_ec_keyb - fix button/switch capability reports
185 - Input: elan_i2c - add ELAN0620 to the ACPI table
186 - Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15ARR
187 - Input: elan_i2c - add support for ELAN0621 touchpad
188 - btrfs: tree-checker: Don't check max block group size as current max chunk
189 size limit is unreliable
190 - ARC: change defconfig defaults to ARCv2
191 - arc: [devboards] Add support of NFSv3 ACL
192 - reset: make device_reset_optional() really optional
193 - reset: remove remaining WARN_ON() in <linux/reset.h>
194 - mm: hide incomplete nr_indirectly_reclaimable in /proc/zoneinfo
195 - net: qed: use correct strncpy() size
196 - tipc: use destination length for copy string
197 - arm64: ftrace: Fix to enable syscall events on arm64
198 - sched, trace: Fix prev_state output in sched_switch tracepoint
199 - tracing/fgraph: Fix set_graph_function from showing interrupts
200 - drm/meson: Fixes for drm_crtc_vblank_on/off support
201 - scsi: lpfc: fix block guard enablement on SLI3 adapters
202 - media: omap3isp: Unregister media device as first
203 - iommu/vt-d: Fix NULL pointer dereference in prq_event_thread()
204 - brcmutil: really fix decoding channel info for 160 MHz bandwidth
205 - iommu/ipmmu-vmsa: Fix crash on early domain free
206 - can: rcar_can: Fix erroneous registration
207 - test_firmware: fix error return getting clobbered
208 - HID: input: Ignore battery reported by Symbol DS4308
209 - batman-adv: Use explicit tvlv padding for ELP packets
210 - batman-adv: Expand merged fragment buffer for full packet
211 - amd/iommu: Fix Guest Virtual APIC Log Tail Address Register
212 - bnx2x: Assign unique DMAE channel number for FW DMAE transactions.
213 - qed: Fix PTT leak in qed_drain()
214 - qed: Fix reading wrong value in loop condition
215 - net/mlx4_core: Zero out lkey field in SW2HW_MPT fw command
216 - net/mlx4_core: Fix uninitialized variable compilation warning
217 - net/mlx4: Fix UBSAN warning of signed integer overflow
218 - gpio: mockup: fix indicated direction
219 - mtd: rawnand: qcom: Namespace prefix some commands
220 - mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
221 - qed: Fix bitmap_weight() check
222 - qed: Fix QM getters to always return a valid pq
223 - net: faraday: ftmac100: remove netif_running(netdev) check before disabling
224 interrupts
225 - iommu/vt-d: Use memunmap to free memremap
226 - flexfiles: use per-mirror specified stateid for IO
227 - ibmvnic: Fix RX queue buffer cleanup
228 - team: no need to do team_notify_peers or team_mcast_rejoin when disabling
229 port
230 - net: amd: add missing of_node_put()
231 - usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device
232 - usb: appledisplay: Add 27" Apple Cinema Display
233 - USB: check usb_get_extra_descriptor for proper size
234 - ALSA: hda: Add support for AMD Stoney Ridge
235 - ALSA: pcm: Fix starvation on down_write_nonblock()
236 - ALSA: pcm: Call snd_pcm_unlink() conditionally at closing
237 - ALSA: pcm: Fix interval evaluation with openmin/max
238 - ALSA: hda/realtek - Fix speaker output regression on Thinkpad T570
239 - SUNRPC: Fix leak of krb5p encode pages
240 - dmaengine: dw: Fix FIFO size for Intel Merrifield
241 - dmaengine: cppi41: delete channel from pending list when stop channel
242 - ARM: 8806/1: kprobes: Fix false positive with FORTIFY_SOURCE
243 - xhci: Prevent U1/U2 link pm states if exit latency is too long
244 - f2fs: fix to do sanity check with block address in main area v2
245 - swiotlb: clean up reporting
246 - Staging: lustre: remove two build warnings
247 - staging: atomisp: remove "fun" strncpy warning
248 - cifs: Fix separator when building path from dentry
249 - staging: rtl8712: Fix possible buffer overrun
250 - Revert commit ef9209b642f "staging: rtl8723bs: Fix indenting errors and an
251 off-by-one mistake in core/rtw_mlme_ext.c"
252 - drm/amdgpu: update mc firmware image for polaris12 variants
253 - drm/amdgpu/gmc8: update MC firmware for polaris
254 - tty: serial: 8250_mtk: always resume the device in probe.
255 - kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()
256 - libnvdimm, pfn: Pad pfn namespaces relative to other regions
257 - mac80211: Clear beacon_int in ieee80211_do_stop
258 - mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext
259 - mac80211: fix reordering of buffered broadcast packets
260 - mac80211: ignore NullFunc frames in the duplicate detection
261 - qed: Fix rdma_info structure allocation
262 - drm/amdgpu: Add amdgpu "max bpc" connector property (v2)
263 - drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typo
264 - gpio: pxa: fix legacy non pinctrl aware builds again
265 - tc-testing: tdc.py: ignore errors when decoding stdout/stderr
266 - NFSv4: Fix a NFSv4 state manager deadlock
267 - USB: serial: console: fix reported terminal settings
268 - ALSA: usb-audio: Add SMSL D1 to quirks for native DSD support
269 - ALSA: hda/realtek: ALC286 mic and headset-mode fixups for Acer Aspire
270 U27-880
271 - ALSA: hda/realtek - Add support for Acer Aspire C24-860 headset mic
272 - ALSA: hda/realtek: Fix mic issue on Acer AIO Veriton Z4660G
273 - ALSA: hda/realtek: Fix mic issue on Acer AIO Veriton Z4860G/Z6860G
274 - media: dvb-pll: don't re-validate tuner frequencies
275 - parisc: Enable -ffunction-sections for modules on 32-bit kernel
276 - Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
277 - drm/lease: Send a distinct uevent
278 - drm/msm: Move fence put to where failure occurs
279 - drm/amdgpu/gmc8: always load MC firmware in the driver
280 - drm/i915: Downgrade Gen9 Plane WM latency error
281 - x86/efi: Allocate e820 buffer before calling efi_exit_boot_service
282 - cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()
283 - ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes
284 - ipv6: Check available headroom in ip6_xmit() even without options
285 - neighbour: Avoid writing before skb->head in neigh_hh_output()
286 - ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output
287 - net: 8139cp: fix a BUG triggered by changing mtu with network traffic
288 - net/mlx4_core: Correctly set PFC param if global pause is turned off.
289 - net/mlx4_en: Change min MTU size to ETH_MIN_MTU
290 - net: phy: don't allow __set_phy_supported to add unsupported modes
291 - net: Prevent invalid access to skb->prev in __qdisc_drop_all
292 - rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices
293 - sctp: kfree_rcu asoc
294 - tcp: Do not underestimate rwnd_limited
295 - tcp: fix NULL ref in tail loss probe
296 - tun: forbid iface creation with rtnl ops
297 - virtio-net: keep vnet header zeroed after processing XDP
298 - ARM: OMAP2+: prm44xx: Fix section annotation on
299 omap44xx_prm_enable_io_wakeup
300 - ASoC: rsnd: fixup clock start checker
301 - staging: rtl8723bs: Fix the return value in case of error in
302 'rtw_wx_read32()'
303 - ARM: dts: logicpd-somlv: Fix interrupt on mmc3_dat1
304 - ARM: OMAP1: ams-delta: Fix possible use of uninitialized field
305 - sysv: return 'err' instead of 0 in __sysv_write_inode
306 - selftests: add script to stress-test nft packet path vs. control plane
307 - netfilter: nf_tables: fix use-after-free when deleting compat expressions
308 - hwmon (ina2xx) Fix NULL id pointer in probe()
309 - ASoC: wm_adsp: Fix dma-unsafe read of scratch registers
310 - s390/cpum_cf: Reject request for sampling in event initialization
311 - hwmon: (ina2xx) Fix current value calculation
312 - ASoC: omap-abe-twl6040: Fix missing audio card caused by deferred probing
313 - ASoC: dapm: Recalculate audio map forcely when card instantiated
314 - netfilter: xt_hashlimit: fix a possible memory leak in htable_create()
315 - hwmon: (w83795) temp4_type has writable permission
316 - perf tools: Restore proper cwd on return from mnt namespace
317 - PCI: imx6: Fix link training status detection in link up check
318 - objtool: Fix double-free in .cold detection error path
319 - objtool: Fix segfault in .cold detection with -ffunction-sections
320 - ARM: dts: at91: sama5d2: use the divided clock for SMC
321 - Btrfs: send, fix infinite loop due to directory rename dependencies
322 - RDMA/mlx5: Fix fence type for IB_WR_LOCAL_INV WR
323 - RDMA/rdmavt: Fix rvt_create_ah function signature
324 - ASoC: omap-mcbsp: Fix latency value calculation for pm_qos
325 - ASoC: omap-mcpdm: Add pm_qos handling to avoid under/overruns with CPU_IDLE
326 - ASoC: omap-dmic: Add pm_qos handling to avoid overruns with CPU_IDLE
327 - exportfs: do not read dentry after free
328 - bpf: fix check of allowed specifiers in bpf_trace_printk
329 - ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf
330 - USB: omap_udc: use devm_request_irq()
331 - USB: omap_udc: fix crashes on probe error and module removal
332 - USB: omap_udc: fix omap_udc_start() on 15xx machines
333 - USB: omap_udc: fix USB gadget functionality on Palm Tungsten E
334 - USB: omap_udc: fix rejection of out transfers when DMA is used
335 - drm/meson: add support for 1080p25 mode
336 - netfilter: ipv6: Preserve link scope traffic original oif
337 - IB/mlx5: Fix page fault handling for MW
338 - KVM: x86: fix empty-body warnings
339 - x86/kvm/vmx: fix old-style function declaration
340 - net: thunderx: fix NULL pointer dereference in nic_remove
341 - usb: gadget: u_ether: fix unsafe list iteration
342 - netfilter: nf_tables: deactivate expressions in rule replecement routine
343 - igb: fix uninitialized variables
344 - ixgbe: recognize 1000BaseLX SFP modules as 1Gbps
345 - net: hisilicon: remove unexpected free_netdev
346 - drm/amdgpu: Add delay after enable RLC ucode
347 - drm/ast: fixed reading monitor EDID not stable issue
348 - xen: xlate_mmu: add missing header to fix 'W=1' warning
349 - Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"
350 - pstore/ram: Correctly calculate usable PRZ bytes
351 - fscache, cachefiles: remove redundant variable 'cache'
352 - nvme: flush namespace scanning work just before removing namespaces
353 - ACPI/IORT: Fix iort_get_platform_device_domain() uninitialized pointer value
354 - ocfs2: fix deadlock caused by ocfs2_defrag_extent()
355 - mm/page_alloc.c: fix calculation of pgdat->nr_zones
356 - hfs: do not free node before using
357 - hfsplus: do not free node before using
358 - debugobjects: avoid recursive calls with kmemleak
359 - ocfs2: fix potential use after free
360 - printk: Add console owner and waiter logic to load balance console writes
361 - printk: Hide console waiter logic into helpers
362 - printk: Never set console_may_schedule in console_trylock()
363 - printk: Wake klogd when passing console_lock owner
364 - flexfiles: enforce per-mirror stateid only for v4 DSes
365 - staging: speakup: Replace strncpy with memcpy
366 - ALSA: fireface: fix reference to wrong register for clock configuration
367 - IB/hfi1: Fix an out-of-bounds access in get_hw_stats
368 - tcp: lack of available data can also cause TSO defer
369 - Revert "net/ibm/emac: wrong bit is used for STA control"
370 - tools: bpftool: prevent infinite loop in get_fdinfo()
371 - ASoC: sun8i-codec: fix crash on module removal
372 - ASoC: acpi: fix: continue searching when machine is ignored
373 - RDMA/bnxt_re: Fix system hang when registration with L2 driver fails
374 - RDMA/bnxt_re: Avoid accessing the device structure after it is freed
375 - RDMA/hns: Bugfix pbl configuration for rereg mr
376 - thunderbolt: Prevent root port runtime suspend during NVM upgrade
377 - netfilter: add missing error handling code for register functions
378 - netfilter: nat: fix double register in masquerade modules
379 - cachefiles: Fix an assertion failure when trying to update a failed object
380 - fscache: Fix race in fscache_op_complete() due to split atomic_sub & read
381 - pvcalls-front: fixes incorrect error handling
382 - nvme: warn when finding multi-port subsystems without multipathing enabled
383 - kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace
384 - ALSA: hda/realtek: ALC294 mic and headset-mode fixups for ASUS X542UN
385 - ALSA: hda/realtek: Enable audio jacks of ASUS UX533FD with ALC294
386 - ALSA: hda/realtek: Enable audio jacks of ASUS UX433FN/UX333FA with ALC294
387
388 * Bionic update: upstream stable patchset 2019-07-17 (LP: #1836968)
389 - flow_dissector: do not dissect l4 ports for fragments
390 - ibmvnic: fix accelerated VLAN handling
391 - ip_tunnel: don't force DF when MTU is locked
392 - ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
393 - net-gro: reset skb->pkt_type in napi_reuse_skb()
394 - sctp: not allow to set asoc prsctp_enable by sockopt
395 - tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths
396 - tuntap: fix multiqueue rx
397 - net: systemport: Protect stop from timeout
398 - net: qualcomm: rmnet: Fix incorrect assignment of real_dev
399 - net: dsa: microchip: initialize mutex before use
400 - sctp: fix strchange_flags name for Stream Change Event
401 - net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs
402 - sctp: not increase stream's incnt before sending addstrm_in request
403 - mlxsw: spectrum: Fix IP2ME CPU policer configuration
404 - net: smsc95xx: Fix MTU range
405 - usbnet: smsc95xx: disable carrier check while suspending
406 - inet: frags: better deal with smp races
407 - ARM: dts: r8a7791: Correct critical CPU temperature
408 - ARM: dts: r8a7793: Correct critical CPU temperature
409 - net: bcmgenet: protect stop from timeout
410 - tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP
411 coalescing
412 - tipc: don't assume linear buffer when reading ancillary data
413 - tipc: fix link re-establish failure
414 - net/mlx5e: Claim TC hw offloads support only under a proper build config
415 - net/mlx5e: Adjust to max number of channles when re-attaching
416 - net/mlx5e: Fix selftest for small MTUs
417 - l2tp: fix a sock refcnt leak in l2tp_tunnel_register
418 - net/mlx5e: IPoIB, Reset QP after channels are closed
419 - net: dsa: mv88e6xxx: Fix clearing of stats counters
420 - net: phy: realtek: fix RTL8201F sysfs name
421 - sctp: define SCTP_SS_DEFAULT for Stream schedulers
422 - rxrpc: Fix lockup due to no error backoff after ack transmit error
423 - cifs: don't dereference smb_file_target before null check
424 - cifs: fix return value for cifs_listxattr
425 - arm64: kprobe: make page to RO mode when allocate it
426 - ixgbe: fix MAC anti-spoofing filter after VFLR
427 - reiserfs: propagate errors from fill_with_dentries() properly
428 - hfs: prevent btree data loss on root split
429 - hfsplus: prevent btree data loss on root split
430 - um: Give start_idle_thread() a return code
431 - drm/edid: Add 6 bpc quirk for BOE panel.
432 - platform/x86: intel_telemetry: report debugfs failure
433 - clk: fixed-rate: fix of_node_get-put imbalance
434 - perf symbols: Set PLT entry/header sizes properly on Sparc
435 - fs/exofs: fix potential memory leak in mount option parsing
436 - clk: samsung: exynos5420: Enable PERIS clocks for suspend
437 - apparmor: Fix uninitialized value in aa_split_fqname
438 - x86/earlyprintk: Add a force option for pciserial device
439 - platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
440 - arm64: percpu: Initialize ret in the default case
441 - s390/vdso: add missing FORCE to build targets
442 - netfilter: ipset: list:set: Decrease refcount synchronously on deletion and
443 replace
444 - netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
445 - s390/mm: Fix ERROR: "__node_distance" undefined!
446 - netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
447 - netfilter: xt_IDLETIMER: add sysfs filename checking routine
448 - s390/qeth: fix HiperSockets sniffer
449 - hwmon: (ibmpowernv) Remove bogus __init annotations
450 - Revert "drm/exynos/decon5433: implement frame counter"
451 - clk: fixed-factor: fix of_node_get-put imbalance
452 - lib/raid6: Fix arm64 test build
453 - s390/perf: Change CPUM_CF return code in event init function
454 - sched/core: Take the hotplug lock in sched_init_smp()
455 - i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features
456 - qed: Fix memory/entry leak in qed_init_sp_request()
457 - qed: Fix blocking/unlimited SPQ entries leak
458 - qed: Fix potential memory corruption
459 - net: stmmac: Fix RX packet size > 8191
460 - SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
461 - ACPI / watchdog: Prefer iTCO_wdt always when WDAT table uses RTC SRAM
462 - perf machine: Add machine__is() to identify machine arch
463 - perf tools: Fix kernel_start for PTI on x86
464 - perf machine: Add nr_cpus_avail()
465 - perf machine: Workaround missing maps for x86 PTI entry trampolines
466 - perf test code-reading: Fix perf_env setup for PTI entry trampolines
467 - media: v4l: event: Add subscription to list before calling "add" operation
468 - MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driver
469 - uio: Fix an Oops on load
470 - usb: cdc-acm: add entry for Hiro (Conexant) modem
471 - usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
472 - misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data
473 - USB: misc: appledisplay: add 20" Apple Cinema Display
474 - ACPI / platform: Add SMB0001 HID to forbidden_id_list
475 - HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges
476 - libceph: fall back to sendmsg for slab pages
477 - drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZE
478 - perf unwind: Take pgoff into account when reporting elf to libdwfl
479 - netfilter: bridge: define INT_MIN & INT_MAX in userspace
480 - s390/decompressor: add missing FORCE to build targets
481 - Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS"
482 - HID: alps: allow incoming reports when only the trackstick is opened
483 - s390/mm: fix mis-accounting of pgtable_bytes
484 - drm/amd/display: Stop leaking planes
485 - drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder()
486 - ceph: quota: fix null pointer dereference in quota check
487 - nvme: make sure ns head inherits underlying device limits
488 - i2c: omap: Enable for ARCH_K3
489 - net: aquantia: fix potential IOMMU fault after driver unbind
490 - net: aquantia: fixed enable unicast on 32 macvlan
491 - net: aquantia: invalid checksumm offload implementation
492 - mtd: rawnand: atmel: fix OF child-node lookup
493 - efi/libstub: arm: support building with clang
494 - ARM: 8766/1: drop no-thumb-interwork in EABI mode
495 - ARM: 8767/1: add support for building ARM kernel with clang
496 - bus: arm-cci: remove unnecessary unreachable()
497 - ARM: trusted_foundations: do not use naked function
498 - usb: core: Fix hub port connection events lost
499 - usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers
500 - usb: dwc3: gadget: Properly check last unaligned/zero chain TRB
501 - usb: dwc3: core: Clean up ULPI device
502 - xhci: Add check for invalid byte size error when UAS devices are connected.
503 - ALSA: oss: Use kvzalloc() for local buffer allocations
504 - MAINTAINERS: Add Sasha as a stable branch maintainer
505 - mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL
506 - gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path
507 - iwlwifi: mvm: support sta_statistics() even on older firmware
508 - iwlwifi: mvm: fix regulatory domain update when the firmware starts
509 - iwlwifi: mvm: don't use SAR Geo if basic SAR is not used
510 - brcmfmac: fix reporting support for 160 MHz channels
511 - tools/power/cpupower: fix compilation with STATIC=true
512 - v9fs_dir_readdir: fix double-free on p9stat_read error
513 - selinux: Add __GFP_NOWARN to allocation at str_read()
514 - Input: synaptics - avoid using uninitialized variable when probing
515 - bfs: add sanity check at bfs_fill_super()
516 - sctp: clear the transport of some out_chunk_list chunks in
517 sctp_assoc_rm_peer
518 - gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd
519 - llc: do not use sk_eat_skb()
520 - mm: don't warn about large allocations for slab
521 - mm/memory.c: recheck page table entry with page table lock held
522 - IB/core: Perform modify QP on real one
523 - usb: xhci: Prevent bus suspend if a port connect change or polling state is
524 detected
525 - drm/ast: change resolution may cause screen blurred
526 - drm/ast: fixed cursor may disappear sometimes
527 - can: dev: can_get_echo_skb(): factor out non sending code to
528 __can_get_echo_skb()
529 - can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to
530 access frame length
531 - can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb
532 is accessed out of bounds
533 - can: dev: __can_get_echo_skb(): print error message, if trying to echo non
534 existing skb
535 - can: rx-offload: introduce can_rx_offload_get_echo_skb() and
536 can_rx_offload_queue_sorted() functions
537 - can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to
538 can_rx_offload_queue_tail()
539 - can: raw: check for CAN FD capable netdev in raw_sendmsg()
540 - can: hi311x: Use level-triggered interrupt
541 - IB/hfi1: Eliminate races in the SDMA send error path
542 - pinctrl: meson: fix pinconf bias disable
543 - KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE
544 - cpufreq: imx6q: add return value check for voltage scale
545 - rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write
546 - crypto: simd - correctly take reqsize of wrapped skcipher into account
547 - floppy: fix race condition in __floppy_read_block_0()
548 - powerpc/io: Fix the IO workarounds code to work with Radix
549 - perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs
550 - SUNRPC: Fix a bogus get/put in generic_key_to_expire()
551 - kdb: Use strscpy with destination buffer size
552 - powerpc/numa: Suppress "VPHN is not supported" messages
553 - tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset
554 - mm, page_alloc: check for max order in hot path
555 - arm64: remove no-op -p linker flag
556 - ubi: fastmap: Check each mapping only once
557 - Input: xpad - add PDP device id 0x02a4
558 - Input: xpad - fix some coding style issues
559 - Input: xpad - avoid using __set_bit() for capabilities
560 - Input: xpad - add support for Xbox1 PDP Camo series gamepad
561 - iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE
562 - kbuild: allow to use GCC toolchain not in Clang search path
563 - PCI: endpoint: Populate func_no before calling pci_epc_add_epf()
564 - i40iw: Fix memory leak in error path of create QP
565 - clk: samsung: exynos5250: Add missing clocks for FIMC LITE SYSMMU devices
566 - ARM: dts: exynos: Fix invalid node referenced by i2c20 alias in Peach Pit
567 and Pi
568 - include/linux/pfn_t.h: force '~' to be parsed as an unary operator
569 - tty: wipe buffer.
570 - tty: wipe buffer if not echoing data
571 - lan78xx: Read MAC address from DT if present
572 - s390/mm: Check for valid vma before zapping in gmap_discard
573 - rcu: Make need_resched() respond to urgent RCU-QS needs
574 - net: ieee802154: 6lowpan: fix frag reassembly
575 - EVM: Add support for portable signature format
576 - ima: re-introduce own integrity cache lock
577 - ima: re-initialize iint->atomic_flags
578 - xhci: Fix leaking USB3 shared_hcd at xhci removal
579 - Documentation/security-bugs: Clarify treatment of embargoed information
580 - Documentation/security-bugs: Postpone fix publication in exceptional cases
581 - ACPICA: AML interpreter: add region addresses in global list during
582 initialization
583 - fsnotify: generalize handling of extra event flags
584 - pinctrl: meson: fix gxbb ao pull register bits
585 - pinctrl: meson: fix gxl ao pull register bits
586 - pinctrl: meson: fix meson8 ao pull register bits
587 - pinctrl: meson: fix meson8b ao pull register bits
588 - riscv: add missing vdso_install target
589 - media: ov5640: fix wrong binning value in exposure calculation
590 - media: ov5640: fix auto controls values when switching to manual mode
591 - mm/huge_memory: rename freeze_page() to unmap_page()
592 - mm/huge_memory.c: reorder operations in __split_huge_page_tail()
593 - mm/huge_memory: splitting set mapping+index before unfreeze
594 - mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()
595 - mm/khugepaged: collapse_shmem() stop if punched or truncated
596 - mm/khugepaged: fix crashes due to misaccounted holes
597 - mm/khugepaged: collapse_shmem() remember to clear holes
598 - mm/khugepaged: minor reorderings in collapse_shmem()
599 - mm/khugepaged: collapse_shmem() without freezing new_page
600 - mm/khugepaged: collapse_shmem() do not crash on Compound
601 - media: em28xx: Fix use-after-free when disconnecting
602 - ubi: Initialize Fastmap checkmapping correctly
603 - libceph: store ceph_auth_handshake pointer in ceph_connection
604 - libceph: factor out __prepare_write_connect()
605 - libceph: factor out __ceph_x_decrypt()
606 - libceph: factor out encrypt_authorizer()
607 - libceph: add authorizer challenge
608 - libceph: implement CEPHX_V2 calculation mode
609 - net/tls: Fixed return value when tls_complete_pending_work() fails
610 - wil6210: missing length check in wmi_set_ie
611 - btrfs: validate type when reading a chunk
612 - btrfs: Verify that every chunk has corresponding block group at mount time
613 - btrfs: tree-checker: Add checker for dir item
614 - btrfs: tree-checker: use %zu format string for size_t
615 - btrfs: tree-check: reduce stack consumption in check_dir_item
616 - btrfs: tree-checker: Verify block_group_item
617 - btrfs: tree-checker: Detect invalid and empty essential trees
618 - btrfs: Check that each block group has corresponding chunk at mount time
619 - btrfs: tree-checker: Check level for leaves and nodes
620 - btrfs: tree-checker: Fix misleading group system information
621 - f2fs: check blkaddr more accuratly before issue a bio
622 - f2fs: enhance sanity_check_raw_super() to avoid potential overflow
623 - f2fs: clean up with is_valid_blkaddr()
624 - f2fs: introduce and spread verify_blkaddr
625 - f2fs: fix to do sanity check with secs_per_zone
626 - f2fs: fix to do sanity check with user_block_count
627 - f2fs: fix to do sanity check with node footer and iblocks
628 - f2fs: fix to do sanity check with block address in main area
629 - f2fs: fix to do sanity check with i_extra_isize
630 - f2fs: fix to do sanity check with cp_pack_start_sum
631 - net: skb_scrub_packet(): Scrub offload_fwd_mark
632 - net: thunderx: set xdp_prog to NULL if bpf_prog_add fails
633 - virtio-net: disable guest csum during XDP set
634 - virtio-net: fail XDP set if guest csum is negotiated
635 - net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue
636 - packet: copy user buffers before orphan or clone
637 - rapidio/rionet: do not free skb before reading its length
638 - usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2
639 - kvm: mmu: Fix race in emulated page table writes
640 - KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercall
641 - xtensa: enable coprocessors that are being flushed
642 - xtensa: fix coprocessor context offset definitions
643 - xtensa: fix coprocessor part of ptrace_{get,set}xregs
644 - Btrfs: ensure path name is null terminated at btrfs_control_ioctl
645 - btrfs: relocation: set trans to be NULL after ending transaction
646 - PCI: layerscape: Fix wrong invocation of outbound window disable accessor
647 - arm64: dts: rockchip: Fix PCIe reset polarity for rk3399-puma-haikou.
648 - x86/fpu: Disable bottom halves while loading FPU registers
649 - perf/x86/intel: Move branch tracing setup to the Intel-specific source file
650 - perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()
651 - fs: fix lost error code in dio_complete
652 - ALSA: wss: Fix invalid snd_free_pages() at error path
653 - ALSA: ac97: Fix incorrect bit shift at AC97-SPSA control write
654 - ALSA: control: Fix race between adding and removing a user element
655 - ALSA: sparc: Fix invalid snd_free_pages() at error path
656 - ALSA: hda/realtek - Support ALC300
657 - ALSA: hda/realtek - fix headset mic detection for MSI MS-B171
658 - ext2: fix potential use after free
659 - ARM: dts: rockchip: Remove @0 from the veyron memory node
660 - dmaengine: at_hdmac: fix memory leak in at_dma_xlate()
661 - dmaengine: at_hdmac: fix module unloading
662 - staging: vchiq_arm: fix compat VCHIQ_IOC_AWAIT_COMPLETION
663 - staging: rtl8723bs: Add missing return for cfg80211_rtw_get_station
664 - usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream series
665 - Revert "usb: dwc3: gadget: skip Set/Clear Halt when invalid"
666 - iio:st_magn: Fix enable device after trigger
667 - lib/test_kmod.c: fix rmmod double free
668 - mm: use swp_offset as key in shmem_replace_page()
669 - misc: mic/scif: fix copy-paste error in scif_create_remote_lookup
670 - binder: fix race that allows malicious free of live buffer
671 - libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()
672 - libceph: check authorizer reply/challenge length before reading
673 - f2fs: fix missing up_read
674 - net: don't keep lonely packets forever in the gro hash
675 - net: phy: add workaround for issue where PHY driver doesn't bind to the
676 device
677 - KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offset
678 - udf: Allow mounting volumes with incorrect identification strings
679 - btrfs: Always try all copies when reading extent buffers
680 - Btrfs: fix rare chances for data loss when doing a fast fsync
681 - Btrfs: fix race between enabling quotas and subvolume creation
682 - perf/x86/intel: Disallow precise_ip on BTS events
683 - ALSA: hda: Add ASRock H81M-HDS to the power_save blacklist
684 - ALSA: hda: Add ASRock N68C-S UCC the power_save blacklist
685 - function_graph: Create function_graph_enter() to consolidate architecture
686 code
687 - ARM: function_graph: Simplify with function_graph_enter()
688 - microblaze: function_graph: Simplify with function_graph_enter()
689 - x86/function_graph: Simplify with function_graph_enter()
690 - powerpc/function_graph: Simplify with function_graph_enter()
691 - sh/function_graph: Simplify with function_graph_enter()
692 - sparc/function_graph: Simplify with function_graph_enter()
693 - parisc: function_graph: Simplify with function_graph_enter()
694 - s390/function_graph: Simplify with function_graph_enter()
695 - arm64: function_graph: Simplify with function_graph_enter()
696 - MIPS: function_graph: Simplify with function_graph_enter()
697 - function_graph: Make ftrace_push_return_trace() static
698 - function_graph: Use new curr_ret_depth to manage depth instead of
699 curr_ret_stack
700 - function_graph: Have profiler use curr_ret_stack and not depth
701 - function_graph: Move return callback before update of curr_ret_stack
702 - function_graph: Reverse the order of pushing the ret_stack and the callback
703 - ext2: initialize opts.s_mount_opt as zero before using it
704 - ASoC: intel: cht_bsw_max98090_ti: Add quirk for boards using pmc_plt_clk_0
705 - staging: most: use format specifier "%s" in snprintf
706 - iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed
707 numbers
708 - mm: cleancache: fix corruption on missed inode invalidation
709
710 * Bionic update: upstream stable patchset 2019-07-17 (LP: #1836968) //
711 CVE-2000-1134 // CVE-2007-3852 // CVE-2008-0525 // CVE-2009-0416 //
712 CVE-2011-4834 // CVE-2015-1838 // CVE-2015-7442 // CVE-2016-7489
713 - namei: allow restricted O_CREAT of FIFOs and regular files
714
715 * bcache: risk of data loss on I/O errors in backing or caching devices
716 (LP: #1829563)
717 - bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
718 - bcache: add stop_when_cache_set_failed option to backing device
719 - bcache: fix inaccurate io state for detached bcache devices
720 - bcache: add backing_request_endio() for bi_end_io
721 - bcache: add io_disable to struct cached_dev
722 - bcache: store disk name in struct cache and struct cached_dev
723 - bcache: count backing device I/O error for writeback I/O
724 - bcache: add wait_for_kthread_stop() in bch_allocator_thread()
725 - bcache: set dc->io_disable to true in conditional_stop_bcache_device()
726 - bcache: stop bcache device when backing device is offline
727 - bcache: fix ioctl in flash device
728
729 * Bionic update: upstream stable patchset 2019-07-16 (LP: #1836802)
730 - mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB
731 - spi: bcm-qspi: switch back to reading flash using smaller chunks
732 - bcache: trace missed reading by cache_missed
733 - bcache: fix miss key refill->end in writeback
734 - hwmon: (pmbus) Fix page count auto-detection.
735 - jffs2: free jffs2_sb_info through jffs2_kill_sb()
736 - cpufreq: conservative: Take limits changes into account properly
737 - pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges
738 - parisc: Fix address in HPMC IVA
739 - parisc: Fix map_pages() to not overwrite existing pte entries
740 - parisc: Fix exported address of os_hpmc handler
741 - ALSA: hda - Add quirk for ASUS G751 laptop
742 - ALSA: hda - Fix headphone pin config for ASUS G751
743 - ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905)
744 - ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops
745 - x86/xen: Fix boot loader version reported for PVH guests
746 - x86/corruption-check: Fix panic in memory_corruption_check() when boot
747 option without value is provided
748 - ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen
749 - bpf: do not blindly change rlimit in reuseport net selftest
750 - Revert "perf tools: Fix PMU term format max value calculation"
751 - xfrm: policy: use hlist rcu variants on insert
752 - perf vendor events intel: Fix wrong filter_band* values for uncore events
753 - sched/fair: Fix the min_vruntime update logic in dequeue_entity()
754 - perf tools: Fix use of alternatives to find JDIR
755 - perf cpu_map: Align cpu map synthesized events properly.
756 - x86/fpu: Remove second definition of fpu in __fpu__restore_sig()
757 - net: qla3xxx: Remove overflowing shift statement
758 - selftests: ftrace: Add synthetic event syntax testcase
759 - i2c: rcar: cleanup DMA for all kinds of failure
760 - locking/lockdep: Fix debug_locks off performance problem
761 - ataflop: fix error handling during setup
762 - swim: fix cleanup on setup error
763 - nfp: devlink port split support for 1x100G CXP NIC
764 - tun: Consistently configure generic netdev params via rtnetlink
765 - s390/sthyi: Fix machine name validity indication
766 - hwmon: (pwm-fan) Set fan speed to 0 on suspend
767 - lightnvm: pblk: fix two sleep-in-atomic-context bugs
768 - spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare}
769 - perf tools: Free temporary 'sys' string in read_event_files()
770 - perf tools: Cleanup trace-event-info 'tdata' leak
771 - perf strbuf: Match va_{add,copy} with va_end
772 - cpupower: Fix coredump on VMWare
773 - mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01
774 - iwlwifi: pcie: avoid empty free RB queue
775 - iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interface
776 - x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC
777 - ACPI / processor: Fix the return value of acpi_processor_ids_walk()
778 - cpufreq: dt: Try freeing static OPPs only if we have added them
779 - mtd: rawnand: atmel: Fix potential NULL pointer dereference
780 - signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack
781 - Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth
782 - x86: boot: Fix EFI stub alignment
783 - pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux
784 - brcmfmac: fix for proper support of 160MHz bandwidth
785 - net: phy: phylink: ensure the carrier is off when starting phylink
786 - block, bfq: correctly charge and reset entity service in all cases
787 - kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
788 - ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers
789 - pinctrl: qcom: spmi-mpp: Fix drive strength setting
790 - pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant
791 - pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant
792 - net: dsa: mv88e6xxx: Fix writing to a PHY page.
793 - iwlwifi: mvm: fix BAR seq ctrl reporting
794 - ixgbevf: VF2VF TCP RSS
795 - ath10k: schedule hardware restart if WMI command times out
796 - thermal: da9062/61: Prevent hardware access during system suspend
797 - cgroup, netclassid: add a preemption point to write_classid
798 - scsi: esp_scsi: Track residual for PIO transfers
799 - UAPI: ndctl: Fix g++-unsupported initialisation in headers
800 - KVM: nVMX: Clear reserved bits of #DB exit qualification
801 - scsi: megaraid_sas: fix a missing-check bug
802 - RDMA/core: Do not expose unsupported counters
803 - IB/ipoib: Clear IPCB before icmp_send
804 - RDMA/bnxt_re: Fix recursive lock warning in debug kernel
805 - usb: host: ohci-at91: fix request of irq for optional gpio
806 - PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic
807 - tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated
808 - Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask
809 - VMCI: Resource wildcard match fixed
810 - PCI / ACPI: Enable wake automatically for power managed bridges
811 - usb: gadget: udc: atmel: handle at91sam9rl PMC
812 - ext4: fix argument checking in EXT4_IOC_MOVE_EXT
813 - MD: fix invalid stored role for a disk
814 - f2fs: fix to recover inode's i_flags during POR
815 - PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice
816 - coresight: etb10: Fix handling of perf mode
817 - PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode
818 - crypto: caam - fix implicit casts in endianness helpers
819 - usb: chipidea: Prevent unbalanced IRQ disable
820 - driver/dma/ioat: Call del_timer_sync() without holding prep_lock
821 - uio: ensure class is registered before devices
822 - scsi: lpfc: Correct soft lockup when running mds diagnostics
823 - scsi: lpfc: Correct race with abort on completion path
824 - f2fs: report error if quota off error during umount
825 - signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace
826 init
827 - mfd: menelaus: Fix possible race condition and leak
828 - dmaengine: dma-jz4780: Return error if not probed from DT
829 - IB/rxe: fix for duplicate request processing and ack psns
830 - ALSA: hda: Check the non-cached stream buffers more explicitly
831 - cpupower: Fix AMD Family 0x17 msr_pstate size
832 - f2fs: fix to account IO correctly
833 - ARM: dts: exynos: Remove "cooling-{min|max}-level" for CPU nodes
834 - arm: dts: exynos: Add missing cooling device properties for CPUs
835 - ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings
836 - ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250
837 - xen-swiotlb: use actually allocated size on check physical continuous
838 - tpm: Restore functionality to xen vtpm driver.
839 - xen/blkfront: avoid NULL blkfront_info dereference on device removal
840 - xen/balloon: Support xend-based toolstack
841 - xen: fix race in xen_qlock_wait()
842 - xen: make xen_qlock_wait() nestable
843 - xen/pvh: increase early stack size
844 - xen/pvh: don't try to unplug emulated devices
845 - libertas: don't set URB_ZERO_PACKET on IN USB transfer
846 - usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten
847 - usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"
848 - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()
849 - net/ipv4: defensive cipso option parsing
850 - dmaengine: ppc4xx: fix off-by-one build failure
851 - dmaengine: stm32-dma: fix incomplete configuration in cyclic mode
852 - libnvdimm: Hold reference on parent while scheduling async init
853 - libnvdimm, region: Fail badblocks listing for inactive regions
854 - ASoC: intel: skylake: Add missing break in skl_tplg_get_token()
855 - IB/mlx5: Fix MR cache initialization
856 - jbd2: fix use after free in jbd2_log_do_checkpoint()
857 - gfs2_meta: ->mount() can get NULL dev_name
858 - ext4: initialize retries variable in ext4_da_write_inline_data_begin()
859 - ext4: fix setattr project check in fssetxattr ioctl
860 - ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR
861 - ext4: fix use-after-free race in ext4_remount()'s error path
862 - EDAC, amd64: Add Family 17h, models 10h-2fh support
863 - EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting
864 - EDAC, skx_edac: Fix logical channel intermediate decoding
865 - ARM: dts: dra7: Fix up unaligned access setting for PCIe EP
866 - PCI/ASPM: Fix link_state teardown on device removal
867 - PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk
868 - PCI: vmd: White list for fast interrupt handlers
869 - signal/GenWQE: Fix sending of SIGKILL
870 - signal: Guard against negative signal numbers in copy_siginfo_from_user32
871 - crypto: lrw - Fix out-of bounds access on counter overflow
872 - crypto: tcrypt - fix ghash-generic speed test
873 - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()
874 - ima: fix showing large 'violations' or 'runtime_measurements_count'
875 - hugetlbfs: dirty pages as they are added to pagecache
876 - mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
877 - KVM: arm64: Fix caching of host MDCR_EL2 value
878 - kbuild: fix kernel/bounds.c 'W=1' warning
879 - iio: ad5064: Fix regulator handling
880 - iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()
881 - iio: adc: at91: fix acking DRDY irq on simple conversions
882 - iio: adc: at91: fix wrong channel number in triggered buffer mode
883 - w1: omap-hdq: fix missing bus unregister at removal
884 - smb3: allow stats which track session and share reconnects to be reset
885 - smb3: do not attempt cifs operation in smb3 query info error path
886 - smb3: on kerberos mount if server doesn't specify auth type use krb5
887 - printk: Fix panic caused by passing log_buf_len to command line
888 - genirq: Fix race on spurious interrupt detection
889 - NFSv4.1: Fix the r/wsize checking
890 - nfs: Fix a missed page unlock after pg_doio()
891 - nfsd: Fix an Oops in free_session()
892 - lockd: fix access beyond unterminated strings in prints
893 - dm ioctl: harden copy_params()'s copy_from_user() from malicious users
894 - dm zoned: fix metadata block ref counting
895 - dm zoned: fix various dmz_get_mblock() issues
896 - powerpc/msi: Fix compile error on mpc83xx
897 - MIPS: OCTEON: fix out of bounds array access on CN68XX
898 - iommu/arm-smmu: Ensure that page-table updates are visible before TLBI
899 - TC: Set DMA masks for devices
900 - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD
901 - kgdboc: Passing ekgdboc to command line causes panic
902 - xen: fix xen_qlock_wait()
903 - xen-blkfront: fix kernel panic with negotiate_mq error path
904 - media: em28xx: use a default format if TRY_FMT fails
905 - media: tvp5150: avoid going past array on v4l2_querymenu()
906 - media: em28xx: fix input name for Terratec AV 350
907 - media: em28xx: make v4l2-compliance happier by starting sequence on zero
908 - media: media colorspaces*.rst: rename AdobeRGB to opRGB
909 - arm64: lse: remove -fcall-used-x0 flag
910 - rpmsg: smd: fix memory leak on channel create
911 - Cramfs: fix abad comparison when wrap-arounds occur
912 - ARM: dts: socfpga: Fix SDRAM node address for Arria10
913 - arm64: dts: stratix10: Correct System Manager register size
914 - soc/tegra: pmc: Fix child-node lookup
915 - btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled
916 - btrfs: Handle owner mismatch gracefully when walking up tree
917 - btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock
918 - btrfs: fix error handling in free_log_tree
919 - btrfs: Enhance btrfs_trim_fs function to handle error better
920 - btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
921 - btrfs: iterate all devices during trim, instead of fs_devices::alloc_list
922 - btrfs: don't attempt to trim devices that don't support it
923 - btrfs: wait on caching when putting the bg cache
924 - btrfs: protect space cache inode alloc with GFP_NOFS
925 - btrfs: reset max_extent_size on clear in a bitmap
926 - btrfs: make sure we create all new block groups
927 - Btrfs: fix warning when replaying log after fsync of a tmpfile
928 - Btrfs: fix wrong dentries after fsync of file that got its parent replaced
929 - btrfs: qgroup: Dirty all qgroups before rescan
930 - Btrfs: fix null pointer dereference on compressed write path error
931 - Btrfs: fix assertion on fsync of regular file when using no-holes feature
932 - btrfs: set max_extent_size properly
933 - btrfs: don't use ctl->free_space for max_extent_size
934 - btrfs: only free reserved extent if we didn't insert it
935 - btrfs: don't run delayed_iputs in commit
936 - btrfs: move the dio_sem higher up the callchain
937 - Btrfs: fix use-after-free during inode eviction
938 - Btrfs: fix use-after-free when dumping free space
939 - Btrfs: fix fsync after hole punching when using no-holes feature
940 - net: sched: Remove TCA_OPTIONS from policy
941 - bpf: wait for running BPF programs when updating map-in-map
942 - MD: fix invalid stored role for a disk - try2
943 - mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash
944 - mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus
945 - bcache: correct dirty data statistics
946 - block: don't deal with discard limit in blkdev_issue_discard()
947 - block: make sure discard bio is aligned with logical block size
948 - block: make sure writesame bio is aligned with logical block size
949 - dma-mapping: fix panic caused by passing empty cma command line argument
950 - ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer()
951 - ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended
952 opcodes
953 - kprobes/x86: Use preempt_enable() in optimized_callback()
954 - mailbox: PCC: handle parse error
955 - ALSA: hda: Add 2 more models to the power_save blacklist
956 - drm: fix use of freed memory in drm_mode_setcrtc
957 - nvme: remove ns sibling before clearing path
958 - nfp: flower: fix pedit set actions for multiple partial masks
959 - nfp: flower: use offsets provided by pedit instead of index for ipv6
960 - perf report: Don't crash on invalid inline debug information
961 - drm: Get ref on CRTC commit object when waiting for flip_done
962 - net: socionext: Reset tx queue in ndo_stop
963 - lightnvm: pblk: fix race on sysfs line state
964 - lightnvm: pblk: fix race condition on metadata I/O
965 - bcache: Populate writeback_rate_minimum attribute
966 - sdhci: acpi: add free_slot callback
967 - mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset
968 - iwlwifi: mvm: check for n_profiles validity in EWRD ACPI
969 - ACPI/PPTT: Handle architecturally unknown cache types
970 - ACPI / PM: LPIT: Register sysfs attributes based on FADT
971 - pinctrl: sunxi: fix 'pctrl->functions' allocation in
972 sunxi_pinctrl_build_state
973 - arm64: entry: Allow handling of undefined instructions from EL1
974 - bpf/verifier: fix verifier instability
975 - gpio: brcmstb: allow 0 width GPIO banks
976 - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9
977 - thermal: rcar_thermal: Prevent doing work after unbind
978 - net: stmmac: dwmac-sun8i: fix OF child-node lookup
979 - f2fs: clear PageError on the read path
980 - xprtrdma: Reset credit grant properly after a disconnect
981 - nvmem: check the return value of nvmem_add_cells()
982 - f2fs: avoid sleeping under spin_lock
983 - f2fs: fix to recover cold bit of inode block during POR
984 - OPP: Free OPP table properly on performance state irregularities
985 - IB/rxe: Revise the ib_wr_opcode enum
986 - ext4: fix EXT4_IOC_SWAP_BOOT
987 - selinux: fix mounting of cgroup2 under older policies
988 - KVM: arm/arm64: Ensure only THP is candidate for adjustment
989 - NFC: nfcmrvl_uart: fix OF child-node lookup
990 - media: ov7670: make "xclk" clock optional
991 - powerpc/tm: Fix HFSCR bit for no suspend case
992 - powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9
993 - MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regression
994 - power: supply: twl4030-charger: fix OF sibling-node lookup
995 - ocxl: Fix access to the AFU Descriptor Data
996 - net: bcmgenet: fix OF child-node lookup
997 - media: cec: make cec_get_edid_spa_location() an inline function
998 - media: cec: integrate cec_validate_phys_addr() in cec-api.c
999 - media: adv7604: when the EDID is cleared, unconfigure CEC as well
1000 - media: adv7842: when the EDID is cleared, unconfigure CEC as well
1001 - drm/mediatek: fix OF sibling-node lookup
1002 - media: replace ADOBERGB by OPRGB
1003 - media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC
1004 - btrfs: fix error handling in btrfs_dev_replace_start
1005 - btrfs: keep trim from interfering with transaction commits
1006 - Btrfs: don't clean dirty pages during buffered writes
1007 - btrfs: release metadata before running delayed refs
1008 - Btrfs: fix deadlock when writing out free space caches
1009 - btrfs: reset max_extent_size properly
1010 - btrfs: fix insert_reserved error handling
1011 - powerpc/traps: restore recoverability of machine_check interrupts
1012 - powerpc/64/module: REL32 relocation range check
1013 - powerpc/mm: Fix page table dump to work on Radix
1014 - powerpc/eeh: Fix possible null deref in eeh_dump_dev_log()
1015 - tty: check name length in tty_find_polling_driver()
1016 - ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL
1017 - powerpc/nohash: fix undefined behaviour when testing page size support
1018 - powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak
1019 - drm/omap: fix memory barrier bug in DMM driver
1020 - drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer
1021 - media: pci: cx23885: handle adding to list failure
1022 - media: coda: don't overwrite h.264 profile_idc on decoder instance
1023 - MIPS: kexec: Mark CPU offline before disabling local IRQ
1024 - powerpc/boot: Ensure _zimage_start is a weak symbol
1025 - powerpc/memtrace: Remove memory in chunks
1026 - MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS
1027 - sc16is7xx: Fix for multi-channel stall
1028 - media: tvp5150: fix width alignment during set_selection()
1029 - powerpc/selftests: Wait all threads to join
1030 - staging:iio:ad7606: fix voltage scales
1031 - 9p locks: fix glock.client_id leak in do_lock
1032 - 9p: clear dangling pointers in p9stat_free
1033 - ovl: fix error handling in ovl_verify_set_fh()
1034 - scsi: qla2xxx: Fix incorrect port speed being set for FC adapters
1035 - scsi: qla2xxx: Fix process response queue for ISP26XX and above
1036 - scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx
1037 - scsi: qla2xxx: shutdown chip if reset fail
1038 - scsi: qla2xxx: Fix re-using LoopID when handle is in use
1039 - ovl: fix recursive oi->lock in ovl_link()
1040 - MIPS: Loongson-3: Fix CPU UART irq delivery problem
1041 - MIPS: Loongson-3: Fix BRIDGE irq delivery problem
1042 - xtensa: add NOTES section to the linker script
1043 - xtensa: make sure bFLT stack is 16 byte aligned
1044 - xtensa: fix boot parameters address translation
1045 - um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP
1046 - clk: s2mps11: Fix matching when built as module and DT node contains
1047 compatible
1048 - clk: at91: Fix division by zero in PLL recalc_rate()
1049 - clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call
1050 - clk: mvebu: use correct bit for 98DX3236 NAND
1051 - libceph: bump CEPH_MSG_MAX_DATA_LEN
1052 - mach64: fix display corruption on big endian machines
1053 - mach64: fix image corruption due to reading accelerator registers
1054 - reset: hisilicon: fix potential NULL pointer dereference
1055 - vhost/scsi: truncate T10 PI iov_iter to prot_bytes
1056 - scsi: qla2xxx: Initialize port speed to avoid setting lower speed
1057 - SCSI: fix queue cleanup race before queue initialization is done
1058 - soc: ti: QMSS: Fix usage of irq_set_affinity_hint
1059 - ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry
1060 - ocfs2: free up write context when direct IO failed
1061 - mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
1062 - netfilter: conntrack: fix calculation of next bucket number in early_drop
1063 - ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
1064 - mtd: docg3: don't set conflicting BCH_CONST_PARAMS option
1065 - of, numa: Validate some distance map rules
1066 - x86/cpu/vmware: Do not trace vmware_sched_clock()
1067 - x86/hyper-v: Enable PIT shutdown quirk
1068 - termios, tty/tty_baudrate.c: fix buffer overrun
1069 - arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
1070 - watchdog/core: Add missing prototypes for weak functions
1071 - btrfs: fix pinned underflow after transaction aborted
1072 - Btrfs: fix cur_offset in the error case for nocow
1073 - Btrfs: fix infinite loop on inode eviction after deduplication of eof block
1074 - Btrfs: fix data corruption due to cloning of eof block
1075 - clockevents/drivers/i8253: Add support for PIT shutdown quirk
1076 - ext4: add missing brelse() update_backups()'s error path
1077 - ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
1078 - ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
1079 - ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
1080 - ext4: missing !bh check in ext4_xattr_inode_write()
1081 - ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
1082 - ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()
1083 - ext4: avoid buffer leak in ext4_orphan_add() after prior errors
1084 - ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
1085 - ext4: avoid possible double brelse() in add_new_gdb() on error path
1086 - ext4: fix possible leak of sbi->s_group_desc_leak in error path
1087 - ext4: fix possible leak of s_journal_flag_rwsem in error path
1088 - ext4: fix buffer leak in ext4_xattr_get_block() on error path
1089 - ext4: release bs.bh before re-using in ext4_xattr_block_find()
1090 - ext4: fix buffer leak in ext4_xattr_move_to_block() on error path
1091 - ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path
1092 - ext4: fix buffer leak in __ext4_read_dirblock() on error path
1093 - mount: Prevent MNT_DETACH from disconnecting locked mounts
1094 - kdb: use correct pointer when 'btc' calls 'btt'
1095 - kdb: print real address of pointers instead of hashed addresses
1096 - sunrpc: correct the computation for page_ptr when truncating
1097 - rtc: hctosys: Add missing range error reporting
1098 - configfs: replace strncpy with memcpy
1099 - gfs2: Put bitmap buffers in put_super
1100 - lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn
1101 - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!
1102 - mm/swapfile.c: use kvzalloc for swap_info_struct allocation
1103 - efi/arm/libstub: Pack FDT after populating it
1104 - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
1105 - drm/nouveau: Check backlight IDs are >= 0, not > 0
1106 - drm/dp_mst: Check if primary mstb is null
1107 - drm/i915: Restore vblank interrupts earlier
1108 - drm/i915: Don't unset intel_connector->mst_port
1109 - drm/i915: Skip vcpi allocation for MSTB ports that are gone
1110 - drm/i915: Large page offsets for pread/pwrite
1111 - drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values
1112 - drm/i915: Don't oops during modeset shutdown after lpe audio deinit
1113 - drm/i915: Mark pin flags as u64
1114 - drm/i915/execlists: Force write serialisation into context image vs
1115 execution
1116 - CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM
1117 - ovl: check whiteout in ovl_create_over_whiteout()
1118 - nvme-loop: fix kernel oops in case of unhandled command
1119 - Input: wm97xx-ts - fix exit path
1120 - powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS
1121 - tracing/kprobes: Check the probe on unloaded module correctly
1122 - drm/amdgpu/powerplay: fix missing break in switch statements
1123 - udf: Prevent write-unsupported filesystem to be remounted read-write
1124 - serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
1125 - zram: close udev startup race condition as default groups
1126 - clk: rockchip: fix wrong mmc sample phase shift for rk3328
1127 - bonding/802.3ad: fix link_failure_count tracking
1128 - hwmon: (core) Fix double-free in __hwmon_device_register()
1129 - perf stat: Handle different PMU names with common prefix
1130 - mnt: fix __detach_mounts infinite loop
1131 - NFSv4: Don't exit the state manager without clearing
1132 NFS4CLNT_MANAGER_RUNNING
1133 - libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD
1134 - drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit
1135 panel's native mode
1136 - drm/i915: Fix ilk+ watermarks when disabling pipes
1137 - drm/i915: Fix possible race in intel_dp_add_mst_connector()
1138
1139 * [SRU][B/B-OEM]Fix resume failure on some TPM chips (LP: #1836031)
1140 - tpm: tpm_try_transmit() refactor error flow.
1141
1142 * Linux md raid-10 freezes during resync (LP: #1767992)
1143 - md: fix raid10 hang issue caused by barrier
1144
1145 * hda/realtek: can't detect external mic on a Dell machine (LP: #1836755)
1146 - ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine
1147
1148 * CVE-2019-12614
1149 - powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()
1150
1151 * x86: mm: early boot problem on i386 with KPTI enabled (LP: #1827884)
1152 - Revert "perf/core: Make sure the ring-buffer is mapped in all page-tables"
1153 - x86/mm: Clarify hardware vs. software "error_code"
1154 - x86/mm: Break out kernel address space handling
1155 - x86/mm: Break out user address space handling
1156 - x86/mm/fault: Allow stack access below %rsp
1157
1158 * bnx2x driver causes 100% CPU load (LP: #1832082)
1159 - bnx2x: Prevent ptp_task to be rescheduled indefinitely
1160
1161 * Sometimes touchpad detected as mouse(i2c designware fails to get adapter
1162 number) (LP: #1835150)
1163 - i2c: i2c-designware-platdrv: Cleanup setting of the adapter number
1164 - i2c: i2c-designware-platdrv: Always use a dynamic adapter number
1165
1166 * HP EliteBook 745 G5 (Ryzen 2500U) fails to boot unless `mce=off` is set on
1167 command line (LP: #1796443)
1168 - x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 models
1169 - x86/MCE/AMD: Carve out the MC4_MISC thresholding quirk
1170 - x86/MCE: Add an MCE-record filtering function
1171 - x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h models
1172
1173 * Bionic update: upstream stable patchset 2019-07-15 (LP: #1836654)
1174 - media: af9035: prevent buffer overflow on write
1175 - batman-adv: Avoid probe ELP information leak
1176 - batman-adv: Fix segfault when writing to throughput_override
1177 - batman-adv: Fix segfault when writing to sysfs elp_interval
1178 - batman-adv: Prevent duplicated gateway_node entry
1179 - batman-adv: Prevent duplicated nc_node entry
1180 - batman-adv: Prevent duplicated softif_vlan entry
1181 - batman-adv: Prevent duplicated global TT entry
1182 - batman-adv: Prevent duplicated tvlv handler
1183 - batman-adv: fix backbone_gw refcount on queue_work() failure
1184 - batman-adv: fix hardif_neigh refcount on queue_work() failure
1185 - clocksource/drivers/ti-32k: Add CLOCK_SOURCE_SUSPEND_NONSTOP flag for non-
1186 am43 SoCs
1187 - scsi: ibmvscsis: Fix a stringop-overflow warning
1188 - scsi: ibmvscsis: Ensure partition name is properly NUL terminated
1189 - intel_th: pci: Add Ice Lake PCH support
1190 - Input: atakbd - fix Atari keymap
1191 - Input: atakbd - fix Atari CapsLock behaviour
1192 - net: emac: fix fixed-link setup for the RTL8363SB switch
1193 - ravb: do not write 1 to reserved bits
1194 - PCI: dwc: Fix scheduling while atomic issues
1195 - drm: mali-dp: Call drm_crtc_vblank_reset on device init
1196 - scsi: ipr: System hung while dlpar adding primary ipr adapter back
1197 - scsi: sd: don't crash the host on invalid commands
1198 - net/mlx4: Use cpumask_available for eq->affinity_mask
1199 - clocksource/drivers/fttmr010: Fix set_next_event handler
1200 - powerpc/tm: Fix userspace r13 corruption
1201 - powerpc/tm: Avoid possible userspace r1 corruption on reclaim
1202 - iommu/amd: Return devid as alias for ACPI HID devices
1203 - ARC: build: Get rid of toolchain check
1204 - ARC: build: Don't set CROSS_COMPILE in arch's Makefile
1205 - HID: quirks: fix support for Apple Magic Keyboards
1206 - staging: ccree: check DMA pool buf !NULL before free
1207 - net/smc: fix sizeof to int comparison
1208 - qed: Fix populating the invalid stag value in multi function mode.
1209 - RDMA/uverbs: Fix validity check for modify QP
1210 - bpf: test_maps, only support ESTABLISHED socks
1211 - RDMA/bnxt_re: Fix system crash during RDMA resource initialization
1212 - RISC-V: include linux/ftrace.h in asm-prototypes.h
1213 - powerpc/numa: Use associativity if VPHN hcall is successful
1214 - x86/boot: Fix kexec booting failure in the SEV bit detection code
1215 - xfrm: Validate address prefix lengths in the xfrm selector.
1216 - xfrm6: call kfree_skb when skb is toobig
1217 - xfrm: reset transport header back to network header after all input
1218 transforms ahave been applied
1219 - xfrm: reset crypto_done when iterating over multiple input xfrms
1220 - mac80211: Always report TX status
1221 - cfg80211: reg: Init wiphy_idx in regulatory_hint_core()
1222 - mac80211: fix pending queue hang due to TX_DROP
1223 - cfg80211: Address some corner cases in scan result channel updating
1224 - mac80211: TDLS: fix skb queue/priority assignment
1225 - mac80211: fix TX status reporting for ieee80211s
1226 - ARM: 8799/1: mm: fix pci_ioremap_io() offset check
1227 - xfrm: validate template mode
1228 - netfilter: bridge: Don't sabotage nf_hook calls from an l3mdev
1229 - arm64: hugetlb: Fix handling of young ptes
1230 - ARM: dts: BCM63xx: Fix incorrect interrupt specifiers
1231 - net: macb: Clean 64b dma addresses if they are not detected
1232 - soc: fsl: qbman: qman: avoid allocating from non existing gen_pool
1233 - soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift()
1234 - mac80211_hwsim: do not omit multicast announce of first added radio
1235 - Bluetooth: SMP: fix crash in unpairing
1236 - pxa168fb: prepare the clock
1237 - qed: Avoid implicit enum conversion in qed_set_tunn_cls_info
1238 - qed: Fix mask parameter in qed_vf_prep_tunn_req_tlv
1239 - qed: Avoid implicit enum conversion in qed_roce_mode_to_flavor
1240 - qed: Avoid constant logical operation warning in qed_vf_pf_acquire
1241 - qed: Avoid implicit enum conversion in qed_iwarp_parse_rx_pkt
1242 - asix: Check for supported Wake-on-LAN modes
1243 - ax88179_178a: Check for supported Wake-on-LAN modes
1244 - lan78xx: Check for supported Wake-on-LAN modes
1245 - sr9800: Check for supported Wake-on-LAN modes
1246 - r8152: Check for supported Wake-on-LAN Modes
1247 - smsc75xx: Check for Wake-on-LAN modes
1248 - smsc95xx: Check for Wake-on-LAN modes
1249 - cfg80211: fix use-after-free in reg_process_hint()
1250 - perf/core: Fix perf_pmu_unregister() locking
1251 - perf/ring_buffer: Prevent concurent ring buffer access
1252 - perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKX
1253 - perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf events
1254 - net: fec: fix rare tx timeout
1255 - declance: Fix continuation with the adapter identification message
1256 - locking/ww_mutex: Fix runtime warning in the WW mutex selftest
1257 - be2net: don't flip hw_features when VXLANs are added/deleted
1258 - net: cxgb3_main: fix a missing-check bug
1259 - yam: fix a missing-check bug
1260 - ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()
1261 - iwlwifi: mvm: check for short GI only for OFDM
1262 - iwlwifi: dbg: allow wrt collection before ALIVE
1263 - iwlwifi: fix the ALIVE notification layout
1264 - usbip: vhci_hcd: update 'status' file header and format
1265 - net/mlx5: Fix mlx5_get_vector_affinity function
1266 - powerpc/pseries: Add empty update_numa_cpu_lookup_table() for NUMA=n
1267 - dm integrity: fail early if required HMAC key is not available
1268 - net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211b
1269 - net: phy: Add general dummy stubs for MMD register access
1270 - scsi: qla2xxx: Avoid double completion of abort command
1271 - kbuild: set no-integrated-as before incl. arch Makefile
1272 - IB/mlx5: Avoid passing an invalid QP type to firmware
1273 - l2tp: remove configurable payload offset
1274 - cifs: Use ULL suffix for 64-bit constant
1275 - KVM: x86: Update the exit_qualification access bits while walking an address
1276 - sparc64: Fix regression in pmdp_invalidate().
1277 - tpm: move the delay_msec increment after sleep in tpm_transmit()
1278 - bpf: sockmap, map_release does not hold refcnt for pinned maps
1279 - tpm: tpm_crb: relinquish locality on error path.
1280 - IB/usnic: Update with bug fixes from core code
1281 - mmc: dw_mmc-rockchip: correct property names in debug
1282 - MIPS: Workaround GCC __builtin_unreachable reordering bug
1283 - iio: buffer: fix the function signature to match implementation
1284 - selftests/powerpc: Add ptrace hw breakpoint test
1285 - scsi: ibmvfc: Avoid unnecessary port relogin
1286 - scsi: sd: Remember that READ CAPACITY(16) succeeded
1287 - btrfs: quota: Set rescan progress to (u64)-1 if we hit last leaf
1288 - net: phy: phylink: Don't release NULL GPIO
1289 - x86/paravirt: Fix some warning messages
1290 - net: stmmac: mark PM functions as __maybe_unused
1291 - kconfig: fix the rule of mainmenu_stmt symbol
1292 - libertas: call into generic suspend code before turning off power
1293 - compiler.h: Allow arch-specific asm/compiler.h
1294 - ARM: dts: imx53-qsb: disable 1.2GHz OPP
1295 - perf python: Use -Wno-redundant-decls to build with PYTHON=python3
1296 - rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()
1297 - rxrpc: Only take the rwind and mtu values from latest ACK
1298 - rxrpc: Fix connection-level abort handling
1299 - selftests: rtnetlink.sh explicitly requires bash.
1300 - fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()
1301 - mtd: spi-nor: Add support for is25wp series chips
1302 - ARM: dts: r8a7790: Correct critical CPU temperature
1303 - media: uvcvideo: Fix driver reference counting
1304 - Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing"
1305 - perf tools: Disable parallelism for 'make clean'
1306 - drm/i915/gvt: fix memory leak of a cmd_entry struct on error exit path
1307 - bridge: do not add port to router list when receives query with source
1308 0.0.0.0
1309 - net: bridge: remove ipv6 zero address check in mcast queries
1310 - ipv6: mcast: fix a use-after-free in inet6_mc_check
1311 - ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are
1312 called
1313 - llc: set SOCK_RCU_FREE in llc_sap_add_socket()
1314 - net: fec: don't dump RX FIFO register when not available
1315 - net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs
1316 - net: sched: gred: pass the right attribute to gred_change_table_def()
1317 - net: socket: fix a missing-check bug
1318 - net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules
1319 - net: udp: fix handling of CHECKSUM_COMPLETE packets
1320 - r8169: fix NAPI handling under high load
1321 - sctp: fix race on sctp_id2asoc
1322 - udp6: fix encap return code for resubmitting
1323 - virtio_net: avoid using netif_tx_disable() for serializing tx routine
1324 - ethtool: fix a privilege escalation bug
1325 - bonding: fix length of actor system
1326 - ip6_tunnel: Fix encapsulation layout
1327 - openvswitch: Fix push/pop ethernet validation
1328 - net/mlx5: Take only bit 24-26 of wqe.pftype_wq for page fault type
1329 - net: sched: Fix for duplicate class dump
1330 - net: drop skb on failure in ip_check_defrag()
1331 - net: fix pskb_trim_rcsum_slow() with odd trim offset
1332 - net/mlx5e: fix csum adjustments caused by RXFCS
1333 - rtnetlink: Disallow FDB configuration for non-Ethernet device
1334 - net: ipmr: fix unresolved entry dumps
1335 - net: bcmgenet: Poll internal PHY for GENETv5
1336 - net/sched: cls_api: add missing validation of netlink attributes
1337 - net/mlx5: Fix build break when CONFIG_SMP=n
1338 - mac80211_hwsim: fix locking when iterating radios during ns exit
1339 - rxrpc: Fix checks as to whether we should set up a new call
1340 - rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socket
1341 - thunderbolt: Do not handle ICM events after domain is stopped
1342 - thunderbolt: Initialize after IOMMUs
1343 - RISCV: Fix end PFN for low memory
1344 - drm/amd/display: Signal hw_done() after waiting for flip_done()
1345 - powerpc/numa: Skip onlining a offline node in kdump path
1346 - mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctl
1347 - perf report: Don't try to map ip to invalid map
1348 - perf record: Use unmapped IP for inline callchain cursors
1349 - rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()
1350 - gpio: Assign gpio_irq_chip::parents to non-stack pointer
1351 - IB/mlx5: Unmap DMA addr from HCA before IOMMU
1352 - rds: RDS (tcp) hangs on sendto() to unresponding address
1353 - sparc64: Export __node_distance.
1354 - sparc64: Make corrupted user stacks more debuggable.
1355 - sparc64: Make proc_id signed.
1356 - sparc64: Set %l4 properly on trap return after handling signals.
1357 - sparc: Fix single-pcr perf event counter management.
1358 - sparc: Fix syscall fallback bugs in VDSO.
1359 - sparc: Throttle perf events properly.
1360 - eeprom: at24: Add support for address-width property
1361 - vfs: swap names of {do,vfs}_clone_file_range()
1362 - bpf: fix partial copy of map_ptr when dst is scalar
1363 - gpio: mxs: Get rid of external API call
1364 - xfs: truncate transaction does not modify the inobt
1365 - cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)
1366 - drm/edid: VSDB yCBCr420 Deep Color mode bit definitions
1367 - drm: fb-helper: Reject all pixel format changing requests
1368 - cdc-acm: do not reset notification buffer index upon urb unlinking
1369 - cdc-acm: correct counting of UART states in serial state notification
1370 - cdc-acm: fix race between reset and control messaging
1371 - usb: usbip: Fix BUG: KASAN: slab-out-of-bounds in vhci_hub_control()
1372 - USB: fix the usbfs flag sanitization for control transfers
1373 - Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15IGM
1374 - sched/fair: Fix throttle_list starvation with low CFS quota
1375 - x86/tsc: Force inlining of cyc2ns bits
1376 - x86, hibernate: Fix nosave_regions setup for hibernation
1377 - x86/percpu: Fix this_cpu_read()
1378 - x86/time: Correct the attribute on jiffies' definition
1379 - x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context
1380 switch if there is an FPU
1381 - clk: sunxi-ng: sun4i: Set VCO and PLL bias current to lowest setting
1382 - drm/sun4i: Fix an ulong overflow in the dotclock driver
1383 - x86/swiotlb: Enable swiotlb for > 4GiG RAM on 32-bit kernels
1384
1385 * Colour banding in HP Pavilion 15-n233sl integrated display (LP: #1794387) //
1386 Bionic update: upstream stable patchset 2019-07-15 (LP: #1836654)
1387 - drm/edid: Add 6 bpc quirk for BOE panel in HP Pavilion 15-n233sl
1388
1389 * Bionic update: upstream stable patchset 2019-07-12 (LP: #1836426)
1390 - drm/amd/pp: initialize result to before or'ing in data
1391 - drm/amdgpu: add another ATPX quirk for TOPAZ
1392 - tools/power turbostat: fix possible sprintf buffer overflow
1393 - mac80211: Run TXQ teardown code before de-registering interfaces
1394 - mac80211_hwsim: require at least one channel
1395 - btrfs: btrfs_shrink_device should call commit transaction at the end
1396 - scsi: csiostor: add a check for NULL pointer after kmalloc()
1397 - mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_X
1398 - mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_X
1399 - gpio: adp5588: Fix sleep-in-atomic-context bug
1400 - mac80211: mesh: fix HWMP sequence numbering to follow standard
1401 - mac80211: avoid kernel panic when building AMSDU from non-linear SKB
1402 - gpiolib: acpi: Switch to cansleep version of GPIO library call
1403 - gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcall
1404 - cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IE
1405 - mac80211: do not convert to A-MSDU if frag/subframe limited
1406 - mac80211: always account for A-MSDU header changes
1407 - tools/kvm_stat: fix handling of invalid paths in debugfs provider
1408 - gpio: Fix crash due to registration race
1409 - ARC: atomics: unbork atomic_fetch_##op()
1410 - md/raid5-cache: disable reshape completely
1411 - RAID10 BUG_ON in raise_barrier when force is true and conf->barrier is 0
1412 - i2c: uniphier: issue STOP only for last message or I2C_M_STOP
1413 - i2c: uniphier-f: issue STOP only for last message or I2C_M_STOP
1414 - net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()
1415 - fs/cifs: don't translate SFM_SLASH (U+F026) to backslash
1416 - mac80211: fix an off-by-one issue in A-MSDU max_subframe computation
1417 - cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()
1418 - mac80211: fix a race between restart and CSA flows
1419 - mac80211: Fix station bandwidth setting after channel switch
1420 - mac80211: don't Tx a deauth frame if the AP forbade Tx
1421 - mac80211: shorten the IBSS debug messages
1422 - tools/vm/slabinfo.c: fix sign-compare warning
1423 - tools/vm/page-types.c: fix "defined but not used" warning
1424 - mm: madvise(MADV_DODUMP): allow hugetlbfs pages
1425 - netfilter: xt_cluster: add dependency on conntrack module
1426 - HID: add support for Apple Magic Keyboards
1427 - usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]
1428 - HID: hid-saitek: Add device ID for RAT 7 Contagion
1429 - scsi: qedi: Add the CRC size within iSCSI NVM image
1430 - perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()
1431 - perf util: Fix bad memory access in trace info.
1432 - perf probe powerpc: Ignore SyS symbols irrespective of endianness
1433 - netfilter: nf_tables: release chain in flushing set
1434 - Revert "iio: temperature: maxim_thermocouple: add MAX31856 part"
1435 - RDMA/ucma: check fd type in ucma_migrate_id()
1436 - HID: sensor-hub: Restore fixup for Lenovo ThinkPad Helix 2 sensor hub report
1437 - USB: yurex: Check for truncation in yurex_read()
1438 - nvmet-rdma: fix possible bogus dereference under heavy load
1439 - net/mlx5: Consider PCI domain in search for next dev
1440 - drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOS
1441 - drm/nouveau/disp: fix DP disable race
1442 - dm raid: fix rebuild of specific devices by updating superblock
1443 - fs/cifs: suppress a string overflow warning
1444 - perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing
1445 CPUs
1446 - dm thin metadata: try to avoid ever aborting transactions
1447 - arch/hexagon: fix kernel/dma.c build warning
1448 - hexagon: modify ffs() and fls() to return int
1449 - arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"
1450 - drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunk
1451 - r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLED
1452 - s390/qeth: don't dump past end of unknown HW header
1453 - cifs: read overflow in is_valid_oplock_break()
1454 - xen/manage: don't complain about an empty value in control/sysrq node
1455 - xen: avoid crash in disable_hotplug_cpu
1456 - xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usage
1457 - ovl: fix access beyond unterminated strings
1458 - ovl: fix memory leak on unlink of indexed file
1459 - ovl: fix format of setxattr debug
1460 - sysfs: Do not return POSIX ACL xattrs via listxattr
1461 - smb2: fix missing files in root share directory listing
1462 - iommu/amd: Clear memory encryption mask from physical address
1463 - crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe()
1464 - crypto: mxs-dcp - Fix wait logic on chan threads
1465 - crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic
1466 - gpiolib: Free the last requested descriptor
1467 - Drivers: hv: vmbus: Use get/put_cpu() in vmbus_connect()
1468 - tools: hv: fcopy: set 'error' in case an unknown operation was requested
1469 - ocfs2: fix locking for res->tracking and dlm->tracking_list
1470 - ixgbe: check return value of napi_complete_done()
1471 - dm thin metadata: fix __udivdi3 undefined on 32-bit
1472 - Btrfs: fix unexpected failure of nocow buffered writes after snapshotting
1473 when low on space
1474 - scsi: aacraid: fix a signedness bug
1475 - tipc: switch to rhashtable iterator
1476 - net: mvpp2: initialize port of_node pointer
1477 - tc-testing: add test-cases for numeric and invalid control action
1478 - tools/kvm_stat: fix updates for dead guests
1479 - ibmvnic: Include missing return code checks in reset function
1480 - net/ibm/emac: wrong emac_calc_base call was used by typo
1481 - ceph: avoid a use-after-free in ceph_destroy_options()
1482 - afs: Fix cell specification to permit an empty address list
1483 - netfilter: xt_checksum: ignore gso skbs
1484 - HID: intel-ish-hid: Enable Sunrise Point-H ish driver
1485 - iio: imu: st_lsm6dsx: take into account ts samples in wm configuration
1486 - riscv: Do not overwrite initrd_start and initrd_end
1487 - drm/nouveau: fix oops in client init failure path
1488 - drm/nouveau/mmu: don't attempt to dereference vmm without valid instance
1489 pointer
1490 - drm/nouveau/disp/gm200-: enforce identity-mapped SOR assignment for LVDS/eDP
1491 panels
1492 - sched/topology: Set correct NUMA topology type
1493 - drm/amdgpu: Fix SDMA hang in prt mode v2
1494 - asm-generic: io: Fix ioport_map() for !CONFIG_GENERIC_IOMAP &&
1495 CONFIG_INDIRECT_PIO
1496 - x86/APM: Fix build warning when PROC_FS is not enabled
1497 - new primitive: discard_new_inode()
1498 - ovl: set I_CREATING on inode being created
1499 - crypto: chelsio - Fix memory corruption in DMA Mapped buffers.
1500 - perf/core: Add sanity check to deal with pinned event failure
1501 - mm: migration: fix migration of huge PMD shared pages
1502 - mm, thp: fix mlocking THP page with migration enabled
1503 - mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly
1504 - KVM: x86: fix L1TF's MMIO GFN calculation
1505 - blk-mq: I/O and timer unplugs are inverted in blktrace
1506 - clocksource/drivers/timer-atmel-pit: Properly handle error cases
1507 - fbdev/omapfb: fix omapfb_memory_read infoleak
1508 - drm/amdgpu: Fix vce work queue was not cancelled when suspend
1509 - x86/vdso: Fix asm constraints on vDSO syscall fallbacks
1510 - selftests/x86: Add clock_gettime() tests to test_vdso
1511 - x86/vdso: Only enable vDSO retpolines when enabled and supported
1512 - x86/vdso: Fix vDSO syscall fallback asm constraint regression
1513 - mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys
1514 - PM / core: Clear the direct_complete flag on errors
1515 - dm cache metadata: ignore hints array being too small during resize
1516 - dm cache: fix resize crash if user doesn't reload cache table
1517 - xhci: Add missing CAS workaround for Intel Sunrise Point xHCI
1518 - usb: xhci-mtk: resume USB3 roothub first
1519 - USB: serial: simple: add Motorola Tetra MTP6550 id
1520 - usb: cdc_acm: Do not leak URB buffers
1521 - of: unittest: Disable interrupt node tests for old world MAC systems
1522 - perf annotate: Use asprintf when formatting objdump command line
1523 - perf tools: Fix python extension build for gcc 8
1524 - ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowait
1525 - ath10k: fix kernel panic issue during pci probe
1526 - nvme_fc: fix ctrl create failures racing with workq items
1527 - powerpc/lib: fix book3s/32 boot failure due to code patching
1528 - ARC: clone syscall to setp r25 as thread pointer
1529 - perf utils: Move is_directory() to path.h
1530 - f2fs: fix invalid memory access
1531 - ucma: fix a use-after-free in ucma_resolve_ip()
1532 - ubifs: Check for name being NULL while mounting
1533 - rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead
1534 - ath10k: fix scan crash due to incorrect length calculation
1535 - pstore/ram: Fix failure-path memory leak in ramoops_init
1536 - mac80211: allocate TXQs for active monitor interfaces
1537 - drm: fix use-after-free read in drm_mode_create_lease_ioctl()
1538 - USB: serial: option: improve Quectel EP06 detection
1539 - USB: serial: option: add two-endpoints device-id flag
1540 - tipc: call start and done ops directly in __tipc_nl_compat_dumpit()
1541 - bnxt_en: Fix TX timeout during netpoll.
1542 - bnxt_en: free hwrm resources, if driver probe fails.
1543 - bonding: avoid possible dead-lock
1544 - ip6_tunnel: be careful when accessing the inner header
1545 - ip_tunnel: be careful when accessing the inner header
1546 - ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()
1547 - ipv6: take rcu lock in rawv6_send_hdrinc()
1548 - net: dsa: bcm_sf2: Call setup during switch resume
1549 - net: hns: fix for unmapping problem when SMMU is on
1550 - net: ipv4: update fnhe_pmtu when first hop's MTU changes
1551 - net/ipv6: Display all addresses in output of /proc/net/if_inet6
1552 - netlabel: check for IPV4MASK in addrinfo_get
1553 - net: mvpp2: Extract the correct ethtype from the skb for tx csum offload
1554 - net: mvpp2: fix a txq_done race condition
1555 - net: sched: Add policy validation for tc attributes
1556 - net: systemport: Fix wake-up interrupt race during resume
1557 - net/usb: cancel pending work when unbinding smsc75xx
1558 - qmi_wwan: Added support for Gemalto's Cinterion ALASxx WWAN interface
1559 - rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096
1560 - sctp: update dst pmtu with the correct daddr
1561 - team: Forbid enslaving team device to itself
1562 - tipc: fix flow control accounting for implicit connect
1563 - udp: Unbreak modules that rely on external __skb_recv_udp() availability
1564 - net: stmmac: Fixup the tail addr setting in xmit path
1565 - net/packet: fix packet drop as of virtio gso
1566 - net: dsa: bcm_sf2: Fix unbind ordering
1567 - net/mlx5e: Set vlan masks for all offloaded TC rules
1568 - net: aquantia: memory corruption on jumbo frames
1569 - net/mlx5: E-Switch, Fix out of bound access when setting vport rate
1570 - bonding: pass link-local packets to bonding master also.
1571 - bonding: fix warning message
1572 - nfp: avoid soft lockups under control message storm
1573 - bnxt_en: don't try to offload VLAN 'modify' action
1574 - net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMIN
1575 - tcp/dccp: fix lockdep issue when SYN is backlogged
1576 - inet: make sure to grab rcu_read_lock before using ireq->ireq_opt
1577 - ASoC: rt5514: Fix the issue of the delay volume applied again
1578 - ASoC: wm8804: Add ACPI support
1579 - ASoC: sigmadsp: safeload should not have lower byte limit
1580 - selftests/efivarfs: add required kernel configs
1581 - selftests: memory-hotplug: add required configs
1582 - ASoC: rsnd: adg: care clock-frequency size
1583 - ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFER
1584 - Bluetooth: hci_ldisc: Free rw_semaphore on close
1585 - mfd: omap-usb-host: Fix dts probe of children
1586 - scsi: iscsi: target: Don't use stack buffer for scatterlist
1587 - scsi: qla2xxx: Fix an endian bug in fcpcmd_is_corrupted()
1588 - sound: enable interrupt after dma buffer initialization
1589 - sound: don't call skl_init_chip() to reset intel skl soc
1590 - stmmac: fix valid numbers of unicast filter entries
1591 - net: macb: disable scatter-gather for macb on sama5d3
1592 - ARM: dts: at91: add new compatibility string for macb on sama5d3
1593 - PCI: hv: support reporting serial number as slot information
1594 - clk: x86: add "ether_clk" alias for Bay Trail / Cherry Trail
1595 - clk: x86: Stop marking clocks as CLK_IS_CRITICAL
1596 - x86/kvm/lapic: always disable MMIO interface in x2APIC mode
1597 - drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7
1598 - mm/vmstat.c: fix outdated vmstat_text
1599 - MIPS: VDSO: Always map near top of user memory
1600 - mach64: detect the dot clock divider correctly on sparc
1601 - percpu: stop leaking bitmap metadata blocks
1602 - perf script python: Fix export-to-postgresql.py occasional failure
1603 - perf script python: Fix export-to-sqlite.py sample columns
1604 - s390/cio: Fix how vfio-ccw checks pinned pages
1605 - dm cache: destroy migration_cache if cache target registration failed
1606 - dm: fix report zone remapping to account for partition offset
1607 - dm linear: eliminate linear_end_io call if CONFIG_DM_ZONED disabled
1608 - dm linear: fix linear_end_io conditional definition
1609 - cgroup: Fix dom_cgrp propagation when enabling threaded mode
1610 - mmc: block: avoid multiblock reads for the last sector in SPI mode
1611 - pinctrl: mcp23s08: fix irq and irqchip setup order
1612 - arm64: perf: Reject stand-alone CHAIN events for PMUv3
1613 - mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2
1614 - mm: Preserve _PAGE_DEVMAP across mprotect() calls
1615 - i2c: i2c-scmi: fix for i2c_smbus_write_block_data
1616 - xhci: Don't print a warning when setting link state for disabled ports
1617 - mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES
1618 - mm: treat indirectly reclaimable memory as available in MemAvailable
1619 - dcache: account external names as indirectly reclaimable memory
1620 - mm: treat indirectly reclaimable memory as free in overcommit logic
1621 - mm: don't show nr_indirectly_reclaimable in /proc/vmstat
1622 - ARM: add more CPU part numbers for Cortex and Brahma B15 CPUs
1623 - ARM: bugs: prepare processor bug infrastructure
1624 - ARM: bugs: hook processor bug checking into SMP and suspend paths
1625 - ARM: bugs: add support for per-processor bug checking
1626 - [Config] updateconfigs for CPU_SPECTRE
1627 - ARM: spectre: add Kconfig symbol for CPUs vulnerable to Spectre
1628 - ARM: spectre-v2: harden branch predictor on context switches
1629 - ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bit
1630 - ARM: spectre-v2: harden user aborts in kernel space
1631 - ARM: spectre-v2: add firmware based hardening
1632 - ARM: spectre-v2: warn about incorrect context switching functions
1633 - ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17
1634 - ARM: KVM: invalidate icache on guest exit for Cortex-A15
1635 - ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15
1636 - ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
1637 - ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1
1638 - ARM: spectre-v1: add speculation barrier (csdb) macros
1639 - ARM: spectre-v1: add array_index_mask_nospec() implementation
1640 - ARM: spectre-v1: fix syscall entry
1641 - ARM: signal: copy registers using __copy_from_user()
1642 - ARM: vfp: use __copy_from_user() when restoring VFP state
1643 - ARM: oabi-compat: copy semops using __copy_from_user()
1644 - ARM: use __inttype() in get_user()
1645 - ARM: spectre-v1: use get_user() for __get_user()
1646 - ARM: spectre-v1: mitigate user accesses
1647 - perf tools: Fix snprint warnings for gcc 8
1648 - net: sched: cls_u32: fix hnode refcounting
1649 - net: qualcomm: rmnet: Skip processing loopback packets
1650 - net: qualcomm: rmnet: Fix incorrect allocation flag in transmit
1651 - tun: remove unused parameters
1652 - tun: initialize napi_mutex unconditionally
1653 - tun: napi flags belong to tfile
1654 - net: dsa: b53: Keep CPU port as tagged in all VLANs
1655 - rtnetlink: Fail dump if target netnsid is invalid
1656 - net: ipv4: don't let PMTU updates increase route MTU
1657 - ASoC: dapm: Fix NULL pointer deference on CODEC to CODEC DAIs
1658 - selftests: android: move config up a level
1659 - selftests: add headers_install to lib.mk
1660 - Bluetooth: SMP: Fix trying to use non-existent local OOB data
1661 - Bluetooth: Use correct tfm to generate OOB data
1662 - net: ethernet: ti: add missing GENERIC_ALLOCATOR dependency
1663 - afs: Fix afs_server struct leak
1664 - afs: Fix clearance of reply
1665
1666 * Volume control not working Dell XPS 27 (7760) (LP: #1775068) // Bionic
1667 update: upstream stable patchset 2019-07-12 (LP: #1836426)
1668 - ALSA: hda/realtek - Cannot adjust speaker's volume on Dell XPS 27 7760
1669
1670 * Bionic update: upstream stable patchset 2019-07-11 (LP: #1836287)
1671 - perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so
1672 - gso_segment: Reset skb->mac_len after modifying network header
1673 - ipv6: fix possible use-after-free in ip6_xmit()
1674 - net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRT
1675 - net: hp100: fix always-true check for link up state
1676 - pppoe: fix reception of frames with no mac header
1677 - qmi_wwan: set DTR for modems in forced USB2 mode
1678 - udp4: fix IP_CMSG_CHECKSUM for connected sockets
1679 - neighbour: confirm neigh entries when ARP packet is received
1680 - udp6: add missing checks on edumux packet processing
1681 - net/sched: act_sample: fix NULL dereference in the data path
1682 - tls: don't copy the key out of tls12_crypto_info_aes_gcm_128
1683 - tls: zero the crypto information from tls_context before freeing
1684 - tls: clear key material from kernel memory when do_tls_setsockopt_conf fails
1685 - NFC: Fix possible memory corruption when handling SHDLC I-Frame commands
1686 - NFC: Fix the number of pipes
1687 - ASoC: cs4265: fix MMTLR Data switch control
1688 - ASoC: rsnd: fixup not to call clk_get/set under non-atomic
1689 - ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error
1690 path
1691 - ALSA: bebob: use address returned by kmalloc() instead of kernel stack for
1692 streaming DMA mapping
1693 - ALSA: emu10k1: fix possible info leak to userspace on
1694 SNDRV_EMU10K1_IOCTL_INFO
1695 - ALSA: fireface: fix memory leak in ff400_switch_fetching_mode()
1696 - ALSA: firewire-digi00x: fix memory leak of private data
1697 - ALSA: firewire-tascam: fix memory leak of private data
1698 - ALSA: fireworks: fix memory leak of response buffer at error path
1699 - ALSA: oxfw: fix memory leak for model-dependent data at error path
1700 - ALSA: oxfw: fix memory leak of discovered stream formats at error path
1701 - ALSA: oxfw: fix memory leak of private data
1702 - platform/x86: alienware-wmi: Correct a memory leak
1703 - xen/netfront: don't bug in case of too many frags
1704 - xen/x86/vpmu: Zero struct pt_regs before calling into sample handling code
1705 - spi: fix IDR collision on systems with both fixed and dynamic SPI bus
1706 numbers
1707 - ring-buffer: Allow for rescheduling when removing pages
1708 - mm: shmem.c: Correctly annotate new inodes for lockdep
1709 - scsi: target: iscsi: Use bin2hex instead of a re-implementation
1710 - ocfs2: fix ocfs2 read block panic
1711 - drm/nouveau: Fix deadlocks in nouveau_connector_detect()
1712 - drm/nouveau/drm/nouveau: Don't forget to cancel hpd_work on suspend/unload
1713 - drm/nouveau/drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placement
1714 - drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()
1715 - drm/nouveau/drm/nouveau: Prevent handling ACPI HPD events too early
1716 - drm/vc4: Fix the "no scaling" case on multi-planar YUV formats
1717 - drm: udl: Destroy framebuffer only if it was initialized
1718 - drm/amdgpu: add new polaris pci id
1719 - ext4: check to make sure the rename(2)'s destination is not freed
1720 - ext4: avoid divide by zero fault when deleting corrupted inline directories
1721 - ext4: avoid arithemetic overflow that can trigger a BUG
1722 - ext4: recalucate superblock checksum after updating free blocks/inodes
1723 - ext4: fix online resize's handling of a too-small final block group
1724 - ext4: fix online resizing for bigalloc file systems with a 1k block size
1725 - ext4: don't mark mmp buffer head dirty
1726 - ext4: show test_dummy_encryption mount option in /proc/mounts
1727 - sched/fair: Fix vruntime_normalized() for remote non-migration wakeup
1728 - PCI: aardvark: Size bridges before resources allocation
1729 - vmw_balloon: include asm/io.h
1730 - iw_cxgb4: only allow 1 flush on user qps
1731 - tick/nohz: Prevent bogus softirq pending warning
1732 - spi: Fix double IDR allocation with DT aliases
1733 - hv_netvsc: fix schedule in RCU context
1734 - bnxt_en: Fix VF mac address regression.
1735 - net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags
1736 - mtd: rawnand: denali: fix a race condition when DMA is kicked
1737 - platform/x86: dell-smbios-wmi: Correct a memory leak
1738 - fork: report pid exhaustion correctly
1739 - mm: disable deferred struct page for 32-bit arches
1740 - libata: mask swap internal and hardware tag
1741 - drm/i915/bdw: Increase IPS disable timeout to 100ms
1742 - drm/nouveau: Reset MST branching unit before enabling
1743 - drm/nouveau: Only write DP_MSTM_CTRL when needed
1744 - drm/nouveau: Remove duplicate poll_enable() in pmops_runtime_suspend()
1745 - ext4, dax: set ext4_dax_aops for dax files
1746 - crypto: skcipher - Fix -Wstringop-truncation warnings
1747 - iio: adc: ina2xx: avoid kthread_stop() with stale task_struct
1748 - tsl2550: fix lux1_input error in low light
1749 - vmci: type promotion bug in qp_host_get_user_memory()
1750 - x86/numa_emulation: Fix emulated-to-physical node mapping
1751 - staging: rts5208: fix missing error check on call to rtsx_write_register
1752 - power: supply: axp288_charger: Fix initial constant_charge_current value
1753 - misc: sram: enable clock before registering regions
1754 - serial: sh-sci: Stop RX FIFO timer during port shutdown
1755 - uwb: hwa-rc: fix memory leak at probe
1756 - power: vexpress: fix corruption in notifier registration
1757 - iommu/amd: make sure TLB to be flushed before IOVA freed
1758 - Bluetooth: Add a new Realtek 8723DE ID 0bda:b009
1759 - USB: serial: kobil_sct: fix modem-status error handling
1760 - 6lowpan: iphc: reset mac_header after decompress to fix panic
1761 - iommu/msm: Don't call iommu_device_{,un}link from atomic context
1762 - s390/mm: correct allocate_pgste proc_handler callback
1763 - power: remove possible deadlock when unregistering power_supply
1764 - md-cluster: clear another node's suspend_area after the copy is finished
1765 - RDMA/bnxt_re: Fix a couple off by one bugs
1766 - RDMA/i40w: Hold read semaphore while looking after VMA
1767 - IB/core: type promotion bug in rdma_rw_init_one_mr()
1768 - media: exynos4-is: Prevent NULL pointer dereference in __isp_video_try_fmt()
1769 - IB/mlx4: Test port number before querying type.
1770 - powerpc/kdump: Handle crashkernel memory reservation failure
1771 - media: fsl-viu: fix error handling in viu_of_probe()
1772 - media: staging/imx: fill vb2_v4l2_buffer field entry
1773 - x86/tsc: Add missing header to tsc_msr.c
1774 - ARM: hwmod: RTC: Don't assume lock/unlock will be called with irq enabled
1775 - x86/entry/64: Add two more instruction suffixes
1776 - ARM: dts: ls1021a: Add missing cooling device properties for CPUs
1777 - scsi: target/iscsi: Make iscsit_ta_authentication() respect the output
1778 buffer size
1779 - scsi: klist: Make it safe to use klists in atomic context
1780 - scsi: ibmvscsi: Improve strings handling
1781 - scsi: target: Avoid that EXTENDED COPY commands trigger lock inversion
1782 - usb: wusbcore: security: cast sizeof to int for comparison
1783 - ath10k: sdio: use same endpoint id for all packets in a bundle
1784 - ath10k: sdio: set skb len for all rx packets
1785 - powerpc/powernv/ioda2: Reduce upper limit for DMA window size
1786 - s390/sysinfo: add missing #ifdef CONFIG_PROC_FS
1787 - alarmtimer: Prevent overflow for relative nanosleep
1788 - s390/dasd: correct numa_node in dasd_alloc_queue
1789 - s390/scm_blk: correct numa_node in scm_blk_dev_setup
1790 - s390/extmem: fix gcc 8 stringop-overflow warning
1791 - mtd: rawnand: atmel: add module param to avoid using dma
1792 - iio: accel: adxl345: convert address field usage in iio_chan_spec
1793 - posix-timers: Make forward callback return s64
1794 - ALSA: snd-aoa: add of_node_put() in error path
1795 - media: s3c-camif: ignore -ENOIOCTLCMD from v4l2_subdev_call for s_power
1796 - media: soc_camera: ov772x: correct setting of banding filter
1797 - media: omap3isp: zero-initialize the isp cam_xclk{a,b} initial data
1798 - staging: android: ashmem: Fix mmap size validation
1799 - drivers/tty: add error handling for pcmcia_loop_config
1800 - media: tm6000: add error handling for dvb_register_adapter
1801 - net: phy: xgmiitorgmii: Check read_status results
1802 - ath10k: protect ath10k_htt_rx_ring_free with rx_ring.lock
1803 - net: phy: xgmiitorgmii: Check phy_driver ready before accessing
1804 - drm/sun4i: Fix releasing node when enumerating enpoints
1805 - ath10k: transmit queued frames after processing rx packets
1806 - rndis_wlan: potential buffer overflow in rndis_wlan_auth_indication()
1807 - brcmsmac: fix wrap around in conversion from constant to s16
1808 - ARM: mvebu: declare asm symbols as character arrays in pmsu.c
1809 - arm: dts: mediatek: Add missing cooling device properties for CPUs
1810 - HID: hid-ntrig: add error handling for sysfs_create_group
1811 - MIPS: boot: fix build rule of vmlinux.its.S
1812 - perf/x86/intel/lbr: Fix incomplete LBR call stack
1813 - scsi: bnx2i: add error handling for ioremap_nocache
1814 - iomap: complete partial direct I/O writes synchronously
1815 - scsi: megaraid_sas: Update controller info during resume
1816 - EDAC, i7core: Fix memleaks and use-after-free on probe and remove
1817 - ASoC: dapm: Fix potential DAI widget pointer deref when linking DAIs
1818 - module: exclude SHN_UNDEF symbols from kallsyms api
1819 - gpio: Fix wrong rounding in gpio-menz127
1820 - nfsd: fix corrupted reply to badly ordered compound
1821 - EDAC: Fix memleak in module init error path
1822 - fs/lock: skip lock owner pid translation in case we are in init_pid_ns
1823 - Input: xen-kbdfront - fix multi-touch XenStore node's locations
1824 - iio: 104-quad-8: Fix off-by-one error in register selection
1825 - ARM: dts: dra7: fix DCAN node addresses
1826 - x86/mm: Expand static page table for fixmap space
1827 - tty: serial: lpuart: avoid leaking struct tty_struct
1828 - serial: cpm_uart: return immediately from console poll
1829 - intel_th: Fix device removal logic
1830 - spi: tegra20-slink: explicitly enable/disable clock
1831 - spi: sh-msiof: Fix invalid SPI use during system suspend
1832 - spi: sh-msiof: Fix handling of write value for SISTR register
1833 - spi: rspi: Fix invalid SPI use during system suspend
1834 - spi: rspi: Fix interrupted DMA transfers
1835 - regulator: fix crash caused by null driver data
1836 - USB: fix error handling in usb_driver_claim_interface()
1837 - USB: handle NULL config in usb_find_alt_setting()
1838 - usb: musb: dsps: do not disable CPPI41 irq in driver teardown
1839 - slub: make ->cpu_partial unsigned int
1840 - USB: usbdevfs: sanitize flags more
1841 - USB: usbdevfs: restore warning for nonsensical flags
1842 - USB: remove LPM management from usb_driver_claim_interface()
1843 - IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loop
1844 - IB/hfi1: Fix SL array bounds check
1845 - IB/hfi1: Invalid user input can result in crash
1846 - IB/hfi1: Fix context recovery when PBC has an UnsupportedVL
1847 - RDMA/uverbs: Atomically flush and mark closed the comp event queue
1848 - ovl: hash non-dir by lower inode for fsnotify
1849 - drm/i915: Remove vma from object on destroy, not close
1850 - serial: imx: restore handshaking irq for imx1
1851 - qed: Wait for ready indication before rereading the shmem
1852 - qed: Wait for MCP halt and resume commands to take place
1853 - qed: Prevent a possible deadlock during driver load and unload
1854 - qed: Avoid sending mailbox commands when MFW is not responsive
1855 - thermal: of-thermal: disable passive polling when thermal zone is disabled
1856 - isofs: reject hardware sector size > 2048 bytes
1857 - tls: possible hang when do_tcp_sendpages hits sndbuf is full case
1858 - bpf: sockmap: write_space events need to be passed to TCP handler
1859 - net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGES
1860 - e1000: check on netif_running() before calling e1000_up()
1861 - e1000: ensure to free old tx/rx rings in set_ringparam()
1862 - crypto: cavium/nitrox - fix for command corruption in queue full case with
1863 backlog submissions.
1864 - hwmon: (ina2xx) fix sysfs shunt resistor read access
1865 - hwmon: (adt7475) Make adt7475_read_word() return errors
1866 - Revert "ARM: dts: imx7d: Invert legacy PCI irq mapping"
1867 - drm/amdgpu: Enable/disable gfx PG feature in rlc safe mode
1868 - drm/amdgpu: Update power state at the end of smu hw_init.
1869 - ata: ftide010: Add a quirk for SQ201
1870 - nvme-fcloop: Fix dropped LS's to removed target port
1871 - ARM: dts: omap4-droid4: Fix emmc errors seen on some devices
1872 - arm/arm64: smccc-1.1: Make return values unsigned long
1873 - arm/arm64: smccc-1.1: Handle function result as parameters
1874 - i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBus
1875 - x86/pti: Fix section mismatch warning/error
1876 - media: v4l: event: Prevent freeing event subscriptions while accessed
1877 - drm/amd/display/dc/dce: Fix multiple potential integer overflows
1878 - drm/amd/display: fix use of uninitialized memory
1879 - RDMA/bnxt_re: Fix a bunch of off by one bugs in qplib_fp.c
1880 - vhost_net: Avoid tx vring kicks during busyloop
1881 - thermal: i.MX: Allow thermal probe to fail gracefully in case of bad
1882 calibration.
1883 - platform/x86: asus-wireless: Fix uninitialized symbol usage
1884 - ACPI / button: increment wakeup count only when notified
1885 - media: ov772x: add checks for register read errors
1886 - media: ov772x: allow i2c controllers without I2C_FUNC_PROTOCOL_MANGLING
1887 - drm/omap: gem: Fix mm_list locking
1888 - ASoC: rsnd: SSI parent cares SWSP bit
1889 - staging: pi433: fix race condition in pi433_ioctl
1890 - perf tests: Fix indexing when invoking subtests
1891 - gpio: tegra: Fix tegra_gpio_irq_set_type()
1892 - block: fix deadline elevator drain for zoned block devices
1893 - serial: mvebu-uart: Fix reporting of effective CSIZE to userspace
1894 - intel_th: Fix resource handling for ACPI glue layer
1895 - ext2, dax: set ext2_dax_aops for dax files
1896 - IB/hfi1: Fix destroy_qp hang after a link down
1897 - ARM: OMAP2+: Fix null hwmod for ti-sysc debug
1898 - ARM: OMAP2+: Fix module address for modules using mpu_rt_idx
1899 - bus: ti-sysc: Fix module register ioremap for larger offsets
1900 - drm/amdgpu: fix preamble handling
1901 - amdgpu: fix multi-process hang issue
1902 - tcp_bbr: add bbr_check_probe_rtt_done() helper
1903 - tcp_bbr: in restart from idle, see if we should exit PROBE_RTT
1904 - net: hns3: fix page_offset overflow when CONFIG_ARM64_64K_PAGES
1905 - ixgbe: fix driver behaviour after issuing VFLR
1906 - powerpc/pseries: Fix unitialized timer reset on migration
1907
1908 * Kernel 4.15.0-50 or newer wont boot as Xen-DomU with PVH (LP: #1829378)
1909 - SAUCE: ACPI / bus: Fix NULL pointer dereference in
1910 acpi_quirk_matches_bios_ids()
1911
1912 * CVE-2019-10126
1913 - mwifiex: Fix heap overflow in mwifiex_uap_parse_tail_ies()
1914
1915 * CVE-2019-3846
1916 - mwifiex: Fix possible buffer overflows at parsing bss descriptor
1917
1918 * CVE-2019-12818
1919 - net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails
1920
1921 * CVE-2019-12984
1922 - nfc: Ensure presence of required attributes in the deactivate_target handler
1923
1924 * Bionic update: upstream stable patchset 2019-07-10 (LP: #1836117)
1925 - i2c: xiic: Make the start and the byte count write atomic
1926 - i2c: i801: fix DNV's SMBCTRL register offset
1927 - scsi: lpfc: Correct MDS diag and nvmet configuration
1928 - nbd: don't allow invalid blocksize settings
1929 - block: bfq: swap puts in bfqg_and_blkg_put
1930 - android: binder: fix the race mmap and alloc_new_buf_locked
1931 - MIPS: VDSO: Match data page cache colouring when D$ aliases
1932 - SMB3: Backup intent flag missing for directory opens with backupuid mounts
1933 - smb3: check for and properly advertise directory lease support
1934 - Btrfs: fix data corruption when deduplicating between different files
1935 - KVM: s390: vsie: copy wrapping keys to right place
1936 - KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instr
1937 - ALSA: hda - Fix cancel_work_sync() stall from jackpoll work
1938 - cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()
1939 - cpu/hotplug: Prevent state corruption on error rollback
1940 - x86/microcode: Make sure boot_cpu_data.microcode is up-to-date
1941 - x86/microcode: Update the new microcode revision unconditionally
1942 - crypto: aes-generic - fix aes-generic regression on powerpc
1943 - tpm: separate cmd_ready/go_idle from runtime_pm
1944 - ARC: [plat-axs*]: Enable SWAP
1945 - misc: mic: SCIF Fix scif_get_new_port() error handling
1946 - ethtool: Remove trailing semicolon for static inline
1947 - i2c: aspeed: Add an explicit type casting for *get_clk_reg_val
1948 - Bluetooth: h5: Fix missing dependency on BT_HCIUART_SERDEV
1949 - gpio: tegra: Move driver registration to subsys_init level
1950 - selftests/bpf: fix a typo in map in map test
1951 - media: davinci: vpif_display: Mix memory leak on probe error path
1952 - media: dw2102: Fix memleak on sequence of probes
1953 - net: phy: Fix the register offsets in Broadcom iProc mdio mux driver
1954 - blk-mq: fix updating tags depth
1955 - scsi: target: fix __transport_register_session locking
1956 - md/raid5: fix data corruption of replacements after originals dropped
1957 - timers: Clear timer_base::must_forward_clk with timer_base::lock held
1958 - media: camss: csid: Configure data type and decode format properly
1959 - gpu: ipu-v3: default to id 0 on missing OF alias
1960 - misc: ti-st: Fix memory leak in the error path of probe()
1961 - uio: potential double frees if __uio_register_device() fails
1962 - firmware: vpd: Fix section enabled flag on vpd_section_destroy
1963 - Drivers: hv: vmbus: Cleanup synic memory free path
1964 - tty: rocket: Fix possible buffer overwrite on register_PCI
1965 - f2fs: fix to active page in lru list for read path
1966 - f2fs: do not set free of current section
1967 - f2fs: fix defined but not used build warnings
1968 - perf tools: Allow overriding MAX_NR_CPUS at compile time
1969 - NFSv4.0 fix client reference leak in callback
1970 - perf c2c report: Fix crash for empty browser
1971 - perf evlist: Fix error out while applying initial delay and LBR
1972 - macintosh/via-pmu: Add missing mmio accessors
1973 - ath9k: report tx status on EOSP
1974 - ath9k_hw: fix channel maximum power level test
1975 - ath10k: prevent active scans on potential unusable channels
1976 - wlcore: Set rx_status boottime_ns field on rx
1977 - MIPS: Fix ISA virt/bus conversion for non-zero PHYS_OFFSET
1978 - scsi: 3ware: fix return 0 on the error path of probe
1979 - tools/testing/nvdimm: kaddr and pfn can be NULL to ->direct_access()
1980 - ath10k: disable bundle mgmt tx completion event support
1981 - Bluetooth: hidp: Fix handling of strncpy for hid->name information
1982 - pinctrl: imx: off by one in imx_pinconf_group_dbg_show()
1983 - gpio: ml-ioh: Fix buffer underwrite on probe error path
1984 - pinctrl/amd: only handle irq if it is pending and unmasked
1985 - net: mvneta: fix mtu change on port without link
1986 - f2fs: try grabbing node page lock aggressively in sync scenario
1987 - f2fs: fix to skip GC if type in SSA and SIT is inconsistent
1988 - tpm_tis_spi: Pass the SPI IRQ down to the driver
1989 - tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
1990 - f2fs: fix to do sanity check with reserved blkaddr of inline inode
1991 - MIPS: Octeon: add missing of_node_put()
1992 - MIPS: generic: fix missing of_node_put()
1993 - net: dcb: For wild-card lookups, use priority -1, not 0
1994 - dm cache: only allow a single io_mode cache feature to be requested
1995 - Input: atmel_mxt_ts - only use first T9 instance
1996 - media: s5p-mfc: Fix buffer look up in s5p_mfc_handle_frame_{new, copy_time}
1997 functions
1998 - media: helene: fix xtal frequency setting at power on
1999 - f2fs: fix to wait on page writeback before updating page
2000 - f2fs: Fix uninitialized return in f2fs_ioc_shutdown()
2001 - iommu/ipmmu-vmsa: Fix allocation in atomic context
2002 - mfd: ti_am335x_tscadc: Fix struct clk memory leak
2003 - f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesize
2004 - NFSv4.1: Fix a potential layoutget/layoutrecall deadlock
2005 - MIPS: WARN_ON invalid DMA cache maintenance, not BUG_ON
2006 - RDMA/cma: Do not ignore net namespace for unbound cm_id
2007 - inet: frags: change inet_frags_init_net() return value
2008 - inet: frags: add a pointer to struct netns_frags
2009 - inet: frags: refactor ipfrag_init()
2010 - inet: frags: refactor ipv6_frag_init()
2011 - inet: frags: refactor lowpan_net_frag_init()
2012 - ipv6: export ip6 fragments sysctl to unprivileged users
2013 - rhashtable: add schedule points
2014 - inet: frags: use rhashtables for reassembly units
2015 - inet: frags: remove some helpers
2016 - inet: frags: get rif of inet_frag_evicting()
2017 - inet: frags: remove inet_frag_maybe_warn_overflow()
2018 - inet: frags: break the 2GB limit for frags storage
2019 - inet: frags: do not clone skb in ip_expire()
2020 - ipv6: frags: rewrite ip6_expire_frag_queue()
2021 - rhashtable: reorganize struct rhashtable layout
2022 - inet: frags: reorganize struct netns_frags
2023 - inet: frags: get rid of ipfrag_skb_cb/FRAG_CB
2024 - inet: frags: fix ip6frag_low_thresh boundary
2025 - ip: discard IPv4 datagrams with overlapping segments.
2026 - net: modify skb_rbtree_purge to return the truesize of all purged skbs.
2027 - ipv6: defrag: drop non-last frags smaller than min mtu
2028 - net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends
2029 - mtd: ubi: wl: Fix error return code in ubi_wl_init()
2030 - tun: fix use after free for ptr_ring
2031 - tuntap: fix use after free during release
2032 - autofs: fix autofs_sbi() does not check super block type
2033 - KVM: PPC: Book3S HV: Use correct pagesize in kvm_unmap_radix()
2034 - ARC: [plat-axs*/plat-hsdk]: Allow U-Boot to pass MAC-address to the kernel
2035 - x86/apic/vector: Make error return value negative
2036 - tc-testing: flush gact actions on test teardown
2037 - pinctrl: berlin: fix 'pctrl->functions' allocation in
2038 berlin_pinctrl_build_state
2039 - powerpc/4xx: Fix error return path in ppc4xx_msi_probe()
2040 - scsi: qla2xxx: Fix unintended Logout
2041 - iwlwifi: pcie: don't access periphery registers when not available
2042 - f2fs: Keep alloc_valid_block_count in sync
2043 - f2fs: issue discard align to section in LFS mode
2044 - device-dax: avoid hang on error before devm_memremap_pages()
2045 - regulator: tps65217: Fix NULL pointer dereference on probe
2046 - gpio: pxa: disable pinctrl calls for PXA3xx
2047 - thermal_hwmon: Sanitize attribute name passed to hwmon
2048 - f2fs: fix to do sanity check with extra_attr feature
2049 - RDMA/hns: Add illegal hop_num judgement
2050 - RDMA/hns: Update the data type of immediate data
2051 - be2net: Fix memory leak in be_cmd_get_profile_config()
2052 - net/mlx5: Fix use-after-free in self-healing flow
2053 - net: qca_spi: Fix race condition in spi transfers
2054 - rds: fix two RCU related problems
2055 - net/mlx5: Check for error in mlx5_attach_interface
2056 - net/mlx5: Fix debugfs cleanup in the device init/remove flow
2057 - net/mlx5: E-Switch, Fix memory leak when creating switchdev mode FDB tables
2058 - net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPC
2059 - erspan: fix error handling for erspan tunnel
2060 - erspan: return PACKET_REJECT when the appropriate tunnel is not found
2061 - tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY
2062 - usb: dwc3: change stream event enable bit back to 13
2063 - iommu/io-pgtable-arm-v7s: Abort allocation when table address overflows the
2064 PTE
2065 - ALSA: msnd: Fix the default sample sizes
2066 - ALSA: usb-audio: Fix multiple definitions in AU0828_DEVICE() macro
2067 - xfrm: fix 'passing zero to ERR_PTR()' warning
2068 - amd-xgbe: use dma_mapping_error to check map errors
2069 - gfs2: Special-case rindex for gfs2_grow
2070 - clk: imx6ul: fix missing of_node_put()
2071 - clk: core: Potentially free connection id
2072 - clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failure
2073 - kbuild: add .DELETE_ON_ERROR special target
2074 - media: tw686x: Fix oops on buffer alloc failure
2075 - dmaengine: pl330: fix irq race with terminate_all
2076 - MIPS: ath79: fix system restart
2077 - media: videobuf2-core: check for q->error in vb2_core_qbuf()
2078 - IB/rxe: Drop QP0 silently
2079 - block: allow max_discard_segments to be stacked
2080 - IB/ipoib: Fix error return code in ipoib_dev_init()
2081 - mtd/maps: fix solutionengine.c printk format warnings
2082 - media: ov5645: Supported external clock is 24MHz
2083 - perf test: Fix subtest number when showing results
2084 - gfs2: Don't reject a supposedly full bitmap if we have blocks reserved
2085 - perf tools: Synthesize GROUP_DESC feature in pipe mode
2086 - fbdev: omapfb: off by one in omapfb_register_client()
2087 - perf tools: Fix struct comm_str removal crash
2088 - video: goldfishfb: fix memory leak on driver remove
2089 - fbdev/via: fix defined but not used warning
2090 - perf powerpc: Fix callchain ip filtering when return address is in a
2091 register
2092 - video: fbdev: pxafb: clear allocated memory for video modes
2093 - fbdev: Distinguish between interlaced and progressive modes
2094 - ARM: exynos: Clear global variable on init error path
2095 - perf powerpc: Fix callchain ip filtering
2096 - nvme-rdma: unquiesce queues when deleting the controller
2097 - powerpc/powernv: opal_put_chars partial write fix
2098 - staging: bcm2835-camera: fix timeout handling in wait_for_completion_timeout
2099 - staging: bcm2835-camera: handle wait_for_completion_timeout return properly
2100 - ASoC: rt5514: Fix the issue of the delay volume applied
2101 - MIPS: jz4740: Bump zload address
2102 - mac80211: restrict delayed tailroom needed decrement
2103 - Smack: Fix handling of IPv4 traffic received by PF_INET6 sockets
2104 - wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_alloc
2105 - reset: imx7: Fix always writing bits as 0
2106 - nfp: avoid buffer leak when FW communication fails
2107 - xen-netfront: fix queue name setting
2108 - arm64: dts: qcom: db410c: Fix Bluetooth LED trigger
2109 - ARM: dts: qcom: msm8974-hammerhead: increase load on l20 for sdhci
2110 - s390/qeth: fix race in used-buffer accounting
2111 - s390/qeth: reset layer2 attribute on layer switch
2112 - platform/x86: toshiba_acpi: Fix defined but not used build warnings
2113 - KVM: arm/arm64: Fix vgic init race
2114 - drivers/base: stop new probing during shutdown
2115 - i2c: aspeed: Fix initial values of master and slave state
2116 - dmaengine: mv_xor_v2: kill the tasklets upon exit
2117 - crypto: sharah - Unregister correct algorithms for SAHARA 3
2118 - xen-netfront: fix warn message as irq device name has '/'
2119 - RDMA/cma: Protect cma dev list with lock
2120 - pstore: Fix incorrect persistent ram buffer mapping
2121 - xen/netfront: fix waiting for xenbus state change
2122 - IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handler
2123 - mmc: omap_hsmmc: fix wakeirq handling on removal
2124 - ipmi: Fix I2C client removal in the SSIF driver
2125 - Tools: hv: Fix a bug in the key delete code
2126 - xhci: Fix use after free for URB cancellation on a reallocated endpoint
2127 - usb: Don't die twice if PCI xhci host is not responding in resume
2128 - mei: ignore not found client in the enumeration
2129 - mei: bus: need to unlink client before freeing
2130 - USB: Add quirk to support DJI CineSSD
2131 - usb: uas: add support for more quirk flags
2132 - usb: Avoid use-after-free by flushing endpoints early in usb_set_interface()
2133 - usb: host: u132-hcd: Fix a sleep-in-atomic-context bug in u132_get_frame()
2134 - USB: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB controller
2135 - usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0
2136 - USB: net2280: Fix erroneous synchronization change
2137 - USB: serial: io_ti: fix array underflow in completion handler
2138 - usb: misc: uss720: Fix two sleep-in-atomic-context bugs
2139 - USB: serial: ti_usb_3410_5052: fix array underflow in completion handler
2140 - USB: yurex: Fix buffer over-read in yurex_write()
2141 - Revert "cdc-acm: implement put_char() and flush_chars()"
2142 - cifs: prevent integer overflow in nxt_dir_entry()
2143 - CIFS: fix wrapping bugs in num_entries()
2144 - xtensa: ISS: don't allocate memory in platform_setup
2145 - perf/core: Force USER_DS when recording user stack data
2146 - NFSv4.1 fix infinite loop on I/O.
2147 - binfmt_elf: Respect error return from `regset->active'
2148 - net/mlx5: Add missing SET_DRIVER_VERSION command translation
2149 - arm64: dts: uniphier: Add missing cooling device properties for CPUs
2150 - audit: fix use-after-free in audit_add_watch
2151 - mtdchar: fix overflows in adjustment of `count`
2152 - Bluetooth: Use lock_sock_nested in bt_accept_enqueue
2153 - evm: Don't deadlock if a crypto algorithm is unavailable
2154 - KVM: PPC: Book3S HV: Add of_node_put() in success path
2155 - security: check for kstrdup() failure in lsm_append()
2156 - MIPS: loongson64: cs5536: Fix PCI_OHCI_INT_REG reads
2157 - configfs: fix registered group removal
2158 - pinctrl: rza1: Fix selector use for groups and functions
2159 - sched/core: Use smp_mb() in wake_woken_function()
2160 - efi/esrt: Only call efi_mem_reserve() for boot services memory
2161 - ARM: hisi: handle of_iomap and fix missing of_node_put
2162 - ARM: hisi: fix error handling and missing of_node_put
2163 - ARM: hisi: check of_iomap and fix missing of_node_put
2164 - liquidio: fix hang when re-binding VF host drv after running DPDK VF driver
2165 - gpu: ipu-v3: csi: pass back mbus_code_to_bus_cfg error codes
2166 - tty: fix termios input-speed encoding when using BOTHER
2167 - tty: fix termios input-speed encoding
2168 - mmc: sdhci-of-esdhc: set proper dma mask for ls104x chips
2169 - mmc: tegra: prevent HS200 on Tegra 3
2170 - mmc: sdhci: do not try to use 3.3V signaling if not supported
2171 - drm/nouveau: Fix runtime PM leak in drm_open()
2172 - drm/nouveau/debugfs: Wake up GPU before doing any reclocking
2173 - drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping
2174 - parport: sunbpp: fix error return code
2175 - sched/fair: Fix util_avg of new tasks for asymmetric systems
2176 - coresight: Handle errors in finding input/output ports
2177 - coresight: tpiu: Fix disabling timeouts
2178 - coresight: ETM: Add support for Arm Cortex-A73 and Cortex-A35
2179 - staging: bcm2835-audio: Don't leak workqueue if open fails
2180 - gpio: pxa: Fix potential NULL dereference
2181 - gpiolib: Mark gpio_suffixes array with __maybe_unused
2182 - mfd: 88pm860x-i2c: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
2183 - input: rohm_bu21023: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)
2184 - drm/amdkfd: Fix error codes in kfd_get_process
2185 - rtc: bq4802: add error handling for devm_ioremap
2186 - ALSA: pcm: Fix snd_interval_refine first/last with open min/max
2187 - scsi: libfc: fixup 'sleeping function called from invalid context'
2188 - drm/panel: type promotion bug in s6e8aa0_read_mtp_id()
2189 - blk-mq: only attempt to merge bio if there is rq in sw queue
2190 - blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()
2191 - pinctrl: msm: Fix msm_config_group_get() to be compliant
2192 - pinctrl: qcom: spmi-gpio: Fix pmic_gpio_config_get() to be compliant
2193 - clk: tegra: bpmp: Don't crash when a clock fails to register
2194 - mei: bus: type promotion bug in mei_nfc_if_version()
2195 - earlycon: Initialize port->uartclk based on clock-frequency property
2196 - earlycon: Remove hardcoded port->uartclk initialization in of_setup_earlycon
2197 - net/ipv6: prevent use after free in ip6_route_mpath_notify
2198 - Partial revert "e1000e: Avoid receiver overrun interrupt bursts"
2199 - e1000e: Fix queue interrupt re-raising in Other interrupt
2200 - e1000e: Avoid missed interrupts following ICR read
2201 - Revert "e1000e: Separate signaling for link check/link up"
2202 - e1000e: Fix link check race condition
2203 - e1000e: Fix check_for_link return value with autoneg off
2204 - tipc: orphan sock in tipc_release()
2205 - net/mlx5: Fix not releasing read lock when adding flow rules
2206 - iommu/arm-smmu-v3: sync the OVACKFLG to PRIQ consumer register
2207 - iwlwifi: cancel the injective function between hw pointers to tfd entry
2208 index
2209 - kbuild: do not update config when running install targets
2210 - omapfb: rename omap2 module to omap2fb.ko
2211 - [Config] Rename omapfb to omap2fb
2212 - perf script: Show correct offsets for DWARF-based unwinding
2213 - iommu/ipmmu-vmsa: IMUCTRn.TTSEL needs a special usage on R-Car Gen3
2214 - ipmi: Move BT capabilities detection to the detect call
2215 - ovl: fix oopses in ovl_fill_super() failure paths
2216 - usb: xhci: fix interrupt transfer error happened on MTK platforms
2217 - usb: mtu3: fix error of xhci port id when enable U3 dual role
2218 - dm verity: fix crash on bufio buffer that was allocated with vmalloc
2219 - cifs: integer overflow in in SMB2_ioctl()
2220 - perf tools: Fix maps__find_symbol_by_name()
2221 - NFSv4: Fix a tracepoint Oops in initiate_file_draining()
2222 - of: add helper to lookup compatible child node
2223 - mmc: meson-mx-sdio: fix OF child-node lookup
2224 - bpf: fix rcu annotations in compute_effective_progs()
2225 - spi: dw: fix possible race condition
2226 - PM / devfreq: use put_device() instead of kfree()
2227 - ASoC: hdmi-codec: fix routing
2228 - drm/amd/display: support access ddc for mst branch
2229 - rcutorture: Use monotonic timestamp for stall detection
2230 - selftests: vDSO - fix to return KSFT_SKIP when test couldn't be run
2231 - selftests/android: initialize heap_type to avoid compiling warning
2232 - scsi: lpfc: Fix NVME Target crash in defer rcv logic
2233 - scsi: lpfc: Fix panic if driver unloaded when port is offline
2234 - arm64: perf: Disable PMU while processing counter overflows
2235 - staging: fsl-dpaa2/eth: Fix DMA mapping direction
2236 - block/DAC960.c: fix defined but not used build warnings
2237 - IB/mlx5: fix uaccess beyond "count" in debugfs read/write handlers
2238
2239 * Bionic update: upstream stable patchset 2019-07-09 (LP: #1835972)
2240 - vti6: fix PMTU caching and reporting on xmit
2241 - xfrm: fix missing dst_release() after policy blocking lbcast and multicast
2242 - xfrm: free skb if nlsk pointer is NULL
2243 - esp6: fix memleak on error path in esp6_input
2244 - mac80211: add stations tied to AP_VLANs during hw reconfig
2245 - ext4: clear mmp sequence number when remounting read-only
2246 - nl80211: Add a missing break in parse_station_flags
2247 - drm/bridge: adv7511: Reset registers on hotplug
2248 - scsi: target: iscsi: cxgbit: fix max iso npdu calculation
2249 - scsi: libiscsi: fix possible NULL pointer dereference in case of TMF
2250 - drm/imx: imx-ldb: disable LDB on driver bind
2251 - drm/imx: imx-ldb: check if channel is enabled before printing warning
2252 - nbd: don't requeue the same request twice.
2253 - nbd: handle unexpected replies better
2254 - usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in
2255 init_controller()
2256 - usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in
2257 r8a66597_queue()
2258 - usb: gadget: f_uac2: fix error handling in afunc_bind (again)
2259 - usb: gadget: u_audio: fix pcm/card naming in g_audio_setup()
2260 - usb: gadget: u_audio: update hw_ptr in iso_complete after data copied
2261 - usb: gadget: u_audio: remove caching of stream buffer parameters
2262 - usb: gadget: u_audio: remove cached period bytes value
2263 - usb: gadget: u_audio: protect stream runtime fields with stream spinlock
2264 - usb/phy: fix PPC64 build errors in phy-fsl-usb.c
2265 - tools: usb: ffs-test: Fix build on big endian systems
2266 - usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'
2267 - netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()
2268 - bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xadd
2269 - netfilter: nf_tables: fix memory leaks on chain rename
2270 - netfilter: nf_tables: don't allow to rename to already-pending name
2271 - KVM: vmx: use local variable for current_vmptr when emulating VMPTRST
2272 - tools/power turbostat: fix -S on UP systems
2273 - net: caif: Add a missing rcu_read_unlock() in caif_flow_cb
2274 - qed: Fix link flap issue due to mismatching EEE capabilities.
2275 - qed: Fix possible race for the link state value.
2276 - qed: Correct Multicast API to reflect existence of 256 approximate buckets.
2277 - atl1c: reserve min skb headroom
2278 - net: prevent ISA drivers from building on PPC32
2279 - can: mpc5xxx_can: check of_iomap return before use
2280 - can: m_can: Move accessing of message ram to after clocks are enabled
2281 - i2c: davinci: Avoid zero value of CLKH
2282 - perf/x86/amd/ibs: Don't access non-started event
2283 - media: staging: omap4iss: Include asm/cacheflush.h after generic includes
2284 - bnx2x: Fix invalid memory access in rss hash config path.
2285 - net: axienet: Fix double deregister of mdio
2286 - locking/rtmutex: Allow specifying a subclass for nested locking
2287 - i2c/mux, locking/core: Annotate the nested rt_mutex usage
2288 - sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE
2289 - x86/boot: Fix if_changed build flip/flop bug
2290 - selftests/ftrace: Add snapshot and tracing_on test case
2291 - ipc/sem.c: prevent queue.status tearing in semop
2292 - zswap: re-check zswap_is_full() after do zswap_shrink()
2293 - tools/power turbostat: Read extended processor family from CPUID
2294 - ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_size
2295 - bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()
2296 - nfp: flower: fix port metadata conversion bug
2297 - enic: handle mtu change for vf properly
2298 - ARC: [plat-eznps] Add missing struct nps_host_reg_aux_dpc
2299 - arc: [plat-eznps] fix data type errors in platform headers
2300 - arc: [plat-eznps] fix printk warning in arc/plat-eznps/mtm.c
2301 - arc: fix build errors in arc/include/asm/delay.h
2302 - arc: fix type warnings in arc/mm/cache.c
2303 - sparc/time: Add missing __init to init_tick_ops()
2304 - sparc: use asm-generic version of msi.h
2305 - enic: do not call enic_change_mtu in enic_probe
2306 - mm: delete historical BUG from zap_pmd_range()
2307 - drivers: net: lmc: fix case value for target abort error
2308 - memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failure
2309 - gpiolib-acpi: make sure we trigger edge events at least once on boot
2310 - scsi: fcoe: fix use-after-free in fcoe_ctlr_els_send
2311 - scsi: fcoe: drop frames in ELS LOGO error path
2312 - scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATED
2313 - mm/memory.c: check return value of ioremap_prot
2314 - mei: don't update offset in write
2315 - cifs: add missing debug entries for kconfig options
2316 - cifs: check kmalloc before use
2317 - smb3: enumerating snapshots was leaving part of the data off end
2318 - smb3: Do not send SMB3 SET_INFO if nothing changed
2319 - smb3: don't request leases in symlink creation and query
2320 - smb3: fill in statfs fsid and correct namelen
2321 - btrfs: use correct compare function of dirty_metadata_bytes
2322 - btrfs: don't leak ret from do_chunk_alloc
2323 - Btrfs: fix btrfs_write_inode vs delayed iput deadlock
2324 - iommu/arm-smmu: Error out only if not enough context interrupts
2325 - printk: Split the code for storing a message into the log buffer
2326 - printk: Create helper function to queue deferred console handling
2327 - printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
2328 - kprobes/arm64: Fix %p uses in error messages
2329 - arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()
2330 - arm64: dts: rockchip: corrected uart1 clock-names for rk3328
2331 - KVM: arm/arm64: Skip updating PMD entry if no change
2332 - KVM: arm/arm64: Skip updating PTE entry if no change
2333 - stop_machine: Reflow cpu_stop_queue_two_works()
2334 - ext4: check for NUL characters in extended attribute's name
2335 - ext4: sysfs: print ext4_super_block fields as little-endian
2336 - ext4: reset error code in ext4_find_entry in fallback
2337 - platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, too
2338 - x86/vdso: Fix vDSO build if a retpoline is emitted
2339 - x86/process: Re-export start_thread()
2340 - x86/kvm/vmx: Remove duplicate l1d flush definitions
2341 - fuse: Add missed unlock_page() to fuse_readpages_fill()
2342 - udl-kms: change down_interruptible to down
2343 - udl-kms: handle allocation failure
2344 - udl-kms: fix crash due to uninitialized memory
2345 - udl-kms: avoid division
2346 - b43legacy/leds: Ensure NUL-termination of LED name string
2347 - b43/leds: Ensure NUL-termination of LED name string
2348 - ASoC: dpcm: don't merge format from invalid codec dai
2349 - ASoC: zte: Fix incorrect PCM format bit usages
2350 - ASoC: sirf: Fix potential NULL pointer dereference
2351 - pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show()
2352 - x86/vdso: Fix lsl operand order
2353 - x86/irqflags: Mark native_restore_fl extern inline
2354 - x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()
2355 - s390/mm: fix addressing exception after suspend/resume
2356 - s390/numa: move initial setup of node_to_cpumask_map
2357 - kprobes/arm: Fix %p uses in error messages
2358 - kprobes: Make list and blacklist root user read only
2359 - MIPS: Correct the 64-bit DSP accumulator register size
2360 - MIPS: Always use -march=<arch>, not -<arch> shortcuts
2361 - MIPS: Change definition of cpu_relax() for Loongson-3
2362 - MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7
2363 - tpm: Return the actual size when receiving an unsupported command
2364 - scsi: mpt3sas: Fix _transport_smp_handler() error path
2365 - scsi: sysfs: Introduce sysfs_{un,}break_active_protection()
2366 - scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock
2367 - clk: rockchip: fix clk_i2sout parent selection bits on rk3399
2368 - PM / clk: signedness bug in of_pm_clk_add_clks()
2369 - power: generic-adc-battery: fix out-of-bounds write when copying channel
2370 properties
2371 - power: generic-adc-battery: check for duplicate properties copied from iio
2372 channels
2373 - watchdog: Mark watchdog touch functions as notrace
2374 - gcc-plugins: Add include required by GCC release 8
2375 - gcc-plugins: Use dynamic initializers
2376 - Btrfs: fix send failure when root has deleted files still open
2377 - Btrfs: send, fix incorrect file layout after hole punching beyond eof
2378 - hwmon: (k10temp) 27C Offset needed for Threadripper2
2379 - KVM: arm/arm64: Fix potential loss of ptimer interrupts
2380 - KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked
2381 - perf kvm: Fix subcommands on s390
2382 - ext4: use ext4_warning() for sb_getblk failure
2383 - platform/x86: wmi: Do not mix pages and kmalloc
2384 - KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
2385 - lib/vsprintf: Do not handle %pO[^F] as %px
2386 - soc: qcom: rmtfs-mem: fix memleak in probe error paths
2387 - kprobes: Show blacklist addresses as same as kallsyms does
2388 - kprobes: Replace %p with other pointer types
2389 - MIPS: memset.S: Fix byte_fixup for MIPSr6
2390 - mtd: rawnand: qcom: wait for desc completion in all BAM channels
2391 - net: 6lowpan: fix reserved space for single frames
2392 - net: mac802154: tx: expand tailroom if necessary
2393 - 9p/net: Fix zero-copy path in the 9p virtio transport
2394 - spi: davinci: fix a NULL pointer dereference
2395 - spi: pxa2xx: Add support for Intel Ice Lake
2396 - spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe
2397 - spi: cadence: Change usleep_range() to udelay(), for atomic context
2398 - mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITS
2399 - readahead: stricter check for bdi io_pages
2400 - block: blk_init_allocated_queue() set q->fq as NULL in the fail case
2401 - block: really disable runtime-pm for blk-mq
2402 - drm/i915/userptr: reject zero user_size
2403 - libertas: fix suspend and resume for SDIO connected cards
2404 - media: Revert "[media] tvp5150: fix pad format frame height"
2405 - mailbox: xgene-slimpro: Fix potential NULL pointer dereference
2406 - Replace magic for trusting the secondary keyring with #define
2407 - powerpc/fadump: handle crash memory ranges array index overflow
2408 - powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.
2409 - PCI: Add wrappers for dev_printk()
2410 - cxl: Fix wrong comparison in cxl_adapter_context_get()
2411 - ib_srpt: Fix a use-after-free in srpt_close_ch()
2412 - RDMA/rxe: Set wqe->status correctly if an unexpected response is received
2413 - 9p: fix multiple NULL-pointer-dereferences
2414 - fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed
2415 - 9p/virtio: fix off-by-one error in sg list bounds check
2416 - net/9p/client.c: version pointer uninitialized
2417 - net/9p/trans_fd.c: fix race-condition by flushing workqueue before the
2418 kfree()
2419 - dm integrity: change 'suspending' variable from bool to int
2420 - dm thin: stop no_space_timeout worker when switching to write-mode
2421 - dm cache metadata: save in-core policy_hint_size to on-disk superblock
2422 - dm cache metadata: set dirty on all cache blocks after a crash
2423 - dm crypt: don't decrease device limits
2424 - uart: fix race between uart_put_char() and uart_shutdown()
2425 - Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
2426 - iio: sca3000: Fix missing return in switch
2427 - iio: ad9523: Fix displayed phase
2428 - iio: ad9523: Fix return value for ad952x_store()
2429 - extcon: Release locking when sending the notification of connector state
2430 - vmw_balloon: fix inflation of 64-bit GFNs
2431 - vmw_balloon: do not use 2MB without batching
2432 - vmw_balloon: VMCI_DOORBELL_SET does not check status
2433 - vmw_balloon: fix VMCI use when balloon built into kernel
2434 - rtc: omap: fix potential crash on power off
2435 - tracing: Do not call start/stop() functions when tracing_on does not change
2436 - tracing/blktrace: Fix to allow setting same value
2437 - printk/tracing: Do not trace printk_nmi_enter()
2438 - livepatch: Validate module/old func name length
2439 - uprobes: Use synchronize_rcu() not synchronize_sched()
2440 - mfd: hi655x: Fix regmap area declared size for hi655x
2441 - ovl: fix wrong use of impure dir cache in ovl_iterate()
2442 - drivers/block/zram/zram_drv.c: fix bug storing backing_dev
2443 - cpufreq: governor: Avoid accessing invalid governor_data
2444 - PM / sleep: wakeup: Fix build error caused by missing SRCU support
2445 - KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages
2446 - xtensa: limit offsets in __loop_cache_{all,page}
2447 - xtensa: increase ranges in ___invalidate_{i,d}cache_all
2448 - block, bfq: return nbytes and not zero from struct cftype .write() method
2449 - pnfs/blocklayout: off by one in bl_map_stripe()
2450 - NFSv4 client live hangs after live data migration recovery
2451 - NFSv4: Fix locking in pnfs_generic_recover_commit_reqs
2452 - NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()
2453 - ARM: tegra: Fix Tegra30 Cardhu PCA954x reset
2454 - iommu/vt-d: Add definitions for PFSID
2455 - iommu/vt-d: Fix dev iotlb pfsid use
2456 - sys: don't hold uts_sem while accessing userspace memory
2457 - userns: move user access out of the mutex
2458 - ubifs: Fix memory leak in lprobs self-check
2459 - ubifs: Check data node size before truncate
2460 - ubifs: Fix synced_i_size calculation for xattr inodes
2461 - pwm: tiehrpwm: Don't use emulation mode bits to control PWM output
2462 - pwm: tiehrpwm: Fix disabling of output of PWMs
2463 - fb: fix lost console when the user unplugs a USB adapter
2464 - udlfb: set optimal write delay
2465 - libnvdimm: fix ars_status output length calculation
2466 - bcache: release dc->writeback_lock properly in bch_writeback_thread()
2467 - perf auxtrace: Fix queue resize
2468 - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
2469 - crypto: caam/jr - fix descriptor DMA unmapping
2470 - crypto: caam/qi - fix error path in xts setkey
2471 - arm64: mm: always enable CONFIG_HOLES_IN_ZONE
2472 - mmc: renesas_sdhi_internal_dmac: mask DMAC interrupts
2473 - blkcg: Introduce blkg_root_lookup()
2474 - powerpc64/ftrace: Include ftrace.h needed for enable/disable calls
2475 - IB/mlx5: Fix leaking stack memory to userspace
2476 - rtc: omap: fix resource leak in registration error path
2477 - ACPICA: AML Parser: skip opcodes that open a scope upon parse failure
2478 - ALSA: ac97: fix device initialization in the compat layer
2479 - ALSA: ac97: fix check of pm_runtime_get_sync failure
2480 - ALSA: ac97: fix unbalanced pm_runtime_enable
2481 - nfsd: fix leaked file lock with nfs exported overlayfs
2482 - ubifs: Fix directory size calculation for symlinks
2483 - mm, dev_pagemap: Do not clear ->mapping on final put
2484 - act_ife: fix a potential use-after-free
2485 - ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT
2486 state
2487 - net: bcmgenet: use MAC link status for fixed phy
2488 - net: macb: do not disable MDIO bus at open/close time
2489 - qlge: Fix netdev features configuration.
2490 - r8169: add support for NCube 8168 network card
2491 - tcp: do not restart timewait timer on rst reception
2492 - vti6: remove !skb->ignore_df check from vti6_xmit()
2493 - net/sched: act_pedit: fix dump of extended layered op
2494 - tipc: fix a missing rhashtable_walk_exit()
2495 - nfp: wait for posted reconfigs when disabling the device
2496 - sctp: hold transport before accessing its asoc in sctp_transport_get_next
2497 - mlxsw: spectrum_switchdev: Do not leak RIFs when removing bridge
2498 - vhost: correctly check the iova range when waking virtqueue
2499 - hv_netvsc: ignore devices that are not PCI
2500 - act_ife: move tcfa_lock down to where necessary
2501 - act_ife: fix a potential deadlock
2502 - net: sched: action_ife: take reference to meta module
2503 - cifs: check if SMB2 PDU size has been padded and suppress the warning
2504 - hfsplus: don't return 0 when fill_super() failed
2505 - hfs: prevent crash on exit from failed search
2506 - sunrpc: Don't use stack buffer with scatterlist
2507 - fork: don't copy inconsistent signal handler state to child
2508 - reiserfs: change j_timestamp type to time64_t
2509 - hfsplus: fix NULL dereference in hfsplus_lookup()
2510 - fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries
2511 - fat: validate ->i_start before using
2512 - scripts: modpost: check memory allocation results
2513 - virtio: pci-legacy: Validate queue pfn
2514 - x86/mce: Add notifier_block forward declaration
2515 - IB/hfi1: Invalid NUMA node information can cause a divide by zero
2516 - pwm: meson: Fix mux clock names
2517 - mm/fadvise.c: fix signed overflow UBSAN complaint
2518 - fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()
2519 - platform/x86: intel_punit_ipc: fix build errors
2520 - netfilter: ip6t_rpfilter: set F_IFACE for linklocal addresses
2521 - s390/kdump: Fix memleak in nt_vmcoreinfo
2522 - ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()
2523 - mfd: sm501: Set coherent_dma_mask when creating subdevices
2524 - platform/x86: asus-nb-wmi: Add keymap entry for lid flip action on UX360
2525 - netfilter: fix memory leaks on netlink_dump_start error
2526 - tcp, ulp: add alias for all ulp modules
2527 - RDMA/hns: Fix usage of bitmap allocation functions return values
2528 - net: hns3: Fix for command format parsing error in
2529 hclge_is_all_function_id_zero
2530 - perf tools: Check for null when copying nsinfo.
2531 - irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMP
2532 - net/9p/trans_fd.c: fix race by holding the lock
2533 - net/9p: fix error path of p9_virtio_probe
2534 - powerpc/uaccess: Enable get_user(u64, *p) on 32-bit
2535 - powerpc: Fix size calculation using resource_size()
2536 - perf probe powerpc: Fix trace event post-processing
2537 - block: bvec_nr_vecs() returns value for wrong slab
2538 - s390/dasd: fix hanging offline processing due to canceled worker
2539 - s390/dasd: fix panic for failed online processing
2540 - ACPI / scan: Initialize status to ACPI_STA_DEFAULT
2541 - scsi: aic94xx: fix an error code in aic94xx_init()
2542 - NFSv4: Fix error handling in nfs4_sp4_select_mode()
2543 - Input: do not use WARN() in input_alloc_absinfo()
2544 - xen/balloon: fix balloon initialization for PVH Dom0
2545 - PCI: mvebu: Fix I/O space end address calculation
2546 - dm kcopyd: avoid softlockup in run_complete_job
2547 - staging: comedi: ni_mio_common: fix subdevice flags for PFI subdevice
2548 - ASoC: rt5677: Fix initialization of rt5677_of_match.data
2549 - iommu/omap: Fix cache flushes on L2 table entries
2550 - selftests/powerpc: Kill child processes on SIGINT
2551 - RDS: IB: fix 'passing zero to ERR_PTR()' warning
2552 - cfq: Suppress compiler warnings about comparisons
2553 - smb3: fix reset of bytes read and written stats
2554 - SMB3: Number of requests sent should be displayed for SMB3 not just CIFS
2555 - powerpc/platforms/85xx: fix t1042rdb_diu.c build errors & warning
2556 - powerpc/64s: Make rfi_flush_fallback a little more robust
2557 - powerpc/pseries: Avoid using the size greater than RTAS_ERROR_LOG_MAX.
2558 - clk: rockchip: Add pclk_rkpwm_pmu to PMU critical clocks in rk3399
2559 - KVM: vmx: track host_state.loaded using a loaded_vmcs pointer
2560 - kvm: nVMX: Fix fault vector for VMX operation at CPL > 0
2561 - btrfs: Exit gracefully when chunk map cannot be inserted to the tree
2562 - btrfs: replace: Reset on-disk dev stats value after replace
2563 - btrfs: relocation: Only remove reloc rb_trees if reloc control has been
2564 initialized
2565 - btrfs: Don't remove block group that still has pinned down bytes
2566 - arm64: rockchip: Force CONFIG_PM on Rockchip systems
2567 - ARM: rockchip: Force CONFIG_PM on Rockchip systems
2568 - drm/i915/lpe: Mark LPE audio runtime pm as "no callbacks"
2569 - drm/amdgpu: Fix RLC safe mode test in gfx_v9_0_enter_rlc_safe_mode
2570 - drm/amd/pp/Polaris12: Fix a chunk of registers missed to program
2571 - drm/amdgpu: update tmr mc address
2572 - drm/amdgpu:add tmr mc address into amdgpu_firmware_info
2573 - drm/amdgpu:add new firmware id for VCN
2574 - drm/amdgpu:add VCN support in PSP driver
2575 - drm/amdgpu:add VCN booting with firmware loaded by PSP
2576 - debugobjects: Make stack check warning more informative
2577 - mm: Fix devm_memremap_pages() collision handling
2578 - HID: add quirk for another PIXART OEM mouse used by HP
2579 - usb: dwc3: core: Fix ULPI PHYs and prevent phy_get/ulpi_init during
2580 suspend/resume
2581 - x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clear
2582 - x86/xen: don't write ptes directly in 32-bit PV guests
2583 - drm/i915: Increase LSPCON timeout
2584 - kbuild: make missing $DEPMOD a Warning instead of an Error
2585 - kvm: x86: Set highest physical address bits in non-present/reserved SPTEs
2586 - x86: kvm: avoid unused variable warning
2587 - arm64: cpu_errata: include required headers
2588 - ASoC: wm8994: Fix missing break in switch
2589 - arm64: Fix mismatched cache line size detection
2590 - arm64: Handle mismatched cache type
2591 - tipc: fix the big/little endian issue in tipc_dest
2592 - ip6_vti: fix a null pointer deference when destroy vti6 tunnel
2593 - workqueue: skip lockdep wq dependency in cancel_work_sync()
2594 - workqueue: re-add lockdep dependencies for flushing
2595 - apparmor: fix an error code in __aa_create_ns()
2596 - tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattach
2597 - netfilter: x_tables: do not fail xt_alloc_table_info too easilly
2598 - ACPICA: ACPICA: add status check for acpi_hw_read before assigning return
2599 value
2600 - PCI: Match Root Port's MPS to endpoint's MPSS as necessary
2601 - coccicheck: return proper error code on fail
2602 - RISC-V: Use KBUILD_CFLAGS instead of KCFLAGS when building the vDSO
2603 - blk-mq: count the hctx as active before allocating tag
2604 - selinux: cleanup dentry and inodes on error in selinuxfs
2605 - drm/amd/display: Read back max backlight value at boot
2606 - btrfs: check-integrity: Fix NULL pointer dereference for degraded mount
2607 - btrfs: lift uuid_mutex to callers of btrfs_open_devices
2608 - btrfs: Fix a C compliance issue
2609 - drm/i915: Nuke the LVDS lid notifier
2610 - drm/edid: Quirk Vive Pro VR headset non-desktop.
2611 - drm/amd/display: fix type of variable
2612 - drm/amd/display: Don't share clk source between DP and HDMI
2613 - drm/amd/display: update clk for various HDMI color depths
2614 - drm/amd/display: Use requested HDMI aspect ratio
2615 - drm/rockchip: lvds: add missing of_node_put
2616 - drm/amd/display: Pass connector id when executing VBIOS CT
2617 - drm/amd/display: Check if clock source in use before disabling
2618 - drm/amdgpu: fix incorrect use of fcheck
2619 - drm/amdgpu: fix incorrect use of drm_file->pid
2620 - drm/i915: set DP Main Stream Attribute for color range on DDI platforms
2621 - x86/tsc: Prevent result truncation on 32bit
2622
2623 * [Regression] Colour banding appears on Lenovo B50-80 integrated display
2624 (LP: #1788308) // Bionic update: upstream stable patchset 2019-07-09
2625 (LP: #1835972)
2626 - drm/edid: Add 6 bpc quirk for SDC panel in Lenovo B50-80
2627
2628 * CVE-2019-12819
2629 - mdio_bus: Fix use-after-free on device_register fails
2630
2631 * proc_thermal flooding dmesg (LP: #1824690)
2632 - drivers: thermal: processor_thermal: Downgrade error message
2633
2634 * Bionic update: upstream stable patchset 2019-07-08 (LP: #1835845)
2635 - bonding: avoid lockdep confusion in bond_get_stats()
2636 - inet: frag: enforce memory limits earlier
2637 - ipv4: frags: handle possible skb truesize change
2638 - net: dsa: Do not suspend/resume closed slave_dev
2639 - net: stmmac: Fix WoL for PCI-based setups
2640 - rxrpc: Fix user call ID check in rxrpc_service_prealloc_one
2641 - can: ems_usb: Fix memory leak on ems_usb_disconnect()
2642 - virtio_balloon: fix another race between migration and ballooning
2643 - x86/apic: Future-proof the TSC_DEADLINE quirk for SKX
2644 - kvm: x86: vmx: fix vpid leak
2645 - audit: fix potential null dereference 'context->module.name'
2646 - userfaultfd: remove uffd flags from vma->vm_flags if UFFD_EVENT_FORK fails
2647 - RDMA/uverbs: Expand primary and alt AV port checks
2648 - crypto: padlock-aes - Fix Nano workaround data corruption
2649 - drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formats
2650 - scsi: sg: fix minor memory leak in error path
2651 - net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager
2652 - net/mlx5e: Set port trust mode to PCP as default
2653 - x86/efi: Access EFI MMIO data as unencrypted when SEV is active
2654 - drm/atomic: Check old_plane_state->crtc in drm_atomic_helper_async_check()
2655 - drm/atomic: Initialize variables in drm_atomic_helper_async_check() to make
2656 gcc happy
2657 - scsi: qla2xxx: Fix unintialized List head crash
2658 - scsi: qla2xxx: Fix NPIV deletion by calling wait_for_sess_deletion
2659 - scsi: qla2xxx: Fix ISP recovery on unload
2660 - scsi: qla2xxx: Return error when TMF returns
2661 - genirq: Make force irq threading setup more robust
2662 - nohz: Fix local_timer_softirq_pending()
2663 - nohz: Fix missing tick reprogram when interrupting an inline softirq
2664 - ring_buffer: tracing: Inherit the tracing setting to next ring buffer
2665 - i2c: imx: Fix reinit_completion() use
2666 - Btrfs: fix file data corruption after cloning a range and fsync
2667 - nvme-pci: allocate device queues storage space at probe
2668 - nvme-pci: Fix queue double allocations
2669 - xfs: catch inode allocation state mismatch corruption
2670 - xfs: validate cached inodes are free when allocated
2671 - perf/x86/intel/uncore: Fix hardcoded index of Broadwell extra PCI devices
2672 - parisc: Enable CONFIG_MLONGCALLS by default
2673 - parisc: Define mb() and add memory barriers to assembler unlock sequences
2674 - kasan: add no_sanitize attribute for clang builds
2675 - Mark HI and TASKLET softirq synchronous
2676 - xen/netfront: don't cache skb_shinfo()
2677 - scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management
2678 enabled
2679 - scsi: qla2xxx: Fix memory leak for allocating abort IOCB
2680 - init: rename and re-order boot_cpu_state_init()
2681 - root dentries need RCU-delayed freeing
2682 - make sure that __dentry_kill() always invalidates d_seq, unhashed or not
2683 - fix mntput/mntput race
2684 - fix __legitimize_mnt()/mntput() race
2685 - mtd: nand: qcom: Add a NULL check for devm_kasprintf()
2686 - phy: phy-mtk-tphy: use auto instead of force to bypass utmi signals
2687 - ARM: dts: imx6sx: fix irq for pcie bridge
2688 - kprobes/x86: Fix %p uses in error messages
2689 - x86/irqflags: Provide a declaration for native_save_fl
2690 - x86/apic: Ignore secondary threads if nosmt=force
2691 - x86/mm/kmmio: Make the tracer robust against L1TF
2692 - tools headers: Synchronise x86 cpufeatures.h for L1TF additions
2693 - x86/microcode: Allow late microcode loading with SMT disabled
2694 - x86/smp: fix non-SMP broken build due to redefinition of
2695 apic_id_is_primary_thread
2696 - cpu/hotplug: Non-SMP machines do not make use of booted_once
2697 - sched/deadline: Update rq_clock of later_rq when pushing a task
2698 - zram: remove BD_CAP_SYNCHRONOUS_IO with writeback feature
2699 - x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
2700 - x86: i8259: Add missing include file
2701 - kbuild: verify that $DEPMOD is installed
2702 - crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()
2703 - crypto: vmac - require a block cipher with 128-bit block size
2704 - crypto: vmac - separate tfm and request context
2705 - crypto: blkcipher - fix crash flushing dcache in error path
2706 - crypto: ablkcipher - fix crash flushing dcache in error path
2707 - crypto: skcipher - fix aligning block size in skcipher_copy_iv()
2708 - crypto: skcipher - fix crash flushing dcache in error path
2709 - x86/platform/UV: Mark memblock related init code and data correctly
2710 - dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()
2711 - l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
2712 - llc: use refcount_inc_not_zero() for llc_sap_find()
2713 - vsock: split dwork to avoid reinitializations
2714 - net_sched: Fix missing res info when create new tc_index filter
2715 - vhost: reset metadata cache when initializing new IOTLB
2716 - ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmit
2717 - net: aquantia: Fix IFF_ALLMULTI flag functionality
2718 - ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs
2719 - ALSA: hda - Turn CX8200 into D3 as well upon reboot
2720 - ALSA: vx222: Fix invalid endian conversions
2721 - ALSA: virmidi: Fix too long output trigger loop
2722 - ALSA: cs5535audio: Fix invalid endian conversion
2723 - ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry
2724 - ALSA: memalloc: Don't exceed over the requested size
2725 - ALSA: vxpocket: Fix invalid endian conversions
2726 - USB: serial: sierra: fix potential deadlock at close
2727 - USB: serial: pl2303: add a new device id for ATEN
2728 - ACPI / PM: save NVS memory for ASUS 1025C laptop
2729 - tty: serial: 8250: Revert NXP SC16C2552 workaround
2730 - serial: 8250_exar: Read INT0 from slave device, too
2731 - serial: 8250_dw: always set baud rate in dw8250_set_termios
2732 - serial: 8250_dw: Add ACPI support for uart on Broadcom SoC
2733 - misc: sram: fix resource leaks in probe error path
2734 - Bluetooth: avoid killing an already killed socket
2735 - isdn: Disable IIOCDBGVAR
2736 - cls_matchall: fix tcf_unbind_filter missing
2737 - mlxsw: core_acl_flex_actions: Return error for conflicting actions
2738 - ip_vti: fix a null pointer deferrence when create vti fallback tunnel
2739 - net: ethernet: mvneta: Fix napi structure mixup on armada 3700
2740 - net: mvneta: fix mvneta_config_rss on armada 3700
2741 - EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]
2742 - pty: fix O_CLOEXEC for TIOCGPTPEER
2743 - arm: dts: armada: Fix "#cooling-cells" property's name
2744 - vfio: ccw: fix error return in vfio_ccw_sch_event
2745 - perf tools: Fix error index for pmu event parser
2746 - Input: synaptics-rmi4 - fix axis-swap behavior
2747 - IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()'
2748 - drm/bridge/sii8620: fix loops in EDID fetch logic
2749 - drm/bridge/sii8620: fix potential buffer overflow
2750 - ARC: Explicitly add -mmedium-calls to CFLAGS
2751 - hwmon: (nct6775) Fix loop limit
2752 - soc: imx: gpcv2: correct PGC offset
2753 - usb: dwc3: pci: add support for Intel IceLake
2754 - usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc()
2755 - usb: dwc3: of-simple: fix use-after-free on remove
2756 - ACPI / EC: Use ec_no_wakeup on Thinkpad X1 Carbon 6th
2757 - netfilter: ipv6: nf_defrag: reduce struct net memory waste
2758 - netfilter: nf_ct_helper: Fix possible panic after
2759 nf_conntrack_helper_unregister
2760 - selftests: pstore: return Kselftest Skip code for skipped tests
2761 - selftests: static_keys: return Kselftest Skip code for skipped tests
2762 - selftests: sysctl: return Kselftest Skip code for skipped tests
2763 - selftests: zram: return Kselftest Skip code for skipped tests
2764 - selftests: vm: return Kselftest Skip code for skipped tests
2765 - selftests: sync: add config fragment for testing sync framework
2766 - ARM: dts: NSP: Fix i2c controller interrupt type
2767 - ARM: dts: NSP: Fix PCIe controllers interrupt types
2768 - ARM: dts: BCM5301x: Fix i2c controller interrupt type
2769 - ARM: dts: Cygnus: Fix I2C controller interrupt type
2770 - ARM: dts: Cygnus: Fix PCIe controller interrupt type
2771 - arm64: dts: specify 1.8V EMMC capabilities for bcm958742k
2772 - arm64: dts: specify 1.8V EMMC capabilities for bcm958742t
2773 - arm64: dts: ns2: Fix I2C controller interrupt type
2774 - arm64: dts: ns2: Fix PCIe controller interrupt type
2775 - arm64: dts: Stingray: Fix I2C controller interrupt type
2776 - drivers/perf: xgene_pmu: Fix IOB SLOW PMU parser error
2777 - drm: mali-dp: Enable Global SE interrupts mask for DP500
2778 - drm/arm/malidp: Preserve LAYER_FORMAT contents when setting format
2779 - IB/rxe: Fix missing completion for mem_reg work requests
2780 - usb: dwc2: alloc dma aligned buffer for isoc split in
2781 - usb: dwc2: fix isoc split in transfer with no data
2782 - usb: gadget: composite: fix delayed_status race condition when set_interface
2783 - usb: gadget: dwc2: fix memory leak in gadget_init()
2784 - dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculation
2785 - xen: add error handling for xenbus_printf
2786 - pNFS: Always free the session slot on error in
2787 nfs4_layoutget_handle_exception
2788 - scsi: xen-scsifront: add error handling for xenbus_printf
2789 - xen/scsiback: add error handling for xenbus_printf
2790 - arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flag
2791 - arm64: make secondary_start_kernel() notrace
2792 - qed: Fix possible memory leak in Rx error path handling.
2793 - qed: Add sanity check for SIMD fastpath handler.
2794 - qed: Do not advertise DCBX_LLD_MANAGED capability.
2795 - enic: initialize enic->rfs_h.lock in enic_probe
2796 - net: hamradio: use eth_broadcast_addr
2797 - net: propagate dev_get_valid_name return code
2798 - net: stmmac: socfpga: add additional ocp reset line for Stratix10
2799 - nvmet: reset keep alive timer in controller enable
2800 - block: sed-opal: Fix a couple off by one bugs
2801 - ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMP
2802 - nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.
2803 - net: davinci_emac: match the mdio device against its compatible if possible
2804 - sctp: fix erroneous inc of snmp SctpFragUsrMsgs
2805 - KVM: arm/arm64: Drop resource size check for GICV window
2806 - drm/bridge/sii8620: fix display of packed pixel modes in MHL2
2807 - locking/lockdep: Do not record IRQ state within lockdep code
2808 - selftests: bpf: notification about privilege required to run test_kmod.sh
2809 testing script
2810 - mtd: dataflash: Use ULL suffix for 64-bit constants
2811 - x86/microcode/intel: Fix memleak in save_microcode_patch()
2812 - ipv6: mcast: fix unsolicited report interval after receiving querys
2813 - Smack: Mark inode instant in smack_task_to_inode
2814 - arm64: dts: msm8916: fix Coresight ETF graph connections
2815 - batman-adv: Fix bat_ogm_iv best gw refcnt after netlink dump
2816 - batman-adv: Fix bat_v best gw refcnt after netlink dump
2817 - batman-adv: Avoid storing non-TT-sync flags on singular entries too
2818 - batman-adv: Fix multicast TT issues with bogus ROAM flags
2819 - cxgb4: when disabling dcb set txq dcb priority to 0
2820 - iio: pressure: bmp280: fix relative humidity unit
2821 - brcmfmac: stop watchdog before detach and free everything
2822 - ARM: dts: am437x: make edt-ft5x06 a wakeup source
2823 - ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctl
2824 - usb: xhci: remove the code build warning
2825 - usb: xhci: increase CRS timeout value
2826 - NFC: pn533: Fix wrong GFP flag usage
2827 - typec: tcpm: Fix a msecs vs jiffies bug
2828 - kconfig: fix line numbers for if-entries in menu tree
2829 - perf record: Support s390 random socket_id assignment
2830 - perf test session topology: Fix test on s390
2831 - perf report powerpc: Fix crash if callchain is empty
2832 - perf tools: Fix a clang 7.0 compilation error
2833 - perf bench: Fix numa report output code
2834 - ARM: davinci: board-da850-evm: fix WP pin polarity for MMC/SD
2835 - netfilter: nf_log: fix uninit read in nf_log_proc_dostring
2836 - net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw manager
2837 - nfp: cast sizeof() to int when comparing with error code
2838 - selftests/x86/sigreturn/64: Fix spurious failures on AMD CPUs
2839 - selftests/x86/sigreturn: Do minor cleanups
2840 - ARM: dts: da850: Fix interrups property for gpio
2841 - ARM64: dts: meson-gxl: fix Mali GPU compatible string
2842 - dmaengine: pl330: report BURST residue granularity
2843 - dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()
2844 - ath10k: update the phymode along with bandwidth change request
2845 - md/raid10: fix that replacement cannot complete recovery after reassemble
2846 - dev-dax: check_vma: ratelimit dev_info-s
2847 - nl80211: relax ht operation checks for mesh
2848 - nl80211: check nla_parse_nested() return values
2849 - drm/exynos: gsc: Fix support for NV16/61, YUV420/YVU420 and YUV422 modes
2850 - drm/exynos: decon5433: Fix per-plane global alpha for XRGB modes
2851 - drm/exynos: decon5433: Fix WINCONx reset value
2852 - drbd: Fix drbd_request_prepare() discard handling
2853 - bpf, s390: fix potential memleak when later bpf_jit_prog fails
2854 - PCI: xilinx: Add missing of_node_put()
2855 - PCI: xilinx-nwl: Add missing of_node_put()
2856 - PCI: faraday: Add missing of_node_put()
2857 - bnx2x: Fix receiving tx-timeout in error or recovery state.
2858 - fsl/fman: fix parser reporting bad checksum on short frames
2859 - dpaa_eth: DPAA SGT needs to be 256B
2860 - acpi/nfit: fix cmd_rc for acpi_nfit_ctl to always return a value
2861 - openrisc: entry: Fix delay slot exception detection
2862 - m68k: fix "bad page state" oops on ColdFire boot
2863 - objtool: Support GCC 8 '-fnoreorder-functions'
2864 - ipvlan: call dev_change_flags when ipvlan mode is reset
2865 - drm/amdgpu: fix swapped emit_ib_size in vce3
2866 - x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()
2867 - HID: wacom: Correct touch maximum XY of 2nd-gen Intuos
2868 - ARM: imx_v4_v5_defconfig: Select ULPI support
2869 - bpf: hash map: decrement counter on error
2870 - tracing: Use __printf markup to silence compiler
2871 - kasan: fix shadow_size calculation error in kasan_module_alloc
2872 - smsc75xx: Add workaround for gigabit link up hardware errata.
2873 - drm/bridge/sii8620: Fix display of packed pixel modes
2874 - samples/bpf: add missing <linux/if_vlan.h>
2875 - samples/bpf: Check the result of system()
2876 - samples/bpf: Check the error of write() and read()
2877 - ieee802154: 6lowpan: set IFLA_LINK
2878 - netfilter: x_tables: set module owner for icmp(6) matches
2879 - ipv6: make ipv6_renew_options() interrupt/kernel safe
2880 - net: qrtr: Broadcast messages only from control port
2881 - sh_eth: fix invalid context bug while calling auto-negotiation by ethtool
2882 - sh_eth: fix invalid context bug while changing link options by ethtool
2883 - ravb: fix invalid context bug while calling auto-negotiation by ethtool
2884 - ravb: fix invalid context bug while changing link options by ethtool
2885 - ARM: pxa: irq: fix handling of ICMR registers in suspend/resume
2886 - net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used
2887 - nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash us
2888 - ieee802154: at86rf230: switch from BUG_ON() to WARN_ON() on problem
2889 - ieee802154: at86rf230: use __func__ macro for debug messages
2890 - ieee802154: fakelb: switch from BUG_ON() to WARN_ON() on problem
2891 - gpu: host1x: Check whether size of unpin isn't 0
2892 - drm/tegra: Fix comparison operator for buffer size
2893 - drm/armada: fix colorkey mode property
2894 - drm/armada: fix irq handling
2895 - netfilter: nft_compat: explicitly reject ERROR and standard target
2896 - netfilter: nf_conntrack: Fix possible possible crash on module loading.
2897 - ARC: Improve cmpxchg syscall implementation
2898 - bnxt_en: Fix inconsistent BNXT_FLAG_AGG_RINGS logic.
2899 - bnxt_en: Always set output parameters in bnxt_get_max_rings().
2900 - bnxt_en: Fix for system hang if request_irq fails
2901 - scsi: qedf: Send the driver state to MFW
2902 - scsi: qedi: Send driver state to MFW
2903 - perf llvm-utils: Remove bashism from kernel include fetch script
2904 - perf tools: Fix compilation errors on gcc8
2905 - perf script python: Fix dict reference counting
2906 - nfit: fix unchecked dereference in acpi_nfit_ctl
2907 - RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error path
2908 - ARM: 8780/1: ftrace: Only set kernel memory back to read-only after boot
2909 - ARM: DRA7/OMAP5: Enable ACTLR[0] (Enable invalidates of BTB) for secondary
2910 cores
2911 - ARM: dts: am3517.dtsi: Disable reference to OMAP3 OTG controller
2912 - ixgbe: Be more careful when modifying MAC filters
2913 - tools: build: Use HOSTLDFLAGS with fixdep
2914 - kbuild: suppress warnings from 'getconf LFS_*'
2915 - packet: reset network header if packet shorter than ll reserved space
2916 - qlogic: check kstrtoul() for errors
2917 - tcp: remove DELAYED ACK events in DCTCP
2918 - pinctrl: ingenic: Fix inverted direction for < JZ4770
2919 - pinctrl: nsp: off by ones in nsp_pinmux_enable()
2920 - pinctrl: nsp: Fix potential NULL dereference
2921 - drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply()
2922 - net/ethernet/freescale/fman: fix cross-build error
2923 - ibmvnic: Fix error recovery on login failure
2924 - btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()
2925 - octeon_mgmt: Fix MIX registers configuration on MTU setup
2926 - net: usb: rtl8150: demote allmulti message to dev_dbg()
2927 - PCI: OF: Fix I/O space page leak
2928 - PCI: versatile: Fix I/O space page leak
2929 - net: qca_spi: Avoid packet drop during initial sync
2930 - net: qca_spi: Make sure the QCA7000 reset is triggered
2931 - net: qca_spi: Fix log level if probe fails
2932 - tcp: identify cryptic messages as TCP seq # bugs
2933 - soc: imx: gpc: restrict register range for regmap access
2934 - ACPI / EC: Use ec_no_wakeup on more Thinkpad X1 Carbon 6th systems
2935 - ARM: dts: imx6: RDU2: fix irq type for mv88e6xxx switch
2936 - nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMD
2937 - parisc: Remove ordered stores from syscall.S
2938 - xfrm_user: prevent leaking 2 bytes of kernel memory
2939 - netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state
2940 - packet: refine ring v3 block size test to hold one frame
2941 - net/smc: no shutdown in state SMC_LISTEN
2942 - parisc: Remove unnecessary barriers from spinlock.h
2943 - PCI: hotplug: Don't leak pci_slot on registration failure
2944 - PCI: Skip MPS logic for Virtual Functions (VFs)
2945 - PCI: pciehp: Fix use-after-free on unplug
2946 - PCI: pciehp: Fix unprotected list iteration in IRQ handler
2947 - i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes
2948 - i2c: imx: Fix race condition in dma read
2949 - reiserfs: fix broken xattr handling (heap corruption, bad retval)
2950 - updateconfigs for v4.14.67
2951 - IB/rxe: avoid double kfree skb
2952 - RDMA/qedr: Fix NULL pointer dereference when running over iWARP without
2953 RDMA-CM
2954 - smb3: increase initial number of credits requested to allow write
2955 - hwmon: (dell-smm) Disable fan support for Dell XPS13 9333
2956 - ARM: dts: HR2: Fix interrupt types for i2c and PCIe
2957 - drm/arm/malidp: Ensure that the crtcs are shutdown before removing any
2958 encoder/connector
2959 - drm/mali-dp: Rectify the width and height passed to rotmem_required()
2960 - dmaengine: ti: omap-dma: Fix OMAP1510 incorrect residue_granularity
2961 - nvme-rdma: fix possible double free condition when failing to create a
2962 controller
2963 - nvme-rdma: Fix command completion race at error recovery
2964 - nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrl
2965 - clk: sunxi-ng: replace lib-y with obj-y
2966 - batman-adv: Fix debugfs path for renamed hardif
2967 - batman-adv: Fix debugfs path for renamed softif
2968 - nfp: bpf: don't stop offload if replace failed
2969 - perf tests: Add event parsing error handling to parse events test
2970 - perf script: Fix crash because of missing evsel->priv
2971 - perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]
2972 - s390/qeth: consistently re-enable device features
2973 - sched/fair: Fix bandwidth timer clock drift condition
2974 - r8169: fix mac address change
2975 - RISC-V: Don't include irq-riscv-intc.h
2976 - RISC-V: Fix PTRACE_SETREGSET bug.
2977 - net: qrtr: Reset the node and port ID of broadcast messages
2978 - cxgb4: assume flash part size to be 4MB, if it can't be determined
2979 - bpf: fix sk_skb programs without skb->dev assigned
2980 - ipfrag: really prevent allocation on netns exit
2981 - gpu: host1x: Skip IOMMU initialization if firewall is enabled
2982 - ARC: [plat-hsdk]: Configure APB GPIO controller on ARC HSDK platform
2983 - bnxt_en: Do not modify max IRQ count after RDMA driver requests/frees IRQs.
2984 - scsi: hpsa: correct enclosure sas address
2985 - perf tools: Use python-config --includes rather than --cflags
2986 - sfp: ensure we clean up properly on bus registration failure
2987 - amd/dc/dce100: On dce100, set clocks to 0 on suspend
2988 - tools: build: Fixup host c flags
2989 - kvm: nVMX: Restore exit qual for VM-entry failure due to MSR loading
2990 - ibmvnic: Revise RX/TX queue error messages
2991 - net/smc: reset recv timeout after clc handshake
2992 - PCI: xgene: Fix I/O space page leak
2993 - PCI: designware: Fix I/O space page leak
2994 - PCI: aardvark: Fix I/O space page leak
2995 - PCI: faraday: Fix I/O space page leak
2996 - PCI: mediatek: Fix I/O space page leak
2997 - PCI: v3-semi: Fix I/O space page leak
2998 - platform/x86: dell-laptop: Fix backlight detection
2999 - mm: use helper functions for allocating and freeing vm_area structs
3000 - mm: make vm_area_dup() actually copy the old vma data
3001 - mm: make vm_area_alloc() initialize core fields
3002 - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM
3003
3004 -- Sultan Alsawaf <sultan.alsawaf@canonical.com> Wed, 24 Jul 2019 09:50:49 -0600
3005
3006 linux (4.15.0-55.60) bionic; urgency=medium
3007
3008 * linux: 4.15.0-55.60 -proposed tracker (LP: #1834954)
3009
3010 * Request backport of ceph commits into bionic (LP: #1834235)
3011 - ceph: use atomic_t for ceph_inode_info::i_shared_gen
3012 - ceph: define argument structure for handle_cap_grant
3013 - ceph: flush pending works before shutdown super
3014 - ceph: send cap releases more aggressively
3015 - ceph: single workqueue for inode related works
3016 - ceph: avoid dereferencing invalid pointer during cached readdir
3017 - ceph: quota: add initial infrastructure to support cephfs quotas
3018 - ceph: quota: support for ceph.quota.max_files
3019 - ceph: quota: don't allow cross-quota renames
3020 - ceph: fix root quota realm check
3021 - ceph: quota: support for ceph.quota.max_bytes
3022 - ceph: quota: update MDS when max_bytes is approaching
3023 - ceph: quota: add counter for snaprealms with quota
3024 - ceph: avoid iput_final() while holding mutex or in dispatch thread
3025
3026 * QCA9377 isn't being recognized sometimes (LP: #1757218)
3027 - SAUCE: USB: Disable USB2 LPM at shutdown
3028
3029 * hns: fix ICMP6 neighbor solicitation messages discard problem (LP: #1833140)
3030 - net: hns: fix ICMP6 neighbor solicitation messages discard problem
3031 - net: hns: fix unsigned comparison to less than zero
3032
3033 * Fix occasional boot time crash in hns driver (LP: #1833138)
3034 - net: hns: Fix probabilistic memory overwrite when HNS driver initialized
3035
3036 * use-after-free in hns_nic_net_xmit_hw (LP: #1833136)
3037 - net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()
3038
3039 * hns: attempt to restart autoneg when disabled should report error
3040 (LP: #1833147)
3041 - net: hns: Restart autoneg need return failed when autoneg off
3042
3043 * systemd 237-3ubuntu10.14 ADT test failure on Bionic ppc64el (test-seccomp)
3044 (LP: #1821625)
3045 - powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
3046 - powerpc: sys_pkey_mprotect() system call
3047
3048 * [UBUNTU] pkey: Indicate old mkvp only if old and curr. mkvp are different
3049 (LP: #1832625)
3050 - pkey: Indicate old mkvp only if old and current mkvp are different
3051
3052 * [UBUNTU] kernel: Fix gcm-aes-s390 wrong scatter-gather list processing
3053 (LP: #1832623)
3054 - s390/crypto: fix gcm-aes-s390 selftest failures
3055
3056 * System crashes on hot adding a core with drmgr command (4.15.0-48-generic)
3057 (LP: #1833716)
3058 - powerpc/numa: improve control of topology updates
3059 - powerpc/numa: document topology_updates_enabled, disable by default
3060
3061 * Kernel modules generated incorrectly when system is localized to a non-
3062 English language (LP: #1828084)
3063 - scripts: override locale from environment when running recordmcount.pl
3064
3065 * [UBUNTU] kernel: Fix wrong dispatching for control domain CPRBs
3066 (LP: #1832624)
3067 - s390/zcrypt: Fix wrong dispatching for control domain CPRBs
3068
3069 * CVE-2019-11815
3070 - net: rds: force to destroy connection if t_sock is NULL in
3071 rds_tcp_kill_sock().
3072
3073 * Sound device not detected after resume from hibernate (LP: #1826868)
3074 - drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabled
3075 - drm/i915: Save the old CDCLK atomic state
3076 - drm/i915: Remove redundant store of logical CDCLK state
3077 - drm/i915: Skip modeset for cdclk changes if possible
3078
3079 * Handle overflow in proc_get_long of sysctl (LP: #1833935)
3080 - sysctl: handle overflow in proc_get_long
3081
3082 * Dell XPS 13 (9370) defaults to s2idle sleep/suspend instead of deep, NVMe
3083 drains lots of power under s2idle (LP: #1808957)
3084 - Revert "UBUNTU: SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3
3085 and being disabled"
3086 - Revert "UBUNTU: SAUCE: nvme: add quirk to not call disable function when
3087 suspending"
3088 - Revert "UBUNTU: SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3"
3089 - Revert "SAUCE: nvme: add quirk to not call disable function when suspending"
3090 - Revert "SAUCE: pci: prevent sk hynix nvme from entering D3"
3091 - PCI: PM: Avoid possible suspend-to-idle issue
3092 - PCI: PM: Skip devices in D0 for suspend-to-idle
3093 - nvme-pci: Sync queues on reset
3094 - nvme: Export get and set features
3095 - nvme-pci: Use host managed power state for suspend
3096
3097 * linux v4.15 ftbfs on a newer host kernel (e.g. hwe) (LP: #1823429)
3098 - selinux: use kernel linux/socket.h for genheaders and mdp
3099
3100 * 32-bit x86 kernel 4.15.0-50 crash in vmalloc_sync_all (LP: #1830433)
3101 - x86/mm/pat: Disable preemption around __flush_tlb_all()
3102 - x86/mm: Drop usage of __flush_tlb_all() in kernel_physical_mapping_init()
3103 - x86/mm: Disable ioremap free page handling on x86-PAE
3104 - ioremap: Update pgtable free interfaces with addr
3105 - x86/mm: Add TLB purge to free pmd/pte page interfaces
3106 - x86/init: fix build with CONFIG_SWAP=n
3107 - x86/mm: provide pmdp_establish() helper
3108 - x86/mm: Use WRITE_ONCE() when setting PTEs
3109
3110 * hinic: fix oops due to race in set_rx_mode (LP: #1832048)
3111 - hinic: fix a bug in set rx mode
3112
3113 * ubuntu 18.04 flickering screen with Radeon X1600 (LP: #1791312)
3114 - drm/radeon: prefer lower reference dividers
3115
3116 * Login screen never appears on vmwgfx using bionic kernel 4.15 (LP: #1832138)
3117 - drm/vmwgfx: use monotonic event timestamps
3118
3119 * [linux-azure] Block Layer Commits Requested in Azure Kernels (LP: #1834499)
3120 - block: Clear kernel memory before copying to user
3121 - block/bio: Do not zero user pages
3122
3123 * CONFIG_LOG_BUF_SHIFT set to 14 is too low on arm64 (LP: #1824864)
3124 - [Config] CONFIG_LOG_BUF_SHIFT=18 on all 64bit arches
3125
3126 * Handle overflow for file-max (LP: #1834310)
3127 - sysctl: handle overflow for file-max
3128 - kernel/sysctl.c: fix out-of-bounds access when setting file-max
3129
3130 * [ALSA] [PATCH] Headset fixup for System76 Gazelle (gaze14) (LP: #1827555)
3131 - ALSA: hda/realtek - Headset fixup for System76 Gazelle (gaze14)
3132 - ALSA: hda/realtek - Corrected fixup for System76 Gazelle (gaze14)
3133
3134 * crashdump fails on HiSilicon D06 (LP: #1828868)
3135 - iommu/arm-smmu-v3: Abort all transactions if SMMU is enabled in kdump kernel
3136 - iommu/arm-smmu-v3: Don't disable SMMU in kdump kernel
3137
3138 * CVE-2019-11833
3139 - ext4: zero out the unused memory region in the extent tree block
3140
3141 * zfs 0.7.9 fixes a bug (https://github.com/zfsonlinux/zfs/pull/7343) that
3142 hangs the system completely (LP: #1772412)
3143 - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu16.6
3144
3145 * does not detect headphone when there is no other output devices
3146 (LP: #1831065)
3147 - ALSA: hda/realtek - Fixed hp_pin no value
3148 - ALSA: hda/realtek - Use a common helper for hp pin reference
3149
3150 * kernel crash : net_sched race condition in tcindex_destroy() (LP: #1825942)
3151 - net_sched: fix NULL pointer dereference when delete tcindex filter
3152 - RCU, workqueue: Implement rcu_work
3153 - net_sched: switch to rcu_work
3154 - net_sched: fix a race condition in tcindex_destroy()
3155 - net_sched: fix a memory leak in cls_tcindex
3156 - net_sched: initialize net pointer inside tcf_exts_init()
3157 - net_sched: fix two more memory leaks in cls_tcindex
3158
3159 * Support new ums-realtek device (LP: #1831840)
3160 - USB: usb-storage: Add new ID to ums-realtek
3161
3162 * amd_iommu possible data corruption (LP: #1823037)
3163 - iommu/amd: Reserve exclusion range in iova-domain
3164 - iommu/amd: Set exclusion range correctly
3165
3166 * Add new sound card PCIID into the alsa driver (LP: #1832299)
3167 - ALSA: hda: Add Icelake PCI ID
3168 - ALSA: hda/intel: add CometLake PCI IDs
3169
3170 * sky2 ethernet card doesn't work after returning from suspend
3171 (LP: #1807259) // sky2 ethernet card link not up after suspend
3172 (LP: #1809843)
3173 - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
3174
3175 * idle-page oopses when accessing page frames that are out of range
3176 (LP: #1833410)
3177 - mm/page_idle.c: fix oops because end_pfn is larger than max_pfn
3178
3179 * Add pointstick support on HP ZBook 17 G5 (LP: #1833387)
3180 - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"
3181 - SAUCE: HID: multitouch: Add pointstick support for ALPS Touchpad
3182
3183 * [SRU][B/B-OEM/B-OEM-OSP-1/C/D/E] Add trackpoint middle button support of 2
3184 new thinpads (LP: #1833637)
3185 - Input: elantech - enable middle button support on 2 ThinkPads
3186
3187 * CVE-2019-11085
3188 - drm/i915/gvt: Fix mmap range check
3189 - drm/i915: make mappable struct resource centric
3190 - drm/i915/gvt: Fix aperture read/write emulation when enable x-no-mmap=on
3191
3192 * CVE-2019-11884
3193 - Bluetooth: hidp: fix buffer overflow
3194
3195 * af_alg06 test from crypto test suite in LTP failed with kernel oops on B/C
3196 (LP: #1829725)
3197 - crypto: authenc - fix parsing key with misaligned rta_len
3198
3199 * CVE-2018-12126 // CVE-2018-12127 // CVE-2018-12130 // CVE-2019-11091
3200 - SAUCE: Synchronize MDS mitigations with upstream
3201 - Documentation: Correct the possible MDS sysfs values
3202 - x86/speculation/mds: Fix documentation typo
3203
3204 * CVE-2019-11091
3205 - x86/mds: Add MDSUM variant to the MDS documentation
3206
3207 * alignment test in powerpc from ubuntu_kernel_selftests failed on B/C Power9
3208 (LP: #1813118)
3209 - selftests/powerpc: Remove Power9 copy_unaligned test
3210
3211 * TRACE_syscall.ptrace_syscall_dropped in seccomp from ubuntu_kernel_selftests
3212 failed on B/C PowerPC (LP: #1812796)
3213 - selftests/seccomp: Enhance per-arch ptrace syscall skip tests
3214
3215 * Add powerpc/alignment_handler test for selftests (LP: #1828935)
3216 - selftests/powerpc: Add alignment handler selftest
3217 - selftests/powerpc: Fix to use ucontext_t instead of struct ucontext
3218
3219 * Cannot build kernel 4.15.0-48.51 due to an in-source-tree ZFS module.
3220 (LP: #1828763)
3221 - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu16.5
3222
3223 * Eletrical noise occurred when external headset enter powersaving mode on a
3224 DEll machine (LP: #1828798)
3225 - ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone
3226 - ALSA: hda/realtek - Fixup headphone noise via runtime suspend
3227
3228 * [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on
3229 Ubuntu (LP: #1761379)
3230 - [Packaging] Support building libperf-jvmti.so
3231
3232 * TCP : race condition on socket ownership in tcp_close() (LP: #1830813)
3233 - tcp: do not release socket ownership in tcp_close()
3234
3235 * bionic: netlink: potential shift overflow in netlink_bind() (LP: #1831103)
3236 - netlink: Don't shift on 64 for ngroups
3237
3238 * Add support to Comet Lake LPSS (LP: #1830175)
3239 - mfd: intel-lpss: Add Intel Comet Lake PCI IDs
3240
3241 * Reduce NAPI weight in hns driver from 256 to 64 (LP: #1830587)
3242 - net: hns: Use NAPI_POLL_WEIGHT for hns driver
3243
3244 * x86: add support for AMD Rome (LP: #1819485)
3245 - x86: irq_remapping: Move irq remapping mode enum
3246 - iommu/amd: Add support for higher 64-bit IOMMU Control Register
3247 - iommu/amd: Add support for IOMMU XT mode
3248 - hwmon/k10temp, x86/amd_nb: Consolidate shared device IDs
3249 - hwmon/k10temp: Add support for AMD family 17h, model 30h CPUs
3250 - x86/amd_nb: Add PCI device IDs for family 17h, model 30h
3251 - x86/MCE/AMD: Fix the thresholding machinery initialization order
3252 - x86/amd_nb: Add support for newer PCI topologies
3253
3254 * nx842 - CRB request time out (-110) when uninstall NX modules and initiate
3255 NX request (LP: #1827755)
3256 - crypto/nx: Initialize 842 high and normal RxFIFO control registers
3257
3258 * Require improved hypervisor detection patch in Ubuntu 18.04 (LP: #1829972)
3259 - s390/early: improve machine detection
3260
3261 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 02 Jul 2019 18:41:49 +0200
3262
3263 linux (4.15.0-54.58) bionic; urgency=medium
3264
3265 * linux: 4.15.0-54.58 -proposed tracker (LP: #1833987)
3266
3267 * Remote denial of service (resource exhaustion) caused by TCP SACK scoreboard
3268 manipulation (LP: #1831638) // CVE-2019-11478
3269 - tcp: refine memory limit test in tcp_fragment()
3270
3271 * CVE-2019-11479
3272 - SAUCE: tcp: add tcp_min_snd_mss sysctl
3273 - SAUCE: tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
3274
3275 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 24 Jun 2019 11:39:50 +0200
3276
3277 linux (4.15.0-52.56) bionic; urgency=medium
3278
3279 * Remote denial of service (resource exhaustion) caused by TCP SACK scoreboard
3280 manipulation (LP: #1831638)
3281 - SAUCE: tcp: tcp_fragment() should apply sane memory limits
3282
3283 * Remote denial of service (system crash) caused by integer overflow in TCP
3284 SACK handling (LP: #1831637)
3285 - SAUCE: tcp: limit payload size of sacked skbs
3286
3287 -- Marcelo Henrique Cerri <marcelo.cerri@canonical.com> Tue, 04 Jun 2019 17:33:24 -0300
3288
3289 linux (4.15.0-51.55) bionic; urgency=medium
3290
3291 * linux: 4.15.0-51.55 -proposed tracker (LP: #1829219)
3292
3293 * disable a.out support (LP: #1818552)
3294 - [Config] Disable a.out support
3295
3296 * [UBUNTU] qdio: clear intparm during shutdown (LP: #1828394)
3297 - s390/qdio: clear intparm during shutdown
3298
3299 * ftrace in ubuntu_kernel_selftests hang with Cosmic kernel (LP: #1826385)
3300 - kprobes/x86: Fix instruction patching corruption when copying more than one
3301 RIP-relative instruction
3302
3303 * touchpad not working on lenovo yoga 530 (LP: #1787775)
3304 - Revert "UBUNTU: SAUCE: i2c:amd Depends on ACPI"
3305 - Revert "UBUNTU: SAUCE: i2c:amd move out pointer in union i2c_event_base"
3306 - Revert "UBUNTU: SAUCE: i2c:amd I2C Driver based on PCI Interface for
3307 upcoming platform"
3308 - i2c: add helpers to ease DMA handling
3309 - i2c: add a message flag for DMA safe buffers
3310 - i2c: add extra check to safe DMA buffer helper
3311 - i2c: Add drivers for the AMD PCIe MP2 I2C controller
3312 - [Config] Update config for AMD MP2 I2C driver
3313 - [Config] Update I2C_AMD_MP2 annotations
3314
3315 * tm-unavailable in powerpc/tm failed on Bionic Power9 (LP: #1813129)
3316 - selftests/powerpc: Check for pthread errors in tm-unavailable
3317 - selftests/powerpc: Skip tm-unavailable if TM is not enabled
3318
3319 * cp_abort in powerpc/context_switch from ubunut_kernel_selftests failed on
3320 Bionic P9 (LP: #1813134)
3321 - selftests/powerpc: Remove redundant cp_abort test
3322
3323 * bionic/linux: completely remove snapdragon files from sources (LP: #1827880)
3324 - [Packaging] remove snapdragon dead files
3325 - [Config] update configs after snapdragon removal
3326
3327 * The noise keeps occurring when Headset is plugged in on a Dell machine
3328 (LP: #1827972)
3329 - ALSA: hda/realtek - Fixed Dell AIO speaker noise
3330
3331 * Geneve tunnels don't work when ipv6 is disabled (LP: #1794232)
3332 - geneve: correctly handle ipv6.disable module parameter
3333
3334 * There are 4 HDMI/Displayport audio output listed in sound setting without
3335 attach any HDMI/DP monitor (LP: #1827967)
3336 - ALSA: hda/hdmi - Read the pin sense from register when repolling
3337 - ALSA: hda/hdmi - Consider eld_valid when reporting jack event
3338
3339 * Headphone jack switch sense is inverted: plugging in headphones disables
3340 headphone output (LP: #1824259)
3341 - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board
3342
3343 * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error
3344 Checking for all LINUX clients for devops4p10 (LP: #1766201)
3345 - SAUCE: integrity: downgrade error to warning
3346
3347 * Screen freeze after resume from S3 when HDMI monitor plugged on Dell
3348 Precision 7740 (LP: #1825958)
3349 - PCI: Restore resized BAR state on resume
3350
3351 * potential memory corruption on arm64 on dev release (LP: #1827437)
3352 - driver core: Postpone DMA tear-down until after devres release
3353
3354 * powerpc/pmu/ebb test in ubuntu_kernel_selftest failed with "error while
3355 loading shared libraries" on Bionic/Cosmic PowerPC (LP: #1812805)
3356 - selftests/powerpc/pmu: Link ebb tests with -no-pie
3357
3358 * unnecessary request_queue freeze (LP: #1815733)
3359 - block: avoid setting nr_requests to current value
3360 - block: avoid setting none scheduler if it's already none
3361
3362 * Kprobe event string type argument failed in ftrace from
3363 ubuntu_kernel_selftests on B/C i386 (LP: #1825780)
3364 - selftests/ftrace: Fix kprobe string testcase to not probe notrace function
3365
3366 * hns: fix socket accounting (LP: #1826911)
3367 - net: hns: fix skb->truesize underestimation
3368
3369 * False positive test result in run_netsocktests from net in
3370 ubuntu_kernel_selftest (LP: #1825777)
3371 - selftests/net: correct the return value for run_netsocktests
3372
3373 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 15 May 2019 14:48:35 +0200
3374
3375 linux (4.15.0-50.54) bionic; urgency=medium
3376
3377 * CVE-2018-12126 // CVE-2018-12127 // CVE-2018-12130
3378 - Documentation/l1tf: Fix small spelling typo
3379 - x86/cpu: Sanitize FAM6_ATOM naming
3380 - kvm: x86: Report STIBP on GET_SUPPORTED_CPUID
3381 - locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a
3382 new <linux/bits.h> file
3383 - tools include: Adopt linux/bits.h
3384 - x86/msr-index: Cleanup bit defines
3385 - x86/speculation: Consolidate CPU whitelists
3386 - x86/speculation/mds: Add basic bug infrastructure for MDS
3387 - x86/speculation/mds: Add BUG_MSBDS_ONLY
3388 - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests
3389 - x86/speculation/mds: Add mds_clear_cpu_buffers()
3390 - x86/speculation/mds: Clear CPU buffers on exit to user
3391 - x86/kvm/vmx: Add MDS protection when L1D Flush is not active
3392 - x86/speculation/mds: Conditionally clear CPU buffers on idle entry
3393 - x86/speculation/mds: Add mitigation control for MDS
3394 - x86/speculation/mds: Add sysfs reporting for MDS
3395 - x86/speculation/mds: Add mitigation mode VMWERV
3396 - Documentation: Move L1TF to separate directory
3397 - Documentation: Add MDS vulnerability documentation
3398 - x86/speculation/mds: Add mds=full,nosmt cmdline option
3399 - x86/speculation: Move arch_smt_update() call to after mitigation decisions
3400 - x86/speculation/mds: Add SMT warning message
3401 - x86/speculation/mds: Fix comment
3402 - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off
3403 - x86/speculation/mds: Add 'mitigations=' support for MDS
3404
3405 * CVE-2017-5715 // CVE-2017-5753
3406 - s390/speculation: Support 'mitigations=' cmdline option
3407
3408 * CVE-2017-5715 // CVE-2017-5753 // CVE-2017-5754 // CVE-2018-3639
3409 - powerpc/speculation: Support 'mitigations=' cmdline option
3410
3411 * CVE-2017-5715 // CVE-2017-5754 // CVE-2018-3620 // CVE-2018-3639 //
3412 CVE-2018-3646
3413 - cpu/speculation: Add 'mitigations=' cmdline option
3414 - x86/speculation: Support 'mitigations=' cmdline option
3415
3416 * Packaging resync (LP: #1786013)
3417 - [Packaging] resync git-ubuntu-log
3418
3419 -- Stefan Bader <stefan.bader@canonical.com> Mon, 06 May 2019 18:59:24 +0200
3420
3421 linux (4.15.0-49.53) bionic; urgency=medium
3422
3423 * linux: 4.15.0-49.53 -proposed tracker (LP: #1826358)
3424
3425 * Backport support for software count cache flush Spectre v2 mitigation. (CVE)
3426 (required for POWER9 DD2.3) (LP: #1822870)
3427 - powerpc/64s: Add support for ori barrier_nospec patching
3428 - powerpc/64s: Patch barrier_nospec in modules
3429 - powerpc/64s: Enable barrier_nospec based on firmware settings
3430 - powerpc: Use barrier_nospec in copy_from_user()
3431 - powerpc/64: Use barrier_nospec in syscall entry
3432 - powerpc/64s: Enhance the information in cpu_show_spectre_v1()
3433 - powerpc/64: Disable the speculation barrier from the command line
3434 - powerpc/64: Make stf barrier PPC_BOOK3S_64 specific.
3435 - powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC
3436 - powerpc/64: Call setup_barrier_nospec() from setup_arch()
3437 - powerpc/64: Make meltdown reporting Book3S 64 specific
3438 - powerpc/lib/code-patching: refactor patch_instruction()
3439 - powerpc/lib/feature-fixups: use raw_patch_instruction()
3440 - powerpc/asm: Add a patch_site macro & helpers for patching instructions
3441 - powerpc/64s: Add new security feature flags for count cache flush
3442 - powerpc/64s: Add support for software count cache flush
3443 - powerpc/pseries: Query hypervisor for count cache flush settings
3444 - powerpc/powernv: Query firmware for count cache flush settings
3445 - powerpc/fsl: Add nospectre_v2 command line argument
3446 - KVM: PPC: Book3S: Add count cache flush parameters to kvmppc_get_cpu_char()
3447 - [Config] Add CONFIG_PPC_BARRIER_NOSPEC
3448
3449 * Packaging resync (LP: #1786013)
3450 - [Packaging] resync git-ubuntu-log
3451
3452 * autopkgtests run too often, too much and don't skip enough (LP: #1823056)
3453 - [Debian] Set +x on rebuild testcase.
3454 - [Debian] Skip rebuild test, for regression-suite deps.
3455 - [Debian] Make ubuntu-regression-suite skippable on unbootable kernels.
3456 - [Debian] make rebuild use skippable error codes when skipping.
3457 - [Debian] Only run regression-suite, if requested to.
3458
3459 * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868)
3460 - [Packaging] remove arm64 snapdragon from getabis
3461 - [Config] config changes for snapdragon split
3462 - packaging: arm64: disable building the snapdragon flavour
3463 - [Packaging] arm64: Drop snapdragon from kernel-versions
3464
3465 * CVE-2017-5753
3466 - KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq()
3467 - media: dvb_ca_en50221: prevent using slot_info for Spectre attacs
3468 - sysvipc/sem: mitigate semnum index against spectre v1
3469 - libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()
3470 - s390/keyboard: sanitize array index in do_kdsk_ioctl
3471 - arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()
3472 - KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()
3473 - pktcdvd: Fix possible Spectre-v1 for pkt_devs
3474 - net: socket: fix potential spectre v1 gadget in socketcall
3475 - net: socket: Fix potential spectre v1 gadget in sock_is_registered
3476 - drm/amdgpu/pm: Fix potential Spectre v1
3477 - netlink: Fix spectre v1 gadget in netlink_create()
3478 - ext4: fix spectre gadget in ext4_mb_regular_allocator()
3479 - drm/i915/kvmgt: Fix potential Spectre v1
3480 - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
3481 - fs/quota: Fix spectre gadget in do_quotactl
3482 - hwmon: (nct6775) Fix potential Spectre v1
3483 - mac80211_hwsim: Fix possible Spectre-v1 for hwsim_world_regdom_custom
3484 - switchtec: Fix Spectre v1 vulnerability
3485 - misc: hmc6352: fix potential Spectre v1
3486 - tty: vt_ioctl: fix potential Spectre v1
3487 - nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HT
3488 - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
3489 - IB/ucm: Fix Spectre v1 vulnerability
3490 - RDMA/ucma: Fix Spectre v1 vulnerability
3491 - drm/bufs: Fix Spectre v1 vulnerability
3492 - usb: gadget: storage: Fix Spectre v1 vulnerability
3493 - ptp: fix Spectre v1 vulnerability
3494 - HID: hiddev: fix potential Spectre v1
3495 - vhost: Fix Spectre V1 vulnerability
3496 - drivers/misc/sgi-gru: fix Spectre v1 vulnerability
3497 - ipv4: Fix potential Spectre v1 vulnerability
3498 - aio: fix spectre gadget in lookup_ioctx
3499 - ALSA: emux: Fix potential Spectre v1 vulnerabilities
3500 - ALSA: pcm: Fix potential Spectre v1 vulnerability
3501 - ip6mr: Fix potential Spectre v1 vulnerability
3502 - ALSA: rme9652: Fix potential Spectre v1 vulnerability
3503 - ALSA: emu10k1: Fix potential Spectre v1 vulnerabilities
3504 - KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()
3505 - drm/ioctl: Fix Spectre v1 vulnerabilities
3506 - char/mwave: fix potential Spectre v1 vulnerability
3507 - applicom: Fix potential Spectre v1 vulnerabilities
3508 - ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
3509 - powerpc/ptrace: Mitigate potential Spectre v1
3510 - cfg80211: prevent speculation on cfg80211_classify8021d() return
3511 - ALSA: rawmidi: Fix potential Spectre v1 vulnerability
3512 - ALSA: seq: oss: Fix Spectre v1 vulnerability
3513
3514 * Bionic: Sync to Xenial (Spectre) (LP: #1822760)
3515 - x86/speculation/l1tf: Suggest what to do on systems with too much RAM
3516 - KVM: SVM: Add MSR-based feature support for serializing LFENCE
3517 - KVM: VMX: fixes for vmentry_l1d_flush module parameter
3518 - KVM: X86: Allow userspace to define the microcode version
3519 - SAUCE: [Fix] x86/KVM/VMX: Add L1D flush logic
3520 - SAUCE: [Fix] x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on
3521 vmentry
3522
3523 * [SRU] [B/OEM] Fix ACPI bug that causes boot failure (LP: #1819921)
3524 - SAUCE: ACPI / bus: Add some Lenovo laptops in list of acpi table term list
3525
3526 * Bionic update: upstream stable patchset for fuse 2019-04-12 (LP: #1824553)
3527 - fuse: fix double request_end()
3528 - fuse: fix unlocked access to processing queue
3529 - fuse: umount should wait for all requests
3530 - fuse: Fix oops at process_init_reply()
3531 - fuse: Don't access pipe->buffers without pipe_lock()
3532 - fuse: Fix use-after-free in fuse_dev_do_read()
3533 - fuse: Fix use-after-free in fuse_dev_do_write()
3534 - fuse: set FR_SENT while locked
3535 - fuse: fix blocked_waitq wakeup
3536 - fuse: fix leaked notify reply
3537 - fuse: fix possibly missed wake-up after abort
3538 - fuse: fix use-after-free in fuse_direct_IO()
3539 - fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS
3540 - fuse: handle zero sized retrieve correctly
3541 - fuse: call pipe_buf_release() under pipe lock
3542 - fuse: decrement NR_WRITEBACK_TEMP on the right page
3543
3544 * Backport support for software count cache flush Spectre v2 mitigation. (CVE)
3545 (required for POWER9 DD2.3) (LP: #1822870) // Backport support for software
3546 count cache flush Spectre v2 mitigation. (CVE) (required for POWER9 DD2.3)
3547 (LP: #1822870)
3548 - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
3549 - powerpc/fsl: Fix spectre_v2 mitigations reporting
3550 - powerpc: Avoid code patching freed init sections
3551
3552 * Backport support for software count cache flush Spectre v2 mitigation. (CVE)
3553 (required for POWER9 DD2.3) (LP: #1822870) // Backport support for software
3554 count cache flush Spectre v2 mitigation. (CVE) (required for POWER9 DD2.3)
3555 (LP: #1822870) // Backport support for software count cache flush Spectre v2
3556 mitigation. (CVE) (required for POWER9 DD2.3) (LP: #1822870)
3557 - powerpc/security: Fix spectre_v2 reporting
3558
3559 * CVE-2019-3874
3560 - sctp: use sk_wmem_queued to check for writable space
3561 - sctp: implement memory accounting on tx path
3562 - sctp: implement memory accounting on rx path
3563
3564 * NULL pointer dereference when using z3fold and zswap (LP: #1814874)
3565 - z3fold: fix possible reclaim races
3566
3567 * Kprobe event argument syntax in ftrace from ubuntu_kernel_selftests failed
3568 on B PowerPC (LP: #1812809)
3569 - selftests/ftrace: Add ppc support for kprobe args tests
3570
3571 * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487)
3572 - misc: rtsx: make various functions static
3573 - misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260
3574 - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd glitch
3575
3576 * headset-mic doesn't work on two Dell laptops. (LP: #1825272)
3577 - ALSA: hda/realtek - add two more pin configuration sets to quirk table
3578
3579 * CVE-2018-16884
3580 - sunrpc: use SVC_NET() in svcauth_gss_* functions
3581 - sunrpc: use-after-free in svc_process_common()
3582
3583 * sky2 ethernet card don't work after returning from suspension (LP: #1798921)
3584 - sky2: Increase D3 delay again
3585
3586 * CVE-2019-9500
3587 - brcmfmac: assure SSID length from firmware is limited
3588
3589 * CVE-2019-9503
3590 - brcmfmac: add subtype check for event handling in data path
3591
3592 * CVE-2019-3882
3593 - vfio/type1: Limit DMA mappings per container
3594
3595 * Intel I210 Ethernet card not working after hotplug [8086:1533]
3596 (LP: #1818490)
3597 - igb: Fix WARN_ONCE on runtime suspend
3598
3599 * bionic, xenial/hwe: misses "fuse: fix initial parallel dirops" patch
3600 (LP: #1823972)
3601 - fuse: fix initial parallel dirops
3602
3603 * amdgpu resume failure: failed to allocate wb slot (LP: #1825074)
3604 - drm/amdgpu: fix&cleanups for wb_clear
3605
3606 * Pop noise when headset is plugged in or removed from GHS/Line-out jack
3607 (LP: #1821290)
3608 - ALSA: hda/realtek - Add unplug function into unplug state of Headset Mode
3609 for ALC225
3610 - ALSA: hda/realtek - Disable headset Mic VREF for headset mode of ALC225
3611 - ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO
3612 - ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB
3613
3614 * mac80211_hwsim unable to handle kernel NULL pointer dereference
3615 at0000000000000000 (LP: #1825058)
3616 - mac80211_hwsim: Timer should be initialized before device registered
3617
3618 * [regression][snd_hda_codec_realtek] repeating crackling noise after 19.04
3619 upgrade (LP: #1821663)
3620 - ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklist
3621 - ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
3622 - ALSA: hda - Add two more machines to the power_save_blacklist
3623
3624 * ubuntu_nbd_smoke_test failed on P9 with Bionic kernel (LP: #1822247)
3625 - nbd: fix how we set bd_invalidated
3626
3627 * TSC clocksource not available in nested guests (LP: #1822821)
3628 - kvmclock: fix TSC calibration for nested guests
3629
3630 * 4.15 kernel ip_vs --ops causes performance and hang problem (LP: #1819786)
3631 - ipvs: fix refcount usage for conns in ops mode
3632
3633 * systemd cause kernel trace "BUG: unable to handle kernel paging request at
3634 6db23a14" on Cosmic i386 (LP: #1813244) // systemd cause kernel trace "BUG:
3635 unable to handle kernel paging request at 6db23a14" on Cosmic i386
3636 (LP: #1813244)
3637 - openvswitch: fix flow actions reallocation
3638
3639 -- Stefan Bader <stefan.bader@canonical.com> Thu, 25 Apr 2019 10:40:22 +0200
3640
3641 linux (4.15.0-48.51) bionic; urgency=medium
3642
3643 * linux: 4.15.0-48.51 -proposed tracker (LP: #1822820)
3644
3645 * Packaging resync (LP: #1786013)
3646 - [Packaging] update helper scripts
3647 - [Packaging] resync retpoline extraction
3648
3649 * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
3650 triggers system hang on i386 (LP: #1812845)
3651 - btrfs: raid56: properly unmap parity page in finish_parity_scrub()
3652
3653 * [P9][LTCTest][Opal][FW910] cpupower monitor shows multiple stop Idle_Stats
3654 (LP: #1719545)
3655 - cpupower : Fix header name to read idle state name
3656
3657 * [amdgpu] screen corruption when using touchpad (LP: #1818617)
3658 - drm/amdgpu/gmc: steal the appropriate amount of vram for fw hand-over (v3)
3659 - drm/amdgpu: Free VGA stolen memory as soon as possible.
3660
3661 * [SRU][B/C/OEM]IOMMU: add kernel dma protection (LP: #1820153)
3662 - ACPICA: AML parser: attempt to continue loading table after error
3663 - ACPI / property: Allow multiple property compatible _DSD entries
3664 - PCI / ACPI: Identify untrusted PCI devices
3665 - iommu/vt-d: Force IOMMU on for platform opt in hint
3666 - iommu/vt-d: Do not enable ATS for untrusted devices
3667 - thunderbolt: Export IOMMU based DMA protection support to userspace
3668 - iommu/vt-d: Disable ATS support on untrusted devices
3669
3670 * Add basic support to NVLink2 passthrough (LP: #1819989)
3671 - powerpc/powernv/npu: Do not try invalidating 32bit table when 64bit table is
3672 enabled
3673 - powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESET
3674 - powerpc/powernv: Export opal_check_token symbol
3675 - powerpc/powernv: Make possible for user to force a full ipl cec reboot
3676 - powerpc/powernv/idoa: Remove unnecessary pcidev from pci_dn
3677 - powerpc/powernv: Move npu struct from pnv_phb to pci_controller
3678 - powerpc/powernv/npu: Move OPAL calls away from context manipulation
3679 - powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
3680 - powerpc/pseries/npu: Enable platform support
3681 - powerpc/pseries: Remove IOMMU API support for non-LPAR systems
3682 - powerpc/powernv/npu: Check mmio_atsd array bounds when populating
3683 - powerpc/powernv/npu: Fault user page into the hypervisor's pagetable
3684
3685 * Huawei Hi1822 NIC has poor performance (LP: #1820187)
3686 - net-next: hinic: fix a problem in free_tx_poll()
3687 - hinic: remove ndo_poll_controller
3688 - net-next/hinic: add checksum offload and TSO support
3689 - hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4
3690 - net-next/hinic:replace multiply and division operators
3691 - net-next/hinic:add rx checksum offload for HiNIC
3692 - net-next/hinic:fix a bug in set mac address
3693 - net-next/hinic: fix a bug in rx data flow
3694 - net: hinic: fix null pointer dereference on pointer hwdev
3695 - hinic: optmize rx refill buffer mechanism
3696 - net-next/hinic:add shutdown callback
3697 - net-next/hinic: replace disable_irq_nosync/enable_irq
3698
3699 * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
3700 - Fonts: New Terminus large console font
3701 - [Config]: enable highdpi Terminus 16x32 font support
3702
3703 * [19.04 FEAT] qeth: Enhanced link speed - kernel part (LP: #1814892)
3704 - s390/qeth: report 25Gbit link speed
3705
3706 * CVE-2017-5754
3707 - x86/nmi: Fix NMI uaccess race against CR3 switching
3708 - x86/mm: Fix documentation of module mapping range with 4-level paging
3709 - x86/pti: Enable global pages for shared areas
3710 - x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
3711 - x86/pti: Leave kernel text global for !PCID
3712 - x86/pti: Fix boot problems from Global-bit setting
3713 - x86/pti: Fix boot warning from Global-bit setting
3714 - x86/pti: Reduce amount of kernel text allowed to be Global
3715 - x86/pti: Disallow global kernel text with RANDSTRUCT
3716 - x86/entry/32: Add explicit 'l' instruction suffix
3717 - x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
3718 - x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
3719 - x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
3720 - x86/entry/32: Put ESPFIX code into a macro
3721 - x86/entry/32: Unshare NMI return path
3722 - x86/entry/32: Split off return-to-kernel path
3723 - x86/entry/32: Enter the kernel via trampoline stack
3724 - x86/entry/32: Leave the kernel via trampoline stack
3725 - x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
3726 - x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
3727 - x86/entry/32: Simplify debug entry point
3728 - x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
3729 - x86/entry/32: Add PTI CR3 switches to NMI handler code
3730 - x86/entry: Rename update_sp0 to update_task_stack
3731 - x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()
3732 - x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
3733 - x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
3734 - x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
3735 - x86/pgtable: Move pti_set_user_pgtbl() to pgtable.h
3736 - x86/pgtable: Move two more functions from pgtable_64.h to pgtable.h
3737 - x86/mm/pae: Populate valid user PGD entries
3738 - x86/mm/pae: Populate the user page-table with user pgd's
3739 - x86/mm/pti: Add an overflow check to pti_clone_pmds()
3740 - x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
3741 - x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
3742 - x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
3743 - x86/mm/pti: Keep permissions when cloning kernel text in
3744 pti_clone_kernel_text()
3745 - x86/mm/pti: Introduce pti_finalize()
3746 - x86/mm/pti: Clone entry-text again in pti_finalize()
3747 - x86/mm/dump_pagetables: Define INIT_PGD
3748 - x86/pgtable/pae: Use separate kernel PMDs for user page-table
3749 - x86/ldt: Reserve address-space range on 32 bit for the LDT
3750 - x86/ldt: Define LDT_END_ADDR
3751 - x86/ldt: Split out sanity check in map_ldt_struct()
3752 - x86/ldt: Enable LDT user-mapping for PAE
3753 - x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32
3754 - [Config] Update PAGE_TABLE_ISOLATION annotations
3755 - x86/mm/pti: Add Warning when booting on a PCID capable CPU
3756 - x86/entry/32: Add debug code to check entry/exit CR3
3757 - x86/pti: Check the return value of pti_user_pagetable_walk_p4d()
3758 - x86/pti: Check the return value of pti_user_pagetable_walk_pmd()
3759 - perf/core: Make sure the ring-buffer is mapped in all page-tables
3760 - x86/entry/32: Check for VM86 mode in slow-path check
3761 - x86/mm: Remove in_nmi() warning from vmalloc_fault()
3762 - x86/kexec: Allocate 8k PGDs for PTI
3763 - x86/mm/pti: Clear Global bit more aggressively
3764 - mm: Allow non-direct-map arguments to free_reserved_area()
3765 - x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
3766 - x86/mm/init: Add helper for freeing kernel image pages
3767 - x86/mm/init: Remove freed kernel image areas from alias mapping
3768 - x86/mm/pti: Fix 32 bit PCID check
3769 - x86/mm/pti: Don't clear permissions in pti_clone_pmd()
3770 - x86/mm/pti: Clone kernel-image on PTE level for 32 bit
3771 - x86/relocs: Add __end_rodata_aligned to S_REL
3772 - x86/mm/pti: Move user W+X check into pti_finalize()
3773 - x86/efi: Load fixmap GDT in efi_call_phys_epilog()
3774 - x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3
3775 - x86/mm/doc: Clean up the x86-64 virtual memory layout descriptions
3776 - x86/mm/doc: Enhance the x86-64 virtual memory layout descriptions
3777 - x86/entry/32: Clear the CS high bits
3778 - x86/mm: Move LDT remap out of KASLR region on 5-level paging
3779 - x86/ldt: Unmap PTEs for the slot before freeing LDT pages
3780 - x86/ldt: Remove unused variable in map_ldt_struct()
3781 - x86/mm: Fix guard hole handling
3782 - x86/dump_pagetables: Fix LDT remap address marker
3783
3784 * Avoid potential memory corruption on HiSilicon SoCs (LP: #1819546)
3785 - iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloads
3786
3787 * Ubuntu18.04.01: [Power9] power8 Compat guest(RHEL7.6) crashes during guest
3788 boot with > 256G of memory (kernel/kvm) (LP: #1818645)
3789 - ]PATCH] KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function
3790
3791 * Fix for dual Intel NVMes (LP: #1821961)
3792 - SAUCE: nvme: Merge two quirk entries into one for Intel 760p/Pro 7600p
3793
3794 * CVE-2017-5715
3795 - tools headers: Synchronize prctl.h ABI header
3796 - x86/spectre: Add missing family 6 check to microcode check
3797 - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
3798 - x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
3799 - x86/speculation: Propagate information about RSB filling mitigation to sysfs
3800 - x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC
3801 variant
3802 - x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
3803 - x86/retpoline: Remove minimal retpoline support
3804 - x86/speculation: Update the TIF_SSBD comment
3805 - x86/speculation: Clean up spectre_v2_parse_cmdline()
3806 - x86/speculation: Remove unnecessary ret variable in cpu_show_common()
3807 - x86/speculation: Move STIPB/IBPB string conditionals out of
3808 cpu_show_common()
3809 - x86/speculation: Disable STIBP when enhanced IBRS is in use
3810 - x86/speculation: Rename SSBD update functions
3811 - x86/speculation: Reorganize speculation control MSRs update
3812 - sched/smt: Make sched_smt_present track topology
3813 - x86/Kconfig: Select SCHED_SMT if SMP enabled
3814 - sched/smt: Expose sched_smt_present static key
3815 - x86/speculation: Rework SMT state change
3816 - x86/l1tf: Show actual SMT state
3817 - x86/speculation: Reorder the spec_v2 code
3818 - x86/speculation: Mark string arrays const correctly
3819 - x86/speculataion: Mark command line parser data __initdata
3820 - x86/speculation: Unify conditional spectre v2 print functions
3821 - x86/speculation: Add command line control for indirect branch speculation
3822 - x86/speculation: Prepare for per task indirect branch speculation control
3823 - x86/process: Consolidate and simplify switch_to_xtra() code
3824 - x86/speculation: Avoid __switch_to_xtra() calls
3825 - x86/speculation: Prepare for conditional IBPB in switch_mm()
3826 - ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
3827 - x86/speculation: Split out TIF update
3828 - x86/speculation: Prevent stale SPEC_CTRL msr content
3829 - x86/speculation: Prepare arch_smt_update() for PRCTL mode
3830 - x86/speculation: Add prctl() control for indirect branch speculation
3831 - x86/speculation: Enable prctl mode for spectre_v2_user
3832 - x86/speculation: Add seccomp Spectre v2 user space protection mode
3833 - x86/speculation: Provide IBPB always command line options
3834 - kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb
3835 - x86/speculation: Change misspelled STIPB to STIBP
3836 - x86/speculation: Add support for STIBP always-on preferred mode
3837 - x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE
3838 - s390: remove closung punctuation from spectre messages
3839 - x86/speculation: Simplify the CPU bug detection logic
3840
3841 * CVE-2018-3639
3842 - x86/bugs: Add AMD's variant of SSB_NO
3843 - x86/bugs: Add AMD's SPEC_CTRL MSR usage
3844 - x86/bugs: Switch the selection of mitigation from CPU vendor to CPU features
3845 - x86/bugs: Update when to check for the LS_CFG SSBD mitigation
3846 - x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSR
3847 - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
3848
3849 * [Ubuntu] vfio-ap: add subsystem to matrix device to avoid libudev failures
3850 (LP: #1818854)
3851 - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
3852
3853 * Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete
3854 (0x0f) (LP: #1748565)
3855 - Bluetooth: Fix unnecessary error message for HCI request completion
3856
3857 * HiSilicon HNS ethernet broken in 4.15.0-45 (LP: #1818294)
3858 - net: hns: Fix WARNING when hns modules installed
3859
3860 * rtl8723be wifi does not work under linux-modules-extra-4.15.0-33-generic
3861 (LP: #1788997)
3862 - SAUCE: Revert "rtlwifi: cleanup 8723be ant_sel definition"
3863
3864 * Crash from :i915 module with 4.15.0-46-generic using multi-display
3865 (LP: #1819486)
3866 - SAUCE: Revert "drm/i915: Fix hotplug irq ack on i965/g4x"
3867
3868 * kernel linux-image-4.15.0-44 not booting on Hyperv Server 2008R2
3869 (LP: #1814069)
3870 - hv/netvsc: fix handling of fallback to single queue mode
3871 - hv/netvsc: Fix NULL dereference at single queue mode fallback
3872
3873 * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
3874 - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
3875
3876 * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
3877 - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
3878
3879 * fscache: jobs might hang when fscache disk is full (LP: #1821395)
3880 - fscache: fix race between enablement and dropping of object
3881
3882 * hns3: fix oops in hns3_clean_rx_ring() (LP: #1821064)
3883 - net: hns3: add dma_rmb() for rx description
3884
3885 * Hard lockup in 2 CPUs due to deadlock in cpu_stoppers (LP: #1821259)
3886 - stop_machine: Disable preemption after queueing stopper threads
3887 - stop_machine: Atomically queue and wake stopper threads
3888
3889 * tcm_loop.ko: move from modules-extra into main modules package
3890 (LP: #1817786)
3891 - [Packaging] move tcm_loop.lo to main linux-modules package
3892
3893 * tcmu user space crash results in kernel module hang. (LP: #1819504)
3894 - scsi: tcmu: delete unused __wait
3895 - scsi: tcmu: track nl commands
3896 - scsi: tcmu: simplify nl interface
3897 - scsi: tcmu: add module wide block/reset_netlink support
3898
3899 * Intel XL710 - i40e driver does not work with kernel 4.15 (Ubuntu 18.04)
3900 (LP: #1779756)
3901 - i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
3902 - i40e: prevent overlapping tx_timeout recover
3903
3904 * some codecs stop working after S3 (LP: #1820930)
3905 - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
3906
3907 * i40e xps management broken when > 64 queues/cpus (LP: #1820948)
3908 - i40e: Do not allow use more TC queue pairs than MSI-X vectors exist
3909 - i40e: Fix the number of queues available to be mapped for use
3910
3911 * 4.15 s390x kernel BUG at /build/linux-
3912 Gycr4Z/linux-4.15.0/drivers/block/virtio_blk.c:565! (LP: #1788432)
3913 - virtio/s390: avoid race on vcdev->config
3914 - virtio/s390: fix race in ccw_io_helper()
3915
3916 * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
3917 - iommu/amd: Fix NULL dereference bug in match_hid_uid
3918
3919 * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu
3920 system (LP: #1821271)
3921 - iwlwifi: add new card for 9260 series
3922
3923 * Add support for MAC address pass through on RTL8153-BD (LP: #1821276)
3924 - r8152: Add support for MAC address pass through on RTL8153-BD
3925 - r8152: Fix an error on RTL8153-BD MAC Address Passthrough support
3926
3927 -- Andrea Righi <andrea.righi@canonical.com> Tue, 02 Apr 2019 18:31:55 +0200
3928
3929 linux (4.15.0-47.50) bionic; urgency=medium
3930
3931 * linux: 4.15.0-47.50 -proposed tracker (LP: #1819716)
3932
3933 * Packaging resync (LP: #1786013)
3934 - [Packaging] resync getabis
3935 - [Packaging] update helper scripts
3936 - [Packaging] resync retpoline extraction
3937
3938 * C++ demangling support missing from perf (LP: #1396654)
3939 - [Packaging] fix a mistype
3940
3941 * arm-smmu-v3 arm-smmu-v3.3.auto: CMD_SYNC timeout (LP: #1818162)
3942 - iommu/arm-smmu-v3: Fix unexpected CMD_SYNC timeout
3943
3944 * Crash in nvme_irq_check() when using threaded interrupts (LP: #1818747)
3945 - nvme-pci: fix out of bounds access in nvme_cqe_pending
3946
3947 * CVE-2019-9213
3948 - mm: enforce min addr even if capable() in expand_downwards()
3949
3950 * CVE-2019-3460
3951 - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
3952
3953 * amdgpu with mst WARNING on blanking (LP: #1814308)
3954 - drm/amd/display: Don't use dc_link in link_encoder
3955 - drm/amd/display: Move wait for hpd ready out from edp power control.
3956 - drm/amd/display: eDP sequence BL off first then DP blank.
3957 - drm/amd/display: Fix unused variable compilation error
3958 - drm/amd/display: Fix warning about misaligned code
3959 - drm/amd/display: Fix MST dp_blank REG_WAIT timeout
3960
3961 * tun/tap: unable to manage carrier state from userland (LP: #1806392)
3962 - tun: implement carrier change
3963
3964 * CVE-2019-8980
3965 - exec: Fix mem leak in kernel_read_file
3966
3967 * raw_skew in timer from the ubuntu_kernel_selftests failed on Bionic
3968 (LP: #1811194)
3969 - selftest: timers: Tweak raw_skew to SKIP when ADJ_OFFSET/other clock
3970 adjustments are in progress
3971
3972 * [Packaging] Allow overlay of config annotations (LP: #1752072)
3973 - [Packaging] config-check: Add an include directive
3974
3975 * CVE-2019-7308
3976 - bpf: move {prev_,}insn_idx into verifier env
3977 - bpf: move tmp variable into ax register in interpreter
3978 - bpf: enable access to ax register also from verifier rewrite
3979 - bpf: restrict map value pointer arithmetic for unprivileged
3980 - bpf: restrict stack pointer arithmetic for unprivileged
3981 - bpf: restrict unknown scalars of mixed signed bounds for unprivileged
3982 - bpf: fix check_map_access smin_value test when pointer contains offset
3983 - bpf: prevent out of bounds speculation on pointer arithmetic
3984 - bpf: fix sanitation of alu op with pointer / scalar type from different
3985 paths
3986 - bpf: add various test cases to selftests
3987
3988 * CVE-2017-5753
3989 - bpf: properly enforce index mask to prevent out-of-bounds speculation
3990 - bpf: fix inner map masking to prevent oob under speculation
3991
3992 * BPF: kernel pointer leak to unprivileged userspace (LP: #1815259)
3993 - bpf/verifier: disallow pointer subtraction
3994
3995 * squashfs hardening (LP: #1816756)
3996 - squashfs: more metadata hardening
3997 - squashfs metadata 2: electric boogaloo
3998 - squashfs: more metadata hardening
3999 - Squashfs: Compute expected length from inode size rather than block length
4000
4001 * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982)
4002 - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
4003
4004 * Update ENA driver to version 2.0.3K (LP: #1816806)
4005 - net: ena: update driver version from 2.0.2 to 2.0.3
4006 - net: ena: fix race between link up and device initalization
4007 - net: ena: fix crash during failed resume from hibernation
4008
4009 * ipset kernel error: 4.15.0-43-generic (LP: #1811394)
4010 - netfilter: ipset: Fix wraparound in hash:*net* types
4011
4012 * Silent "Unknown key" message when pressing keyboard backlight hotkey
4013 (LP: #1817063)
4014 - platform/x86: dell-wmi: Ignore new keyboard backlight change event
4015
4016 * CVE-2018-18021
4017 - arm64: KVM: Tighten guest core register access from userspace
4018 - KVM: arm/arm64: Introduce vcpu_el1_is_32bit
4019 - arm64: KVM: Sanitize PSTATE.M when being set from userspace
4020
4021 * CVE-2018-14678
4022 - x86/entry/64: Remove %ebx handling from error_entry/exit
4023
4024 * CVE-2018-19824
4025 - ALSA: usb-audio: Fix UAF decrement if card has no live interfaces in card.c
4026
4027 * CVE-2019-3459
4028 - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
4029
4030 * Bionic update: upstream stable patchset 2019-02-08 (LP: #1815234)
4031 - fork: unconditionally clear stack on fork
4032 - spi: spi-s3c64xx: Fix system resume support
4033 - Input: elan_i2c - add ACPI ID for lenovo ideapad 330
4034 - Input: i8042 - add Lenovo LaVie Z to the i8042 reset list
4035 - Input: elan_i2c - add another ACPI ID for Lenovo Ideapad 330-15AST
4036 - kvm, mm: account shadow page tables to kmemcg
4037 - delayacct: fix crash in delayacct_blkio_end() after delayacct init failure
4038 - tracing: Fix double free of event_trigger_data
4039 - tracing: Fix possible double free in event_enable_trigger_func()
4040 - kthread, tracing: Don't expose half-written comm when creating kthreads
4041 - tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure
4042 - tracing: Quiet gcc warning about maybe unused link variable
4043 - arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setups
4044 - mlxsw: spectrum_switchdev: Fix port_vlan refcounting
4045 - kcov: ensure irq code sees a valid area
4046 - xen/netfront: raise max number of slots in xennet_get_responses()
4047 - skip LAYOUTRETURN if layout is invalid
4048 - ALSA: emu10k1: add error handling for snd_ctl_add
4049 - ALSA: fm801: add error handling for snd_ctl_add
4050 - NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRY
4051 - nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfo
4052 - vfio: platform: Fix reset module leak in error path
4053 - vfio/mdev: Check globally for duplicate devices
4054 - vfio/type1: Fix task tracking for QEMU vCPU hotplug
4055 - kernel/hung_task.c: show all hung tasks before panic
4056 - mm: /proc/pid/pagemap: hide swap entries from unprivileged users
4057 - mm: vmalloc: avoid racy handling of debugobjects in vunmap
4058 - mm/slub.c: add __printf verification to slab_err()
4059 - rtc: ensure rtc_set_alarm fails when alarms are not supported
4060 - perf tools: Fix pmu events parsing rule
4061 - netfilter: ipset: forbid family for hash:mac sets
4062 - netfilter: ipset: List timing out entries with "timeout 1" instead of zero
4063 - irqchip/ls-scfg-msi: Map MSIs in the iommu
4064 - watchdog: da9063: Fix updating timeout value
4065 - printk: drop in_nmi check from printk_safe_flush_on_panic()
4066 - bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}
4067 - ceph: fix alignment of rasize
4068 - e1000e: Ignore TSYNCRXCTL when getting I219 clock attributes
4069 - powerpc/lib: Adjust .balign inside string functions for PPC32
4070 - powerpc/64s: Add barrier_nospec
4071 - powerpc/eeh: Fix use-after-release of EEH driver
4072 - hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()
4073 - powerpc/64s: Fix compiler store ordering to SLB shadow area
4074 - RDMA/mad: Convert BUG_ONs to error flows
4075 - lightnvm: pblk: warn in case of corrupted write buffer
4076 - netfilter: nf_tables: check msg_type before nft_trans_set(trans)
4077 - pnfs: Don't release the sequence slot until we've processed layoutget on
4078 open
4079 - disable loading f2fs module on PAGE_SIZE > 4KB
4080 - f2fs: fix error path of move_data_page
4081 - f2fs: fix to don't trigger writeback during recovery
4082 - f2fs: fix to wait page writeback during revoking atomic write
4083 - f2fs: Fix deadlock in shutdown ioctl
4084 - f2fs: fix to detect failure of dquot_initialize
4085 - f2fs: fix race in between GC and atomic open
4086 - block, bfq: remove wrong lock in bfq_requests_merged
4087 - usbip: usbip_detach: Fix memory, udev context and udev leak
4088 - usbip: dynamically allocate idev by nports found in sysfs
4089 - perf/x86/intel/uncore: Correct fixed counter index check in generic code
4090 - perf/x86/intel/uncore: Correct fixed counter index check for NHM
4091 - selftests/intel_pstate: Improve test, minor fixes
4092 - selftests: memfd: return Kselftest Skip code for skipped tests
4093 - selftests: intel_pstate: return Kselftest Skip code for skipped tests
4094 - PCI: Fix devm_pci_alloc_host_bridge() memory leak
4095 - iwlwifi: pcie: fix race in Rx buffer allocator
4096 - Bluetooth: hci_qca: Fix "Sleep inside atomic section" warning
4097 - Bluetooth: btusb: Add a new Realtek 8723DE ID 2ff8:b011
4098 - ASoC: dpcm: fix BE dai not hw_free and shutdown
4099 - mfd: cros_ec: Fail early if we cannot identify the EC
4100 - mwifiex: handle race during mwifiex_usb_disconnect
4101 - wlcore: sdio: check for valid platform device data before suspend
4102 - media: tw686x: Fix incorrect vb2_mem_ops GFP flags
4103 - media: videobuf2-core: don't call memop 'finish' when queueing
4104 - Btrfs: don't return ino to ino cache if inode item removal fails
4105 - Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()
4106 - btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups
4107 - btrfs: qgroup: Finish rescan when hit the last leaf of extent tree
4108 - x86/microcode: Make the late update update_lock a raw lock for RT
4109 - PM / wakeup: Make s2idle_lock a RAW_SPINLOCK
4110 - PCI: Prevent sysfs disable of device while driver is attached
4111 - nvme-rdma: stop admin queue before freeing it
4112 - nvme-pci: Fix AER reset handling
4113 - ath: Add regulatory mapping for FCC3_ETSIC
4114 - ath: Add regulatory mapping for ETSI8_WORLD
4115 - ath: Add regulatory mapping for APL13_WORLD
4116 - ath: Add regulatory mapping for APL2_FCCA
4117 - ath: Add regulatory mapping for Uganda
4118 - ath: Add regulatory mapping for Tanzania
4119 - ath: Add regulatory mapping for Serbia
4120 - ath: Add regulatory mapping for Bermuda
4121 - ath: Add regulatory mapping for Bahamas
4122 - powerpc/32: Add a missing include header
4123 - powerpc/chrp/time: Make some functions static, add missing header include
4124 - powerpc/powermac: Add missing prototype for note_bootable_part()
4125 - powerpc/powermac: Mark variable x as unused
4126 - powerpc: Add __printf verification to prom_printf
4127 - spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCAC
4128 - powerpc/8xx: fix invalid register expression in head_8xx.S
4129 - pinctrl: at91-pio4: add missing of_node_put
4130 - bpf: powerpc64: pad function address loads with NOPs
4131 - PCI: pciehp: Request control of native hotplug only if supported
4132 - net: dsa: qca8k: Add support for QCA8334 switch
4133 - mwifiex: correct histogram data with appropriate index
4134 - ima: based on policy verify firmware signatures (pre-allocated buffer)
4135 - drivers/perf: arm-ccn: don't log to dmesg in event_init
4136 - spi: Add missing pm_runtime_put_noidle() after failed get
4137 - fscrypt: use unbound workqueue for decryption
4138 - scsi: ufs: ufshcd: fix possible unclocked register access
4139 - scsi: ufs: fix exception event handling
4140 - scsi: zfcp: assert that the ERP lock is held when tracing a recovery trigger
4141 - drm/nouveau/fifo/gk104-: poll for runlist update completion
4142 - Bluetooth: btusb: add ID for LiteOn 04ca:301a
4143 - rtc: tps6586x: fix possible race condition
4144 - rtc: vr41xx: fix possible race condition
4145 - rtc: tps65910: fix possible race condition
4146 - ALSA: emu10k1: Rate-limit error messages about page errors
4147 - regulator: pfuze100: add .is_enable() for pfuze100_swb_regulator_ops
4148 - md/raid1: add error handling of read error from FailFast device
4149 - md: fix NULL dereference of mddev->pers in remove_and_add_spares()
4150 - ixgbevf: fix MAC address changes through ixgbevf_set_mac()
4151 - media: smiapp: fix timeout checking in smiapp_read_nvm
4152 - net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret value
4153 - ALSA: usb-audio: Apply rate limit to warning messages in URB complete
4154 callback
4155 - media: atomisp: ov2680: don't declare unused vars
4156 - arm64: cmpwait: Clear event register before arming exclusive monitor
4157 - HID: hid-plantronics: Re-resend Update to map button for PTT products
4158 - arm64: dts: renesas: salvator-common: use audio-graph-card for Sound
4159 - drm/radeon: fix mode_valid's return type
4160 - drm/amdgpu: Remove VRAM from shared bo domains.
4161 - powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by
4162 Starlet
4163 - HID: i2c-hid: check if device is there before really probing
4164 - EDAC, altera: Fix ARM64 build warning
4165 - ARM: dts: stih407-pinctrl: Fix complain about IRQ_TYPE_NONE usage
4166 - ARM: dts: emev2: Add missing interrupt-affinity to PMU node
4167 - ARM: dts: sh73a0: Add missing interrupt-affinity to PMU node
4168 - nvmem: properly handle returned value nvmem_reg_read
4169 - i40e: free the skb after clearing the bitlock
4170 - tty: Fix data race in tty_insert_flip_string_fixed_flag
4171 - dma-iommu: Fix compilation when !CONFIG_IOMMU_DMA
4172 - net: phy: phylink: Release link GPIO
4173 - media: rcar_jpu: Add missing clk_disable_unprepare() on error in jpu_open()
4174 - libata: Fix command retry decision
4175 - ACPI / LPSS: Only call pwm_add_table() for Bay Trail PWM if PMIC HRV is 2
4176 - media: media-device: fix ioctl function types
4177 - media: saa7164: Fix driver name in debug output
4178 - mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pages
4179 - brcmfmac: Add support for bcm43364 wireless chipset
4180 - s390/cpum_sf: Add data entry sizes to sampling trailer entry
4181 - perf: fix invalid bit in diagnostic entry
4182 - bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only.
4183 - scsi: 3w-9xxx: fix a missing-check bug
4184 - scsi: 3w-xxxx: fix a missing-check bug
4185 - scsi: megaraid: silence a static checker bug
4186 - scsi: qedf: Set the UNLOADING flag when removing a vport
4187 - staging: lustre: o2iblnd: fix race at kiblnd_connect_peer
4188 - staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5
4189 - thermal: exynos: fix setting rising_threshold for Exynos5433
4190 - bpf: fix references to free_bpf_prog_info() in comments
4191 - f2fs: avoid fsync() failure caused by EAGAIN in writepage()
4192 - media: siano: get rid of __le32/__le16 cast warnings
4193 - drm/atomic: Handling the case when setting old crtc for plane
4194 - ALSA: hda/ca0132: fix build failure when a local macro is defined
4195 - mmc: dw_mmc: update actual clock for mmc debugfs
4196 - mmc: pwrseq: Use kmalloc_array instead of stack VLA
4197 - dt-bindings: pinctrl: meson: add support for the Meson8m2 SoC
4198 - spi: meson-spicc: Fix error handling in meson_spicc_probe()
4199 - dt-bindings: net: meson-dwmac: new compatible name for AXG SoC
4200 - backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction
4201 - stop_machine: Use raw spinlocks
4202 - delayacct: Use raw_spinlocks
4203 - memory: tegra: Do not handle spurious interrupts
4204 - memory: tegra: Apply interrupts mask per SoC
4205 - nvme: lightnvm: add granby support
4206 - arm64: defconfig: Enable Rockchip io-domain driver
4207 - igb: Fix queue selection on MAC filters on i210
4208 - drm/gma500: fix psb_intel_lvds_mode_valid()'s return type
4209 - ipconfig: Correctly initialise ic_nameservers
4210 - rsi: Fix 'invalid vdd' warning in mmc
4211 - rsi: fix nommu_map_sg overflow kernel panic
4212 - audit: allow not equal op for audit by executable
4213 - staging: vchiq_core: Fix missing semaphore release in error case
4214 - staging: lustre: llite: correct removexattr detection
4215 - staging: lustre: ldlm: free resource when ldlm_lock_create() fails.
4216 - serial: core: Make sure compiler barfs for 16-byte earlycon names
4217 - soc: imx: gpcv2: Do not pass static memory as platform data
4218 - microblaze: Fix simpleImage format generation
4219 - usb: hub: Don't wait for connect state at resume for powered-off ports
4220 - crypto: authencesn - don't leak pointers to authenc keys
4221 - crypto: authenc - don't leak pointers to authenc keys
4222 - media: omap3isp: fix unbalanced dma_iommu_mapping
4223 - regulator: Don't return or expect -errno from of_map_mode()
4224 - scsi: scsi_dh: replace too broad "TP9" string with the exact models
4225 - scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOs
4226 - media: atomisp: compat32: fix __user annotations
4227 - media: si470x: fix __be16 annotations
4228 - ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format()
4229 - ASoC: topology: Add missing clock gating parameter when parsing hw_configs
4230 - drm: Add DP PSR2 sink enable bit
4231 - drm/atomic-helper: Drop plane->fb references only for
4232 drm_atomic_helper_shutdown()
4233 - drm/dp/mst: Fix off-by-one typo when dump payload table
4234 - block: reset bi_iter.bi_done after splitting bio
4235 - random: mix rdrand with entropy sent in from userspace
4236 - squashfs: be more careful about metadata corruption
4237 - ext4: fix inline data updates with checksums enabled
4238 - ext4: fix check to prevent initializing reserved inodes
4239 - PCI: xgene: Remove leftover pci_scan_child_bus() call
4240 - RDMA/uverbs: Protect from attempts to create flows on unsupported QP
4241 - net: dsa: qca8k: Force CPU port to its highest bandwidth
4242 - net: dsa: qca8k: Enable RXMAC when bringing up a port
4243 - net: dsa: qca8k: Add QCA8334 binding documentation
4244 - net: dsa: qca8k: Allow overwriting CPU port setting
4245 - ipv4: remove BUG_ON() from fib_compute_spec_dst
4246 - net: fix amd-xgbe flow-control issue
4247 - net: lan78xx: fix rx handling before first packet is send
4248 - net: mdio-mux: bcm-iproc: fix wrong getter and setter pair
4249 - NET: stmmac: align DMA stuff to largest cache line length
4250 - tcp_bbr: fix bw probing to raise in-flight data for very small BDPs
4251 - xen-netfront: wait xenbus state change when load module manually
4252 - netlink: Do not subscribe to non-existent groups
4253 - netlink: Don't shift with UB on nlk->ngroups
4254 - tcp: do not force quickack when receiving out-of-order packets
4255 - tcp: add max_quickacks param to tcp_incr_quickack and
4256 tcp_enter_quickack_mode
4257 - tcp: do not aggressively quick ack after ECN events
4258 - tcp: refactor tcp_ecn_check_ce to remove sk type cast
4259 - tcp: add one more quick ack after after ECN events
4260 - mm: disallow mappings that conflict for devm_memremap_pages()
4261 - drm/i915/glk: Add Quirk for GLK NUC HDMI port issues.
4262 - mm: check for SIGKILL inside dup_mmap() loop
4263 - rxrpc: Fix terminal retransmission connection ID to include the channel
4264 - ceph: fix use-after-free in ceph_statfs()
4265 - lightnvm: proper error handling for pblk_bio_add_pages
4266 - f2fs: don't drop dentry pages after fs shutdown
4267 - selftests: filesystems: return Kselftest Skip code for skipped tests
4268 - selftests/filesystems: devpts_pts included wrong header
4269 - iwlwifi: mvm: open BA session only when sta is authorized
4270 - drm/amd/display: Do not program interrupt status on disabled crtc
4271 - soc: qcom: smem: fix qcom_smem_set_global_partition()
4272 - soc: qcom: smem: byte swap values properly
4273 - pinctrl: msm: fix gpio-hog related boot issues
4274 - net: mvpp2: Add missing VLAN tag detection
4275 - drm/nouveau: remove fence wait code from deferred client work handler
4276 - drm/nouveau/gem: lookup VMAs for buffers referenced by pushbuf ioctl
4277 - clocksource: Move inline keyword to the beginning of function declarations
4278 - media: staging: atomisp: Comment out several unused sensor resolutions
4279 - IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPS
4280 - rsi: Add null check for virtual interfaces in wowlan config
4281 - ARM: dts: stih410: Fix complain about IRQ_TYPE_NONE usage
4282 - ARM: dts: imx53: Fix LDB OF graph warning
4283 - soc/tegra: pmc: Don't allocate struct tegra_powergate on stack
4284 - mlxsw: spectrum_router: Return an error for non-default FIB rules
4285 - i40e: Add advertising 10G LR mode
4286 - i40e: avoid overflow in i40e_ptp_adjfreq()
4287 - ath10k: fix kernel panic while reading tpc_stats
4288 - ASoC: fsl_ssi: Use u32 variable type when using regmap_read()
4289 - platform/x86: dell-smbios: Match on www.dell.com in OEM strings too
4290 - staging: ks7010: fix error handling in ks7010_upload_firmware
4291 - media: rc: mce_kbd decoder: low timeout values cause double keydowns
4292 - ath10k: search all IEs for variant before falling back
4293 - PCI/ASPM: Disable ASPM L1.2 Substate if we don't have LTR
4294 - ARM: dts: imx6qdl-wandboard: Let the codec control MCLK pinctrl
4295 - drm/amdgpu: Avoid reclaim while holding locks taken in MMU notifier
4296 - nvmet-fc: fix target sgl list on large transfers
4297 - i2c: rcar: handle RXDMA HW behaviour on Gen3
4298 - gpio: uniphier: set legitimate irq trigger type in .to_irq hook
4299 - tcp: ack immediately when a cwr packet arrives
4300 - ACPICA: AML Parser: ignore control method status in module-level code
4301
4302 * Bionic update: upstream stable patchset 2019-02-05 (LP: #1814813)
4303 - MIPS: ath79: fix register address in ath79_ddr_wb_flush()
4304 - MIPS: Fix off-by-one in pci_resource_to_user()
4305 - xen/PVH: Set up GS segment for stack canary
4306 - drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()
4307 - drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfs
4308 - bonding: set default miimon value for non-arp modes if not set
4309 - ip: hash fragments consistently
4310 - ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
4311 - net/mlx4_core: Save the qpn from the input modifier in RST2INIT wrapper
4312 - net: skb_segment() should not return NULL
4313 - net/mlx5: Adjust clock overflow work period
4314 - net/mlx5e: Don't allow aRFS for encapsulated packets
4315 - net/mlx5e: Fix quota counting in aRFS expire flow
4316 - net/ipv6: Fix linklocal to global address with VRF
4317 - multicast: do not restore deleted record source filter mode to new one
4318 - net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_priv
4319 - sock: fix sg page frag coalescing in sk_alloc_sg
4320 - rtnetlink: add rtnl_link_state check in rtnl_configure_link
4321 - vxlan: add new fdb alloc and create helpers
4322 - vxlan: make netlink notify in vxlan_fdb_destroy optional
4323 - vxlan: fix default fdb entry netlink notify ordering during netdev create
4324 - tcp: fix dctcp delayed ACK schedule
4325 - tcp: helpers to send special DCTCP ack
4326 - tcp: do not cancel delay-AcK on DCTCP special ACK
4327 - tcp: do not delay ACK in DCTCP upon CE status change
4328 - staging: speakup: fix wraparound in uaccess length check
4329 - usb: cdc_acm: Add quirk for Castles VEGA3000
4330 - usb: core: handle hub C_PORT_OVER_CURRENT condition
4331 - usb: dwc2: Fix DMA alignment to start at allocated boundary
4332 - usb: gadget: f_fs: Only return delayed status when len is 0
4333 - driver core: Partially revert "driver core: correct device's shutdown order"
4334 - can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK
4335 - can: xilinx_can: fix power management handling
4336 - can: xilinx_can: fix recovery from error states not being propagated
4337 - can: xilinx_can: fix device dropping off bus on RX overrun
4338 - can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting
4339 - can: xilinx_can: fix incorrect clear of non-processed interrupts
4340 - can: xilinx_can: fix RX overflow interrupt not being enabled
4341 - can: peak_canfd: fix firmware < v3.3.0: limit allocation to 32-bit DMA addr
4342 only
4343 - can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before
4344 checking can.ctrlmode
4345 - turn off -Wattribute-alias
4346 - net-next/hinic: fix a problem in hinic_xmit_frame()
4347 - net/mlx5e: Refine ets validation function
4348 - nfp: flower: ensure dead neighbour entries are not offloaded
4349 - usb: gadget: Fix OS descriptors support
4350 - ACPICA: AML Parser: ignore dispatcher error status during table load
4351
4352 * installer does not support iSCSI iBFT (LP: #1817321)
4353 - d-i: add iscsi_ibft to scsi-modules
4354
4355 * CVE-2019-7222
4356 - KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)
4357
4358 * CVE-2019-7221
4359 - KVM: nVMX: unconditionally cancel preemption timer in free_nested
4360 (CVE-2019-7221)
4361
4362 * CVE-2019-6974
4363 - kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)
4364
4365 * Regular D-state processes impacting LXD containers (LP: #1817628)
4366 - mm: do not stall register_shrinker()
4367
4368 * hns3 nic speed may not match optical port speed (LP: #1817969)
4369 - net: hns3: Config NIC port speed same as that of optical module
4370
4371 * [Hyper-V] srcu: Lock srcu_data structure in srcu_gp_start() (LP: #1802021)
4372 - srcu: Prohibit call_srcu() use under raw spinlocks
4373 - srcu: Lock srcu_data structure in srcu_gp_start()
4374
4375 * libsas disks can have non-unique by-path names (LP: #1817784)
4376 - scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attached
4377
4378 * Bluetooth not working (Intel CyclonePeak) (LP: #1817518)
4379 - Bluetooth: btusb: Add support for Intel bluetooth device 8087:0029
4380
4381 * CVE-2019-8912
4382 - net: crypto set sk to NULL when af_alg_release.
4383 - net: socket: set sock->sk to NULL after calling proto_ops::release()
4384
4385 * Trackpad is not recognized. (LP: #1817200)
4386 - pinctrl: cannonlake: Fix gpio base for GPP-E
4387
4388 * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831)
4389 - ALSA: hda/realtek - Headset microphone support for System76 darp5
4390 - ALSA: hda/realtek - Headset microphone and internal speaker support for
4391 System76 oryp5
4392
4393 * Constant noise in the headphone on Lenovo X1 machines (LP: #1817263)
4394 - ALSA: hda/realtek: Disable PC beep in passthrough on alc285
4395
4396 * AC adapter status not detected on Asus ZenBook UX410UAK (LP: #1745032)
4397 - Revert "ACPI / battery: Add quirk for Asus GL502VSK and UX305LA"
4398 - ACPI / AC: Remove initializer for unused ident dmi_system_id
4399 - ACPI / battery: Remove initializer for unused ident dmi_system_id
4400 - ACPI / battery: Add handling for devices which wrongly report discharging
4401 state
4402 - ACPI / battery: Ignore AC state in handle_discharging on systems where it is
4403 broken
4404
4405 * TPM intermittently fails after cold-boot (LP: #1762672)
4406 - tpm: fix intermittent failure with self tests
4407
4408 * qlcnic: Firmware aborts/hangs in QLogic NIC (LP: #1815033)
4409 - qlcnic: fix Tx descriptor corruption on 82xx devices
4410
4411 -- Khalid Elmously <khalid.elmously@canonical.com> Wed, 13 Mar 2019 04:37:49 +0000
4412
4413 linux (4.15.0-46.49) bionic; urgency=medium
4414
4415 * linux: 4.15.0-46.49 -proposed tracker (LP: #1814726)
4416
4417 * mprotect fails on ext4 with dax (LP: #1799237)
4418 - x86/speculation/l1tf: Exempt zeroed PTEs from inversion
4419
4420 * kernel BUG at /build/linux-vxxS7y/linux-4.15.0/mm/slub.c:296! (LP: #1812086)
4421 - iscsi target: fix session creation failure handling
4422 - scsi: iscsi: target: Set conn->sess to NULL when iscsi_login_set_conn_values
4423 fails
4424 - scsi: iscsi: target: Fix conn_ops double free
4425
4426 * user_copy in user from ubuntu_kernel_selftests failed on KVM kernel
4427 (LP: #1812198)
4428 - selftests: user: return Kselftest Skip code for skipped tests
4429 - selftests: kselftest: change KSFT_SKIP=4 instead of KSFT_PASS
4430 - selftests: kselftest: Remove outdated comment
4431
4432 * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472)
4433 - SAUCE: staging: rtlwifi: allow RTLWIFI_DEBUG_ST to be disabled
4434 - [Config] CONFIG_RTLWIFI_DEBUG_ST=n
4435 - SAUCE: Add r8822be to signature inclusion list
4436
4437 * kernel oops in bcache module (LP: #1793901)
4438 - SAUCE: bcache: never writeback a discard operation
4439
4440 * CVE-2018-18397
4441 - userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails
4442 - userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem
4443 - userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas
4444 - userfaultfd: shmem: add i_size checks
4445 - userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set
4446
4447 * Ignore "incomplete report" from Elan touchpanels (LP: #1813733)
4448 - HID: i2c-hid: Ignore input report if there's no data present on Elan
4449 touchpanels
4450
4451 * Vsock connect fails with ENODEV for large CID (LP: #1813934)
4452 - vhost/vsock: fix vhost vsock cid hashing inconsistent
4453
4454 * SRU: Fix thinkpad 11e 3rd boot hang (LP: #1804604)
4455 - ACPI / LPSS: Force LPSS quirks on boot
4456
4457 * Bionic update: upstream stable patchset 2019-01-17 (LP: #1812229)
4458 - scsi: sd_zbc: Fix variable type and bogus comment
4459 - KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in
4460 parallel.
4461 - x86/apm: Don't access __preempt_count with zeroed fs
4462 - x86/events/intel/ds: Fix bts_interrupt_threshold alignment
4463 - x86/MCE: Remove min interval polling limitation
4464 - fat: fix memory allocation failure handling of match_strdup()
4465 - ALSA: hda/realtek - Add Panasonic CF-SZ6 headset jack quirk
4466 - ARCv2: [plat-hsdk]: Save accl reg pair by default
4467 - ARC: Fix CONFIG_SWAP
4468 - ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigs
4469 - ARC: mm: allow mprotect to make stack mappings executable
4470 - mm: memcg: fix use after free in mem_cgroup_iter()
4471 - mm/huge_memory.c: fix data loss when splitting a file pmd
4472 - cpufreq: intel_pstate: Register when ACPI PCCH is present
4473 - vfio/pci: Fix potential Spectre v1
4474 - stop_machine: Disable preemption when waking two stopper threads
4475 - drm/i915: Fix hotplug irq ack on i965/g4x
4476 - drm/nouveau: Use drm_connector_list_iter_* for iterating connectors
4477 - drm/nouveau: Avoid looping through fake MST connectors
4478 - gen_stats: Fix netlink stats dumping in the presence of padding
4479 - ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns
4480 - ipv6: fix useless rol32 call on hash
4481 - ipv6: ila: select CONFIG_DST_CACHE
4482 - lib/rhashtable: consider param->min_size when setting initial table size
4483 - net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
4484 - net: Don't copy pfmemalloc flag in __copy_skb_header()
4485 - skbuff: Unconditionally copy pfmemalloc in __skb_clone()
4486 - net/ipv4: Set oif in fib_compute_spec_dst
4487 - net: phy: fix flag masking in __set_phy_supported
4488 - ptp: fix missing break in switch
4489 - qmi_wwan: add support for Quectel EG91
4490 - tg3: Add higher cpu clock for 5762.
4491 - hv_netvsc: Fix napi reschedule while receive completion is busy
4492 - net/mlx4_en: Don't reuse RX page when XDP is set
4493 - net: systemport: Fix CRC forwarding check for SYSTEMPORT Lite
4494 - ipv6: make DAD fail with enhanced DAD when nonce length differs
4495 - net: usb: asix: replace mii_nway_restart in resume path
4496 - alpha: fix osf_wait4() breakage
4497 - cxl_getfile(): fix double-iput() on alloc_file() failures
4498 - powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)
4499 - xhci: Fix perceived dead host due to runtime suspend race with event handler
4500 - KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer
4501 - x86/kvmclock: set pvti_cpu0_va after enabling kvmclock
4502 - ALSA: hda/realtek - Yet another Clevo P950 quirk entry
4503 - drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)
4504 - rhashtable: add restart routine in rhashtable_free_and_destroy()
4505 - sch_fq_codel: zero q->flows_cnt when fq_codel_init fails
4506 - sctp: introduce sctp_dst_mtu
4507 - sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
4508 - net: aquantia: vlan unicast address list correct handling
4509 - drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
4510
4511 * Bionic update: upstream stable patchset 2019-01-15 (LP: #1811877)
4512 - compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations
4513 - x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>
4514 - x86/paravirt: Make native_save_fl() extern inline
4515 - Btrfs: fix duplicate extents after fsync of file with prealloc extents
4516 - cpufreq / CPPC: Set platform specific transition_delay_us
4517 - PCI: exynos: Fix a potential init_clk_resources NULL pointer dereference
4518 - alx: take rtnl before calling __alx_open from resume
4519 - atm: Preserve value of skb->truesize when accounting to vcc
4520 - atm: zatm: Fix potential Spectre v1
4521 - ipv6: sr: fix passing wrong flags to crypto_alloc_shash()
4522 - ipvlan: fix IFLA_MTU ignored on NEWLINK
4523 - ixgbe: split XDP_TX tail and XDP_REDIRECT map flushing
4524 - net: dccp: avoid crash in ccid3_hc_rx_send_feedback()
4525 - net: dccp: switch rx_tstamp_last_feedback to monotonic clock
4526 - net: fix use-after-free in GRO with ESP
4527 - net: macb: Fix ptp time adjustment for large negative delta
4528 - net/mlx5e: Avoid dealing with vport representors if not being e-switch
4529 manager
4530 - net/mlx5: E-Switch, Avoid setup attempt if not being e-switch manager
4531 - net/mlx5: Fix command interface race in polling mode
4532 - net/mlx5: Fix incorrect raw command length parsing
4533 - net/mlx5: Fix required capability for manipulating MPFS
4534 - net/mlx5: Fix wrong size allocation for QoS ETC TC regitster
4535 - net: mvneta: fix the Rx desc DMA address in the Rx path
4536 - net/packet: fix use-after-free
4537 - net_sched: blackhole: tell upper qdisc about dropped packets
4538 - net: sungem: fix rx checksum support
4539 - net/tcp: Fix socket lookups with SO_BINDTODEVICE
4540 - qede: Adverstise software timestamp caps when PHC is not available.
4541 - qed: Fix setting of incorrect eswitch mode.
4542 - qed: Fix use of incorrect size in memcpy call.
4543 - qed: Limit msix vectors in kdump kernel to the minimum required count.
4544 - r8152: napi hangup fix after disconnect
4545 - stmmac: fix DMA channel hang in half-duplex mode
4546 - strparser: Remove early eaten to fix full tcp receive buffer stall
4547 - tcp: fix Fast Open key endianness
4548 - tcp: prevent bogus FRTO undos with non-SACK flows
4549 - vhost_net: validate sock before trying to put its fd
4550 - VSOCK: fix loopback on big-endian systems
4551 - net: cxgb3_main: fix potential Spectre v1
4552 - rtlwifi: Fix kernel Oops "Fw download fail!!"
4553 - rtlwifi: rtl8821ae: fix firmware is not ready to run
4554 - net: lan78xx: Fix race in tx pending skb size calculation
4555 - crypto: af_alg - Initialize sg_num_bytes in error code path
4556 - mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionally
4557 - PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()
4558 - netfilter: ebtables: reject non-bridge targets
4559 - reiserfs: fix buffer overflow with long warning messages
4560 - KEYS: DNS: fix parsing multiple options
4561 - tls: Stricter error checking in zerocopy sendmsg path
4562 - autofs: fix slab out of bounds read in getname_kernel()
4563 - nsh: set mac len based on inner packet
4564 - bdi: Fix another oops in wb_workfn()
4565 - rds: avoid unenecessary cong_update in loop transport
4566 - net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.
4567 - string: drop __must_check from strscpy() and restore strscpy() usages in
4568 cgroup
4569 - nfsd: COPY and CLONE operations require the saved filehandle to be set
4570 - net/sched: act_ife: fix recursive lock and idr leak
4571 - net/sched: act_ife: preserve the action control in case of error
4572 - hinic: reset irq affinity before freeing irq
4573 - nfp: flower: fix mpls ether type detection
4574 - net: macb: initialize bp->queues[0].bp for at91rm9200
4575 - enic: do not overwrite error code
4576 - virtio_net: fix memory leak in XDP_REDIRECT
4577 - netfilter: ipv6: nf_defrag: drop skb dst before queueing
4578 - ipvs: initialize tbl->entries after allocation
4579 - ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()
4580 - bpf: enforce correct alignment for instructions
4581 - bpf, arm32: fix to use bpf_jit_binary_lock_ro api
4582
4583 * Fix non-working pinctrl-intel (LP: #1811777)
4584 - pinctrl: intel: Implement intel_gpio_get_direction callback
4585 - pinctrl: intel: Do pin translation in other GPIO operations as well
4586
4587 * ip6_gre: fix tunnel list corruption for x-netns (LP: #1812875)
4588 - ip6_gre: fix tunnel list corruption for x-netns
4589
4590 * Userspace break as a result of missing patch backport (LP: #1813873)
4591 - tty: Don't hold ldisc lock in tty_reopen() if ldisc present
4592
4593 * kvm_stat : missing python dependency (LP: #1798776)
4594 - tools/kvm_stat: fix python3 issues
4595 - tools/kvm_stat: switch to python3
4596
4597 * [SRU] Fix Xorg crash with nomodeset when BIOS enable 64-bit fb addr
4598 (LP: #1812797)
4599 - vgaarb: Add support for 64-bit frame buffer address
4600 - vgaarb: Keep adding VGA device in queue
4601
4602 * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812)
4603 - USB: Add new USB LPM helpers
4604 - USB: Consolidate LPM checks to avoid enabling LPM twice
4605
4606 * ptrace-tm-spd-gpr in powerpc/ptrace from ubuntu_kerenl_selftests failed on
4607 Bionic P8 (LP: #1813127)
4608 - selftests/powerpc: Fix ptrace tm failure
4609
4610 * [SRU] IO's are issued with incorrect Scatter Gather Buffer (LP: #1795453)
4611 - scsi: megaraid_sas: Use 63-bit DMA addressing
4612
4613 * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816)
4614 - [Config] Enable timestamping in network PHY devices
4615
4616 * CVE-2018-19854
4617 - crypto: user - fix leaking uninitialized memory to userspace
4618
4619 * x86/mm: Found insecure W+X mapping at address (ptrval)/0xc00a0000
4620 (LP: #1813532)
4621 - x86/mm: Do not warn about PCI BIOS W+X mappings
4622
4623 * CVE-2019-6133
4624 - fork: record start_time late
4625
4626 * Fix not working Goodix touchpad (LP: #1811929)
4627 - HID: i2c-hid: Disable runtime PM on Goodix touchpad
4628
4629 * bluetooth controller not detected with 4.15 kernel (LP: #1810797)
4630 - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK
4631 - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y
4632
4633 * X1 Extreme: only one of the two SSDs is loaded (LP: #1811755)
4634 - nvme-core: rework a NQN copying operation
4635 - nvme: pad fake subsys NQN vid and ssvid with zeros
4636 - nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN
4637
4638 * Crash on "ip link add foo type ipip" (LP: #1811803)
4639 - SAUCE: fan: Fix NULL pointer dereference
4640
4641 -- Khalid Elmously <khalid.elmously@canonical.com> Wed, 06 Feb 2019 04:57:21 +0000
4642
4643 linux (4.15.0-45.48) bionic; urgency=medium
4644
4645 * linux: 4.15.0-45.48 -proposed tracker (LP: #1813779)
4646
4647 * External monitors does not work anymore 4.15.0-44 (LP: #1813663)
4648 - SAUCE: Revert "drm/i915/dp: Send DPCD ON for MST before phy_up"
4649
4650 * kernel 4.15.0-44 cannot mount ext4 fs with meta_bg enabled (LP: #1813727)
4651 - ext4: fix false negatives *and* false positives in ext4_check_descriptors()
4652
4653 -- Stefan Bader <stefan.bader@canonical.com> Tue, 29 Jan 2019 16:39:15 +0100
4654
4655 linux (4.15.0-44.47) bionic; urgency=medium
4656
4657 * linux: 4.15.0-44.47 -proposed tracker (LP: #1811419)
4658
4659 * Packaging resync (LP: #1786013)
4660 - [Packaging] update helper scripts
4661
4662 * CPU hard lockup with rigorous writes to NVMe drive (LP: #1810998)
4663 - blk-wbt: pass in enum wbt_flags to get_rq_wait()
4664 - blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait
4665 - blk-wbt: move disable check into get_limit()
4666 - blk-wbt: use wq_has_sleeper() for wq active check
4667 - blk-wbt: fix has-sleeper queueing check
4668 - blk-wbt: abstract out end IO completion handler
4669 - blk-wbt: improve waking of tasks
4670
4671 * To reduce the Realtek USB cardreader power consumption (LP: #1811337)
4672 - mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support
4673 1.8v
4674 - mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PM
4675 - mmc: rtsx_usb_sdmmc: Don't runtime resume the device while changing led
4676 - mmc: rtsx_usb: Use MMC_CAP2_NO_SDIO
4677 - mmc: rtsx_usb: Enable MMC_CAP_ERASE to allow erase/discard/trim requests
4678 - mmc: rtsx_usb_sdmmc: Re-work runtime PM support
4679 - mmc: rtsx_usb_sdmmc: Re-work card detection/removal support
4680 - memstick: rtsx_usb_ms: Add missing pm_runtime_disable() in probe function
4681 - misc: rtsx_usb: Use USB remote wakeup signaling for card insertion detection
4682 - memstick: Prevent memstick host from getting runtime suspended during card
4683 detection
4684 - memstick: rtsx_usb_ms: Use ms_dev() helper
4685 - memstick: rtsx_usb_ms: Support runtime power management
4686
4687 * Support non-strict iommu mode on arm64 (LP: #1806488)
4688 - iommu/io-pgtable-arm: Fix race handling in split_blk_unmap()
4689 - iommu/arm-smmu-v3: Implement flush_iotlb_all hook
4690 - iommu/dma: Add support for non-strict mode
4691 - iommu: Add "iommu.strict" command line option
4692 - iommu/io-pgtable-arm: Add support for non-strict mode
4693 - iommu/arm-smmu-v3: Add support for non-strict mode
4694 - iommu/io-pgtable-arm-v7s: Add support for non-strict mode
4695 - iommu/arm-smmu: Support non-strict mode
4696
4697 * ELAN900C:00 04F3:2844 touchscreen doesn't work (LP: #1811335)
4698 - pinctrl: cannonlake: Fix community ordering for H variant
4699 - pinctrl: cannonlake: Fix HOSTSW_OWN register offset of H variant
4700
4701 * Add Cavium ThunderX2 SoC UNCORE PMU driver (LP: #1811200)
4702 - perf: Export perf_event_update_userpage
4703 - Documentation: perf: Add documentation for ThunderX2 PMU uncore driver
4704 - drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driver
4705 - [Config] New config CONFIG_THUNDERX2_PMU=m
4706
4707 * Update hisilicon SoC-specific drivers (LP: #1810457)
4708 - SAUCE: Revert "net: hns3: Updates RX packet info fetch in case of multi BD"
4709 - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
4710 resetting"
4711 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce
4712 callback function"
4713 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback
4714 function when link status change"
4715 - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying
4716 roce client"
4717 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE"
4718 - scsi: hisi_sas: Remove depends on HAS_DMA in case of platform dependency
4719 - ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addr
4720 - scsi: hisi_sas: consolidate command check in hisi_sas_get_ata_protocol()
4721 - scsi: hisi_sas: remove some unneeded structure members
4722 - scsi: hisi_sas: Introduce hisi_sas_phy_set_linkrate()
4723 - net: hns: Fix the process of adding broadcast addresses to tcam
4724 - net: hns3: remove redundant variable 'protocol'
4725 - scsi: hisi_sas: Drop hisi_sas_slot_abort()
4726 - net: hns: Make many functions static
4727 - net: hns: make hns_dsaf_roce_reset non static
4728 - net: hisilicon: hns: Replace mdelay() with msleep()
4729 - net: hns3: fix return value error while hclge_cmd_csq_clean failed
4730 - net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'
4731 - net: hns: Mark expected switch fall-through
4732 - net: hns3: Mark expected switch fall-through
4733 - net: hns3: Remove tx ring BD len register in hns3_enet
4734 - net: hns: modify variable type in hns_nic_reuse_page
4735 - net: hns: use eth_get_headlen interface instead of hns_nic_get_headlen
4736 - net: hns3: modify variable type in hns3_nic_reuse_page
4737 - net: hns3: Fix for vf vlan delete failed problem
4738 - net: hns3: Fix for multicast failure
4739 - net: hns3: Fix error of checking used vlan id
4740 - net: hns3: Implement shutdown ops in hns3 pci driver
4741 - net: hns3: Fix for loopback selftest failed problem
4742 - net: hns3: Fix ping exited problem when doing lp selftest
4743 - net: hns3: Preserve vlan 0 in hardware table
4744 - net: hns3: Only update mac configuation when necessary
4745 - net: hns3: Change the dst mac addr of loopback packet
4746 - net: hns3: Remove redundant codes of query advertised flow control abilitiy
4747 - net: hns3: Refine hns3_get_link_ksettings()
4748 - net: hns: make function hns_gmac_wait_fifo_clean() static
4749 - net: hns3: Add default irq affinity
4750 - net: hns3: Add unlikely for buf_num check
4751 - net: hns3: Remove tx budget to clean more TX descriptors in a napi
4752 - net: hns3: Remove packet statistics of public
4753 - net: hns3: Add support for hns3_nic_netdev_ops.ndo_do_ioctl
4754 - net: hns3: Set STATE_DOWN bit of hdev state when stopping net
4755 - net: hns3: Check hdev state when getting link status
4756 - net: hns3: Fix for setting speed for phy failed problem
4757 - net: hns3: Fix cmdq registers initialization issue for vf
4758 - net: hns3: Clear client pointer when initialize client failed or unintialize
4759 finished
4760 - net: hns3: Fix client initialize state issue when roce client initialize
4761 failed
4762 - net: hns3: Fix parameter type for q_id in hclge_tm_q_to_qs_map_cfg()
4763 - net: hns3: Fix ets validate issue
4764 - net: hns3: Unify the type convert for desc.data
4765 - net: hns3: Adjust prefix of tx/rx statistic names
4766 - net: hns3: Fix tqp array traversal condition for vf
4767 - net: hns3: Unify the prefix of vf functions
4768 - net: hns3: Add handle for default case
4769 - net: hns3: Add nic state check before calling netif_tx_wake_queue
4770 - net: hns3: Add unlikely for dma_mapping_error check
4771 - net: hns3: Remove print messages for error packet
4772 - net: hns3: Add get_media_type ops support for VF
4773 - net: hns3: Fix speed/duplex information loss problem when executing ethtool
4774 ethx cmd of VF
4775 - net: hns3: Remove redundant hclge_get_port_type()
4776 - net: hns3: Add support for sctp checksum offload
4777 - net: hns3: Set extra mac address of pause param for HW
4778 - net: hns3: Rename loop mode
4779 - net: hns3: Rename mac loopback to app loopback
4780 - net: hns3: Add serdes parallel inner loopback support
4781 - net: hns3: Fix for packet buffer setting bug
4782 - net: hns3: Fix for netdev not up problem when setting mtu
4783 - net: hns3: Change return type of hclge_tm_schd_info_update()
4784 - net: hns3: Modify hns3_get_max_available_channels
4785 - net: hns3: Fix loss of coal configuration while doing reset
4786 - net: hns: remove ndo_poll_controller
4787 - hns3: Fix the build.
4788 - hns3: Another build fix.
4789 - net: hns3: Add flow director initialization
4790 - net: hns3: Add input key and action config support for flow director
4791 - net: hns3: Add support for rule add/delete for flow director
4792 - net: hns3: Add support for rule query of flow director
4793 - net: hns3: Add reset handle for flow director
4794 - net: hns3: Remove all flow director rules when unload hns3 driver
4795 - net: hns3: Add support for enable/disable flow director
4796 - net: hns3: Remove the default mask configuration for mac vlan table
4797 - net: hns3: Clear mac vlan table entries when unload driver or function reset
4798 - net: hns3: Optimize for unicast mac vlan table
4799 - net: hns3: Drop depricated mta table support
4800 - net: hns3: Add egress/ingress vlan filter for revision 0x21
4801 - net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardware
4802 - net: hns3: Add new RSS hash algorithm support for PF
4803 - net: hns3: Add RSS general configuration support for VF
4804 - net: hns3: Add RSS tuples support for VF
4805 - net: hns3: Add HW RSS hash information to RX skb
4806 - net: hns3: Enable promisc mode when mac vlan table is full
4807 - net: hns3: Resume promisc mode and vlan filter status after reset
4808 - net: hns3: Resume promisc mode and vlan filter status after loopback test
4809 - scsi: hisi_sas: Feed back linkrate(max/min) when re-attached
4810 - scsi: hisi_sas: Move evaluation of hisi_hba in hisi_sas_task_prep()
4811 - scsi: hisi_sas: Fix the race between IO completion and timeout for
4812 SMP/internal IO
4813 - scsi: hisi_sas: Free slot later in slot_complete_vx_hw()
4814 - scsi: hisi_sas: unmask interrupts ent72 and ent74
4815 - scsi: hisi_sas: Use block layer tag instead for IPTT
4816 - scsi: hisi_sas: Update v3 hw AIP_LIMIT and CFG_AGING_TIME register values
4817 - net: hns3: remove hns3_fill_desc_tso
4818 - net: hns3: move DMA map into hns3_fill_desc
4819 - net: hns3: add handling for big TX fragment
4820 - net: hns3: rename hns_nic_dma_unmap
4821 - net: hns3: fix for multiple unmapping DMA problem
4822 - scsi: hisi_sas: Fix spin lock management in slot_index_alloc_quirk_v2_hw()
4823 - scsi: hisi_sas: Fix NULL pointer dereference
4824 - net: hns3: Add PCIe AER callback error_detected
4825 - net: hns3: Add PCIe AER error recovery
4826 - net: hns3: Add support to enable and disable hw errors
4827 - net: hns3: Add enable and process common ecc errors
4828 - net: hns3: Add enable and process hw errors from IGU, EGU and NCSI
4829 - net: hns3: Add enable and process hw errors from PPP
4830 - net: hns3: Add enable and process hw errors of TM scheduler
4831 - net: hns3: Fix for warning uninitialized symbol hw_err_lst3
4832 - net: hns3: fix spelling mistake "intrerrupt" -> "interrupt"
4833 - net: hns3: add error handler for hns3_nic_init_vector_data()
4834 - net: hns3: bugfix for buffer not free problem during resetting
4835 - net: hns3: bugfix for reporting unknown vector0 interrupt repeatly problem
4836 - net: hns3: bugfix for the initialization of command queue's spin lock
4837 - net: hns3: remove unnecessary queue reset in the hns3_uninit_all_ring()
4838 - net: hns3: bugfix for is_valid_csq_clean_head()
4839 - net: hns3: bugfix for hclge_mdio_write and hclge_mdio_read
4840 - net: hns3: fix incorrect return value/type of some functions
4841 - net: hns3: bugfix for handling mailbox while the command queue reinitialized
4842 - net: hns3: bugfix for rtnl_lock's range in the hclge_reset()
4843 - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()
4844 - net: hns3: Fix for out-of-bounds access when setting pfc back pressure
4845 - scsi: hisi_sas: Remove set but not used variable 'dq_list'
4846 - net: hns3: bugfix for not checking return value
4847 - net: hns: Incorrect offset address used for some registers.
4848 - net: hns: All ports can not work when insmod hns ko after rmmod.
4849 - net: hns: Some registers use wrong address according to the datasheet.
4850 - net: hns: Fixed bug that netdev was opened twice
4851 - net: hns: Clean rx fbd when ae stopped.
4852 - net: hns: Free irq when exit from abnormal branch
4853 - net: hns: Avoid net reset caused by pause frames storm
4854 - net: hns: Fix ntuple-filters status error.
4855 - net: hns: Add mac pcs config when enable|disable mac
4856 - net: hns: Fix ping failed when use net bridge and send multicast
4857 - net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of
4858 enet
4859 - net: hns3: add set_default_reset_request in the hnae3_ae_ops
4860 - net: hns3: provide some interface & information for the client
4861 - net: hns3: adjust the location of clearing the table when doing reset
4862 - net: hns3: enable/disable ring in the enet while doing UP/DOWN
4863 - net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resetting
4864 - net: hns3: ignore new coming low-level reset while doing high-level reset
4865 - net: hns3: move some reset information from hnae3_handle into
4866 hclge_dev/hclgevf_dev
4867 - net: hns3: adjust the process of PF reset
4868 - net: hns3: call roce's reset notify callback when resetting
4869 - net: hns3: add error handler for hclge_reset()
4870 - net: hns3: fix for cmd queue memory not freed problem during reset
4871 - net: hns3: Remove set but not used variable 'reset_level'
4872 - net: hns3: fix spelling mistake, "assertting" -> "asserting"
4873 - net: hns3: add reset_hdev to reinit the hdev in VF's reset process
4874 - net: hns3: adjust VF's reset process
4875 - net: hns3: add reset handling for VF when doing PF reset
4876 - net: hns3: add reset handling for VF when doing Core/Global/IMP reset
4877 - net: hns3: stop handling command queue while resetting VF
4878 - net: hns3: add error handler for hclgevf_reset()
4879 - net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is set
4880 - net: hns3: implement the IMP reset processing for PF
4881 - net: hns3: add PCIe FLR support for PF
4882 - net: hns3: do VF's pci re-initialization while PF doing FLR
4883 - net: hns3: add PCIe FLR support for VF
4884 - net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardware
4885 - net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll
4886 - net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGS
4887 - net: hns3: Adds GRO params to SKB for the stack
4888 - scsi: hisi_sas: use dma_set_mask_and_coherent
4889 - scsi: hisi_sas: Create separate host attributes per HBA
4890 - scsi: hisi_sas: Add support for interrupt converge for v3 hw
4891 - scsi: hisi_sas: Add support for interrupt coalescing for v3 hw
4892 - scsi: hisi_sas: Relocate some codes to avoid an unused check
4893 - scsi: hisi_sas: change the time of SAS SSP connection
4894 - net: hns3: fix spelling mistake "failded" -> "failed"
4895 - net: hns3: Support two vlan header when setting mtu
4896 - net: hns3: Refactor mac mtu setting related functions
4897 - net: hns3: Add vport alive state checking support
4898 - net: hns3: Add mtu setting support for vf
4899 - net: hns3: up/down netdev in hclge module when setting mtu
4900 - net: hns3: add common validation in hclge_dcb
4901 - net: hns3: Add debugfs framework registration
4902 - net: hns3: Add "queue info" query function
4903 - net: hns3: Add "FD flow table" info query function
4904 - net: hns3: Add "tc config" info query function
4905 - net: hns3: Add "tm config" info query function
4906 - net: hns3: Add "qos pause" config info query function
4907 - net: hns3: Add "qos prio map" info query function
4908 - net: hns3: Add "qos buffer" config info query function
4909 - net: hns3: Support "ethtool -d" for HNS3 VF driver
4910 - net: hns3: Adds support to dump(using ethool-d) PCIe regs in HNS3 PF driver
4911 - net: hns3: remove existing process error functions and reorder hw_blk table
4912 - net: hns3: rename enable error interrupt functions
4913 - net: hns3: re-enable error interrupts on hw reset
4914 - net: hns3: deletes unnecessary settings of the descriptor data
4915 - net: hns3: rename process_hw_error function
4916 - net: hns3: add optimization in the hclge_hw_error_set_state
4917 - net: hns3: add handling of hw ras errors using new set of commands
4918 - net: hns3: deleted logging 1 bit errors
4919 - net: hns3: add handling of hw errors reported through MSIX
4920 - net: hns3: add handling of hw errors of MAC
4921 - net: hns3: handle hw errors of PPP PF
4922 - net: hns3: handle hw errors of PPU(RCB)
4923 - net: hns3: handle hw errors of SSU
4924 - net: hns3: add handling of RDMA RAS errors
4925 - net: hns3: fix spelling mistake "offser" -> "offset"
4926 - scsi: hisi_sas: Fix warnings detected by sparse
4927 - scsi: hisi_sas: Relocate some code to reduce complexity
4928 - scsi: hisi_sas: Make sg_tablesize consistent value
4929 - hns3: prevent building without CONFIG_INET
4930 - net: hns3: Add "bd info" query function
4931 - net: hns3: Add "manager table" information query function
4932 - net: hns3: Add "status register" information query function
4933 - net: hns3: Add "dcb register" status information query function
4934 - net: hns3: Add "queue map" information query function
4935 - net: hns3: Add "tm map" status information query function
4936 - net: hns3: fix error handling int the hns3_get_vector_ring_chain
4937 - net: hns3: uninitialize pci in the hclgevf_uninit
4938 - net: hns3: fix napi_disable not return problem
4939 - net: hns3: update some variables while hclge_reset()/hclgevf_reset() done
4940 - net: hns3: remove unnecessary configuration recapture while resetting
4941 - net: hns3: fix incomplete uninitialization of IRQ in the
4942 hns3_nic_uninit_vector_data()
4943 - net: hns3: update coalesce param per second
4944 - net: hns3: remove 1000M/half support of phy
4945 - net: hns3: synchronize speed and duplex from phy when phy link up
4946 - net: hns3: getting tx and dv buffer size through firmware
4947 - net: hns3: aligning buffer size in SSU to 256 bytes
4948 - net: hns3: fix a SSU buffer checking bug
4949 - scsi: hisi_sas: Add support for DIF feature for v2 hw
4950 - net: hns3: refine the handle for hns3_nic_net_open/stop()
4951 - net: hns3: change default tc state to close
4952 - net: hns3: fix a bug caused by udelay
4953 - net: hns3: add max vector number check for pf
4954 - net: hns3: reset tqp while doing DOWN operation
4955 - net: hns3: fix vf id check issue when add flow director rule
4956 - net: hns3: don't restore rules when flow director is disabled
4957 - net: hns3: fix the descriptor index when get rss type
4958 - net: hns3: remove redundant variable initialization
4959 - net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENT
4960
4961 * iptables connlimit allows more connections than the limit when using
4962 multiple CPUs (LP: #1811094)
4963 - SAUCE: netfilter: xt_connlimit: remove the 'addr' parameter in add_hlist()
4964 - netfilter: nf_conncount: expose connection list interface
4965 - netfilter: nf_conncount: Fix garbage collection with zones
4966 - netfilter: nf_conncount: fix garbage collection confirm race
4967 - netfilter: nf_conncount: don't skip eviction when age is negative
4968
4969 * CVE-2018-16882
4970 - KVM: Fix UAF in nested posted interrupt processing
4971
4972 * Cannot initialize ATA disk if IDENTIFY command fails (LP: #1809046)
4973 - scsi: libsas: check the ata device status by ata_dev_enabled()
4974
4975 * scsi: libsas: fix a race condition when smp task timeout (LP: #1808912)
4976 - scsi: libsas: fix a race condition when smp task timeout
4977
4978 * CVE-2018-14625
4979 - vhost/vsock: fix use-after-free in network stack callers
4980
4981 * Fix and issue that LG I2C touchscreen stops working after reboot
4982 (LP: #1805085)
4983 - HID: i2c-hid: Disable runtime PM for LG touchscreen
4984
4985 * powerpc/powernv/pci: Work around races in PCI bridge enabling (LP: #1805245)
4986 - powerpc/powernv/pci: Work around races in PCI bridge enabling
4987
4988 * Drivers: hv: vmbus: Offload the handling of channels to two workqueues
4989 (LP: #1807757)
4990 - hv_netvsc: fix network namespace issues with VF support
4991 - hv_netvsc: split sub-channel setup into async and sync
4992 - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()
4993 - hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()
4994 - vmbus: don't return values for uninitalized channels
4995 - Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()
4996 - Drivers: hv: vmbus: Offload the handling of channels to two workqueues
4997
4998 * Disable LPM for Raydium Touchscreens (LP: #1802248)
4999 - USB: quirks: Add no-lpm quirk for Raydium touchscreens
5000
5001 * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network
5002 Adapter (LP: #1805607)
5003 - SAUCE: ath10k: provide reset function for QCA9377 chip
5004
5005 * CVE-2018-17972
5006 - proc: restrict kernel stack dumps to root
5007
5008 * CVE-2018-19407
5009 - KVM: X86: Fix scan ioapic use-before-initialization
5010
5011 * CVE-2018-18281
5012 - mremap: properly flush TLB before releasing the page
5013
5014 * Fix USB2 device wrongly detected as USB1 (LP: #1806534)
5015 - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
5016
5017 * armhf guests fail to boot in EFI mode (LP: #1809488)
5018 - efi/arm: Revert deferred unmap of early memmap mapping
5019
5020 * Bionic shows incorrect warning about number of pointers in TFD
5021 (LP: #1801102)
5022 - iwlwifi: pcie: don't warn if we use all the transmit pointers
5023
5024 * audio output has constant noise on a Dell machine (LP: #1810891)
5025 - ALSA: hda/realtek - Fixed headphone issue for ALC700
5026
5027 * ldisc crash on reopened tty (LP: #1791758)
5028 - tty: Drop tty->count on tty_reopen() failure
5029 - tty: Hold tty_ldisc_lock() during tty_reopen()
5030 - tty: Don't block on IO when ldisc change is pending
5031 - tty: Simplify tty->count math in tty_reopen()
5032
5033 * SATA device is not going to DEVSLP (LP: #1781533)
5034 - ahci: Allow setting a default LPM policy for mobile chipsets
5035 - ata: libahci: Correct setting of DEVSLP register
5036 - ata: libahci: Allow reconfigure of DEVSLP register
5037 - ata: ahci: Support state with min power but Partial low power state
5038 - ata: ahci: Enable DEVSLP by default on x86 with SLP_S0
5039 - [Config] set CONFIG_SATA_MOBILE_LPM_POLICY=0
5040
5041 * Console got stuck using serial tty after logout (LP: #1808097)
5042 - tty: do not set TTY_IO_ERROR flag if console port
5043
5044 * fanotify10 in ubuntu_ltp_syscalls failed (LP: #1802454)
5045 - fsnotify: fix ignore mask logic in fsnotify()
5046
5047 * SRU: Fix kernel xhci hang when resume from S3 (LP: #1805344)
5048 - usb: xhci: fix uninitialized completion when USB3 port got wrong status
5049 - usb: xhci: fix timeout for transition from RExit to U0
5050
5051 * Add pointstick support for Cirque Touchpad (LP: #1805081)
5052 - HID: multitouch: Add pointstick support for Cirque Touchpad
5053
5054 * Intel NVMe drives timeout when nvme format is attempted (LP: #1797587)
5055 - nvme: Use admin command effects for admin commands
5056
5057 * lineout jack can't work on a Dell machine (LP: #1810892)
5058 - ALSA: hda/realtek - Support Dell headset mode for New AIO platform
5059
5060 * Bionic update: upstream stable patchset 2019-01-04 (LP: #1810554)
5061 - MIPS: Call dump_stack() from show_regs()
5062 - MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()
5063 - MIPS: Fix ioremap() RAM check
5064 - mmc: sdhci-esdhc-imx: allow 1.8V modes without 100/200MHz pinctrl states
5065 - mmc: dw_mmc: fix card threshold control configuration
5066 - ibmasm: don't write out of bounds in read handler
5067 - staging: rtl8723bs: Prevent an underflow in rtw_check_beacon_data().
5068 - staging: r8822be: Fix RTL8822be can't find any wireless AP
5069 - ata: Fix ZBC_OUT command block check
5070 - ata: Fix ZBC_OUT all bit handling
5071 - vmw_balloon: fix inflation with batching
5072 - ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS
5073 - USB: serial: ch341: fix type promotion bug in ch341_control_in()
5074 - USB: serial: cp210x: add another USB ID for Qivicon ZigBee stick
5075 - USB: serial: keyspan_pda: fix modem-status error handling
5076 - USB: serial: mos7840: fix status-register error handling
5077 - usb: quirks: add delay quirks for Corsair Strafe
5078 - xhci: xhci-mem: off by one in xhci_stream_id_to_ring()
5079 - ALSA: hda - Handle pm failure during hotplug
5080 - fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*
5081 - fs, elf: make sure to page align bss in load_elf_library
5082 - mm: do not bug_on on incorrect length in __mm_populate()
5083 - tracing: Reorder display of TGID to be after PID
5084 - kbuild: delete INSTALL_FW_PATH from kbuild documentation
5085 - arm64: neon: Fix function may_use_simd() return error status
5086 - tools build: fix # escaping in .cmd files for future Make
5087 - IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return values
5088 - i2c: tegra: Fix NACK error handling
5089 - iw_cxgb4: correctly enforce the max reg_mr depth
5090 - xen: setup pv irq ops vector earlier
5091 - nvme-pci: Remap CMB SQ entries on every controller reset
5092 - crypto: x86/salsa20 - remove x86 salsa20 implementations
5093 - uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()
5094 - netfilter: nf_queue: augment nfqa_cfg_policy
5095 - netfilter: x_tables: initialise match/target check parameter struct
5096 - loop: add recursion validation to LOOP_CHANGE_FD
5097 - PM / hibernate: Fix oops at snapshot_write()
5098 - RDMA/ucm: Mark UCM interface as BROKEN
5099 - loop: remember whether sysfs_create_group() was done
5100 - f2fs: give message and set need_fsck given broken node id
5101 - mm: do not drop unused pages when userfaultd is running
5102 - bpf: reject passing modified ctx to helper functions
5103 - mei: discard messages from not connected client during power down.
5104 - mm: zero unavailable pages before memmap init
5105 - xen: remove global bit from __default_kernel_pte_mask for pv guests
5106 - f2fs: return error during fill_super
5107 - f2fs: avoid bug_on on corrupted inode
5108 - f2fs: sanity check on sit entry
5109 - f2fs: sanity check for total valid node blocks
5110 - ARM: dts: armada-38x: use the new thermal binding
5111 - mm: don't do zero_resv_unavail if memmap is not allocated
5112
5113 * Blacklist Realtek Virtual IPMI device (LP: #1808353)
5114 - ipmi:pci: Blacklist a Realtek "IPMI" device
5115
5116 * Ethernet[10ec:8136] doesn't work after S3 with kernel 4.15.0.43.64
5117 (LP: #1809847)
5118 - SAUCE: Revert "r8169: don't use MSI-X on RTL8106e"
5119 - r8169: re-enable MSI-X on RTL8168g
5120
5121 * Killer 802.11ac 2x2 (1550 or 1550i) [8086:2526][1a56:1550] is not supported
5122 (LP: #1809219)
5123 - iwlwifi: add more card IDs for 9000 series
5124
5125 * Support new Realtek ethernet chips (LP: #1811055)
5126 - r8169: Add support for new Realtek Ethernet
5127
5128 * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle
5129 (LP: #1805775)
5130 - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being
5131 disabled
5132
5133 * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF)
5134 (LP: #1804588)
5135 - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3
5136 - SAUCE: nvme: add quirk to not call disable function when suspending
5137
5138 * mpt3sas - driver using the wrong register to update a queue index in FW
5139 (LP: #1810781)
5140 - scsi: mpt3sas: As per MPI-spec, use combined reply queue for SAS3.5
5141 controllers when HBA supports more than 16 MSI-x vectors.
5142
5143 * HP mobile workstations with hybrid graphics support, can not directly output
5144 to external monitors by dGPU (LP: #1810702)
5145 - ACPI / OSI: Add OEM _OSI string to enable dGPU direct output
5146
5147 * broken touchpad after i2c-i801 blacklist change (LP: #1802135)
5148 - i2c: i801: Don't restore config registers on runtime PM
5149
5150 * Enable new Realtek card reader (LP: #1806335)
5151 - USB: usb-storage: Add new IDs to ums-realtek
5152 - SAUCE: (noup) USB: usb-storage: Make MMC support optional on ums-realtek
5153
5154 * The line-out on the Dell Dock station can't work (LP: #1806532)
5155 - ALSA: usb-audio: Allow to override the longname string
5156 - ALSA: usb-audio: Give proper vendor/product name for Dell WD15 Dock
5157 - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
5158
5159 * linux-buildinfo: pull out ABI information into its own package
5160 (LP: #1806380)
5161 - [Packaging] getabis -- handle all known package combinations
5162 - [Packaging] getabis -- support parsing a simple version
5163
5164 * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818)
5165 - igb: Fix an issue that PME is not enabled during runtime suspend
5166
5167 * Fix Terminus USB hub that may breaks connected USB devices after S3
5168 (LP: #1806850)
5169 - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
5170
5171 * Add support for Dell DW5821e WWAN/GPS module (LP: #1807342)
5172 - qmi_wwan: add support for the Dell Wireless 5821e module
5173 - qmi_wwan: fix interface number for DW5821e production firmware
5174 - USB: option: add support for DW5821e
5175
5176 * Add support for 0cf3:535b QCA_ROME device (LP: #1807333)
5177 - Bluetooth: btusb: Add support for 0cf3:535b QCA_ROME device
5178
5179 * The mute led can't work anymore on the lenovo x1 carbon (LP: #1808465)
5180 - ALSA: hda/realtek - Fix the mute LED regresion on Lenovo X1 Carbon
5181
5182 * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) //
5183 click/pop noise in the headphone on several lenovo laptops (LP: #1805079)
5184 - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops
5185
5186 * Touchpad stops working after reboot on Apollo Lake (LP: #1728244)
5187 - HID: i2c-hid: disable runtime PM operations on hantick touchpad
5188
5189 * MAC address pass through on RTL8153-BND for docking station (LP: #1808729)
5190 - r8152: Add support for MAC address pass through on RTL8153-BND
5191
5192 * [Ubuntu] kernel: zcrypt: reinit ap queue state machine (LP: #1805414)
5193 - s390/zcrypt: reinit ap queue state machine during device probe
5194
5195 * [UBUNTU] qeth: fix length check in SNMP processing (LP: #1805802)
5196 - s390/qeth: fix length check in SNMP processing
5197
5198 * ASPEED server console output extremely slow after upgrade to 18.04
5199 (LP: #1808183)
5200 - drm/ast: Remove existing framebuffers before loading driver
5201
5202 * Bionic update: upstream stable patchset 2018-12-13 (LP: #1808399)
5203 - userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte access
5204 - mm: hugetlb: yield when prepping struct pages
5205 - tracing: Fix missing return symbol in function_graph output
5206 - scsi: target: Fix truncated PR-in ReadKeys response
5207 - s390: Correct register corruption in critical section cleanup
5208 - drbd: fix access after free
5209 - vfio: Use get_user_pages_longterm correctly
5210 - cifs: Fix use after free of a mid_q_entry
5211 - cifs: Fix memory leak in smb2_set_ea()
5212 - cifs: Fix infinite loop when using hard mount option
5213 - drm: Use kvzalloc for allocating blob property memory
5214 - drm/udl: fix display corruption of the last line
5215 - jbd2: don't mark block as modified if the handle is out of credits
5216 - ext4: add corruption check in ext4_xattr_set_entry()
5217 - ext4: always verify the magic number in xattr blocks
5218 - ext4: make sure bitmaps and the inode table don't overlap with bg
5219 descriptors
5220 - ext4: always check block group bounds in ext4_init_block_bitmap()
5221 - ext4: only look at the bg_flags field if it is valid
5222 - ext4: verify the depth of extent tree in ext4_find_extent()
5223 - ext4: include the illegal physical block in the bad map ext4_error msg
5224 - ext4: never move the system.data xattr out of the inode body
5225 - ext4: avoid running out of journal credits when appending to an inline file
5226 - ext4: add more inode number paranoia checks
5227 - ext4: add more mount time checks of the superblock
5228 - ext4: check superblock mapped prior to committing
5229 - HID: i2c-hid: Fix "incomplete report" noise
5230 - HID: hiddev: fix potential Spectre v1
5231 - HID: debug: check length before copy_to_user()
5232 - media: vb2: core: Finish buffers at the end of the stream
5233 - f2fs: truncate preallocated blocks in error case
5234 - Revert "dpaa_eth: fix error in dpaa_remove()"
5235 - Kbuild: fix # escaping in .cmd files for future Make
5236 - media: cx25840: Use subdev host data for PLL override
5237 - fs: allow per-device dax status checking for filesystems
5238 - dax: change bdev_dax_supported() to support boolean returns
5239 - dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()
5240 - dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()
5241 - dm: prevent DAX mounts if not supported
5242 - mtd: cfi_cmdset_0002: Change definition naming to retry write operation
5243 - mtd: cfi_cmdset_0002: Change erase functions to retry for error
5244 - mtd: cfi_cmdset_0002: Change erase functions to check chip good only
5245 - netfilter: nf_log: don't hold nf_log_mutex during user access
5246 - staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write()
5247 - sched, tracing: Fix trace_sched_pi_setprio() for deboosting
5248 - PCI / ACPI / PM: Resume bridges w/o drivers on suspend-to-RAM
5249 - drm/amdgpu: Make struct amdgpu_atif private to amdgpu_acpi.c
5250 - scsi: aacraid: Fix PD performance regression over incorrect qd being set
5251 - ARM: dts: imx51-zii-rdu1: fix touchscreen pinctrl
5252 - drm/amdgpu: Add amdgpu_atpx_get_dhandle()
5253 - drm/amdgpu: Dynamically probe for ATIF handle (v2)
5254 - i2c: core: smbus: fix a potential missing-check bug
5255
5256 * Bionic update: upstream stable patchset 2018-12-12 (LP: #1808185)
5257 - usb: cdc_acm: Add quirk for Uniden UBC125 scanner
5258 - USB: serial: cp210x: add CESINEL device ids
5259 - USB: serial: cp210x: add Silicon Labs IDs for Windows Update
5260 - usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hub
5261 - acpi: Add helper for deactivating memory region
5262 - usb: typec: ucsi: acpi: Workaround for cache mode issue
5263 - usb: typec: ucsi: Fix for incorrect status data issue
5264 - xhci: Fix kernel oops in trace_xhci_free_virt_device
5265 - n_tty: Fix stall at n_tty_receive_char_special().
5266 - n_tty: Access echo_* variables carefully.
5267 - staging: android: ion: Return an ERR_PTR in ion_map_kernel
5268 - serial: 8250_pci: Remove stalled entries in blacklist
5269 - serdev: fix memleak on module unload
5270 - vt: prevent leaking uninitialized data to userspace via /dev/vcs*
5271 - drm/amdgpu: Add APU support in vi_set_uvd_clocks
5272 - drm/amdgpu: Add APU support in vi_set_vce_clocks
5273 - drm/amdgpu: fix the missed vcn fw version report
5274 - drm/qxl: Call qxl_bo_unref outside atomic context
5275 - drm/atmel-hlcdc: check stride values in the first plane
5276 - drm/amdgpu: Use kvmalloc_array for allocating VRAM manager nodes array
5277 - drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helper
5278 - drm/i915: Enable provoking vertex fix on Gen9 systems.
5279 - netfilter: nf_tables: nft_compat: fix refcount leak on xt module
5280 - netfilter: nft_compat: prepare for indirect info storage
5281 - netfilter: nft_compat: fix handling of large matchinfo size
5282 - netfilter: nf_tables: don't assume chain stats are set when jumplabel is set
5283 - netfilter: nf_tables: bogus EBUSY in chain deletions
5284 - netfilter: nft_meta: fix wrong value dereference in nft_meta_set_eval
5285 - netfilter: nf_tables: disable preemption in nft_update_chain_stats()
5286 - netfilter: nf_tables: increase nft_counters_enabled in
5287 nft_chain_stats_replace()
5288 - netfilter: nf_tables: fix memory leak on error exit return
5289 - netfilter: nf_tables: add missing netlink attrs to policies
5290 - netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()
5291 - netfilter: don't set F_IFACE on ipv6 fib lookups
5292 - netfilter: ip6t_rpfilter: provide input interface for route lookup
5293 - netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()
5294 - ARM: dts: imx6q: Use correct SDMA script for SPI5 core
5295 - xfrm6: avoid potential infinite loop in _decode_session6()
5296 - afs: Fix directory permissions check
5297 - netfilter: ebtables: handle string from userspace with care
5298 - s390/dasd: use blk_mq_rq_from_pdu for per request data
5299 - netfilter: nft_limit: fix packet ratelimiting
5300 - ipvs: fix buffer overflow with sync daemon and service
5301 - iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUs
5302 - atm: zatm: fix memcmp casting
5303 - net: qmi_wwan: Add Netgear Aircard 779S
5304 - perf test: "Session topology" dumps core on s390
5305 - perf bpf: Fix NULL return handling in bpf__prepare_load()
5306 - fs: clear writeback errors in inode_init_always
5307 - sched/core: Fix rules for running on online && !active CPUs
5308 - sched/core: Require cpu_active() in select_task_rq(), for user tasks
5309 - platform/x86: asus-wmi: Fix NULL pointer dereference
5310 - net/sonic: Use dma_mapping_error()
5311 - net: dsa: b53: Add BCM5389 support
5312 - usb: typec: tcpm: fix logbuffer index is wrong if _tcpm_log is re-entered
5313 - iio: mma8452: Fix ignoring MMA8452_INT_DRDY
5314 - drm/amdgpu: fix clear_all and replace handling in the VM (v2)
5315 - drm/amd/display: Clear connector's edid pointer
5316 - drm/i915/dp: Send DPCD ON for MST before phy_up
5317 - drm/amdgpu: remove DC special casing for KB/ML
5318 - drm/amdgpu: Don't default to DC support for Kaveri and older
5319 - drm/amdgpu: GPU vs CPU page size fixes in amdgpu_vm_bo_split_mapping
5320 - drm/amd/display: release spinlock before committing updates to stream
5321 - drm/i915: Fix PIPESTAT irq ack on i965/g4x
5322 - ARM64: dts: meson-gxl-s905x-p212: Add phy-supply for usb0
5323 - x86/mm: Don't free P4D table when it is folded at runtime
5324
5325 * Bionic update: upstream stable patchset 2018-12-07 (LP: #1807469)
5326 - x86/spectre_v1: Disable compiler optimizations over
5327 array_index_mask_nospec()
5328 - x86/mce: Improve error message when kernel cannot recover
5329 - x86/mce: Check for alternate indication of machine check recovery on Skylake
5330 - x86/mce: Fix incorrect "Machine check from unknown source" message
5331 - x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()
5332 - x86: Call fixup_exception() before notify_die() in math_error()
5333 - m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()
5334 - m68k/mac: Fix SWIM memory resource end address
5335 - serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version
5336 - signal/xtensa: Consistenly use SIGBUS in do_unaligned_user
5337 - PM / Domains: Fix error path during attach in genpd
5338 - PM / core: Fix supplier device runtime PM usage counter imbalance
5339 - PM / OPP: Update voltage in case freq == old_freq
5340 - usb: do not reset if a low-speed or full-speed device timed out
5341 - 1wire: family module autoload fails because of upper/lower case mismatch.
5342 - ASoC: dapm: delete dapm_kcontrol_data paths list before freeing it
5343 - ASoC: cs35l35: Add use_single_rw to regmap config
5344 - ASoC: cirrus: i2s: Fix LRCLK configuration
5345 - ASoC: cirrus: i2s: Fix {TX|RX}LinCtrlData setup
5346 - thermal: bcm2835: Stop using printk format %pCr
5347 - clk: renesas: cpg-mssr: Stop using printk format %pCr
5348 - lib/vsprintf: Remove atomic-unsafe support for %pCr
5349 - ftrace/selftest: Have the reset_trigger code be a bit more careful
5350 - mips: ftrace: fix static function graph tracing
5351 - branch-check: fix long->int truncation when profiling branches
5352 - ipmi:bt: Set the timeout before doing a capabilities check
5353 - Bluetooth: hci_qca: Avoid missing rampatch failure with userspace fw loader
5354 - printk: fix possible reuse of va_list variable
5355 - fuse: fix congested state leak on aborted connections
5356 - fuse: atomic_o_trunc should truncate pagecache
5357 - fuse: don't keep dead fuse_conn at fuse_fill_super().
5358 - fuse: fix control dir setup and teardown
5359 - powerpc/mm/hash: Add missing isync prior to kernel stack SLB switch
5360 - powerpc/ptrace: Fix setting 512B aligned breakpoints with
5361 PTRACE_SET_DEBUGREG
5362 - powerpc/ptrace: Fix enforcement of DAWR constraints
5363 - powerpc/powernv/ioda2: Remove redundant free of TCE pages
5364 - powerpc/powernv: copy/paste - Mask SO bit in CR
5365 - powerpc/fadump: Unregister fadump on kexec down path.
5366 - soc: rockchip: power-domain: Fix wrong value when power up pd with writemask
5367 - ARM: 8764/1: kgdb: fix NUMREGBYTES so that gdb_regs[] is the correct size
5368 - ARM: dts: Fix SPI node for Arria10
5369 - ARM: dts: socfpga: Fix NAND controller node compatible
5370 - ARM: dts: socfpga: Fix NAND controller clock supply
5371 - ARM: dts: socfpga: Fix NAND controller node compatible for Arria10
5372 - arm64: Fix syscall restarting around signal suppressed by tracer
5373 - arm64: kpti: Use early_param for kpti= command-line option
5374 - arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache
5375 maintenance
5376 - ARM64: dts: meson: disable sd-uhs modes on the libretech-cc
5377 - of: overlay: validate offset from property fixups
5378 - of: unittest: for strings, account for trailing \0 in property length field
5379 - of: platform: stop accessing invalid dev in of_platform_device_destroy
5380 - tpm: fix use after free in tpm2_load_context()
5381 - tpm: fix race condition in tpm_common_write()
5382 - IB/qib: Fix DMA api warning with debug kernel
5383 - IB/{hfi1, qib}: Add handling of kernel restart
5384 - IB/mlx4: Mark user MR as writable if actual virtual memory is writable
5385 - IB/core: Make testing MR flags for writability a static inline function
5386 - IB/mlx5: Fetch soft WQE's on fatal error state
5387 - IB/isert: Fix for lib/dma_debug check_sync warning
5388 - IB/isert: fix T10-pi check mask setting
5389 - IB/hfi1: Fix fault injection init/exit issues
5390 - IB/hfi1: Reorder incorrect send context disable
5391 - IB/hfi1: Optimize kthread pointer locking when queuing CQ entries
5392 - IB/hfi1: Fix user context tail allocation for DMA_RTAIL
5393 - RDMA/mlx4: Discard unknown SQP work requests
5394 - xprtrdma: Return -ENOBUFS when no pages are available
5395 - mtd: cfi_cmdset_0002: Change write buffer to check correct value
5396 - mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()
5397 - mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chips
5398 - mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudary
5399 - mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.
5400 - PCI: hv: Make sure the bus domain is really unique
5401 - PCI: Add ACS quirk for Intel 7th & 8th Gen mobile
5402 - PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on
5403 resume
5404 - auxdisplay: fix broken menu
5405 - pinctrl: samsung: Correct EINTG banks order
5406 - pinctrl: devicetree: Fix pctldev pointer overwrite
5407 - cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0
5408 - MIPS: io: Add barrier after register read in inX()
5409 - time: Make sure jiffies_to_msecs() preserves non-zero time periods
5410 - irqchip/gic-v3-its: Don't bind LPI to unavailable NUMA node
5411 - X.509: unpack RSA signatureValue field from BIT STRING
5412 - Btrfs: fix return value on rename exchange failure
5413 - iio: adc: ad7791: remove sample freq sysfs attributes
5414 - iio: sca3000: Fix an error handling path in 'sca3000_probe()'
5415 - mm: fix __gup_device_huge vs unmap
5416 - scsi: qla2xxx: Fix setting lower transfer speed if GPSC fails
5417 - scsi: qla2xxx: Mask off Scope bits in retry delay
5418 - scsi: zfcp: fix missing SCSI trace for result of eh_host_reset_handler
5419 - scsi: zfcp: fix missing SCSI trace for retry of abort / scsi_eh TMF
5420 - scsi: zfcp: fix misleading REC trigger trace where erp_action setup failed
5421 - scsi: zfcp: fix missing REC trigger trace on terminate_rport_io early return
5422 - scsi: zfcp: fix missing REC trigger trace on terminate_rport_io for
5423 ERP_FAILED
5424 - scsi: zfcp: fix missing REC trigger trace for all objects in ERP_FAILED
5425 - scsi: zfcp: fix missing REC trigger trace on enqueue without ERP thread
5426 - linvdimm, pmem: Preserve read-only setting for pmem devices
5427 - clk: at91: PLL recalc_rate() now using cached MUL and DIV values
5428 - rtc: sun6i: Fix bit_idx value for clk_register_gate
5429 - md: fix two problems with setting the "re-add" device state.
5430 - rpmsg: smd: do not use mananged resources for endpoints and channels
5431 - ubi: fastmap: Cancel work upon detach
5432 - ubi: fastmap: Correctly handle interrupted erasures in EBA
5433 - backlight: as3711_bl: Fix Device Tree node lookup
5434 - backlight: max8925_bl: Fix Device Tree node lookup
5435 - backlight: tps65217_bl: Fix Device Tree node lookup
5436 - mfd: intel-lpss: Program REMAP register in PIO mode
5437 - arm: dts: mt7623: fix invalid memory node being generated
5438 - perf tools: Fix symbol and object code resolution for vdso32 and vdsox32
5439 - perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING
5440 - perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIP
5441 - perf intel-pt: Fix MTC timing after overflow
5442 - perf intel-pt: Fix "Unexpected indirect branch" error
5443 - perf intel-pt: Fix packet decoding of CYC packets
5444 - media: vsp1: Release buffers for each video node
5445 - media: v4l2-compat-ioctl32: prevent go past max size
5446 - media: dvb_frontend: fix locking issues at dvb_frontend_get_event()
5447 - nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdir
5448 - NFSv4: Fix possible 1-byte stack overflow in
5449 nfs_idmap_read_and_verify_message
5450 - NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")
5451 - NFSv4: Fix a typo in nfs41_sequence_process
5452 - ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devices
5453 - Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID
5454 - pwm: lpss: platform: Save/restore the ctrl register over a suspend/resume
5455 - rbd: flush rbd_dev->watch_dwork after watch is unregistered
5456 - mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()
5457 - mm: fix devmem_is_allowed() for sub-page System RAM intersections
5458 - xen: Remove unnecessary BUG_ON from __unbind_from_irq()
5459 - udf: Detect incorrect directory size
5460 - Input: xpad - fix GPD Win 2 controller name
5461 - Input: elan_i2c_smbus - fix more potential stack buffer overflows
5462 - ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctl
5463 - ALSA: hda/realtek - Fix pop noise on Lenovo P50 & co
5464 - ALSA: hda/realtek - Add a quirk for FSC ESPRIMO U9210
5465 - slub: fix failure when we delete and create a slab cache
5466 - block: Fix transfer when chunk sectors exceeds max
5467 - block: Fix cloning of requests with a special payload
5468 - x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=y
5469 - dm zoned: avoid triggering reclaim from inside dmz_map()
5470 - dm thin: handle running out of data space vs concurrent discard
5471 - x86/platform/UV: Use new set memory block size function
5472 - x86/platform/UV: Add kernel parameter to set memory block size
5473 - platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing.
5474 - platform/chrome: cros_ec_lpc: do not try DMI match when ACPI device found
5475 - hwmon: (k10temp) Add support for Stoney Ridge and Bristol Ridge CPUs
5476 - spi-nor: intel-spi: Remove unused preopcodes field
5477 - mtd: spi-nor: intel-spi: Fix atomic sequence handling
5478 - PCI / PM: Do not clear state_saved for devices that remain suspended
5479 - ASoC: mediatek: preallocate pages use platform device
5480 - libnvdimm, pmem: Do not flush power-fail protected CPU caches
5481 - powerpc/64s: Set assembler machine type to POWER4
5482 - powerpc/e500mc: Set assembler machine type to e500mc
5483 - hwrng: core - Always drop the RNG in hwrng_unregister()
5484 - softirq: Reorder trace_softirqs_on to prevent lockdep splat
5485 - ARM64: dts: meson-gx: fix ATF reserved memory region
5486 - mtd: rawnand: fix return value check for bad block status
5487 - mtd: rawnand: mxc: set spare area size register explicitly
5488 - PCI: Account for all bridges on bus when distributing bus numbers
5489 - pinctrl: armada-37xx: Fix spurious irq management
5490 - MIPS: pb44: Fix i2c-gpio GPIO descriptor table
5491 - locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS
5492 - scsi: scsi_debug: Fix memory leak on module unload
5493 - scsi: qla2xxx: Spinlock recursion in qla_target
5494 - libnvdimm, pmem: Unconditionally deep flush on *sync
5495 - f2fs: don't use GFP_ZERO for page caches
5496 - mfd: twl-core: Fix clock initialization
5497 - remoteproc: Prevent incorrect rproc state on xfer mem ownership failure
5498 - media: rc: mce_kbd decoder: fix stuck keys
5499 - Input: silead - add Chuwi Hi8 support
5500 - Input: silead - add MSSL0002 ACPI HID
5501 - ALSA: hda - Force to link down at runtime suspend on ATI/AMD HDMI
5502 - i2c: gpio: initialize SCL to HIGH again
5503 - kasan: depend on CONFIG_SLUB_DEBUG
5504 - dm: ensure bio submission follows a depth-first tree walk
5505 - dm: rename 'bio' member of dm_io structure to 'orig_bio'
5506 - dm: use bio_split() when splitting out the already processed bio
5507 - x86/e820: put !E820_TYPE_RAM regions into memblock.reserved
5508
5509 * Support AverMedia DVD EZMaker 7 USB video capture dongle (LP: #1620762) //
5510 Bionic update: upstream stable patchset 2018-12-07 (LP: #1807469)
5511 - media: cx231xx: Add support for AverMedia DVD EZMaker 7
5512
5513 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 14 Jan 2019 09:38:05 +0000
5514
5515 linux (4.15.0-43.46) bionic; urgency=medium
5516
5517 * linux: 4.15.0-43.46 -proposed tracker (LP: #1806659)
5518
5519 * System randomly hangs during suspend when mei_wdt is loaded (LP: #1803942)
5520 - SAUCE: base/dd: limit release function changes to vfio driver only
5521
5522 * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838)
5523 - xhci: Allow more than 32 quirks
5524 - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
5525
5526 * linux-buildinfo: pull out ABI information into its own package
5527 (LP: #1806380)
5528 - [Packaging] limit preparation to linux-libc-dev in headers
5529 - [Packaging] commonise debhelper invocation
5530 - [Packaging] ABI -- accumulate abi information at the end of the build
5531 - [Packaging] buildinfo -- add basic build information
5532 - [Packaging] buildinfo -- add firmware information to the flavour ABI
5533 - [Packaging] buildinfo -- add compiler information to the flavour ABI
5534 - [Packaging] buildinfo -- add buildinfo support to getabis
5535 - [Config] buildinfo -- add retpoline version markers
5536
5537 * linux packages should own /usr/lib/linux/triggers (LP: #1770256)
5538 - [Packaging] own /usr/lib/linux/triggers
5539
5540 * CVE-2018-12896
5541 - posix-timers: Sanitize overrun handling
5542
5543 * CVE-2018-16276
5544 - USB: yurex: fix out-of-bounds uaccess in read handler
5545
5546 * CVE-2018-10902
5547 - ALSA: rawmidi: Change resized buffers atomically
5548
5549 * CVE-2018-18710
5550 - cdrom: fix improper type cast, which can leat to information leak.
5551
5552 * CVE-2018-18690
5553 - xfs: don't fail when converting shortform attr to long form during
5554 ATTR_REPLACE
5555
5556 * CVE-2018-14734
5557 - infiniband: fix a possible use-after-free bug
5558
5559 * CVE-2018-18445
5560 - bpf: 32-bit RSH verification must truncate input before the ALU op
5561
5562 * Packaging resync (LP: #1786013)
5563 - [Packaging] update helper scripts
5564
5565 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Thu, 06 Dec 2018 13:52:12 +0000
5566
5567 linux (4.15.0-42.45) bionic; urgency=medium
5568
5569 * linux: 4.15.0-42.45 -proposed tracker (LP: #1803592)
5570
5571 * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405)
5572 - KVM: s390: reset crypto attributes for all vcpus
5573 - KVM: s390: vsie: simulate VCPU SIE entry/exit
5574 - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
5575 - KVM: s390: refactor crypto initialization
5576 - s390: vfio-ap: base implementation of VFIO AP device driver
5577 - s390: vfio-ap: register matrix device with VFIO mdev framework
5578 - s390: vfio-ap: sysfs interfaces to configure adapters
5579 - s390: vfio-ap: sysfs interfaces to configure domains
5580 - s390: vfio-ap: sysfs interfaces to configure control domains
5581 - s390: vfio-ap: sysfs interface to view matrix mdev matrix
5582 - KVM: s390: interface to clear CRYCB masks
5583 - s390: vfio-ap: implement mediated device open callback
5584 - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
5585 - s390: vfio-ap: zeroize the AP queues
5586 - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
5587 - KVM: s390: Clear Crypto Control Block when using vSIE
5588 - KVM: s390: vsie: Do the CRYCB validation first
5589 - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
5590 - KVM: s390: vsie: Allow CRYCB FORMAT-2
5591 - KVM: s390: vsie: allow CRYCB FORMAT-1
5592 - KVM: s390: vsie: allow CRYCB FORMAT-0
5593 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
5594 - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
5595 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2
5596 - KVM: s390: device attrs to enable/disable AP interpretation
5597 - KVM: s390: CPU model support for AP virtualization
5598 - s390: doc: detailed specifications for AP virtualization
5599 - KVM: s390: fix locking for crypto setting error path
5600 - KVM: s390: Tracing APCB changes
5601 - s390: vfio-ap: setup APCB mask using KVM dedicated function
5602 - s390/zcrypt: Add ZAPQ inline function.
5603 - s390/zcrypt: Review inline assembler constraints.
5604 - s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.
5605 - s390/zcrypt: fix ap_instructions_available() returncodes
5606 - s390/zcrypt: remove VLA usage from the AP bus
5607 - s390/zcrypt: Remove deprecated ioctls.
5608 - s390/zcrypt: Remove deprecated zcrypt proc interface.
5609 - s390/zcrypt: Support up to 256 crypto adapters.
5610 - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module.
5611
5612 * Bypass of mount visibility through userns + mount propagation (LP: #1789161)
5613 - mount: Retest MNT_LOCKED in do_umount
5614 - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
5615
5616 * CVE-2018-18955: nested user namespaces with more than five extents
5617 incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955
5618 - userns: also map extents in the reverse map to kernel IDs
5619
5620 * kdump fail due to an IRQ storm (LP: #1797990)
5621 - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code
5622 - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot
5623 - SAUCE: x86/quirks: Scan all busses for early PCI quirks
5624
5625 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 15 Nov 2018 17:01:46 -0200
5626
5627 linux (4.15.0-40.43) bionic; urgency=medium
5628
5629 * linux: 4.15.0-40.43 -proposed tracker (LP: #1802554)
5630
5631 * crash in ENA driver on removing an interface (LP: #1802341)
5632 - SAUCE: net: ena: fix crash during ena_remove()
5633
5634 * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding
5635 (LP: #1797367)
5636 - s390/qeth: don't keep track of MAC address's cast type
5637 - s390/qeth: consolidate qeth MAC address helpers
5638 - s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6]
5639 - s390/qeth: remove outdated portname debug msg
5640 - s390/qeth: reduce hard-coded access to ccw channels
5641 - s390/qeth: sanitize strings in debug messages
5642
5643 * [18.04 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver
5644 binding (LP: #1799184)
5645 - s390/zcrypt: code beautify
5646 - s390/zcrypt: AP bus support for alternate driver(s)
5647 - s390/zcrypt: hex string mask improvements for apmask and aqmask.
5648 - s390/zcrypt: remove unused functions and declarations
5649 - s390/zcrypt: Show load of cards and queues in sysfs
5650
5651 * [GLK/CLX] Enhanced IBRS (LP: #1786139)
5652 - x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigation
5653 - x86/speculation: Support Enhanced IBRS on future CPUs
5654
5655 * Allow signed kernels to be kexec'ed under lockdown (LP: #1798441)
5656 - Fix kexec forbidding kernels signed with keys in the secondary keyring to
5657 boot
5658
5659 * Overlayfs in user namespace leaks directory content of inaccessible
5660 directories (LP: #1793458) // CVE-2018-6559
5661 - SAUCE: overlayfs: ensure mounter privileges when reading directories
5662
5663 * Update ENA driver to version 2.0.1K (LP: #1798182)
5664 - net: ena: remove ndo_poll_controller
5665 - net: ena: fix warning in rmmod caused by double iounmap
5666 - net: ena: fix rare bug when failed restart/resume is followed by driver
5667 removal
5668 - net: ena: fix NULL dereference due to untimely napi initialization
5669 - net: ena: fix auto casting to boolean
5670 - net: ena: minor performance improvement
5671 - net: ena: complete host info to match latest ENA spec
5672 - net: ena: introduce Low Latency Queues data structures according to ENA spec
5673 - net: ena: add functions for handling Low Latency Queues in ena_com
5674 - net: ena: add functions for handling Low Latency Queues in ena_netdev
5675 - net: ena: use CSUM_CHECKED device indication to report skb's checksum status
5676 - net: ena: explicit casting and initialization, and clearer error handling
5677 - net: ena: limit refill Rx threshold to 256 to avoid latency issues
5678 - net: ena: change rx copybreak default to reduce kernel memory pressure
5679 - net: ena: remove redundant parameter in ena_com_admin_init()
5680 - net: ena: update driver version to 2.0.1
5681 - net: ena: fix indentations in ena_defs for better readability
5682 - net: ena: Fix Kconfig dependency on X86
5683 - net: ena: enable Low Latency Queues
5684 - net: ena: fix compilation error in xtensa architecture
5685
5686 * Bionic update: upstream stable patchset 2018-10-29 (LP: #1800537)
5687 - bonding: re-evaluate force_primary when the primary slave name changes
5688 - cdc_ncm: avoid padding beyond end of skb
5689 - ipv6: allow PMTU exceptions to local routes
5690 - net: dsa: add error handling for pskb_trim_rcsum
5691 - net/sched: act_simple: fix parsing of TCA_DEF_DATA
5692 - tcp: verify the checksum of the first data segment in a new connection
5693 - udp: fix rx queue len reported by diag and proc interface
5694 - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds
5695 vlan
5696 - tls: fix use-after-free in tls_push_record
5697 - ext4: fix hole length detection in ext4_ind_map_blocks()
5698 - ext4: update mtime in ext4_punch_hole even if no blocks are released
5699 - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
5700 - ext4: fix fencepost error in check for inode count overflow during resize
5701 - driver core: Don't ignore class_dir_create_and_add() failure.
5702 - Btrfs: fix clone vs chattr NODATASUM race
5703 - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
5704 - btrfs: return error value if create_io_em failed in cow_file_range
5705 - btrfs: scrub: Don't use inode pages for device replace
5706 - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
5707 - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
5708 - ALSA: hda: add dock and led support for HP EliteBook 830 G5
5709 - ALSA: hda: add dock and led support for HP ProBook 640 G4
5710 - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
5711 - smb3: fix various xid leaks
5712 - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session
5713 expiry
5714 - cifs: For SMB2 security informaion query, check for minimum sized security
5715 descriptor instead of sizeof FileAllInformation class
5716 - nbd: fix nbd device deletion
5717 - nbd: update size when connected
5718 - nbd: use bd_set_size when updating disk size
5719 - blk-mq: reinit q->tag_set_list entry only after grace period
5720 - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
5721 - cpufreq: Fix new policy initialization during limits updates via sysfs
5722 - cpufreq: governors: Fix long idle detection logic in load calculation
5723 - libata: zpodd: small read overflow in eject_tray()
5724 - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
5725 - w1: mxc_w1: Enable clock before calling clk_get_rate() on it
5726 - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
5727 - iwlwifi: fw: harden page loading code
5728 - orangefs: set i_size on new symlink
5729 - orangefs: report attributes_mask and attributes for statx
5730 - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
5731 - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
5732 - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
5733 - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
5734 - cpufreq: ti-cpufreq: Fix an incorrect error return value
5735 - x86/vector: Fix the args of vector_alloc tracepoint
5736 - x86/apic/vector: Prevent hlist corruption and leaks
5737 - x86/apic: Provide apic_ack_irq()
5738 - x86/ioapic: Use apic_ack_irq()
5739 - x86/platform/uv: Use apic_ack_irq()
5740 - irq_remapping: Use apic_ack_irq()
5741 - genirq/generic_pending: Do not lose pending affinity update
5742 - genirq/affinity: Defer affinity setting if irq chip is busy
5743 - genirq/migration: Avoid out of line call if pending is not set
5744
5745 * [bionic]mlx5: reading SW stats through ifstat cause kernel crash
5746 (LP: #1799049)
5747 - net/mlx5e: Don't attempt to dereference the ppriv struct if not being
5748 eswitch manager
5749
5750 * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281)
5751 - ipmi: Fix timer race with module unload
5752
5753 * [Bionic] ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
5754 (LP: #1799276)
5755 - ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
5756
5757 * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729)
5758 - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
5759
5760 * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater
5761 than 255 bytes (LP: #1799794)
5762 - ipmi:ssif: Add support for multi-part transmit messages > 2 parts
5763
5764 * libvirtd is unable to configure bridge devices inside of LXD containers
5765 (LP: #1784501)
5766 - kernfs: allow creating kernfs objects with arbitrary uid/gid
5767 - sysfs, kobject: allow creating kobject belonging to arbitrary users
5768 - kobject: kset_create_and_add() - fetch ownership info from parent
5769 - driver core: set up ownership of class devices in sysfs
5770 - net-sysfs: require net admin in the init ns for setting tx_maxrate
5771 - net-sysfs: make sure objects belong to container's owner
5772 - net: create reusable function for getting ownership info of sysfs inodes
5773 - bridge: make sure objects belong to container's owner
5774 - sysfs: Fix regression when adding a file to an existing group
5775
5776 * [Ubuntu] kvm: fix deadlock when killed by oom (LP: #1800849)
5777 - s390/kvm: fix deadlock when killed by oom
5778
5779 * [Ubuntu] net/af_iucv: fix skb leaks for HiperTransport (LP: #1800639)
5780 - net/af_iucv: drop inbound packets with invalid flags
5781 - net/af_iucv: fix skb handling on HiperTransport xmit error
5782
5783 * Power consumption during s2idle is higher than long idle(sk hynix)
5784 (LP: #1801875)
5785 - SAUCE: pci: prevent sk hynix nvme from entering D3
5786 - SAUCE: nvme: add quirk to not call disable function when suspending
5787
5788 * Enable keyboard wakeup for S2Idle laptops (LP: #1798552)
5789 - Input: i8042 - enable keyboard wakeups by default when s2idle is used
5790
5791 * NULL pointer dereference at 0000000000000020 when access
5792 dst_orig->ops->family in function xfrm_lookup_with_ifid() (LP: #1801878)
5793 - xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.
5794
5795 * [Ubuntu] qdio: reset old sbal_state flags (LP: #1801686)
5796 - s390/qdio: reset old sbal_state flags
5797
5798 * hns3: map tx ring to tc (LP: #1802023)
5799 - net: hns3: Set tx ring' tc info when netdev is up
5800
5801 * [Ubuntu] qeth: Fix potential array overrun in cmd/rc lookup (LP: #1800641)
5802 - s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its function
5803 - s390: qeth: Fix potential array overrun in cmd/rc lookup
5804
5805 * Vulkan applications cause permanent memory leak with Intel GPU
5806 (LP: #1798165)
5807 - drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set
5808
5809 * Mounting SOFS SMB shares fails (LP: #1792580)
5810 - cifs: connect to servername instead of IP for IPC$ share
5811
5812 * Packaging resync (LP: #1786013)
5813 - [Package] add support for specifying the primary makefile
5814
5815 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 09 Nov 2018 17:29:18 -0200
5816
5817 linux (4.15.0-39.42) bionic; urgency=medium
5818
5819 * linux: 4.15.0-39.42 -proposed tracker (LP: #1799411)
5820
5821 * Linux: insufficient shootdown for paging-structure caches (LP: #1798897)
5822 - mm: move tlb_table_flush to tlb_flush_mmu_free
5823 - mm/tlb: Remove tlb_remove_table() non-concurrent condition
5824 - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
5825 - [Config] CONFIG_HAVE_RCU_TABLE_INVALIDATE=y
5826
5827 * Ubuntu18.04: GPU total memory is reduced (LP: #1792102)
5828 - Revert "powerpc/powernv: Increase memory block size to 1GB on radix"
5829
5830 * arm64: snapdragon: reduce boot noise (LP: #1797154)
5831 - [Config] arm64: snapdragon: DRM_MSM=m
5832 - [Config] arm64: snapdragon: SND*=m
5833 - [Config] arm64: snapdragon: disable ARM_SDE_INTERFACE
5834 - [Config] arm64: snapdragon: disable DRM_I2C_ADV7511_CEC
5835 - [Config] arm64: snapdragon: disable VIDEO_ADV7511, VIDEO_COBALT
5836
5837 * [Bionic] CPPC bug fixes (LP: #1796949)
5838 - ACPI / CPPC: Update all pr_(debug/err) messages to log the susbspace id
5839 - cpufreq: CPPC: Don't set transition_latency
5840 - ACPI / CPPC: Fix invalid PCC channel status errors
5841
5842 * regression in 'ip --family bridge neigh' since linux v4.12 (LP: #1796748)
5843 - rtnetlink: fix rtnl_fdb_dump() for ndmsg header
5844
5845 * screen displays abnormally on the lenovo M715 with the AMD GPU (Radeon Vega
5846 8 Mobile, rev ca, 1002:15dd) (LP: #1796786)
5847 - drm/amd/display: Fix takover from VGA mode
5848 - drm/amd/display: early return if not in vga mode in disable_vga
5849 - drm/amd/display: Refine disable VGA
5850
5851 * arm64: snapdragon: WARNING: CPU: 0 PID: 1 arch/arm64/kernel/setup.c:271
5852 reserve_memblock_reserved_regions (LP: #1797139)
5853 - SAUCE: arm64: Fix /proc/iomem for reserved but not memory regions
5854
5855 * The front MIC can't work on the Lenovo M715 (LP: #1797292)
5856 - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715
5857
5858 * Keyboard backlight sysfs sometimes is missing on Dell laptops (LP: #1797304)
5859 - platform/x86: dell-smbios: Correct some style warnings
5860 - platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-base
5861 - platform/x86: dell-smbios: Link all dell-smbios-* modules together
5862 - [Config] CONFIG_DELL_SMBIOS_SMM=y, CONFIG_DELL_SMBIOS_WMI=y
5863
5864 * rpi3b+: ethernet not working (LP: #1797406)
5865 - lan78xx: Don't reset the interface on open
5866
5867 * 87cdf3148b11 was never backported to 4.15 (LP: #1795653)
5868 - xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_proto
5869
5870 * [Ubuntu18.04][Power9][DD2.2]package installation segfaults inside debian
5871 chroot env in P9 KVM guest with HTM enabled (kvm) (LP: #1792501)
5872 - KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds
5873
5874 * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957)
5875 - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same
5876 VM
5877
5878 * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314)
5879 - SAUCE: fscache: Fix race in decrementing refcount of op->npages
5880
5881 * CVE-2018-9363
5882 - Bluetooth: hidp: buffer overflow in hidp_process_report
5883
5884 * CVE-2017-13168
5885 - scsi: sg: mitigate read/write abuse
5886
5887 * [Bionic] ACPI / PPTT: use ACPI ID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID
5888 is set (LP: #1797200)
5889 - ACPI / PPTT: use ACPI ID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set
5890
5891 * [Bionic] arm64: topology: Avoid checking numa mask for scheduler MC
5892 selection (LP: #1797202)
5893 - arm64: topology: Avoid checking numa mask for scheduler MC selection
5894
5895 * crypto/vmx - Backport of Fix sleep-in-atomic bugs patch for 18.04
5896 (LP: #1790832)
5897 - crypto: vmx - Fix sleep-in-atomic bugs
5898
5899 * hns3: autoneg settings get lost on down/up (LP: #1797654)
5900 - net: hns3: Fix for information of phydev lost problem when down/up
5901
5902 * not able to unwind the stack from within __kernel_clock_gettime in the Linux
5903 vDSO (LP: #1797963)
5904 - powerpc/vdso: Correct call frame information
5905
5906 * Signal 7 error when running GPFS tracing in cluster (LP: #1792195)
5907 - powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.
5908 - powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transition
5909
5910 * Support Edge Gateway's WIFI LED (LP: #1798330)
5911 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
5912
5913 * Support Edge Gateway's Bluetooth LED (LP: #1798332)
5914 - SAUCE: Bluetooth: Support for LED on Edge Gateways
5915
5916 * USB cardreader (0bda:0328) make the system can't enter s3 or hang
5917 (LP: #1798328)
5918 - usb: Don't disable Latency tolerance Messaging (LTM) before port reset
5919
5920 * CVE-2018-15471
5921 - xen-netback: fix input validation in xenvif_set_hash_mapping()
5922
5923 * CVE-2018-16658
5924 - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
5925
5926 * [Bionic] Update ThunderX2 implementation defined pmu core events
5927 (LP: #1796904)
5928 - perf vendor events arm64: Update ThunderX2 implementation defined pmu core
5929 events
5930
5931 * the machine of lenovo M715 with the AMD GPU (Radeon Vega 8 Mobile, rev ca,
5932 1002:15dd) often hangs randomly (LP: #1796789)
5933 - drm/amd: Add missing fields in atom_integrated_system_info_v1_11
5934
5935 * [18.04] GLK hang after a while (LP: #1760545)
5936 - drm/i915/glk: Add MODULE_FIRMWARE for Geminilake
5937
5938 * Fix usbcore.quirks when used at boot (LP: #1795784)
5939 - usb: core: safely deal with the dynamic quirk lists
5940
5941 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 23 Oct 2018 14:44:55 +0000
5942
5943 linux (4.15.0-38.41) bionic; urgency=medium
5944
5945 * linux: 4.15.0-38.41 -proposed tracker (LP: #1797061)
5946
5947 * Silent data corruption in Linux kernel 4.15 (LP: #1796542)
5948 - block: add a lower-level bio_add_page interface
5949 - block: bio_iov_iter_get_pages: fix size of last iovec
5950 - blkdev: __blkdev_direct_IO_simple: fix leak in error case
5951 - block: bio_iov_iter_get_pages: pin more pages for multi-segment IOs
5952
5953 -- Stefan Bader <stefan.bader@canonical.com> Wed, 10 Oct 2018 11:20:35 +0200
5954
5955 linux (4.15.0-37.40) bionic; urgency=medium
5956
5957 * linux: 4.15.0-37.40 -proposed tracker (LP: #1795564)
5958
5959 * hns3: enable ethtool rx-vlan-filter on supported hw (LP: #1793394)
5960 - net: hns3: Add vlan filter setting by ethtool command -K
5961
5962 * hns3: Modifying channel parameters will reset ring parameters back to
5963 defaults (LP: #1793404)
5964 - net: hns3: Fix desc num set to default when setting channel
5965
5966 * hisi_sas: Add SATA FIX check for v3 hw (LP: #1794151)
5967 - scsi: hisi_sas: Add SATA FIS check for v3 hw
5968
5969 * Fix potential corruption using SAS controller on HiSilicon arm64 boards
5970 (LP: #1794156)
5971 - scsi: hisi_sas: add memory barrier in task delivery function
5972
5973 * hisi_sas: Reduce unnecessary spin lock contention (LP: #1794165)
5974 - scsi: hisi_sas: Tidy hisi_sas_task_prep()
5975
5976 * Add functional level reset support for the SAS controller on HiSilicon D06
5977 systems (LP: #1794166)
5978 - scsi: hisi_sas: tidy host controller reset function a bit
5979 - scsi: hisi_sas: relocate some common code for v3 hw
5980 - scsi: hisi_sas: Implement handlers of PCIe FLR for v3 hw
5981
5982 * HiSilicon SAS controller doesn't recover from PHY STP link timeout
5983 (LP: #1794172)
5984 - scsi: hisi_sas: tidy channel interrupt handler for v3 hw
5985 - scsi: hisi_sas: Fix the failure of recovering PHY from STP link timeout
5986
5987 * getxattr: always handle namespaced attributes (LP: #1789746)
5988 - getxattr: use correct xattr length
5989
5990 * Fix unusable NVIDIA GPU after S3 (LP: #1793338)
5991 - PCI: Reprogram bridge prefetch registers on resume
5992
5993 * Fails to boot under Xen PV: BUG: unable to handle kernel paging request at
5994 edc21fd9 (LP: #1789118)
5995 - x86/EISA: Don't probe EISA bus for Xen PV guests
5996
5997 * qeth: use vzalloc for QUERY OAT buffer (LP: #1793086)
5998 - s390/qeth: use vzalloc for QUERY OAT buffer
5999
6000 * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463)
6001 - Input: elantech - enable middle button of touchpad on ThinkPad P72
6002
6003 * Dell new AIO requires a new uart backlight driver (LP: #1727235)
6004 - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO
6005 - updateconfigs for Dell UART backlight driver
6006
6007 * [Ubuntu] s390/crypto: Fix return code checking in cbc_paes_crypt.
6008 (LP: #1794294)
6009 - s390/crypto: Fix return code checking in cbc_paes_crypt()
6010
6011 * hns3: Retrieve RoCE MSI-X config from firmware (LP: #1793221)
6012 - net: hns3: Fix MSIX allocation issue for VF
6013 - net: hns3: Refine the MSIX allocation for PF
6014
6015 * net: hns: Avoid hang when link is changed while handling packets
6016 (LP: #1792209)
6017 - net: hns: add the code for cleaning pkt in chip
6018 - net: hns: add netif_carrier_off before change speed and duplex
6019
6020 * Page leaking in cachefiles_read_backing_file while vmscan is active
6021 (LP: #1793430)
6022 - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan
6023 is active
6024
6025 * some nvidia p1000 graphic cards hang during the boot (LP: #1791569)
6026 - drm/nouveau/gr/gf100-: virtualise tpc_mask + apply fixes from traces
6027
6028 * Error reported when creating ZFS pool with "-t" option, despite successful
6029 pool creation (LP: #1769937)
6030 - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu16.4
6031
6032 * Fix I2C touchpanels' interrupt storms after system suspend (LP: #1792309)
6033 - HID: i2c-hid: Fix flooded incomplete report after S3 on Rayd touchscreen
6034 - HID: i2c-hid: Don't reset device upon system resume
6035
6036 * ipmmu is always registered (LP: #1783746)
6037 - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-
6038 VMSA
6039
6040 * Bionic update: upstream stable patchset 2018-09-27 (LP: #1794889)
6041 - clocksource/drivers/imx-tpm: Correct some registers operation flow
6042 - Input: synaptics-rmi4 - fix an unchecked out of memory error path
6043 - KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update
6044 - x86: Add check for APIC access address for vmentry of L2 guests
6045 - MIPS: io: Prevent compiler reordering writeX()
6046 - nfp: ignore signals when communicating with management FW
6047 - perf report: Fix switching to another perf.data file
6048 - fsnotify: fix ignore mask logic in send_to_group()
6049 - MIPS: io: Add barrier after register read in readX()
6050 - s390/smsgiucv: disable SMSG on module unload
6051 - isofs: fix potential memory leak in mount option parsing
6052 - MIPS: dts: Boston: Fix PCI bus dtc warnings:
6053 - spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCR
6054 - doc: Add vendor prefix for Kieback & Peter GmbH
6055 - dt-bindings: pinctrl: sunxi: Fix reference to driver
6056 - dt-bindings: serial: sh-sci: Add support for r8a77965 (H)SCIF
6057 - dt-bindings: dmaengine: rcar-dmac: document R8A77965 support
6058 - clk: honor CLK_MUX_ROUND_CLOSEST in generic clk mux
6059 - ASoC: rt5514: Add the missing register in the readable table
6060 - eCryptfs: don't pass up plaintext names when using filename encryption
6061 - soc: bcm: raspberrypi-power: Fix use of __packed
6062 - soc: bcm2835: Make !RASPBERRYPI_FIRMWARE dummies return failure
6063 - PCI: kirin: Fix reset gpio name
6064 - ASoC: topology: Fix bugs of freeing soc topology
6065 - xen: xenbus_dev_frontend: Really return response string
6066 - ASoC: topology: Check widget kcontrols before deref.
6067 - spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()
6068 - blkcg: don't hold blkcg lock when deactivating policy
6069 - tipc: fix infinite loop when dumping link monitor summary
6070 - scsi: iscsi: respond to netlink with unicast when appropriate
6071 - scsi: megaraid_sas: Do not log an error if FW successfully initializes.
6072 - scsi: target: fix crash with iscsi target and dvd
6073 - netfilter: nf_tables: NAT chain and extensions require NF_TABLES
6074 - netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update
6075 - ASoC: msm8916-wcd-analog: use threaded context for mbhc events
6076 - drm/msm: Fix possible null dereference on failure of get_pages()
6077 - drm/msm/dsi: use correct enum in dsi_get_cmd_fmt
6078 - drm/msm: don't deref error pointer in the msm_fbdev_create error path
6079 - blkcg: init root blkcg_gq under lock
6080 - vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion
6081 - parisc: time: Convert read_persistent_clock() to read_persistent_clock64()
6082 - scsi: storvsc: Set up correct queue depth values for IDE devices
6083 - scsi: isci: Fix infinite loop in while loop
6084 - mm, pagemap: fix swap offset value for PMD migration entry
6085 - proc: revalidate kernel thread inodes to root:root
6086 - kexec_file: do not add extra alignment to efi memmap
6087 - mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()
6088 - usb: typec: ucsi: fix tracepoint related build error
6089 - ACPI / PM: Blacklist Low Power S0 Idle _DSM for ThinkPad X1 Tablet(2016)
6090 - dt-bindings: meson-uart: DT fix s/clocks-names/clock-names/
6091 - net: phy: marvell: clear wol event before setting it
6092 - ARM: dts: da850: fix W=1 warnings with pinmux node
6093 - ACPI / watchdog: Prefer iTCO_wdt on Lenovo Z50-70
6094 - drm/amdkfd: fix clock counter retrieval for node without GPU
6095 - thermal: int3403_thermal: Fix NULL pointer deref on module load / probe
6096 - net: ethtool: Add missing kernel doc for FEC parameters
6097 - arm64: ptrace: remove addr_limit manipulation
6098 - HID: lenovo: Add support for IBM/Lenovo Scrollpoint mice
6099 - HID: wacom: Release device resource data obtained by devres_alloc()
6100 - selftests: ftrace: Add a testcase for multiple actions on trigger
6101 - rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp
6102 - perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1
6103 - remoteproc: qcom: Fix potential device node leaks
6104 - rpmsg: added MODULE_ALIAS for rpmsg_char
6105 - HID: intel-ish-hid: use put_device() instead of kfree()
6106 - blk-mq: fix sysfs inflight counter
6107 - arm64: fix possible spectre-v1 in ptrace_hbp_get_event()
6108 - KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()
6109 - libahci: Allow drivers to override stop_engine
6110 - ata: ahci: mvebu: override ahci_stop_engine for mvebu AHCI
6111 - x86/cpu/intel: Add missing TLB cpuid values
6112 - bpf: fix uninitialized variable in bpf tools
6113 - i2c: sprd: Prevent i2c accesses after suspend is called
6114 - i2c: sprd: Fix the i2c count issue
6115 - tipc: fix bug in function tipc_nl_node_dump_monitor
6116 - nvme: depend on INFINIBAND_ADDR_TRANS
6117 - nvmet-rdma: depend on INFINIBAND_ADDR_TRANS
6118 - ib_srpt: depend on INFINIBAND_ADDR_TRANS
6119 - ib_srp: depend on INFINIBAND_ADDR_TRANS
6120 - IB: make INFINIBAND_ADDR_TRANS configurable
6121 - IB/uverbs: Fix validating mandatory attributes
6122 - RDMA/cma: Fix use after destroy access to net namespace for IPoIB
6123 - RDMA/iwpm: fix memory leak on map_info
6124 - IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INV
6125 - IB/rxe: avoid double kfree_skb
6126 - <linux/stringhash.h>: fix end_name_hash() for 64bit long
6127 - IB/core: Make ib_mad_client_id atomic
6128 - ARM: davinci: board-da830-evm: fix GPIO lookup for MMC/SD
6129 - ARM: davinci: board-da850-evm: fix GPIO lookup for MMC/SD
6130 - ARM: davinci: board-omapl138-hawk: fix GPIO numbers for MMC/SD lookup
6131 - ARM: davinci: board-dm355-evm: fix broken networking
6132 - dt-bindings: panel: lvds: Fix path to display timing bindings
6133 - ARM: OMAP2+: powerdomain: use raw_smp_processor_id() for trace
6134 - ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
6135 - ARM: dts: logicpd-som-lv: Fix Audio Mute
6136 - Input: atmel_mxt_ts - fix the firmware update
6137 - hexagon: add memset_io() helper
6138 - hexagon: export csum_partial_copy_nocheck
6139 - scsi: vmw-pvscsi: return DID_BUS_BUSY for adapter-initated aborts
6140 - bpf, x64: fix memleak when not converging after image
6141 - parisc: drivers.c: Fix section mismatches
6142 - stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlock
6143 - kthread, sched/wait: Fix kthread_parkme() wait-loop
6144 - arm64: tegra: Make BCM89610 PHY interrupt as active low
6145 - iommu/vt-d: fix shift-out-of-bounds in bug checking
6146 - nvme: fix potential memory leak in option parsing
6147 - nvme: Set integrity flag for user passthrough commands
6148 - ARM: OMAP1: ams-delta: fix deferred_fiq handler
6149 - smc: fix sendpage() call
6150 - IB/hfi1 Use correct type for num_user_context
6151 - IB/hfi1: Fix memory leak in exception path in get_irq_affinity()
6152 - RDMA/cma: Do not query GID during QP state transition to RTR
6153 - spi: bcm2835aux: ensure interrupts are enabled for shared handler
6154 - sched/core: Introduce set_special_state()
6155 - sh: fix build failure for J2 cpu with SMP disabled
6156 - tee: check shm references are consistent in offset/size
6157 - mac80211: Adjust SAE authentication timeout
6158 - drm/omap: silence unititialized variable warning
6159 - drm/omap: fix uninitialized ret variable
6160 - drm/omap: fix possible NULL ref issue in tiler_reserve_2d
6161 - drm/omap: check return value from soc_device_match
6162 - drm/omap: handle alloc failures in omap_connector
6163 - driver core: add __printf verification to __ata_ehi_pushv_desc
6164 - ARM: dts: cygnus: fix irq type for arm global timer
6165 - mac80211: use timeout from the AddBA response instead of the request
6166 - net: aquantia: driver should correctly declare vlan_features bits
6167 - can: dev: increase bus-off message severity
6168 - arm64: Add MIDR encoding for NVIDIA CPUs
6169 - cifs: smb2ops: Fix listxattr() when there are no EAs
6170 - agp: uninorth: make two functions static
6171 - tipc: eliminate KMSAN uninit-value in strcmp complaint
6172 - qed: Fix l2 initializations over iWARP personality
6173 - qede: Fix gfp flags sent to rdma event node allocation
6174 - rxrpc: Fix error reception on AF_INET6 sockets
6175 - rxrpc: Fix the min security level for kernel calls
6176 - KVM: Extend MAX_IRQ_ROUTES to 4096 for all archs
6177 - x86: Delay skip of emulated hypercall instruction
6178 - ixgbe: return error on unsupported SFP module when resetting
6179 - net sched actions: fix invalid pointer dereferencing if skbedit flags
6180 missing
6181 - proc/kcore: don't bounds check against address 0
6182 - ocfs2: take inode cluster lock before moving reflinked inode from orphan dir
6183 - kprobes/x86: Prohibit probing on exception masking instructions
6184 - uprobes/x86: Prohibit probing on MOV SS instruction
6185 - objtool, kprobes/x86: Sync the latest <asm/insn.h> header with
6186 tools/objtool/arch/x86/include/asm/insn.h
6187 - x86/pkeys/selftests: Adjust the self-test to fresh distros that export the
6188 pkeys ABI
6189 - x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX
6190 ABI
6191 - x86/selftests: Add mov_to_ss test
6192 - x86/pkeys/selftests: Give better unexpected fault error messages
6193 - x86/pkeys/selftests: Stop using assert()
6194 - x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signal
6195 - x86/pkeys/selftests: Allow faults on unknown keys
6196 - x86/pkeys/selftests: Factor out "instruction page"
6197 - x86/pkeys/selftests: Add PROT_EXEC test
6198 - x86/pkeys/selftests: Fix pkey exhaustion test off-by-one
6199 - x86/pkeys/selftests: Fix pointer math
6200 - x86/pkeys/selftests: Save off 'prot' for allocations
6201 - x86/pkeys/selftests: Add a test for pkey 0
6202 - mtd: Fix comparison in map_word_andequal()
6203 - afs: Fix the non-encryption of calls
6204 - usb: musb: fix remote wakeup racing with suspend
6205 - ARM: keystone: fix platform_domain_notifier array overrun
6206 - i2c: pmcmsp: return message count on master_xfer success
6207 - i2c: pmcmsp: fix error return from master_xfer
6208 - i2c: viperboard: return message count on master_xfer success
6209 - ARM: davinci: dm646x: fix timer interrupt generation
6210 - ARM: davinci: board-dm646x-evm: pass correct I2C adapter id for VPIF
6211 - ARM: davinci: board-dm646x-evm: set VPIF capture card name
6212 - clk: imx6ull: use OSC clock during AXI rate change
6213 - locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
6214 - locking/percpu-rwsem: Annotate rwsem ownership transfer by setting
6215 RWSEM_OWNER_UNKNOWN
6216 - drm/dumb-buffers: Integer overflow in drm_mode_create_ioctl()
6217 - sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to
6218 kernel/sched/sched.h
6219 - sched/deadline: Make the grub_reclaim() function static
6220 - parisc: Move setup_profiling_timer() out of init section
6221 - efi/libstub/arm64: Handle randomized TEXT_OFFSET
6222 - ARM: 8753/1: decompressor: add a missing parameter to the addruart macro
6223 - ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the
6224 kernel
6225 - ARM: kexec: fix kdump register saving on panic()
6226 - Revert "Btrfs: fix scrub to repair raid6 corruption"
6227 - Btrfs: fix scrub to repair raid6 corruption
6228 - Btrfs: make raid6 rebuild retry more
6229 - tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
6230 - ibmvnic: Do not notify peers on parameter change resets
6231 - dt-bindings: net: ravb: Add support for r8a77965 SoC
6232 - X86/KVM: Properly update 'tsc_offset' to represent the running guest
6233 - kvm: x86: move MSR_IA32_TSC handling to x86.c
6234 - ARM: dts: Fix cm2 and prm sizes for omap4
6235 - powerpc/64s: Default l1d_size to 64K in RFI fallback flush
6236 - KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration
6237 - arm64: kasan: avoid pfn_to_nid() before page array is initialized
6238 - ARM64: dts: meson-gxl: add USB host support
6239 - ARM64: dts: meson-gxm: add GXM specific USB host configuration
6240 - ARM64: dts: meson-gxl-s905x-p212: enable the USB controller
6241 - ARM64: dts: meson-gx-p23x-q20x: enable the USB controller
6242 - ARM64: dts: meson-gxl-s905x-libretech-cc: enable the USB controller
6243 - ARM64: dts: meson-gxl-nexbox-a95x: enable the USB controller
6244 - ARM64: dts: meson-gxm-khadas-vim2: enable the USB controller
6245 - arm64: dts: correct SATA addresses for Stingray
6246 - afs: Fix server record deletion
6247 - proc: fix /proc/loadavg regression
6248 - s390/qeth: fix request-side race during cmd IO timeout
6249 - ACPI / scan: Initialize watchdog before PNP
6250 - CIFS: set *resp_buf_type to NO_BUFFER on error
6251 - arm64: dts: uniphier: fix input delay value for legacy mode of eMMC
6252 - igb: Fix the transmission mode of queue 0 for Qav mode
6253 - RISC-V: build vdso-dummy.o with -no-pie
6254 - arm64: only advance singlestep for user instruction traps
6255 - perf pmu: Fix core PMU alias list for X86 platform
6256 - bpf, x64: fix JIT emission for dead code
6257 - powerpc/kvm/booke: Fix altivec related build break
6258 - reset: uniphier: fix USB clock line for LD20
6259 - nfp: don't depend on eth_tbl being available
6260 - net: mvpp2: Fix clk error path in mvpp2_probe
6261 - kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use
6262 - IB/uverbs: Fix validating mandatory attributes
6263 - RDMA/hns: Intercept illegal RDMA operation when use inline data
6264 - pinctrl: cherryview: Associate IRQ descriptors to irqdomain
6265 - kthread, sched/wait: Fix kthread_parkme() completion issue
6266 - iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()
6267 - nvme/multipath: Disable runtime writable enabling parameter
6268 - ARM: dts: correct missing "compatible" entry for ti81xx SoCs
6269 - usb: typec: tps6598x: handle block reads separately with plain-I2C adapters
6270 - IB/mlx4: Fix integer overflow when calculating optimal MTT size
6271 - bpf: add map_alloc_check callback
6272 - bpf: fix possible spectre-v1 in find_and_alloc_map()
6273 - drm/exynos/mixer: fix synchronization check in interlaced mode
6274 - drm/exynos: mixer: avoid Oops in vp_video_buffer()
6275 - bpf: use array_index_nospec in find_prog_type
6276 - gcc-plugins: fix build condition of SANCOV plugin
6277 - drm/vc4: Fix oops dereferencing DPI's connector since panel_bridge.
6278 - nvme: fix use-after-free in nvme_free_ns_head
6279 - powerpc/pseries: Fix CONFIG_NUMA=n build
6280 - HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-B
6281 - cifs: Allocate validate negotiation request through kmalloc
6282 - drm/amdgpu: Switch to interruptable wait to recover from ring hang.
6283 - rxrpc: Fix missing start of call timeout
6284 - ARM: dts: imx51-zii-rdu1: fix touchscreen bindings
6285 - sh: switch to NO_BOOTMEM
6286 - lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()
6287 - x86/pkeys/selftests: Avoid printf-in-signal deadlocks
6288 - afs: Fix address list parsing
6289 - afs: Fix refcounting in callback registration
6290 - afs: Fix server rotation's handling of fileserver probe failure
6291 - afs: Fix VNOVOL handling in address rotation
6292 - afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID
6293 - afs: Fix afs_find_server search loop
6294 - KVM: X86: Lower the default timer frequency limit to 200us
6295 - platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS
6296 - ARM: replace unnecessary perl with sed and the shell $(( )) operator
6297
6298 * Improvements to the kernel source package preparation (LP: #1793461)
6299 - [Packaging] startnewrelease: add support for backport kernels
6300
6301 * Kernel 4.15.0-35.38 fails to build with CONFIG_XFS_ONLINE_SCRUB enabled
6302 (LP: #1792393)
6303 - SAUCE: xfs: fix build error with CONFIG_XFS_ONLINE_SCRUB enabled
6304
6305 * update ENA driver to latest mainline version (LP: #1792044)
6306 - net: ena: add detection and recovery mechanism for handling missed/misrouted
6307 MSI-X
6308 - net: ena: increase ena driver version to 1.5.0
6309 - net: ena: Eliminate duplicate barriers on weakly-ordered archs
6310 - SAUCE: ena: devm_kzalloc() -> devm_kcalloc()
6311 - net: ena: Fix use of uninitialized DMA address bits field
6312 - net: ena: fix surprise unplug NULL dereference kernel crash
6313 - net: ena: fix driver when PAGE_SIZE == 64kB
6314 - net: ena: fix device destruction to gracefully free resources
6315 - net: ena: fix potential double ena_destroy_device()
6316 - net: ena: fix missing lock during device destruction
6317 - net: ena: fix missing calls to READ_ONCE
6318 - net: ena: fix incorrect usage of memory barriers
6319
6320 -- Stefan Bader <stefan.bader@canonical.com> Tue, 02 Oct 2018 14:33:09 +0200
6321
6322 linux (4.15.0-36.39) bionic; urgency=medium
6323
6324 * CVE-2018-14633
6325 - iscsi target: Use hex2bin instead of a re-implementation
6326
6327 * CVE-2018-17182
6328 - mm: get rid of vmacache_flush_all() entirely
6329
6330 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 24 Sep 2018 16:08:41 +0200
6331
6332 linux (4.15.0-35.38) bionic; urgency=medium
6333
6334 * linux: 4.15.0-35.38 -proposed tracker (LP: #1791719)
6335
6336 * device hotplug of vfio devices can lead to deadlock in vfio_pci_release
6337 (LP: #1792099)
6338 - SAUCE: vfio -- release device lock before userspace requests
6339
6340 * L1TF mitigation not effective in some CPU and RAM combinations
6341 (LP: #1788563)
6342 - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
6343 - x86/speculation/l1tf: Fix off-by-one error when warning that system has too
6344 much RAM
6345 - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
6346
6347 * CVE-2018-15594
6348 - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
6349
6350 * CVE-2017-5715 (Spectre v2 s390x)
6351 - KVM: s390: implement CPU model only facilities
6352 - s390: detect etoken facility
6353 - KVM: s390: add etoken support for guests
6354 - s390/lib: use expoline for all bcr instructions
6355 - s390: fix br_r1_trampoline for machines without exrl
6356 - SAUCE: s390: use expoline thunks for all branches generated by the BPF JIT
6357
6358 * Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next state
6359 disabled (performance) (LP: #1790602)
6360 - cpuidle: powernv: Fix promotion from snooze if next state disabled
6361
6362 * Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered (LP: #1790636)
6363 - powerpc: hard disable irqs in smp_send_stop loop
6364 - powerpc: Fix deadlock with multiple calls to smp_send_stop
6365 - powerpc: smp_send_stop do not offline stopped CPUs
6366 - powerpc/powernv: Fix opal_event_shutdown() called with interrupts disabled
6367
6368 * Security fix: check if IOMMU page is contained in the pinned physical page
6369 (LP: #1785675)
6370 - vfio/spapr: Use IOMMU pageshift rather than pagesize
6371 - KVM: PPC: Check if IOMMU page is contained in the pinned physical page
6372
6373 * Missing Intel GPU pci-id's (LP: #1789924)
6374 - drm/i915/kbl: Add KBL GT2 sku
6375 - drm/i915/whl: Introducing Whiskey Lake platform
6376 - drm/i915/aml: Introducing Amber Lake platform
6377 - drm/i915/cfl: Add a new CFL PCI ID.
6378
6379 * CVE-2018-15572
6380 - x86/speculation: Protect against userspace-userspace spectreRSB
6381
6382 * Support Power Management for Thunderbolt Controller (LP: #1789358)
6383 - thunderbolt: Handle NULL boot ACL entries properly
6384 - thunderbolt: Notify userspace when boot_acl is changed
6385 - thunderbolt: Use 64-bit DMA mask if supported by the platform
6386 - thunderbolt: Do not unnecessarily call ICM get route
6387 - thunderbolt: No need to take tb->lock in domain suspend/complete
6388 - thunderbolt: Use correct ICM commands in system suspend
6389 - thunderbolt: Add support for runtime PM
6390
6391 * random oopses on s390 systems using NVMe devices (LP: #1790480)
6392 - s390/pci: fix out of bounds access during irq setup
6393
6394 * [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable) support
6395 for arm64 using SMC firmware call to set a hardware chicken bit
6396 (LP: #1787993) // CVE-2018-3639 (arm64)
6397 - arm64: alternatives: Add dynamic patching feature
6398 - KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
6399 - KVM: arm64: Avoid storing the vcpu pointer on the stack
6400 - arm/arm64: smccc: Add SMCCC-specific return codes
6401 - arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
6402 - arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
6403 - arm64: Add ARCH_WORKAROUND_2 probing
6404 - arm64: Add 'ssbd' command-line option
6405 - arm64: ssbd: Add global mitigation state accessor
6406 - arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
6407 - arm64: ssbd: Restore mitigation status on CPU resume
6408 - arm64: ssbd: Introduce thread flag to control userspace mitigation
6409 - arm64: ssbd: Add prctl interface for per-thread mitigation
6410 - arm64: KVM: Add HYP per-cpu accessors
6411 - arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
6412 - arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests
6413 - arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID
6414 - [Config] ARM64_SSBD=y
6415
6416 * Reconcile hns3 SAUCE patches with upstream (LP: #1787477)
6417 - Revert "UBUNTU: SAUCE: net: hns3: Optimize PF CMDQ interrupt switching
6418 process"
6419 - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox receiving unknown
6420 message"
6421 - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF
6422 response"
6423 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for
6424 hclge_get_ring_chain_from_mbx"
6425 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and
6426 shift in hclge_get_ring_chain_from_mbx"
6427 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default
6428 assignment probelm"
6429 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring
6430 configuration operation while resetting"
6431 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in
6432 hns3_reset_notify_down_enet"
6433 - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell
6434 phy driver"
6435 - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
6436 resetting"
6437 - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status
6438 register"
6439 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset
6440 frequently"
6441 - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock"
6442 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing
6443 command queue register"
6444 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during
6445 global or core reset"
6446 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear
6447 reset cause"
6448 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in
6449 hclgevf_main module"
6450 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp
6451 selftest"
6452 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal
6453 frame size"
6454 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated
6455 problem"
6456 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug"
6457 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting
6458 correctly"
6459 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in
6460 pfc mode"
6461 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first
6462 up"
6463 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver"
6464 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and
6465 definition"
6466 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name"
6467 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask
6468 macros"
6469 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset
6470 macros"
6471 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments"
6472 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets"
6473 - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return
6474 value"
6475 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
6476 assignments"
6477 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unused function warning in VF
6478 driver"
6479 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_"
6480 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead
6481 of kzalloc/dma_map_single"
6482 - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while
6483 dependency HNS3 set"
6484 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of
6485 some structures"
6486 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant
6487 hclge_cmd_csq_done"
6488 - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters
6489 in hclge_cmd_send"
6490 - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean"
6491 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
6492 assignments"
6493 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in
6494 hclge_cmd_send"
6495 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused
6496 hclge_ring_to_dma_dir"
6497 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and
6498 upper_32_bits"
6499 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw"
6500 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check"
6501 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector
6502 in hns3_client_uninit"
6503 - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error
6504 information"
6505 - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state
6506 state init|uninit"
6507 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in
6508 hnae3.c"
6509 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4
6510 and ipv6"
6511 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before
6512 free vector"
6513 - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for
6514 init_client_instance and uninit_client_instance"
6515 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index
6516 from hclge_bind_ring_with_vector"
6517 - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in
6518 last BD except VLD bit and buffer size"
6519 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback
6520 selftest"
6521 - net: hns3: Updates RX packet info fetch in case of multi BD
6522 - net: hns3: remove unused hclgevf_cfg_func_mta_filter
6523 - net: hns3: Fix for VF mailbox cannot receiving PF response
6524 - net: hns3: Fix for VF mailbox receiving unknown message
6525 - net: hns3: Optimize PF CMDQ interrupt switching process
6526 - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector
6527 - net: hns3: rename the interface for init_client_instance and
6528 uninit_client_instance
6529 - net: hns3: add vector status check before free vector
6530 - net: hns3: add l4_type check for both ipv4 and ipv6
6531 - net: hns3: add unlikely for error check
6532 - net: hns3: remove unused head file in hnae3.c
6533 - net: hns3: extraction an interface for state init|uninit
6534 - net: hns3: print the ret value in error information
6535 - net: hns3: remove the Redundant put_vector in hns3_client_uninit
6536 - net: hns3: remove back in struct hclge_hw
6537 - net: hns3: use lower_32_bits and upper_32_bits
6538 - net: hns3: remove unused hclge_ring_to_dma_dir
6539 - net: hns3: remove useless code in hclge_cmd_send
6540 - net: hns3: remove some redundant assignments
6541 - net: hns3: simplify hclge_cmd_csq_clean
6542 - net: hns3: remove a redundant hclge_cmd_csq_done
6543 - net: hns3: remove some unused members of some structures
6544 - net: hns3: give default option while dependency HNS3 set
6545 - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
6546 - net: hns3: modify hnae_ to hnae3_
6547 - net: hns3: Fix tc setup when netdev is first up
6548 - net: hns3: Fix for mac pause not disable in pfc mode
6549 - net: hns3: Fix for waterline not setting correctly
6550 - net: hns3: Fix for l4 checksum offload bug
6551 - net: hns3: Fix for mailbox message truncated problem
6552 - net: hns3: Add configure for mac minimal frame size
6553 - net: hns3: Fix warning bug when doing lp selftest
6554 - net: hns3: Fix get_vector ops in hclgevf_main module
6555 - net: hns3: Remove the warning when clear reset cause
6556 - net: hns3: Prevent sending command during global or core reset
6557 - net: hns3: Modify the order of initializing command queue register
6558 - net: hns3: Reset net device with rtnl_lock
6559 - net: hns3: Prevent to request reset frequently
6560 - net: hns3: Correct reset event status register
6561 - net: hns3: Fix return value error in hns3_reset_notify_down_enet
6562 - net: hns3: remove unnecessary ring configuration operation while resetting
6563 - net: hns3: Fix for reset_level default assignment probelm
6564 - net: hns3: Fix for using wrong mask and shift in
6565 hclge_get_ring_chain_from_mbx
6566 - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
6567 - net: hns3: Remove some redundant assignments
6568 - net: hns3: Standardize the handle of return value
6569 - net: hns3: Remove extra space and brackets
6570 - net: hns3: Correct unreasonable code comments
6571 - net: hns3: Use decimal for bit offset macros
6572 - net: hns3: Modify inconsistent bit mask macros
6573 - net: hns3: Fix misleading parameter name
6574 - net: hns3: Remove unused struct member and definition
6575 - net: hns3: Add SPDX tags to HNS3 PF driver
6576 - net: hns3: Add support for serdes loopback selftest
6577 - net: hns3: Fix for phy link issue when using marvell phy driver
6578 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
6579
6580 * CVE-2018-6555
6581 - SAUCE: irda: Only insert new objects into the global database via setsockopt
6582
6583 * CVE-2018-6554
6584 - SAUCE: irda: Fix memory leak caused by repeated binds of irda socket
6585
6586 * Bionic update: upstream stable patchset 2018-08-31 (LP: #1790188)
6587 - netfilter: nf_tables: fix NULL pointer dereference on
6588 nft_ct_helper_obj_dump()
6589 - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
6590 - af_key: Always verify length of provided sadb_key
6591 - gpio: No NULL owner
6592 - KVM: X86: Fix reserved bits check for MOV to CR3
6593 - KVM: x86: introduce linear_{read,write}_system
6594 - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and
6595 kvm_write_guest_virt_system
6596 - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
6597 - NFC: pn533: don't send USB data off of the stack
6598 - usbip: vhci_sysfs: fix potential Spectre v1
6599 - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
6600 - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
6601 - Input: xpad - add GPD Win 2 Controller USB IDs
6602 - phy: qcom-qusb2: Fix crash if nvmem cell not specified
6603 - usb: gadget: function: printer: avoid wrong list handling in printer_write()
6604 - usb: gadget: udc: renesas_usb3: disable the controller's irqs for
6605 reconnecting
6606 - serial: sh-sci: Stop using printk format %pCr
6607 - tty/serial: atmel: use port->name as name in request_irq()
6608 - serial: samsung: fix maxburst parameter for DMA transactions
6609 - serial: 8250: omap: Fix idling of clocks for unused uarts
6610 - vmw_balloon: fixing double free when batching mode is off
6611 - tty: pl011: Avoid spuriously stuck-off interrupts
6612 - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
6613 - Input: goodix - add new ACPI id for GPD Win 2 touch screen
6614 - crypto: caam - strip input zeros from RSA input buffer
6615 - crypto: caam - fix DMA mapping dir for generated IV
6616 - crypto: caam - fix IV DMA mapping and updating
6617 - crypto: caam/qi - fix IV DMA mapping and updating
6618 - crypto: caam - fix size of RSA prime factor q
6619 - crypto: vmx - Remove overly verbose printk from AES init routines
6620 - crypto: vmx - Remove overly verbose printk from AES XTS init
6621 - crypto: omap-sham - fix memleak
6622 - usb: typec: wcove: Remove dependency on HW FSM
6623 - usb: gadget: udc: renesas_usb3: fix double phy_put()
6624 - usb: gadget: udc: renesas_usb3: should remove debugfs
6625 - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add
6626 udc
6627 - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
6628 - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
6629
6630 * Bionic update: upstream stable patchset 2018-08-29 (LP: #1789666)
6631 - scsi: sd_zbc: Avoid that resetting a zone fails sporadically
6632 - mmap: introduce sane default mmap limits
6633 - mmap: relax file size limit for regular files
6634 - btrfs: define SUPER_FLAG_METADUMP_V2
6635 - kconfig: Avoid format overflow warning from GCC 8.1
6636 - be2net: Fix error detection logic for BE3
6637 - bnx2x: use the right constant
6638 - dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()
6639 - enic: set DMA mask to 47 bit
6640 - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
6641 - ip6_tunnel: remove magic mtu value 0xFFF8
6642 - ipmr: properly check rhltable_init() return value
6643 - ipv4: remove warning in ip_recv_error
6644 - ipv6: omit traffic class when calculating flow hash
6645 - isdn: eicon: fix a missing-check bug
6646 - kcm: Fix use-after-free caused by clonned sockets
6647 - netdev-FAQ: clarify DaveM's position for stable backports
6648 - net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy
6649 - net: metrics: add proper netlink validation
6650 - net/packet: refine check for priv area size
6651 - net: phy: broadcom: Fix bcm_write_exp()
6652 - net: usb: cdc_mbim: add flag FLAG_SEND_ZLP
6653 - packet: fix reserve calculation
6654 - qed: Fix mask for physical address in ILT entry
6655 - sctp: not allow transport timeout value less than HZ/5 for hb_timer
6656 - team: use netdev_features_t instead of u32
6657 - vhost: synchronize IOTLB message with dev cleanup
6658 - vrf: check the original netdevice for generating redirect
6659 - ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inline
6660 - net: phy: broadcom: Fix auxiliary control register reads
6661 - net-sysfs: Fix memory leak in XPS configuration
6662 - virtio-net: correctly transmit XDP buff after linearizing
6663 - net/mlx4: Fix irq-unsafe spinlock usage
6664 - tun: Fix NULL pointer dereference in XDP redirect
6665 - virtio-net: correctly check num_buf during err path
6666 - net/mlx5e: When RXFCS is set, add FCS data into checksum calculation
6667 - virtio-net: fix leaking page for gso packet during mergeable XDP
6668 - rtnetlink: validate attributes in do_setlink()
6669 - cls_flower: Fix incorrect idr release when failing to modify rule
6670 - PCI: hv: Do not wait forever on a device that has disappeared
6671 - drm: set FMODE_UNSIGNED_OFFSET for drm files
6672 - l2tp: fix refcount leakage on PPPoL2TP sockets
6673 - mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAG
6674 - net: ethernet: ti: cpdma: correct error handling for chan create
6675 - net: ethernet: davinci_emac: fix error handling in probe()
6676 - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
6677 - net : sched: cls_api: deal with egdev path only if needed
6678
6679 * Bionic update: upstream stable patchset 2018-08-24 (LP: #1788897)
6680 - fix io_destroy()/aio_complete() race
6681 - mm: fix the NULL mapping case in __isolate_lru_page()
6682 - objtool: Support GCC 8's cold subfunctions
6683 - objtool: Support GCC 8 switch tables
6684 - objtool: Detect RIP-relative switch table references
6685 - objtool: Detect RIP-relative switch table references, part 2
6686 - objtool: Fix "noreturn" detection for recursive sibling calls
6687 - xfs: convert XFS_AGFL_SIZE to a helper function
6688 - xfs: detect agfl count corruption and reset agfl
6689 - Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
6690 - Input: synaptics - add Lenovo 80 series ids to SMBus
6691 - Input: elan_i2c_smbus - fix corrupted stack
6692 - tracing: Fix crash when freeing instances with event triggers
6693 - tracing: Make the snapshot trigger work with instances
6694 - selinux: KASAN: slab-out-of-bounds in xattr_getsecurity
6695 - cfg80211: further limit wiphy names to 64 bytes
6696 - drm/amd/powerplay: Fix enum mismatch
6697 - rtlwifi: rtl8192cu: Remove variable self-assignment in rf.c
6698 - platform/chrome: cros_ec_lpc: remove redundant pointer request
6699 - kbuild: clang: disable unused variable warnings only when constant
6700 - tcp: avoid integer overflows in tcp_rcv_space_adjust()
6701 - iio: ad7793: implement IIO_CHAN_INFO_SAMP_FREQ
6702 - iio:buffer: make length types match kfifo types
6703 - iio:kfifo_buf: check for uint overflow
6704 - iio: adc: select buffer for at91-sama5d2_adc
6705 - MIPS: lantiq: gphy: Drop reboot/remove reset asserts
6706 - MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
6707 - MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
6708 - scsi: scsi_transport_srp: Fix shost to rport translation
6709 - stm class: Use vmalloc for the master map
6710 - hwtracing: stm: fix build error on some arches
6711 - IB/core: Fix error code for invalid GID entry
6712 - mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()
6713 - Revert "rt2800: use TXOP_BACKOFF for probe frames"
6714 - intel_th: Use correct device when freeing buffers
6715 - drm/psr: Fix missed entry in PSR setup time table.
6716 - drm/i915/lvds: Move acpi lid notification registration to registration phase
6717 - drm/i915: Disable LVDS on Radiant P845
6718 - drm/vmwgfx: Use kasprintf
6719 - drm/vmwgfx: Fix host logging / guestinfo reading error paths
6720 - nvme: fix extended data LBA supported setting
6721 - iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after
6722 resume
6723 - x86/MCE/AMD: Define a function to get SMCA bank type
6724 - x86/mce/AMD: Pass the bank number to smca_get_bank_type()
6725 - x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type
6726 - x86/mce/AMD: Carve out SMCA get_block_address() code
6727 - x86/MCE/AMD: Cache SMCA MISC block addresses
6728
6729 * errors when scanning partition table of corrupted AIX disk (LP: #1787281)
6730 - partitions/aix: fix usage of uninitialized lv_info and lvname structures
6731 - partitions/aix: append null character to print data from disk
6732
6733 * tlbie master timeout checkstop (using NVidia/GPU) (LP: #1789772)
6734 - powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call
6735 __ptep_set_access_flags directly
6736 - powerpc/mm/radix: Move function from radix.h to pgtable-radix.c
6737 - powerpc/mm: Change function prototype
6738 - powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang
6739
6740 * performance drop with ATS enabled (LP: #1788097)
6741 - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage
6742
6743 * [Regression] kernel crashdump fails on arm64 (LP: #1786878)
6744 - arm64: export memblock_reserve()d regions via /proc/iomem
6745 - drivers: acpi: add dependency of EFI for arm64
6746 - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
6747 - efi/arm: map UEFI memory map even w/o runtime services enabled
6748 - arm64: acpi: fix alignment fault in accessing ACPI
6749 - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y
6750 - arm64: fix ACPI dependencies
6751 - ACPI: fix menuconfig presentation of ACPI submenu
6752
6753 * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780)
6754 - r8152: disable RX aggregation on new Dell TB16 dock
6755
6756 * dell_wmi: Unknown key codes (LP: #1762385)
6757 - platform/x86: dell-wmi: Ignore new rfkill and fn-lock events
6758
6759 * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940)
6760 - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform
6761 - SAUCE: i2c:amd move out pointer in union i2c_event_base
6762 - SAUCE: i2c:amd Depends on ACPI
6763 - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86
6764
6765 * r8169 no internet after suspending (LP: #1779817)
6766 - r8169: restore previous behavior to accept BIOS WoL settings
6767 - r8169: don't use MSI-X on RTL8168g
6768 - r8169: don't use MSI-X on RTL8106e
6769
6770 * Fix Intel Cannon Lake LPSS I2C input clock (LP: #1789790)
6771 - mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clock
6772
6773 * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4
6774 machine (LP: #1789145)
6775 - ALSA: hda/realtek - Fix HP Headset Mic can't record
6776
6777 * Tango platform uses __initcall without further checks (LP: #1787945)
6778 - [Config] disable ARCH_TANGO
6779
6780 * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898)
6781 - [Config] CONFIG_SCLP_OFB=y for s390x
6782
6783 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 12 Sep 2018 11:39:17 +0200
6784
6785 linux (4.15.0-34.37) bionic; urgency=medium
6786
6787 * linux: 4.15.0-34.37 -proposed tracker (LP: #1788744)
6788
6789 * Bionic update: upstream stable patchset 2018-08-09 (LP: #1786352)
6790 - MIPS: c-r4k: Fix data corruption related to cache coherence
6791 - MIPS: ptrace: Expose FIR register through FP regset
6792 - MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs
6793 - KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"
6794 - affs_lookup(): close a race with affs_remove_link()
6795 - fs: don't scan the inode cache before SB_BORN is set
6796 - aio: fix io_destroy(2) vs. lookup_ioctx() race
6797 - ALSA: timer: Fix pause event notification
6798 - do d_instantiate/unlock_new_inode combinations safely
6799 - mmc: sdhci-iproc: remove hard coded mmc cap 1.8v
6800 - mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE register
6801 - mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnus
6802 - libata: Blacklist some Sandisk SSDs for NCQ
6803 - libata: blacklist Micron 500IT SSD with MU01 firmware
6804 - xen-swiotlb: fix the check condition for xen_swiotlb_free_coherent
6805 - drm/vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macros
6806 - arm64: lse: Add early clobbers to some input/output asm operands
6807 - powerpc/64s: Clear PCR on boot
6808 - IB/hfi1: Use after free race condition in send context error path
6809 - IB/umem: Use the correct mm during ib_umem_release
6810 - idr: fix invalid ptr dereference on item delete
6811 - Revert "ipc/shm: Fix shmat mmap nil-page protection"
6812 - ipc/shm: fix shmat() nil address after round-down when remapping
6813 - mm/kasan: don't vfree() nonexistent vm_area
6814 - kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
6815 - kasan: fix memory hotplug during boot
6816 - kernel/sys.c: fix potential Spectre v1 issue
6817 - KVM: s390: vsie: fix < 8k check for the itdba
6818 - KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changed
6819 - kvm: x86: IA32_ARCH_CAPABILITIES is always supported
6820 - powerpc/64s: Improve RFI L1-D cache flush fallback
6821 - powerpc/pseries: Restore default security feature flags on setup
6822 - powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()
6823 - MIPS: generic: Fix machine compatible matching
6824 - mac80211: mesh: fix wrong mesh TTL offset calculation
6825 - ARC: Fix malformed ARC_EMUL_UNALIGNED default
6826 - ptr_ring: prevent integer overflow when calculating size
6827 - arm64: dts: rockchip: fix rock64 gmac2io stability issues
6828 - arm64: dts: rockchip: correct ep-gpios for rk3399-sapphire
6829 - libata: Fix compile warning with ATA_DEBUG enabled
6830 - selftests: sync: missing CFLAGS while compiling
6831 - selftest/vDSO: fix O=
6832 - selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m
6833 - selftests: memfd: add config fragment for fuse
6834 - ARM: OMAP2+: timer: fix a kmemleak caused in omap_get_timer_dt
6835 - ARM: OMAP3: Fix prm wake interrupt for resume
6836 - ARM: OMAP2+: Fix sar_base inititalization for HS omaps
6837 - ARM: OMAP1: clock: Fix debugfs_create_*() usage
6838 - tls: retrun the correct IV in getsockopt
6839 - xhci: workaround for AMD Promontory disabled ports wakeup
6840 - IB/uverbs: Fix method merging in uverbs_ioctl_merge
6841 - IB/uverbs: Fix possible oops with duplicate ioctl attributes
6842 - IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroy
6843 - arm64: dts: rockchip: Fix DWMMC clocks
6844 - ARM: dts: rockchip: Fix DWMMC clocks
6845 - iwlwifi: mvm: fix security bug in PN checking
6846 - iwlwifi: mvm: fix IBSS for devices that support station type API
6847 - iwlwifi: mvm: always init rs with 20mhz bandwidth rates
6848 - NFC: llcp: Limit size of SDP URI
6849 - rxrpc: Work around usercopy check
6850 - MD: Free bioset when md_run fails
6851 - md: fix md_write_start() deadlock w/o metadata devices
6852 - s390/dasd: fix handling of internal requests
6853 - xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tos
6854 - mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4
6855 - mac80211: fix a possible leak of station stats
6856 - mac80211: fix calling sleeping function in atomic context
6857 - cfg80211: clear wep keys after disconnection
6858 - mac80211: Do not disconnect on invalid operating class
6859 - mac80211: Fix sending ADDBA response for an ongoing session
6860 - gpu: ipu-v3: pre: fix device node leak in ipu_pre_lookup_by_phandle
6861 - gpu: ipu-v3: prg: fix device node leak in ipu_prg_lookup_by_phandle
6862 - md raid10: fix NULL deference in handle_write_completed()
6863 - drm/exynos: g2d: use monotonic timestamps
6864 - drm/exynos: fix comparison to bitshift when dealing with a mask
6865 - drm/meson: fix vsync buffer update
6866 - arm64: perf: correct PMUVer probing
6867 - RDMA/bnxt_re: Unpin SQ and RQ memory if QP create fails
6868 - RDMA/bnxt_re: Fix system crash during load/unload
6869 - net/mlx5e: Return error if prio is specified when offloading eswitch vlan
6870 push
6871 - locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()
6872 - md: raid5: avoid string overflow warning
6873 - virtio_net: fix XDP code path in receive_small()
6874 - kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE
6875 - bug.h: work around GCC PR82365 in BUG()
6876 - selftests/memfd: add run_fuse_test.sh to TEST_FILES
6877 - seccomp: add a selftest for get_metadata
6878 - soc: imx: gpc: de-register power domains only if initialized
6879 - powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data access
6880 - s390/cio: fix ccw_device_start_timeout API
6881 - s390/cio: fix return code after missing interrupt
6882 - s390/cio: clear timer when terminating driver I/O
6883 - selftests/bpf/test_maps: exit child process without error in ENOMEM case
6884 - PKCS#7: fix direct verification of SignerInfo signature
6885 - arm64: dts: cavium: fix PCI bus dtc warnings
6886 - nfs: system crashes after NFS4ERR_MOVED recovery
6887 - ARM: OMAP: Fix dmtimer init for omap1
6888 - smsc75xx: fix smsc75xx_set_features()
6889 - regulatory: add NUL to request alpha2
6890 - integrity/security: fix digsig.c build error with header file
6891 - x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-
6892 directory in resctrl file system
6893 - locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs
6894 - x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across
6895 CPU hotplug operations
6896 - mac80211: drop frames with unexpected DS bits from fast-rx to slow path
6897 - arm64: fix unwind_frame() for filtered out fn for function graph tracing
6898 - macvlan: fix use-after-free in macvlan_common_newlink()
6899 - KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2
6900 - kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds
6901 - ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6
6902 DualLite/Solo RQS
6903 - fs: dcache: Avoid livelock between d_alloc_parallel and __d_add
6904 - fs: dcache: Use READ_ONCE when accessing i_dir_seq
6905 - md: fix a potential deadlock of raid5/raid10 reshape
6906 - md/raid1: fix NULL pointer dereference
6907 - batman-adv: fix packet checksum in receive path
6908 - batman-adv: invalidate checksum on fragment reassembly
6909 - netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct
6910 refcount
6911 - netfilter: ipt_CLUSTERIP: put config instead of freeing it
6912 - netfilter: ebtables: convert BUG_ONs to WARN_ONs
6913 - batman-adv: Ignore invalid batadv_iv_gw during netlink send
6914 - batman-adv: Ignore invalid batadv_v_gw during netlink send
6915 - batman-adv: Fix netlink dumping of BLA claims
6916 - batman-adv: Fix netlink dumping of BLA backbones
6917 - nvme-pci: Fix nvme queue cleanup if IRQ setup fails
6918 - clocksource/drivers/fsl_ftm_timer: Fix error return checking
6919 - libceph, ceph: avoid memory leak when specifying same option several times
6920 - ceph: fix dentry leak when failing to init debugfs
6921 - xen/pvcalls: fix null pointer dereference on map->sock
6922 - ARM: orion5x: Revert commit 4904dbda41c8.
6923 - qrtr: add MODULE_ALIAS macro to smd
6924 - selftests/futex: Fix line continuation in Makefile
6925 - r8152: fix tx packets accounting
6926 - virtio-gpu: fix ioctl and expose the fixed status to userspace.
6927 - dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3
6928 - bcache: fix kcrashes with fio in RAID5 backend dev
6929 - ip_gre: fix IFLA_MTU ignored on NEWLINK
6930 - ip6_tunnel: fix IFLA_MTU ignored on NEWLINK
6931 - sit: fix IFLA_MTU ignored on NEWLINK
6932 - nbd: fix return value in error handling path
6933 - ARM: dts: NSP: Fix amount of RAM on BCM958625HR
6934 - ARM: dts: bcm283x: Fix unit address of local_intc
6935 - powerpc/boot: Fix random libfdt related build errors
6936 - clocksource/drivers/mips-gic-timer: Use correct shift count to extract data
6937 - gianfar: Fix Rx byte accounting for ndev stats
6938 - net/tcp/illinois: replace broken algorithm reference link
6939 - nvmet: fix PSDT field check in command format
6940 - net/smc: use link_id of server in confirm link reply
6941 - mlxsw: core: Fix flex keys scratchpad offset conflict
6942 - mlxsw: spectrum: Treat IPv6 unregistered multicast as broadcast
6943 - spectrum: Reference count VLAN entries
6944 - ARC: mcip: halt GFRC counter when ARC cores halt
6945 - ARC: mcip: update MCIP debug mask when the new cpu came online
6946 - ARC: setup cpu possible mask according to possible-cpus dts property
6947 - ipvs: remove IPS_NAT_MASK check to fix passive FTP
6948 - IB/mlx: Set slid to zero in Ethernet completion struct
6949 - RDMA/bnxt_re: Unconditionly fence non wire memory operations
6950 - RDMA/bnxt_re: Fix incorrect DB offset calculation
6951 - RDMA/bnxt_re: Fix the ib_reg failure cleanup
6952 - xen/pirq: fix error path cleanup when binding MSIs
6953 - drm/amd/amdgpu: Correct VRAM width for APUs with GMC9
6954 - xfrm: Fix ESN sequence number handling for IPsec GSO packets.
6955 - arm64: dts: rockchip: Fix rk3399-gru-* s2r (pinctrl hogs, wifi reset)
6956 - drm/sun4i: Fix dclk_set_phase
6957 - btrfs: use kvzalloc to allocate btrfs_fs_info
6958 - Btrfs: send, fix issuing write op when processing hole in no data mode
6959 - Btrfs: fix log replay failure after linking special file and fsync
6960 - ceph: fix potential memory leak in init_caches()
6961 - block: display the correct diskname for bio
6962 - selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailable
6963 - net: ethtool: don't ignore return from driver get_fecparam method
6964 - iwlwifi: mvm: fix TX of CCMP 256
6965 - iwlwifi: mvm: Fix channel switch for count 0 and 1
6966 - iwlwifi: mvm: fix assert 0x2B00 on older FWs
6967 - iwlwifi: avoid collecting firmware dump if not loaded
6968 - iwlwifi: mvm: Direct multicast frames to the correct station
6969 - iwlwifi: mvm: Correctly set the tid for mcast queue
6970 - rds: Incorrect reference counting in TCP socket creation
6971 - watchdog: f71808e_wdt: Fix magic close handling
6972 - batman-adv: Fix multicast packet loss with a single WANT_ALL_IPV4/6 flag
6973 - hv_netvsc: use napi_schedule_irqoff
6974 - hv_netvsc: filter multicast/broadcast
6975 - hv_netvsc: propagate rx filters to VF
6976 - ARM: dts: rockchip: Add missing #sound-dai-cells on rk3288
6977 - e1000e: Fix check_for_link return value with autoneg off
6978 - e1000e: allocate ring descriptors with dma_zalloc_coherent
6979 - ia64/err-inject: Use get_user_pages_fast()
6980 - RDMA/qedr: Fix kernel panic when running fio over NFSoRDMA
6981 - RDMA/qedr: Fix iWARP write and send with immediate
6982 - IB/mlx4: Fix corruption of RoCEv2 IPv4 GIDs
6983 - IB/mlx4: Include GID type when deleting GIDs from HW table under RoCE
6984 - IB/mlx5: Fix an error code in __mlx5_ib_modify_qp()
6985 - fbdev: Fixing arbitrary kernel leak in case FBIOGETCMAP_SPARC in
6986 sbusfb_ioctl_helper().
6987 - fsl/fman: avoid sleeping in atomic context while adding an address
6988 - qed: Free RoCE ILT Memory on rmmod qedr
6989 - net: qcom/emac: Use proper free methods during TX
6990 - net: smsc911x: Fix unload crash when link is up
6991 - IB/core: Fix possible crash to access NULL netdev
6992 - cxgb4: do not set needs_free_netdev for mgmt dev's
6993 - xen-blkfront: move negotiate_mq to cover all cases of new VBDs
6994 - xen: xenbus: use put_device() instead of kfree()
6995 - hv_netvsc: fix filter flags
6996 - hv_netvsc: fix locking for rx_mode
6997 - hv_netvsc: fix locking during VF setup
6998 - ARM: davinci: fix the GPIO lookup for omapl138-hawk
6999 - arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery
7000 - selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus
7001 - lib/test_kmod.c: fix limit check on number of test devices created
7002 - dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
7003 - netfilter: ebtables: fix erroneous reject of last rule
7004 - can: m_can: change comparison to bitshift when dealing with a mask
7005 - can: m_can: select pinctrl state in each suspend/resume function
7006 - bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().
7007 - workqueue: use put_device() instead of kfree()
7008 - ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu
7009 - sunvnet: does not support GSO for sctp
7010 - KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending
7011 - gpu: ipu-v3: prg: avoid possible array underflow
7012 - drm/imx: move arming of the vblank event to atomic_flush
7013 - drm/nouveau/bl: fix backlight regression
7014 - xfrm: fix rcu_read_unlock usage in xfrm_local_error
7015 - iwlwifi: mvm: set the correct tid when we flush the MCAST sta
7016 - iwlwifi: mvm: Correctly set IGTK for AP
7017 - iwlwifi: mvm: fix error checking for multi/broadcast sta
7018 - net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off
7019 - vlan: Fix out of order vlan headers with reorder header off
7020 - batman-adv: fix header size check in batadv_dbg_arp()
7021 - batman-adv: Fix skbuff rcsum on packet reroute
7022 - vti4: Don't count header length twice on tunnel setup
7023 - ip_tunnel: Clamp MTU to bounds on new link
7024 - vti6: Fix dev->max_mtu setting
7025 - iwlwifi: mvm: Increase session protection time after CS
7026 - iwlwifi: mvm: clear tx queue id when unreserving aggregation queue
7027 - iwlwifi: mvm: make sure internal station has a valid id
7028 - iwlwifi: mvm: fix array out of bounds reference
7029 - drm/tegra: Shutdown on driver unbind
7030 - perf/cgroup: Fix child event counting bug
7031 - brcmfmac: Fix check for ISO3166 code
7032 - kbuild: make scripts/adjust_autoksyms.sh robust against timestamp races
7033 - RDMA/ucma: Correct option size check using optlen
7034 - RDMA/qedr: fix QP's ack timeout configuration
7035 - RDMA/qedr: Fix rc initialization on CNQ allocation failure
7036 - RDMA/qedr: Fix QP state initialization race
7037 - net/sched: fix idr leak on the error path of tcf_bpf_init()
7038 - net/sched: fix idr leak in the error path of tcf_simp_init()
7039 - net/sched: fix idr leak in the error path of tcf_act_police_init()
7040 - net/sched: fix idr leak in the error path of tcp_pedit_init()
7041 - net/sched: fix idr leak in the error path of __tcf_ipt_init()
7042 - net/sched: fix idr leak in the error path of tcf_skbmod_init()
7043 - net: dsa: Fix functional dsa-loop dependency on FIXED_PHY
7044 - drm/ast: Fixed 1280x800 Display Issue
7045 - mm/mempolicy.c: avoid use uninitialized preferred_node
7046 - mm, thp: do not cause memcg oom for thp
7047 - xfrm: Fix transport mode skb control buffer usage.
7048 - selftests: ftrace: Add probe event argument syntax testcase
7049 - selftests: ftrace: Add a testcase for string type with kprobe_event
7050 - selftests: ftrace: Add a testcase for probepoint
7051 - drm/amdkfd: Fix scratch memory with HWS enabled
7052 - batman-adv: fix multicast-via-unicast transmission with AP isolation
7053 - batman-adv: fix packet loss for broadcasted DHCP packets to a server
7054 - ARM: 8748/1: mm: Define vdso_start, vdso_end as array
7055 - lan78xx: Set ASD in MAC_CR when EEE is enabled.
7056 - net: qmi_wwan: add BroadMobi BM806U 2020:2033
7057 - bonding: fix the err path for dev hwaddr sync in bond_enslave
7058 - net: dsa: mt7530: fix module autoloading for OF platform drivers
7059 - net/mlx5: Make eswitch support to depend on switchdev
7060 - perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUs
7061 - x86/alternatives: Fixup alternative_call_2
7062 - llc: properly handle dev_queue_xmit() return value
7063 - builddeb: Fix header package regarding dtc source links
7064 - qede: Fix barrier usage after tx doorbell write.
7065 - mm, slab: memcg_link the SLAB's kmem_cache
7066 - mm/page_owner: fix recursion bug after changing skip entries
7067 - mm/kmemleak.c: wait for scan completion before disabling free
7068 - hv_netvsc: enable multicast if necessary
7069 - qede: Do not drop rx-checksum invalidated packets.
7070 - net: Fix untag for vlan packets without ethernet header
7071 - vlan: Fix vlan insertion for packets without ethernet header
7072 - net: mvneta: fix enable of all initialized RXQs
7073 - sh: fix debug trap failure to process signals before return to user
7074 - firmware: dmi_scan: Fix UUID length safety check
7075 - nvme: don't send keep-alives to the discovery controller
7076 - Btrfs: clean up resources during umount after trans is aborted
7077 - Btrfs: fix loss of prealloc extents past i_size after fsync log replay
7078 - x86/pgtable: Don't set huge PUD/PMD on non-leaf entries
7079 - fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl
7080 table
7081 - swap: divide-by-zero when zero length swap file on ssd
7082 - z3fold: fix memory leak
7083 - sr: get/drop reference to device in revalidate and check_events
7084 - Force log to disk before reading the AGF during a fstrim
7085 - cpufreq: CPPC: Initialize shared perf capabilities of CPUs
7086 - powerpc/fscr: Enable interrupts earlier before calling get_user()
7087 - perf tools: Fix perf builds with clang support
7088 - perf clang: Add support for recent clang versions
7089 - dp83640: Ensure against premature access to PHY registers after reset
7090 - ibmvnic: Zero used TX descriptor counter on reset
7091 - mm/ksm: fix interaction with THP
7092 - mm: fix races between address_space dereference and free in page_evicatable
7093 - mm: thp: fix potential clearing to referenced flag in
7094 page_idle_clear_pte_refs_one()
7095 - Btrfs: bail out on error during replay_dir_deletes
7096 - Btrfs: fix NULL pointer dereference in log_dir_items
7097 - btrfs: Fix possible softlock on single core machines
7098 - IB/rxe: Fix for oops in rxe_register_device on ppc64le arch
7099 - ocfs2/dlm: don't handle migrate lockres if already in shutdown
7100 - powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleep
7101 - sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning
7102 - x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of
7103 this_cpu_has() in build_cr3_noflush()
7104 - KVM: VMX: raise internal error for exception during invalid protected mode
7105 state
7106 - lan78xx: Connect phy early
7107 - sparc64: Make atomic_xchg() an inline function rather than a macro.
7108 - net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()
7109 - net: bgmac: Correctly annotate register space
7110 - btrfs: tests/qgroup: Fix wrong tree backref level
7111 - Btrfs: fix copy_items() return value when logging an inode
7112 - btrfs: fix lockdep splat in btrfs_alloc_subvolume_writers
7113 - btrfs: qgroup: Fix root item corruption when multiple same source snapshots
7114 are created with quota enabled
7115 - rxrpc: Fix Tx ring annotation after initial Tx failure
7116 - rxrpc: Don't treat call aborts as conn aborts
7117 - xen/acpi: off by one in read_acpi_id()
7118 - drivers: macintosh: rack-meter: really fix bogus memsets
7119 - ACPI: acpi_pad: Fix memory leak in power saving threads
7120 - powerpc/mpic: Check if cpu_possible() in mpic_physmask()
7121 - ieee802154: ca8210: fix uninitialised data read
7122 - ath10k: advertize beacon_int_min_gcd
7123 - iommu/amd: Take into account that alloc_dev_data() may return NULL
7124 - intel_th: Use correct method of finding hub
7125 - m68k: set dma and coherent masks for platform FEC ethernets
7126 - iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txq
7127 - parisc/pci: Switch LBA PCI bus from Hard Fail to Soft Fail mode
7128 - hwmon: (nct6775) Fix writing pwmX_mode
7129 - powerpc/perf: Prevent kernel address leak to userspace via BHRB buffer
7130 - powerpc/perf: Fix kernel address leak via sampling registers
7131 - rsi: fix kernel panic observed on 64bit machine
7132 - tools/thermal: tmon: fix for segfault
7133 - selftests: Print the test we're running to /dev/kmsg
7134 - net/mlx5: Protect from command bit overflow
7135 - watchdog: davinci_wdt: fix error handling in davinci_wdt_probe()
7136 - ath10k: Fix kernel panic while using worker (ath10k_sta_rc_update_wk)
7137 - nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-A
7138 - ath9k: fix crash in spectral scan
7139 - cxgb4: Setup FW queues before registering netdev
7140 - ima: Fix Kconfig to select TPM 2.0 CRB interface
7141 - ima: Fallback to the builtin hash algorithm
7142 - watchdog: aspeed: Allow configuring for alternate boot
7143 - arm: dts: socfpga: fix GIC PPI warning
7144 - ext4: don't complain about incorrect features when probing
7145 - drm/vmwgfx: Unpin the screen object backup buffer when not used
7146 - iommu/mediatek: Fix protect memory setting
7147 - cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure path
7148 - IB/mlx5: Set the default active rate and width to QDR and 4X
7149 - zorro: Set up z->dev.dma_mask for the DMA API
7150 - bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
7151 - remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()'
7152 - dt-bindings: add device tree binding for Allwinner H6 main CCU
7153 - ACPICA: Events: add a return on failure from acpi_hw_register_read
7154 - ACPICA: Fix memory leak on unusual memory leak
7155 - ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.c
7156 - cxgb4: Fix queue free path of ULD drivers
7157 - i2c: mv64xxx: Apply errata delay only in standard mode
7158 - KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
7159 - perf top: Fix top.call-graph config option reading
7160 - perf stat: Fix core dump when flag T is used
7161 - IB/core: Honor port_num while resolving GID for IB link layer
7162 - drm/amdkfd: add missing include of mm.h
7163 - coresight: Use %px to print pcsr instead of %p
7164 - regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'
7165 - spi: bcm-qspi: fIX some error handling paths
7166 - net/smc: pay attention to MAX_ORDER for CQ entries
7167 - MIPS: ath79: Fix AR724X_PLL_REG_PCIE_CONFIG offset
7168 - watchdog: dw: RMW the control register
7169 - watchdog: aspeed: Fix translation of reset mode to ctrl register
7170 - drm/meson: Fix some error handling paths in 'meson_drv_bind_master()'
7171 - drm/meson: Fix an un-handled error path in 'meson_drv_bind_master()'
7172 - powerpc: Add missing prototype for arch_irq_work_raise()
7173 - f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range
7174 - f2fs: fix to clear CP_TRIMMED_FLAG
7175 - f2fs: fix to check extent cache in f2fs_drop_extent_tree
7176 - perf/core: Fix installing cgroup events on CPU
7177 - max17042: propagate of_node to power supply device
7178 - perf/core: Fix perf_output_read_group()
7179 - drm/panel: simple: Fix the bus format for the Ontat panel
7180 - hwmon: (pmbus/max8688) Accept negative page register values
7181 - hwmon: (pmbus/adm1275) Accept negative page register values
7182 - perf/x86/intel: Properly save/restore the PMU state in the NMI handler
7183 - cdrom: do not call check_disk_change() inside cdrom_open()
7184 - efi/arm*: Only register page tables when they exist
7185 - perf/x86/intel: Fix large period handling on Broadwell CPUs
7186 - perf/x86/intel: Fix event update for auto-reload
7187 - arm64: dts: qcom: Fix SPI5 config on MSM8996
7188 - soc: qcom: wcnss_ctrl: Fix increment in NV upload
7189 - gfs2: Fix fallocate chunk size
7190 - x86/devicetree: Initialize device tree before using it
7191 - x86/devicetree: Fix device IRQ settings in DT
7192 - phy: rockchip-emmc: retry calpad busy trimming
7193 - ALSA: vmaster: Propagate slave error
7194 - phy: qcom-qmp: Fix phy pipe clock gating
7195 - drm/bridge: sii902x: Retry status read after DDI I2C
7196 - tools: hv: fix compiler warnings about major/target_fname
7197 - block: null_blk: fix 'Invalid parameters' when loading module
7198 - dmaengine: pl330: fix a race condition in case of threaded irqs
7199 - dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()
7200 - enic: enable rq before updating rq descriptors
7201 - watchdog: asm9260_wdt: fix error handling in asm9260_wdt_probe()
7202 - hwrng: stm32 - add reset during probe
7203 - pinctrl: devicetree: Fix dt_to_map_one_config handling of hogs
7204 - pinctrl: artpec6: dt: add missing pin group uart5nocts
7205 - vfio-ccw: fence off transport mode
7206 - dmaengine: qcom: bam_dma: get num-channels and num-ees from dt
7207 - drm: omapdrm: dss: Move initialization code from component bind to probe
7208 - ARM: dts: dra71-evm: Correct evm_sd regulator max voltage
7209 - drm/amdgpu: disable GFX ring and disable PQ wptr in hw_fini
7210 - drm/amdgpu: adjust timeout for ib_ring_tests(v2)
7211 - net: stmmac: ensure that the device has released ownership before reading
7212 data
7213 - net: stmmac: ensure that the MSS desc is the last desc to set the own bit
7214 - cpufreq: Reorder cpufreq_online() error code path
7215 - dpaa_eth: fix SG mapping
7216 - PCI: Add function 1 DMA alias quirk for Marvell 88SE9220
7217 - udf: Provide saner default for invalid uid / gid
7218 - ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL mode
7219 - sh_eth: fix TSU init on SH7734/R8A7740
7220 - power: supply: ltc2941-battery-gauge: Fix temperature units
7221 - ARM: dts: bcm283x: Fix probing of bcm2835-i2s
7222 - ARM: dts: bcm283x: Fix pin function of JTAG pins
7223 - PCMCIA / PM: Avoid noirq suspend aborts during suspend-to-idle
7224 - audit: return on memory error to avoid null pointer dereference
7225 - net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()
7226 - rcu: Call touch_nmi_watchdog() while printing stall warnings
7227 - pinctrl: sh-pfc: r8a7796: Fix MOD_SEL register pin assignment for SSI pins
7228 group
7229 - dpaa_eth: fix pause capability advertisement logic
7230 - MIPS: Octeon: Fix logging messages with spurious periods after newlines
7231 - drm/rockchip: Respect page offset for PRIME mmap calls
7232 - x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic'
7233 specified
7234 - perf test: Fix test case inet_pton to accept inlines.
7235 - perf report: Fix wrong jump arrow
7236 - perf tests: Use arch__compare_symbol_names to compare symbols
7237 - perf report: Fix memory corruption in --branch-history mode --branch-history
7238 - perf tests: Fix dwarf unwind for stripped binaries
7239 - selftests/net: fixes psock_fanout eBPF test case
7240 - netlabel: If PF_INET6, check sk_buff ip header version
7241 - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen3
7242 - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen2
7243 - ARM: dts: at91: tse850: use the correct compatible for the eeprom
7244 - regmap: Correct comparison in regmap_cached
7245 - i40e: Add delay after EMP reset for firmware to recover
7246 - ARM: dts: imx7d: cl-som-imx7: fix pinctrl_enet
7247 - ARM: dts: porter: Fix HDMI output routing
7248 - regulator: of: Add a missing 'of_node_put()' in an error handling path of
7249 'of_regulator_match()'
7250 - pinctrl: mcp23s08: spi: Fix regmap debugfs entries
7251 - kdb: make "mdr" command repeat
7252 - drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successful
7253 - perf tools: Add trace/beauty/generated/ into .gitignore
7254 - tools: sync up .h files with the repective arch and uapi .h files
7255 - MIPS: xilfpga: Stop generating useless dtb.o
7256 - MIPS: xilfpga: Actually include FDT in fitImage
7257 - MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4770
7258 - fix breakage caused by d_find_alias() semantics change
7259 - Btrfs: fix error handling in btrfs_truncate()
7260 - mmc: block: propagate correct returned value in mmc_rpmb_ioctl
7261 - arm64: export tishift functions to modules
7262 - bcma: fix buffer size caused crash in bcma_core_mips_print_irq()
7263 - PM / core: Fix direct_complete handling for devices with no callbacks
7264 - ARM: dts: sun4i: Fix incorrect clocks for displays
7265 - bnxt_en: Ignore src port field in decap filter nodes
7266 - kasan, slub: fix handling of kasan_slab_free hook
7267 - riscv/spinlock: Strengthen implementations with fences
7268 - platform/x86: dell-smbios: Fix memory leaks in build_tokens_sysfs()
7269 - rxrpc: Fix resend event time calculation
7270 - i40e: hold the RTNL lock while changing interrupt schemes
7271 - hv_netvsc: Fix the return status in RX path
7272 - firmware: fix checking for return values for fw_add_devm_name()
7273 - bcache: set writeback_rate_update_seconds in range [1, 60] seconds
7274 - bcache: fix cached_dev->count usage for bch_cache_set_error()
7275 - bcache: stop dc->writeback_rate_update properly
7276 - ibmvnic: Fix reset return from closed state
7277 - powerpc/vas: Fix cleanup when VAS is not configured
7278 - f2fs: flush cp pack except cp pack 2 page at first
7279 - drm/amdgpu: Clean sdma wptr register when only enable wptr polling
7280 - powerpc/mm/slice: Remove intermediate bitmap copy
7281 - powerpc/mm/slice: create header files dedicated to slices
7282 - powerpc/mm/slice: Enhance for supporting PPC32
7283 - powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx
7284 - ibmvnic: Allocate statistics buffers during probe
7285 - dt-bindings: display: msm/dsi: Fix the PHY regulator supply props
7286 - drm/amd/display: Set vsc pack revision when DPCD revision is >= 1.2
7287 - soc: renesas: r8a77970-sysc: fix power area parents
7288 - drm/vblank: Data type fixes for 64-bit vblank sequences.
7289 - selftests: Add FIB onlink tests
7290 - soc: amlogic: meson-gx-pwrc-vpu: fix error on shutdown when domain is
7291 powered off
7292
7293 * arm-smmu-v3 arm-smmu-v3.1.auto: failed to allocate MSIs (LP: #1785282)
7294 - ACPICA: iasl: Add SMMUv3 device ID mapping index support
7295 - ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard
7296
7297 * Driver iwlwifi for Intel Wireless-AC 9560 is slow and unreliable in kernel
7298 4.15.0-20-generic (LP: #1772467)
7299 - scsi: hpsa: disable device during shutdown
7300
7301 * [Bionic] i2c: xlp9xx: Add SMBAlert support (LP: #1786981)
7302 - i2c: xlp9xx: Add support for SMBAlert
7303
7304 * qeth: don't clobber buffer on async TX completion (LP: #1786057)
7305 - s390/qeth: don't clobber buffer on async TX completion
7306
7307 * Linux 4.15.0-23 crashes during the boot process with a "Unable to handle
7308 kernel NULL pointer dereference" message (LP: #1777338)
7309 - x86/xen: Add call of speculative_store_bypass_ht_init() to PV paths
7310
7311 * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058)
7312 - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio
7313
7314 * [Bionic] i2c: xlp9xx: Fix case where SSIF read transaction completes early
7315 (LP: #1787240)
7316 - i2c: xlp9xx: Fix case where SSIF read transaction completes early
7317
7318 * [Bionic] integrate upstream fix for Cavium zram driver (LP: #1787469)
7319 - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from
7320 CONFIG_VMAP_STACK"
7321 - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
7322 - crypto: cavium - Limit result reading attempts
7323 - crypto: cavium - Prevent division by zero
7324 - crypto: cavium - Fix statistics pending request value
7325 - crypto: cavium - Fix smp_processor_id() warnings
7326
7327 * Bugfix for handling of shadow doorbell buffer (LP: #1788222)
7328 - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
7329
7330 * nvme devices namespace assigned to the wrong controller (LP: #1789227)
7331 - nvme/multipath: Fix multipath disabled naming collisions
7332
7333 * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before
7334 walinuxagent.service (LP: #1739107)
7335 - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before
7336 walinuxagent.service
7337
7338 * hinic interfaces aren't getting predictable names (LP: #1783138)
7339 - hinic: Link the logical network device to the pci device in sysfs
7340
7341 * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
7342 Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950)
7343 - ACPI / LPSS: Avoid PM quirks on suspend and resume from S3
7344 - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation
7345
7346 * [Bionic] Bluetooth: Support RTL8723D and RTL8821C Devices (LP: #1784835)
7347 - Bluetooth: btrtl: Add RTL8723D and RTL8821C devices
7348
7349 * CacheFiles: Error: Overlong wait for old active object to go away.
7350 (LP: #1776254)
7351 - cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag
7352 - cachefiles: Wait rather than BUG'ing on "Unexpected object collision"
7353
7354 * fscache cookie refcount updated incorrectly during fscache object allocation
7355 (LP: #1776277) // fscache cookie refcount updated incorrectly during fscache
7356 object allocation (LP: #1776277)
7357 - fscache: Fix reference overput in fscache_attach_object() error handling
7358
7359 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
7360 - Revert "UBUNTU: SAUCE: CacheFiles: fix a read_waiter/read_copier race"
7361 - fscache: Allow cancelled operations to be enqueued
7362 - cachefiles: Fix refcounting bug in backing-file read monitoring
7363
7364 * SMB3: Fix regression in server reconnect detection (LP: #1786110)
7365 - smb3: on reconnect set PreviousSessionId field
7366
7367 * CVE-2018-1118
7368 - vhost: fix info leak due to uninitialized memory
7369
7370 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 27 Aug 2018 16:45:36 +0200
7371
7372 linux (4.15.0-33.36) bionic; urgency=medium
7373
7374 * linux: 4.15.0-33.36 -proposed tracker (LP: #1787149)
7375
7376 * RTNL assertion failure on ipvlan (LP: #1776927)
7377 - ipvlan: drop ipv6 dependency
7378 - ipvlan: use per device spinlock to protect addrs list updates
7379 - SAUCE: fix warning from "ipvlan: drop ipv6 dependency"
7380
7381 * ubuntu_bpf_jit test failed on Bionic s390x systems (LP: #1753941)
7382 - test_bpf: flag tests that cannot be jited on s390
7383
7384 * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689)
7385 - drm/nouveau: fix nouveau_dsm_get_client_id()'s return type
7386 - drm/radeon: fix radeon_atpx_get_client_id()'s return type
7387 - drm/amdgpu: fix amdgpu_atpx_get_client_id()'s return type
7388 - platform/x86: apple-gmux: fix gmux_get_client_id()'s return type
7389 - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA
7390 - vga_switcheroo: set audio client id according to bound GPU id
7391
7392 * locking sockets broken due to missing AppArmor socket mediation patches
7393 (LP: #1780227)
7394 - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets
7395
7396 * Update2 for ocxl driver (LP: #1781436)
7397 - ocxl: Fix page fault handler in case of fault on dying process
7398
7399 * netns: unable to follow an interface that moves to another netns
7400 (LP: #1774225)
7401 - net: core: Expose number of link up/down transitions
7402 - dev: always advertise the new nsid when the netns iface changes
7403 - dev: advertise the new ifindex when the netns iface changes
7404
7405 * [Bionic] Disk IO hangs when using BFQ as io scheduler (LP: #1780066)
7406 - block, bfq: fix occurrences of request finish method's old name
7407 - block, bfq: remove batches of confusing ifdefs
7408 - block, bfq: add requeue-request hook
7409
7410 * HP ProBook 455 G5 needs mute-led-gpio fixup (LP: #1781763)
7411 - ALSA: hda: add mute led support for HP ProBook 455 G5
7412
7413 * [Bionic] bug fixes to improve stability of the ThunderX2 i2c driver
7414 (LP: #1781476)
7415 - i2c: xlp9xx: Fix issue seen when updating receive length
7416 - i2c: xlp9xx: Make sure the transfer size is not more than
7417 I2C_SMBUS_BLOCK_SIZE
7418
7419 * x86/kvm: fix LAPIC timer drift when guest uses periodic mode (LP: #1778486)
7420 - x86/kvm: fix LAPIC timer drift when guest uses periodic mode
7421
7422 * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823)
7423 - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules
7424
7425 * Nvidia fails after switching its mode (LP: #1778658)
7426 - PCI: Restore config space on runtime resume despite being unbound
7427
7428 * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364)
7429 - SAUCE: (noup) zfs to 0.7.5-1ubuntu16.3
7430
7431 * CVE-2018-12232
7432 - PATCH 1/1] socket: close race condition between sock_close() and
7433 sockfs_setattr()
7434
7435 * CVE-2018-10323
7436 - xfs: set format back to extents if xfs_bmap_extents_to_btree
7437
7438 * change front mic location for more lenovo m7/8/9xx machines (LP: #1781316)
7439 - ALSA: hda/realtek - Fix the problem of two front mics on more machines
7440 - ALSA: hda/realtek - two more lenovo models need fixup of MIC_LOCATION
7441
7442 * Cephfs + fscache: unable to handle kernel NULL pointer dereference at
7443 0000000000000000 IP: jbd2__journal_start+0x22/0x1f0 (LP: #1783246)
7444 - ceph: track read contexts in ceph_file_info
7445
7446 * Touchpad of ThinkPad P52 failed to work with message "lost sync at byte"
7447 (LP: #1779802)
7448 - Input: elantech - fix V4 report decoding for module with middle key
7449 - Input: elantech - enable middle button of touchpads on ThinkPad P52
7450
7451 * xhci_hcd 0000:00:14.0: Root hub is not suspended (LP: #1779823)
7452 - usb: xhci: dbc: Fix lockdep warning
7453 - usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not started
7454
7455 * CVE-2018-13406
7456 - video: uvesafb: Fix integer overflow in allocation
7457
7458 * CVE-2018-10840
7459 - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
7460
7461 * CVE-2018-11412
7462 - ext4: do not allow external inodes for inline data
7463
7464 * CVE-2018-10881
7465 - ext4: clear i_data in ext4_inode_info when removing inline data
7466
7467 * CVE-2018-12233
7468 - jfs: Fix inconsistency between memory allocation and ea_buf->max_size
7469
7470 * CVE-2018-12904
7471 - kvm: nVMX: Enforce cpl=0 for VMX instructions
7472
7473 * Error parsing PCC subspaces from PCCT (LP: #1528684)
7474 - mailbox: PCC: erroneous error message when parsing ACPI PCCT
7475
7476 * CVE-2018-13094
7477 - xfs: don't call xfs_da_shrink_inode with NULL bp
7478
7479 * other users' coredumps can be read via setgid directory and killpriv bypass
7480 (LP: #1779923) // CVE-2018-13405
7481 - Fix up non-directory creation in SGID directories
7482
7483 * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166)
7484 - snapcraft.yaml: stop invoking the obsolete (and non-existing)
7485 'firmware_install' target
7486
7487 * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build
7488 (LP: #1782116)
7489 - snapcraft.yaml: copy retpoline-extract-one to scripts before build
7490
7491 * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540)
7492 - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge
7493
7494 * CVE-2018-11506
7495 - sr: pass down correctly sized SCSI sense buffer
7496
7497 * Bionic update: upstream stable patchset 2018-07-24 (LP: #1783418)
7498 - net: Fix a bug in removing queues from XPS map
7499 - net/mlx4_core: Fix error handling in mlx4_init_port_info.
7500 - net/sched: fix refcnt leak in the error path of tcf_vlan_init()
7501 - net: sched: red: avoid hashing NULL child
7502 - net/smc: check for missing nlattrs in SMC_PNETID messages
7503 - net: test tailroom before appending to linear skb
7504 - packet: in packet_snd start writing at link layer allocation
7505 - sock_diag: fix use-after-free read in __sk_free
7506 - tcp: purge write queue in tcp_connect_init()
7507 - vmxnet3: set the DMA mask before the first DMA map operation
7508 - vmxnet3: use DMA memory barriers where required
7509 - hv_netvsc: empty current transmit aggregation if flow blocked
7510 - hv_netvsc: Use the num_online_cpus() for channel limit
7511 - hv_netvsc: avoid retry on send during shutdown
7512 - hv_netvsc: only wake transmit queue if link is up
7513 - hv_netvsc: fix error unwind handling if vmbus_open fails
7514 - hv_netvsc: cancel subchannel setup before halting device
7515 - hv_netvsc: fix race in napi poll when rescheduling
7516 - hv_netvsc: defer queue selection to VF
7517 - hv_netvsc: disable NAPI before channel close
7518 - hv_netvsc: use RCU to fix concurrent rx and queue changes
7519 - hv_netvsc: change GPAD teardown order on older versions
7520 - hv_netvsc: common detach logic
7521 - hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown
7522 - hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()
7523 - hv_netvsc: Ensure correct teardown message sequence order
7524 - hv_netvsc: Fix a network regression after ifdown/ifup
7525 - sparc: vio: use put_device() instead of kfree()
7526 - ext2: fix a block leak
7527 - s390: add assembler macros for CPU alternatives
7528 - s390: move expoline assembler macros to a header
7529 - s390/crc32-vx: use expoline for indirect branches
7530 - s390/lib: use expoline for indirect branches
7531 - s390/ftrace: use expoline for indirect branches
7532 - s390/kernel: use expoline for indirect branches
7533 - s390: move spectre sysfs attribute code
7534 - s390: extend expoline to BC instructions
7535 - s390: use expoline thunks in the BPF JIT
7536 - scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()
7537 - scsi: zfcp: fix infinite iteration on ERP ready list
7538 - loop: don't call into filesystem while holding lo_ctl_mutex
7539 - loop: fix LOOP_GET_STATUS lock imbalance
7540 - cfg80211: limit wiphy names to 128 bytes
7541 - hfsplus: stop workqueue when fill_super() failed
7542 - x86/kexec: Avoid double free_page() upon do_kexec_load() failure
7543 - usb: gadget: f_uac2: fix bFirstInterface in composite gadget
7544 - usb: dwc3: Undo PHY init if soft reset fails
7545 - usb: dwc3: omap: don't miss events during suspend/resume
7546 - usb: gadget: core: Fix use-after-free of usb_request
7547 - usb: gadget: fsl_udc_core: fix ep valid checks
7548 - usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()
7549 - usb: cdc_acm: prevent race at write to acm while system resumes
7550 - net: usbnet: fix potential deadlock on 32bit hosts
7551 - ARM: dts: imx7d-sdb: Fix regulator-usb-otg2-vbus node name
7552 - usb: host: xhci-plat: revert "usb: host: xhci-plat: enable clk in resume
7553 timing"
7554 - USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEM
7555 - net/usb/qmi_wwan.c: Add USB id for lt4120 modem
7556 - net-usb: add qmi_wwan if on lte modem wistron neweb d18q1
7557 - Bluetooth: btusb: Add USB ID 7392:a611 for Edimax EW-7611ULB
7558 - ALSA: usb-audio: Add native DSD support for Luxman DA-06
7559 - usb: dwc3: Add SoftReset PHY synchonization delay
7560 - usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fields
7561 - usb: dwc3: Makefile: fix link error on randconfig
7562 - xhci: zero usb device slot_id member when disabling and freeing a xhci slot
7563 - usb: dwc2: Fix interval type issue
7564 - usb: dwc2: hcd: Fix host channel halt flow
7565 - usb: dwc2: host: Fix transaction errors in host mode
7566 - usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUS
7567 - usb: gadget: ffs: Execute copy_to_user() with USER_DS set
7568 - usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS
7569 - usb: gadget: udc: change comparison to bitshift when dealing with a mask
7570 - usb: gadget: composite: fix incorrect handling of OS desc requests
7571 - media: lgdt3306a: Fix module count mismatch on usb unplug
7572 - media: em28xx: USB bulk packet size fix
7573 - Bluetooth: btusb: Add device ID for RTL8822BE
7574 - xhci: Show what USB release number the xHC supports from protocol capablity
7575 - staging: bcm2835-audio: Release resources on module_exit()
7576 - staging: lustre: fix bug in osc_enter_cache_try
7577 - staging: fsl-dpaa2/eth: Fix incorrect casts
7578 - staging: rtl8192u: return -ENOMEM on failed allocation of priv->oldaddr
7579 - staging: ks7010: Use constants from ieee80211_eid instead of literal ints.
7580 - staging: lustre: lmv: correctly iput lmo_root
7581 - crypto: inside-secure - wait for the request to complete if in the backlog
7582 - crypto: atmel-aes - fix the keys zeroing on errors
7583 - crypto: ccp - don't disable interrupts while setting up debugfs
7584 - crypto: inside-secure - do not process request if no command was issued
7585 - crypto: inside-secure - fix the cache_len computation
7586 - crypto: inside-secure - fix the extra cache computation
7587 - crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ss
7588 - crypto: inside-secure - fix the invalidation step during cra_exit
7589 - scsi: mpt3sas: fix an out of bound write
7590 - scsi: ufs: Enable quirk to ignore sending WRITE_SAME command
7591 - scsi: bnx2fc: Fix check in SCSI completion handler for timed out request
7592 - scsi: sym53c8xx_2: iterator underflow in sym_getsync()
7593 - scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()
7594 - scsi: qla2xxx: Avoid triggering undefined behavior in
7595 qla2x00_mbx_completion()
7596 - scsi: storvsc: Increase cmd_per_lun for higher speed devices
7597 - scsi: qedi: Fix truncation of CHAP name and secret
7598 - scsi: aacraid: fix shutdown crash when init fails
7599 - scsi: qla4xxx: skip error recovery in case of register disconnect.
7600 - scsi: qedi: Fix kernel crash during port toggle
7601 - scsi: mpt3sas: Do not mark fw_event workqueue as WQ_MEM_RECLAIM
7602 - scsi: sd: Keep disk read-only when re-reading partition
7603 - scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabled
7604 - scsi: aacraid: Insure command thread is not recursively stopped
7605 - scsi: core: Make SCSI Status CONDITION MET equivalent to GOOD
7606 - scsi: mvsas: fix wrong endianness of sgpio api
7607 - ASoC: hdmi-codec: Fix module unloading caused kernel crash
7608 - ASoC: rockchip: rk3288-hdmi-analog: Select needed codecs
7609 - ASoC: samsung: odroid: Fix 32000 sample rate handling
7610 - ASoC: topology: create TLV data for dapm widgets
7611 - ASoC: samsung: i2s: Ensure the RCLK rate is properly determined
7612 - clk: rockchip: Fix wrong parent for SDMMC phase clock for rk3228
7613 - clk: Don't show the incorrect clock phase
7614 - clk: hisilicon: mark wdt_mux_p[] as const
7615 - clk: tegra: Fix pll_u rate configuration
7616 - clk: rockchip: Prevent calculating mmc phase if clock rate is zero
7617 - clk: samsung: s3c2410: Fix PLL rates
7618 - clk: samsung: exynos7: Fix PLL rates
7619 - clk: samsung: exynos5260: Fix PLL rates
7620 - clk: samsung: exynos5433: Fix PLL rates
7621 - clk: samsung: exynos5250: Fix PLL rates
7622 - clk: samsung: exynos3250: Fix PLL rates
7623 - media: dmxdev: fix error code for invalid ioctls
7624 - media: Don't let tvp5150_get_vbi() go out of vbi_ram_default array
7625 - media: ov5645: add missing of_node_put() in error path
7626 - media: cx23885: Override 888 ImpactVCBe crystal frequency
7627 - media: cx23885: Set subdev host data to clk_freq pointer
7628 - media: s3c-camif: fix out-of-bounds array access
7629 - media: lgdt3306a: Fix a double kfree on i2c device remove
7630 - media: em28xx: Add Hauppauge SoloHD/DualHD bulk models
7631 - media: v4l: vsp1: Fix display stalls when requesting too many inputs
7632 - media: i2c: adv748x: fix HDMI field heights
7633 - media: vb2: Fix videobuf2 to map correct area
7634 - media: vivid: fix incorrect capabilities for radio
7635 - media: cx25821: prevent out-of-bounds read on array card
7636 - serial: xuartps: Fix out-of-bounds access through DT alias
7637 - serial: sh-sci: Fix out-of-bounds access through DT alias
7638 - serial: samsung: Fix out-of-bounds access through serial port index
7639 - serial: mxs-auart: Fix out-of-bounds access through serial port index
7640 - serial: imx: Fix out-of-bounds access through serial port index
7641 - serial: fsl_lpuart: Fix out-of-bounds access through DT alias
7642 - serial: arc_uart: Fix out-of-bounds access through DT alias
7643 - serial: 8250: Don't service RX FIFO if interrupts are disabled
7644 - serial: altera: ensure port->regshift is honored consistently
7645 - rtc: snvs: Fix usage of snvs_rtc_enable
7646 - rtc: hctosys: Ensure system time doesn't overflow time_t
7647 - rtc: rk808: fix possible race condition
7648 - rtc: m41t80: fix race conditions
7649 - rtc: tx4939: avoid unintended sign extension on a 24 bit shift
7650 - rtc: rp5c01: fix possible race condition
7651 - rtc: goldfish: Add missing MODULE_LICENSE
7652 - cxgb4: Correct ntuple mask validation for hash filters
7653 - net: dsa: bcm_sf2: Fix RX_CLS_LOC_ANY overwrite for last rule
7654 - net: dsa: Do not register devlink for unused ports
7655 - net: dsa: bcm_sf2: Fix IPv6 rules and chain ID
7656 - net: dsa: bcm_sf2: Fix IPv6 rule half deletion
7657 - 3c59x: convert to generic DMA API
7658 - net: ip6_gre: Request headroom in __gre6_xmit()
7659 - net: ip6_gre: Split up ip6gre_tnl_link_config()
7660 - net: ip6_gre: Split up ip6gre_tnl_change()
7661 - net: ip6_gre: Split up ip6gre_newlink()
7662 - net: ip6_gre: Split up ip6gre_changelink()
7663 - qed: LL2 flush isles when connection is closed
7664 - qed: Fix possibility of list corruption during rmmod flows
7665 - qed: Fix LL2 race during connection terminate
7666 - powerpc: Move default security feature flags
7667 - Bluetooth: btusb: Add support for Intel Bluetooth device 22560 [8087:0026]
7668 - staging: fsl-dpaa2/eth: Fix incorrect kfree
7669 - crypto: inside-secure - move the digest to the request context
7670 - scsi: lpfc: Fix NVME Initiator FirstBurst
7671 - serial: mvebu-uart: fix tx lost characters
7672
7673 * Bionic update: upstream stable patchset 2018-07-20 (LP: #1782846)
7674 - usbip: usbip_host: refine probe and disconnect debug msgs to be useful
7675 - usbip: usbip_host: delete device from busid_table after rebind
7676 - usbip: usbip_host: run rebind from exit when module is removed
7677 - usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
7678 - usbip: usbip_host: fix bad unlock balance during stub_probe()
7679 - ALSA: usb: mixer: volume quirk for CM102-A+/102S+
7680 - ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist
7681 - ALSA: control: fix a redundant-copy issue
7682 - spi: pxa2xx: Allow 64-bit DMA
7683 - spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master
7684 - spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL
7685 - KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls
7686 - KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
7687 - vfio: ccw: fix cleanup if cp_prefetch fails
7688 - tracing/x86/xen: Remove zero data size trace events
7689 trace_xen_mmu_flush_tlb{_all}
7690 - tee: shm: fix use-after-free via temporarily dropped reference
7691 - netfilter: nf_tables: free set name in error path
7692 - netfilter: nf_tables: can't fail after linking rule into active rule list
7693 - netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}
7694 - i2c: designware: fix poll-after-enable regression
7695 - powerpc/powernv: Fix NVRAM sleep in invalid context when crashing
7696 - drm: Match sysfs name in link removal to link creation
7697 - lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly
7698 - radix tree: fix multi-order iteration race
7699 - mm: don't allow deferred pages with NEED_PER_CPU_KM
7700 - drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glk
7701 - s390/qdio: fix access to uninitialized qdio_q fields
7702 - s390/qdio: don't release memory in qdio_setup_irq()
7703 - s390: remove indirect branch from do_softirq_own_stack
7704 - x86/pkeys: Override pkey when moving away from PROT_EXEC
7705 - x86/pkeys: Do not special case protection key 0
7706 - efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32'
7707 definition for mixed mode
7708 - ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr
7709 - x86/mm: Drop TS_COMPAT on 64-bit exec() syscall
7710 - tick/broadcast: Use for_each_cpu() specially on UP kernels
7711 - ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabed
7712 - ARM: 8770/1: kprobes: Prohibit probing on optimized_callback
7713 - ARM: 8772/1: kprobes: Prohibit kprobes on get_user functions
7714 - Btrfs: fix xattr loss after power failure
7715 - Btrfs: send, fix invalid access to commit roots due to concurrent
7716 snapshotting
7717 - btrfs: property: Set incompat flag if lzo/zstd compression is set
7718 - btrfs: fix crash when trying to resume balance without the resume flag
7719 - btrfs: Split btrfs_del_delalloc_inode into 2 functions
7720 - btrfs: Fix delalloc inodes invalidation during transaction abort
7721 - btrfs: fix reading stale metadata blocks after degraded raid1 mounts
7722 - xhci: Fix USB3 NULL pointer dereference at logical disconnect.
7723 - KVM: arm/arm64: Properly protect VGIC locks from IRQs
7724 - KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity
7725 - hwmon: (k10temp) Fix reading critical temperature register
7726 - hwmon: (k10temp) Use API function to access System Management Network
7727 - vsprintf: Replace memory barrier with static_key for random_ptr_key update
7728 - x86/amd_nb: Add support for Raven Ridge CPUs
7729 - x86/apic/x2apic: Initialize cluster ID properly
7730
7731 * Bionic update: upstream stable patchset 2018-07-09 (LP: #1780858)
7732 - 8139too: Use disable_irq_nosync() in rtl8139_poll_controller()
7733 - bridge: check iface upper dev when setting master via ioctl
7734 - dccp: fix tasklet usage
7735 - ipv4: fix fnhe usage by non-cached routes
7736 - ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg
7737 - llc: better deal with too small mtu
7738 - net: ethernet: sun: niu set correct packet size in skb
7739 - net: ethernet: ti: cpsw: fix packet leaking in dual_mac mode
7740 - net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()'
7741 - net/mlx4_en: Verify coalescing parameters are in range
7742 - net/mlx5e: Err if asked to offload TC match on frag being first
7743 - net/mlx5: E-Switch, Include VF RDMA stats in vport statistics
7744 - net sched actions: fix refcnt leak in skbmod
7745 - net_sched: fq: take care of throttled flows before reuse
7746 - net: support compat 64-bit time in {s,g}etsockopt
7747 - net/tls: Don't recursively call push_record during tls_write_space callbacks
7748 - net/tls: Fix connection stall on partial tls record
7749 - openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found
7750 - qmi_wwan: do not steal interfaces from class drivers
7751 - r8169: fix powering up RTL8168h
7752 - rds: do not leak kernel memory to user land
7753 - sctp: delay the authentication for the duplicated cookie-echo chunk
7754 - sctp: fix the issue that the cookie-ack with auth can't get processed
7755 - sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr
7756 - sctp: remove sctp_chunk_put from fail_mark err path in
7757 sctp_ulpevent_make_rcvmsg
7758 - sctp: use the old asoc when making the cookie-ack chunk in dupcook_d
7759 - tcp_bbr: fix to zero idle_restart only upon S/ACKed data
7760 - tcp: ignore Fast Open on repair mode
7761 - tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().
7762 - bonding: do not allow rlb updates to invalid mac
7763 - bonding: send learning packets for vlans on slave
7764 - net: sched: fix error path in tcf_proto_create() when modules are not
7765 configured
7766 - net/mlx5e: TX, Use correct counter in dma_map error flow
7767 - net/mlx5: Avoid cleaning flow steering table twice during error flow
7768 - hv_netvsc: set master device
7769 - ipv6: fix uninit-value in ip6_multipath_l3_keys()
7770 - net/mlx5e: Allow offloading ipv4 header re-write for icmp
7771 - nsh: fix infinite loop
7772 - udp: fix SO_BINDTODEVICE
7773 - l2tp: revert "l2tp: fix missing print session offset info"
7774 - proc: do not access cmdline nor environ from file-backed areas
7775 - net/smc: restrict non-blocking connect finish
7776 - mlxsw: spectrum_switchdev: Do not remove mrouter port from MDB's ports list
7777 - net/mlx5e: DCBNL fix min inline header size for dscp
7778 - net: systemport: Correclty disambiguate driver instances
7779 - sctp: clear the new asoc's stream outcnt in sctp_stream_update
7780 - tcp: restore autocorking
7781 - tipc: fix one byte leak in tipc_sk_set_orig_addr()
7782 - hv_netvsc: Fix net device attach on older Windows hosts
7783
7784 * Bionic update: upstream stable patchset 2018-07-06 (LP: #1780499)
7785 - ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
7786 - ipvs: fix rtnl_lock lockups caused by start_sync_thread
7787 - netfilter: ebtables: don't attempt to allocate 0-sized compat array
7788 - kcm: Call strp_stop before strp_done in kcm_attach
7789 - crypto: af_alg - fix possible uninit-value in alg_bind()
7790 - netlink: fix uninit-value in netlink_sendmsg
7791 - net: fix rtnh_ok()
7792 - net: initialize skb->peeked when cloning
7793 - net: fix uninit-value in __hw_addr_add_ex()
7794 - dccp: initialize ireq->ir_mark
7795 - ipv4: fix uninit-value in ip_route_output_key_hash_rcu()
7796 - soreuseport: initialise timewait reuseport field
7797 - inetpeer: fix uninit-value in inet_getpeer
7798 - memcg: fix per_node_info cleanup
7799 - perf: Remove superfluous allocation error check
7800 - tcp: fix TCP_REPAIR_QUEUE bound checking
7801 - bdi: wake up concurrent wb_shutdown() callers.
7802 - bdi: Fix oops in wb_workfn()
7803 - gpioib: do not free unrequested descriptors
7804 - gpio: fix aspeed_gpio unmask irq
7805 - gpio: fix error path in lineevent_create
7806 - rfkill: gpio: fix memory leak in probe error path
7807 - libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDs
7808 - dm integrity: use kvfree for kvmalloc'd memory
7809 - tracing: Fix regex_match_front() to not over compare the test string
7810 - z3fold: fix reclaim lock-ups
7811 - mm: sections are not offlined during memory hotremove
7812 - mm, oom: fix concurrent munlock and oom reaper unmap, v3
7813 - ceph: fix rsize/wsize capping in ceph_direct_read_write()
7814 - can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()
7815 - can: hi311x: Acquire SPI lock on ->do_get_berr_counter
7816 - can: hi311x: Work around TX complete interrupt erratum
7817 - drm/vc4: Fix scaling of uni-planar formats
7818 - drm/i915: Fix drm:intel_enable_lvds ERROR message in kernel log
7819 - drm/atomic: Clean old_state/new_state in drm_atomic_state_default_clear()
7820 - drm/atomic: Clean private obj old_state/new_state in
7821 drm_atomic_state_default_clear()
7822 - net: atm: Fix potential Spectre v1
7823 - atm: zatm: Fix potential Spectre v1
7824 - cpufreq: schedutil: Avoid using invalid next_freq
7825 - Revert "Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174"
7826 - Bluetooth: btusb: Only check needs_reset_resume DMI table for QCA rome
7827 chipsets
7828 - thermal: exynos: Reading temperature makes sense only when TMU is turned on
7829 - thermal: exynos: Propagate error value from tmu_read()
7830 - nvme: add quirk to force medium priority for SQ creation
7831 - smb3: directory sync should not return an error
7832 - sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
7833 - tracing/uprobe_event: Fix strncpy corner case
7834 - perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*
7835 - perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msr
7836 - perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driver
7837 - perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]
7838 - perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()
7839 - i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()
7840 - bdi: Fix use after free bug in debugfs_remove()
7841 - drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pages
7842 - drm/i915: Adjust eDP's logical vco in a reliable place.
7843 - drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive client
7844 - sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
7845
7846 * Bionic update: upstream stable patchset 2018-06-26 (LP: #1778759)
7847 - percpu: include linux/sched.h for cond_resched()
7848 - ACPI / button: make module loadable when booted in non-ACPI mode
7849 - USB: serial: option: Add support for Quectel EP06
7850 - ALSA: hda - Fix incorrect usage of IS_REACHABLE()
7851 - ALSA: pcm: Check PCM state at xfern compat ioctl
7852 - ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()
7853 - ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation
7854 for array index
7855 - ALSA: aloop: Mark paused device as inactive
7856 - ALSA: aloop: Add missing cable lock to ctl API callbacks
7857 - tracepoint: Do not warn on ENOMEM
7858 - scsi: target: Fix fortify_panic kernel exception
7859 - Input: leds - fix out of bound access
7860 - Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro
7861 - rtlwifi: btcoex: Add power_on_setting routine
7862 - rtlwifi: cleanup 8723be ant_sel definition
7863 - xfs: prevent creating negative-sized file via INSERT_RANGE
7864 - RDMA/cxgb4: release hw resources on device removal
7865 - RDMA/ucma: Allow resolving address w/o specifying source address
7866 - RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flow
7867 - RDMA/mlx5: Protect from shift operand overflow
7868 - NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2
7869 - IB/mlx5: Use unlimited rate when static rate is not supported
7870 - IB/hfi1: Fix handling of FECN marked multicast packet
7871 - IB/hfi1: Fix loss of BECN with AHG
7872 - IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used
7873 - iw_cxgb4: Atomically flush per QP HW CQEs
7874 - drm/vmwgfx: Fix a buffer object leak
7875 - drm/bridge: vga-dac: Fix edid memory leak
7876 - test_firmware: fix setting old custom fw path back on exit, second try
7877 - errseq: Always report a writeback error once
7878 - USB: serial: visor: handle potential invalid device configuration
7879 - usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue
7880 - USB: Accept bulk endpoints with 1024-byte maxpacket
7881 - USB: serial: option: reimplement interface masking
7882 - USB: serial: option: adding support for ublox R410M
7883 - usb: musb: host: fix potential NULL pointer dereference
7884 - usb: musb: trace: fix NULL pointer dereference in musb_g_tx()
7885 - platform/x86: asus-wireless: Fix NULL pointer dereference
7886 - irqchip/qcom: Fix check for spurious interrupts
7887 - tracing: Fix bad use of igrab in trace_uprobe.c
7888 - [Config] CONFIG_ARM64_ERRATUM_1024718=y
7889 - arm64: Add work around for Arm Cortex-A55 Erratum 1024718
7890 - Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro
7891 - infiniband: mlx5: fix build errors when INFINIBAND_USER_ACCESS=m
7892 - btrfs: Take trans lock before access running trans in check_delayed_ref
7893 - drm/vc4: Make sure vc4_bo_{inc,dec}_usecnt() calls are balanced
7894 - xhci: Fix use-after-free in xhci_free_virt_device
7895 - platform/x86: Kconfig: Fix dell-laptop dependency chain.
7896 - KVM: x86: remove APIC Timer periodic/oneshot spikes
7897 - clocksource: Allow clocksource_mark_unstable() on unregistered clocksources
7898 - clocksource: Initialize cs->wd_list
7899 - clocksource: Consistent de-rate when marking unstable
7900
7901 * Bionic update: upstream stable patchset 2018-06-22 (LP: #1778265)
7902 - ext4: set h_journal if there is a failure starting a reserved handle
7903 - ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs
7904 - ext4: add validity checks for bitmap block numbers
7905 - ext4: fix bitmap position validation
7906 - random: fix possible sleeping allocation from irq context
7907 - random: rate limit unseeded randomness warnings
7908 - usbip: usbip_event: fix to not print kernel pointer address
7909 - usbip: usbip_host: fix to hold parent lock for device_attach() calls
7910 - usbip: vhci_hcd: Fix usb device and sockfd leaks
7911 - usbip: vhci_hcd: check rhport before using in vhci_hub_control()
7912 - Revert "xhci: plat: Register shutdown for xhci_plat"
7913 - USB: serial: simple: add libtransistor console
7914 - USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster
7915 - USB: serial: cp210x: add ID for NI USB serial console
7916 - usb: core: Add quirk for HP v222w 16GB Mini
7917 - USB: Increment wakeup count on remote wakeup.
7918 - ALSA: usb-audio: Skip broken EU on Dell dock USB-audio
7919 - virtio: add ability to iterate over vqs
7920 - virtio_console: don't tie bufs to a vq
7921 - virtio_console: free buffers after reset
7922 - virtio_console: drop custom control queue cleanup
7923 - virtio_console: move removal code
7924 - virtio_console: reset on out of memory
7925 - drm/virtio: fix vq wait_event condition
7926 - tty: Don't call panic() at tty_ldisc_init()
7927 - tty: n_gsm: Fix long delays with control frame timeouts in ADM mode
7928 - tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set
7929 - tty: Avoid possible error pointer dereference at tty_ldisc_restore().
7930 - tty: Use __GFP_NOFAIL for tty_ldisc_get()
7931 - ALSA: dice: fix OUI for TC group
7932 - ALSA: dice: fix error path to destroy initialized stream data
7933 - ALSA: hda - Skip jack and others for non-existing PCM streams
7934 - ALSA: opl3: Hardening for potential Spectre v1
7935 - ALSA: asihpi: Hardening for potential Spectre v1
7936 - ALSA: hdspm: Hardening for potential Spectre v1
7937 - ALSA: rme9652: Hardening for potential Spectre v1
7938 - ALSA: control: Hardening for potential Spectre v1
7939 - ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.
7940 - ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr
7941 - ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device
7942 - ALSA: seq: oss: Hardening for potential Spectre v1
7943 - ALSA: hda: Hardening for potential Spectre v1
7944 - ALSA: hda/realtek - Add some fixes for ALC233
7945 - ALSA: hda/realtek - Update ALC255 depop optimize
7946 - ALSA: hda/realtek - change the location for one of two front mics
7947 - mtd: spi-nor: cadence-quadspi: Fix page fault kernel panic
7948 - mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.
7949 - mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.
7950 - mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.
7951 - mtd: rawnand: tango: Fix struct clk memory leak
7952 - kobject: don't use WARN for registration failures
7953 - scsi: sd: Defer spinning up drive while SANITIZE is in progress
7954 - bfq-iosched: ensure to clear bic/bfqq pointers when preparing request
7955 - vfio: ccw: process ssch with interrupts disabled
7956 - ANDROID: binder: prevent transactions into own process.
7957 - PCI: aardvark: Fix logic in advk_pcie_{rd,wr}_conf()
7958 - PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()
7959 - PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq mode
7960 - PCI: aardvark: Fix PCIe Max Read Request Size setting
7961 - ARM: amba: Make driver_override output consistent with other buses
7962 - ARM: amba: Fix race condition with driver_override
7963 - ARM: amba: Don't read past the end of sysfs "driver_override" buffer
7964 - ARM: socfpga_defconfig: Remove QSPI Sector 4K size force
7965 - KVM: arm/arm64: Close VMID generation race
7966 - crypto: drbg - set freed buffers to NULL
7967 - ASoC: fsl_esai: Fix divisor calculation failure at lower ratio
7968 - libceph: un-backoff on tick when we have a authenticated session
7969 - libceph: reschedule a tick in finish_hunting()
7970 - libceph: validate con->state at the top of try_write()
7971 - fpga-manager: altera-ps-spi: preserve nCONFIG state
7972 - earlycon: Use a pointer table to fix __earlycon_table stride
7973 - drm/amdgpu: set COMPUTE_PGM_RSRC1 for SGPR/VGPR clearing shaders
7974 - drm/i915: Enable display WA#1183 from its correct spot
7975 - objtool, perf: Fix GCC 8 -Wrestrict error
7976 - tools/lib/subcmd/pager.c: do not alias select() params
7977 - x86/ipc: Fix x32 version of shmid64_ds and msqid64_ds
7978 - x86/smpboot: Don't use mwait_play_dead() on AMD systems
7979 - x86/microcode/intel: Save microcode patch unconditionally
7980 - x86/microcode: Do not exit early from __reload_late()
7981 - tick/sched: Do not mess with an enqueued hrtimer
7982 - arm/arm64: KVM: Add PSCI version selection API
7983 - powerpc/eeh: Fix race with driver un/bind
7984 - serial: mvebu-uart: Fix local flags handling on termios update
7985 - block: do not use interruptible wait anywhere
7986 - ASoC: dmic: Fix clock parenting
7987 - PCI / PM: Do not clear state_saved in pci_pm_freeze() when smart suspend is
7988 set
7989 - module: Fix display of wrong module .text address
7990 - drm/edid: Reset more of the display info
7991 - drm/i915/fbdev: Enable late fbdev initial configuration
7992 - drm/i915/audio: set minimum CD clock to twice the BCLK
7993 - drm/amd/display: Fix deadlock when flushing irq
7994 - drm/amd/display: Disallow enabling CRTC without primary plane with FB
7995
7996 * Bionic update: upstream stable patchset 2018-06-22 (LP: #1778265) //
7997 CVE-2018-1108.
7998 - random: set up the NUMA crng instances after the CRNG is fully initialized
7999
8000 * Ryzen/Raven Ridge USB ports do not work (LP: #1756700)
8001 - xhci: Fix USB ports for Dell Inspiron 5775
8002
8003 * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux-
8004 jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389)
8005 - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
8006
8007 * Need fix to aacraid driver to prevent panic (LP: #1770095)
8008 - scsi: aacraid: Correct hba_send to include iu_type
8009
8010 * kernel: Fix arch random implementation (LP: #1775391)
8011 - s390/archrandom: Rework arch random implementation.
8012
8013 * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390)
8014 - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.
8015
8016 * Various fixes for CXL kernel module (LP: #1774471)
8017 - cxl: Remove function write_timebase_ctrl_psl9() for PSL9
8018 - cxl: Set the PBCQ Tunnel BAR register when enabling capi mode
8019 - cxl: Report the tunneled operations status
8020 - cxl: Configure PSL to not use APC virtual machines
8021 - cxl: Disable prefault_mode in Radix mode
8022
8023 * Bluetooth not working (LP: #1764645)
8024 - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models
8025
8026 * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491)
8027 - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y
8028 - SAUCE: wcn36xx: read MAC from file or randomly generate one
8029
8030 * fscache: Fix hanging wait on page discarded by writeback (LP: #1777029)
8031 - fscache: Fix hanging wait on page discarded by writeback
8032
8033 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 15 Aug 2018 14:50:38 +0200
8034
8035 linux (4.15.0-32.35) bionic; urgency=medium
8036
8037 [ Stefan Bader ]
8038 * CVE-2018-3620 // CVE-2018-3646
8039 - x86/Centaur: Initialize supported CPU features properly
8040 - x86/Centaur: Report correct CPU/cache topology
8041 - x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present
8042 - perf/events/amd/uncore: Fix amd_uncore_llc ID to use pre-defined cpu_llc_id
8043 - x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c
8044 - x86/CPU/AMD: Calculate last level cache ID from number of sharing threads
8045 - x86/CPU: Modify detect_extended_topology() to return result
8046 - x86/CPU/AMD: Derive CPU topology from CPUID function 0xB when available
8047 - x86/CPU: Move cpu local function declarations to local header
8048 - x86/CPU: Make intel_num_cpu_cores() generic
8049 - x86/CPU: Move cpu_detect_cache_sizes() into init_intel_cacheinfo()
8050 - x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to
8051 detect_num_cpu_cores()
8052 - x86/CPU/AMD: Fix LLC ID bit-shift calculation
8053 - x86/mm: Factor out pageattr _PAGE_GLOBAL setting
8054 - x86/mm: Undo double _PAGE_PSE clearing
8055 - x86/mm: Introduce "default" kernel PTE mask
8056 - x86/espfix: Document use of _PAGE_GLOBAL
8057 - x86/mm: Do not auto-massage page protections
8058 - x86/mm: Remove extra filtering in pageattr code
8059 - x86/mm: Comment _PAGE_GLOBAL mystery
8060 - x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init
8061 - x86/ldt: Fix support_pte_mask filtering in map_ldt_struct()
8062 - x86/power/64: Fix page-table setup for temporary text mapping
8063 - x86/pti: Filter at vma->vm_page_prot population
8064 - x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'
8065 - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
8066 - x86/speculation/l1tf: Change order of offset/type in swap entry
8067 - x86/speculation/l1tf: Protect swap entries against L1TF
8068 - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
8069 - x86/speculation/l1tf: Make sure the first page is always reserved
8070 - x86/speculation/l1tf: Add sysfs reporting for l1tf
8071 - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
8072 - x86/speculation/l1tf: Limit swap file size to MAX_PA/2
8073 - x86/bugs: Move the l1tf function and define pr_fmt properly
8074 - sched/smt: Update sched_smt_present at runtime
8075 - x86/smp: Provide topology_is_primary_thread()
8076 - x86/topology: Provide topology_smt_supported()
8077 - cpu/hotplug: Make bringup/teardown of smp threads symmetric
8078 - cpu/hotplug: Split do_cpu_down()
8079 - cpu/hotplug: Provide knobs to control SMT
8080 - x86/cpu: Remove the pointless CPU printout
8081 - x86/cpu/AMD: Remove the pointless detect_ht() call
8082 - x86/cpu/common: Provide detect_ht_early()
8083 - x86/cpu/topology: Provide detect_extended_topology_early()
8084 - x86/cpu/intel: Evaluate smp_num_siblings early
8085 - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
8086 - x86/cpu/AMD: Evaluate smp_num_siblings early
8087 - x86/apic: Ignore secondary threads if nosmt=force
8088 - x86/speculation/l1tf: Extend 64bit swap file size limit
8089 - x86/cpufeatures: Add detection of L1D cache flush support.
8090 - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
8091 - x86/speculation/l1tf: Protect PAE swap entries against L1TF
8092 - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
8093 - Revert "x86/apic: Ignore secondary threads if nosmt=force"
8094 - cpu/hotplug: Boot HT siblings at least once
8095 - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
8096 - x86/KVM/VMX: Add module argument for L1TF mitigation
8097 - x86/KVM/VMX: Add L1D flush algorithm
8098 - x86/KVM/VMX: Add L1D MSR based flush
8099 - x86/KVM/VMX: Add L1D flush logic
8100 - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers
8101 - x86/KVM/VMX: Add find_msr() helper function
8102 - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
8103 - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
8104 - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
8105 - cpu/hotplug: Online siblings when SMT control is turned on
8106 - x86/litf: Introduce vmx status variable
8107 - x86/kvm: Drop L1TF MSR list approach
8108 - x86/l1tf: Handle EPT disabled state proper
8109 - x86/kvm: Move l1tf setup function
8110 - x86/kvm: Add static key for flush always
8111 - x86/kvm: Serialize L1D flush parameter setter
8112 - x86/kvm: Allow runtime control of L1D flush
8113 - cpu/hotplug: Expose SMT control init function
8114 - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
8115 - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
8116 - Documentation: Add section about CPU vulnerabilities
8117 - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
8118 - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
8119 - Documentation/l1tf: Fix typos
8120 - cpu/hotplug: detect SMT disabled by BIOS
8121 - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
8122 - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
8123 - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
8124 - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16
8125 - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
8126 - x86: Don't include linux/irq.h from asm/hardirq.h
8127 - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
8128 - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
8129 - Documentation/l1tf: Remove Yonah processors from not vulnerable list
8130 - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
8131 - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
8132 - KVM: x86: Add a framework for supporting MSR-based features
8133 - KVM: X86: Introduce kvm_get_msr_feature()
8134 - KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
8135 - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
8136 - cpu/hotplug: Fix SMT supported evaluation
8137 - x86/speculation/l1tf: Invert all not present mappings
8138 - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
8139 - x86/mm/pat: Make set_memory_np() L1TF safe
8140 - cpu: Fix per-cpu regression on ARM64
8141
8142 * CVE-2018-5391
8143 - Revert "net: increase fragment memory usage limits"
8144
8145 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 10 Aug 2018 14:22:53 -0300
8146
8147 linux (4.15.0-30.32) bionic; urgency=medium
8148
8149 * CVE-2018-5390
8150 - tcp: free batches of packets in tcp_prune_ofo_queue()
8151 - tcp: avoid collapses in tcp_prune_queue() if possible
8152 - tcp: detect malicious patterns in tcp_collapse_ofo_queue()
8153 - tcp: call tcp_drop() from tcp_data_queue_ofo()
8154 - tcp: add tcp_ooo_try_coalesce() helper
8155
8156 -- Stefan Bader <stefan.bader@canonical.com> Thu, 26 Jul 2018 17:20:29 +0200
8157
8158 linux (4.15.0-29.31) bionic; urgency=medium
8159
8160 * linux: 4.15.0-29.31 -proposed tracker (LP: #1782173)
8161
8162 * [SRU Bionic][Cosmic] kernel panic in ipmi_ssif at msg_done_handler
8163 (LP: #1777716)
8164 - ipmi_ssif: Fix kernel panic at msg_done_handler
8165
8166 * Update to ocxl driver for 18.04.1 (LP: #1775786)
8167 - misc: ocxl: use put_device() instead of device_unregister()
8168 - powerpc: Add TIDR CPU feature for POWER9
8169 - powerpc: Use TIDR CPU feature to control TIDR allocation
8170 - powerpc: use task_pid_nr() for TID allocation
8171 - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
8172 - ocxl: Expose the thread_id needed for wait on POWER9
8173 - ocxl: Add an IOCTL so userspace knows what OCXL features are available
8174 - ocxl: Document new OCXL IOCTLs
8175 - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()
8176
8177 * Critical upstream bugfix missing in Ubuntu 18.04 - frequent Xorg crash after
8178 suspend (LP: #1776887)
8179 - ocxl: Document the OCXL_IOCTL_GET_METADATA IOCTL
8180
8181 * Hard LOCKUP observed on stressing Ubuntu 18 04 (LP: #1777194)
8182 - powerpc: use NMI IPI for smp_send_stop
8183 - powerpc: Fix smp_send_stop NMI IPI handling
8184
8185 * IPL: ppc64_cpu --frequency hang with INFO: rcu_sched detected stalls on
8186 CPUs/tasks on w34 and wsbmc016 with 920.1714.20170330n (LP: #1773964)
8187 - rtc: opal: Fix OPAL RTC driver OPAL_BUSY loops
8188
8189 * [Regression] EXT4-fs error (device sda2): ext4_validate_block_bitmap:383:
8190 comm stress-ng: bg 4705: bad block bitmap checksum (LP: #1781709)
8191 - SAUCE: Revert "UBUNTU: SAUCE: ext4: fix ext4_validate_inode_bitmap: comm
8192 stress-ng: Corrupt inode bitmap"
8193 - SAUCE: ext4: check for allocation block validity with block group locked
8194
8195 -- Stefan Bader <stefan.bader@canonical.com> Tue, 17 Jul 2018 10:57:50 +0200
8196
8197 linux (4.15.0-28.30) bionic; urgency=medium
8198
8199 * linux: 4.15.0-28.30 -proposed tracker (LP: #1781433)
8200
8201 * Cannot set MTU higher than 1500 in Xen instance (LP: #1781413)
8202 - xen-netfront: Fix mismatched rtnl_unlock
8203 - xen-netfront: Update features after registering netdev
8204
8205 -- Kamal Mostafa <kamal@canonical.com> Thu, 12 Jul 2018 09:47:07 -0700
8206
8207 linux (4.15.0-27.29) bionic; urgency=medium
8208
8209 * linux: 4.15.0-27.29 -proposed tracker (LP: #1781062)
8210
8211 * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99:
8212 comm stress-ng: Corrupt inode bitmap (LP: #1780137)
8213 - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode
8214 bitmap
8215
8216 -- Khalid Elmously <khalid.elmously@canonical.com> Tue, 10 Jul 2018 19:05:00 -0400
8217
8218 linux (4.15.0-26.28) bionic; urgency=medium
8219
8220 * linux: 4.15.0-26.28 -proposed tracker (LP: #1780112)
8221
8222 * failure to boot with linux-image-4.15.0-24-generic (LP: #1779827) // Cloud-
8223 init causes potentially huge boot delays with 4.15 kernels (LP: #1780062)
8224 - random: Make getrandom() ready earlier
8225
8226 -- Stefan Bader <stefan.bader@canonical.com> Wed, 04 Jul 2018 17:52:52 +0200
8227
8228 linux (4.15.0-25.27) bionic; urgency=medium
8229
8230 * linux: 4.15.0-25.27 -proposed tracker (LP: #1779354)
8231
8232 * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736)
8233 - scsi: hisi_sas: Update a couple of register settings for v3 hw
8234
8235 * hisi_sas: Add missing PHY spinlock init (LP: #1777734)
8236 - scsi: hisi_sas: Add missing PHY spinlock init
8237
8238 * hisi_sas: improve read performance by pre-allocating slot DMA buffers
8239 (LP: #1777727)
8240 - scsi: hisi_sas: use dma_zalloc_coherent()
8241 - scsi: hisi_sas: Use dmam_alloc_coherent()
8242 - scsi: hisi_sas: Pre-allocate slot DMA buffers
8243
8244 * hisi_sas: Failures during host reset (LP: #1777696)
8245 - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()
8246 - scsi: hisi_sas: Fix the conflict between dev gone and host reset
8247 - scsi: hisi_sas: Adjust task reject period during host reset
8248 - scsi: hisi_sas: Add a flag to filter PHY events during reset
8249 - scsi: hisi_sas: Release all remaining resources in clear nexus ha
8250
8251 * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique
8252 (LP: #1776750)
8253 - scsi: hisi_sas: make SAS address of SATA disks unique
8254
8255 * Vcs-Git header on bionic linux source package points to zesty git tree
8256 (LP: #1766055)
8257 - [Packaging]: Update Vcs-Git
8258
8259 * large KVM instances run out of IRQ routes (LP: #1778261)
8260 - SAUCE: kvm -- increase KVM_MAX_IRQ_ROUTES to 2048 on x86
8261
8262 -- Khalid Elmously <khalid.elmously@canonical.com> Sun, 01 Jul 2018 23:10:18 +0000
8263
8264 linux (4.15.0-24.26) bionic; urgency=medium
8265
8266 * linux: 4.15.0-24.26 -proposed tracker (LP: #1776338)
8267
8268 * Bionic update: upstream stable patchset 2018-06-06 (LP: #1775483)
8269 - drm: bridge: dw-hdmi: Fix overflow workaround for Amlogic Meson GX SoCs
8270 - i40e: Fix attach VF to VM issue
8271 - tpm: cmd_ready command can be issued only after granting locality
8272 - tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
8273 - tpm: add retry logic
8274 - Revert "ath10k: send (re)assoc peer command when NSS changed"
8275 - bonding: do not set slave_dev npinfo before slave_enable_netpoll in
8276 bond_enslave
8277 - ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
8278 - ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts
8279 - KEYS: DNS: limit the length of option strings
8280 - l2tp: check sockaddr length in pppol2tp_connect()
8281 - net: validate attribute sizes in neigh_dump_table()
8282 - llc: delete timers synchronously in llc_sk_free()
8283 - tcp: don't read out-of-bounds opsize
8284 - net: af_packet: fix race in PACKET_{R|T}X_RING
8285 - tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets
8286 - net: fix deadlock while clearing neighbor proxy table
8287 - team: avoid adding twice the same option to the event list
8288 - net/smc: fix shutdown in state SMC_LISTEN
8289 - team: fix netconsole setup over team
8290 - packet: fix bitfield update race
8291 - tipc: add policy for TIPC_NLA_NET_ADDR
8292 - pppoe: check sockaddr length in pppoe_connect()
8293 - vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi
8294 - amd-xgbe: Add pre/post auto-negotiation phy hooks
8295 - sctp: do not check port in sctp_inet6_cmp_addr
8296 - amd-xgbe: Improve KR auto-negotiation and training
8297 - strparser: Do not call mod_delayed_work with a timeout of LONG_MAX
8298 - amd-xgbe: Only use the SFP supported transceiver signals
8299 - strparser: Fix incorrect strp->need_bytes value.
8300 - net: sched: ife: signal not finding metaid
8301 - tcp: clear tp->packets_out when purging write queue
8302 - net: sched: ife: handle malformed tlv length
8303 - net: sched: ife: check on metadata length
8304 - llc: hold llc_sap before release_sock()
8305 - llc: fix NULL pointer deref for SOCK_ZAPPED
8306 - net: ethernet: ti: cpsw: fix tx vlan priority mapping
8307 - virtio_net: split out ctrl buffer
8308 - virtio_net: fix adding vids on big-endian
8309 - KVM: s390: force bp isolation for VSIE
8310 - s390: correct module section names for expoline code revert
8311 - microblaze: Setup dependencies for ASM optimized lib functions
8312 - commoncap: Handle memory allocation failure.
8313 - scsi: mptsas: Disable WRITE SAME
8314 - cdrom: information leak in cdrom_ioctl_media_changed()
8315 - m68k/mac: Don't remap SWIM MMIO region
8316 - block/swim: Check drive type
8317 - block/swim: Don't log an error message for an invalid ioctl
8318 - block/swim: Remove extra put_disk() call from error path
8319 - block/swim: Rename macros to avoid inconsistent inverted logic
8320 - block/swim: Select appropriate drive on device open
8321 - block/swim: Fix array bounds check
8322 - block/swim: Fix IO error at end of medium
8323 - tracing: Fix missing tab for hwlat_detector print format
8324 - s390/cio: update chpid descriptor after resource accessibility event
8325 - s390/dasd: fix IO error for newly defined devices
8326 - s390/uprobes: implement arch_uretprobe_is_alive()
8327 - ACPI / video: Only default only_lcd to true on Win8-ready _desktops_
8328 - docs: ip-sysctl.txt: fix name of some ipv6 variables
8329 - net: mvpp2: Fix DMA address mask size
8330 - net: stmmac: Disable ACS Feature for GMAC >= 4
8331 - l2tp: hold reference on tunnels in netlink dumps
8332 - l2tp: hold reference on tunnels printed in pppol2tp proc file
8333 - l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file
8334 - l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow
8335 - s390/qeth: fix error handling in adapter command callbacks
8336 - s390/qeth: avoid control IO completion stalls
8337 - s390/qeth: handle failure on workqueue creation
8338 - bnxt_en: Fix memory fault in bnxt_ethtool_init()
8339 - virtio-net: add missing virtqueue kick when flushing packets
8340 - VSOCK: make af_vsock.ko removable again
8341 - hwmon: (k10temp) Add temperature offset for Ryzen 2700X
8342 - hwmon: (k10temp) Add support for AMD Ryzen w/ Vega graphics
8343 - s390/cpum_cf: rename IBM z13/z14 counter names
8344 - kprobes: Fix random address output of blacklist file
8345 - Revert "pinctrl: intel: Initialize GPIO properly when used through irqchip"
8346
8347 * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636)
8348 - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist
8349
8350 * bluetooth controller fail after suspend with USB autosuspend on XPS 13 9360
8351 (LP: #1775217)
8352 - Bluetooth: btusb: Add Dell XPS 13 9360 to btusb_needs_reset_resume_table
8353
8354 * [Hyper-V] PCI: hv: Fix 2 hang issues in hv_compose_msi_msg (LP: #1758378)
8355 - PCI: hv: Only queue new work items in hv_pci_devices_present() if necessary
8356 - PCI: hv: Remove the bogus test in hv_eject_device_work()
8357 - PCI: hv: Fix a comment typo in _hv_pcifront_read_config()
8358
8359 * register on binfmt_misc may overflow and crash the system (LP: #1775856)
8360 - fs/binfmt_misc.c: do not allow offset overflow
8361
8362 * CVE-2018-11508
8363 - compat: fix 4-byte infoleak via uninitialized struct field
8364
8365 * Network installs fail on SocioNext board (LP: #1775884)
8366 - net: netsec: reduce DMA mask to 40 bits
8367 - net: socionext: reset hardware in ndo_stop
8368 - net: netsec: enable tx-irq during open callback
8369
8370 * r8169 ethernet card don't work after returning from suspension
8371 (LP: #1752772)
8372 - PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi()
8373 - r8169: switch to device-managed functions in probe
8374 - r8169: remove netif_napi_del in probe error path
8375 - r8169: remove some WOL-related dead code
8376 - r8169: disable WOL per default
8377 - r8169: improve interrupt handling
8378 - r8169: fix interrupt number after adding support for MSI-X interrupts
8379
8380 * ISST-LTE:KVM:Ubuntu18.04:BostonLC:boslcp3:boslcp3g3:Guest conosle hangs
8381 after hotplug CPU add operation. (LP: #1759723)
8382 - genirq/affinity: assign vectors to all possible CPUs
8383 - genirq/affinity: Don't return with empty affinity masks on error
8384 - genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumask
8385 - genirq/affinity: Move actual irq vector spreading into a helper function
8386 - genirq/affinity: Allow irq spreading from a given starting point
8387 - genirq/affinity: Spread irq vectors among present CPUs as far as possible
8388 - blk-mq: simplify queue mapping & schedule with each possisble CPU
8389 - blk-mq: make sure hctx->next_cpu is set correctly
8390 - blk-mq: Avoid that blk_mq_delay_run_hw_queue() introduces unintended delays
8391 - blk-mq: make sure that correct hctx->next_cpu is set
8392 - blk-mq: avoid to write intermediate result to hctx->next_cpu
8393 - blk-mq: introduce blk_mq_hw_queue_first_cpu() to figure out first cpu
8394 - blk-mq: don't check queue mapped in __blk_mq_delay_run_hw_queue()
8395 - nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors
8396 - scsi: hpsa: fix selection of reply queue
8397 - scsi: megaraid_sas: fix selection of reply queue
8398 - scsi: core: introduce force_blk_mq
8399 - scsi: virtio_scsi: fix IO hang caused by automatic irq vector affinity
8400 - scsi: virtio_scsi: unify scsi_host_template
8401
8402 * Fix several bugs in RDMA/hns driver (LP: #1770974)
8403 - RDMA/hns: Use structs to describe the uABI instead of opencoding
8404 - RDMA/hns: Remove unnecessary platform_get_resource() error check
8405 - RDMA/hns: Remove unnecessary operator
8406 - RDMA/hns: Add names to function arguments in function pointers
8407 - RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_table
8408 - RDMA/hns: Fix a bug with modifying mac address
8409 - RDMA/hns: Use free_pages function instead of free_page
8410 - RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*()
8411 - RDMA/hns: Bugfix for init hem table
8412 - RDMA/hns: Intercept illegal RDMA operation when use inline data
8413 - RDMA/hns: Fix the qp context state diagram
8414 - RDMA/hns: Only assign mtu if IB_QP_PATH_MTU bit is set
8415 - RDMA/hns: Remove some unnecessary attr_mask judgement
8416 - RDMA/hns: Only assign dqpn if IB_QP_PATH_DEST_QPN bit is set
8417 - RDMA/hns: Adjust the order of cleanup hem table
8418 - RDMA/hns: Update assignment method for owner field of send wqe
8419 - RDMA/hns: Submit bad wr
8420 - RDMA/hns: Fix a couple misspellings
8421 - RDMA/hns: Add rq inline flags judgement
8422 - RDMA/hns: Bugfix for rq record db for kernel
8423 - RDMA/hns: Load the RoCE dirver automatically
8424 - RDMA/hns: Update convert function of endian format
8425 - RDMA/hns: Add return operation when configured global param fail
8426 - RDMA/hns: Not support qp transition from reset to reset for hip06
8427 - RDMA/hns: Fix the bug with rq sge
8428 - RDMA/hns: Set desc_dma_addr for zero when free cmq desc
8429 - RDMA/hns: Enable inner_pa_vld filed of mpt
8430 - RDMA/hns: Set NULL for __internal_mr
8431 - RDMA/hns: Fix the bug with NULL pointer
8432 - RDMA/hns: Bugfix for cq record db for kernel
8433 - RDMA/hns: Move the location for initializing tmp_len
8434 - RDMA/hns: Drop local zgid in favor of core defined variable
8435 - RDMA/hns: Add 64KB page size support for hip08
8436 - RDMA/hns: Rename the idx field of db
8437 - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust
8438 - RDMA/hns: Increase checking CMQ status timeout value
8439 - RDMA/hns: Add reset process for RoCE in hip08
8440 - RDMA/hns: Fix the illegal memory operation when cross page
8441 - RDMA/hns: Implement the disassociate_ucontext API
8442
8443 * powerpc/livepatch: Implement reliable stack tracing for the consistency
8444 model (LP: #1771844)
8445 - powerpc/livepatch: Implement reliable stack tracing for the consistency
8446 model
8447
8448 * vmxnet3: update to latest ToT (LP: #1768143)
8449 - vmxnet3: avoid xmit reset due to a race in vmxnet3
8450 - vmxnet3: use correct flag to indicate LRO feature
8451 - vmxnet3: fix incorrect dereference when rxvlan is disabled
8452
8453 * 4.15.0-22-generic fails to boot on IBM S822LC (POWER8 (raw), altivec
8454 supported) (LP: #1773162)
8455 - Revert "powerpc/64s: Add support for a store forwarding barrier at kernel
8456 entry/exit"
8457 - powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
8458
8459 * Decode ARM CPER records in kernel (LP: #1770244)
8460 - [Config] CONFIG_UEFI_CPER_ARM=y
8461 - efi: Move ARM CPER code to new file
8462 - efi: Parse ARM error information value
8463
8464 * Adding back alx WoL feature (LP: #1772610)
8465 - SAUCE: Revert "alx: remove WoL support"
8466 - SAUCE: alx: add enable_wol paramenter
8467
8468 * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103)
8469 - scsi: lpfc: Fix WQ/CQ creation for older asic's.
8470 - scsi: lpfc: Fix 16gb hbas failing cq create.
8471
8472 * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5
8473 idle states when all CORES are guarded (LP: #1771780)
8474 - SAUCE: cpuidle/powernv : init all present cpus for deep states
8475
8476 * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970)
8477 - net-next/hinic: add pci device ids for 25ge and 100ge card
8478
8479 * [Ubuntu 18.04.1] POWER9 - Nvidia Volta - Kernel changes to enable Nvidia
8480 driver on bare metal (LP: #1772991)
8481 - powerpc/powernv/npu: Fix deadlock in mmio_invalidate()
8482 - powerpc/powernv/mce: Don't silently restart the machine
8483 - powerpc/npu-dma.c: Fix crash after __mmu_notifier_register failure
8484 - powerpc/mm: Flush cache on memory hot(un)plug
8485 - powerpc/powernv/memtrace: Let the arch hotunplug code flush cache
8486 - powerpc/powernv/npu: Add lock to prevent race in concurrent context
8487 init/destroy
8488 - powerpc/powernv/npu: Prevent overwriting of pnv_npu2_init_contex() callback
8489 parameters
8490 - powerpc/powernv/npu: Do a PID GPU TLB flush when invalidating a large
8491 address range
8492 - powerpc/mce: Fix a bug where mce loops on memory UE.
8493
8494 * cpum_sf: ensure sample freq is non-zero (LP: #1772593)
8495 - s390/cpum_sf: ensure sample frequency of perf event attributes is non-zero
8496
8497 * PCIe link speeds of 16 GT/s are shown as "Unknown speed" (LP: #1773243)
8498 - PCI: Add decoding for 16 GT/s link speed
8499
8500 * False positive ACPI _PRS error messages (LP: #1773295)
8501 - ACPI / PCI: pci_link: Allow the absence of _PRS and change log level
8502
8503 * Dell systems crash when disabling Nvidia dGPU (LP: #1773299)
8504 - ACPI / OSI: Add OEM _OSI strings to disable NVidia RTD3
8505
8506 * wlp3s0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22)
8507 (LP: #1720930)
8508 - iwlwifi: mvm: fix "failed to remove key" message
8509
8510 * Expose arm64 CPU topology to userspace (LP: #1770231)
8511 - ACPICA: ACPI 6.2: Additional PPTT flags
8512 - drivers: base: cacheinfo: move cache_setup_of_node()
8513 - drivers: base: cacheinfo: setup DT cache properties early
8514 - cacheinfo: rename of_node to fw_token
8515 - arm64/acpi: Create arch specific cpu to acpi id helper
8516 - ACPI/PPTT: Add Processor Properties Topology Table parsing
8517 - [Config] CONFIG_ACPI_PPTT=y
8518 - ACPI: Enable PPTT support on ARM64
8519 - drivers: base cacheinfo: Add support for ACPI based firmware tables
8520 - arm64: Add support for ACPI based firmware tables
8521 - arm64: topology: rename cluster_id
8522 - arm64: topology: enable ACPI/PPTT based CPU topology
8523 - ACPI: Add PPTT to injectable table list
8524 - arm64: topology: divorce MC scheduling domain from core_siblings
8525
8526 * hisi_sas robustness fixes (LP: #1774466)
8527 - scsi: hisi_sas: delete timer when removing hisi_sas driver
8528 - scsi: hisi_sas: print device id for errors
8529 - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice
8530 - scsi: hisi_sas: check host frozen before calling "done" function
8531 - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()
8532 - scsi: hisi_sas: stop controller timer for reset
8533 - scsi: hisi_sas: update PHY linkrate after a controller reset
8534 - scsi: hisi_sas: change slot index allocation mode
8535 - scsi: hisi_sas: Change common allocation mode of device id
8536 - scsi: hisi_sas: Reset disks when discovered
8537 - scsi: hisi_sas: Create a scsi_host_template per HW module
8538 - scsi: hisi_sas: Init disks after controller reset
8539 - scsi: hisi_sas: Try wait commands before before controller reset
8540 - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot
8541 - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command
8542 - scsi: hisi_sas: Terminate STP reject quickly for v2 hw
8543 - scsi: hisi_sas: Fix return value when get_free_slot() failed
8544 - scsi: hisi_sas: Mark PHY as in reset for nexus reset
8545
8546 * hisi_sas: Support newer v3 hardware (LP: #1774467)
8547 - scsi: hisi_sas: update RAS feature for later revision of v3 HW
8548 - scsi: hisi_sas: check IPTT is valid before using it for v3 hw
8549 - scsi: hisi_sas: fix PI memory size
8550 - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw
8551 - scsi: hisi_sas: remove redundant handling to event95 for v3
8552 - scsi: hisi_sas: add readl poll timeout helper wrappers
8553 - scsi: hisi_sas: workaround a v3 hw hilink bug
8554 - scsi: hisi_sas: Add LED feature for v3 hw
8555
8556 * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472)
8557 - scsi: hisi_sas: initialize dq spinlock before use
8558 - scsi: hisi_sas: optimise the usage of DQ locking
8559 - scsi: hisi_sas: relocate smp sg map
8560 - scsi: hisi_sas: make return type of prep functions void
8561 - scsi: hisi_sas: allocate slot buffer earlier
8562 - scsi: hisi_sas: Don't lock DQ for complete task sending
8563 - scsi: hisi_sas: Use device lock to protect slot alloc/free
8564 - scsi: hisi_sas: add check of device in hisi_sas_task_exec()
8565 - scsi: hisi_sas: fix a typo in hisi_sas_task_prep()
8566
8567 * Request to revert SAUCE patches in the 18.04 SRU and update with upstream
8568 version (LP: #1768431)
8569 - scsi: cxlflash: Handle spurious interrupts
8570 - scsi: cxlflash: Remove commmands from pending list on timeout
8571 - scsi: cxlflash: Synchronize reset and remove ops
8572 - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3
8573
8574 * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520)
8575 - SAUCE: Revert "drm/i915/edp: Allow alternate fixed mode for eDP if
8576 available."
8577
8578 * ELANPAD ELAN0612 does not work, patch available (LP: #1773509)
8579 - SAUCE: Input: elan_i2c - add ELAN0612 to the ACPI table
8580
8581 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
8582 - SAUCE: CacheFiles: fix a read_waiter/read_copier race
8583
8584 * hns3 driver updates (LP: #1768670)
8585 - net: hns3: VF should get the real rss_size instead of rss_size_max
8586 - net: hns3: set the cmdq out_vld bit to 0 after used
8587 - net: hns3: fix endian issue when PF get mbx message flag
8588 - net: hns3: fix the queue id for tqp enable&&reset
8589 - net: hns3: set the max ring num when alloc netdev
8590 - net: hns3: add support for VF driver inner interface
8591 hclgevf_ops.get_tqps_and_rss_info
8592 - net: hns3: refactor the hclge_get/set_rss function
8593 - net: hns3: refactor the hclge_get/set_rss_tuple function
8594 - net: hns3: fix for RSS configuration loss problem during reset
8595 - net: hns3: fix for pause configuration lost during reset
8596 - net: hns3: fix for use-after-free when setting ring parameter
8597 - net: hns3: refactor the get/put_vector function
8598 - net: hns3: fix for coalesce configuration lost during reset
8599 - net: hns3: refactor the coalesce related struct
8600 - net: hns3: fix for coal configuation lost when setting the channel
8601 - net: hns3: add existence check when remove old uc mac address
8602 - net: hns3: fix for netdev not running problem after calling net_stop and
8603 net_open
8604 - net: hns3: fix for ipv6 address loss problem after setting channels
8605 - net: hns3: unify the pause params setup function
8606 - net: hns3: fix rx path skb->truesize reporting bug
8607 - net: hns3: add support for querying pfc puase packets statistic
8608 - net: hns3: fix for loopback failure when vlan filter is enable
8609 - net: hns3: fix for buffer overflow smatch warning
8610 - net: hns3: fix error type definition of return value
8611 - net: hns3: fix return value error of hclge_get_mac_vlan_cmd_status()
8612 - net: hns3: add existence checking before adding unicast mac address
8613 - net: hns3: add result checking for VF when modify unicast mac address
8614 - net: hns3: reallocate tx/rx buffer after changing mtu
8615 - net: hns3: fix the VF queue reset flow error
8616 - net: hns3: fix for vlan table lost problem when resetting
8617 - net: hns3: increase the max time for IMP handle command
8618 - net: hns3: change GL update rate
8619 - net: hns3: change the time interval of int_gl calculating
8620 - net: hns3: fix for getting wrong link mode problem
8621 - net: hns3: add get_link support to VF
8622 - net: hns3: add querying speed and duplex support to VF
8623 - net: hns3: fix for not returning problem in get_link_ksettings when phy
8624 exists
8625 - net: hns3: Changes to make enet watchdog timeout func common for PF/VF
8626 - net: hns3: Add VF Reset Service Task to support event handling
8627 - net: hns3: Add VF Reset device state and its handling
8628 - net: hns3: Add support to request VF Reset to PF
8629 - net: hns3: Add support to reset the enet/ring mgmt layer
8630 - net: hns3: Add support to re-initialize the hclge device
8631 - net: hns3: Changes to support ARQ(Asynchronous Receive Queue)
8632 - net: hns3: Add *Asserting Reset* mailbox message & handling in VF
8633 - net: hns3: Changes required in PF mailbox to support VF reset
8634 - net: hns3: hclge_inform_reset_assert_to_vf() can be static
8635 - net: hns3: fix for returning wrong value problem in hns3_get_rss_key_size
8636 - net: hns3: fix for returning wrong value problem in hns3_get_rss_indir_size
8637 - net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfo
8638 - net: hns3: fix for not initializing VF rss_hash_key problem
8639 - net: hns3: never send command queue message to IMP when reset
8640 - net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()
8641 - net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGES
8642 - net: hns3: Remove error log when getting pfc stats fails
8643 - net: hns3: fix to correctly fetch l4 protocol outer header
8644 - net: hns3: Fixes the out of bounds access in hclge_map_tqp
8645 - net: hns3: Fixes the error legs in hclge_init_ae_dev function
8646 - net: hns3: fix for phy_addr error in hclge_mac_mdio_config
8647 - net: hns3: Fix to support autoneg only for port attached with phy
8648 - net: hns3: fix a dead loop in hclge_cmd_csq_clean
8649 - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls
8650 - net: hns3: Remove packet statistics in the range of 8192~12287
8651 - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver
8652 - net: hns3: Fix for setting mac address when resetting
8653 - net: hns3: remove add/del_tunnel_udp in hns3_enet module
8654 - net: hns3: fix for cleaning ring problem
8655 - net: hns3: refactor the loopback related function
8656 - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
8657 - net: hns3: Fix for the null pointer problem occurring when initializing
8658 ae_dev failed
8659 - net: hns3: Add a check for client instance init state
8660 - net: hns3: Change return type of hnae3_register_ae_dev
8661 - net: hns3: Change return type of hnae3_register_ae_algo
8662 - net: hns3: Change return value in hnae3_register_client
8663 - net: hns3: Fixes the back pressure setting when sriov is enabled
8664 - net: hns3: Fix for fiber link up problem
8665 - net: hns3: Add support of .sriov_configure in HNS3 driver
8666 - net: hns3: Fixes the missing PCI iounmap for various legs
8667 - net: hns3: Fixes error reported by Kbuild and internal review
8668 - net: hns3: Fixes API to fetch ethernet header length with kernel default
8669 - net: hns3: cleanup of return values in hclge_init_client_instance()
8670 - net: hns3: Fix the missing client list node initialization
8671 - net: hns3: Fix for hns3 module is loaded multiple times problem
8672 - net: hns3: Use enums instead of magic number in hclge_is_special_opcode
8673 - net: hns3: Fix for netdev not running problem after calling net_stop and
8674 net_open
8675 - net: hns3: Fixes kernel panic issue during rmmod hns3 driver
8676 - net: hns3: Fix for CMDQ and Misc. interrupt init order problem
8677 - net: hns3: Updates RX packet info fetch in case of multi BD
8678 - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config
8679 - net: hns3: Add STRP_TAGP field support for hardware revision 0x21
8680 - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)
8681 - net: hns3: Fix for PF mailbox receving unknown message
8682 - net: hns3: Fixes the state to indicate client-type initialization
8683 - net: hns3: Fixes the init of the VALID BD info in the descriptor
8684 - net: hns3: Removes unnecessary check when clearing TX/RX rings
8685 - net: hns3: Clear TX/RX rings when stopping port & un-initializing client
8686 - net: hns3: Remove unused led control code
8687 - net: hns3: Adds support for led locate command for copper port
8688 - net: hns3: Fixes initalization of RoCE handle and makes it conditional
8689 - net: hns3: Disable vf vlan filter when vf vlan table is full
8690 - net: hns3: Add support for IFF_ALLMULTI flag
8691 - net: hns3: Add repeat address checking for setting mac address
8692 - net: hns3: Fix setting mac address error
8693 - net: hns3: Fix for service_task not running problem after resetting
8694 - net: hns3: Fix for hclge_reset running repeatly problem
8695 - net: hns3: Fix for phy not link up problem after resetting
8696 - net: hns3: Add missing break in misc_irq_handle
8697 - net: hns3: Fix for vxlan tx checksum bug
8698 - net: hns3: Optimize the PF's process of updating multicast MAC
8699 - net: hns3: Optimize the VF's process of updating multicast MAC
8700 - SAUCE: {topost} net: hns3: add support for serdes loopback selftest
8701 - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except
8702 VLD bit and buffer size
8703 - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from
8704 hclge_bind_ring_with_vector
8705 - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and
8706 uninit_client_instance
8707 - SAUCE: {topost} net: hns3: add vector status check before free vector
8708 - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6
8709 - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c
8710 - SAUCE: {topost} net: hns3: extraction an interface for state state
8711 init|uninit
8712 - SAUCE: {topost} net: hns3: print the ret value in error information
8713 - SAUCE: {topost} net: hns3: remove the Redundant put_vector in
8714 hns3_client_uninit
8715 - SAUCE: {topost} net: hns3: add unlikely for error check
8716 - SAUCE: {topost} net: hns3: remove back in struct hclge_hw
8717 - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits
8718 - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir
8719 - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send
8720 - SAUCE: {topost} net: hns3: remove some redundant assignments
8721 - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean
8722 - SAUCE: {topost} net: hns3: using modulo for cyclic counters in
8723 hclge_cmd_send
8724 - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done
8725 - SAUCE: {topost} net: hns3: remove some unused members of some structures
8726 - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set
8727 - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of
8728 kzalloc/dma_map_single
8729 - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_
8730 - SAUCE: {topost} net: hns3: fix unused function warning in VF driver
8731 - SAUCE: {topost} net: hns3: remove some redundant assignments
8732 - SAUCE: {topost} net: hns3: standardize the handle of return value
8733 - SAUCE: {topost} net: hns3: remove extra space and brackets
8734 - SAUCE: {topost} net: hns3: fix unreasonable code comments
8735 - SAUCE: {topost} net: hns3: use decimal for bit offset macros
8736 - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros
8737 - SAUCE: {topost} net: hns3: fix mislead parameter name
8738 - SAUCE: {topost} net: hns3: remove unused struct member and definition
8739 - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver
8740 - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE
8741 - SAUCE: {topost} net: hns3: optimize the process of notifying roce client
8742 - SAUCE: {topost} net: hns3: Add calling roce callback function when link
8743 status change
8744 - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up
8745 - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode
8746 - SAUCE: {topost} net: hns3: fix for waterline not setting correctly
8747 - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug
8748 - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem
8749 - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size
8750 - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest
8751 - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module
8752 - SAUCE: {topost} net: hns3: remove the warning when clear reset cause
8753 - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback
8754 function
8755 - SAUCE: {topost} net: hns3: prevent sending command during global or core
8756 reset
8757 - SAUCE: {topost} net: hns3: modify the order of initializeing command queue
8758 register
8759 - SAUCE: {topost} net: hns3: reset net device with rtnl_lock
8760 - SAUCE: {topost} net: hns3: prevent to request reset frequently
8761 - SAUCE: {topost} net: hns3: correct reset event status register
8762 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
8763 - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver
8764 - SAUCE: {topost} net: hns3: fix return value error in
8765 hns3_reset_notify_down_enet
8766 - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation
8767 while resetting
8768 - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm
8769 - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in
8770 hclge_get_ring_chain_from_mbx
8771 - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx
8772 - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response
8773 - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message
8774 - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process
8775
8776 * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306)
8777 - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs
8778
8779 * Bionic update: upstream stable patchset 2018-05-29 (LP: #1774063)
8780 - cifs: do not allow creating sockets except with SMB1 posix exensions
8781 - btrfs: fix unaligned access in readdir
8782 - x86/acpi: Prevent X2APIC id 0xffffffff from being accounted
8783 - clocksource/imx-tpm: Correct -ETIME return condition check
8784 - x86/tsc: Prevent 32bit truncation in calc_hpet_ref()
8785 - drm/vc4: Fix memory leak during BO teardown
8786 - drm/i915/gvt: throw error on unhandled vfio ioctls
8787 - drm/i915/audio: Fix audio detection issue on GLK
8788 - drm/i915: Do no use kfree() to free a kmem_cache_alloc() return value
8789 - drm/i915: Fix LSPCON TMDS output buffer enabling from low-power state
8790 - drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changing
8791 - usb: musb: fix enumeration after resume
8792 - usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers
8793 - usb: musb: Fix external abort in musb_remove on omap2430
8794 - firewire-ohci: work around oversized DMA reads on JMicron controllers
8795 - x86/tsc: Allow TSC calibration without PIT
8796 - NFSv4: always set NFS_LOCK_LOST when a lock is lost.
8797 - ACPI / LPSS: Do not instiate platform_dev for devs without MMIO resources
8798 - ALSA: hda - Use IS_REACHABLE() for dependency on input
8799 - ASoC: au1x: Fix timeout tests in au1xac97c_ac97_read()
8800 - kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
8801 - RDMA/core: Clarify rdma_ah_find_type
8802 - KVM: PPC: Book3S HV: Enable migration of decrementer register
8803 - netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460
8804 - tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into
8805 account
8806 - KVM: s390: use created_vcpus in more places
8807 - platform/x86: dell-laptop: Filter out spurious keyboard backlight change
8808 events
8809 - xprtrdma: Fix backchannel allocation of extra rpcrdma_reps
8810 - selftest: ftrace: Fix to pick text symbols for kprobes
8811 - PCI: Add function 1 DMA alias quirk for Marvell 9128
8812 - Input: psmouse - fix Synaptics detection when protocol is disabled
8813 - libbpf: Makefile set specified permission mode
8814 - Input: synaptics - reset the ABS_X/Y fuzz after initializing MT axes
8815 - i40iw: Free IEQ resources
8816 - i40iw: Zero-out consumer key on allocate stag for FMR
8817 - perf unwind: Do not look just at the global callchain_param.record_mode
8818 - tools lib traceevent: Simplify pointer print logic and fix %pF
8819 - perf callchain: Fix attr.sample_max_stack setting
8820 - tools lib traceevent: Fix get_field_str() for dynamic strings
8821 - perf record: Fix failed memory allocation for get_cpuid_str
8822 - iommu/exynos: Don't unconditionally steal bus ops
8823 - powerpc: System reset avoid interleaving oops using die synchronisation
8824 - iommu/vt-d: Use domain instead of cache fetching
8825 - dm thin: fix documentation relative to low water mark threshold
8826 - dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failure
8827 - ubifs: Fix uninitialized variable in search_dh_cookie()
8828 - net: stmmac: dwmac-meson8b: fix setting the RGMII TX clock on Meson8b
8829 - net: stmmac: dwmac-meson8b: propagate rate changes to the parent clock
8830 - spi: a3700: Clear DATA_OUT when performing a read
8831 - IB/cq: Don't force IB_POLL_DIRECT poll context for ib_process_cq_direct
8832 - nfs: Do not convert nfs_idmap_cache_timeout to jiffies
8833 - MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}
8834 - PCI: Add dummy pci_irqd_intx_xlate() for CONFIG_PCI=n build
8835 - watchdog: sp5100_tco: Fix watchdog disable bit
8836 - kconfig: Don't leak main menus during parsing
8837 - kconfig: Fix automatic menu creation mem leak
8838 - kconfig: Fix expr_free() E_NOT leak
8839 - ipmi/powernv: Fix error return code in ipmi_powernv_probe()
8840 - Btrfs: set plug for fsync
8841 - btrfs: Fix out of bounds access in btrfs_search_slot
8842 - Btrfs: fix scrub to repair raid6 corruption
8843 - btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP
8844 - Btrfs: fix unexpected EEXIST from btrfs_get_extent
8845 - Btrfs: raid56: fix race between merge_bio and rbio_orig_end_io
8846 - RDMA/cma: Check existence of netdevice during port validation
8847 - f2fs: avoid hungtask when GC encrypted block if io_bits is set
8848 - scsi: devinfo: fix format of the device list
8849 - scsi: fas216: fix sense buffer initialization
8850 - Input: stmfts - set IRQ_NOAUTOEN to the irq flag
8851 - HID: roccat: prevent an out of bounds read in kovaplus_profile_activated()
8852 - nfp: fix error return code in nfp_pci_probe()
8853 - block: Set BIO_TRACE_COMPLETION on new bio during split
8854 - bpf: test_maps: cleanup sockmaps when test ends
8855 - i40evf: Don't schedule reset_task when device is being removed
8856 - i40evf: ignore link up if not running
8857 - platform/x86: thinkpad_acpi: suppress warning about palm detection
8858 - KVM: s390: vsie: use READ_ONCE to access some SCB fields
8859 - blk-mq-debugfs: don't allow write on attributes with seq_operations set
8860 - ASoC: rockchip: Use dummy_dai for rt5514 dsp dailink
8861 - igb: Allow to remove administratively set MAC on VFs
8862 - igb: Clear TXSTMP when ptp_tx_work() is timeout
8863 - fm10k: fix "failed to kill vid" message for VF
8864 - x86/hyperv: Stop suppressing X86_FEATURE_PCID
8865 - tty: serial: exar: Relocate sleep wake-up handling
8866 - device property: Define type of PROPERTY_ENRTY_*() macros
8867 - crypto: artpec6 - remove select on non-existing CRYPTO_SHA384
8868 - RDMA/uverbs: Use an unambiguous errno for method not supported
8869 - jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path
8870 - ixgbe: don't set RXDCTL.RLPML for 82599
8871 - i40e: program fragmented IPv4 filter input set
8872 - i40e: fix reported mask for ntuple filters
8873 - samples/bpf: Partially fixes the bpf.o build
8874 - powerpc/numa: Use ibm,max-associativity-domains to discover possible nodes
8875 - powerpc/numa: Ensure nodes initialized for hotplug
8876 - RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failure
8877 - ntb_transport: Fix bug with max_mw_size parameter
8878 - gianfar: prevent integer wrapping in the rx handler
8879 - x86/hyperv: Check for required priviliges in hyperv_init()
8880 - netfilter: x_tables: fix pointer leaks to userspace
8881 - tcp_nv: fix potential integer overflow in tcpnv_acked
8882 - kvm: Map PFN-type memory regions as writable (if possible)
8883 - x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when
8884 running nested
8885 - fs/dax.c: release PMD lock even when there is no PMD support in DAX
8886 - ocfs2: return -EROFS to mount.ocfs2 if inode block is invalid
8887 - ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attribute
8888 - ocfs2: return error when we attempt to access a dirty bh in jbd2
8889 - mm/mempolicy: fix the check of nodemask from user
8890 - mm/mempolicy: add nodes_empty check in SYSC_migrate_pages
8891 - asm-generic: provide generic_pmdp_establish()
8892 - sparc64: update pmdp_invalidate() to return old pmd value
8893 - mm: thp: use down_read_trylock() in khugepaged to avoid long block
8894 - mm: pin address_space before dereferencing it while isolating an LRU page
8895 - mm/fadvise: discard partial page if endbyte is also EOF
8896 - openvswitch: Remove padding from packet before L3+ conntrack processing
8897 - blk-mq: fix discard merge with scheduler attached
8898 - IB/hfi1: Re-order IRQ cleanup to address driver cleanup race
8899 - IB/hfi1: Fix for potential refcount leak in hfi1_open_file()
8900 - IB/ipoib: Fix for potential no-carrier state
8901 - IB/core: Map iWarp AH type to undefined in rdma_ah_find_type
8902 - drm/nouveau/pmu/fuc: don't use movw directly anymore
8903 - s390/eadm: fix CONFIG_BLOCK include dependency
8904 - netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failure
8905 - x86/power: Fix swsusp_arch_resume prototype
8906 - x86/dumpstack: Avoid uninitlized variable
8907 - firmware: dmi_scan: Fix handling of empty DMI strings
8908 - ACPI: processor_perflib: Do not send _PPC change notification if not ready
8909 - ACPI / bus: Do not call _STA on battery devices with unmet dependencies
8910 - ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devs
8911 - MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASS
8912 - perf record: Fix period option handling
8913 - MIPS: Generic: Support GIC in EIC mode
8914 - perf evsel: Fix period/freq terms setup
8915 - xen-netfront: Fix race between device setup and open
8916 - xen/grant-table: Use put_page instead of free_page
8917 - bpf: sockmap, fix leaking maps with attached but not detached progs
8918 - RDS: IB: Fix null pointer issue
8919 - arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics
8920 - proc: fix /proc/*/map_files lookup
8921 - PM / domains: Fix up domain-idle-states OF parsing
8922 - cifs: silence compiler warnings showing up with gcc-8.0.0
8923 - bcache: properly set task state in bch_writeback_thread()
8924 - bcache: fix for allocator and register thread race
8925 - bcache: fix for data collapse after re-attaching an attached device
8926 - bcache: return attach error when no cache set exist
8927 - cpufreq: intel_pstate: Enable HWP during system resume on CPU0
8928 - selftests/ftrace: Add some missing glob checks
8929 - rxrpc: Don't put crypto buffers on the stack
8930 - svcrdma: Fix Read chunk round-up
8931 - net: Extra '_get' in declaration of arch_get_platform_mac_address
8932 - tools/libbpf: handle issues with bpf ELF objects containing .eh_frames
8933 - SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context
8934 - net: stmmac: discard disabled flags in interrupt status register
8935 - bpf: fix rlimit in reuseport net selftest
8936 - ACPI / EC: Restore polling during noirq suspend/resume phases
8937 - PM / wakeirq: Fix unbalanced IRQ enable for wakeirq
8938 - vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page
8939 - powerpc/mm/hash64: Zero PGD pages on allocation
8940 - x86/platform/UV: Fix GAM Range Table entries less than 1GB
8941 - locking/qspinlock: Ensure node->count is updated before initialising node
8942 - powerpc/powernv: IMC fix out of bounds memory access at shutdown
8943 - perf test: Fix test trace+probe_libc_inet_pton.sh for s390x
8944 - irqchip/gic-v3: Ignore disabled ITS nodes
8945 - cpumask: Make for_each_cpu_wrap() available on UP as well
8946 - irqchip/gic-v3: Change pr_debug message to pr_devel
8947 - RDMA/core: Reduce poll batch for direct cq polling
8948 - alarmtimer: Init nanosleep alarm timer on stack
8949 - netfilter: x_tables: cap allocations at 512 mbyte
8950 - netfilter: x_tables: add counters allocation wrapper
8951 - netfilter: compat: prepare xt_compat_init_offsets to return errors
8952 - netfilter: compat: reject huge allocation requests
8953 - netfilter: x_tables: limit allocation requests for blob rule heads
8954 - perf: Fix sample_max_stack maximum check
8955 - perf: Return proper values for user stack errors
8956 - RDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPs
8957 - Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"
8958 - mac80211_hwsim: fix use-after-free bug in hwsim_exit_net
8959 - btrfs: Fix race condition between delayed refs and blockgroup removal
8960 - mm,vmscan: Allow preallocating memory for register_shrinker().
8961
8962 * Bionic update: upstream stable patchset 2018-05-24 (LP: #1773233)
8963 - tty: make n_tty_read() always abort if hangup is in progress
8964 - cpufreq: CPPC: Use transition_delay_us depending transition_latency
8965 - ubifs: Check ubifs_wbuf_sync() return code
8966 - ubi: fastmap: Don't flush fastmap work on detach
8967 - ubi: Fix error for write access
8968 - ubi: Reject MLC NAND
8969 - mm/ksm.c: fix inconsistent accounting of zero pages
8970 - mm/hmm: hmm_pfns_bad() was accessing wrong struct
8971 - task_struct: only use anon struct under randstruct plugin
8972 - fs/reiserfs/journal.c: add missing resierfs_warning() arg
8973 - resource: fix integer overflow at reallocation
8974 - ipc/shm: fix use-after-free of shm file via remap_file_pages()
8975 - mm, slab: reschedule cache_reap() on the same CPU
8976 - usb: musb: gadget: misplaced out of bounds check
8977 - phy: allwinner: sun4i-usb: poll vbus changes on A23/A33 when driving VBUS
8978 - usb: gadget: udc: core: update usb_ep_queue() documentation
8979 - ARM64: dts: meson: reduce odroid-c2 eMMC maximum rate
8980 - KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list
8981 - ARM: EXYNOS: Fix coupled CPU idle freeze on Exynos4210
8982 - arm: dts: mt7623: fix USB initialization fails on bananapi-r2
8983 - ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property
8984 - ARM: dts: exynos: Fix IOMMU support for GScaler devices on Exynos5250
8985 - ARM: dts: at91: sama5d4: fix pinctrl compatible string
8986 - spi: atmel: init FIFOs before spi enable
8987 - spi: Fix scatterlist elements size in spi_map_buf
8988 - spi: Fix unregistration of controller with fixed SPI bus number
8989 - media: atomisp_fops.c: disable atomisp_compat_ioctl32
8990 - media: vivid: check if the cec_adapter is valid
8991 - media: vsp1: Fix BRx conditional path in WPF
8992 - x86/xen: Delay get_cpu_cap until stack canary is established
8993 - regmap: Fix reversed bounds check in regmap_raw_write()
8994 - ACPI / video: Add quirk to force acpi-video backlight on Samsung 670Z5E
8995 - ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()
8996 - USB: gadget: f_midi: fixing a possible double-free in f_midi
8997 - USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thaw
8998 - usb: dwc3: prevent setting PRTCAP to OTG from debugfs
8999 - usb: dwc3: pci: Properly cleanup resource
9000 - usb: dwc3: gadget: never call ->complete() from ->ep_queue()
9001 - cifs: fix memory leak in SMB2_open()
9002 - fix smb3-encryption breakage when CONFIG_DEBUG_SG=y
9003 - smb3: Fix root directory when server returns inode number of zero
9004 - HID: i2c-hid: fix size check and type usage
9005 - i2c: i801: Save register SMBSLVCMD value only once
9006 - i2c: i801: Restore configuration at shutdown
9007 - CIFS: refactor crypto shash/sdesc allocation&free
9008 - CIFS: add sha512 secmech
9009 - CIFS: fix sha512 check in cifs_crypto_secmech_release
9010 - powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bits
9011 - powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9
9012 - powerpc/64: Fix smp_wmb barrier definition use use lwsync consistently
9013 - powerpc/kprobes: Fix call trace due to incorrect preempt count
9014 - powerpc/kexec_file: Fix error code when trying to load kdump kernel
9015 - powerpc/powernv: define a standard delay for OPAL_BUSY type retry loops
9016 - powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loops
9017 - HID: Fix hid_report_len usage
9018 - HID: core: Fix size as type u32
9019 - soc: mediatek: fix the mistaken pointer accessed when subdomains are added
9020 - ASoC: ssm2602: Replace reg_default_raw with reg_default
9021 - ASoC: topology: Fix kcontrol name string handling
9022 - irqchip/gic: Take lock when updating irq type
9023 - random: use a tighter cap in credit_entropy_bits_safe()
9024 - extcon: intel-cht-wc: Set direction and drv flags for V5 boost GPIO
9025 - block: use 32-bit blk_status_t on Alpha
9026 - jbd2: if the journal is aborted then don't allow update of the log tail
9027 - ext4: shutdown should not prevent get_write_access
9028 - ext4: eliminate sleep from shutdown ioctl
9029 - ext4: pass -ESHUTDOWN code to jbd2 layer
9030 - ext4: don't update checksum of new initialized bitmaps
9031 - ext4: protect i_disksize update by i_data_sem in direct write path
9032 - ext4: limit xattr size to INT_MAX
9033 - ext4: always initialize the crc32c checksum driver
9034 - ext4: don't allow r/w mounts if metadata blocks overlap the superblock
9035 - ext4: move call to ext4_error() into ext4_xattr_check_block()
9036 - ext4: add bounds checking to ext4_xattr_find_entry()
9037 - ext4: add extra checks to ext4_xattr_block_get()
9038 - dm crypt: limit the number of allocated pages
9039 - RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA device
9040 - RDMA/mlx5: Protect from NULL pointer derefence
9041 - RDMA/rxe: Fix an out-of-bounds read
9042 - ALSA: pcm: Fix UAF at PCM release via PCM timer access
9043 - IB/srp: Fix srp_abort()
9044 - IB/srp: Fix completion vector assignment algorithm
9045 - dmaengine: at_xdmac: fix rare residue corruption
9046 - cxl: Fix possible deadlock when processing page faults from cxllib
9047 - tpm: self test failure should not cause suspend to fail
9048 - libnvdimm, dimm: fix dpa reservation vs uninitialized label area
9049 - libnvdimm, namespace: use a safe lookup for dimm device name
9050 - nfit, address-range-scrub: fix scrub in-progress reporting
9051 - nfit: skip region registration for incomplete control regions
9052 - ring-buffer: Check if memory is available before allocation
9053 - um: Compile with modern headers
9054 - um: Use POSIX ucontext_t instead of struct ucontext
9055 - iommu/vt-d: Fix a potential memory leak
9056 - mmc: jz4740: Fix race condition in IRQ mask update
9057 - mmc: tmio: Fix error handling when issuing CMD23
9058 - PCI: Mark Broadcom HT1100 and HT2000 Root Port Extended Tags as broken
9059 - clk: mvebu: armada-38x: add support for missing clocks
9060 - clk: fix false-positive Wmaybe-uninitialized warning
9061 - clk: mediatek: fix PWM clock source by adding a fixed-factor clock
9062 - clk: bcm2835: De-assert/assert PLL reset signal when appropriate
9063 - pwm: rcar: Fix a condition to prevent mismatch value setting to duty
9064 - thermal: imx: Fix race condition in imx_thermal_probe()
9065 - dt-bindings: clock: mediatek: add binding for fixed-factor clock axisel_d4
9066 - watchdog: f71808e_wdt: Fix WD_EN register read
9067 - ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulation
9068 - ALSA: pcm: Avoid potential races between OSS ioctls and read/write
9069 - ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams
9070 - ALSA: pcm: Fix mutex unbalance in OSS emulation ioctls
9071 - ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulation
9072 - drm/amdgpu: Add an ATPX quirk for hybrid laptop
9073 - drm/amdgpu: Fix always_valid bos multiple LRU insertions.
9074 - drm/amdgpu/sdma: fix mask in emit_pipeline_sync
9075 - drm/amdgpu: Fix PCIe lane width calculation
9076 - drm/amdgpu/si: implement get/set pcie_lanes asic callback
9077 - drm/rockchip: Clear all interrupts before requesting the IRQ
9078 - drm/radeon: add PX quirk for Asus K73TK
9079 - drm/radeon: Fix PCIe lane width calculation
9080 - ALSA: line6: Use correct endpoint type for midi output
9081 - ALSA: rawmidi: Fix missing input substream checks in compat ioctls
9082 - ALSA: hda - New VIA controller suppor no-snoop path
9083 - random: fix crng_ready() test
9084 - random: use a different mixing algorithm for add_device_randomness()
9085 - random: crng_reseed() should lock the crng instance that it is modifying
9086 - random: add new ioctl RNDRESEEDCRNG
9087 - HID: input: fix battery level reporting on BT mice
9088 - HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed device
9089 - HID: wacom: bluetooth: send exit report for recent Bluetooth devices
9090 - MIPS: uaccess: Add micromips clobbers to bzero invocation
9091 - MIPS: memset.S: EVA & fault support for small_memset
9092 - MIPS: memset.S: Fix return of __clear_user from Lpartial_fixup
9093 - MIPS: memset.S: Fix clobber of v1 in last_fixup
9094 - powerpc/eeh: Fix enabling bridge MMIO windows
9095 - powerpc/lib: Fix off-by-one in alternate feature patching
9096 - udf: Fix leak of UTF-16 surrogates into encoded strings
9097 - fanotify: fix logic of events on child
9098 - mmc: sdhci-pci: Only do AMD tuning for HS200
9099 - drm/i915: Correctly handle limited range YCbCr data on VLV/CHV
9100 - jffs2_kill_sb(): deal with failed allocations
9101 - hypfs_kill_super(): deal with failed allocations
9102 - orangefs_kill_sb(): deal with allocation failures
9103 - rpc_pipefs: fix double-dput()
9104 - Don't leak MNT_INTERNAL away from internal mounts
9105 - autofs: mount point create should honour passed in mode
9106 - mm/filemap.c: fix NULL pointer in page_cache_tree_insert()
9107 - Revert "media: lirc_zilog: driver only sends LIRCCODE"
9108 - media: staging: lirc_zilog: incorrect reference counting
9109 - writeback: safer lock nesting
9110 - Bluetooth: hci_bcm: Add irq_polarity module option
9111 - mm: hwpoison: disable memory error handling on 1GB hugepage
9112 - media: rc: oops in ir_timer_keyup after device unplug
9113 - acpi, nfit: rework NVDIMM leaf method detection
9114 - ceph: always update atime/mtime/ctime for new inode
9115 - ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()
9116 - ext4: force revalidation of directory pointer after seekdir(2)
9117 - RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack access
9118 - xprtrdma: Fix latency regression on NUMA NFS/RDMA clients
9119 - xprtrdma: Fix corner cases when handling device removal
9120 - IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()
9121 - drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4
9122 - drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4
9123 - mmc: core: Prevent bus reference leak in mmc_blk_init()
9124 - drm/amd/display: HDMI has no sound after Panel power off/on
9125 - trace_uprobe: Use %lx to display offset
9126 - clk: tegra: Mark HCLK, SCLK and EMC as critical
9127 - pwm: mediatek: Fix up PWM4 and PWM5 malfunction on MT7623
9128 - pwm: mediatek: Improve precision in rate calculation
9129 - HID: i2c-hid: Fix resume issue on Raydium touchscreen device
9130 - s390: add support for IBM z14 Model ZR1
9131 - drm/i915: Fix hibernation with ACPI S0 target state
9132 - libnvdimm, dimm: handle EACCES failures from label reads
9133 - device-dax: allow MAP_SYNC to succeed
9134 - HID: i2c-hid: fix inverted return value from i2c_hid_command()
9135
9136 * CVE-2018-7755
9137 - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
9138
9139 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 12 Jun 2018 18:09:35 +0200
9140
9141 linux (4.15.0-23.25) bionic; urgency=medium
9142
9143 * linux: 4.15.0-23.25 -proposed tracker (LP: #1772927)
9144
9145 * arm64 SDEI support needs trampoline code for KPTI (LP: #1768630)
9146 - arm64: mmu: add the entry trampolines start/end section markers into
9147 sections.h
9148 - arm64: sdei: Add trampoline code for remapping the kernel
9149
9150 * Some PCIe errors not surfaced through rasdaemon (LP: #1769730)
9151 - ACPI: APEI: handle PCIe AER errors in separate function
9152 - ACPI: APEI: call into AER handling regardless of severity
9153
9154 * qla2xxx: Fix page fault at kmem_cache_alloc_node() (LP: #1770003)
9155 - scsi: qla2xxx: Fix session cleanup for N2N
9156 - scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()
9157 - scsi: qla2xxx: Serialize session deletion by using work_lock
9158 - scsi: qla2xxx: Serialize session free in qlt_free_session_done
9159 - scsi: qla2xxx: Don't call dma_free_coherent with IRQ disabled.
9160 - scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()
9161 - scsi: qla2xxx: Prevent relogin trigger from sending too many commands
9162 - scsi: qla2xxx: Fix double free bug after firmware timeout
9163 - scsi: qla2xxx: Fixup locking for session deletion
9164
9165 * Several hisi_sas bug fixes (LP: #1768974)
9166 - scsi: hisi_sas: dt-bindings: add an property of signal attenuation
9167 - scsi: hisi_sas: support the property of signal attenuation for v2 hw
9168 - scsi: hisi_sas: fix the issue of link rate inconsistency
9169 - scsi: hisi_sas: fix the issue of setting linkrate register
9170 - scsi: hisi_sas: increase timer expire of internal abort task
9171 - scsi: hisi_sas: remove unused variable hisi_sas_devices.running_req
9172 - scsi: hisi_sas: fix return value of hisi_sas_task_prep()
9173 - scsi: hisi_sas: Code cleanup and minor bug fixes
9174
9175 * [bionic] machine stuck and bonding not working well when nvmet_rdma module
9176 is loaded (LP: #1764982)
9177 - nvmet-rdma: Don't flush system_wq by default during remove_one
9178 - nvme-rdma: Don't flush delete_wq by default during remove_one
9179
9180 * Warnings/hang during error handling of SATA disks on SAS controller
9181 (LP: #1768971)
9182 - scsi: libsas: defer ata device eh commands to libata
9183
9184 * Hotplugging a SATA disk into a SAS controller may cause crash (LP: #1768948)
9185 - ata: do not schedule hot plug if it is a sas host
9186
9187 * ISST-LTE:pKVM:Ubuntu1804: rcu_sched self-detected stall on CPU follow by CPU
9188 ATTEMPT TO RE-ENTER FIRMWARE! (LP: #1767927)
9189 - powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write()
9190 - powerpc/64s: return more carefully from sreset NMI
9191 - powerpc/64s: sreset panic if there is no debugger or crash dump handlers
9192
9193 * fsnotify: Fix fsnotify_mark_connector race (LP: #1765564)
9194 - fsnotify: Fix fsnotify_mark_connector race
9195
9196 * Hang on network interface removal in Xen virtual machine (LP: #1771620)
9197 - xen-netfront: Fix hang on device removal
9198
9199 * HiSilicon HNS NIC names are truncated in /proc/interrupts (LP: #1765977)
9200 - net: hns: Avoid action name truncation
9201
9202 * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849)
9203 - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on
9204 num_possible_cpus()
9205
9206 * Switch Build-Depends: transfig to fig2dev (LP: #1770770)
9207 - [Config] update Build-Depends: transfig to fig2dev
9208
9209 * smp_call_function_single/many core hangs with stop4 alone (LP: #1768898)
9210 - cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer
9211 interrupt
9212
9213 * Add d-i support for Huawei NICs (LP: #1767490)
9214 - d-i: add hinic to nic-modules udeb
9215
9216 * unregister_netdevice: waiting for eth0 to become free. Usage count = 5
9217 (LP: #1746474)
9218 - xfrm: reuse uncached_list to track xdsts
9219
9220 * Include nfp driver in linux-modules (LP: #1768526)
9221 - [Config] Add nfp.ko to generic inclusion list
9222
9223 * Kernel panic on boot (m1.small in cn-north-1) (LP: #1771679)
9224 - x86/xen: Reset VCPU0 info pointer after shared_info remap
9225
9226 * CVE-2018-3639 (x86)
9227 - x86/bugs: Fix the parameters alignment and missing void
9228 - KVM: SVM: Move spec control call after restore of GS
9229 - x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP
9230 - x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRS
9231 - x86/cpufeatures: Disentangle SSBD enumeration
9232 - x86/cpufeatures: Add FEATURE_ZEN
9233 - x86/speculation: Handle HT correctly on AMD
9234 - x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL
9235 - x86/speculation: Add virtualized speculative store bypass disable support
9236 - x86/speculation: Rework speculative_store_bypass_update()
9237 - x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}
9238 - x86/bugs: Expose x86_spec_ctrl_base directly
9239 - x86/bugs: Remove x86_spec_ctrl_set()
9240 - x86/bugs: Rework spec_ctrl base and mask logic
9241 - x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFG
9242 - KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
9243 - x86/bugs: Rename SSBD_NO to SSB_NO
9244 - bpf: Prevent memory disambiguation attack
9245 - KVM: VMX: Expose SSBD properly to guests.
9246
9247 * Suspend to idle: Open lid didn't resume (LP: #1771542)
9248 - ACPI / PM: Do not reconfigure GPEs for suspend-to-idle
9249
9250 * Fix initialization failure detection in SDEI for device-tree based systems
9251 (LP: #1768663)
9252 - firmware: arm_sdei: Fix return value check in sdei_present_dt()
9253
9254 * No driver for Huawei network adapters on arm64 (LP: #1769899)
9255 - net-next/hinic: add arm64 support
9256
9257 * CVE-2018-1092
9258 - ext4: fail ext4_iget for root directory if unallocated
9259
9260 * kernel 4.15 breaks nouveau on Lenovo P50 (LP: #1763189)
9261 - drm/nouveau: Fix deadlock in nv50_mstm_register_connector()
9262
9263 * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails
9264 to load (LP: #1728238)
9265 - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for
9266 unreleased firmware"
9267
9268 * Battery drains when laptop is off (shutdown) (LP: #1745646)
9269 - PCI / PM: Check device_may_wakeup() in pci_enable_wake()
9270
9271 * Dell Latitude 5490/5590 BIOS update 1.1.9 causes black screen at boot
9272 (LP: #1764194)
9273 - drm/i915/bios: filter out invalid DDC pins from VBT child devices
9274
9275 * Intel 9462 A370:42A4 doesn't work (LP: #1748853)
9276 - iwlwifi: add shared clock PHY config flag for some devices
9277 - iwlwifi: add a bunch of new 9000 PCI IDs
9278
9279 * Fix an issue that some PCI devices get incorrectly suspended (LP: #1764684)
9280 - PCI / PM: Always check PME wakeup capability for runtime wakeup support
9281
9282 * [SRU][Bionic/Artful] fix false positives in W+X checking (LP: #1769696)
9283 - init: fix false positives in W+X checking
9284
9285 * Bionic update to v4.15.18 stable release (LP: #1769723)
9286 - netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to
9287 ip_set_net_exit()
9288 - cdc_ether: flag the Cinterion AHS8 modem by gemalto as WWAN
9289 - rds: MP-RDS may use an invalid c_path
9290 - slip: Check if rstate is initialized before uncompressing
9291 - vhost: fix vhost_vq_access_ok() log check
9292 - l2tp: fix races in tunnel creation
9293 - l2tp: fix race in duplicate tunnel detection
9294 - ip_gre: clear feature flags when incompatible o_flags are set
9295 - vhost: Fix vhost_copy_to_user()
9296 - lan78xx: Correctly indicate invalid OTP
9297 - media: v4l2-compat-ioctl32: don't oops on overlay
9298 - media: v4l: vsp1: Fix header display list status check in continuous mode
9299 - ipmi: Fix some error cleanup issues
9300 - parisc: Fix out of array access in match_pci_device()
9301 - parisc: Fix HPMC handler by increasing size to multiple of 16 bytes
9302 - Drivers: hv: vmbus: do not mark HV_PCIE as perf_device
9303 - PCI: hv: Serialize the present and eject work items
9304 - PCI: hv: Fix 2 hang issues in hv_compose_msi_msg()
9305 - KVM: PPC: Book3S HV: trace_tlbie must not be called in realmode
9306 - perf/core: Fix use-after-free in uprobe_perf_close()
9307 - x86/mce/AMD: Get address from already initialized block
9308 - hwmon: (ina2xx) Fix access to uninitialized mutex
9309 - ath9k: Protect queue draining by rcu_read_lock()
9310 - x86/apic: Fix signedness bug in APIC ID validity checks
9311 - f2fs: fix heap mode to reset it back
9312 - block: Change a rcu_read_{lock,unlock}_sched() pair into
9313 rcu_read_{lock,unlock}()
9314 - nvme: Skip checking heads without namespaces
9315 - lib: fix stall in __bitmap_parselist()
9316 - blk-mq: order getting budget and driver tag
9317 - blk-mq: don't keep offline CPUs mapped to hctx 0
9318 - ovl: fix lookup with middle layer opaque dir and absolute path redirects
9319 - xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handling
9320 - hugetlbfs: fix bug in pgoff overflow checking
9321 - nfsd: fix incorrect umasks
9322 - scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failure
9323 - block/loop: fix deadlock after loop_set_status
9324 - nfit: fix region registration vs block-data-window ranges
9325 - s390/qdio: don't retry EQBS after CCQ 96
9326 - s390/qdio: don't merge ERROR output buffers
9327 - s390/ipl: ensure loadparm valid flag is set
9328 - get_user_pages_fast(): return -EFAULT on access_ok failure
9329 - mm/gup_benchmark: handle gup failures
9330 - getname_kernel() needs to make sure that ->name != ->iname in long case
9331 - Bluetooth: Fix connection if directed advertising and privacy is used
9332 - Bluetooth: hci_bcm: Treat Interrupt ACPI resources as always being active-
9333 low
9334 - rtl8187: Fix NULL pointer dereference in priv->conf_mutex
9335 - ovl: set lower layer st_dev only if setting lower st_ino
9336 - Linux 4.15.18
9337
9338 * Kernel bug when unplugging Thunderbolt 3 cable, leaves xHCI host controller
9339 dead (LP: #1768852)
9340 - xhci: Fix Kernel oops in xhci dbgtty
9341
9342 * Incorrect blacklist of bcm2835_wdt (LP: #1766052)
9343 - [Packaging] Fix missing watchdog for Raspberry Pi
9344
9345 * CVE-2018-8087
9346 - mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()
9347
9348 * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in
9349 DELL XPS 13 9370 with firmware 1.50 (LP: #1763748)
9350 - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device
9351
9352 * [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup (LP: #1769721)
9353 - SAUCE: ALSA: hda/realtek - Clevo P950ER ALC1220 Fixup
9354
9355 * Bionic: Intermittently sent to Emergency Mode on boot with unhandled kernel
9356 NULL pointer dereference at 0000000000000980 (LP: #1768292)
9357 - thunderbolt: Prevent crash when ICM firmware is not running
9358
9359 * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761)
9360 - [Config] snapdragon: DRM_I2C_ADV7511=y
9361
9362 * regression Aquantia Corp. AQC107 4.15.0-13-generic -> 4.15.0-20-generic ?
9363 (LP: #1767088)
9364 - net: aquantia: Regression on reset with 1.x firmware
9365 - net: aquantia: oops when shutdown on already stopped device
9366
9367 * e1000e msix interrupts broken in linux-image-4.15.0-15-generic
9368 (LP: #1764892)
9369 - e1000e: Remove Other from EIAC
9370
9371 * Acer Swift sf314-52 power button not managed (LP: #1766054)
9372 - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode
9373
9374 * set PINCFG_HEADSET_MIC to parse_flags for Dell precision 3630 (LP: #1766398)
9375 - ALSA: hda/realtek - set PINCFG_HEADSET_MIC to parse_flags
9376
9377 * Change the location for one of two front mics on a lenovo thinkcentre
9378 machine (LP: #1766477)
9379 - ALSA: hda/realtek - adjust the location of one mic
9380
9381 * SRU: bionic: apply 50 ZFS upstream bugfixes (LP: #1764690)
9382 - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu15 (LP: #1764690)
9383
9384 * [8086:3e92] display becomes blank after S3 (LP: #1763271)
9385 - drm/i915/edp: Do not do link training fallback or prune modes on EDP
9386
9387 -- Stefan Bader <stefan.bader@canonical.com> Wed, 23 May 2018 18:54:55 +0200
9388
9389 linux (4.15.0-22.24) bionic; urgency=medium
9390
9391 * CVE-2018-3639 (powerpc)
9392 - powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
9393 - stf-barrier: set eieio instruction bit 6 for future optimisations
9394
9395 * CVE-2018-3639 (x86)
9396 - x86/nospec: Simplify alternative_msr_write()
9397 - x86/bugs: Concentrate bug detection into a separate function
9398 - x86/bugs: Concentrate bug reporting into a separate function
9399 - x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bits
9400 - x86/bugs, KVM: Support the combination of guest and host IBRS
9401 - x86/bugs: Expose /sys/../spec_store_bypass
9402 - x86/cpufeatures: Add X86_FEATURE_RDS
9403 - x86/bugs: Provide boot parameters for the spec_store_bypass_disable
9404 mitigation
9405 - x86/bugs/intel: Set proper CPU features and setup RDS
9406 - x86/bugs: Whitelist allowed SPEC_CTRL MSR values
9407 - x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requested
9408 - x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest
9409 - x86/speculation: Create spec-ctrl.h to avoid include hell
9410 - prctl: Add speculation control prctls
9411 - x86/process: Allow runtime control of Speculative Store Bypass
9412 - x86/speculation: Add prctl for Speculative Store Bypass mitigation
9413 - nospec: Allow getting/setting on non-current task
9414 - proc: Provide details on speculation flaw mitigations
9415 - seccomp: Enable speculation flaw mitigations
9416 - x86/bugs: Make boot modes __ro_after_init
9417 - prctl: Add force disable speculation
9418 - seccomp: Use PR_SPEC_FORCE_DISABLE
9419 - seccomp: Add filter flag to opt-out of SSB mitigation
9420 - seccomp: Move speculation migitation control to arch code
9421 - x86/speculation: Make "seccomp" the default mode for Speculative Store
9422 Bypass
9423 - x86/bugs: Rename _RDS to _SSBD
9424 - proc: Use underscores for SSBD in 'status'
9425 - Documentation/spec_ctrl: Do some minor cleanups
9426 - x86/bugs: Fix __ssb_select_mitigation() return type
9427 - x86/bugs: Make cpu_show_common() static
9428
9429 * LSM Stacking prctl values should be redefined as to not collide with
9430 upstream prctls (LP: #1769263) // CVE-2018-3639
9431 - SAUCE: LSM stacking: adjust prctl values
9432
9433 -- Stefan Bader <stefan.bader@canonical.com> Tue, 15 May 2018 07:41:28 +0200
9434
9435 linux (4.15.0-21.22) bionic; urgency=medium
9436
9437 * linux: 4.15.0-21.22 -proposed tracker (LP: #1767397)
9438
9439 * initramfs-tools exception during pm.DoInstall with do-release-upgrade from
9440 16.04 to 18.04 (LP: #1766727)
9441 - Add linux-image-* Breaks on s390-tools (<< 2.3.0-0ubuntu3)
9442
9443 * linux-image-4.15.0-20-generic install after upgrade from xenial breaks
9444 (LP: #1767133)
9445 - Packaging: Depends on linux-base that provides the necessary tools
9446
9447 * linux-image packages need to Breaks flash-kernel << 3.90ubuntu2
9448 (LP: #1766629)
9449 - linux-image-* breaks on flash-kernel (<< 3.90ubuntu2)
9450
9451 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 30 Apr 2018 14:58:35 -0300
9452
9453 linux (4.15.0-20.21) bionic; urgency=medium
9454
9455 * linux: 4.15.0-20.21 -proposed tracker (LP: #1766452)
9456
9457 * package shim-signed (not installed) failed to install/upgrade: installed
9458 shim-signed package post-installation script subprocess returned error exit
9459 status 5 (LP: #1766391)
9460 - [Packaging] fix invocation of header postinst hooks
9461
9462 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Apr 2018 23:56:17 -0500
9463
9464 linux (4.15.0-19.20) bionic; urgency=medium
9465
9466 * linux: 4.15.0-19.20 -proposed tracker (LP: #1766021)
9467
9468 * Kernel 4.15.0-15 breaks Dell PowerEdge 12th Gen servers (LP: #1765232)
9469 - Revert "blk-mq: simplify queue mapping & schedule with each possisble CPU"
9470 - Revert "genirq/affinity: assign vectors to all possible CPUs"
9471
9472 -- Seth Forshee <seth.forshee@canonical.com> Sat, 21 Apr 2018 17:19:00 -0500
9473
9474 linux (4.15.0-18.19) bionic; urgency=medium
9475
9476 * linux: 4.15.0-18.19 -proposed tracker (LP: #1765490)
9477
9478 * [regression] Ubuntu 18.04:[4.15.0-17-generic #18] KVM Guest Kernel:
9479 meltdown: rfi/fallback displacement flush not enabled bydefault (kvm)
9480 (LP: #1765429)
9481 - powerpc/pseries: Fix clearing of security feature flags
9482
9483 * signing: only install a signed kernel (LP: #1764794)
9484 - [Packaging] update to Debian like control scripts
9485 - [Packaging] switch to triggers for postinst.d postrm.d handling
9486 - [Packaging] signing -- switch to raw-signing tarballs
9487 - [Packaging] signing -- switch to linux-image as signed when available
9488 - [Config] signing -- enable Opal signing for ppc64el
9489 - [Packaging] printenv -- add signing options
9490
9491 * [18.04 FEAT] Sign POWER host/NV kernels (LP: #1696154)
9492 - [Packaging] signing -- add support for signing Opal kernel binaries
9493
9494 * Please cherrypick s390 unwind fix (LP: #1765083)
9495 - s390/compat: fix setup_frame32
9496
9497 * Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L]
9498 [ipr] (LP: #1751813)
9499 - d-i: move ipr to storage-core-modules on ppc64el
9500
9501 * drivers/gpu/drm/bridge/adv7511/adv7511.ko missing (LP: #1764816)
9502 - SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm
9503
9504 * Miscellaneous Ubuntu changes
9505 - [Packaging] Add linux-oem to rebuild test blacklist.
9506
9507 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 19 Apr 2018 18:06:46 -0300
9508
9509 linux (4.15.0-17.18) bionic; urgency=medium
9510
9511 * linux: 4.15.0-17.18 -proposed tracker (LP: #1764498)
9512
9513 * Eventual OOM with profile reloads (LP: #1750594)
9514 - SAUCE: apparmor: fix memory leak when duplicate profile load
9515
9516 -- Seth Forshee <seth.forshee@canonical.com> Mon, 16 Apr 2018 14:48:18 -0500
9517
9518 linux (4.15.0-16.17) bionic; urgency=medium
9519
9520 * linux: 4.15.0-16.17 -proposed tracker (LP: #1763785)
9521
9522 * [18.04] [bug] CFL-S(CNP)/CNL GPIO testing failed (LP: #1757346)
9523 - [Config]: Set CONFIG_PINCTRL_CANNONLAKE=y
9524
9525 * [Ubuntu 18.04] USB Type-C test failed on GLK (LP: #1758797)
9526 - SAUCE: usb: typec: ucsi: Increase command completion timeout value
9527
9528 * Fix trying to "push" an already active pool VP (LP: #1763386)
9529 - SAUCE: powerpc/xive: Fix trying to "push" an already active pool VP
9530
9531 * hisi_sas: Revert and replace SAUCE patches w/ upstream (LP: #1762824)
9532 - Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to
9533 userspace"
9534 - Revert "UBUNTU: SAUCE: scsi: hisi_sas: config for hip08 ES"
9535 - scsi: hisi_sas: modify some register config for hip08
9536 - scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE()
9537
9538 * Realtek card reader - RTS5243 [VEN_10EC&DEV_5260] (LP: #1737673)
9539 - misc: rtsx: Move Realtek Card Reader Driver to misc
9540 - updateconfigs for Realtek Card Reader Driver
9541 - misc: rtsx: Add support for RTS5260
9542 - misc: rtsx: Fix symbol clashes
9543
9544 * Mellanox [mlx5] [bionic] UBSAN: Undefined behaviour in
9545 ./include/linux/net_dim.h (LP: #1763269)
9546 - net/mlx5e: Fix int overflow
9547
9548 * apparmor bug fixes for bionic (LP: #1763427)
9549 - apparmor: fix logging of the existence test for signals
9550 - apparmor: make signal label match work when matching stacked labels
9551 - apparmor: audit unknown signal numbers
9552 - apparmor: fix memory leak on buffer on error exit path
9553 - apparmor: fix mediation of prlimit
9554
9555 * dangling symlinks to loaded apparmor policy (LP: #1755563) // apparmor bug
9556 fixes for bionic (LP: #1763427)
9557 - apparmor: fix dangling symlinks to policy rawdata after replacement
9558
9559 * [OPAL] Assert fail:
9560 core/mem_region.c:447:lock_held_by_me(&region->free_list_lock)
9561 (LP: #1762913)
9562 - powerpc/watchdog: remove arch_trigger_cpumask_backtrace
9563
9564 * [LTC Test] Ubuntu 18.04: tm_trap_test failed on P8 compat mode guest
9565 (LP: #1762928)
9566 - powerpc/tm: Fix endianness flip on trap
9567
9568 * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674)
9569 - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail
9570 - SAUCE: (no-up) ASoC: rt5660: Add ACPI support
9571 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Add MCLK, quirks
9572 - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m
9573
9574 * /dev/ipmi enumeration flaky on Cavium Sabre nodes (LP: #1762812)
9575 - i2c: xlp9xx: return ENXIO on slave address NACK
9576 - i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly
9577 - i2c: xlp9xx: Check for Bus state before every transfer
9578 - i2c: xlp9xx: Handle NACK on DATA properly
9579
9580 * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
9581 - tools/kvm_stat: simplify the sortkey function
9582 - tools/kvm_stat: use a namedtuple for storing the values
9583 - tools/kvm_stat: use a more pythonic way to iterate over dictionaries
9584 - tools/kvm_stat: avoid 'is' for equality checks
9585 - tools/kvm_stat: fix crash when filtering out all non-child trace events
9586 - tools/kvm_stat: print error on invalid regex
9587 - tools/kvm_stat: fix debugfs handling
9588 - tools/kvm_stat: mark private methods as such
9589 - tools/kvm_stat: eliminate extra guest/pid selection dialog
9590 - tools/kvm_stat: separate drilldown and fields filtering
9591 - tools/kvm_stat: group child events indented after parent
9592 - tools/kvm_stat: print 'Total' line for multiple events only
9593 - tools/kvm_stat: Fix python3 syntax
9594 - tools/kvm_stat: Don't use deprecated file()
9595 - tools/kvm_stat: Remove unused function
9596 - [Packaging] Add linux-tools-host package for VM host tools
9597 - [Config] do_tools_host=true for amd64
9598
9599 * Bionic update to v4.15.17 stable release (LP: #1763366)
9600 - i40iw: Fix sequence number for the first partial FPDU
9601 - i40iw: Correct Q1/XF object count equation
9602 - i40iw: Validate correct IRD/ORD connection parameters
9603 - clk: meson: mpll: use 64-bit maths in params_from_rate
9604 - ARM: dts: ls1021a: add "fsl,ls1021a-esdhc" compatible string to esdhc node
9605 - Bluetooth: Add a new 04ca:3015 QCA_ROME device
9606 - ipv6: Reinject IPv6 packets if IPsec policy matches after SNAT
9607 - thermal: power_allocator: fix one race condition issue for thermal_instances
9608 list
9609 - perf probe: Find versioned symbols from map
9610 - perf probe: Add warning message if there is unexpected event name
9611 - perf evsel: Fix swap for samples with raw data
9612 - perf evsel: Enable ignore_missing_thread for pid option
9613 - l2tp: fix missing print session offset info
9614 - rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
9615 - ACPI / video: Default lcd_only to true on Win8-ready and newer machines
9616 - IB/mlx5: Report inner RSS capability
9617 - VFS: close race between getcwd() and d_move()
9618 - watchdog: dw_wdt: add stop watchdog operation
9619 - clk: divider: fix incorrect usage of container_of
9620 - PM / devfreq: Fix potential NULL pointer dereference in governor_store
9621 - gpiolib: don't dereference a desc before validation
9622 - net_sch: red: Fix the new offload indication
9623 - selftests/net: fix bugs in address and port initialization
9624 - thermal/drivers/hisi: Remove bogus const from function return type
9625 - RDMA/cma: Mark end of CMA ID messages
9626 - hwmon: (ina2xx) Make calibration register value fixed
9627 - f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
9628 - clk: sunxi-ng: a83t: Add M divider to TCON1 clock
9629 - media: videobuf2-core: don't go out of the buffer range
9630 - ASoC: Intel: Skylake: Disable clock gating during firmware and library
9631 download
9632 - ASoC: Intel: cht_bsw_rt5645: Analog Mic support
9633 - drm/msm: Fix NULL deref in adreno_load_gpu
9634 - IB/ipoib: Fix for notify send CQ failure messages
9635 - spi: sh-msiof: Fix timeout failures for TX-only DMA transfers
9636 - scsi: mpt3sas: Proper handling of set/clear of "ATA command pending" flag.
9637 - irqchip/ompic: fix return value check in ompic_of_init()
9638 - irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry
9639 - ACPI: EC: Fix debugfs_create_*() usage
9640 - mac80211: Fix setting TX power on monitor interfaces
9641 - vfb: fix video mode and line_length being set when loaded
9642 - crypto: crypto4xx - perform aead icv check in the driver
9643 - gpio: label descriptors using the device name
9644 - arm64: asid: Do not replace active_asids if already 0
9645 - powernv-cpufreq: Add helper to extract pstate from PMSR
9646 - IB/rdmavt: Allocate CQ memory on the correct node
9647 - blk-mq: avoid to map CPU into stale hw queue
9648 - blk-mq: fix race between updating nr_hw_queues and switching io sched
9649 - backlight: tdo24m: Fix the SPI CS between transfers
9650 - nvme-fabrics: protect against module unload during create_ctrl
9651 - nvme-fabrics: don't check for non-NULL module in nvmf_register_transport
9652 - pinctrl: baytrail: Enable glitch filter for GPIOs used as interrupts
9653 - nvme_fcloop: disassocate local port structs
9654 - nvme_fcloop: fix abort race condition
9655 - tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
9656 - perf report: Fix a no annotate browser displayed issue
9657 - staging: lustre: disable preempt while sampling processor id.
9658 - ASoC: Intel: sst: Fix the return value of 'sst_send_byte_stream_mrfld()'
9659 - power: supply: axp288_charger: Properly stop work on probe-error / remove
9660 - rt2x00: do not pause queue unconditionally on error path
9661 - wl1251: check return from call to wl1251_acx_arp_ip_filter
9662 - net/mlx5: Fix race for multiple RoCE enable
9663 - bcache: ret IOERR when read meets metadata error
9664 - bcache: stop writeback thread after detaching
9665 - bcache: segregate flash only volume write streams
9666 - net: Fix netdev_WARN_ONCE macro
9667 - net/mlx5e: IPoIB, Use correct timestamp in child receive flow
9668 - blk-mq: fix kernel oops in blk_mq_tag_idle()
9669 - tty: n_gsm: Allow ADM response in addition to UA for control dlci
9670 - block, bfq: put async queues for root bfq groups too
9671 - serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers
9672 - EDAC, mv64x60: Fix an error handling path
9673 - uio_hv_generic: check that host supports monitor page
9674 - Bluetooth: hci_bcm: Mandate presence of shutdown and device wake GPIO
9675 - Bluetooth: hci_bcm: Validate IRQ before using it
9676 - Bluetooth: hci_bcm: Make shutdown and device wake GPIO optional
9677 - i40evf: don't rely on netif_running() outside rtnl_lock()
9678 - drm/amd/powerplay: fix memory leakage when reload (v2)
9679 - cxgb4vf: Fix SGE FL buffer initialization logic for 64K pages
9680 - PM / domains: Don't skip driver's ->suspend|resume_noirq() callbacks
9681 - scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware
9682 in RAID map
9683 - scsi: megaraid_sas: unload flag should be set after scsi_remove_host is
9684 called
9685 - RDMA/cma: Fix rdma_cm path querying for RoCE
9686 - gpio: thunderx: fix error return code in thunderx_gpio_probe()
9687 - x86/gart: Exclude GART aperture from vmcore
9688 - sdhci: Advertise 2.0v supply on SDIO host controller
9689 - Input: goodix - disable IRQs while suspended
9690 - mtd: mtd_oobtest: Handle bitflips during reads
9691 - crypto: aes-generic - build with -Os on gcc-7+
9692 - perf tools: Fix copyfile_offset update of output offset
9693 - tcmu: release blocks for partially setup cmds
9694 - thermal: int3400_thermal: fix error handling in int3400_thermal_probe()
9695 - drm/i915/cnp: Ignore VBT request for know invalid DDC pin.
9696 - drm/i915/cnp: Properly handle VBT ddc pin out of bounds.
9697 - x86/microcode: Propagate return value from updating functions
9698 - x86/CPU: Add a microcode loader callback
9699 - x86/CPU: Check CPU feature bits after microcode upgrade
9700 - x86/microcode: Get rid of struct apply_microcode_ctx
9701 - x86/microcode/intel: Check microcode revision before updating sibling
9702 threads
9703 - x86/microcode/intel: Writeback and invalidate caches before updating
9704 microcode
9705 - x86/microcode: Do not upload microcode if CPUs are offline
9706 - x86/microcode/intel: Look into the patch cache first
9707 - x86/microcode: Request microcode on the BSP
9708 - x86/microcode: Synchronize late microcode loading
9709 - x86/microcode: Attempt late loading only when new microcode is present
9710 - x86/microcode: Fix CPU synchronization routine
9711 - arp: fix arp_filter on l3slave devices
9712 - ipv6: the entire IPv6 header chain must fit the first fragment
9713 - lan78xx: Crash in lan78xx_writ_reg (Workqueue: events
9714 lan78xx_deferred_multicast_write)
9715 - net: dsa: Discard frames from unused ports
9716 - net: fix possible out-of-bound read in skb_network_protocol()
9717 - net/ipv6: Fix route leaking between VRFs
9718 - net/ipv6: Increment OUTxxx counters after netfilter hook
9719 - netlink: make sure nladdr has correct size in netlink_connect()
9720 - net/mlx5e: Verify coalescing parameters in range
9721 - net sched actions: fix dumping which requires several messages to user space
9722 - net/sched: fix NULL dereference in the error path of tcf_bpf_init()
9723 - pptp: remove a buggy dst release in pptp_connect()
9724 - r8169: fix setting driver_data after register_netdev
9725 - sctp: do not leak kernel memory to user space
9726 - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
9727 - vhost: correctly remove wait queue during poll failure
9728 - vlan: also check phy_driver ts_info for vlan's real device
9729 - vrf: Fix use after free and double free in vrf_finish_output
9730 - bonding: fix the err path for dev hwaddr sync in bond_enslave
9731 - bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave
9732 - bonding: process the err returned by dev_set_allmulti properly in
9733 bond_enslave
9734 - net: fool proof dev_valid_name()
9735 - ip_tunnel: better validate user provided tunnel names
9736 - ipv6: sit: better validate user provided tunnel names
9737 - ip6_gre: better validate user provided tunnel names
9738 - ip6_tunnel: better validate user provided tunnel names
9739 - vti6: better validate user provided tunnel names
9740 - net/mlx5e: Set EQE based as default TX interrupt moderation mode
9741 - net_sched: fix a missing idr_remove() in u32_delete_key()
9742 - net/sched: fix NULL dereference in the error path of tcf_vlan_init()
9743 - net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path
9744 - net/mlx5e: Fix memory usage issues in offloading TC flows
9745 - net/sched: fix NULL dereference in the error path of tcf_sample_init()
9746 - nfp: use full 40 bits of the NSP buffer address
9747 - ipv6: sr: fix seg6 encap performances with TSO enabled
9748 - net/mlx5e: Don't override vport admin link state in switchdev mode
9749 - net/mlx5e: Sync netdev vxlan ports at open
9750 - net/sched: fix NULL dereference in the error path of tunnel_key_init()
9751 - net/sched: fix NULL dereference on the error path of tcf_skbmod_init()
9752 - strparser: Fix sign of err codes
9753 - net/mlx4_en: Fix mixed PFC and Global pause user control requests
9754 - net/mlx5e: Fix traffic being dropped on VF representor
9755 - vhost: validate log when IOTLB is enabled
9756 - route: check sysctl_fib_multipath_use_neigh earlier than hash
9757 - team: move dev_mc_sync after master_upper_dev_link in team_port_add
9758 - vhost_net: add missing lock nesting notation
9759 - net/mlx4_core: Fix memory leak while delete slave's resources
9760 - Linux 4.15.17
9761
9762 * sky2 gigabit ethernet driver sometimes stops working after lid-open resume
9763 from sleep (88E8055) (LP: #1758507) // Bionic update to v4.15.17 stable
9764 release (LP: #1763366)
9765 - sky2: Increase D3 delay to sky2 stops working after suspend
9766
9767 * [Featire] CNL: Enable RAPL support (LP: #1685712)
9768 - powercap: RAPL: Add support for Cannon Lake
9769
9770 * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719)
9771 - s390: move nobp parameter functions to nospec-branch.c
9772 - s390: add automatic detection of the spectre defense
9773 - s390: report spectre mitigation via syslog
9774 - s390: add sysfs attributes for spectre
9775 - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390
9776 - s390: correct nospec auto detection init order
9777
9778 * Merge the linux-snapdragon kernel into bionic master/snapdragon
9779 (LP: #1763040)
9780 - drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"
9781 - drm/msm: fix msm_rd_dump_submit prototype
9782 - drm/msm: gpu: Only sync fences on rings that exist
9783 - wcn36xx: set default BTLE coexistence config
9784 - wcn36xx: Add hardware scan offload support
9785 - wcn36xx: Reduce spinlock in indication handler
9786 - wcn36xx: fix incorrect assignment to msg_body.min_ch_time
9787 - wcn36xx: release DMA memory in case of error
9788 - mailbox: qcom: Convert APCS IPC driver to use regmap
9789 - mailbox: qcom: Create APCS child device for clock controller
9790 - clk: qcom: Add A53 PLL support
9791 - clk: qcom: Add regmap mux-div clocks support
9792 - clk: qcom: Add APCS clock controller support
9793 - clk: qcom: msm8916: Fix return value check in qcom_apcs_msm8916_clk_probe()
9794 - media: venus: venc: set correctly GOP size and number of B-frames
9795 - media: venus: venc: configure entropy mode
9796 - media: venus: venc: Apply inloop deblocking filter
9797 - media: venus: cleanup set_property controls
9798 - arm64: defconfig: enable REMOTEPROC
9799 - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c
9800 - kernel: configs; add distro.config
9801 - arm64: configs: enable WCN36xx
9802 - kernel: distro.config: enable debug friendly USB network adpater
9803 - arm64: configs: enable QCOM Venus
9804 - arm64: defconfig: Enable a53/apcs and avs
9805 - arm64: defconfig: enable ondemand governor as default
9806 - arm64: defconfig: enable QCOM_TSENS
9807 - arm64: defconfig: enable new trigger modes for leds
9808 - kernel: configs: enable dm_mod and dm_crypt
9809 - Force the SMD regulator driver to be compiled-in
9810 - arm64: defconfig: enable CFG80211_DEFAULT_PS by default
9811 - arm64: configs: enable BT_QCOMSMD
9812 - kernel: configs: add more USB net drivers
9813 - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV
9814 - arm64: configs: Enable camera drivers
9815 - kernel: configs: add freq stat to sysfs
9816 - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default
9817 - arm64: defconfig: Enable QRTR features
9818 - kernel: configs: set USB_CONFIG_F_FS in distro.config
9819 - kernel: distro.config: enable 'schedutil' CPUfreq governor
9820 - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs
9821 - kernel: distro.config: enable 'BBR' TCP congestion algorithm
9822 - arm64: defconfig: enable LEDS_QCOM_LPG
9823 - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap
9824 - power: avs: Add support for CPR (Core Power Reduction)
9825 - power: avs: cpr: Use raw mem access for qfprom
9826 - power: avs: cpr: fix with new reg_sequence structures
9827 - power: avs: cpr: Register with cpufreq-dt
9828 - regulator: smd: Add floor and corner operations
9829 - PM / OPP: Support adjusting OPP voltages at runtime
9830 - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage()
9831 - PM / OPP: HACK: Allow to set regulator without opp_list
9832 - PM / OPP: Add a helper to get an opp regulator for device
9833 - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist
9834 - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m
9835 - ov5645: I2C address change
9836 - i2c: Add Qualcomm Camera Control Interface driver
9837 - camss: vfe: Skip first four frames from sensor
9838 - camss: Do not register if no cameras are present
9839 - i2c-qcom-cci: Fix run queue completion timeout
9840 - i2c-qcom-cci: Fix I2C address bug
9841 - media: ov5645: Fix I2C address
9842 - drm/bridge/adv7511: Delay clearing of HPD interrupt status
9843 - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing
9844 - leds: Add driver for Qualcomm LPG
9845 - wcn36xx: Fix warning due to duplicate scan_completed notification
9846 - arm64: dts: Add CPR DT node for msm8916
9847 - arm64: dts: add spmi-regulator nodes
9848 - arm64: dts: msm8916: Add cpufreq support
9849 - arm64: dts: msm8916: Add a shared CPU opp table
9850 - arm64: dts: msm8916: Add cpu cooling maps
9851 - arm64: dts: pm8916: Mark the s2 regulator as always-on
9852 - dt-bindings: mailbox: qcom: Document the APCS clock binding
9853 - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
9854 - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver
9855 - arm64: dts: qcom: msm8916: Add clock properties to the APCS node
9856 - arm64: dts: qcom: apq8016-sbc: Allow USR4 LED to notify kernel panic
9857 - dt-bindings: media: Binding document for Qualcomm Camera Control Interface
9858 driver
9859 - MAINTAINERS: Add Qualcomm Camera Control Interface driver
9860 - DT: leds: Add Qualcomm Light Pulse Generator binding
9861 - arm64: dts: qcom: msm8996: Add mpp and lpg blocks
9862 - arm64: dts: qcom: Add pwm node for pm8916
9863 - arm64: dts: qcom: Add user LEDs on db820c
9864 - arm64: dts: qcom: Add WiFI/BT LEDs on db820c
9865 - ARM: dts: qcom: Add LPG node to pm8941
9866 - ARM: dts: qcom: honami: Add LPG node and RGB LED
9867 - arm64: dts: qcom: Add Camera Control Interface support
9868 - arm64: dts: qcom: Add apps_iommu vfe child node
9869 - arm64: dts: qcom: Add camss device node
9870 - arm64: dts: qcom: Add ov5645 device nodes
9871 - arm64: dts: msm8916: Fix camera sensors I2C addresses
9872 - arm: dts: qcom: db410c: Enable PWM signal on MPP4
9873 - packaging: arm64: add a uboot flavour - part1
9874 - packaging: arm64: add a uboot flavour - part2
9875 - packaging: arm64: add a uboot flavour - part3
9876 - packaging: arm64: add a uboot flavour - part4
9877 - packaging: arm64: add a uboot flavour - part5
9878 - packaging: arm64: rename uboot flavour to snapdragon
9879 - [Config] updateconfigs after qcomlt import
9880 - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y
9881 - [Config] arm64: snapdragon: MSM_GCC_8916=y
9882 - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y
9883 - [Config] arm64: snapdragon: PINCTRL_MSM8916=y
9884 - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y
9885 - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y
9886 - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y
9887 - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y
9888 - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y
9889 - [Config] arm64: snapdragon: QCOM_SMEM=y
9890 - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y
9891 - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y
9892 - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y
9893 - [Config] arm64: snapdragon: QCOM_BAM_DMA=y
9894 - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y
9895 - [Config] arm64: snapdragon: QCOM_CPR=y
9896 - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y
9897 - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y
9898 - [Config] turn off DRM_MSM_REGISTER_LOGGING
9899 - [Config] arm64: snapdragon: I2C_QUP=y
9900 - [Config] arm64: snapdragon: SPI_QUP=y
9901 - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y
9902 - [Config] arm64: snapdragon: QCOM_APCS_IPC=y
9903 - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y
9904 - [Config] arm64: snapdragon: QCOM_SMSM=y
9905 - [Config] arm64: snapdragon: QCOM_SMP2P=y
9906 - [Config] arm64: snapdragon: DRM_MSM=y
9907 - [Config] arm64: snapdragon: SND_SOC=y
9908 - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m
9909 - [Config] arm64: snapdragon: QCOM_A53PLL=y, QCOM_CLK_APCS_MSM8916=y
9910 - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y
9911 - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m
9912 - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y
9913 - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y,
9914 SND_SOC_MSM8916_WCD_DIGITAL=y
9915 - SAUCE: media: ov5645: skip address change if dt addr == default addr
9916 - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS
9917 #ifdefs
9918 - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y
9919 - packaging: snapdragon: fixup ABI paths
9920
9921 * LSM stacking patches for bionic (LP: #1763062)
9922 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
9923 - SAUCE: LSM stacking: LSM: Manage credential security blobs
9924 - SAUCE: LSM stacking: LSM: Manage file security blobs
9925 - SAUCE: LSM stacking: LSM: Manage task security blobs
9926 - SAUCE: LSM stacking: LSM: Manage remaining security blobs
9927 - SAUCE: LSM stacking: LSM: General stacking
9928 - SAUCE: LSM stacking: fixup initialize task->security
9929 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
9930 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
9931 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
9932 - SAUCE: LSM stacking: fixup apparmor stacking enablement
9933 - SAUCE: LSM stacking: fixup stacking kconfig
9934 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
9935 - SAUCE: LSM stacking: provide prctl interface for setting context
9936 - SAUCE: LSM stacking: inherit current display LSM
9937 - SAUCE: LSM stacking: keep an index for each registered LSM
9938 - SAUCE: LSM stacking: verify display LSM
9939 - SAUCE: LSM stacking: provide a way to specify the default display lsm
9940 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
9941 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
9942 - SAUCE: LSM stacking: add Kconfig to set default display LSM
9943 - SAUCE: LSM stacking: add configs for LSM stacking
9944 - SAUCE: LSM stacking: add apparmor and selinux proc dirs
9945 - SAUCE: LSM stacking: remove procfs context interface
9946
9947 * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14
9948 (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062)
9949 - SAUCE: LSM stacking: check for invalid zero sized writes
9950
9951 * RDMA/hns: ensure for-loop actually iterates and free's buffers
9952 (LP: #1762757)
9953 - RDMA/hns: ensure for-loop actually iterates and free's buffers
9954
9955 * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems
9956 (LP: #1762755)
9957 - RDMA/hns: Fix the endian problem for hns
9958 - RDMA/hns: Support rq record doorbell for the user space
9959 - RDMA/hns: Support cq record doorbell for the user space
9960 - RDMA/hns: Support rq record doorbell for kernel space
9961 - RDMA/hns: Support cq record doorbell for kernel space
9962 - RDMA/hns: Fix cqn type and init resp
9963 - RDMA/hns: Fix init resp when alloc ucontext
9964 - RDMA/hns: Fix cq record doorbell enable in kernel
9965
9966 * Replace LPC patchset with upstream version (LP: #1762758)
9967 - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver"
9968 - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support"
9969 - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host
9970 children"
9971 - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT
9972 bindings"
9973 - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO
9974 devices"
9975 - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO
9976 hosts"
9977 - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of
9978 pci_register_io_range()"
9979 - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in
9980 pci_register_io_range()"
9981 - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method"
9982 - lib: Add generic PIO mapping method
9983 - PCI: Remove __weak tag from pci_register_io_range()
9984 - PCI: Add fwnode handler as input param of pci_register_io_range()
9985 - PCI: Apply the new generic I/O management on PCI IO hosts
9986 - of: Add missing I/O range exception for indirect-IO devices
9987 - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
9988 - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use
9989 - ACPI / scan: Do not enumerate Indirect IO host children
9990 - HISI LPC: Add ACPI support
9991 - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver
9992
9993 * Enable Tunneled Operations on POWER9 (LP: #1762448)
9994 - powerpc/powernv: Enable tunneled operations
9995 - cxl: read PHB indications from the device tree
9996
9997 * PSL traces reset after PERST for debug AFU image (LP: #1762462)
9998 - cxl: Enable NORST bit in PSL_DEBUG register for PSL9
9999
10000 * NFS + sec=krb5 is broken (LP: #1759791)
10001 - sunrpc: remove incorrect HMAC request initialization
10002
10003 * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128)
10004 - d-i: add bcm2835 to block-modules
10005
10006 * Backport USB core quirks (LP: #1762695)
10007 - usb: core: Add "quirks" parameter for usbcore
10008 - usb: core: Copy parameter string correctly and remove superfluous null check
10009 - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
10010
10011 * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when
10012 setting up a second end-to-end encrypted disk (LP: #1762353)
10013 - SAUCE: s390/crypto: Adjust s390 aes and paes cipher
10014
10015 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715
10016 - powerpc/64s: Wire up cpu_show_spectre_v2()
10017
10018 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753
10019 - powerpc/64s: Wire up cpu_show_spectre_v1()
10020
10021 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754
10022 - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
10023 - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
10024 - powerpc/rfi-flush: Always enable fallback flush on pseries
10025 - powerpc/rfi-flush: Differentiate enabled and patched flush types
10026 - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
10027 - powerpc/64s: Move cpu_show_meltdown()
10028 - powerpc/64s: Enhance the information in cpu_show_meltdown()
10029 - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
10030 - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
10031
10032 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 //
10033 CVE-2017-5753 // CVE-2017-5754
10034 - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
10035 - powerpc: Add security feature flags for Spectre/Meltdown
10036 - powerpc/pseries: Set or clear security feature flags
10037 - powerpc/powernv: Set or clear security feature flags
10038
10039 * Hisilicon network subsystem 3 support (LP: #1761610)
10040 - net: hns3: export pci table of hclge and hclgevf to userspace
10041 - d-i: Add hns3 drivers to nic-modules
10042
10043 * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534)
10044 - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
10045
10046 * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712)
10047 - perf vendor events aarch64: Add JSON metrics for ARM Cortex-A53 Processor
10048 - perf vendor events: Drop incomplete multiple mapfile support
10049 - perf vendor events: Fix error code in json_events()
10050 - perf vendor events: Drop support for unused topic directories
10051 - perf vendor events: Add support for pmu events vendor subdirectory
10052 - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
10053 - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
10054 - perf vendor events: Add support for arch standard events
10055 - perf vendor events arm64: Add armv8-recommended.json
10056 - perf vendor events arm64: Fixup ThunderX2 to use recommended events
10057 - perf vendor events arm64: fixup A53 to use recommended events
10058 - perf vendor events arm64: add HiSilicon hip08 JSON file
10059 - perf vendor events arm64: Enable JSON events for ThunderX2 B0
10060
10061 * Warning "cache flush timed out!" seen when unloading the cxl driver
10062 (LP: #1762367)
10063 - cxl: Check if PSL data-cache is available before issue flush request
10064
10065 * Bionic update to 4.15.16 stable release (LP: #1762370)
10066 - ARM: OMAP: Fix SRAM W+X mapping
10067 - ARM: 8746/1: vfp: Go back to clearing vfp_current_hw_state[]
10068 - ARM: dts: sun6i: a31s: bpi-m2: improve pmic properties
10069 - ARM: dts: sun6i: a31s: bpi-m2: add missing regulators
10070 - mtd: jedec_probe: Fix crash in jedec_read_mfr()
10071 - mtd: nand: atmel: Fix get_sectorsize() function
10072 - ALSA: usb-audio: Add native DSD support for TEAC UD-301
10073 - ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()
10074 - ALSA: pcm: potential uninitialized return values
10075 - x86/platform/uv/BAU: Add APIC idt entry
10076 - perf/hwbp: Simplify the perf-hwbp code, fix documentation
10077 - ceph: only dirty ITER_IOVEC pages for direct read
10078 - ipc/shm.c: add split function to shm_vm_ops
10079 - i2c: i2c-stm32f7: fix no check on returned setup
10080 - powerpc/mm: Add tracking of the number of coprocessors using a context
10081 - powerpc/mm: Workaround Nest MMU bug with TLB invalidations
10082 - powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRs
10083 - partitions/msdos: Unable to mount UFS 44bsd partitions
10084 - xfrm_user: uncoditionally validate esn replay attribute struct
10085 - RDMA/ucma: Check AF family prior resolving address
10086 - RDMA/ucma: Fix use-after-free access in ucma_close
10087 - RDMA/ucma: Ensure that CM_ID exists prior to access it
10088 - RDMA/rdma_cm: Fix use after free race with process_one_req
10089 - RDMA/ucma: Check that device is connected prior to access it
10090 - RDMA/ucma: Check that device exists prior to accessing it
10091 - RDMA/ucma: Introduce safer rdma_addr_size() variants
10092 - ipv6: fix possible deadlock in rt6_age_examine_exception()
10093 - net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()
10094 - xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems
10095 - percpu: add __GFP_NORETRY semantics to the percpu balancing path
10096 - netfilter: x_tables: make allocation less aggressive
10097 - netfilter: bridge: ebt_among: add more missing match size checks
10098 - l2tp: fix races with ipv4-mapped ipv6 addresses
10099 - netfilter: drop template ct when conntrack is skipped.
10100 - netfilter: x_tables: add and use xt_check_proc_name
10101 - phy: qcom-ufs: add MODULE_LICENSE tag
10102 - Bluetooth: Fix missing encryption refresh on Security Request
10103 - drm/i915/dp: Write to SET_POWER dpcd to enable MST hub.
10104 - bitmap: fix memset optimization on big-endian systems
10105 - USB: serial: ftdi_sio: add RT Systems VX-8 cable
10106 - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
10107 - USB: serial: cp210x: add ELDAT Easywave RX09 id
10108 - serial: 8250: Add Nuvoton NPCM UART
10109 - mei: remove dev_err message on an unsupported ioctl
10110 - /dev/mem: Avoid overwriting "err" in read_mem()
10111 - media: usbtv: prevent double free in error case
10112 - parport_pc: Add support for WCH CH382L PCI-E single parallel port card.
10113 - crypto: lrw - Free rctx->ext with kzfree
10114 - crypto: talitos - don't persistently map req_ctx->hw_context and
10115 req_ctx->buf
10116 - crypto: inside-secure - fix clock management
10117 - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
10118 - crypto: talitos - fix IPsec cipher in length
10119 - crypto: ahash - Fix early termination in hash walk
10120 - crypto: caam - Fix null dereference at error path
10121 - crypto: ccp - return an actual key size from RSA max_size callback
10122 - crypto: arm,arm64 - Fix random regeneration of S_shipped
10123 - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
10124 - Btrfs: fix unexpected cow in run_delalloc_nocow
10125 - staging: comedi: ni_mio_common: ack ai fifo error interrupts.
10126 - Revert "base: arch_topology: fix section mismatch build warnings"
10127 - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370
10128 - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
10129 - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
10130 - vt: change SGR 21 to follow the standards
10131 - ARM: dts: DRA76-EVM: Set powerhold property for tps65917
10132 - net: hns: Fix ethtool private flags
10133 - Fix slab name "biovec-(1<<(21-12))"
10134 - Revert "ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin"
10135 - Revert "ARM: dts: omap3-n900: Fix the audio CODEC's reset pin"
10136 - Revert "cpufreq: Fix governor module removal race"
10137 - Revert "ip6_vti: adjust vti mtu according to mtu of lower device"
10138 - Linux 4.15.16
10139
10140 * [18.04][config] regression: nvme and nvme_core couldn't be built as modules
10141 starting 4.15-rc2 (LP: #1759893)
10142 - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for
10143 build"
10144 - [Config] CONFIG_BLK_DEV_NMVE=m
10145
10146 * Miscellaneous Ubuntu changes
10147 - [Packaging] Only install cloud init files when do_tools_common=true
10148
10149 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 13 Apr 2018 14:40:52 -0300
10150
10151 linux (4.15.0-15.16) bionic; urgency=medium
10152
10153 * linux: 4.15.0-15.16 -proposed tracker (LP: #1761177)
10154
10155 * FFe: Enable configuring resume offset via sysfs (LP: #1760106)
10156 - PM / hibernate: Make passing hibernate offsets more friendly
10157
10158 * /dev/bcache/by-uuid links not created after reboot (LP: #1729145)
10159 - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent
10160
10161 * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine
10162 type(pseries-bionic) complaining "KVM implementation does not support
10163 Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026)
10164 - powerpc: Use feature bit for RTC presence rather than timebase presence
10165 - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit
10166 - powerpc: Free up CPU feature bits on 64-bit machines
10167 - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2
10168 - powerpc/powernv: Provide a way to force a core into SMT4 mode
10169 - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
10170 - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
10171 - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
10172
10173 * Important Kernel fixes to be backported for Power9 (kvm) (LP: #1758910)
10174 - powerpc/mm: Fixup tlbie vs store ordering issue on POWER9
10175
10176 * Ubuntu 18.04 - IO Hang on some namespaces when running HTX with 16
10177 namespaces (Bolt / NVMe) (LP: #1757497)
10178 - powerpc/64s: Fix lost pending interrupt due to race causing lost update to
10179 irq_happened
10180
10181 * fwts-efi-runtime-dkms 18.03.00-0ubuntu1: fwts-efi-runtime-dkms kernel module
10182 failed to build (LP: #1760876)
10183 - [Packaging] include the retpoline extractor in the headers
10184
10185 -- Seth Forshee <seth.forshee@canonical.com> Wed, 04 Apr 2018 08:26:19 -0500
10186
10187 linux (4.15.0-14.15) bionic; urgency=medium
10188
10189 * linux: 4.15.0-14.15 -proposed tracker (LP: #1760678)
10190
10191 * [Bionic] mlx4 ETH - mlnx_qos failed when set some TC to vendor
10192 (LP: #1758662)
10193 - net/mlx4_en: Change default QoS settings
10194
10195 * AT_BASE_PLATFORM in AUXV is absent on kernels available on Ubuntu 17.10
10196 (LP: #1759312)
10197 - powerpc/64s: Fix NULL AT_BASE_PLATFORM when using DT CPU features
10198
10199 * Bionic update to 4.15.15 stable release (LP: #1760585)
10200 - net: dsa: Fix dsa_is_user_port() test inversion
10201 - openvswitch: meter: fix the incorrect calculation of max delta_t
10202 - qed: Fix MPA unalign flow in case header is split across two packets.
10203 - tcp: purge write queue upon aborting the connection
10204 - qed: Fix non TCP packets should be dropped on iWARP ll2 connection
10205 - sysfs: symlink: export sysfs_create_link_nowarn()
10206 - net: phy: relax error checking when creating sysfs link netdev->phydev
10207 - devlink: Remove redundant free on error path
10208 - macvlan: filter out unsupported feature flags
10209 - net: ipv6: keep sk status consistent after datagram connect failure
10210 - ipv6: old_dport should be a __be16 in __ip6_datagram_connect()
10211 - ipv6: sr: fix NULL pointer dereference when setting encap source address
10212 - ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state
10213 - mlxsw: spectrum_buffers: Set a minimum quota for CPU port traffic
10214 - net: phy: Tell caller result of phy_change()
10215 - ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes
10216 - net sched actions: return explicit error when tunnel_key mode is not
10217 specified
10218 - ppp: avoid loop in xmit recursion detection code
10219 - rhashtable: Fix rhlist duplicates insertion
10220 - test_rhashtable: add test case for rhltable with duplicate objects
10221 - kcm: lock lower socket in kcm_attach
10222 - sch_netem: fix skb leak in netem_enqueue()
10223 - ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()
10224 - net: use skb_to_full_sk() in skb_update_prio()
10225 - net: Fix hlist corruptions in inet_evict_bucket()
10226 - s390/qeth: free netdevice when removing a card
10227 - s390/qeth: when thread completes, wake up all waiters
10228 - s390/qeth: lock read device while queueing next buffer
10229 - s390/qeth: on channel error, reject further cmd requests
10230 - soc/fsl/qbman: fix issue in qman_delete_cgr_safe()
10231 - dpaa_eth: fix error in dpaa_remove()
10232 - dpaa_eth: remove duplicate initialization
10233 - dpaa_eth: increment the RX dropped counter when needed
10234 - dpaa_eth: remove duplicate increment of the tx_errors counter
10235 - dccp: check sk for closed state in dccp_sendmsg()
10236 - ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()
10237 - l2tp: do not accept arbitrary sockets
10238 - net: ethernet: arc: Fix a potential memory leak if an optional regulator is
10239 deferred
10240 - net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY
10241 interface
10242 - net: fec: Fix unbalanced PM runtime calls
10243 - net/iucv: Free memory obtained by kzalloc
10244 - netlink: avoid a double skb free in genlmsg_mcast()
10245 - net: Only honor ifindex in IP_PKTINFO if non-0
10246 - net: systemport: Rewrite __bcm_sysport_tx_reclaim()
10247 - qede: Fix qedr link update
10248 - skbuff: Fix not waking applications when errors are enqueued
10249 - team: Fix double free in error path
10250 - Linux 4.15.15
10251
10252 * Ubuntu 18.04 [ WSP DD2.2 with stop4 and stop5 enabled ]: kdump fails to
10253 capture dump when smt=2 or off. (LP: #1758206)
10254 - powerpc/crash: Remove the test for cpu_online in the IPI callback
10255 - powernv/kdump: Fix cases where the kdump kernel can get HMI's
10256 - powerpc/kdump: Fix powernv build break when KEXEC_CORE=n
10257
10258 * [Intel Ubuntu 18.04 Bug] Null pointer dereference, when disconnecting RAID
10259 rebuild target (LP: #1759279)
10260 - md: document lifetime of internal rdev pointer.
10261
10262 * [Feature]Crystal Ridge:add support for the platform capabilities NFIT sub-
10263 table in ACPI 6.2A (LP: #1730829)
10264 - ACPICA: ACPI 6.0A: Changes to the NFIT ACPI table
10265 - acpi: nfit: Add support for detect platform CPU cache flush on power loss
10266 - acpi: nfit: add persistent memory control flag for nd_region
10267 - libnvdimm: expose platform persistence attribute for nd_region
10268 - libnvdimm: re-enable deep flush for pmem devices via fsync()
10269 - libnvdimm, nfit: fix persistence domain reporting
10270
10271 * Allow multiple mounts of zfs datasets (LP: #1759848)
10272 - SAUCE: Allow mounting datasets more than once (LP: #1759848)
10273
10274 * Update Aquantia driver to fix various issues (LP: #1759303)
10275 - net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZE
10276 - net: aquantia: Cleanup status flags accesses
10277 - net: aquantia: Cleanup hardware access modules
10278 - net: aquantia: Remove duplicate hardware descriptors declarations
10279 - net: aquantia: Add const qualifiers for hardware ops tables
10280 - net: aquantia: Simplify dependencies between pci modules
10281 - net: aquantia: Eliminate aq_nic structure abstraction
10282 - net: aquantia: Fix register definitions to linux style
10283 - net: aquantia: Prepend hw access functions declarations with prefix
10284 - net: aquantia: Fix internal stats calculation on rx
10285 - net: aquantia: Introduce new device ids and constants
10286 - net: aquantia: Introduce new AQC devices and capabilities
10287 - net: aquantia: Convert hw and caps structures to const static pointers
10288 - net: aquantia: Cleanup pci functions module
10289 - net: aquantia: Remove create/destroy from hw ops
10290 - net: aquantia: Change confusing no_ff_addr to more meaningful name
10291 - net: aquantia: Introduce firmware ops callbacks
10292 - net: aquantia: Introduce support for new firmware on AQC cards
10293 - net: aquantia: Introduce global AQC hardware reset sequence
10294 - net: aquantia: Report correct mediatype via ethtool
10295 - net: aquantia: bump driver version to match aquantia internal numbering
10296 - net: aquantia: Fix hardware reset when SPI may rarely hangup
10297 - net: aquantia: Fix a regression with reset on old firmware
10298 - net: aquantia: Change inefficient wait loop on fw data reads
10299 - net: aquantia: Add tx clean budget and valid budget handling logic
10300 - net: aquantia: Allow live mac address changes
10301 - net: aquantia: Implement pci shutdown callback
10302 - net: aquantia: driver version bump
10303
10304 * ISST-LTE:KVM:Ubuntu1804:BostonLC:boslcp3: cpu hotplug on boslcp3g4 guest
10305 dumping call traces continuously. (LP: #1759722)
10306 - blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printk
10307
10308 * ISST-LTE:KVM:Ubuntu18.04:BostonLC:boslcp3:boslcp3g3:Guest conosle hangs
10309 after hotplug CPU add operation. (LP: #1759723)
10310 - genirq/affinity: assign vectors to all possible CPUs
10311 - blk-mq: simplify queue mapping & schedule with each possisble CPU
10312
10313 * test_bpf fails (LP: #1756150)
10314 - test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches
10315
10316 * Bionic update to v4.15.14 stable release (LP: #1759655)
10317 - MIPS: ralink: Remove ralink_halt()
10318 - MIPS: ralink: Fix booting on MT7621
10319 - MIPS: lantiq: Fix Danube USB clock
10320 - MIPS: lantiq: Enable AHB Bus for USB
10321 - MIPS: lantiq: ase: Enable MFD_SYSCON
10322 - iio: chemical: ccs811: Corrected firmware boot/application mode transition
10323 - iio: st_pressure: st_accel: pass correct platform data to init
10324 - iio: adc: meson-saradc: unlock on error in meson_sar_adc_lock()
10325 - ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit
10326 - ALSA: aloop: Sync stale timer before release
10327 - ALSA: aloop: Fix access to not-yet-ready substream via cable
10328 - ALSA: hda - Force polling mode on CFL for fixing codec communication
10329 - ALSA: hda/realtek - Fix speaker no sound after system resume
10330 - ALSA: hda/realtek - Fix Dell headset Mic can't record
10331 - ALSA: hda/realtek - Always immediately update mute LED with pin VREF
10332 - mmc: core: Fix tracepoint print of blk_addr and blksz
10333 - mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cards
10334 - mmc: block: fix updating ext_csd caches on ioctl call
10335 - mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems
10336 - mmc: dw_mmc: exynos: fix the suspend/resume issue for exynos5433
10337 - mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occurs
10338 - PCI: Add function 1 DMA alias quirk for Highpoint RocketRAID 644L
10339 - ahci: Add PCI-id for the Highpoint Rocketraid 644L card
10340 - lockdep: fix fs_reclaim warning
10341 - clk: bcm2835: Fix ana->maskX definitions
10342 - clk: bcm2835: Protect sections updating shared registers
10343 - clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops
10344 - RDMA/mlx5: Fix crash while accessing garbage pointer and freed memory
10345 - Drivers: hv: vmbus: Fix ring buffer signaling
10346 - pinctrl: samsung: Validate alias coming from DT
10347 - Bluetooth: btusb: Remove Yoga 920 from the btusb_needs_reset_resume_table
10348 - Bluetooth: btusb: Add Dell OptiPlex 3060 to btusb_needs_reset_resume_table
10349 - Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174
10350 - libata: fix length validation of ATAPI-relayed SCSI commands
10351 - libata: remove WARN() for DMA or PIO command without data
10352 - libata: don't try to pass through NCQ commands to non-NCQ devices
10353 - libata: Apply NOLPM quirk to Crucial MX100 512GB SSDs
10354 - libata: Enable queued TRIM for Samsung SSD 860
10355 - libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDs
10356 - libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versions
10357 - libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 version
10358 - sched, cgroup: Don't reject lower cpu.max on ancestors
10359 - cgroup: fix rule checking for threaded mode switching
10360 - nfsd: remove blocked locks on client teardown
10361 - media: tegra-cec: reset rx_buf_cnt when start bit detected
10362 - hugetlbfs: check for pgoff value overflow
10363 - h8300: remove extraneous __BIG_ENDIAN definition
10364 - mm/vmalloc: add interfaces to free unmapped page table
10365 - x86/mm: implement free pmd/pte page interfaces
10366 - mm/khugepaged.c: convert VM_BUG_ON() to collapse fail
10367 - mm/thp: do not wait for lock_page() in deferred_split_scan()
10368 - mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()
10369 - Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
10370 - drm/vmwgfx: Fix black screen and device errors when running without fbdev
10371 - drm/vmwgfx: Fix a destoy-while-held mutex problem.
10372 - drm/radeon: Don't turn off DP sink when disconnected
10373 - drm/amd/display: We shouldn't set format_default on plane as atomic driver
10374 - drm/amd/display: Add one to EDID's audio channel count when passing to DC
10375 - drm: Reject getfb for multi-plane framebuffers
10376 - drm: udl: Properly check framebuffer mmap offsets
10377 - mm/vmscan: wake up flushers for legacy cgroups too
10378 - module: propagate error in modules_open()
10379 - acpi, numa: fix pxm to online numa node associations
10380 - ACPI / watchdog: Fix off-by-one error at resource assignment
10381 - libnvdimm, {btt, blk}: do integrity setup before add_disk()
10382 - brcmfmac: fix P2P_DEVICE ethernet address generation
10383 - rtlwifi: rtl8723be: Fix loss of signal
10384 - tracing: probeevent: Fix to support minus offset from symbol
10385 - mtdchar: fix usage of mtd_ooblayout_ecc()
10386 - mtd: nand: fsl_ifc: Fix nand waitfunc return value
10387 - mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
10388 - mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0
10389 - staging: ncpfs: memory corruption in ncp_read_kernel()
10390 - can: peak/pcie_fd: fix echo_skb is occupied! bug
10391 - can: peak/pcie_fd: remove useless code when interface starts
10392 - can: ifi: Repair the error handling
10393 - can: ifi: Check core revision upon probe
10394 - can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack
10395 - can: cc770: Fix queue stall & dropped RTR reply
10396 - can: cc770: Fix use after free in cc770_tx_interrupt()
10397 - tty: vt: fix up tabstops properly
10398 - x86/entry/64: Don't use IST entry for #BP stack
10399 - selftests/x86/ptrace_syscall: Fix for yet more glibc interference
10400 - x86/vsyscall/64: Use proper accessor to update P4D entry
10401 - x86/efi: Free efi_pgd with free_pages()
10402 - posix-timers: Protect posix clock array access against speculation
10403 - kvm/x86: fix icebp instruction handling
10404 - x86/build/64: Force the linker to use 2MB page size
10405 - x86/boot/64: Verify alignment of the LOAD segment
10406 - hwmon: (k10temp) Only apply temperature offset if result is positive
10407 - hwmon: (k10temp) Add temperature offset for Ryzen 1900X
10408 - perf/x86/intel/uncore: Fix Skylake UPI event format
10409 - perf stat: Fix CVS output format for non-supported counters
10410 - perf/core: Fix ctx_event_type in ctx_resched()
10411 - trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type
10412 programs
10413 - perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()
10414 - perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake
10415 servers
10416 - iio: ABI: Fix name of timestamp sysfs file
10417 - iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()
10418 - iio: imu: st_lsm6dsx: introduce conf_lock mutex
10419 - staging: android: ion: Zero CMA allocated memory
10420 - kbuild: disable clang's default use of -fmerge-all-constants
10421 - bpf: skip unnecessary capability check
10422 - bpf, x64: increase number of passes
10423 - Linux 4.15.14
10424
10425 * System fails to start (boot) on battery due to read-only root file-system
10426 (LP: #1726930) // Bionic update to v4.15.14 stable release (LP: #1759655)
10427 - libata: disable LPM for Crucial BX100 SSD 500GB drive
10428
10429 * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775)
10430 - thunderbolt: Resume control channel after hibernation image is created
10431 - thunderbolt: Serialize PCIe tunnel creation with PCI rescan
10432 - thunderbolt: Handle connecting device in place of host properly
10433 - thunderbolt: Do not overwrite error code when domain adding fails
10434 - thunderbolt: Wait a bit longer for root switch config space
10435 - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
10436 - thunderbolt: Handle rejected Thunderbolt devices
10437 - thunderbolt: Factor common ICM add and update operations out
10438 - thunderbolt: Correct function name in kernel-doc comment
10439 - thunderbolt: Add tb_switch_get()
10440 - thunderbolt: Add tb_switch_find_by_route()
10441 - thunderbolt: Add tb_xdomain_find_by_route()
10442 - thunderbolt: Add constant for approval timeout
10443 - thunderbolt: Move driver ready handling to struct icm
10444 - thunderbolt: Add 'boot' attribute for devices
10445 - thunderbolt: Add support for preboot ACL
10446 - Documentation/admin-guide: fixes for thunderbolt.rst
10447 - thunderbolt: Introduce USB only (SL4) security level
10448 - thunderbolt: Add support for Intel Titan Ridge
10449
10450 * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345)
10451 - ath10k: update the IRAM bank number for QCA9377
10452
10453 * nfp: fix disabling on hw-tc-offload in flower (LP: #1752828)
10454 - nfp: bpf: require ETH table
10455 - nfp: don't advertise hw-tc-offload on non-port netdevs
10456 - nfp: forbid disabling hw-tc-offload on representors while offload active
10457
10458 * Fix an issue that when system in S3, USB keyboard can't wake up the system.
10459 (LP: #1759511)
10460 - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW
10461
10462 * retpoline hints: primary infrastructure and initial hints (LP: #1758856)
10463 - [Packaging] retpoline -- add safe usage hint support
10464 - [Packaging] retpoline-check -- only report additions
10465 - [Packaging] retpoline -- widen indirect call/jmp detection
10466 - [Packaging] retpoline -- elide %rip relative indirections
10467 - [Packaging] retpoline -- clear hint information from packages
10468 - SAUCE: apm -- annotate indirect calls within
10469 firmware_restrict_branch_speculation_{start,end}
10470 - SAUCE: EFI -- annotate indirect calls within
10471 firmware_restrict_branch_speculation_{start,end}
10472 - SAUCE: early/late -- annotate indirect calls in early/late initialisation
10473 code
10474 - SAUCE: vga_set_mode -- avoid jump tables
10475 - [Config] retpoine -- switch to new format
10476
10477 * zfs system process hung on container stop/delete (LP: #1754584)
10478 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
10479 - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)"
10480 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
10481
10482 * Important KVM fixes for ppc64el (LP: #1759045)
10483 - KVM: PPC: Book3S HV: Do SLB load/unload with guest LPCR value loaded
10484 - KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code
10485 - KVM: PPC: Book3S HV: Make HPT resizing work on POWER9
10486 - KVM: PPC: Book3S: Add MMIO emulation for VMX instructions
10487 - KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions
10488 - KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry
10489 - KVM: PPC: Book3S HV: Fix duplication of host SLB entries
10490
10491 * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64
10492 (LP: #1755073)
10493 - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK
10494
10495 * Update to ocxl driver (LP: #1755161)
10496 - ocxl: fix signed comparison with less than zero
10497 - ocxl: Fix potential bad errno on irq allocation
10498 - ocxl: Add get_metadata IOCTL to share OCXL information to userspace
10499
10500 * CAPI Flash (cxlflash) update (LP: #1752672)
10501 - scsi: cxlflash: Update cxl-specific arguments to generic cookie
10502 - scsi: cxlflash: Explicitly cache number of interrupts per context
10503 - scsi: cxlflash: Remove embedded CXL work structures
10504 - scsi: cxlflash: Adapter context init can return error
10505 - scsi: cxlflash: Staging to support future accelerators
10506 - SAUCE: cxlflash: Preserve number of interrupts for master contexts
10507 - SAUCE: cxlflash: Avoid clobbering context control register value
10508 - SAUCE: cxlflash: Add argument identifier names
10509 - SAUCE: cxlflash: Introduce OCXL backend
10510 - SAUCE: cxlflash: Hardware AFU for OCXL
10511 - SAUCE: cxlflash: Read host function configuration
10512 - SAUCE: cxlflash: Setup function acTag range
10513 - SAUCE: cxlflash: Read host AFU configuration
10514 - SAUCE: cxlflash: Setup AFU acTag range
10515 - SAUCE: cxlflash: Setup AFU PASID
10516 - SAUCE: cxlflash: Adapter context support for OCXL
10517 - SAUCE: cxlflash: Use IDR to manage adapter contexts
10518 - SAUCE: cxlflash: Support adapter file descriptors for OCXL
10519 - SAUCE: cxlflash: Support adapter context discovery
10520 - SAUCE: cxlflash: Support image reload policy modification
10521 - SAUCE: cxlflash: MMIO map the AFU
10522 - SAUCE: cxlflash: Support starting an adapter context
10523 - SAUCE: cxlflash: Support process specific mappings
10524 - SAUCE: cxlflash: Support AFU state toggling
10525 - SAUCE: cxlflash: Support reading adapter VPD data
10526 - SAUCE: cxlflash: Setup function OCXL link
10527 - SAUCE: cxlflash: Setup OCXL transaction layer
10528 - SAUCE: cxlflash: Support process element lifecycle
10529 - SAUCE: cxlflash: Support AFU interrupt management
10530 - SAUCE: cxlflash: Support AFU interrupt mapping and registration
10531 - SAUCE: cxlflash: Support starting user contexts
10532 - SAUCE: cxlflash: Support adapter context polling
10533 - SAUCE: cxlflash: Support adapter context reading
10534 - SAUCE: cxlflash: Support adapter context mmap and release
10535 - SAUCE: cxlflash: Support file descriptor mapping
10536 - SAUCE: cxlflash: Introduce object handle fop
10537 - SAUCE: cxlflash: Setup LISNs for user contexts
10538 - SAUCE: cxlflash: Setup LISNs for master contexts
10539 - SAUCE: cxlflash: Update synchronous interrupt status bits
10540 - SAUCE: cxlflash: Introduce OCXL context state machine
10541 - SAUCE: cxlflash: Register for translation errors
10542 - SAUCE: cxlflash: Support AFU reset
10543 - SAUCE: cxlflash: Enable OCXL operations
10544
10545 * [Feature][CFL] Enable pmc_core driver for H, S, and U SKUs (LP: #1730770)
10546 - platform/x86: intel_pmc_core: Remove unused EXPORTED API
10547 - platform/x86: intel_pmc_core: Change driver to a module
10548 - platform/x86: intel_pmc_core: Fix file permission warnings
10549 - platform/x86: intel_pmc_core: Refactor debugfs entries
10550 - platform/x86: intel_pmc_core: Substitute PCI with CPUID enumeration
10551 - platform/x86: intel_pmc_core: Convert to ICPU macro
10552 - platform/x86: intel_pmc_core: Remove unused header file
10553 - ACPI / LPIT: Export lpit_read_residency_count_address()
10554 - platform/x86: intel_pmc_core: Read base address from LPIT
10555 - x86/cpu: Add Cannonlake to Intel family
10556 - platform/x86: intel_pmc_core: Add CannonLake PCH support
10557 - platform/x86: intel_pmc_core: Special case for Coffeelake
10558
10559 * Cpu utilization showing system time for kvm guests (performance) (sysstat)
10560 (LP: #1755979)
10561 - KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GEN
10562
10563 * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core
10564 (LP: #1736393)
10565 - SAUCE: drm/i915:Don't set chip specific data
10566 - SAUCE: drm/i915: make previous commit affects Wyse 3040 only
10567
10568 * [Bug] ISH support for CFL-H (LP: #1739522)
10569 - HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktop
10570
10571 * ath9k can't connect to wifi AP (LP: #1727228)
10572 - ath9k: add MSI support
10573 - ath9k: add a quirk to set use_msi automatically
10574
10575 * [P9,Power NV][Witherspoon][Ubuntu 18.04][Perf] : PMU events by name it is
10576 not listed under perf list (LP: #1755470)
10577 - iperf vendor events: Use more flexible pattern matching for CPU
10578 identification for mapfile.csv
10579
10580 * zed process consuming 100% cpu (LP: #1751796)
10581 - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796)
10582
10583 * Bionic update to 4.15.13 stable release (LP: #1758886)
10584 - scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura
10585 controllers
10586 - staging: android: ashmem: Fix possible deadlock in ashmem_ioctl
10587 - drm/amdgpu: use polling mem to set SDMA3 wptr for VF
10588 - Bluetooth: hci_qca: Avoid setup failure on missing rampatch
10589 - Bluetooth: btqcomsmd: Fix skb double free corruption
10590 - cpufreq: longhaul: Revert transition_delay_us to 200 ms
10591 - media: c8sectpfe: fix potential NULL pointer dereference in
10592 c8sectpfe_timer_interrupt
10593 - drm/msm: fix leak in failed get_pages
10594 - IB/ipoib: Warn when one port fails to initialize
10595 - RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo()
10596 - hv_netvsc: Fix the receive buffer size limit
10597 - hv_netvsc: Fix the TX/RX buffer default sizes
10598 - tcp: allow TLP in ECN CWR
10599 - spi: sh-msiof: Avoid writing to registers from spi_master.setup()
10600 - libbpf: prefer global symbols as bpf program name source
10601 - rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled.
10602 - rtlwifi: always initialize variables given to RT_TRACE()
10603 - media: bt8xx: Fix err 'bt878_probe()'
10604 - ath10k: handling qos at STA side based on AP WMM enable/disable
10605 - media: [RESEND] media: dvb-frontends: Add delay to Si2168 restart
10606 - qmi_wwan: set FLAG_SEND_ZLP to avoid network initiated disconnect
10607 - tty: goldfish: Enable 'earlycon' only if built-in
10608 - serial: 8250_dw: Disable clock on error
10609 - cros_ec: fix nul-termination for firmware build info
10610 - watchdog: Fix potential kref imbalance when opening watchdog
10611 - watchdog: Fix kref imbalance seen if handle_boot_enabled=0
10612 - platform/chrome: Use proper protocol transfer function
10613 - dmaengine: zynqmp_dma: Fix race condition in the probe
10614 - drm/tilcdc: ensure nonatomic iowrite64 is not used
10615 - mmc: avoid removing non-removable hosts during suspend
10616 - mmc: block: fix logical error to avoid memory leak
10617 - /dev/mem: Add bounce buffer for copy-out
10618 - net: phy: meson-gxl: check phy_write return value
10619 - sfp: fix EEPROM reading in the case of non-SFF8472 SFPs
10620 - sfp: fix non-detection of PHY
10621 - media: s5p-mfc: Fix lock contention - request_firmware() once
10622 - rtc: ac100: Fix multiple race conditions
10623 - IB/ipoib: Avoid memory leak if the SA returns a different DGID
10624 - RDMA/cma: Use correct size when writing netlink stats
10625 - IB/umem: Fix use of npages/nmap fields
10626 - iser-target: avoid reinitializing rdma contexts for isert commands
10627 - bpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog
10628 - vgacon: Set VGA struct resource types
10629 - omapdrm: panel: fix compatible vendor string for td028ttec1
10630 - mmc: sdhci-xenon: wait 5ms after set 1.8V signal enable
10631 - drm/omap: DMM: Check for DMM readiness after successful transaction commit
10632 - pty: cancel pty slave port buf's work in tty_release
10633 - coresight: Fix disabling of CoreSight TPIU
10634 - PCI: designware-ep: Fix ->get_msi() to check MSI_EN bit
10635 - PCI: endpoint: Fix find_first_zero_bit() usage
10636 - PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failures
10637 - media: davinci: fix a debug printk
10638 - clk: check ops pointer on clock register
10639 - dt-bindings: display: panel: Fix compatible string for Toshiba LT089AC29000
10640 - clk: use round rate to bail out early in set_rate
10641 - pinctrl: Really force states during suspend/resume
10642 - pinctrl: rockchip: enable clock when reading pin direction register
10643 - iommu/vt-d: clean up pr_irq if request_threaded_irq fails
10644 - ip6_vti: adjust vti mtu according to mtu of lower device
10645 - ip_gre: fix error path when erspan_rcv failed
10646 - ip_gre: fix potential memory leak in erspan_rcv
10647 - soc: qcom: smsm: fix child-node lookup
10648 - RDMA/ocrdma: Fix permissions for OCRDMA_RESET_STATS
10649 - ARM: dts: aspeed-evb: Add unit name to memory node
10650 - nfsd4: permit layoutget of executable-only files
10651 - clk: at91: pmc: Wait for clocks when resuming
10652 - clk: Don't touch hardware when reparenting during registration
10653 - clk: axi-clkgen: Correctly handle nocount bit in recalc_rate()
10654 - clk: si5351: Rename internal plls to avoid name collisions
10655 - crypto: artpec6 - set correct iv size for gcm(aes)
10656 - hwrng: core - Clean up RNG list when last hwrng is unregistered
10657 - dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63
10658 - IB/mlx5: Fix integer overflows in mlx5_ib_create_srq
10659 - IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rq
10660 - RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file
10661 - serial: 8250_pci: Don't fail on multiport card class
10662 - RDMA/core: Do not use invalid destination in determining port reuse
10663 - clk: migrate the count of orphaned clocks at init
10664 - RDMA/ucma: Fix access to non-initialized CM_ID object
10665 - RDMA/ucma: Don't allow join attempts for unsupported AF family
10666 - Linux 4.15.13
10667
10668 * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to
10669 "always" (LP: #1753708)
10670 - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el
10671
10672 * Bionic update to 4.15.12 stable release (LP: #1757465)
10673 - x86/cpufeatures: Add Intel Total Memory Encryption cpufeature
10674 - x86/cpufeatures: Add Intel PCONFIG cpufeature
10675 - selftests/x86/entry_from_vm86: Exit with 1 if we fail
10676 - selftests/x86/entry_from_vm86: Add test cases for POPF
10677 - x86/vm86/32: Fix POPF emulation
10678 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool on
10679 32-bit kernels
10680 - x86/speculation: Remove Skylake C2 from Speculation Control microcode
10681 blacklist
10682 - KVM: x86: Fix device passthrough when SME is active
10683 - x86/mm: Fix vmalloc_fault to use pXd_large
10684 - parisc: Handle case where flush_cache_range is called with no context
10685 - ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()
10686 - ALSA: hda - Revert power_save option default value
10687 - ALSA: seq: Fix possible UAF in snd_seq_check_queue()
10688 - ALSA: seq: Clear client entry before deleting else at closing
10689 - drm/nouveau/bl: Fix oops on driver unbind
10690 - drm/nouveau/mmu: ALIGN_DOWN correct variable
10691 - drm/amdgpu: fix prime teardown order
10692 - drm/radeon: fix prime teardown order
10693 - drm/amdgpu/dce: Don't turn off DP sink when disconnected
10694 - fs: Teach path_connected to handle nfs filesystems with multiple roots.
10695 - KVM: arm/arm64: Reduce verbosity of KVM init log
10696 - KVM: arm/arm64: Reset mapped IRQs on VM reset
10697 - kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3
10698 - KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid
10699 - lock_parent() needs to recheck if dentry got __dentry_kill'ed under it
10700 - fs/aio: Add explicit RCU grace period when freeing kioctx
10701 - fs/aio: Use RCU accessors for kioctx_table->table[]
10702 - RDMAVT: Fix synchronization around percpu_ref
10703 - irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis
10704 - nvme: fix subsystem multiple controllers support check
10705 - xfs: preserve i_rdev when recycling a reclaimable inode
10706 - btrfs: Fix NULL pointer exception in find_bio_stripe
10707 - btrfs: add missing initialization in btrfs_check_shared
10708 - btrfs: alloc_chunk: fix DUP stripe size handling
10709 - btrfs: Fix use-after-free when cleaning up fs_devs with a single stale
10710 device
10711 - btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes
10712 - btrfs: Fix memory barriers usage with device stats counters
10713 - scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_que
10714 - scsi: qla2xxx: Fix NULL pointer access for fcport structure
10715 - scsi: qla2xxx: Fix logo flag for qlt_free_session_done()
10716 - scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failure
10717 - usb: dwc2: fix STM32F7 USB OTG HS compatible
10718 - dt-bindings: usb: fix the STM32F7 DWC2 OTG HS core binding
10719 - USB: gadget: udc: Add missing platform_device_put() on error in
10720 bdc_pci_probe()
10721 - usb: dwc3: Fix GDBGFIFOSPACE_TYPE values
10722 - usb: dwc3: core: Power-off core/PHYs on system_suspend in host mode
10723 - usb: dwc3: of-simple: fix oops by unbalanced clk disable call
10724 - usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()
10725 - phy: phy-brcm-usb: Fix two DT properties to match bindings doc
10726 - phy: phy-brcm-usb-init: Some Low Speed keyboards fail on 7271
10727 - phy: phy-brcm-usb-init: DRD mode can cause crash on startup
10728 - phy: phy-brcm-usb-init: Power down USB 3.0 PHY when XHCI disabled
10729 - Linux 4.15.12
10730
10731 * cxl: Fix timebase synchronization status on POWER9 missing (CAPI)
10732 (LP: #1757228)
10733 - cxl: Fix timebase synchronization status on P9
10734
10735 * [Feature][GLK] Enable L2 CDP (Code and Data Prioritization) (LP: #1737873)
10736 - x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) feature
10737 - x86/intel_rdt: Add command line parameter to control L2_CDP
10738
10739 * [Feature] Crystal Ridge-Restrict DAX to configurations with struct page
10740 (LP: #1751724)
10741 - mm, dax: introduce pfn_t_special()
10742 - ext2: auto disable dax instead of failing mount
10743 - ext4: auto disable dax instead of failing mount
10744 - dax: require 'struct page' by default for filesystem dax
10745 - Config: Enable CONFIG_FS_DAX_LIMITED
10746
10747 * Bionic update to 4.15.11 stable release (LP: #1756978)
10748 - x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
10749 - ASoC: sun4i-i2s: Fix RX slot number of SUN8I
10750 - ASoC: sgtl5000: Fix suspend/resume
10751 - ASoC: wm_adsp: For TLV controls only register TLV get/set
10752 - ASoC: rt5651: Fix regcache sync errors on resume
10753 - usb: host: xhci-rcar: add support for r8a77965
10754 - xhci: Fix front USB ports on ASUS PRIME B350M-A
10755 - xhci: fix endpoint context tracer output
10756 - serial: sh-sci: prevent lockup on full TTY buffers
10757 - tty/serial: atmel: add new version check for usart
10758 - uas: fix comparison for error code
10759 - staging: comedi: fix comedi_nsamples_left.
10760 - staging: android: ashmem: Fix lockdep issue during llseek
10761 - scsi: sd_zbc: Fix potential memory leak
10762 - USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h
10763 - usbip: vudc: fix null pointer dereference on udc->lock
10764 - usb: quirks: add control message delay for 1b1c:1b20
10765 - usb: usbmon: Read text within supplied buffer size
10766 - usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()
10767 - usb: dwc3: Fix lock-up on ID change during system suspend/resume
10768 - serial: 8250_pci: Add Brainboxes UC-260 4 port serial device
10769 - serial: core: mark port as initialized in autoconfig
10770 - earlycon: add reg-offset to physical address before mapping
10771 - dm mpath: fix passing integrity data
10772 - Revert "btrfs: use proper endianness accessors for super_copy"
10773 - gfs2: Clean up {lookup,fillup}_metapath
10774 - gfs2: Fixes to "Implement iomap for block_map" (2)
10775 - drm/panel: rpi-touchscreen: propagate errors in rpi_touchscreen_i2c_read()
10776 - spi: imx: Fix failure path leak on GPIO request error correctly
10777 - HID: multitouch: Only look at non touch fields in first packet of a frame
10778 - KVM: PPC: Book3S HV: Avoid shifts by negative amounts
10779 - drm/edid: set ELD connector type in drm_edid_to_eld()
10780 - dma-buf/fence: Fix lock inversion within dma-fence-array
10781 - video/hdmi: Allow "empty" HDMI infoframes
10782 - KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix()
10783 - HID: elo: clear BTN_LEFT mapping
10784 - iwlwifi: mvm: rs: don't override the rate history in the search cycle
10785 - ARM: dts: koelsch: Move cec_clock to root node
10786 - clk: meson: gxbb: fix wrong clock for SARADC/SANA
10787 - ARM: dts: exynos: Correct Trats2 panel reset line
10788 - drm/amdgpu: fix get_max_engine_clock_in_mhz
10789 - staging: rtl8822be: fix missing null check on dev_alloc_skb return
10790 - typec: tcpm: fusb302: Resolve out of order messaging events
10791 - USB: ledtrig-usbport: fix of-node leak
10792 - dt-bindings: serial: Add common rs485 binding for RTS polarity
10793 - sched: Stop switched_to_rt() from sending IPIs to offline CPUs
10794 - sched: Stop resched_cpu() from sending IPIs to offline CPUs
10795 - crypto: chelsio - Fix an error code in chcr_hash_dma_map()
10796 - crypto: ecc - Fix NULL pointer deref. on no default_rng
10797 - crypto: keywrap - Add missing ULL suffixes for 64-bit constants
10798 - crypto: cavium - fix memory leak on info
10799 - test_firmware: fix setting old custom fw path back on exit
10800 - drm/vblank: Fix vblank timestamp debugs
10801 - net: ieee802154: adf7242: Fix bug if defined DEBUG
10802 - rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe()
10803 - perf report: Fix -D output for user metadata events
10804 - net: xfrm: allow clearing socket xfrm policies.
10805 - gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneously
10806 - mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()
10807 - net: thunderx: Set max queue count taking XDP_TX into account
10808 - ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin
10809 - ARM: dts: omap3-n900: Fix the audio CODEC's reset pin
10810 - mtd: nand: ifc: update bufnum mask for ver >= 2.0.0
10811 - userns: Don't fail follow_automount based on s_user_ns
10812 - xfrm: Fix xfrm_replay_overflow_offload_esn
10813 - leds: pm8058: Silence pointer to integer size warning
10814 - bpf: fix stack state printing in verifier log
10815 - power: supply: sbs-message: double left shift bug in sbsm_select()
10816 - power: supply: ab8500_charger: Fix an error handling path
10817 - power: supply: ab8500_charger: Bail out in case of error in
10818 'ab8500_charger_init_hw_registers()'
10819 - drm/etnaviv: make THERMAL selectable
10820 - iio: adc: ina2xx: Shift bus voltage register to mask flag bits
10821 - iio: health: max30102: Add power enable parameter to get_temp function
10822 - ath10k: update tdls teardown state to target
10823 - cpufreq: Fix governor module removal race
10824 - KVM: X86: Restart the guest when insn_len is zero and SEV is enabled
10825 - drm/amdgpu:fix random missing of FLR NOTIFY
10826 - scsi: ses: don't ask for diagnostic pages repeatedly during probe
10827 - pwm: stmpe: Fix wrong register offset for hwpwm=2 case
10828 - drm/sun4i: Fix format mask in DE2 driver
10829 - pinctrl: sh-pfc: r8a7791: Add can_clk function
10830 - pinctrl: sh-pfc: r8a7795-es1: Fix MOD_SEL1 bit[25:24] to 0x3 when using
10831 STP_ISEN_1_D
10832 - perf annotate: Fix unnecessary memory allocation for s390x
10833 - perf annotate: Fix objdump comment parsing for Intel mov dissassembly
10834 - iwlwifi: mvm: avoid dumping assert log when device is stopped
10835 - drm/amdgpu:fix virtual dce bug
10836 - drm/amdgpu: fix amdgpu_sync_resv v2
10837 - bnxt_en: Uninitialized variable in bnxt_tc_parse_actions()
10838 - clk: qcom: msm8916: fix mnd_width for codec_digcodec
10839 - mwifiex: cfg80211: do not change virtual interface during scan processing
10840 - ath10k: fix invalid STS_CAP_OFFSET_MASK
10841 - tools/usbip: fixes build with musl libc toolchain
10842 - spi: sun6i: disable/unprepare clocks on remove
10843 - bnxt_en: Don't print "Link speed -1 no longer supported" messages.
10844 - scsi: core: scsi_get_device_flags_keyed(): Always return device flags
10845 - scsi: devinfo: apply to HP XP the same flags as Hitachi VSP
10846 - scsi: dh: add new rdac devices
10847 - clk: renesas: r8a77970: Add LVDS clock
10848 - staging: fsl-dpaa2/eth: Fix access to FAS field
10849 - media: vsp1: Prevent suspending and resuming DRM pipelines
10850 - dm raid: fix raid set size revalidation
10851 - media: cpia2: Fix a couple off by one bugs
10852 - media: davinci: vpif_capture: add NULL check on devm_kzalloc return value
10853 - virtio_net: Disable interrupts if napi_complete_done rescheduled napi
10854 - net: sched: drop qdisc_reset from dev_graft_qdisc
10855 - veth: set peer GSO values
10856 - drm/amdkfd: Fix memory leaks in kfd topology
10857 - powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled
10858 context
10859 - arm64: dts: renesas: salvator-common: Add EthernetAVB PHY reset
10860 - agp/intel: Flush all chipset writes after updating the GGTT
10861 - mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLED
10862 - mac80211: remove BUG() when interface type is invalid
10863 - crypto: caam/qi - use correct print specifier for size_t
10864 - ASoC: nuc900: Fix a loop timeout test
10865 - mmc: mmc_test: Ensure command queue is disabled for testing
10866 - Fix misannotated out-of-line _copy_to_user()
10867 - ipvlan: add L2 check for packets arriving via virtual devices
10868 - rcutorture/configinit: Fix build directory error message
10869 - locking/locktorture: Fix num reader/writer corner cases
10870 - ima: relax requiring a file signature for new files with zero length
10871 - IB/mlx5: revisit -Wmaybe-uninitialized warning
10872 - dmaengine: qcom_hidma: check pending interrupts
10873 - drm/i915/glk: Disable Guc and HuC on GLK
10874 - Linux 4.15.11
10875 - Config: Enable CONFIG_DRM_ETNAVIV_THERMAL=y
10876
10877 * [FFE][Feature] KVM CLX avx512_vnni (LP: #1739665)
10878 - KVM: x86: add support for UMIP
10879 - KVM: Expose new cpu features to guest
10880
10881 * Ubuntu18.04[P9 DD2.2 Boston]:Unable to boot power8 compat mode
10882 guests(ubuntu14.04.5) (kvm) (LP: #1756254)
10883 - KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2
10884
10885 * Allow hugepage backing for "p8compat" mode kvm guests (LP: #1754206)
10886 - KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backing
10887
10888 * [Bug][KVM][Crystal Ridge] Terrible performance of vNVDIMM on QEMU with
10889 device DAX backend (LP: #1745899)
10890 - x86/mm: add a function to check if a pfn is UC/UC-/WC
10891 - KVM: MMU: consider host cache mode in MMIO page check
10892
10893 * nfp: read ME frequency from vNIC ctrl memory (LP: #1752818)
10894 - nfp: add TLV capabilities to the BAR
10895 - nfp: read ME frequency from vNIC ctrl memory
10896 - nfp: fix TLV offset calculation
10897
10898 * Miscellaneous Ubuntu changes
10899 - [Packaging] skip cloud tools packaging when not building package
10900 - [Packaging] final-checks -- remove check for empty retpoline files
10901
10902 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 02 Apr 2018 15:43:20 -0300
10903
10904 linux (4.15.0-13.14) bionic; urgency=medium
10905
10906 * linux: 4.15.0-13.14 -proposed tracker (LP: #1756408)
10907
10908 * devpts: handle bind-mounts (LP: #1755857)
10909 - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
10910 - SAUCE: devpts: resolve devpts bind-mounts
10911 - SAUCE: devpts: comment devpts_mntget()
10912 - SAUCE: selftests: add devpts selftests
10913
10914 * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103)
10915 - d-i: add hisi_sas_v3_hw to scsi-modules
10916
10917 * [Bionic][ARM64] enable ROCE and HNS3 driver support for hip08 SoC
10918 (LP: #1756097)
10919 - RDMA/hns: Refactor eq code for hip06
10920 - RDMA/hns: Add eq support of hip08
10921 - RDMA/hns: Add detailed comments for mb() call
10922 - RDMA/hns: Add rq inline data support for hip08 RoCE
10923 - RDMA/hns: Update the usage of sr_max and rr_max field
10924 - RDMA/hns: Set access flags of hip08 RoCE
10925 - RDMA/hns: Filter for zero length of sge in hip08 kernel mode
10926 - RDMA/hns: Fix QP state judgement before sending work requests
10927 - RDMA/hns: Assign dest_qp when deregistering mr
10928 - RDMA/hns: Fix endian problems around imm_data and rkey
10929 - RDMA/hns: Assign the correct value for tx_cqn
10930 - RDMA/hns: Create gsi qp in hip08
10931 - RDMA/hns: Add gsi qp support for modifying qp in hip08
10932 - RDMA/hns: Fill sq wqe context of ud type in hip08
10933 - RDMA/hns: Assign zero for pkey_index of wc in hip08
10934 - RDMA/hns: Update the verbs of polling for completion
10935 - RDMA/hns: Set the guid for hip08 RoCE device
10936 - net: hns3: Refactor of the reset interrupt handling logic
10937 - net: hns3: Add reset service task for handling reset requests
10938 - net: hns3: Refactors the requested reset & pending reset handling code
10939 - net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interface
10940 - net: hns3: Add mailbox support to VF driver
10941 - net: hns3: Add HNS3 VF HCL(Hardware Compatibility Layer) Support
10942 - net: hns3: Add HNS3 VF driver to kernel build framework
10943 - net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC
10944 - net: hns3: Add mailbox support to PF driver
10945 - net: hns3: Change PF to add ring-vect binding & resetQ to mailbox
10946 - net: hns3: Add mailbox interrupt handling to PF driver
10947 - net: hns3: add support to query tqps number
10948 - net: hns3: add support to modify tqps number
10949 - net: hns3: change the returned tqp number by ethtool -x
10950 - net: hns3: free the ring_data structrue when change tqps
10951 - net: hns3: get rss_size_max from configuration but not hardcode
10952 - net: hns3: add a mask initialization for mac_vlan table
10953 - net: hns3: add vlan offload config command
10954 - net: hns3: add ethtool related offload command
10955 - net: hns3: add handling vlan tag offload in bd
10956 - net: hns3: cleanup mac auto-negotiation state query
10957 - net: hns3: fix for getting auto-negotiation state in hclge_get_autoneg
10958 - net: hns3: add support for set_pauseparam
10959 - net: hns3: add support to update flow control settings after autoneg
10960 - net: hns3: add Asym Pause support to phy default features
10961 - net: hns3: add support for querying advertised pause frame by ethtool ethx
10962 - net: hns3: Increase the default depth of bucket for TM shaper
10963 - net: hns3: change TM sched mode to TC-based mode when SRIOV enabled
10964 - net: hns3: hns3_get_channels() can be static
10965 - net: hns3: Add ethtool interface for vlan filter
10966 - net: hns3: Disable VFs change rxvlan offload status
10967 - net: hns3: Unify the strings display of packet statistics
10968 - net: hns3: Fix spelling errors
10969 - net: hns3: Remove repeat statistic of rx_errors
10970 - net: hns3: Modify the update period of packet statistics
10971 - net: hns3: Mask the packet statistics query when NIC is down
10972 - net: hns3: Fix an error of total drop packet statistics
10973 - net: hns3: Fix a loop index error of tqp statistics query
10974 - net: hns3: Fix an error macro definition of HNS3_TQP_STAT
10975 - net: hns3: Remove a useless member of struct hns3_stats
10976 - net: hns3: Add packet statistics of netdev
10977 - net: hns3: Fix a response data read error of tqp statistics query
10978 - net: hns3: fix for updating fc_mode_last_time
10979 - net: hns3: fix for setting MTU
10980 - net: hns3: fix for changing MTU
10981 - net: hns3: add MTU initialization for hardware
10982 - net: hns3: fix for not setting pause parameters
10983 - net: hns3: remove redundant semicolon
10984 - net: hns3: Add more packet size statisctics
10985 - Revert "net: hns3: Add packet statistics of netdev"
10986 - net: hns3: report the function type the same line with hns3_nic_get_stats64
10987 - net: hns3: add ethtool_ops.get_channels support for VF
10988 - net: hns3: remove TSO config command from VF driver
10989 - net: hns3: add ethtool_ops.get_coalesce support to PF
10990 - net: hns3: add ethtool_ops.set_coalesce support to PF
10991 - net: hns3: refactor interrupt coalescing init function
10992 - net: hns3: refactor GL update function
10993 - net: hns3: remove unused GL setup function
10994 - net: hns3: change the unit of GL value macro
10995 - net: hns3: add int_gl_idx setup for TX and RX queues
10996 - net: hns3: add feature check when feature changed
10997 - net: hns3: check for NULL function pointer in hns3_nic_set_features
10998 - net: hns: Fix for variable may be used uninitialized warnings
10999 - net: hns3: add support for get_regs
11000 - net: hns3: add manager table initialization for hardware
11001 - net: hns3: add ethtool -p support for fiber port
11002 - net: hns3: add net status led support for fiber port
11003 - net: hns3: converting spaces into tabs to avoid checkpatch.pl warning
11004 - net: hns3: add get/set_coalesce support to VF
11005 - net: hns3: add int_gl_idx setup for VF
11006 - [Config]: enable CONFIG_HNS3_HCLGEVF as module.
11007
11008 * [Bionic][ARM64] add RAS extension and SDEI features (LP: #1756096)
11009 - KVM: arm64: Store vcpu on the stack during __guest_enter()
11010 - KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation
11011 - KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
11012 - arm64: alternatives: use tpidr_el2 on VHE hosts
11013 - KVM: arm64: Stop save/restoring host tpidr_el1 on VHE
11014 - Docs: dt: add devicetree binding for describing arm64 SDEI firmware
11015 - firmware: arm_sdei: Add driver for Software Delegated Exceptions
11016 - arm64: Add vmap_stack header file
11017 - arm64: uaccess: Add PAN helper
11018 - arm64: kernel: Add arch-specific SDEI entry code and CPU masking
11019 - firmware: arm_sdei: Add support for CPU and system power states
11020 - firmware: arm_sdei: add support for CPU private events
11021 - arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI
11022 - firmware: arm_sdei: Discover SDEI support via ACPI
11023 - arm64: sysreg: Move to use definitions for all the SCTLR bits
11024 - arm64: cpufeature: Detect CPU RAS Extentions
11025 - arm64: kernel: Survive corrected RAS errors notified by SError
11026 - arm64: Unconditionally enable IESB on exception entry/return for firmware-
11027 first
11028 - arm64: kernel: Prepare for a DISR user
11029 - KVM: arm/arm64: mask/unmask daif around VHE guests
11030 - KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.
11031 - KVM: arm64: Save/Restore guest DISR_EL1
11032 - KVM: arm64: Save ESR_EL2 on guest SError
11033 - KVM: arm64: Handle RAS SErrors from EL1 on guest exit
11034 - KVM: arm64: Handle RAS SErrors from EL2 on guest exit
11035 - KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA
11036 - [Config]: enable RAS_EXTN and ARM_SDE_INTERFACE
11037
11038 * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094)
11039 - scsi: hisi_sas: fix dma_unmap_sg() parameter
11040 - scsi: ata: enhance the definition of SET MAX feature field value
11041 - scsi: hisi_sas: relocate clearing ITCT and freeing device
11042 - scsi: hisi_sas: optimise port id refresh function
11043 - scsi: hisi_sas: some optimizations of host controller reset
11044 - scsi: hisi_sas: modify hisi_sas_dev_gone() for reset
11045 - scsi: hisi_sas: add an mechanism to do reset work synchronously
11046 - scsi: hisi_sas: change ncq process for v3 hw
11047 - scsi: hisi_sas: add RAS feature for v3 hw
11048 - scsi: hisi_sas: add some print to enhance debugging
11049 - scsi: hisi_sas: improve int_chnl_int_v2_hw() consistency with v3 hw
11050 - scsi: hisi_sas: add v2 hw port AXI error handling support
11051 - scsi: hisi_sas: use an general way to delay PHY work
11052 - scsi: hisi_sas: do link reset for some CHL_INT2 ints
11053 - scsi: hisi_sas: judge result of internal abort
11054 - scsi: hisi_sas: add internal abort dev in some places
11055 - scsi: hisi_sas: fix SAS_QUEUE_FULL problem while running IO
11056 - scsi: hisi_sas: re-add the lldd_port_deformed()
11057 - scsi: hisi_sas: add v3 hw suspend and resume
11058 - scsi: hisi_sas: Change frame type for SET MAX commands
11059 - scsi: hisi_sas: make local symbol host_attrs static
11060 - scsi: hisi_sas: fix a bug in hisi_sas_dev_gone()
11061 - SAUCE: scsi: hisi_sas: config for hip08 ES
11062 - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
11063 - PM / core: Add LEAVE_SUSPENDED driver flag
11064 - PCI / PM: Support for LEAVE_SUSPENDED driver flag
11065 - PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEI
11066 - PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristics
11067 - PCI/ASPM: Enable Latency Tolerance Reporting when supported
11068 - PCI/ASPM: Unexport internal ASPM interfaces
11069 - PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream Ports
11070 - PCI/AER: Return error if AER is not supported
11071 - PCI/DPC: Enable DPC only if AER is available
11072
11073 * [CVE] Spectre: System Z {kernel} UBUNTU18.04 (LP: #1754580)
11074 - s390: scrub registers on kernel entry and KVM exit
11075 - s390: add optimized array_index_mask_nospec
11076 - s390/alternative: use a copy of the facility bit mask
11077 - s390: add options to change branch prediction behaviour for the kernel
11078 - s390: run user space and KVM guests with modified branch prediction
11079 - s390: introduce execute-trampolines for branches
11080 - s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)
11081 - s390: do not bypass BPENTER for interrupt system calls
11082 - s390/entry.S: fix spurious zeroing of r0
11083
11084 * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424)
11085 - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
11086
11087 * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug
11088 fixes (LP: #1752182)
11089 - scsi: lpfc: FLOGI failures are reported when connected to a private loop.
11090 - scsi: lpfc: Expand WQE capability of every NVME hardware queue
11091 - scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQ
11092 - scsi: lpfc: Fix NVME LS abort_xri
11093 - scsi: lpfc: Raise maximum NVME sg list size for 256 elements
11094 - scsi: lpfc: Driver fails to detect direct attach storage array
11095 - scsi: lpfc: Fix display for debugfs queInfo
11096 - scsi: lpfc: Adjust default value of lpfc_nvmet_mrq
11097 - scsi: lpfc: Fix ndlp ref count for pt2pt mode issue RSCN
11098 - scsi: lpfc: Linux LPFC driver does not process all RSCNs
11099 - scsi: lpfc: correct port registrations with nvme_fc
11100 - scsi: lpfc: Correct driver deregistrations with host nvme transport
11101 - scsi: lpfc: Fix crash during driver unload with running nvme traffic
11102 - scsi: lpfc: Fix driver handling of nvme resources during unload
11103 - scsi: lpfc: small sg cnt cleanup
11104 - scsi: lpfc: Fix random heartbeat timeouts during heavy IO
11105 - scsi: lpfc: update driver version to 11.4.0.5
11106 - scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcv
11107 - scsi: lpfc: Fix receive PRLI handling
11108 - scsi: lpfc: Increase SCSI CQ and WQ sizes.
11109 - scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabled
11110 - scsi: lpfc: Fix issues connecting with nvme initiator
11111 - scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port.
11112 - scsi: lpfc: Beef up stat counters for debug
11113 - scsi: lpfc: update driver version to 11.4.0.6
11114 - scsi: lpfc: correct sg_seg_cnt attribute min vs default
11115 - scsi: scsi_transport_fc: fix typos on 64/128 GBit define names
11116 - scsi: lpfc: don't dereference localport before it has been null checked
11117 - scsi: lpfc: fix a couple of minor indentation issues
11118 - treewide: Use DEVICE_ATTR_RW
11119 - treewide: Use DEVICE_ATTR_RO
11120 - treewide: Use DEVICE_ATTR_WO
11121 - scsi: lpfc: Fix frequency of Release WQE CQEs
11122 - scsi: lpfc: Increase CQ and WQ sizes for SCSI
11123 - scsi: lpfc: move placement of target destroy on driver detach
11124 - scsi: lpfc: correct debug counters for abort
11125 - scsi: lpfc: Add WQ Full Logic for NVME Target
11126 - scsi: lpfc: Fix PRLI handling when topology type changes
11127 - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
11128 - scsi: lpfc: Fix RQ empty firmware trap
11129 - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target
11130 - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
11131 - scsi: lpfc: Fix issue_lip if link is disabled
11132 - scsi: lpfc: Indicate CONF support in NVMe PRLI
11133 - scsi: lpfc: Fix SCSI io host reset causing kernel crash
11134 - scsi: lpfc: Validate adapter support for SRIU option
11135 - scsi: lpfc: Fix header inclusion in lpfc_nvmet
11136 - scsi: lpfc: Treat SCSI Write operation Underruns as an error
11137 - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
11138 - scsi: lpfc: update driver version to 11.4.0.7
11139 - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
11140 - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
11141 - scsi: lpfc: Rework sli4 doorbell infrastructure
11142 - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
11143 - scsi: lpfc: Add push-to-adapter support to sli4
11144 - scsi: lpfc: Add PCI Ids for if_type=6 hardware
11145 - scsi: lpfc: Add 64G link speed support
11146 - scsi: lpfc: Add if_type=6 support for cycling valid bits
11147 - scsi: lpfc: Enable fw download on if_type=6 devices
11148 - scsi: lpfc: Add embedded data pointers for enhanced performance
11149 - scsi: lpfc: Fix nvme embedded io length on new hardware
11150 - scsi: lpfc: Work around NVME cmd iu SGL type
11151 - scsi: lpfc: update driver version to 12.0.0.0
11152 - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
11153 - scsi: lpfc: use __raw_writeX on DPP copies
11154 - scsi: lpfc: Add missing unlock in WQ full logic
11155
11156 * CVE-2018-8043
11157 - net: phy: mdio-bcm-unimac: fix potential NULL dereference in
11158 unimac_mdio_probe()
11159
11160 * Bionic update to 4.15.10 stable release (LP: #1756100)
11161 - Revert "UBUNTU: SAUCE: ALSA: hda/realtek - Add support headset mode for DELL
11162 WYSE"
11163 - RDMA/ucma: Limit possible option size
11164 - RDMA/ucma: Check that user doesn't overflow QP state
11165 - RDMA/mlx5: Fix integer overflow while resizing CQ
11166 - bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()
11167 - IB/uverbs: Improve lockdep_check
11168 - mac80211_hwsim: don't use WQ_MEM_RECLAIM
11169 - net/smc: fix NULL pointer dereference on sock_create_kern() error path
11170 - regulator: stm32-vrefbuf: fix check on ready flag
11171 - drm/i915: Check for fused or unused pipes
11172 - drm/i915/audio: fix check for av_enc_map overflow
11173 - drm/i915: Fix rsvd2 mask when out-fence is returned
11174 - drm/i915: Clear the in-use marker on execbuf failure
11175 - drm/i915: Disable DC states around GMBUS on GLK
11176 - drm/i915: Update watermark state correctly in sanitize_watermarks
11177 - drm/i915: Try EDID bitbanging on HDMI after failed read
11178 - drm/i915/perf: fix perf stream opening lock
11179 - scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops
11180 - scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTS
11181 - drm/i915: Always call to intel_display_set_init_power() in resume_early.
11182 - workqueue: Allow retrieval of current task's work struct
11183 - drm: Allow determining if current task is output poll worker
11184 - drm/nouveau: Fix deadlock on runtime suspend
11185 - drm/radeon: Fix deadlock on runtime suspend
11186 - drm/amdgpu: Fix deadlock on runtime suspend
11187 - drm/nouveau: prefer XBGR2101010 for addfb ioctl
11188 - drm/amd/powerplay/smu7: allow mclk switching with no displays
11189 - drm/amd/powerplay/vega10: allow mclk switching with no displays
11190 - Revert "drm/radeon/pm: autoswitch power state when in balanced mode"
11191 - drm/amd/display: check for ipp before calling cursor operations
11192 - drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LE
11193 - drm/amd/powerplay: fix power over limit on Fiji
11194 - drm/amd/display: Default HDMI6G support to true. Log VBIOS table error.
11195 - drm/amdgpu: used cached pcie gen info for SI (v2)
11196 - drm/amdgpu: Notify sbios device ready before send request
11197 - drm/radeon: fix KV harvesting
11198 - drm/amdgpu: fix KV harvesting
11199 - drm/amdgpu:Correct max uvd handles
11200 - drm/amdgpu:Always save uvd vcpu_bo in VM Mode
11201 - ovl: redirect_dir=nofollow should not follow redirect for opaque lower
11202 - MIPS: BMIPS: Do not mask IPIs during suspend
11203 - MIPS: ath25: Check for kzalloc allocation failure
11204 - MIPS: OCTEON: irq: Check for null return on kzalloc allocation
11205 - PCI: dwc: Fix enumeration end when reaching root subordinate
11206 - Input: matrix_keypad - fix race when disabling interrupts
11207 - Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"
11208 - bug: use %pB in BUG and stack protector failure
11209 - lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()
11210 - mm/memblock.c: hardcode the end_pfn being -1
11211 - Documentation/sphinx: Fix Directive import error
11212 - loop: Fix lost writes caused by missing flag
11213 - virtio_ring: fix num_free handling in error case
11214 - KVM: s390: fix memory overwrites when not using SCA entries
11215 - arm64: mm: fix thinko in non-global page table attribute check
11216 - IB/core: Fix missing RDMA cgroups release in case of failure to register
11217 device
11218 - Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"
11219 - kbuild: Handle builtin dtb file names containing hyphens
11220 - dm bufio: avoid false-positive Wmaybe-uninitialized warning
11221 - IB/mlx5: Fix incorrect size of klms in the memory region
11222 - bcache: fix crashes in duplicate cache device register
11223 - bcache: don't attach backing with duplicate UUID
11224 - x86/MCE: Save microcode revision in machine check records
11225 - x86/MCE: Serialize sysfs changes
11226 - perf tools: Fix trigger class trigger_on()
11227 - x86/spectre_v2: Don't check microcode versions when running under
11228 hypervisors
11229 - ALSA: hda/realtek - Add support headset mode for DELL WYSE
11230 - ALSA: hda/realtek - Add headset mode support for Dell laptop
11231 - ALSA: hda/realtek: Limit mic boost on T480
11232 - ALSA: hda/realtek - Fix dock line-out volume on Dell Precision 7520
11233 - ALSA: hda/realtek - Make dock sound work on ThinkPad L570
11234 - ALSA: seq: More protection for concurrent write and ioctl races
11235 - ALSA: hda: add dock and led support for HP EliteBook 820 G3
11236 - ALSA: hda: add dock and led support for HP ProBook 640 G2
11237 - scsi: qla2xxx: Fix NULL pointer crash due to probe failure
11238 - scsi: qla2xxx: Fix recursion while sending terminate exchange
11239 - dt-bindings: Document mti,mips-cpc binding
11240 - MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()
11241 - nospec: Kill array_index_nospec_mask_check()
11242 - nospec: Include <asm/barrier.h> dependency
11243 - x86/entry: Reduce the code footprint of the 'idtentry' macro
11244 - x86/entry/64: Use 'xorl' for faster register clearing
11245 - x86/mm: Remove stale comment about KMEMCHECK
11246 - x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbers
11247 - x86/IO-APIC: Avoid warning in 32-bit builds
11248 - x86/LDT: Avoid warning in 32-bit builds with older gcc
11249 - x86-64/realmode: Add instruction suffix
11250 - Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
11251 - x86/speculation: Use IBRS if available before calling into firmware
11252 - x86/retpoline: Support retpoline builds with Clang
11253 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool
11254 - x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP
11255 - x86/paravirt, objtool: Annotate indirect calls
11256 - x86/boot, objtool: Annotate indirect jump in secondary_startup_64()
11257 - x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()
11258 - objtool: Use existing global variables for options
11259 - objtool: Add retpoline validation
11260 - objtool: Add module specific retpoline rules
11261 - objtool, retpolines: Integrate objtool with retpoline support more closely
11262 - objtool: Fix another switch table detection issue
11263 - objtool: Fix 32-bit build
11264 - x86/kprobes: Fix kernel crash when probing .entry_trampoline code
11265 - watchdog: hpwdt: SMBIOS check
11266 - watchdog: hpwdt: Check source of NMI
11267 - watchdog: hpwdt: fix unused variable warning
11268 - watchdog: hpwdt: Remove legacy NMI sourcing.
11269 - netfilter: add back stackpointer size checks
11270 - netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation
11271 - netfilter: xt_hashlimit: fix lock imbalance
11272 - netfilter: x_tables: fix missing timer initialization in xt_LED
11273 - netfilter: nat: cope with negative port range
11274 - netfilter: IDLETIMER: be syzkaller friendly
11275 - netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
11276 - netfilter: bridge: ebt_among: add missing match size checks
11277 - netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt
11278 - netfilter: use skb_to_full_sk in ip6_route_me_harder
11279 - tpm_tis: Move ilb_base_addr to tpm_tis_data
11280 - tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
11281 - tpm: delete the TPM_TIS_CLK_ENABLE flag
11282 - tpm: remove unused variables
11283 - tpm: only attempt to disable the LPC CLKRUN if is already enabled
11284 - x86/xen: Calculate __max_logical_packages on PV domains
11285 - scsi: qla2xxx: Fix system crash for Notify ack timeout handling
11286 - scsi: qla2xxx: Fix gpnid error processing
11287 - scsi: qla2xxx: Move session delete to driver work queue
11288 - scsi: qla2xxx: Skip IRQ affinity for Target QPairs
11289 - scsi: qla2xxx: Fix re-login for Nport Handle in use
11290 - scsi: qla2xxx: Retry switch command on time out
11291 - scsi: qla2xxx: Serialize GPNID for multiple RSCN
11292 - scsi: qla2xxx: Fix login state machine stuck at GPDB
11293 - scsi: qla2xxx: Fix NPIV host cleanup in target mode
11294 - scsi: qla2xxx: Relogin to target port on a cable swap
11295 - scsi: qla2xxx: Fix Relogin being triggered too fast
11296 - scsi: qla2xxx: Fix PRLI state check
11297 - scsi: qla2xxx: Fix abort command deadlock due to spinlock
11298 - scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcport
11299 - scsi: qla2xxx: Fix scan state field for fcport
11300 - scsi: qla2xxx: Clear loop id after delete
11301 - scsi: qla2xxx: Defer processing of GS IOCB calls
11302 - scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout.
11303 - scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unref
11304 - scsi: qla2xxx: Fix memory leak in dual/target mode
11305 - NFS: Fix an incorrect type in struct nfs_direct_req
11306 - pNFS: Prevent the layout header refcount going to zero in pnfs_roc()
11307 - NFS: Fix unstable write completion
11308 - Linux 4.15.10
11309
11310 * Bionic update to 4.15.10 stable release (LP: #1756100) // CVE-2018-1000004.
11311 - ALSA: seq: Don't allow resizing pool in use
11312
11313 * nfp: prioritize stats updates (LP: #1752061)
11314 - nfp: flower: prioritize stats updates
11315
11316 * Ubuntu 18.04 - Kernel crash on nvme subsystem-reset /dev/nvme0 (Bolt / NVMe)
11317 (LP: #1753371)
11318 - nvme-pci: Fix EEH failure on ppc
11319
11320 * sbsa watchdog crashes thunderx2 system (LP: #1755595)
11321 - watchdog: sbsa: use 32-bit read for WCV
11322
11323 * KVM: s390: add vcpu stat counters for many instruction (LP: #1755132)
11324 - KVM: s390: diagnoses are instructions as well
11325 - KVM: s390: add vcpu stat counters for many instruction
11326
11327 * CIFS SMB2/SMB3 does not work for domain based DFS (LP: #1747572)
11328 - CIFS: make IPC a regular tcon
11329 - CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
11330 - CIFS: dump IPC tcon in debug proc file
11331
11332 * i2c-thunderx: erroneous error message "unhandled state: 0" (LP: #1754076)
11333 - i2c: octeon: Prevent error message on bus error
11334
11335 * Boston-LC:bos1u1: Stress test on Qlogic Fibre Channel on Ubuntu KVM guest
11336 that caused KVM host crashed in qlt_free_session_done call (LP: #1750441)
11337 - scsi: qla2xxx: Fix memory corruption during hba reset test
11338
11339 * Ubuntu 18.04 - Performance: Radix page fault handler bug in KVM
11340 (LP: #1752236)
11341 - KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handler
11342
11343 * Fix ARC hit rate (LP: #1755158)
11344 - SAUCE: Fix ARC hit rate (LP: #1755158)
11345
11346 * Bionic update to 4.15.9 stable release (LP: #1755275)
11347 - bpf: fix mlock precharge on arraymaps
11348 - bpf: fix memory leak in lpm_trie map_free callback function
11349 - bpf: fix rcu lockdep warning for lpm_trie map_free callback
11350 - bpf, x64: implement retpoline for tail call
11351 - bpf, arm64: fix out of bounds access in tail call
11352 - bpf: add schedule points in percpu arrays management
11353 - bpf: allow xadd only on aligned memory
11354 - bpf, ppc64: fix out of bounds access in tail call
11355 - scsi: mpt3sas: fix oops in error handlers after shutdown/unload
11356 - scsi: mpt3sas: wait for and flush running commands on shutdown/unload
11357 - KVM: x86: fix backward migration with async_PF
11358 - Linux 4.15.9
11359
11360 * Bionic update to 4.15.8 stable release (LP: #1755179)
11361 - hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
11362 - ipmi_si: Fix error handling of platform device
11363 - platform/x86: dell-laptop: Allocate buffer on heap rather than globally
11364 - powerpc/pseries: Enable RAS hotplug events later
11365 - Bluetooth: btusb: Use DMI matching for QCA reset_resume quirking
11366 - ixgbe: fix crash in build_skb Rx code path
11367 - tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the
11368 bus
11369 - tpm: fix potential buffer overruns caused by bit glitches on the bus
11370 - tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on
11371 the bus
11372 - tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the
11373 bus
11374 - tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
11375 - ALSA: usb-audio: Add a quirck for B&W PX headphones
11376 - ALSA: control: Fix memory corruption risk in snd_ctl_elem_read
11377 - ALSA: x86: Fix missing spinlock and mutex initializations
11378 - ALSA: hda: Add a power_save blacklist
11379 - ALSA: hda - Fix pincfg at resume on Lenovo T470 dock
11380 - mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllers
11381 - mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias
11382 - mmc: dw_mmc: Avoid accessing registers in runtime suspended state
11383 - mmc: dw_mmc: Factor out dw_mci_init_slot_caps
11384 - mmc: dw_mmc: Fix out-of-bounds access for slot's caps
11385 - timers: Forward timer base before migrating timers
11386 - parisc: Use cr16 interval timers unconditionally on qemu
11387 - parisc: Reduce irq overhead when run in qemu
11388 - parisc: Fix ordering of cache and TLB flushes
11389 - parisc: Hide virtual kernel memory layout
11390 - btrfs: use proper endianness accessors for super_copy
11391 - block: fix the count of PGPGOUT for WRITE_SAME
11392 - block: kyber: fix domain token leak during requeue
11393 - block: pass inclusive 'lend' parameter to truncate_inode_pages_range
11394 - vfio: disable filesystem-dax page pinning
11395 - cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()
11396 - dax: fix vma_is_fsdax() helper
11397 - direct-io: Fix sleep in atomic due to sync AIO
11398 - x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend
11399 - x86/platform/intel-mid: Handle Intel Edison reboot correctly
11400 - x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table
11401 - bridge: check brport attr show in brport_show
11402 - fib_semantics: Don't match route with mismatching tclassid
11403 - hdlc_ppp: carrier detect ok, don't turn off negotiation
11404 - ipv6 sit: work around bogus gcc-8 -Wrestrict warning
11405 - net: amd-xgbe: fix comparison to bitshift when dealing with a mask
11406 - net: ethernet: ti: cpsw: fix net watchdog timeout
11407 - net: fix race on decreasing number of TX queues
11408 - net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
11409 - netlink: ensure to loop over all netns in genlmsg_multicast_allns()
11410 - net: sched: report if filter is too large to dump
11411 - ppp: prevent unregistered channels from connecting to PPP units
11412 - sctp: verify size of a new chunk in _sctp_make_chunk()
11413 - udplite: fix partial checksum initialization
11414 - net/mlx5e: Fix TCP checksum in LRO buffers
11415 - sctp: fix dst refcnt leak in sctp_v4_get_dst
11416 - mlxsw: spectrum_switchdev: Check success of FDB add operation
11417 - net/mlx5e: Specify numa node when allocating drop rq
11418 - net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT
11419 - tcp: Honor the eor bit in tcp_mtu_probe
11420 - rxrpc: Fix send in rxrpc_send_data_packet()
11421 - tcp_bbr: better deal with suboptimal GSO
11422 - doc: Change the min default value of tcp_wmem/tcp_rmem.
11423 - net/mlx5e: Fix loopback self test when GRO is off
11424 - net_sched: gen_estimator: fix broken estimators based on percpu stats
11425 - net/sched: cls_u32: fix cls_u32 on filter replace
11426 - sctp: do not pr_err for the duplicated node in transport rhlist
11427 - mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_create
11428 - net: ipv4: Set addr_type in hash_keys for forwarded case
11429 - sctp: fix dst refcnt leak in sctp_v6_get_dst()
11430 - bridge: Fix VLAN reference count problem
11431 - net/mlx5e: Verify inline header size do not exceed SKB linear size
11432 - tls: Use correct sk->sk_prot for IPV6
11433 - amd-xgbe: Restore PCI interrupt enablement setting on resume
11434 - cls_u32: fix use after free in u32_destroy_key()
11435 - mlxsw: spectrum_router: Do not unconditionally clear route offload
11436 indication
11437 - netlink: put module reference if dump start fails
11438 - tcp: purge write queue upon RST
11439 - tuntap: correctly add the missing XDP flush
11440 - tuntap: disable preemption during XDP processing
11441 - virtio-net: disable NAPI only when enabled during XDP set
11442 - cxgb4: fix trailing zero in CIM LA dump
11443 - net/mlx5: Fix error handling when adding flow rules
11444 - net: phy: Restore phy_resume() locking assumption
11445 - tcp: tracepoint: only call trace_tcp_send_reset with full socket
11446 - l2tp: don't use inet_shutdown on tunnel destroy
11447 - l2tp: don't use inet_shutdown on ppp session destroy
11448 - l2tp: fix races with tunnel socket close
11449 - l2tp: fix race in pppol2tp_release with session object destroy
11450 - l2tp: fix tunnel lookup use-after-free race
11451 - s390/qeth: fix underestimated count of buffer elements
11452 - s390/qeth: fix SETIP command handling
11453 - s390/qeth: fix overestimated count of buffer elements
11454 - s390/qeth: fix IP removal on offline cards
11455 - s390/qeth: fix double-free on IP add/remove race
11456 - Revert "s390/qeth: fix using of ref counter for rxip addresses"
11457 - s390/qeth: fix IP address lookup for L3 devices
11458 - s390/qeth: fix IPA command submission race
11459 - tcp: revert F-RTO middle-box workaround
11460 - tcp: revert F-RTO extension to detect more spurious timeouts
11461 - blk-mq: don't call io sched's .requeue_request when requeueing rq to
11462 ->dispatch
11463 - media: m88ds3103: don't call a non-initalized function
11464 - EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL
11465 - KVM: s390: take care of clock-comparator sign control
11466 - KVM: s390: provide only a single function for setting the tod (fix SCK)
11467 - KVM: s390: consider epoch index on hotplugged CPUs
11468 - KVM: s390: consider epoch index on TOD clock syncs
11469 - nospec: Allow index argument to have const-qualified type
11470 - x86/mm: Fix {pmd,pud}_{set,clear}_flags()
11471 - ARM: orion: fix orion_ge00_switch_board_info initialization
11472 - ARM: dts: rockchip: Remove 1.8 GHz operation point from phycore som
11473 - ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
11474 - ARM: kvm: fix building with gcc-8
11475 - KVM: X86: Fix SMRAM accessing even if VM is shutdown
11476 - KVM: mmu: Fix overlap between public and private memslots
11477 - KVM/x86: Remove indirect MSR op calls from SPEC_CTRL
11478 - KVM: x86: move LAPIC initialization after VMCS creation
11479 - KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR
11480 path as unlikely()
11481 - KVM: x86: fix vcpu initialization with userspace lapic
11482 - KVM/x86: remove WARN_ON() for when vm_munmap() fails
11483 - ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530
11484 - ARM: dts: LogicPD SOM-LV: Fix I2C1 pinmux
11485 - ARM: dts: LogicPD Torpedo: Fix I2C1 pinmux
11486 - powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID
11487 - md: only allow remove_and_add_spares when no sync_thread running.
11488 - platform/x86: dell-laptop: fix kbd_get_state's request value
11489 - Linux 4.15.8
11490
11491 * ZFS setgid broken on 0.7 (LP: #1753288)
11492 - SAUCE: Fix ZFS setgid
11493
11494 * /proc/kallsyms prints "(null)" for null addresses in 4.15 (LP: #1754297)
11495 - vsprintf: avoid misleading "(null)" for %px
11496
11497 * Miscellaneous Ubuntu changes
11498 - d-i: Add netsec to nic-modules
11499 - [Config] fix up retpoline abi files
11500 - [Config] set NOBP and expoline options for s390
11501
11502 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 16 Mar 2018 14:49:27 -0300
11503
11504 linux (4.15.0-12.13) bionic; urgency=medium
11505
11506 * linux: 4.15.0-12.13 -proposed tracker (LP: #1754059)
11507
11508 * CONFIG_EFI=y on armhf (LP: #1726362)
11509 - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
11510
11511 * ppc64el: Support firmware disable of RFI flush (LP: #1751994)
11512 - powerpc/pseries: Support firmware disable of RFI flush
11513 - powerpc/powernv: Support firmware disable of RFI flush
11514
11515 * [Feature] CFL/CNL (PCH:CNP-H): New GPIO Commit added (GPIO Driver needed)
11516 (LP: #1751714)
11517 - gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation
11518 - pinctrl: intel: Allow custom GPIO base for pad groups
11519 - pinctrl: cannonlake: Align GPIO number space with Windows
11520
11521 * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
11522 - usb: xhci: Make some static functions global
11523 - usb: xhci: Add DbC support in xHCI driver
11524 - [Config] USB_XHCI_DBGCAP=y for commit mainline dfba2174dc42.
11525
11526 * [SRU] Lenovo E41 Mic mute hotkey is not responding (LP: #1753347)
11527 - platform/x86: ideapad-laptop: Increase timeout to wait for EC answer
11528
11529 * headset mic can't be detected on two Dell machines (LP: #1748807)
11530 - ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines
11531
11532 * hisi_sas: Add disk LED support (LP: #1752695)
11533 - scsi: hisi_sas: directly attached disk LED feature for v2 hw
11534
11535 * [Feature] [Graphics]Whiskey Lake (Coffelake-U 4+2) new PCI Device ID adds
11536 (LP: #1742561)
11537 - drm/i915/cfl: Adding more Coffee Lake PCI IDs.
11538
11539 * [Bug] [USB Function][CFL-CNL PCH]Stall Error and USB Transaction Error in
11540 trace, Disable of device-initiated U1/U2 failed and rebind failed: -517
11541 during suspend/resume with usb storage. (LP: #1730599)
11542 - usb: Don't print a warning if interface driver rebind is deferred at resume
11543
11544 * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
11545 - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
11546 - [Config] retpoline -- clean up i386 retpoline files
11547
11548 * hisilicon hibmc regression due to ea642c3216cb ("drm/ttm: add io_mem_pfn
11549 callback") (LP: #1738334)
11550 - drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfn
11551
11552 * [Asus UX360UA] battery status in unity-panel is not changing when battery is
11553 being charged (LP: #1661876) // AC adapter status not detected on Asus
11554 ZenBook UX410UAK (LP: #1745032)
11555 - ACPI / battery: Add quirk for Asus UX360UA and UX410UAK
11556
11557 * ASUS UX305LA - Battery state not detected correctly (LP: #1482390)
11558 - ACPI / battery: Add quirk for Asus GL502VSK and UX305LA
11559
11560 * [18.04 FEAT] Automatically detect layer2 setting in the qeth device driver
11561 (LP: #1747639)
11562 - s390/diag: add diag26c support for VNIC info
11563 - s390/qeth: support early setup for z/VM NICs
11564
11565 * Bionic update to v4.15.7 stable release (LP: #1752317)
11566 - netfilter: drop outermost socket lock in getsockopt()
11567 - arm64: mm: don't write garbage into TTBR1_EL1 register
11568 - kconfig.h: Include compiler types to avoid missed struct attributes
11569 - MIPS: boot: Define __ASSEMBLY__ for its.S build
11570 - xtensa: fix high memory/reserved memory collision
11571 - scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info
11572 - MIPS: Drop spurious __unused in struct compat_flock
11573 - cfg80211: fix cfg80211_beacon_dup
11574 - i2c: designware: must wait for enable
11575 - i2c: bcm2835: Set up the rising/falling edge delays
11576 - X.509: fix BUG_ON() when hash algorithm is unsupported
11577 - X.509: fix NULL dereference when restricting key with unsupported_sig
11578 - PKCS#7: fix certificate chain verification
11579 - PKCS#7: fix certificate blacklisting
11580 - extcon: int3496: process id-pin first so that we start with the right status
11581 - genirq/matrix: Handle CPU offlining proper
11582 - RDMA/uverbs: Protect from races between lookup and destroy of uobjects
11583 - RDMA/uverbs: Protect from command mask overflow
11584 - RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
11585 - RDMA/uverbs: Fix circular locking dependency
11586 - RDMA/uverbs: Sanitize user entered port numbers prior to access it
11587 - iio: adc: stm32: fix stm32h7_adc_enable error handling
11588 - iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefined
11589 - iio: buffer: check if a buffer has been set up when poll is called
11590 - iio: adis_lib: Initialize trigger before requesting interrupt
11591 - Kbuild: always define endianess in kconfig.h
11592 - x86/apic/vector: Handle vector release on CPU unplug correctly
11593 - x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
11594 - mm, swap, frontswap: fix THP swap if frontswap enabled
11595 - mm: don't defer struct page initialization for Xen pv guests
11596 - uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define
11597 - irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
11598 - irqchip/mips-gic: Avoid spuriously handling masked interrupts
11599 - PCI/cxgb4: Extend T3 PCI quirk to T4+ devices
11600 - net: thunderbolt: Tear down connection properly on suspend
11601 - net: thunderbolt: Run disconnect flow asynchronously when logout is received
11602 - ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and
11603 io_watchdog_func()
11604 - usb: ohci: Proper handling of ed_rm_list to handle race condition between
11605 usb_kill_urb() and finish_unlinks()
11606 - arm64: Remove unimplemented syscall log message
11607 - arm64: Disable unhandled signal log messages by default
11608 - arm64: cpufeature: Fix CTR_EL0 field definitions
11609 - Add delay-init quirk for Corsair K70 RGB keyboards
11610 - usb: host: ehci: use correct device pointer for dma ops
11611 - usb: dwc3: gadget: Set maxpacket size for ep0 IN
11612 - usb: dwc3: ep0: Reset TRB counter for ep0 IN
11613 - usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28
11614 - usb: ldusb: add PIDs for new CASSY devices supported by this driver
11615 - Revert "usb: musb: host: don't start next rx urb if current one failed"
11616 - usb: gadget: f_fs: Process all descriptors during bind
11617 - usb: gadget: f_fs: Use config_ep_by_speed()
11618 - usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path
11619 - drm/cirrus: Load lut in crtc_commit
11620 - drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
11621 - drm: Handle unexpected holes in color-eviction
11622 - drm/amdgpu: disable MMHUB power gating on raven
11623 - drm/amdgpu: fix VA hole handling on Vega10 v3
11624 - drm/amdgpu: Add dpm quirk for Jet PRO (v2)
11625 - drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji
11626 - drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)
11627 - drm/amdgpu: add new device to use atpx quirk
11628 - arm64: __show_regs: Only resolve kernel symbols when running at EL1
11629 - drm/i915/breadcrumbs: Ignore unsubmitted signalers
11630 - microblaze: fix endian handling
11631 - Linux 4.15.7
11632
11633 * [regression] Colour banding and artefacts appear system-wide on an Asus
11634 Zenbook UX303LA with Intel HD 4400 graphics (LP: #1749420) // Bionic update
11635 to v4.15.7 stable release (LP: #1752317)
11636 - drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA
11637
11638 * errors with sas hotplug (LP: #1752146)
11639 - scsi: libsas: fix memory leak in sas_smp_get_phy_events()
11640 - scsi: libsas: fix error when getting phy events
11641 - scsi: libsas: initialize sas_phy status according to response of DISCOVER
11642 - scsi: libsas: Use dynamic alloced work to avoid sas event lost
11643 - scsi: libsas: shut down the PHY if events reached the threshold
11644 - scsi: libsas: make the event threshold configurable
11645 - scsi: libsas: Use new workqueue to run sas event and disco event
11646 - scsi: libsas: use flush_workqueue to process disco events synchronously
11647 - scsi: libsas: direct call probe and destruct
11648 - scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation()
11649
11650 * rtnetlink: enable namespace identifying properties in rtnetlink requests
11651 (LP: #1748232)
11652 - rtnetlink: enable IFLA_IF_NETNSID in do_setlink()
11653 - rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK
11654 - rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK
11655 - rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
11656 - rtnetlink: remove check for IFLA_IF_NETNSID
11657 - rtnetlink: require unique netns identifier
11658
11659 * Bionic update to v4.15.6 stable release (LP: #1752119)
11660 - tun: fix tun_napi_alloc_frags() frag allocator
11661 - ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
11662 - ptr_ring: try vmalloc() when kmalloc() fails
11663 - selinux: ensure the context is NUL terminated in
11664 security_context_to_sid_core()
11665 - selinux: skip bounded transition processing if the policy isn't loaded
11666 - media: pvrusb2: properly check endpoint types
11667 - crypto: x86/twofish-3way - Fix %rbp usage
11668 - staging: android: ion: Add __GFP_NOWARN for system contig heap
11669 - staging: android: ion: Switch from WARN to pr_warn
11670 - blk_rq_map_user_iov: fix error override
11671 - KVM: x86: fix escape of guest dr6 to the host
11672 - kcov: detect double association with a single task
11673 - netfilter: x_tables: fix int overflow in xt_alloc_table_info()
11674 - netfilter: x_tables: avoid out-of-bounds reads in
11675 xt_request_find_{match|target}
11676 - netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
11677 - netfilter: on sockopt() acquire sock lock only in the required scope
11678 - netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
11679 - netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert
11680 - rds: tcp: correctly sequence cleanup on netns deletion.
11681 - rds: tcp: atomically purge entries from rds_tcp_conn_list during netns
11682 delete
11683 - net: avoid skb_warn_bad_offload on IS_ERR
11684 - net_sched: gen_estimator: fix lockdep splat
11685 - soc: qcom: rmtfs_mem: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
11686 - ASoC: ux500: add MODULE_LICENSE tag
11687 - video: fbdev/mmp: add MODULE_LICENSE
11688 - ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag
11689 - arm64: dts: add #cooling-cells to CPU nodes
11690 - dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock
11691 - ANDROID: binder: remove WARN() for redundant txn error
11692 - ANDROID: binder: synchronize_rcu() when using POLLFREE.
11693 - staging: android: ashmem: Fix a race condition in pin ioctls
11694 - binder: check for binder_thread allocation failure in binder_poll()
11695 - binder: replace "%p" with "%pK"
11696 - staging: fsl-mc: fix build testing on x86
11697 - staging: iio: adc: ad7192: fix external frequency setting
11698 - staging: iio: ad5933: switch buffer mode to software
11699 - xhci: Fix NULL pointer in xhci debugfs
11700 - xhci: Fix xhci debugfs devices node disappearance after hibernation
11701 - xhci: xhci debugfs device nodes weren't removed after device plugged out
11702 - xhci: fix xhci debugfs errors in xhci_stop
11703 - usbip: keep usbip_device sockfd state in sync with tcp_socket
11704 - crypto: s5p-sss - Fix kernel Oops in AES-ECB mode
11705 - mei: me: add cannon point device ids
11706 - mei: me: add cannon point device ids for 4th device
11707 - vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
11708 - Linux 4.15.6
11709
11710 * Unable to insert test_bpf module on Bionic s390x (LP: #1751234)
11711 - bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y
11712
11713 * [Ubuntu 18.04 FEAT] OpenCAPI enabling (LP: #1746988)
11714 - powerpc/powernv: Introduce new PHB type for opencapi links
11715 - powerpc/powernv: Set correct configuration space size for opencapi devices
11716 - powerpc/powernv: Add opal calls for opencapi
11717 - powerpc/powernv: Add platform-specific services for opencapi
11718 - powerpc/powernv: Capture actag information for the device
11719 - ocxl: Driver code for 'generic' opencapi devices
11720 - ocxl: Add AFU interrupt support
11721 - ocxl: Add a kernel API for other opencapi drivers
11722 - ocxl: Add trace points
11723 - ocxl: Add Makefile and Kconfig
11724 - [Config] CONFIG_OCXL=m for ppc64el
11725 - cxl: Remove support for "Processing accelerators" class
11726 - ocxl: Documentation
11727 - ocxl: add MAINTAINERS entry
11728 - cxl: Add support for ASB_Notify on POWER9
11729
11730 * Request to update 18.04 kernel aacraid to upstream 4.16 version
11731 (LP: #1746801)
11732 - scsi: aacraid: remove unused variable managed_request_id
11733 - scsi: aacraid: Do not attempt abort when Fw panicked
11734 - scsi: aacraid: Do not remove offlined devices
11735 - scsi: aacraid: Fix ioctl reset hang
11736 - scsi: aacraid: Allow reset_host sysfs var to recover Panicked Fw
11737 - scsi: aacraid: Refactor reset_host store function
11738 - scsi: aacraid: Move code to wait for IO completion to shutdown func
11739 - scsi: aacraid: Create bmic submission function from bmic identify
11740 - scsi: aacraid: Change phy luns function to use common bmic function
11741 - scsi: aacraid: Refactor and rename to make mirror existing changes
11742 - scsi: aacraid: Add target setup helper function
11743 - scsi: aacraid: Untangle targets setup from report phy luns
11744 - scsi: aacraid: Move function around to match existing code
11745 - scsi: aacraid: Create helper functions to get lun info
11746 - scsi: aacraid: Save bmic phy information for each phy
11747 - scsi: aacraid: Add helper function to set queue depth
11748 - scsi: aacraid: Merge func to get container information
11749 - scsi: aacraid: Process hba and container hot plug events in single function
11750 - scsi: aacraid: Added macros to help loop through known buses and targets
11751 - scsi: aacraid: Refactor resolve luns code and scsi functions
11752 - scsi: aacraid: Merge adapter setup with resolve luns
11753 - scsi: aacraid: Block concurrent hotplug event handling
11754 - scsi: aacraid: Use hotplug handling function in place of scsi_scan_host
11755 - scsi: aacraid: Reschedule host scan in case of failure
11756 - scsi: aacraid: Fix hang while scanning in eh recovery
11757 - scsi: aacraid: Skip schedule rescan in case of kdump
11758 - scsi: aacraid: Remove unused rescan variable
11759 - scsi: aacraid: Remove AAC_HIDE_DISK check in queue command
11760 - scsi: aacraid: Update driver version to 50877
11761 - scsi: aacraid: Fix driver oops with dead battery
11762 - scsi: aacraid: remove redundant setting of variable c
11763 - scsi: aacraid: Get correct lun count
11764 - scsi: aacraid: Delay for rescan worker needs to be 10 seconds
11765
11766 * [18.04] kpatch - Add livepatch hook support for ppc64le (LP: #1741992)
11767 - powerpc/modules: Add REL24 relocation support of livepatch symbols
11768 - powerpc/modules: Don't try to restore r2 after a sibling call
11769 - powerpc/modules: Improve restore_r2() error message
11770
11771 * Ubuntu 18.04 - Include latest ibmvnic fixes in Ubuntu kernel (LP: #1748517)
11772 - ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES
11773 - ibmvnic: Increase maximum number of RX/TX queues
11774 - ibmvnic: Include header descriptor support for ARP packets
11775 - ibmvnic: Don't handle RX interrupts when not up.
11776 - ibmvnic: Wait for device response when changing MAC
11777 - ibmvnic: fix firmware version when no firmware level has been provided by
11778 the VIOS server
11779 - ibmvnic: fix empty firmware version and errors cleanup
11780 - ibmvnic: Fix rx queue cleanup for non-fatal resets
11781 - ibmvnic: Ensure that buffers are NULL after free
11782 - ibmvnic: queue reset when CRQ gets closed during reset
11783 - ibmvnic: Reset long term map ID counter
11784 - ibmvnic: Remove skb->protocol checks in ibmvnic_xmit
11785 - ibmvnic: Wait until reset is complete to set carrier on
11786 - ibmvnic: Fix login buffer memory leaks
11787 - ibmvnic: Fix NAPI structures memory leak
11788 - ibmvnic: Free RX socket buffer in case of adapter error
11789 - ibmvnic: Clean RX pool buffers during device close
11790 - ibmvnic: Check for NULL skb's in NAPI poll routine
11791 - ibmvnic: Fix early release of login buffer
11792
11793 * Power9 DD 2.2 needs HMI fixup backport of upstream
11794 patch(d075745d893c78730e4a3b7a60fca23c2f764081) into kernel (LP: #1751834)
11795 - KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9
11796
11797 * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927)
11798 - d-i: add cxgb4 to nic-modules
11799
11800 * BCM5719/tg3 loses connectivity due to missing heartbeats between fw and
11801 driver (LP: #1751337)
11802 - tg3: APE heartbeat changes
11803
11804 * Miscellaneous Ubuntu changes
11805 - ubuntu: vbox -- update to 5.2.6-dfsg-5
11806 - Revert "UBUNTU: SAUCE: Import aufs driver"
11807 - SAUCE: Import aufs driver
11808 - Revert "UBUNTU: SAUCE: (no-up) Convert bnx2x firmware files to ihex format"
11809 - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
11810 - [Config] fix up retpoline abi files
11811 - ubuntu: vbox -- update to 5.2.8-dfsg-2
11812
11813 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Mar 2018 17:36:23 +0100
11814
11815 linux (4.15.0-11.12) bionic; urgency=medium
11816
11817 * linux: 4.15.0-11.12 -proposed tracker (LP: #1751285)
11818
11819 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
11820 - [Config] CONFIG_INDIRECT_PIO=y
11821 - SAUCE: LIB: Introduce a generic PIO mapping method
11822 - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
11823 - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
11824 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
11825 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
11826 - [Config] CONFIG_HISILICON_LPC=y
11827 - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
11828 - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
11829 - SAUCE: HISI LPC: Add ACPI support
11830 - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
11831
11832 * Bionic update to v4.15.5 stable release (LP: #1751131)
11833 - scsi: smartpqi: allow static build ("built-in")
11834 - IB/umad: Fix use of unprotected device pointer
11835 - IB/qib: Fix comparison error with qperf compare/swap test
11836 - IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports
11837 - IB/core: Fix two kernel warnings triggered by rxe registration
11838 - IB/core: Fix ib_wc structure size to remain in 64 bytes boundary
11839 - IB/core: Avoid a potential OOPs for an unused optional parameter
11840 - selftests: seccomp: fix compile error seccomp_bpf
11841 - kselftest: fix OOM in memory compaction test
11842 - RDMA/rxe: Fix a race condition related to the QP error state
11843 - RDMA/rxe: Fix a race condition in rxe_requester()
11844 - RDMA/rxe: Fix rxe_qp_cleanup()
11845 - cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin
11846 - PM / devfreq: Propagate error from devfreq_add_device()
11847 - mwifiex: resolve reset vs. remove()/shutdown() deadlocks
11848 - ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE
11849 - trace_uprobe: Display correct offset in uprobe_events
11850 - powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all
11851 - powerpc/kernel: Block interrupts when updating TIDR
11852 - powerpc/vas: Don't set uses_vas for kernel windows
11853 - powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
11854 - powerpc/mm: Flush radix process translations when setting MMU type
11855 - powerpc/xive: Use hw CPU ids when configuring the CPU queues
11856 - dma-buf: fix reservation_object_wait_timeout_rcu once more v2
11857 - s390: fix handling of -1 in set{,fs}[gu]id16 syscalls
11858 - arm64: dts: msm8916: Correct ipc references for smsm
11859 - ARM: lpc3250: fix uda1380 gpio numbers
11860 - ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property
11861 - ARM: dts: nomadik: add interrupt-parent for clcd
11862 - arm: dts: mt7623: fix card detection issue on bananapi-r2
11863 - arm: spear600: Add missing interrupt-parent of rtc
11864 - arm: spear13xx: Fix dmas cells
11865 - arm: spear13xx: Fix spics gpio controller's warning
11866 - x86/gpu: add CFL to early quirks
11867 - x86/kexec: Make kexec (mostly) work in 5-level paging mode
11868 - x86/xen: init %gs very early to avoid page faults with stack protector
11869 - x86: PM: Make APM idle driver initialize polling state
11870 - mm, memory_hotplug: fix memmap initialization
11871 - x86/entry/64: Clear extra registers beyond syscall arguments, to reduce
11872 speculation attack surface
11873 - x86/entry/64/compat: Clear registers for compat syscalls, to reduce
11874 speculation attack surface
11875 - compiler-gcc.h: Introduce __optimize function attribute
11876 - compiler-gcc.h: __nostackprotector needs gcc-4.4 and up
11877 - crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate
11878 - crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate
11879 - powerpc/mm/radix: Split linear mapping on hot-unplug
11880 - x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()
11881 - x86/speculation: Update Speculation Control microcode blacklist
11882 - x86/speculation: Correct Speculation Control microcode blacklist again
11883 - Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
11884 - KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(),
11885 by always inlining iterator helper methods
11886 - X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
11887 - KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR
11888 bitmap
11889 - x86/speculation: Clean up various Spectre related details
11890 - PM / runtime: Update links_count also if !CONFIG_SRCU
11891 - PM: cpuidle: Fix cpuidle_poll_state_init() prototype
11892 - platform/x86: wmi: fix off-by-one write in wmi_dev_probe()
11893 - x86/entry/64: Clear registers for exceptions/interrupts, to reduce
11894 speculation attack surface
11895 - x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused
11896 extensions
11897 - x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single
11898 POP_REGS macro
11899 - x86/entry/64: Interleave XOR register clearing with PUSH instructions
11900 - x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro
11901 - x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases
11902 - x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and
11903 SAVE_AND_CLEAR_REGS macros
11904 - x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly
11905 - x86/entry/64: Fix paranoid_entry() frame pointer warning
11906 - x86/entry/64: Remove the unused 'icebp' macro
11907 - selftests/x86: Fix vDSO selftest segfault for vsyscall=none
11908 - selftests/x86: Clean up and document sscanf() usage
11909 - selftests/x86/pkeys: Remove unused functions
11910 - selftests/x86: Fix build bug caused by the 5lvl test which has been moved to
11911 the VM directory
11912 - selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c
11913 - gfs2: Fixes to "Implement iomap for block_map"
11914 - selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c
11915 - selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems
11916 - objtool: Fix segfault in ignore_unreachable_insn()
11917 - x86/debug, objtool: Annotate WARN()-related UD2 as reachable
11918 - x86/debug: Use UD2 for WARN()
11919 - x86/speculation: Fix up array_index_nospec_mask() asm constraint
11920 - nospec: Move array_index_nospec() parameter checking into separate macro
11921 - x86/speculation: Add <asm/msr-index.h> dependency
11922 - x86/mm: Rename flush_tlb_single() and flush_tlb_one() to
11923 __flush_tlb_one_[user|kernel]()
11924 - selftests/x86/mpx: Fix incorrect bounds with old _sigfault
11925 - x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
11926 - x86/spectre: Fix an error message
11927 - x86/cpu: Change type of x86_cache_size variable to unsigned int
11928 - x86/entry/64: Fix CR3 restore in paranoid_exit()
11929 - drm/ttm: Don't add swapped BOs to swap-LRU list
11930 - drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)
11931 - drm/qxl: unref cursor bo when finished with it
11932 - drm/qxl: reapply cursor after resetting primary
11933 - drm/amd/powerplay: Fix smu_table_entry.handle type
11934 - drm/ast: Load lut in crtc_commit
11935 - drm: Check for lessee in DROP_MASTER ioctl
11936 - arm64: Add missing Falkor part number for branch predictor hardening
11937 - drm/radeon: Add dpm quirk for Jet PRO (v2)
11938 - drm/radeon: adjust tested variable
11939 - x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a
11940 physical CPU
11941 - rtc-opal: Fix handling of firmware error codes, prevent busy loops
11942 - mbcache: initialize entry->e_referenced in mb_cache_entry_create()
11943 - mmc: sdhci: Implement an SDHCI-specific bounce buffer
11944 - mmc: bcm2835: Don't overwrite max frequency unconditionally
11945 - Revert "mmc: meson-gx: include tx phase in the tuning process"
11946 - mlx5: fix mlx5_get_vector_affinity to start from completion vector 0
11947 - Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"
11948 - jbd2: fix sphinx kernel-doc build warnings
11949 - ext4: fix a race in the ext4 shutdown path
11950 - ext4: save error to disk in __ext4_grp_locked_error()
11951 - ext4: correct documentation for grpid mount option
11952 - mm: hide a #warning for COMPILE_TEST
11953 - mm: Fix memory size alignment in devm_memremap_pages_release()
11954 - MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
11955 - MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW fallout
11956 - MIPS: Fix incorrect mem=X@Y handling
11957 - PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode
11958 - PCI: iproc: Fix NULL pointer dereference for BCMA
11959 - PCI: pciehp: Assume NoCompl+ for Thunderbolt ports
11960 - PCI: keystone: Fix interrupt-controller-node lookup
11961 - video: fbdev: atmel_lcdfb: fix display-timings lookup
11962 - console/dummy: leave .con_font_get set to NULL
11963 - rbd: whitelist RBD_FEATURE_OPERATIONS feature bit
11964 - xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests
11965 - xenbus: track caller request id
11966 - seq_file: fix incomplete reset on read from zero offset
11967 - tracing: Fix parsing of globs with a wildcard at the beginning
11968 - mpls, nospec: Sanitize array index in mpls_label_ok()
11969 - rtlwifi: rtl8821ae: Fix connection lost problem correctly
11970 - arm64: proc: Set PTE_NG for table entries to avoid traversing them twice
11971 - xprtrdma: Fix calculation of ri_max_send_sges
11972 - xprtrdma: Fix BUG after a device removal
11973 - blk-wbt: account flush requests correctly
11974 - target/iscsi: avoid NULL dereference in CHAP auth error path
11975 - iscsi-target: make sure to wake up sleeping login worker
11976 - dm: correctly handle chained bios in dec_pending()
11977 - Btrfs: fix deadlock in run_delalloc_nocow
11978 - Btrfs: fix crash due to not cleaning up tree log block's dirty bits
11979 - Btrfs: fix extent state leak from tree log
11980 - Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
11981 - Btrfs: fix use-after-free on root->orphan_block_rsv
11982 - Btrfs: fix unexpected -EEXIST when creating new inode
11983 - 9p/trans_virtio: discard zero-length reply
11984 - mtd: nand: vf610: set correct ooblayout
11985 - ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute
11986 - ALSA: hda/realtek - Add headset mode support for Dell laptop
11987 - ALSA: hda/realtek - Enable Thinkpad Dock device for ALC298 platform
11988 - ALSA: hda/realtek: PCI quirk for Fujitsu U7x7
11989 - ALSA: usb-audio: add implicit fb quirk for Behringer UFX1204
11990 - ALSA: usb: add more device quirks for USB DSD devices
11991 - ALSA: seq: Fix racy pool initializations
11992 - mvpp2: fix multicast address filter
11993 - usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT
11994 - x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
11995 - ARM: dts: exynos: fix RTC interrupt for exynos5410
11996 - ARM: pxa/tosa-bt: add MODULE_LICENSE tag
11997 - arm64: dts: msm8916: Add missing #phy-cells
11998 - ARM: dts: s5pv210: add interrupt-parent for ohci
11999 - arm: dts: mt7623: Update ethsys binding
12000 - arm: dts: mt2701: Add reset-cells
12001 - ARM: dts: Delete bogus reference to the charlcd
12002 - media: r820t: fix r820t_write_reg for KASAN
12003 - mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec
12004 - mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb
12005 - Linux 4.15.5
12006
12007 * retpoline abi files are empty on i386 (LP: #1751021)
12008 - [Packaging] retpoline-extract -- instantiate retpoline files for i386
12009 - [Packaging] final-checks -- sanity checking ABI contents
12010 - [Packaging] final-checks -- check for empty retpoline files
12011 - [Config] Disable i386 retpoline check for next upload
12012
12013 * Bionic update to v4.15.4 stable release (LP: #1751064)
12014 - watchdog: indydog: Add dependency on SGI_HAS_INDYDOG
12015 - cifs: Fix missing put_xid in cifs_file_strict_mmap
12016 - cifs: Fix autonegotiate security settings mismatch
12017 - CIFS: zero sensitive data when freeing
12018 - cpufreq: mediatek: add mediatek related projects into blacklist
12019 - dmaengine: dmatest: fix container_of member in dmatest_callback
12020 - ssb: Do not disable PCI host on non-Mips
12021 - watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop
12022 - Revert "drm/i915: mark all device info struct with __initconst"
12023 - sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()
12024 - sched/rt: Up the root domain ref count when passing it around via IPIs
12025 - media: dvb-usb-v2: lmedm04: Improve logic checking of warm start
12026 - media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner
12027 - media: hdpvr: Fix an error handling path in hdpvr_probe()
12028 - arm64: mm: Use non-global mappings for kernel space
12029 - arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN
12030 - arm64: mm: Move ASID from TTBR0 to TTBR1
12031 - arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
12032 - arm64: mm: Rename post_ttbr0_update_workaround
12033 - arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
12034 - arm64: mm: Allocate ASIDs in pairs
12035 - arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
12036 - arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
12037 - arm64: entry: Add exception trampoline page for exceptions from EL0
12038 - arm64: mm: Map entry trampoline into trampoline and kernel page tables
12039 - arm64: entry: Explicitly pass exception level to kernel_ventry macro
12040 - arm64: entry: Hook up entry trampoline to exception vectors
12041 - arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
12042 - arm64: cpu_errata: Add Kryo to Falkor 1003 errata
12043 - arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
12044 - arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
12045 - arm64: kaslr: Put kernel vectors address in separate data page
12046 - arm64: use RET instruction for exiting the trampoline
12047 - arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
12048 - arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
12049 - arm64: Take into account ID_AA64PFR0_EL1.CSV3
12050 - arm64: capabilities: Handle duplicate entries for a capability
12051 - arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
12052 - arm64: kpti: Fix the interaction between ASID switching and software PAN
12053 - arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
12054 - arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()
12055 - arm64: mm: Permit transitioning from Global to Non-Global without BBM
12056 - arm64: kpti: Add ->enable callback to remap swapper using nG mappings
12057 - arm64: Force KPTI to be disabled on Cavium ThunderX
12058 - arm64: entry: Reword comment about post_ttbr_update_workaround
12059 - arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
12060 - perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()
12061 - arm64: barrier: Add CSDB macros to control data-value prediction
12062 - arm64: Implement array_index_mask_nospec()
12063 - arm64: Make USER_DS an inclusive limit
12064 - arm64: Use pointer masking to limit uaccess speculation
12065 - arm64: entry: Ensure branch through syscall table is bounded under
12066 speculation
12067 - arm64: uaccess: Prevent speculative use of the current addr_limit
12068 - arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
12069 - arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
12070 - arm64: futex: Mask __user pointers prior to dereference
12071 - arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
12072 - arm64: Run enable method for errata work arounds on late CPUs
12073 - arm64: cpufeature: Pass capability structure to ->enable callback
12074 - drivers/firmware: Expose psci_get_version through psci_ops structure
12075 - arm64: Move post_ttbr_update_workaround to C code
12076 - arm64: Add skeleton to harden the branch predictor against aliasing attacks
12077 - arm64: Move BP hardening to check_and_switch_context
12078 - arm64: KVM: Use per-CPU vector when BP hardening is enabled
12079 - arm64: entry: Apply BP hardening for high-priority synchronous exceptions
12080 - arm64: entry: Apply BP hardening for suspicious interrupts from EL0
12081 - arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
12082 - arm64: Implement branch predictor hardening for affected Cortex-A CPUs
12083 - arm64: Implement branch predictor hardening for Falkor
12084 - arm64: Branch predictor hardening for Cavium ThunderX2
12085 - arm64: KVM: Increment PC after handling an SMC trap
12086 - arm/arm64: KVM: Consolidate the PSCI include files
12087 - arm/arm64: KVM: Add PSCI_VERSION helper
12088 - arm/arm64: KVM: Add smccc accessors to PSCI code
12089 - arm/arm64: KVM: Implement PSCI 1.0 support
12090 - arm/arm64: KVM: Advertise SMCCC v1.1
12091 - arm64: KVM: Make PSCI_VERSION a fast path
12092 - arm/arm64: KVM: Turn kvm_psci_version into a static inline
12093 - arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
12094 - arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
12095 - firmware/psci: Expose PSCI conduit
12096 - firmware/psci: Expose SMCCC version through psci_ops
12097 - arm/arm64: smccc: Make function identifiers an unsigned quantity
12098 - arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
12099 - arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
12100 - arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
12101 - mtd: cfi: convert inline functions to macros
12102 - mtd: nand: brcmnand: Disable prefetch by default
12103 - mtd: nand: Fix nand_do_read_oob() return value
12104 - mtd: nand: sunxi: Fix ECC strength choice
12105 - ubi: Fix race condition between ubi volume creation and udev
12106 - ubi: fastmap: Erase outdated anchor PEBs during attach
12107 - ubi: block: Fix locking for idr_alloc/idr_remove
12108 - ubifs: free the encrypted symlink target
12109 - nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
12110 - nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE
12111 - NFS: Add a cond_resched() to nfs_commit_release_pages()
12112 - NFS: Fix nfsstat breakage due to LOOKUPP
12113 - NFS: commit direct writes even if they fail partially
12114 - NFS: reject request for id_legacy key without auxdata
12115 - NFS: Fix a race between mmap() and O_DIRECT
12116 - nfsd: Detect unhashed stids in nfsd4_verify_open_stid()
12117 - kernfs: fix regression in kernfs_fop_write caused by wrong type
12118 - ahci: Annotate PCI ids for mobile Intel chipsets as such
12119 - ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI
12120 - ahci: Add Intel Cannon Lake PCH-H PCI ID
12121 - crypto: hash - introduce crypto_hash_alg_has_setkey()
12122 - crypto: cryptd - pass through absence of ->setkey()
12123 - crypto: mcryptd - pass through absence of ->setkey()
12124 - crypto: poly1305 - remove ->setkey() method
12125 - crypto: hash - annotate algorithms taking optional key
12126 - crypto: hash - prevent using keyed hashes without setting key
12127 - media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt
12128 - media: v4l2-ioctl.c: don't copy back the result for -ENOTTY
12129 - media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF
12130 - media: v4l2-compat-ioctl32.c: fix the indentation
12131 - media: v4l2-compat-ioctl32.c: move 'helper' functions to
12132 __get/put_v4l2_format32
12133 - media: v4l2-compat-ioctl32.c: avoid sizeof(type)
12134 - media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32
12135 - media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer
12136 - media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32
12137 - media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
12138 - media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors
12139 - media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic
12140 - media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs
12141 - crypto: caam - fix endless loop when DECO acquire fails
12142 - crypto: sha512-mb - initialize pending lengths correctly
12143 - crypto: talitos - fix Kernel Oops on hashing an empty file
12144 - arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
12145 - KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
12146 - KVM: nVMX: Fix bug of injecting L2 exception into L1
12147 - KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded
12148 - KVM: PPC: Book3S HV: Drop locks before reading guest memory
12149 - KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
12150 - KVM: PPC: Book3S PR: Fix broken select due to misspelling
12151 - ASoC: acpi: fix machine driver selection based on quirk
12152 - ASoC: rockchip: i2s: fix playback after runtime resume
12153 - ASoC: skl: Fix kernel warning due to zero NHTL entry
12154 - ASoC: compress: Correct handling of copy callback
12155 - watchdog: imx2_wdt: restore previous timeout after suspend+resume
12156 - afs: Add missing afs_put_cell()
12157 - afs: Need to clear responded flag in addr cursor
12158 - afs: Fix missing cursor clearance
12159 - afs: Fix server list handling
12160 - btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker
12161 - Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all
12162 - kasan: don't emit builtin calls when sanitization is off
12163 - kasan: rework Kconfig settings
12164 - media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return code
12165 - media: dvb-frontends: fix i2c access helpers for KASAN
12166 - media: dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages
12167 - media: ts2020: avoid integer overflows on 32 bit machines
12168 - media: vivid: fix module load error when enabling fb and no_error_inj=1
12169 - media: cxusb, dib0700: ignore XC2028_I2C_FLUSH
12170 - fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
12171 - kernel/async.c: revert "async: simplify lowest_in_progress()"
12172 - kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
12173 - pipe: actually allow root to exceed the pipe buffer limits
12174 - pipe: fix off-by-one error when checking buffer limits
12175 - HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working
12176 - Bluetooth: btsdio: Do not bind to non-removable BCM43341
12177 - ipmi: use dynamic memory for DMI driver override
12178 - signal/openrisc: Fix do_unaligned_access to send the proper signal
12179 - signal/sh: Ensure si_signo is initialized in do_divide_error
12180 - alpha: fix crash if pthread_create races with signal delivery
12181 - alpha: osf_sys.c: fix put_tv32 regression
12182 - alpha: Fix mixed up args in EXC macro in futex operations
12183 - alpha: fix reboot on Avanti platform
12184 - alpha: fix formating of stack content
12185 - xtensa: fix futex_atomic_cmpxchg_inatomic
12186 - EDAC, octeon: Fix an uninitialized variable warning
12187 - genirq: Make legacy autoprobing work again
12188 - pinctrl: intel: Initialize GPIO properly when used through irqchip
12189 - pinctrl: mcp23s08: fix irq setup order
12190 - pinctrl: sx150x: Unregister the pinctrl on release
12191 - pinctrl: sx150x: Register pinctrl before adding the gpiochip
12192 - pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping
12193 - pktcdvd: Fix pkt_setup_dev() error path
12194 - pktcdvd: Fix a recently introduced NULL pointer dereference
12195 - blk-mq: quiesce queue before freeing queue
12196 - clocksource/drivers/stm32: Fix kernel panic with multiple timers
12197 - lib/ubsan.c: s/missaligned/misaligned/
12198 - lib/ubsan: add type mismatch handler for new GCC/Clang
12199 - objtool: Fix switch-table detection
12200 - arm64: dts: marvell: add Ethernet aliases
12201 - drm/i915: Avoid PPS HW/SW state mismatch due to rounding
12202 - ACPI: sbshc: remove raw pointer from printk() message
12203 - acpi, nfit: fix register dimm error handling
12204 - ovl: force r/o mount when index dir creation fails
12205 - ovl: fix failure to fsync lower dir
12206 - ovl: take mnt_want_write() for work/index dir setup
12207 - ovl: take mnt_want_write() for removing impure xattr
12208 - ovl: hash directory inodes for fsnotify
12209 - mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy
12210 - devpts: fix error handling in devpts_mntget()
12211 - ftrace: Remove incorrect setting of glob search field
12212 - scsi: core: Ensure that the SCSI error handler gets woken up
12213 - scsi: lpfc: Fix crash after bad bar setup on driver attachment
12214 - scsi: cxlflash: Reset command ioasc
12215 - rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
12216 - Linux 4.15.4
12217 - updateconfigs after v4.14.4 stable updates
12218
12219 * Bionic update to v4.15.4 stable release (LP: #1751064) // CVE-2017-5754 and
12220 do not need KPTI when KASLR is off.
12221 - arm64: Turn on KPTI only on CPUs that need it
12222
12223 * Miscellaneous Ubuntu changes
12224 - [Config] fix up removed retpoline call sites
12225
12226 -- Seth Forshee <seth.forshee@canonical.com> Fri, 23 Feb 2018 08:31:06 -0600
12227
12228 linux (4.15.0-10.11) bionic; urgency=medium
12229
12230 * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
12231
12232 * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
12233 (LP: #1749202)
12234 - swiotlb: suppress warning when __GFP_NOWARN is set
12235 - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
12236
12237 * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
12238 - SAUCE: tools -- add ability to disable libbfd
12239 - [Packaging] correct disablement of libbfd
12240
12241 * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
12242 (LP: #1744058)
12243 - ALSA: hda/realtek - update ALC225 depop optimize
12244
12245 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
12246 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
12247
12248 * headset mic can't be detected on two Dell machines (LP: #1748807)
12249 - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
12250 - ALSA: hda - Fix headset mic detection problem for two Dell machines
12251
12252 * Bionic update to v4.15.3 stable release (LP: #1749191)
12253 - ip6mr: fix stale iterator
12254 - net: igmp: add a missing rcu locking section
12255 - qlcnic: fix deadlock bug
12256 - qmi_wwan: Add support for Quectel EP06
12257 - r8169: fix RTL8168EP take too long to complete driver initialization.
12258 - tcp: release sk_frag.page in tcp_disconnect
12259 - vhost_net: stop device during reset owner
12260 - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
12261 - ipv6: change route cache aging logic
12262 - Revert "defer call to mem_cgroup_sk_alloc()"
12263 - net: ipv6: send unsolicited NA after DAD
12264 - rocker: fix possible null pointer dereference in
12265 rocker_router_fib_event_work
12266 - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
12267 - cls_u32: add missing RCU annotation.
12268 - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
12269 - soreuseport: fix mem leak in reuseport_add_sock()
12270 - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
12271 - net: sched: fix use-after-free in tcf_block_put_ext
12272 - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
12273 - media: soc_camera: soc_scale_crop: add missing
12274 MODULE_DESCRIPTION/AUTHOR/LICENSE
12275 - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
12276 - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
12277 - crypto: tcrypt - fix S/G table for test_aead_speed()
12278 - Linux 4.15.3
12279
12280 * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
12281 CVE-2018-1000026
12282 - net: create skb_gso_validate_mac_len()
12283 - bnx2x: disable GSO where gso_size is too big for hardware
12284
12285 * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
12286 - net: hns: add ACPI mode support for ethtool -p
12287
12288 * CVE-2017-5715 (Spectre v2 Intel)
12289 - [Packaging] retpoline files must be sorted
12290 - [Packaging] pull in retpoline files
12291
12292 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
12293 - d-i: Add hfi1 to nic-modules
12294
12295 * CVE-2017-5715 (Spectre v2 retpoline)
12296 - [Packaging] retpoline -- add call site validation
12297 - [Config] disable retpoline checks for first upload
12298
12299 * Do not duplicate changelog entries assigned to more than one bug or CVE
12300 (LP: #1743383)
12301 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
12302
12303 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Feb 2018 11:33:58 -0600
12304
12305 linux (4.15.0-9.10) bionic; urgency=medium
12306
12307 * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
12308
12309 * Miscellaneous Ubuntu changes
12310 - [Debian] tests -- remove gcc-multilib dependency for arm64
12311
12312 -- Seth Forshee <seth.forshee@canonical.com> Thu, 08 Feb 2018 11:25:04 -0600
12313
12314 linux (4.15.0-8.9) bionic; urgency=medium
12315
12316 * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
12317
12318 * Bionic update to v4.15.2 stable release (LP: #1748072)
12319 - KVM: x86: Make indirect calls in emulator speculation safe
12320 - KVM: VMX: Make indirect call speculation safe
12321 - module/retpoline: Warn about missing retpoline in module
12322 - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
12323 - x86/cpufeatures: Add Intel feature bits for Speculation Control
12324 - x86/cpufeatures: Add AMD feature bits for Speculation Control
12325 - x86/msr: Add definitions for new speculation control MSRs
12326 - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
12327 - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
12328 - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
12329 - x86/alternative: Print unadorned pointers
12330 - x86/nospec: Fix header guards names
12331 - x86/bugs: Drop one "mitigation" from dmesg
12332 - x86/cpu/bugs: Make retpoline module warning conditional
12333 - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
12334 - x86/retpoline: Simplify vmexit_fill_RSB()
12335 - x86/speculation: Simplify indirect_branch_prediction_barrier()
12336 - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
12337 - iio: adc/accel: Fix up module licenses
12338 - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
12339 - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
12340 - KVM: nVMX: Eliminate vmcs02 pool
12341 - KVM: VMX: introduce alloc_loaded_vmcs
12342 - objtool: Improve retpoline alternative handling
12343 - objtool: Add support for alternatives at the end of a section
12344 - objtool: Warn on stripped section symbol
12345 - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
12346 - x86/spectre: Check CONFIG_RETPOLINE in command line parser
12347 - x86/entry/64: Remove the SYSCALL64 fast path
12348 - x86/entry/64: Push extra regs right away
12349 - x86/asm: Move 'status' from thread_struct to thread_info
12350 - Documentation: Document array_index_nospec
12351 - array_index_nospec: Sanitize speculative array de-references
12352 - x86: Implement array_index_mask_nospec
12353 - x86: Introduce barrier_nospec
12354 - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
12355 - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
12356 - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
12357 - x86/get_user: Use pointer masking to limit speculation
12358 - x86/syscall: Sanitize syscall table de-references under speculation
12359 - vfs, fdtable: Prevent bounds-check bypass via speculative execution
12360 - nl80211: Sanitize array index in parse_txq_params
12361 - x86/spectre: Report get_user mitigation for spectre_v1
12362 - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
12363 - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
12364 - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
12365 - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
12366 - KVM: VMX: make MSR bitmaps per-VCPU
12367 - x86/kvm: Update spectre-v1 mitigation
12368 - x86/retpoline: Avoid retpolines for built-in __init functions
12369 - x86/spectre: Simplify spectre_v2 command line parsing
12370 - x86/pti: Mark constant arrays as __initconst
12371 - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
12372 - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
12373 - KVM/x86: Add IBPB support
12374 - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
12375 - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
12376 - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
12377 - serial: core: mark port as initialized after successful IRQ change
12378 - fpga: region: release of_parse_phandle nodes after use
12379 - Linux 4.15.2
12380
12381 * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
12382 - net: phy: core: remove now uneeded disabling of interrupts
12383 - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
12384 - net: socionext: Add Synquacer NetSec driver
12385 - net: socionext: include linux/io.h to fix build
12386 - net: socionext: Fix error return code in netsec_netdev_open()
12387
12388 * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
12389 - [Config] CONFIG_EDAC_GHES=y
12390
12391 * support thunderx2 vendor pmu events (LP: #1747523)
12392 - perf pmu: Pass pmu as a parameter to get_cpuid_str()
12393 - perf tools arm64: Add support for get_cpuid_str function.
12394 - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
12395 - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
12396 events
12397 - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
12398
12399 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
12400 - SAUCE: mm: disable vma based swap readahead by default
12401 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
12402
12403 * Miscellaneous Ubuntu changes
12404 - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
12405
12406 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Feb 2018 21:13:27 -0600
12407
12408 linux (4.15.0-7.8) bionic; urgency=medium
12409
12410 * Bionic update to v4.15.1 stable release (LP: #1747169)
12411 - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
12412 - tools/gpio: Fix build error with musl libc
12413 - gpio: stmpe: i2c transfer are forbiden in atomic context
12414 - gpio: Fix kernel stack leak to userspace
12415 - ALSA: hda - Reduce the suspend time consumption for ALC256
12416 - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
12417 - crypto: aesni - handle zero length dst buffer
12418 - crypto: aesni - fix typo in generic_gcmaes_decrypt
12419 - crypto: aesni - add wrapper for generic gcm(aes)
12420 - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
12421 aesni
12422 - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
12423 aesni
12424 - crypto: inside-secure - fix hash when length is a multiple of a block
12425 - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
12426 - crypto: sha3-generic - fixes for alignment and big endian operation
12427 - crypto: af_alg - whitelist mask and type
12428 - HID: wacom: EKR: ensure devres groups at higher indexes are released
12429 - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
12430 - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
12431 - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
12432 - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
12433 - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
12434 - igb: Free IRQs when device is hotplugged
12435 - ima/policy: fix parsing of fsuuid
12436 - scsi: aacraid: Fix udev inquiry race condition
12437 - scsi: aacraid: Fix hang in kdump
12438 - scsi: storvsc: missing error code in storvsc_probe()
12439 - staging: lustre: separate a connection destroy from free struct kib_conn
12440 - staging: ccree: NULLify backup_info when unused
12441 - staging: ccree: fix fips event irq handling build
12442 - tty: fix data race between tty_init_dev and flush of buf
12443 - usb: option: Add support for FS040U modem
12444 - USB: serial: pl2303: new device id for Chilitag
12445 - USB: cdc-acm: Do not log urb submission errors on disconnect
12446 - CDC-ACM: apply quirk for card reader
12447 - USB: serial: io_edgeport: fix possible sleep-in-atomic
12448 - usbip: prevent bind loops on devices attached to vhci_hcd
12449 - usbip: list: don't list devices attached to vhci_hcd
12450 - USB: serial: simple: add Motorola Tetra driver
12451 - usb: f_fs: Prevent gadget unbind if it is already unbound
12452 - usb: uas: unconditionally bring back host after reset
12453 - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
12454 - ANDROID: binder: remove waitqueue when thread exits.
12455 - android: binder: use VM_ALLOC to get vm area
12456 - mei: me: allow runtime pm for platform with D0i3
12457 - serial: 8250_of: fix return code when probe function fails to get reset
12458 - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
12459 - serial: 8250_dw: Revert "Improve clock rate setting"
12460 - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
12461 - spi: imx: do not access registers while clocks disabled
12462 - iio: adc: stm32: fix scan of multiple channels with DMA
12463 - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
12464 - test_firmware: fix missing unlock on error in config_num_requests_store()
12465 - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
12466 - Input: synaptics-rmi4 - do not delete interrupt memory too early
12467 - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
12468 - Linux 4.15.1
12469
12470 * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
12471 (LP: #1744712)
12472 - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
12473 - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
12474 version
12475
12476 * apparmor profile load in stacked policy container fails (LP: #1746463)
12477 - SAUCE: apparmor: fix display of .ns_name for containers
12478
12479 -- Seth Forshee <seth.forshee@canonical.com> Sun, 04 Feb 2018 11:56:32 +0100
12480
12481 linux (4.15.0-6.7) bionic; urgency=low
12482
12483 * upload urgency should be medium by default (LP: #1745338)
12484 - [Packaging] update urgency to medium by default
12485
12486 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
12487 - scsi: libiscsi: Allow sd_shutdown on bad transport
12488
12489 * Miscellaneous Ubuntu changes
12490 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
12491 - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
12492 - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
12493
12494 [ Upstream Kernel Changes ]
12495
12496 * Rebase to v4.15
12497
12498 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jan 2018 08:47:07 -0600
12499
12500 linux (4.15.0-5.6) bionic; urgency=low
12501
12502 * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
12503 (LP: #1744077)
12504 - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
12505
12506 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
12507 (LP: #1743638)
12508 - [d-i] Add qede to nic-modules udeb
12509
12510 * boot failure on AMD Raven + WesternXT (LP: #1742759)
12511 - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
12512
12513 * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
12514 (LP: #1726519)
12515 - SAUCE: Revert "scsi: libsas: allow async aborts"
12516
12517 * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
12518 - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
12519
12520 * Miscellaneous Ubuntu changes
12521 - Rebase to v4.15-rc7
12522 - [Config] CONFIG_CPU_ISOLATION=y
12523 - [Config] Update annotations following config review
12524 - Revert "UBUNTU: SAUCE: Import aufs driver"
12525 - SAUCE: Import aufs driver
12526 - ubuntu: vbox -- update to 5.2.6-dfsg-1
12527 - ubuntu: vbox: build fixes for 4.15
12528 - ubuntu: vbox -- update to 5.2.6-dfsg-2
12529 - hio: updates for timer api changes in 4.15
12530 - enable hio build
12531 - Rebase to v4.15-rc9
12532
12533 [ Upstream Kernel Changes ]
12534
12535 * Rebase to v4.15-rc9
12536
12537 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jan 2018 10:16:05 -0600
12538
12539 linux (4.15.0-4.5) bionic; urgency=low
12540
12541 * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166)
12542 - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
12543
12544 * External HDMI monitor failed to show screen on Lenovo X1 series
12545 (LP: #1738523)
12546 - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
12547
12548 * Miscellaneous Ubuntu changes
12549 - [Debian] autoreconstruct - add resoration of execute permissions
12550
12551 [ Upstream Kernel Changes ]
12552
12553 * Rebase to v4.15-rc4
12554
12555 -- Seth Forshee <seth.forshee@canonical.com> Wed, 10 Jan 2018 10:24:22 -0600
12556
12557 linux (4.15.0-3.4) bionic; urgency=low
12558
12559 * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
12560 - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
12561
12562 [ Upstream Kernel Changes ]
12563
12564 * Rebase to v4.15-rc6
12565
12566 -- Seth Forshee <seth.forshee@canonical.com> Wed, 03 Jan 2018 20:20:43 -0600
12567
12568 linux (4.15.0-2.3) bionic; urgency=low
12569
12570 * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
12571 4.15.0-1.2 (LP: #1737752)
12572 - x86/mm: Unbreak modules that use the DMA API
12573
12574 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
12575 - [Config] CONFIG_SPI_INTEL_SPI_*=n
12576
12577 * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
12578 and udebs (LP: #1521712)
12579 - [Config] Include ibmvnic in nic-modules
12580
12581 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
12582 - [Config] Enable support for emulation of deprecated ARMv8 instructions
12583
12584 * Miscellaneous Ubuntu changes
12585 - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
12586 - Enable zfs build
12587 - [Debian] add icp to zfs-modules.ignore
12588
12589 [ Upstream Kernel Changes ]
12590
12591 * Rebase to v4.15-rc4
12592
12593 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Dec 2017 09:27:13 -0600
12594
12595 linux (4.15.0-1.2) bionic; urgency=low
12596
12597 * Disabling zfs does not always disable module checks for the zfs modules
12598 (LP: #1737176)
12599 - [Packaging] disable zfs module checks when zfs is disabled
12600
12601 * Miscellaneous Ubuntu changes
12602 - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
12603
12604 [ Upstream Kernel Changes ]
12605
12606 * Rebase to v4.15-rc3
12607
12608 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Dec 2017 22:07:19 -0600
12609
12610 linux (4.15.0-0.1) bionic; urgency=low
12611
12612 * Miscellaneous Ubuntu changes
12613 - ubuntu: vbox -- update to 5.2.2-dfsg-2
12614 - ubuntu: vbox: build fixes for 4.15
12615 - disable hio build
12616 - [Config] Update kernel lockdown options to fix build errors
12617 - Disable zfs build
12618 - SAUCE: Import aufs driver
12619 - [Config] Enable AUFS config options
12620
12621 [ Upstream Kernel Changes ]
12622
12623 * Rebase to v4.15-rc2
12624
12625 -- Seth Forshee <seth.forshee@canonical.com> Fri, 08 Dec 2017 13:55:42 -0600
12626
12627 linux (4.14.0-11.13) bionic; urgency=low
12628
12629 * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
12630
12631 * CVE-2017-1000405
12632 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
12633
12634 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
12635 - SAUCE: mm: disable vma based swap readahead by default
12636 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
12637
12638 * Bionic update to v4.14.3 stable release (LP: #1735843)
12639 - s390: fix transactional execution control register handling
12640 - s390/noexec: execute kexec datamover without DAT
12641 - s390/runtime instrumention: fix possible memory corruption
12642 - s390/guarded storage: fix possible memory corruption
12643 - s390/disassembler: add missing end marker for e7 table
12644 - s390/disassembler: increase show_code buffer size
12645 - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
12646 - ACPI / EC: Fix regression related to triggering source of EC event handling
12647 - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
12648 - serdev: fix registration of second slave
12649 - sched: Make resched_cpu() unconditional
12650 - lib/mpi: call cond_resched() from mpi_powm() loop
12651 - x86/boot: Fix boot failure when SMP MP-table is based at 0
12652 - x86/decoder: Add new TEST instruction pattern
12653 - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
12654 - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
12655 - perf/x86/intel: Hide TSX events when RTM is not supported
12656 - arm64: Implement arch-specific pte_access_permitted()
12657 - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
12658 - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
12659 - uapi: fix linux/tls.h userspace compilation error
12660 - uapi: fix linux/rxrpc.h userspace compilation errors
12661 - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
12662 - MIPS: ralink: Fix MT7628 pinmux
12663 - MIPS: ralink: Fix typo in mt7628 pinmux function
12664 - net: mvneta: fix handling of the Tx descriptor counter
12665 - nbd: wait uninterruptible for the dead timeout
12666 - nbd: don't start req until after the dead connection logic
12667 - PM / OPP: Add missing of_node_put(np)
12668 - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
12669 - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
12670 - PCI: hv: Use effective affinity mask
12671 - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
12672 - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
12673 - ALSA: hda: Add Raven PCI ID
12674 - dm integrity: allow unaligned bv_offset
12675 - dm cache: fix race condition in the writeback mode overwrite_bio
12676 optimisation
12677 - dm crypt: allow unaligned bv_offset
12678 - dm zoned: ignore last smaller runt zone
12679 - dm mpath: remove annoying message of 'blk_get_request() returned -11'
12680 - dm bufio: fix integer overflow when limiting maximum cache size
12681 - ovl: Put upperdentry if ovl_check_origin() fails
12682 - dm: allocate struct mapped_device with kvzalloc
12683 - sched/rt: Simplify the IPI based RT balancing logic
12684 - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
12685 - dm: fix race between dm_get_from_kobject() and __dm_destroy()
12686 - dm: discard support requires all targets in a table support discards
12687 - MIPS: Fix odd fp register warnings with MIPS64r2
12688 - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
12689 - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
12690 - MIPS: Fix an n32 core file generation regset support regression
12691 - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
12692 - MIPS: math-emu: Fix final emulation phase for certain instructions
12693 - rt2x00usb: mark device removed when get ENOENT usb error
12694 - mm/z3fold.c: use kref to prevent page free/compact race
12695 - autofs: don't fail mount for transient error
12696 - nilfs2: fix race condition that causes file system corruption
12697 - fscrypt: lock mutex before checking for bounce page pool
12698 - eCryptfs: use after free in ecryptfs_release_messaging()
12699 - libceph: don't WARN() if user tries to add invalid key
12700 - bcache: check ca->alloc_thread initialized before wake up it
12701 - fs: guard_bio_eod() needs to consider partitions
12702 - fanotify: fix fsnotify_prepare_user_wait() failure
12703 - isofs: fix timestamps beyond 2027
12704 - btrfs: change how we decide to commit transactions during flushing
12705 - f2fs: expose some sectors to user in inline data or dentry case
12706 - NFS: Fix typo in nomigration mount option
12707 - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
12708 - nfs: Fix ugly referral attributes
12709 - NFS: Avoid RCU usage in tracepoints
12710 - NFS: revalidate "." etc correctly on "open".
12711 - nfsd: deal with revoked delegations appropriately
12712 - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
12713 - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
12714 - iwlwifi: fix firmware names for 9000 and A000 series hw
12715 - md: fix deadlock error in recent patch.
12716 - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
12717 - Bluetooth: btqcomsmd: Add support for BD address setup
12718 - md/bitmap: revert a patch
12719 - fsnotify: clean up fsnotify_prepare/finish_user_wait()
12720 - fsnotify: pin both inode and vfsmount mark
12721 - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
12722 - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
12723 - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
12724 - ext4: prevent data corruption with inline data + DAX
12725 - ext4: prevent data corruption with journaling + DAX
12726 - ALSA: pcm: update tstamp only if audio_tstamp changed
12727 - ALSA: usb-audio: Add sanity checks to FE parser
12728 - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
12729 - ALSA: usb-audio: Add sanity checks in v2 clock parsers
12730 - ALSA: timer: Remove kernel warning at compat ioctl error paths
12731 - ALSA: hda/realtek - Fix ALC275 no sound issue
12732 - ALSA: hda: Fix too short HDMI/DP chmap reporting
12733 - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
12734 - ALSA: hda/realtek - Fix ALC700 family no sound issue
12735 - ASoC: sun8i-codec: Invert Master / Slave condition
12736 - ASoC: sun8i-codec: Fix left and right channels inversion
12737 - ASoC: sun8i-codec: Set the BCLK divider
12738 - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
12739 - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
12740 - 9p: Fix missing commas in mount options
12741 - fs/9p: Compare qid.path in v9fs_test_inode
12742 - net/9p: Switch to wait_event_killable()
12743 - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
12744 - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
12745 - scsi: lpfc: fix pci hot plug crash in timer management routines
12746 - scsi: lpfc: fix pci hot plug crash in list_add call
12747 - scsi: lpfc: Fix crash receiving ELS while detaching driver
12748 - scsi: lpfc: Fix FCP hba_wqidx assignment
12749 - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
12750 - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
12751 - iscsi-target: Fix non-immediate TMR reference leak
12752 - target: fix null pointer regression in core_tmr_drain_tmr_list
12753 - target: fix buffer offset in core_scsi3_pri_read_full_status
12754 - target: Fix QUEUE_FULL + SCSI task attribute handling
12755 - target: Fix caw_sem leak in transport_generic_request_failure
12756 - target: Fix quiese during transport_write_pending_qf endless loop
12757 - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
12758 - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
12759 - mtd: nand: Export nand_reset() symbol
12760 - mtd: nand: atmel: Actually use the PM ops
12761 - mtd: nand: omap2: Fix subpage write
12762 - mtd: nand: Fix writing mtdoops to nand flash.
12763 - mtd: nand: mtk: fix infinite ECC decode IRQ issue
12764 - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
12765 - p54: don't unregister leds when they are not initialized
12766 - block: Fix a race between blk_cleanup_queue() and timeout handling
12767 - raid1: prevent freeze_array/wait_all_barriers deadlock
12768 - genirq: Track whether the trigger type has been set
12769 - irqchip/gic-v3: Fix ppi-partitions lookup
12770 - lockd: double unregister of inetaddr notifiers
12771 - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
12772 enabled
12773 - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
12774 - KVM: SVM: obey guest PAT
12775 - kvm: vmx: Reinstate support for CPUs without virtual NMI
12776 - dax: fix PMD faults on zero-length files
12777 - dax: fix general protection fault in dax_alloc_inode
12778 - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
12779 - clk: ti: dra7-atl-clock: fix child-node lookups
12780 - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
12781 - libnvdimm, pfn: make 'resource' attribute only readable by root
12782 - libnvdimm, namespace: fix label initialization to use valid seq numbers
12783 - libnvdimm, region : make 'resource' attribute only readable by root
12784 - libnvdimm, namespace: make 'resource' attribute only readable by root
12785 - svcrdma: Preserve CB send buffer across retransmits
12786 - IB/srpt: Do not accept invalid initiator port names
12787 - IB/cm: Fix memory corruption in handling CM request
12788 - IB/hfi1: Fix incorrect available receive user context count
12789 - IB/srp: Avoid that a cable pull can trigger a kernel crash
12790 - IB/core: Avoid crash on pkey enforcement failed in received MADs
12791 - IB/core: Only maintain real QPs in the security lists
12792 - NFC: fix device-allocation error return
12793 - spi-nor: intel-spi: Fix broken software sequencing codes
12794 - i40e: Use smp_rmb rather than read_barrier_depends
12795 - igb: Use smp_rmb rather than read_barrier_depends
12796 - igbvf: Use smp_rmb rather than read_barrier_depends
12797 - ixgbevf: Use smp_rmb rather than read_barrier_depends
12798 - i40evf: Use smp_rmb rather than read_barrier_depends
12799 - fm10k: Use smp_rmb rather than read_barrier_depends
12800 - ixgbe: Fix skb list corruption on Power systems
12801 - parisc: Fix validity check of pointer size argument in new CAS
12802 implementation
12803 - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
12804 - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
12805 - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
12806 - powerpc/signal: Properly handle return value from uprobe_deny_signal()
12807 - powerpc/64s: Fix masking of SRR1 bits on instruction fault
12808 - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
12809 - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
12810 - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
12811 - powerpc/64s/hash: Fix fork() with 512TB process address space
12812 - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
12813 - media: Don't do DMA on stack for firmware upload in the AS102 driver
12814 - media: rc: check for integer overflow
12815 - media: rc: nec decoder should not send both repeat and keycode
12816 - cx231xx-cards: fix NULL-deref on missing association descriptor
12817 - media: v4l2-ctrl: Fix flags field on Control events
12818 - media: venus: fix wrong size on dma_free
12819 - media: venus: venc: fix bytesused v4l2_plane field
12820 - media: venus: reimplement decoder stop command
12821 - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
12822 zone
12823 - iwlwifi: fix wrong struct for a000 device
12824 - iwlwifi: add a new a000 device
12825 - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
12826 - iwlwifi: add new cards for a000 series
12827 - iwlwifi: add new cards for 8265 series
12828 - iwlwifi: add new cards for 8260 series
12829 - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
12830 - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
12831 - e1000e: Fix error path in link detection
12832 - e1000e: Fix return value test
12833 - e1000e: Separate signaling for link check/link up
12834 - e1000e: Avoid receiver overrun interrupt bursts
12835 - e1000e: fix buffer overrun while the I219 is processing DMA transactions
12836 - Linux 4.14.3
12837
12838 * Miscellaneous Ubuntu changes
12839 - SAUCE: s390/topology: don't inline cpu_to_node
12840 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
12841
12842 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Dec 2017 09:08:07 -0600
12843
12844 linux (4.14.0-10.12) bionic; urgency=low
12845
12846 * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
12847
12848 * Miscellaneous Ubuntu changes
12849 - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
12850 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
12851
12852 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Nov 2017 08:46:49 -0600
12853
12854 linux (4.14.0-9.11) bionic; urgency=low
12855
12856 * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
12857
12858 * Miscellaneous Ubuntu changes
12859 - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
12860 0.7.3-1ubuntu1"
12861
12862 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 12:44:48 -0600
12863
12864 linux (4.14.0-8.10) bionic; urgency=low
12865
12866 * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
12867
12868 * Bionic update to v4.14.2 stable release (LP: #1734694)
12869 - bio: ensure __bio_clone_fast copies bi_partno
12870 - af_netlink: ensure that NLMSG_DONE never fails in dumps
12871 - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
12872 - net: cdc_ncm: GetNtbFormat endian fix
12873 - fealnx: Fix building error on MIPS
12874 - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
12875 - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
12876 - serial: omap: Fix EFR write on RTS deassertion
12877 - serial: 8250_fintek: Fix finding base_port with activated SuperIO
12878 - tpm-dev-common: Reject too short writes
12879 - rcu: Fix up pending cbs check in rcu_prepare_for_idle
12880 - mm/pagewalk.c: report holes in hugetlb ranges
12881 - ocfs2: fix cluster hang after a node dies
12882 - ocfs2: should wait dio before inode lock in ocfs2_setattr()
12883 - ipmi: fix unsigned long underflow
12884 - mm/page_alloc.c: broken deferred calculation
12885 - mm/page_ext.c: check if page_ext is not prepared
12886 - coda: fix 'kernel memory exposure attempt' in fsync
12887 - ipmi: Prefer ACPI system interfaces over SMBIOS ones
12888 - Linux 4.14.2
12889
12890 * Bionic update to v4.14.1 stable release (LP: #1734693)
12891 - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
12892 - dmaengine: dmatest: warn user when dma test times out
12893 - media: imon: Fix null-ptr-deref in imon_probe
12894 - media: dib0700: fix invalid dvb_detach argument
12895 - crypto: dh - Fix double free of ctx->p
12896 - crypto: dh - Don't permit 'p' to be 0
12897 - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
12898 - crypto: brcm - Explicity ACK mailbox message
12899 - USB: early: Use new USB product ID and strings for DbC device
12900 - USB: usbfs: compute urb->actual_length for isochronous
12901 - USB: Add delay-init quirk for Corsair K70 LUX keyboards
12902 - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
12903 - USB: serial: metro-usb: stop I/O after failed open
12904 - USB: serial: Change DbC debug device binding ID
12905 - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
12906 - USB: serial: garmin_gps: fix I/O after failed probe and remove
12907 - USB: serial: garmin_gps: fix memory leak on probe errors
12908 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
12909 - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
12910 - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
12911 - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
12912 - HID: cp2112: add HIDRAW dependency
12913 - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
12914 - rpmsg: glink: Add missing MODULE_LICENSE
12915 - staging: wilc1000: Fix bssid buffer offset in Txq
12916 - staging: sm750fb: Fix parameter mistake in poke32
12917 - staging: ccree: fix 64 bit scatter/gather DMA ops
12918 - staging: greybus: spilib: fix use-after-free after deregistration
12919 - staging: rtl8188eu: Revert 4 commits breaking ARP
12920 - spi: fix use-after-free at controller deregistration
12921 - sparc32: Add cmpxchg64().
12922 - sparc64: mmu_context: Add missing include files
12923 - sparc64: Fix page table walk for PUD hugepages
12924 - Linux 4.14.1
12925
12926 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
12927 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
12928
12929 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
12930 (LP: #1732627)
12931 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
12932
12933 * Miscellaneous Ubuntu changes
12934 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
12935
12936 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 07:43:44 -0600
12937
12938 linux (4.14.0-7.9) bionic; urgency=low
12939
12940 * Miscellaneous Ubuntu changes
12941 - SAUCE: apparmor: add base infastructure for socket mediation
12942 - SAUCE: apparmor: af_unix mediation
12943 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
12944 - SAUCE: LSM stacking: LSM: manage credential security blobs
12945 - SAUCE: LSM stacking: LSM: Manage file security blobs
12946 - SAUCE: LSM stacking: LSM: manage task security blobs
12947 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
12948 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
12949 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
12950 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
12951 - SAUCE: LSM stacking: fixup initialize task->security
12952 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
12953 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
12954 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
12955 - SAUCE: LSM stacking: fixup apparmor stacking enablement
12956 - SAUCE: LSM stacking: fixup stacking kconfig
12957 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
12958 - SAUCE: LSM stacking: provide prctl interface for setting context
12959 - SAUCE: LSM stacking: inherit current display LSM
12960 - SAUCE: LSM stacking: keep an index for each registered LSM
12961 - SAUCE: LSM stacking: verify display LSM
12962 - SAUCE: LSM stacking: provide a way to specify the default display lsm
12963 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
12964 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
12965 - SAUCE: LSM stacking: add Kconfig to set default display LSM
12966 - SAUCE: LSM stacking: add configs for LSM stacking
12967 - SAUCE: LSM stacking: check for invalid zero sized writes
12968 - [Config] Run updateconfigs after merging LSM stacking
12969 - [Config] CONFIG_AMD_MEM_ENCRYPT=y
12970
12971 [ Upstream Kernel Changes ]
12972
12973 * Rebase to v4.14
12974
12975 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Nov 2017 08:12:08 -0600
12976
12977 linux (4.14.0-6.8) bionic; urgency=low
12978
12979 * Miscellaneous Ubuntu changes
12980 - SAUCE: add workarounds to enable ZFS for 4.14
12981
12982 [ Upstream Kernel Changes ]
12983
12984 * Rebase to v4.14-rc8
12985
12986 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Nov 2017 11:39:00 -0600
12987
12988 linux (4.14.0-5.7) bionic; urgency=low
12989
12990 * Miscellaneous Ubuntu changes
12991 - [Debian] Fix invocation of dh_prep for dbgsym packages
12992
12993 -- Seth Forshee <seth.forshee@canonical.com> Tue, 31 Oct 2017 07:07:23 -0500
12994
12995 linux (4.14.0-4.5) bionic; urgency=low
12996
12997 * Miscellaneous Ubuntu changes
12998 - [Packaging] virtualbox -- reduce in kernel module versions
12999 - vbox-update: Fix up KERN_DIR definitions
13000 - ubuntu: vbox -- update to 5.2.0-dfsg-2
13001 - [Config] CONFIG_AMD_MEM_ENCRYPT=n
13002
13003 [ Upstream Kernel Changes ]
13004
13005 * Rebase to v4.14-rc7
13006
13007 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Oct 2017 13:29:20 -0500
13008
13009 linux (4.14.0-3.4) artful; urgency=low
13010
13011 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
13012 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
13013 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
13014 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
13015
13016 * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
13017 - powerpc/64s: Add workaround for P9 vector CI load issue
13018
13019 * Miscellaneous Ubuntu changes
13020 - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
13021 - [Config] CONFIG_DRM_VBOXVIDEO=m
13022 - SAUCE: Import aufs driver
13023 - [Config] Enable aufs
13024 - [Config] Reorder annotations file after enabling aufs
13025 - vbox-update: Disable imported vboxvideo module
13026 - ubuntu: vbox -- update to 5.1.30-dfsg-1
13027 - Enable vbox
13028 - hio: Use correct sizes when initializing ssd_index_bits* arrays
13029 - hio: Update io stat accounting for 4.14
13030 - Enable hio
13031
13032 [ Upstream Kernel Changes ]
13033
13034 * Rebase to v4.14-rc5
13035 * Rebase to v4.14-rc6
13036
13037 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Oct 2017 13:53:52 -0500
13038
13039 linux (4.14.0-2.3) artful; urgency=low
13040
13041 * [Bug] USB controller failed to respond on Denverton after loading
13042 intel_th_pci module (LP: #1715833)
13043 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
13044
13045 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
13046 17.10 (kernel 4.13) (LP: #1719290)
13047 - SAUCE: s390: update zfcpdump_defconfig
13048
13049 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
13050 - d-i: Add bnxt_en to nic-modules.
13051
13052 * Miscellaneous Ubuntu changes
13053 - [Config] Update annotations for 4.14-rc2
13054
13055 [ Upstream Kernel Changes ]
13056
13057 * Rebase to v4.14-rc3
13058 * Rebase to v4.14-rc4
13059
13060 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 16:04:27 -0500
13061
13062 linux (4.14.0-1.2) artful; urgency=low
13063
13064 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
13065 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
13066
13067 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
13068 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
13069
13070 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
13071 (LP: #1718679)
13072 - [Config] CONFIG_DRM_VBOXVIDEO=n
13073
13074 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
13075 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
13076
13077 * autopkgtest profile fails to build on armhf (LP: #1717920)
13078 - [Packaging] autopkgtest -- disable d-i when dropping flavours
13079
13080 * Miscellaneous Ubuntu changes
13081 - [Config] CONFIG_I2C_XLP9XX=m
13082 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
13083
13084 [ Upstream Kernel Changes ]
13085
13086 * Rebase to v4.14-rc2
13087
13088 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Sep 2017 09:09:11 -0400
13089
13090 linux (4.14.0-0.1) artful; urgency=low
13091
13092 * Miscellaneous Ubuntu changes
13093 - Disable vbox build
13094 - Disable hio build
13095 - Disable zfs build
13096
13097 [ Upstream Kernel Changes ]
13098
13099 * Rebase to v4.14-rc1
13100
13101 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Sep 2017 20:22:29 -0500
13102
13103 linux (4.13.0-11.12) artful; urgency=low
13104
13105 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
13106
13107 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
13108 - s390/mm: fix local TLB flushing vs. detach of an mm address space
13109 - s390/mm: fix race on mm->context.flush_mm
13110
13111 * CVE-2017-1000251
13112 - Bluetooth: Properly check L2CAP config option output buffer length
13113
13114 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
13115
13116 linux (4.13.0-10.11) artful; urgency=low
13117
13118 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
13119
13120 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
13121 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
13122
13123 * Artful update to v4.13.1 stable release (LP: #1716284)
13124 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
13125 - USB: serial: option: add support for D-Link DWM-157 C1
13126 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
13127 - usb:xhci:Fix regression when ATI chipsets detected
13128 - USB: musb: fix external abort on suspend
13129 - ANDROID: binder: add padding to binder_fd_array_object.
13130 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
13131 - USB: core: Avoid race of async_completed() w/ usbdev_release()
13132 - staging/rts5208: fix incorrect shift to extract upper nybble
13133 - staging: ccree: save ciphertext for CTS IV
13134 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
13135 - iio: adc: ti-ads1015: fix incorrect data rate setting update
13136 - iio: adc: ti-ads1015: fix scale information for ADS1115
13137 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
13138 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
13139 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
13140 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
13141 - driver core: bus: Fix a potential double free
13142 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
13143 - binder: free memory on error
13144 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
13145 - crypto: caam/qi - fix compilation with DEBUG enabled
13146 - thunderbolt: Fix reset response_type
13147 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
13148 - intel_th: pci: Add Cannon Lake PCH-H support
13149 - intel_th: pci: Add Cannon Lake PCH-LP support
13150 - ath10k: fix memory leak in rx ring buffer allocation
13151 - drm/vgem: Pin our pages for dmabuf exports
13152 - drm/ttm: Fix accounting error when fail to get pages for pool
13153 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
13154 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
13155 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
13156 - iwlwifi: pci: add new PCI ID for 7265D
13157 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
13158 - mwifiex: correct channel stat buffer overflows
13159 - MCB: add support for SC31 to mcb-lpc
13160 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
13161 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
13162 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
13163 - workqueue: Fix flag collision
13164 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
13165 - cs5536: add support for IDE controller variant
13166 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
13167 - scsi: sg: recheck MMAP_IO request length with lock held
13168 - of/device: Prevent buffer overflow in of_device_modalias()
13169 - rtlwifi: Fix memory leak when firmware request fails
13170 - rtlwifi: Fix fallback firmware loading
13171 - Linux 4.13.1
13172
13173 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
13174 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
13175
13176 * SRIOV: warning if unload VFs (LP: #1715073)
13177 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
13178
13179 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
13180 - i40e: avoid NVM acquire deadlock during NVM update
13181 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
13182
13183 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
13184 twice when perf stat is done (perf:) (LP: #1714571)
13185 - perf vendor events powerpc: Remove duplicate events
13186
13187 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
13188 (LP: #1703339)
13189 - [Config] Include vmd in storage-core-modules udeb
13190
13191 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
13192 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
13193 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
13194 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
13195 offline
13196
13197 * Miscellaneous Ubuntu changes
13198 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
13199 - Revert "UBUNTU: SAUCE: Import aufs driver"
13200 - SAUCE: Import aufs driver
13201
13202 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
13203
13204 linux (4.13.0-9.10) artful; urgency=low
13205
13206 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
13207
13208 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
13209 - [Config] CONFIG_EDAC_GHES=n
13210
13211 * Miscellaneous Ubuntu changes
13212 - ubuntu: vbox -- update to 5.1.26-dfsg-2
13213
13214 [ Upstream Kernel Changes ]
13215
13216 * Rebase to v4.13
13217
13218 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
13219
13220 linux (4.13.0-8.9) artful; urgency=low
13221
13222 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
13223 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
13224
13225 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
13226 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
13227
13228 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
13229 Harrisonville SDP (LP: #1709257)
13230 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
13231 - EDAC, pnd2: Mask off the lower four bits of a BAR
13232 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
13233 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
13234 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
13235 reading BAR
13236
13237 * Miscellaneous Ubuntu changes
13238 - Revert "UBUNTU: SAUCE: Import aufs driver"
13239 - SAUCE: Import aufs driver
13240 - SAUCE: selftests/powerpc: Disable some ptrace selftests
13241 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
13242 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
13243 - [Config] Disable CONFIG_MDIO_* options for s390x
13244 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
13245 - [Config] Update annotations for 4.13
13246
13247 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
13248
13249 linux (4.13.0-7.8) artful; urgency=low
13250
13251 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
13252 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
13253 paths
13254
13255 * Miscellaneous Ubuntu changes
13256 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
13257
13258 * Miscellaneous upstream changes
13259 - seccomp: Provide matching filter for introspection
13260 - seccomp: Sysctl to display available actions
13261 - seccomp: Operation for checking if an action is available
13262 - seccomp: Sysctl to configure actions that are allowed to be logged
13263 - seccomp: Selftest for detection of filter flag support
13264 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
13265 - seccomp: Action to log before allowing
13266
13267 [ Upstream Kernel Changes ]
13268
13269 * Rebase to v4.13-rc7
13270
13271 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
13272
13273 linux (4.13.0-6.7) artful; urgency=low
13274
13275 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
13276 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
13277
13278 * sort ABI files with C.UTF-8 locale (LP: #1712345)
13279 - [Packaging] sort ABI files with C.UTF-8 locale
13280
13281 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
13282 - SAUCE: igb: add support for using Broadcom 54616 as PHY
13283
13284 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
13285 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
13286 - powerpc/mm/radix: Improve TLB/PWC flushes
13287 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
13288
13289 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
13290 properly enrolled keys (LP: #1712168)
13291 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
13292
13293 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
13294 - [Config] CONFIG_BLK_DEV_NVME=m for s390
13295
13296 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
13297 (LP: #1711298)
13298 - [Config] CONFIG_INTEL_ATOMISP=n
13299
13300 * Miscellaneous Ubuntu changes
13301 - SAUCE: apparmor: af_unix mediation
13302
13303 * Miscellaneous upstream changes
13304 - apparmor: Fix shadowed local variable in unpack_trans_table()
13305 - apparmor: Fix logical error in verify_header()
13306 - apparmor: Fix an error code in aafs_create()
13307 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
13308 - apparmor: add the ability to mediate signals
13309 - apparmor: add mount mediation
13310 - apparmor: cleanup conditional check for label in label_print
13311 - apparmor: add support for absolute root view based labels
13312 - apparmor: make policy_unpack able to audit different info messages
13313 - apparmor: add more debug asserts to apparmorfs
13314 - apparmor: add base infastructure for socket mediation
13315 - apparmor: move new_null_profile to after profile lookup fns()
13316 - apparmor: fix race condition in null profile creation
13317 - apparmor: ensure unconfined profiles have dfas initialized
13318 - apparmor: fix incorrect type assignment when freeing proxies
13319
13320 [ Upstream Kernel Changes ]
13321
13322 * Rebase to v4.13-rc6
13323
13324 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
13325
13326 linux (4.13.0-5.6) artful; urgency=low
13327
13328 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
13329 - perf pmu-events: Support additional POWER8+ PVR in mapfile
13330 - perf vendor events: Add POWER9 PMU events
13331 - perf vendor events: Add POWER9 PVRs to mapfile
13332 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
13333 - SAUCE: perf vendor events powerpc: Update POWER9 events
13334
13335 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
13336 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
13337
13338 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
13339 kernels able to boot without initramfs (LP: #1700972)
13340 - [Debian] Don't depend on initramfs-tools
13341
13342 * Miscellaneous Ubuntu changes
13343 - SAUCE: Import aufs driver
13344 - SAUCE: aufs -- Add missing argument to loop_switch() call
13345 - [Config] Enable aufs
13346 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
13347 - Enable zfs build
13348 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
13349 - [Packaging] switch up to debhelper 9
13350
13351 [ Upstream Kernel Changes ]
13352
13353 * Rebase to v4.13-rc5
13354
13355 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
13356
13357 linux (4.13.0-4.5) artful; urgency=low
13358
13359 * Lenovo Yoga 910 Sensors (LP: #1708120)
13360 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
13361
13362 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
13363 (LP: #1703339)
13364 - [Config] Add vmd driver to generic inclusion list
13365
13366 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
13367 - [Config] CONFIG_SATA_HIGHBANK=y
13368
13369 * Miscellaneous Ubuntu changes
13370 - ubuntu: vbox -- update to 5.1.26-dfsg-1
13371 - SAUCE: hio: Build fixes for 4.13
13372 - Enable hio build
13373 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
13374 - [debian] use all rather than amd64 dkms debs for sync
13375
13376 [ Upstream Kernel Changes ]
13377
13378 * Rebase to v4.13-rc4
13379
13380 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
13381
13382 linux (4.13.0-3.4) artful; urgency=low
13383
13384 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
13385 - [Packaging] tests -- reduce rebuild test to one flavour
13386 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
13387
13388 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
13389 - SAUCE: virtio_net: Revert mergeable buffer handling rework
13390
13391 [ Upstream Kernel Changes ]
13392
13393 * Rebase to v4.13-rc3
13394
13395 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
13396
13397 linux (4.13.0-2.3) artful; urgency=low
13398
13399 * Change CONFIG_IBMVETH to module (LP: #1704479)
13400 - [Config] CONFIG_IBMVETH=m
13401
13402 [ Upstream Kernel Changes ]
13403
13404 * Rebase to v4.13-rc2
13405
13406 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
13407
13408 linux (4.13.0-1.2) artful; urgency=low
13409
13410 * Miscellaneous Ubuntu changes
13411 - [Debian] Support sphinx-based kernel documentation
13412
13413 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
13414
13415 linux (4.13.0-0.1) artful; urgency=low
13416
13417 * Miscellaneous Ubuntu changes
13418 - Disable hio
13419 - Disable zfs build
13420 - ubuntu: vbox -- update to 5.1.24-dfsg-1
13421
13422 [ Upstream Kernel Changes ]
13423
13424 * Rebase to v4.13-rc1
13425
13426 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
13427
13428 linux (4.12.0-7.8) artful; urgency=low
13429
13430 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
13431 (LP: #1673564)
13432 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
13433 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
13434 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
13435 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
13436 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
13437 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
13438 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
13439 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
13440 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
13441 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
13442 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
13443 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
13444 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
13445 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
13446 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
13447 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
13448 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
13449 - arm64: Add MIDR values for Cavium cn83XX SoCs
13450 - arm64: Add workaround for Cavium Thunder erratum 30115
13451 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
13452 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
13453 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
13454 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
13455 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
13456 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
13457 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
13458 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
13459
13460 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
13461 - net: hns: Bugfix for Tx timeout handling in hns driver
13462
13463 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
13464 - iommu/arm-smmu: Plumb in new ACPI identifiers
13465
13466 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
13467 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
13468
13469 * Artful update to v4.12.1 stable release (LP: #1703858)
13470 - driver core: platform: fix race condition with driver_override
13471 - RDMA/uverbs: Check port number supplied by user verbs cmds
13472 - usb: dwc3: replace %p with %pK
13473 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
13474 - usb: usbip: set buffer pointers to NULL after free
13475 - Add USB quirk for HVR-950q to avoid intermittent device resets
13476 - usb: Fix typo in the definition of Endpoint[out]Request
13477 - USB: core: fix device node leak
13478 - USB: serial: option: add two Longcheer device ids
13479 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
13480 - xhci: Limit USB2 port wake support for AMD Promontory hosts
13481 - gfs2: Fix glock rhashtable rcu bug
13482 - Add "shutdown" to "struct class".
13483 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
13484 - tpm: fix a kernel memory leak in tpm-sysfs.c
13485 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
13486 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
13487 - sched/fair, cpumask: Export for_each_cpu_wrap()
13488 - sched/core: Implement new approach to scale select_idle_cpu()
13489 - sched/numa: Use down_read_trylock() for the mmap_sem
13490 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
13491 - sched/fair: Simplify wake_affine() for the single socket case
13492 - sched/numa: Implement NUMA node level wake_affine()
13493 - sched/fair: Remove effective_load()
13494 - sched/numa: Hide numa_wake_affine() from UP build
13495 - xen: avoid deadlock in xenbus driver
13496 - crypto: drbg - Fixes panic in wait_for_completion call
13497 - Linux 4.12.1
13498
13499 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
13500 - scsi: cxlflash: Combine the send queue locks
13501 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
13502 - scsi: cxlflash: Reset hardware queue context via specified register
13503 - scsi: cxlflash: Schedule asynchronous reset of the host
13504 - scsi: cxlflash: Handle AFU sync failures
13505 - scsi: cxlflash: Track pending scsi commands in each hardware queue
13506 - scsi: cxlflash: Flush pending commands in cleanup path
13507 - scsi: cxlflash: Add scsi command abort handler
13508 - scsi: cxlflash: Create character device to provide host management interface
13509 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
13510 specifics
13511 - scsi: cxlflash: Introduce host ioctl support
13512 - scsi: cxlflash: Refactor AFU capability checking
13513 - scsi: cxlflash: Support LUN provisioning
13514 - scsi: cxlflash: Support AFU debug
13515 - scsi: cxlflash: Support WS16 unmap
13516 - scsi: cxlflash: Remove zeroing of private command data
13517 - scsi: cxlflash: Update TMF command processing
13518 - scsi: cxlflash: Avoid double free of character device
13519 - scsi: cxlflash: Update send_tmf() parameters
13520 - scsi: cxlflash: Update debug prints in reset handlers
13521
13522 * make snap-pkg support (LP: #1700747)
13523 - make snap-pkg support
13524
13525 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
13526 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
13527
13528 * arm64: fix crash reading /proc/kcore (LP: #1702749)
13529 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
13530 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
13531
13532 * Opal and POWER9 DD2 (LP: #1702159)
13533 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
13534
13535 * Data corruption with hio driver (LP: #1701316)
13536 - SAUCE: hio: Fix incorrect use of enum req_opf values
13537
13538 * Miscellaneous Ubuntu changes
13539 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
13540 - snapcraft.yaml: Sync with xenial
13541 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
13542
13543 * Miscellaneous upstream changes
13544 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
13545 MokSBState"
13546
13547 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
13548
13549 linux (4.12.0-6.7) artful; urgency=low
13550
13551 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
13552 - net: ena: change return value for unsupported features unsupported return
13553 value
13554 - net: ena: add hardware hints capability to the driver
13555 - net: ena: change sizeof() argument to be the type pointer
13556 - net: ena: add reset reason for each device FLR
13557 - net: ena: add support for out of order rx buffers refill
13558 - net: ena: allow the driver to work with small number of msix vectors
13559 - net: ena: use napi_schedule_irqoff when possible
13560 - net: ena: separate skb allocation to dedicated function
13561 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
13562 - net: ena: update driver's rx drop statistics
13563 - net: ena: update ena driver to version 1.2.0
13564
13565 * APST gets enabled against explicit kernel option (LP: #1699004)
13566 - nvme: explicitly disable APST on quirked devices
13567
13568 * Miscellaneous Ubuntu changes
13569 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
13570 - SAUCE: hio updates for 4.12
13571 - SAUCE: Enable hio build
13572
13573 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
13574
13575 linux (4.12.0-5.6) artful; urgency=low
13576
13577 * ERAT invalidate on context switch removal (LP: #1700819)
13578 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
13579
13580 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
13581 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
13582
13583 * Miscellaneous Ubuntu changes
13584 - d-i: Move qcom-emac from arm64 to shared nic-modules
13585
13586 [ Upstream Kernel Changes ]
13587
13588 * Rebase to v4.12
13589
13590 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
13591
13592 linux (4.12.0-4.5) artful; urgency=low
13593
13594 * aacraid driver may return uninitialized stack data to userspace
13595 (LP: #1700077)
13596 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
13597
13598 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
13599 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
13600
13601 * AACRAID for power9 platform (LP: #1689980)
13602 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
13603 - scsi: aacraid: Fix DMAR issues with iommu=pt
13604 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
13605 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
13606 - scsi: aacraid: Remove reset support from check_health
13607 - scsi: aacraid: Change wait time for fib completion
13608 - scsi: aacraid: Log count info of scsi cmds before reset
13609 - scsi: aacraid: Print ctrl status before eh reset
13610 - scsi: aacraid: Using single reset mask for IOP reset
13611 - scsi: aacraid: Rework IOP reset
13612 - scsi: aacraid: Add periodic checks to see IOP reset status
13613 - scsi: aacraid: Rework SOFT reset code
13614 - scsi: aacraid: Rework aac_src_restart
13615 - scsi: aacraid: Use correct function to get ctrl health
13616 - scsi: aacraid: Make sure ioctl returns on controller reset
13617 - scsi: aacraid: Enable ctrl reset for both hba and arc
13618 - scsi: aacraid: Add reset debugging statements
13619 - scsi: aacraid: Remove reference to Series-9
13620 - scsi: aacraid: Update driver version to 50834
13621
13622 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
13623 - SAUCE: drm: hibmc: Use set_busid function from drm core
13624
13625 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
13626 - d-i: Add hibmc-drm to kernel-image udeb
13627
13628 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
13629 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
13630
13631 * Miscellaneous Ubuntu changes
13632 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
13633 - [Config] CONFIG_ATA=n for s390x
13634 - [Config] Update annotations for 4.12
13635
13636 [ Upstream Kernel Changes ]
13637
13638 * Rebase to v4.12-rc7
13639
13640 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
13641
13642 linux (4.12.0-3.4) artful; urgency=low
13643
13644 * Miscellaneous upstream changes
13645 - ufs: fix the logics for tail relocation
13646
13647 [ Upstream Kernel Changes ]
13648
13649 * Rebase to v4.12-rc6
13650
13651 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
13652
13653 linux (4.12.0-2.3) artful; urgency=low
13654
13655 * CVE-2014-9900
13656 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
13657 ethtool_get_wol()
13658
13659 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
13660 (LP: #1671360)
13661 - pinctrl/amd: Use regular interrupt instead of chained
13662
13663 * extend-diff-ignore should use exact matches (LP: #1693504)
13664 - [Packaging] exact extend-diff-ignore matches
13665
13666 * Miscellaneous Ubuntu changes
13667 - SAUCE: efi: Don't print secure boot state from the efi stub
13668 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
13669 - SAUCE: vbox fixes for 4.12
13670 - Re-enable virtualbox build
13671 - [Config] CONFIG_ORANGEFS_FS=m
13672 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
13673 - Enable zfs build
13674
13675 [ Upstream Kernel Changes ]
13676
13677 * Rebase to v4.12-rc4
13678 * Rebase to v4.12-rc5
13679
13680 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
13681
13682 linux (4.12.0-1.2) artful; urgency=low
13683
13684 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
13685 - [Config] Enable CONFIG_DRM_MGAG200 as module
13686
13687 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
13688 - [Config] CONFIG_LIBIO=y on arm64 only
13689 - SAUCE: LIBIO: Introduce a generic PIO mapping method
13690 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
13691 - [Config] CONFIG_HISILICON_LPC=y
13692 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
13693 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
13694 I/O
13695 - SAUCE: LPC: Add the ACPI LPC support
13696 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
13697 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
13698
13699 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
13700 - SAUCE: tty: Fix ldisc crash on reopened tty
13701
13702 * Miscellaneous Ubuntu changes
13703 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
13704 - Rebase to v4.12-rc3
13705
13706 [ Upstream Kernel Changes ]
13707
13708 * Rebase to v4.12-rc3
13709
13710 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
13711
13712 linux (4.12.0-0.1) artful; urgency=low
13713
13714 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
13715 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
13716
13717 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
13718 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
13719
13720 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
13721 (LP: #1672819)
13722 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
13723
13724 * Miscellaneous Ubuntu changes
13725 - Update find-missing-sauce.sh to compare to artful
13726 - Update dropped.txt
13727 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
13728 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
13729 kernel image
13730 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
13731 mode
13732 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
13733 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
13734 locked down
13735 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
13736 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
13737 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
13738 reboot
13739 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
13740 set
13741 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
13742 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
13743 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
13744 down
13745 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
13746 locked down
13747 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
13748 down
13749 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
13750 is locked down
13751 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
13752 locked down
13753 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
13754 has been locked down
13755 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
13756 locked down
13757 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
13758 locked down
13759 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
13760 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
13761 kernel is locked down
13762 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
13763 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
13764 down
13765 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
13766 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
13767 secondary keyring
13768 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
13769 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
13770 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
13771 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
13772 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
13773 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
13774 MokSBState
13775 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
13776 - [Config] Set values for UEFI secure boot lockdown options
13777 - Disable virtualbox build
13778 - Disable hio build
13779 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
13780 - Disable zfs build
13781 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
13782 - SAUCE: Import aufs driver
13783 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
13784 - [Config] Enable aufs
13785 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
13786
13787 [ Upstream Kernel Changes ]
13788
13789 * Rebase to v4.12-rc2
13790
13791 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
13792
13793 linux (4.11.0-3.8) artful; urgency=low
13794
13795 [ Seth Forshee ]
13796
13797 * Release Tracking Bug
13798 - LP: #1690999
13799
13800 * apparmor_parser hangs indefinitely when called by multiple threads
13801 (LP: #1645037)
13802 - SAUCE: apparmor: fix lock ordering for mkdir
13803
13804 * apparmor leaking securityfs pin count (LP: #1660846)
13805 - SAUCE: apparmor: fix leak on securityfs pin count
13806
13807 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
13808 (LP: #1660845)
13809 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
13810 fails
13811
13812 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
13813 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
13814
13815 * libvirt profile is blocking global setrlimit despite having no rlimit rule
13816 (LP: #1679704)
13817 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
13818 - apparmor: update auditing of rlimit check to provide capability information
13819
13820 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
13821 - SAUCE: apparmor: add policy revision file interface
13822
13823 * apparmor does not make support of query data visible (LP: #1678023)
13824 - SAUCE: apparmor: add label data availability to the feature set
13825
13826 * apparmor query interface does not make supported query info available
13827 (LP: #1678030)
13828 - SAUCE: apparmor: add information about the query inteface to the feature set
13829
13830 * change_profile incorrect when using namespaces with a compound stack
13831 (LP: #1677959)
13832 - SAUCE: apparmor: fix label parse for stacked labels
13833
13834 * Regression in 4.4.0-65-generic causes very frequent system crashes
13835 (LP: #1669611)
13836 - apparmor: sync of apparmor 3.6+ (17.04)
13837
13838 * Artful update to 4.11.1 stable release (LP: #1690814)
13839 - dm ioctl: prevent stack leak in dm ioctl call
13840 - drm/sti: fix GDP size to support up to UHD resolution
13841 - power: supply: lp8788: prevent out of bounds array access
13842 - brcmfmac: Ensure pointer correctly set if skb data location changes
13843 - brcmfmac: Make skb header writable before use
13844 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
13845 - refcount: change EXPORT_SYMBOL markings
13846 - net: macb: fix phy interrupt parsing
13847 - tcp: fix access to sk->sk_state in tcp_poll()
13848 - geneve: fix incorrect setting of UDP checksum flag
13849 - bpf: enhance verifier to understand stack pointer arithmetic
13850 - bpf, arm64: fix jit branch offset related to ldimm64
13851 - tcp: fix wraparound issue in tcp_lp
13852 - net: ipv6: Do not duplicate DAD on link up
13853 - net: usb: qmi_wwan: add Telit ME910 support
13854 - tcp: do not inherit fastopen_req from parent
13855 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
13856 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
13857 - ipv6: initialize route null entry in addrconf_init()
13858 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
13859 - tcp: randomize timestamps on syncookies
13860 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
13861 - bpf: don't let ldimm64 leak map addresses on unprivileged
13862 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
13863 - f2fs: sanity check segment count
13864 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
13865 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
13866 - block: get rid of blk_integrity_revalidate()
13867 - Linux 4.11.1
13868
13869 * Module signing exclusion for staging drivers does not work properly
13870 (LP: #1690908)
13871 - SAUCE: Fix module signing exclusion in package builds
13872
13873 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
13874 - [Config] CONFIG_QCOM_L3_PMU=y
13875 - perf: qcom: Add L3 cache PMU driver
13876
13877 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
13878 - drivers/perf: arm_pmu: rework per-cpu allocation
13879 - drivers/perf: arm_pmu: manage interrupts per-cpu
13880 - drivers/perf: arm_pmu: split irq request from enable
13881 - drivers/perf: arm_pmu: remove pointless PMU disabling
13882 - drivers/perf: arm_pmu: define armpmu_init_fn
13883 - drivers/perf: arm_pmu: fold init into alloc
13884 - drivers/perf: arm_pmu: factor out pmu registration
13885 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
13886 - drivers/perf: arm_pmu: handle no platform_device
13887 - drivers/perf: arm_pmu: rename irq request/free functions
13888 - drivers/perf: arm_pmu: split cpu-local irq request/free
13889 - drivers/perf: arm_pmu: move irq request/free into probe
13890 - drivers/perf: arm_pmu: split out platform device probe logic
13891 - arm64: add function to get a cpu's MADT GICC table
13892 - [Config] CONFIG_ARM_PMU_ACPI=y
13893 - drivers/perf: arm_pmu: add ACPI framework
13894 - arm64: pmuv3: handle !PMUv3 when probing
13895 - arm64: pmuv3: use arm_pmu ACPI framework
13896
13897 * Fix NVLINK2 TCE route (LP: #1690155)
13898 - powerpc/powernv: Fix TCE kill on NVLink2
13899
13900 * CVE-2017-0605
13901 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
13902
13903 * Miscellaneous Ubuntu changes
13904 - [Config] Restore powerpc arch to annotations file
13905 - [Config] Disable runtime testing modules
13906 - [Config] Disable drivers not needed on s390x
13907 - [Config] Update annotations for 4.11
13908 - [Config] updateconfigs after apparmor updates
13909
13910 * Miscellaneous upstream changes
13911 - apparmor: use SHASH_DESC_ON_STACK
13912 - apparmor: fix invalid reference to index variable of iterator line 836
13913 - apparmor: fix parameters so that the permission test is bypassed at boot
13914 - apparmor: Make path_max parameter readonly
13915 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
13916 - apparmorfs: Use seq_putc() in two functions
13917 - apparmor: provide information about path buffer size at boot
13918 - apparmor: add/use fns to print hash string hex value
13919
13920 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
13921
13922 linux (4.11.0-2.7) artful; urgency=low
13923
13924 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
13925 (LP: #1688259)
13926 - Remove squashfs-modules files from d-i
13927 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
13928
13929 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
13930 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
13931 - d-i: initrd needs qcom_emac on amberwing platform.
13932
13933 * update for V3 kernel bits and improved multiple fan slice support
13934 (LP: #1470091)
13935 - SAUCE: fan: tunnel multiple mapping mode (v3)
13936
13937 * Miscellaneous Ubuntu changes
13938 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
13939 - Enable zfs
13940 - SAUCE: fan: add VXLAN implementation
13941 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
13942 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
13943 kernel image
13944 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
13945 mode
13946 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
13947 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
13948 locked down
13949 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
13950 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
13951 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
13952 reboot
13953 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
13954 set
13955 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
13956 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
13957 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
13958 down
13959 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
13960 locked down
13961 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
13962 down
13963 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
13964 is locked down
13965 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
13966 locked down
13967 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
13968 has been locked down
13969 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
13970 locked down
13971 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
13972 locked down
13973 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
13974 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
13975 kernel is locked down
13976 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
13977 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
13978 down
13979 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
13980 - SAUCE: (efi-lockdown) Add EFI signature data types
13981 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
13982 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
13983 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
13984 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
13985 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
13986 disabled
13987 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
13988 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
13989 MokSBState
13990 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
13991 - [Config] Set values for UEFI secure boot lockdown options
13992 - Update dropped.txt
13993
13994 [ Upstream Kernel Changes ]
13995
13996 * rebase to v4.11
13997
13998 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
13999
14000 linux (4.11.0-1.6) artful; urgency=low
14001
14002 * Miscellaneous Ubuntu changes
14003 - [Debian] Use default compression for all packages
14004 - SAUCE: (namespace) block_dev: Support checking inode permissions in
14005 lookup_bdev()
14006 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
14007 when mounting
14008 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
14009 when mounting
14010 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
14011 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
14012 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
14013 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
14014 security.* xattrs
14015 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
14016 filesystems
14017 - SAUCE: (namespace) fuse: Add support for pid namespaces
14018 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
14019 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
14020 or a descendant
14021 - SAUCE: (namespace) fuse: Allow user namespace mounts
14022 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
14023 namespaces
14024 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
14025 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
14026 mounts
14027 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
14028 opened for writing
14029
14030 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
14031
14032 linux (4.11.0-0.5) artful; urgency=low
14033
14034 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
14035 (LP: #1684971)
14036 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
14037
14038 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
14039 (LP: #1470250)
14040 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
14041
14042 * Enable virtual scsi server driver for Power (LP: #1615665)
14043 - SAUCE: Return TCMU-generated sense data to fabric module
14044
14045 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
14046 (LP: #1630990)
14047 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
14048 CONFIG_SECURITYFS=n
14049
14050 * Miscellaneous Ubuntu changes
14051 - SAUCE: Import aufs driver
14052 - [Config] Enable aufs
14053 - [Debian] Add script to update virtualbox
14054 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
14055 - Enable vbox
14056 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
14057
14058 [ Upstream Kernel Changes ]
14059
14060 * rebase to v4.11-rc8
14061
14062 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
14063
14064 linux (4.11.0-0.4) zesty; urgency=low
14065
14066 * POWER9: Improve performance on memory management (LP: #1681429)
14067 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
14068 flush
14069 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
14070
14071 * Miscellaneous Ubuntu changes
14072 - find-missing-sauce.sh
14073
14074 [ Upstream Kernel Changes ]
14075
14076 * rebase to v4.11-rc7
14077
14078 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
14079
14080 linux (4.11.0-0.3) zesty; urgency=low
14081
14082 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
14083 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
14084
14085 * smartpqi driver needed in initram disk and installer (LP: #1680156)
14086 - [Config] Add smartpqi to d-i
14087
14088 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
14089 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
14090
14091 * Miscellaneous Ubuntu changes
14092 - [Config] flash-kernel should be a Breaks
14093 - [Config] drop the info directory
14094 - [Config] drop NOTES as obsolete
14095 - [Config] drop changelog.historical as obsolete
14096 - rebase to v4.11-rc6
14097
14098 [ Upstream Kernel Changes ]
14099
14100 * rebase to v4.11-rc6
14101
14102 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
14103
14104 linux (4.11.0-0.2) zesty; urgency=low
14105
14106 [ Upstream Kernel Changes ]
14107
14108 * rebase to v4.11-rc5
14109
14110 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
14111
14112 linux (4.11.0-0.1) zesty; urgency=low
14113
14114 [ Upstream Kernel Changes ]
14115
14116 * rebase to v4.11-rc4
14117 - LP: #1591053
14118
14119 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
14120
14121 linux (4.11.0-0.0) zesty; urgency=low
14122
14123 * dummy entry
14124
14125 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600