]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - debian.master/changelog
tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.
[mirror_ubuntu-jammy-kernel.git] / debian.master / changelog
CommitLineData
5c98e445
SB
1linux (5.15.0-49.55) UNRELEASED; urgency=medium
2
3 CHANGELOG: Do not edit directly. Autogenerated at release.
4 CHANGELOG: Use the printchanges target to see the curent changes.
5 CHANGELOG: Use the insertchanges target to create the final log.
6
7 -- Stefan Bader <stefan.bader@canonical.com> Fri, 16 Sep 2022 10:49:19 +0200
8
941bdeb5 9linux (5.15.0-48.54) jammy; urgency=medium
25d48e05 10
941bdeb5 11 * jammy/linux: 5.15.0-48.54 -proposed tracker (LP: #1987775)
25d48e05 12
941bdeb5
SB
13 * System freeze after resuming from suspend due to PCI ASPM settings
14 (LP: #1980829)
15 - SAUCE: PCI/ASPM: Save/restore L1SS Capability for suspend/resume
16 - SAUCE: whitelist platforms that needs save/restore ASPM L1SS for
17 suspend/resume
18
19 * [SRU][J/OEM-5.17][PATCH 0/1] Fix oled brightness set above frame-average
20 luminance (LP: #1978986)
21 - SAUCE: drm: New function to get luminance range based on static hdr metadata
22 - SAUCE: drm/amdgpu_dm: Rely on split out luminance calculation function
23 - SAUCE: drm/i915: Use luminance range calculated during edid parsing
24
25 * Jammy: Add OVS Internal Port HW Offload to mlx5 driver (LP: #1983498)
26 - net/mlx5e: Refactor rx handler of represetor device
27 - net/mlx5e: Use generic name for the forwarding dev pointer
28 - net/mlx5: E-Switch, Add ovs internal port mapping to metadata support
29 - net/mlx5e: Support accept action
30 - net/mlx5e: Accept action skbedit in the tc actions list
31 - net/mlx5e: Offload tc rules that redirect to ovs internal port
32 - net/mlx5e: Offload internal port as encap route device
33 - net/mlx5e: Enable TC offload for ingress MACVLAN
34 - net/mlx5e: Add indirect tc offload of ovs internal port
35 - net/mlx5e: Term table handling of internal port rules
36 - net/mlx5: Support internal port as decap route device
37 - net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'
38 - net/mlx5e: TC, Fix memory leak with rules with internal port
39 - net/mlx5e: Fix skb memory leak when TC classifier action offloads are
40 disabled
41 - net/mlx5e: Fix nullptr on deleting mirroring rule
42 - net/mlx5e: Avoid implicit modify hdr for decap drop rule
43 - net/mlx5e: Fix wrong source vport matching on tunnel rule
44 - net/mlx5e: TC, fix decap fallback to uplink when int port not supported
45
46 * Remove unused variable from i915 psr (LP: #1986798)
47 - SAUCE: drm/i915/display/psr: Remove unused variable
48
49 * refactoring of overlayfs fix to properly support shiftfs (LP: #1983640)
50 - SAUCE: overlayfs: remove CONFIG_AUFS_FS dependency
51
52 * Jammy update: v5.15.53 upstream stable release (LP: #1986728)
53 - Revert "drm/amdgpu/display: set vblank_disable_immediate for DC"
54 - drm/amdgpu: To flush tlb for MMHUB of RAVEN series
55 - ksmbd: set the range of bytes to zero without extending file size in
56 FSCTL_ZERO_DATA
57 - ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATA
58 - ksmbd: use vfs_llseek instead of dereferencing NULL
59 - ipv6: take care of disable_policy when restoring routes
60 - net: phy: Don't trigger state machine while in suspend
61 - nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA SPECTRIX
62 S40G)
63 - nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA IM2P33F8ABR1
64 - nvdimm: Fix badblocks clear off-by-one error
65 - powerpc/prom_init: Fix kernel config grep
66 - powerpc/book3e: Fix PUD allocation size in map_kernel_page()
67 - powerpc/bpf: Fix use of user_pt_regs in uapi
68 - dm raid: fix accesses beyond end of raid member array
69 - dm raid: fix KASAN warning in raid5_add_disks
70 - s390/archrandom: simplify back to earlier design and initialize earlier
71 - SUNRPC: Fix READ_PLUS crasher
72 - net: rose: fix UAF bugs caused by timer handler
73 - net: usb: ax88179_178a: Fix packet receiving
74 - virtio-net: fix race between ndo_open() and virtio_device_ready()
75 - selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP test
76 - net: dsa: bcm_sf2: force pause link settings
77 - net: tun: unlink NAPI from device on destruction
78 - net: tun: stop NAPI when detaching queues
79 - net: dp83822: disable false carrier interrupt
80 - net: dp83822: disable rx error interrupt
81 - RDMA/qedr: Fix reporting QP timeout attribute
82 - RDMA/cm: Fix memory leak in ib_cm_insert_listen
83 - linux/dim: Fix divide by 0 in RDMA DIM
84 - net: usb: asix: do not force pause frames support
85 - usbnet: fix memory allocation in helpers
86 - selftests: mptcp: more stable diag tests
87 - net: ipv6: unexport __init-annotated seg6_hmac_net_init()
88 - NFSD: restore EINVAL error translation in nfsd_commit()
89 - vfs: fix copy_file_range() regression in cross-fs copies
90 - caif_virtio: fix race between virtio_device_ready() and ndo_open()
91 - PM / devfreq: exynos-ppmu: Fix refcount leak in of_get_devfreq_events
92 - vdpa/mlx5: Update Control VQ callback information
93 - s390: remove unneeded 'select BUILD_BIN2C'
94 - netfilter: nft_dynset: restore set element counter when failing to update
95 - net/dsa/hirschmann: Add missing of_node_get() in hellcreek_led_setup()
96 - net/sched: act_api: Notify user space if any actions were flushed before
97 error
98 - net: asix: fix "can't send until first packet is send" issue
99 - net: bonding: fix possible NULL deref in rlb code
100 - net: phy: ax88772a: fix lost pause advertisement configuration
101 - net: bonding: fix use-after-free after 802.3ad slave unbind
102 - powerpc/memhotplug: Add add_pages override for PPC
103 - nfc: nfcmrvl: Fix irq_of_parse_and_map() return value
104 - NFC: nxp-nci: Don't issue a zero length i2c_master_read()
105 - tipc: move bc link creation back to tipc_node_create
106 - epic100: fix use after free on rmmod
107 - io_uring: ensure that send/sendmsg and recv/recvmsg check sqe->ioprio
108 - ACPI: video: Change how we determine if brightness key-presses are handled
109 - tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()
110 - ipv6/sit: fix ipip6_tunnel_get_prl return value
111 - ipv6: fix lockdep splat in in6_dump_addrs()
112 - mlxsw: spectrum_router: Fix rollback in tunnel next hop init
113 - net: tun: avoid disabling NAPI twice
114 - MAINTAINERS: add Leah as xfs maintainer for 5.15.y
115 - tcp: add a missing nf_reset_ct() in 3WHS handling
116 - selftests/bpf: Add test_verifier support to fixup kfunc call insns
117 - selftests/rseq: remove ARRAY_SIZE define from individual tests
118 - selftests/rseq: introduce own copy of rseq uapi header
119 - selftests/rseq: Remove useless assignment to cpu variable
120 - selftests/rseq: Remove volatile from __rseq_abi
121 - selftests/rseq: Introduce rseq_get_abi() helper
122 - selftests/rseq: Introduce thread pointer getters
123 - selftests/rseq: Uplift rseq selftests for compatibility with glibc-2.35
124 - selftests/rseq: Fix ppc32: wrong rseq_cs 32-bit field pointer on big endian
125 - selftests/rseq: Fix ppc32 missing instruction selection "u" and "x" for
126 load/store
127 - selftests/rseq: Fix ppc32 offsets by using long rather than off_t
128 - selftests/rseq: Fix warnings about #if checks of undefined tokens
129 - selftests/rseq: Remove arm/mips asm goto compiler work-around
130 - selftests/rseq: Fix: work-around asm goto compiler bugs
131 - selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread
132 area
133 - selftests/rseq: x86-32: use %gs segment selector for accessing rseq thread
134 area
135 - selftests/rseq: Change type of rseq_offset to ptrdiff_t
136 - xen/blkfront: fix leaking data in shared pages
137 - xen/netfront: fix leaking data in shared pages
138 - xen/netfront: force data bouncing when backend is untrusted
139 - xen/blkfront: force data bouncing when backend is untrusted
140 - xen-netfront: restore __skb_queue_tail() positioning in
141 xennet_get_responses()
142 - xen/arm: Fix race in RB-tree based P2M accounting
143 - net: usb: qmi_wwan: add Telit 0x1070 composition
144 - clocksource/drivers/ixp4xx: remove EXPORT_SYMBOL_GPL from
145 ixp4xx_timer_setup()
146 - fsi: occ: Force sequence numbering per OCC
147 - net: fix IFF_TX_SKB_NO_LINEAR definition
148 - drm/i915/gem: add missing else
149 - drm/msm/gem: Fix error return on fence id alloc fail
150 - drivers: cpufreq: Add missing of_node_put() in qoriq-cpufreq.c
151 - platform/x86: panasonic-laptop: de-obfuscate button codes
152 - platform/x86: panasonic-laptop: sort includes alphabetically
153 - platform/x86: panasonic-laptop: revert "Resolve hotkey double trigger bug"
154 - platform/x86: panasonic-laptop: don't report duplicate brightness key-
155 presses
156 - platform/x86: panasonic-laptop: filter out duplicate volume up/down/mute
157 keypresses
158 - drm/fourcc: fix integer type usage in uapi header
159 - hwmon: (occ) Remove sequence numbering and checksum calculation
160 - hwmon: (occ) Prevent power cap command overwriting poll response
161 - hwmon: (ibmaem) don't call platform_device_del() if platform_device_add()
162 fails
163 - Linux 5.15.53
164
165 * Jammy update: v5.15.52 upstream stable release (LP: #1986724)
166 - tick/nohz: unexport __init-annotated tick_nohz_full_setup()
167 - xfs: use kmem_cache_free() for kmem_cache objects
168 - xfs: punch out data fork delalloc blocks on COW writeback failure
169 - xfs: Fix the free logic of state in xfs_attr_node_hasname
170 - xfs: remove all COW fork extents when remounting readonly
171 - xfs: check sb_meta_uuid for dabuf buffer recovery
172 - xfs: prevent UAF in xfs_log_item_in_current_chkpt
173 - xfs: only bother with sync_filesystem during readonly remount
174 - powerpc/ftrace: Remove ftrace init tramp once kernel init is complete
175 - fs: add is_idmapped_mnt() helper
176 - fs: move mapping helpers
177 - fs: tweak fsuidgid_has_mapping()
178 - fs: account for filesystem mappings
179 - docs: update mapping documentation
180 - fs: use low-level mapping helpers
181 - fs: remove unused low-level mapping helpers
182 - fs: port higher-level mapping helpers
183 - fs: add i_user_ns() helper
184 - fs: support mapped mounts of mapped filesystems
185 - fs: fix acl translation
186 - fs: account for group membership
187 - rtw88: 8821c: support RFE type4 wifi NIC
188 - rtw88: rtw8821c: enable rfe 6 devices
189 - net: mscc: ocelot: allow unregistered IP multicast flooding to CPU
190 - io_uring: fix not locked access to fixed buf table
191 - Linux 5.15.52
192
193 * Jammy update: v5.15.51 upstream stable release (LP: #1986718)
194 - random: schedule mix_interrupt_randomness() less often
195 - random: quiet urandom warning ratelimit suppression message
196 - ALSA: hda/via: Fix missing beep setup
197 - ALSA: hda/conexant: Fix missing beep setup
198 - ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop
199 - ALSA: hda/realtek: Apply fixup for Lenovo Yoga Duet 7 properly
200 - ALSA: hda/realtek: Add quirk for Clevo PD70PNT
201 - ALSA: hda/realtek: Add quirk for Clevo NS50PU
202 - net: openvswitch: fix parsing of nw_proto for IPv6 fragments
203 - 9p: Fix refcounting during full path walks for fid lookups
204 - 9p: fix fid refcount leak in v9fs_vfs_atomic_open_dotl
205 - 9p: fix fid refcount leak in v9fs_vfs_get_link
206 - btrfs: fix hang during unmount when block group reclaim task is running
207 - btrfs: prevent remounting to v1 space cache for subpage mount
208 - btrfs: add error messages to all unrecognized mount options
209 - scsi: ibmvfc: Store vhost pointer during subcrq allocation
210 - scsi: ibmvfc: Allocate/free queue resource only during probe/remove
211 - mmc: sdhci-pci-o2micro: Fix card detect by dealing with debouncing
212 - mmc: mediatek: wait dma stop bit reset to 0
213 - xen/gntdev: Avoid blocking in unmap_grant_pages()
214 - MAINTAINERS: Add new IOMMU development mailing list
215 - ata: libata: add qc->flags in ata_qc_complete_template tracepoint
216 - dm era: commit metadata in postsuspend after worker stops
217 - dm mirror log: clear log bits up to BITS_PER_LONG boundary
218 - tracing/kprobes: Check whether get_kretprobe() returns NULL in
219 kretprobe_dispatcher()
220 - drm/i915: Implement w/a 22010492432 for adl-s
221 - USB: serial: pl2303: add support for more HXN (G) types
222 - USB: serial: option: add Telit LE910Cx 0x1250 composition
223 - USB: serial: option: add Quectel EM05-G modem
224 - USB: serial: option: add Quectel RM500K module support
225 - drm/msm: Ensure mmap offset is initialized
226 - drm/msm: Fix double pm_runtime_disable() call
227 - netfilter: use get_random_u32 instead of prandom
228 - scsi: scsi_debug: Fix zone transition to full condition
229 - drm/msm: Switch ordering of runpm put vs devfreq_idle
230 - scsi: iscsi: Exclude zero from the endpoint ID range
231 - xsk: Fix generic transmit when completion queue reservation fails
232 - drm/msm: use for_each_sgtable_sg to iterate over scatterlist
233 - bpf: Fix request_sock leak in sk lookup helpers
234 - drm/sun4i: Fix crash during suspend after component bind failure
235 - bpf, x86: Fix tail call count offset calculation on bpf2bpf call
236 - scsi: storvsc: Correct reporting of Hyper-V I/O size limits
237 - phy: aquantia: Fix AN when higher speeds than 1G are not advertised
238 - KVM: arm64: Prevent kmemleak from accessing pKVM memory
239 - net: Write lock dev_base_lock without disabling bottom halves.
240 - net: fix data-race in dev_isalive()
241 - tipc: fix use-after-free Read in tipc_named_reinit
242 - igb: fix a use-after-free issue in igb_clean_tx_ring
243 - bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers
244 - ethtool: Fix get module eeprom fallback
245 - net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platforms
246 - drm/msm/mdp4: Fix refcount leak in mdp4_modeset_init_intf
247 - drm/msm/dp: check core_initialized before disable interrupts at
248 dp_display_unbind()
249 - drm/msm/dp: Drop now unused hpd_high member
250 - drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failed
251 - drm/msm/dp: do not initialize phy until plugin interrupt received
252 - drm/msm/dp: force link training for display resolution change
253 - perf arm-spe: Don't set data source if it's not a memory operation
254 - erspan: do not assume transport header is always set
255 - net/tls: fix tls_sk_proto_close executed repeatedly
256 - udmabuf: add back sanity check
257 - selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh
258 - xen-blkfront: Handle NULL gendisk
259 - x86/xen: Remove undefined behavior in setup_features()
260 - MIPS: Remove repetitive increase irq_err_count
261 - afs: Fix dynamic root getattr
262 - ice: ethtool: advertise 1000M speeds properly
263 - regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chips
264 - regmap-irq: Fix offset/index mismatch in read_sub_irq_data()
265 - virtio_net: fix xdp_rxq_info bug after suspend/resume
266 - Revert "net/tls: fix tls_sk_proto_close executed repeatedly"
267 - sock: redo the psock vs ULP protection check
268 - nvme-pci: add NO APST quirk for Kioxia device
269 - nvme: move the Samsung X5 quirk entry to the core quirks
270 - gpio: winbond: Fix error code in winbond_gpio_get()
271 - s390/cpumf: Handle events cycles and instructions identical
272 - iio: mma8452: fix probe fail when device tree compatible is used.
273 - iio: magnetometer: yas530: Fix memchr_inv() misuse
274 - iio: adc: vf610: fix conversion mode sysfs node name
275 - usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMIC
276 - xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCI
277 - xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCI
278 - usb: gadget: Fix non-unique driver names in raw-gadget driver
279 - USB: gadget: Fix double-free bug in raw_gadget driver
280 - usb: chipidea: udc: check request status before setting device address
281 - dt-bindings: usb: ohci: Increase the number of PHYs
282 - dt-bindings: usb: ehci: Increase the number of PHYs
283 - btrfs: don't set lock_owner when locking extent buffer for reading
284 - btrfs: fix deadlock with fsync+fiemap+transaction commit
285 - f2fs: attach inline_data after setting compression
286 - iio:humidity:hts221: rearrange iio trigger get and register
287 - iio:chemical:ccs811: rearrange iio trigger get and register
288 - iio:accel:kxcjk-1013: rearrange iio trigger get and register
289 - iio:accel:bma180: rearrange iio trigger get and register
290 - iio:accel:mxc4005: rearrange iio trigger get and register
291 - iio: accel: mma8452: ignore the return value of reset operation
292 - iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()
293 - iio: trigger: sysfs: fix use-after-free on remove
294 - iio: adc: stm32: fix maximum clock rate for stm32mp15x
295 - iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value)
296 - iio: afe: rescale: Fix boolean logic bug
297 - iio: adc: stm32: Fix ADCs iteration in irq handler
298 - iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs
299 message
300 - iio: adc: axp288: Override TS pin bias current for some models
301 - iio: adc: rzg2l_adc: add missing fwnode_handle_put() in
302 rzg2l_adc_parse_properties()
303 - iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_client
304 - iio: adc: ti-ads131e08: add missing fwnode_handle_put() in
305 ads131e08_alloc_channels()
306 - xtensa: xtfpga: Fix refcount leak bug in setup
307 - xtensa: Fix refcount leak bug in time.c
308 - parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STI
309 - parisc: Enable ARCH_HAS_STRICT_MODULE_RWX
310 - powerpc/microwatt: wire up rng during setup_arch()
311 - powerpc: Enable execve syscall exit tracepoint
312 - powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address
313 - powerpc/powernv: wire up rng during setup_arch
314 - drm/msm/dp: Always clear mask bits to disable interrupts at
315 dp_ctrl_reset_irq_ctrl()
316 - ARM: dts: imx7: Move hsic_phy power domain to HSIC PHY node
317 - ARM: dts: imx6qdl: correct PU regulator ramp delay
318 - arm64: dts: ti: k3-am64-main: Remove support for HS400 speed mode
319 - ARM: exynos: Fix refcount leak in exynos_map_pmu
320 - soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe
321 - ARM: Fix refcount leak in axxia_boot_secondary
322 - memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timings
323 - ARM: cns3xxx: Fix refcount leak in cns3xxx_init
324 - modpost: fix section mismatch check for exported init/exit sections
325 - ARM: dts: bcm2711-rpi-400: Fix GPIO line names
326 - random: update comment from copy_to_user() -> copy_to_iter()
327 - perf build-id: Fix caching files with a wrong build ID
328 - dma-direct: use the correct size for dma_set_encrypted()
329 - kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt)
330 - powerpc/pseries: wire up rng during setup_arch()
331 - Linux 5.15.51
332
333 * Jammy update: v5.15.50 upstream stable release (LP: #1986715)
334 - net: mana: Add handling of CQE_RX_TRUNCATED
335 - zonefs: fix zonefs_iomap_begin() for reads
336 - usb: gadget: u_ether: fix regression in setting fixed MAC address
337 - bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
338 - selftests/bpf: Add selftest for calling global functions from freplace
339 - serial: core: Initialize rs485 RTS polarity already on probe
340 - arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer
341 - Linux 5.15.50
342
343 * Jammy update: v5.15.49 upstream stable release (LP: #1983149)
344 - Revert "drm/amd/display: Fix DCN3 B0 DP Alt Mapping"
345 - nfsd: Replace use of rwsem with errseq_t
346 - arm64: dts: imx8mm-beacon: Enable RTS-CTS on UART3
347 - arm64: dts: imx8mn-beacon: Enable RTS-CTS on UART3
348 - powerpc/kasan: Silence KASAN warnings in __get_wchan()
349 - ASoC: nau8822: Add operation for internal PLL off and on
350 - drm/amd/display: Read Golden Settings Table from VBIOS
351 - drm/amdkfd: Use mmget_not_zero in MMU notifier
352 - dma-debug: make things less spammy under memory pressure
353 - ASoC: cs42l52: Fix TLV scales for mixer controls
354 - ASoC: cs35l36: Update digital volume TLV
355 - ASoC: cs53l30: Correct number of volume levels on SX controls
356 - ASoC: cs42l52: Correct TLV for Bypass Volume
357 - ASoC: cs42l56: Correct typo in minimum level for SX volume controls
358 - ASoC: cs42l51: Correct minimum value for SX volume control
359 - drm/amdkfd: add pinned BOs to kfd_bo_list
360 - ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()
361 - quota: Prevent memory allocation recursion while holding dq_lock
362 - ASoC: wm8962: Fix suspend while playing music
363 - ASoC: es8328: Fix event generation for deemphasis control
364 - ASoC: wm_adsp: Fix event generation for wm_adsp_fw_put()
365 - Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F to
366 dmi_use_low_level_irq
367 - scsi: vmw_pvscsi: Expand vcpuHint to 16 bits
368 - scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is aborted
369 - scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology
370 - scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd
371 completion
372 - scsi: mpt3sas: Fix out-of-bounds compiler warning
373 - scsi: ipr: Fix missing/incorrect resource cleanup in error case
374 - scsi: pmcraid: Fix missing resource cleanup in error case
375 - ALSA: hda/realtek - Add HW8326 support
376 - virtio-mmio: fix missing put_device() when vm_cmdline_parent registration
377 failed
378 - nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
379 - ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg
380 - net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface
381 netdev[napi]_alloc_frag
382 - gcc-12: disable '-Wdangling-pointer' warning for now
383 - mellanox: mlx5: avoid uninitialized variable warning with gcc-12
384 - MIPS: Loongson-3: fix compile mips cpu_hwmon as module build error.
385 - random: credit cpu and bootloader seeds by default
386 - gpio: dwapb: Don't print error on -EPROBE_DEFER
387 - platform/x86: gigabyte-wmi: Add Z690M AORUS ELITE AX DDR4 support
388 - platform/x86: gigabyte-wmi: Add support for B450M DS3H-CF
389 - platform/x86/intel: hid: Add Surface Go to VGBS allow list
390 - staging: r8188eu: fix rtw_alloc_hwxmits error detection for now
391 - staging: r8188eu: Use zeroing allocator in wpa_set_encryption()
392 - staging: r8188eu: Fix warning of array overflow in ioctl_linux.c
393 - pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE
394 - pNFS: Avoid a live lock condition in pnfs_update_layout()
395 - sunrpc: set cl_max_connect when cloning an rpc_clnt
396 - clocksource: hyper-v: unexport __init-annotated hv_init_clocksource()
397 - i40e: Fix adding ADQ filter to TC0
398 - i40e: Fix calculating the number of queue pairs
399 - i40e: Fix call trace in setup_tx_descriptors
400 - Drivers: hv: vmbus: Release cpu lock in error case
401 - tty: goldfish: Fix free_irq() on remove
402 - misc: atmel-ssc: Fix IRQ check in ssc_probe
403 - io_uring: fix races with file table unregister
404 - io_uring: fix races with buffer table unregister
405 - drm/i915/reset: Fix error_state_read ptr + offset use
406 - net: hns3: split function hclge_update_port_base_vlan_cfg()
407 - net: hns3: set port base vlan tbl_sta to false before removing old vlan
408 - net: hns3: don't push link state to VF if unalive
409 - net: hns3: fix tm port shapping of fibre port is incorrect after driver
410 initialization
411 - nvme: add device name to warning in uuid_show()
412 - mlxsw: spectrum_cnt: Reorder counter pools
413 - net: bgmac: Fix an erroneous kfree() in bgmac_remove()
414 - net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsg
415 - arm64: ftrace: fix branch range checks
416 - arm64: ftrace: consistently handle PLTs.
417 - certs/blacklist_hashes.c: fix const confusion in certs blacklist
418 - init: Initialize noop_backing_dev_info early
419 - block: Fix handling of offline queues in blk_mq_alloc_request_hctx()
420 - faddr2line: Fix overlapping text section failures, the sequel
421 - i2c: npcm7xx: Add check for platform_driver_register
422 - irqchip/gic/realview: Fix refcount leak in realview_gic_of_init
423 - irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitions
424 - irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions
425 - irqchip/realtek-rtl: Fix refcount leak in map_interrupts
426 - sched: Fix balance_push() vs __sched_setscheduler()
427 - i2c: designware: Use standard optional ref clock implementation
428 - mei: hbm: drop capability response on early shutdown
429 - mei: me: add raptor lake point S DID
430 - comedi: vmk80xx: fix expression for tx buffer size
431 - [Config] updateconfigs for LIB_MEMNEQ
432 - crypto: memneq - move into lib/
433 - USB: serial: option: add support for Cinterion MV31 with new baseline
434 - USB: serial: io_ti: add Agilent E5805A support
435 - usb: dwc2: Fix memory leak in dwc2_hcd_init
436 - usb: cdnsp: Fixed setting last_trb incorrectly
437 - usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe
438 - usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()
439 - usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()
440 - tty: n_gsm: Debug output allocation must use GFP_ATOMIC
441 - serial: 8250: Store to lsr_save_flags after lsr read
442 - bus: fsl-mc-bus: fix KASAN use-after-free in fsl_mc_bus_remove()
443 - dm mirror log: round up region bitmap size to BITS_PER_LONG
444 - drm/amd/display: Cap OLED brightness per max frame-average luminance
445 - cfi: Fix __cfi_slowpath_diag RCU usage with cpuidle
446 - ext4: fix super block checksum incorrect after mount
447 - ext4: fix bug_on ext4_mb_use_inode_pa
448 - ext4: make variable "count" signed
449 - ext4: add reserved GDT blocks check
450 - KVM: arm64: Don't read a HW interrupt pending state in user context
451 - virtio-pci: Remove wrong address verification in vp_del_vqs()
452 - powerpc/book3e: get rid of #include <generated/compile.h>
453 - clk: imx8mp: fix usb_root_clk parent
454 - Linux 5.15.49
455
456 * Jammy update: v5.15.48 upstream stable release (LP: #1983146)
457 - Linux 5.15.48
458 - Upstream stable to v5.15.48
459
460 * Jammy update: v5.15.47 upstream stable release (LP: #1982968)
461 - pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards
462 - staging: greybus: codecs: fix type confusion of list iterator variable
463 - iio: adc: ad7124: Remove shift from scan_type
464 - lkdtm/bugs: Check for the NULL pointer after calling kmalloc
465 - lkdtm/bugs: Don't expect thread termination without CONFIG_UBSAN_TRAP
466 - tty: goldfish: Use tty_port_destroy() to destroy port
467 - tty: serial: owl: Fix missing clk_disable_unprepare() in owl_uart_probe
468 - tty: n_tty: Restore EOF push handling behavior
469 - serial: 8250_aspeed_vuart: Fix potential NULL dereference in
470 aspeed_vuart_probe
471 - tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id
472 and ida_simple_get
473 - remoteproc: imx_rproc: Ignore create mem entry for resource table
474 - usb: usbip: fix a refcount leak in stub_probe()
475 - usb: usbip: add missing device lock on tweak configuration cmd
476 - USB: storage: karma: fix rio_karma_init return
477 - usb: musb: Fix missing of_node_put() in omap2430_probe
478 - staging: fieldbus: Fix the error handling path in
479 anybuss_host_common_probe()
480 - pwm: lp3943: Fix duty calculation in case period was clamped
481 - pwm: raspberrypi-poe: Fix endianness in firmware struct
482 - rpmsg: qcom_smd: Fix irq_of_parse_and_map() return value
483 - usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback
484 - usb: dwc3: pci: Fix pm_runtime_get_sync() error checking
485 - misc: fastrpc: fix an incorrect NULL check on list iterator
486 - firmware: stratix10-svc: fix a missing check on list iterator
487 - usb: typec: mux: Check dev_set_name() return value
488 - rpmsg: virtio: Fix possible double free in rpmsg_probe()
489 - rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev()
490 - rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrl
491 - iio: adc: stmpe-adc: Fix wait_for_completion_timeout return value check
492 - iio: proximity: vl53l0x: Fix return value check of
493 wait_for_completion_timeout
494 - iio: adc: sc27xx: fix read big scale voltage not right
495 - iio: adc: sc27xx: Fine tune the scale calibration values
496 - rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() fails
497 - pvpanic: Fix typos in the comments
498 - misc/pvpanic: Convert regular spinlock into trylock on panic path
499 - phy: qcom-qmp: fix pipe-clock imbalance on power-on failure
500 - power: supply: axp288_fuel_gauge: Drop BIOS version check from "T3 MRD" DMI
501 quirk
502 - serial: sifive: Report actual baud base rather than fixed 115200
503 - export: fix string handling of namespace in EXPORT_SYMBOL_NS
504 - soundwire: intel: prevent pm_runtime resume prior to system suspend
505 - coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier
506 - ksmbd: fix reference count leak in smb_check_perm_dacl()
507 - extcon: ptn5150: Add queue work sync before driver release
508 - soc: rockchip: Fix refcount leak in rockchip_grf_init
509 - clocksource/drivers/riscv: Events are stopped during CPU suspend
510 - ARM: dts: aspeed: ast2600-evb: Enable RX delay for MAC0/MAC1
511 - rtc: mt6397: check return value after calling platform_get_resource()
512 - rtc: ftrtc010: Use platform_get_irq() to get the interrupt
513 - rtc: ftrtc010: Fix error handling in ftrtc010_rtc_probe
514 - staging: r8188eu: add check for kzalloc
515 - tty: n_gsm: Don't ignore write return value in gsmld_output()
516 - tty: n_gsm: Fix packet data hex dump output
517 - serial: meson: acquire port->lock in startup()
518 - serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485
519 - serial: cpm_uart: Fix build error without CONFIG_SERIAL_CPM_CONSOLE
520 - serial: digicolor-usart: Don't allow CS5-6
521 - serial: rda-uart: Don't allow CS5-6
522 - serial: txx9: Don't allow CS5-6
523 - serial: sh-sci: Don't allow CS5-6
524 - serial: sifive: Sanitize CSIZE and c_iflag
525 - serial: st-asc: Sanitize CSIZE and correct PARENB for CS7
526 - serial: stm32-usart: Correct CSIZE, bits, and parity
527 - firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handle
528 - bus: ti-sysc: Fix warnings for unbind for serial
529 - driver: base: fix UAF when driver_attach failed
530 - driver core: fix deadlock in __device_attach
531 - watchdog: rti-wdt: Fix pm_runtime_get_sync() error checking
532 - watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probe
533 - blk-mq: don't touch ->tagset in blk_mq_get_sq_hctx
534 - ASoC: fsl_sai: Fix FSL_SAI_xDR/xFR definition
535 - clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() return value
536 - s390/crypto: fix scatterwalk_unmap() callers in AES-GCM
537 - net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog
538 - net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry()
539 - net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaks
540 - net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_register
541 - modpost: fix removing numeric suffixes
542 - jffs2: fix memory leak in jffs2_do_fill_super
543 - ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not empty
544 - ubi: ubi_create_volume: Fix use-after-free when volume creation failed
545 - selftests/bpf: fix selftest after random: Urandom_read tracepoint removal
546 - selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_read
547 - bpf: Fix probe read error in ___bpf_prog_run()
548 - block: take destination bvec offsets into account in bio_copy_data_iter
549 - riscv: read-only pages should not be writable
550 - net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct
551 smc_wr_tx_pend_priv *"
552 - tcp: add accessors to read/set tp->snd_cwnd
553 - nfp: only report pause frame configuration for physical device
554 - sfc: fix considering that all channels have TX queues
555 - sfc: fix wrong tx channel offset with efx_separate_tx_channels
556 - block: make bioset_exit() fully resilient against being called twice
557 - vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doit
558 - virtio: pci: Fix an error handling path in vp_modern_probe()
559 - net/mlx5: Don't use already freed action pointer
560 - net/mlx5: CT: Fix header-rewrite re-use for tupels
561 - net/mlx5: correct ECE offset in query qp output
562 - net/mlx5e: Update netdev features after changing XDP state
563 - net: sched: add barrier to fix packet stuck problem for lockless qdisc
564 - tcp: tcp_rtx_synack() can be called from process context
565 - vdpa: ifcvf: set pci driver data in probe
566 - octeontx2-af: fix error code in is_valid_offset()
567 - s390/mcck: isolate SIE instruction when setting CIF_MCCK_GUEST flag
568 - regulator: mt6315-regulator: fix invalid allowed mode
569 - gpio: pca953x: use the correct register address to do regcache sync
570 - afs: Fix infinite loop found by xfstest generic/676
571 - scsi: sd: Fix potential NULL pointer dereference
572 - tipc: check attribute length for bearer name
573 - driver core: Fix wait_for_device_probe() & deferred_probe_timeout
574 interaction
575 - perf c2c: Fix sorting in percent_rmt_hitm_cmp()
576 - dmaengine: idxd: set DMA_INTERRUPT cap bit
577 - mips: cpc: Fix refcount leak in mips_cpc_default_phys_base
578 - bootconfig: Make the bootconfig.o as a normal object file
579 - tracing: Make tp_printk work on syscall tracepoints
580 - tracing: Fix sleeping function called from invalid context on RT kernel
581 - tracing: Avoid adding tracer option before update_tracer_options
582 - iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe()
583 - iommu/arm-smmu-v3: check return value after calling platform_get_resource()
584 - f2fs: remove WARN_ON in f2fs_is_valid_blkaddr
585 - i2c: cadence: Increase timeout per message if necessary
586 - m68knommu: set ZERO_PAGE() to the allocated zeroed page
587 - m68knommu: fix undefined reference to `_init_sp'
588 - dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data type
589 - NFSv4: Don't hold the layoutget locks across multiple RPC calls
590 - video: fbdev: hyperv_fb: Allow resolutions with size > 64 MB for Gen1
591 - video: fbdev: pxa3xx-gcu: release the resources correctly in
592 pxa3xx_gcu_probe/remove()
593 - RISC-V: use memcpy for kexec_file mode
594 - m68knommu: fix undefined reference to `mach_get_rtc_pll'
595 - f2fs: fix to tag gcing flag on page during file defragment
596 - xprtrdma: treat all calls not a bcall when bc_serv is NULL
597 - drm/bridge: sn65dsi83: Fix an error handling path in sn65dsi83_probe()
598 - drm/bridge: ti-sn65dsi83: Handle dsi_lanes == 0 as invalid
599 - netfilter: nat: really support inet nat without l3 address
600 - netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net
601 path
602 - netfilter: nf_tables: delete flowtable hooks via transaction list
603 - powerpc/kasan: Force thread size increase with KASAN
604 - SUNRPC: Trap RDMA segment overflows
605 - netfilter: nf_tables: always initialize flowtable hook list in transaction
606 - ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probe
607 - netfilter: nf_tables: release new hooks on unsupported flowtable flags
608 - netfilter: nf_tables: memleak flow rule from commit path
609 - netfilter: nf_tables: bail out early if hardware offload is not supported
610 - xen: unexport __init-annotated xen_xlate_map_ballooned_pages()
611 - stmmac: intel: Fix an error handling path in intel_eth_pci_probe()
612 - af_unix: Fix a data-race in unix_dgram_peer_wake_me().
613 - bpf, arm64: Clear prog->jited_len along prog->jited
614 - net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_list
615 - net/mlx4_en: Fix wrong return value on ioctl EEPROM query failure
616 - i40e: xsk: Move tmp desc array from driver to pool
617 - xsk: Fix handling of invalid descriptors in XSK TX batching API
618 - SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()
619 - net: mdio: unexport __init-annotated mdio_bus_init()
620 - net: xfrm: unexport __init-annotated xfrm4_protocol_init()
621 - net: ipv6: unexport __init-annotated seg6_hmac_init()
622 - net/mlx5: Lag, filter non compatible devices
623 - net/mlx5: Fix mlx5_get_next_dev() peer device matching
624 - net/mlx5: Rearm the FW tracer after each tracer event
625 - net/mlx5: fs, fail conflicting actions
626 - ip_gre: test csum_start instead of transport header
627 - net: altera: Fix refcount leak in altera_tse_mdio_create
628 - net: dsa: mv88e6xxx: use BMSR_ANEGCOMPLETE bit for filling an_complete
629 - tcp: use alloc_large_system_hash() to allocate table_perturb
630 - drm: imx: fix compiler warning with gcc-12
631 - nfp: flower: restructure flow-key for gre+vlan combination
632 - iov_iter: Fix iter_xarray_get_pages{,_alloc}()
633 - iio: dummy: iio_simple_dummy: check the return value of kstrdup()
634 - staging: rtl8712: fix a potential memory leak in r871xu_drv_init()
635 - iio: st_sensors: Add a local lock for protecting odr
636 - lkdtm/usercopy: Expand size of "out of frame" object
637 - drivers: staging: rtl8723bs: Fix deadlock in rtw_surveydone_event_callback()
638 - drivers: staging: rtl8192bs: Fix deadlock in rtw_joinbss_event_prehandle()
639 - tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()
640 - tty: Fix a possible resource leak in icom_probe
641 - thunderbolt: Use different lane for second DisplayPort tunnel
642 - drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()
643 - drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop()
644 - USB: host: isp116x: check return value after calling platform_get_resource()
645 - drivers: tty: serial: Fix deadlock in sa1100_set_termios()
646 - drivers: usb: host: Fix deadlock in oxu_bus_suspend()
647 - USB: hcd-pci: Fully suspend across freeze/thaw cycle
648 - char: xillybus: fix a refcount leak in cleanup_dev()
649 - sysrq: do not omit current cpu when showing backtrace of all active CPUs
650 - usb: dwc2: gadget: don't reset gadget's driver->bus
651 - soundwire: qcom: adjust autoenumeration timeout
652 - misc: rtsx: set NULL intfdata when probe fails
653 - extcon: Fix extcon_get_extcon_dev() error handling
654 - extcon: Modify extcon device to be created after driver data is set
655 - clocksource/drivers/sp804: Avoid error on multiple instances
656 - staging: rtl8712: fix uninit-value in usb_read8() and friends
657 - staging: rtl8712: fix uninit-value in r871xu_drv_init()
658 - serial: msm_serial: disable interrupts in __msm_console_write()
659 - kernfs: Separate kernfs_pr_cont_buf and rename_lock.
660 - watchdog: wdat_wdt: Stop watchdog when rebooting the system
661 - md: protect md_unregister_thread from reentrancy
662 - scsi: myrb: Fix up null pointer access on myrb_cleanup()
663 - ceph: allow ceph.dir.rctime xattr to be updatable
664 - ceph: flush the mdlog for filesystem sync
665 - drm/amd/display: Check if modulo is 0 before dividing.
666 - drm/radeon: fix a possible null pointer dereference
667 - drm/amd/pm: Fix missing thermal throttler status
668 - um: line: Use separate IRQs per line
669 - modpost: fix undefined behavior of is_arm_mapping_symbol()
670 - x86/cpu: Elide KCSAN for cpu_has() and friends
671 - jump_label,noinstr: Avoid instrumentation for JUMP_LABEL=n builds
672 - nbd: call genl_unregister_family() first in nbd_cleanup()
673 - nbd: fix race between nbd_alloc_config() and module removal
674 - cifs: version operations for smb20 unneeded when legacy support disabled
675 - drm/amd/pm: use bitmap_{from,to}_arr32 where appropriate
676 - nodemask: Fix return values to be unsigned
677 - vringh: Fix loop descriptors check in the indirect cases
678 - scripts/gdb: change kernel config dumping method
679 - ALSA: usb-audio: Skip generic sync EP parse for secondary EP
680 - ALSA: usb-audio: Set up (implicit) sync for Saffire 6
681 - ALSA: hda/conexant - Fix loopback issue with CX20632
682 - ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo Yoga
683 DuetITL 2021
684 - ALSA: hda/realtek: Add quirk for HP Dev One
685 - cifs: return errors during session setup during reconnects
686 - cifs: fix reconnect on smb3 mount types
687 - KEYS: trusted: tpm2: Fix migratable logic
688 - ata: libata-transport: fix {dma|pio|xfer}_mode sysfs files
689 - mmc: block: Fix CQE recovery reset success
690 - net: phy: dp83867: retrigger SGMII AN when link change
691 - writeback: Fix inode->i_io_list not be protected by inode->i_lock error
692 - nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTION
693 - nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling
694 - nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTION
695 - ixgbe: fix bcast packets Rx on VF after promisc removal
696 - ixgbe: fix unexpected VLAN Rx in promisc mode on VF
697 - Input: bcm5974 - set missing URB_NO_TRANSFER_DMA_MAP urb flag
698 - vduse: Fix NULL pointer dereference on sysfs access
699 - powerpc: Don't select HAVE_IRQ_EXIT_ON_IRQ_STACK
700 - drm/bridge: analogix_dp: Support PSR-exit to disable transition
701 - drm/atomic: Force bridge self-refresh-exit on CRTC switch
702 - drm/amdgpu: update VCN codec support for Yellow Carp
703 - powerpc/32: Fix overread/overwrite of thread_struct via ptrace
704 - powerpc/mm: Switch obsolete dssall to .long
705 - drm/ast: Create threshold values for AST2600
706 - random: avoid checking crng_ready() twice in random_init()
707 - random: mark bootloader randomness code as __init
708 - random: account for arch randomness in bits
709 - md/raid0: Ignore RAID0 layout if the second zone has only one device
710 - net/sched: act_police: more accurate MTU policing
711 - PCI: qcom: Fix pipe clock imbalance
712 - zonefs: fix handling of explicit_open option on mount
713 - iov_iter: fix build issue due to possible type mis-match
714 - dmaengine: idxd: add missing callback function to support DMA_INTERRUPT
715 - tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd
716 - xsk: Fix possible crash when multiple sockets are created
717 - Linux 5.15.47
718
719 * CVE-2022-36946
720 - netfilter: nf_queue: do not allow packet truncation below transport header
721 offset
722
723 * CVE-2021-33655
724 - fbcon: Disallow setting font bigger than screen size
725 - fbcon: Prevent that screen size is smaller than font size
726 - fbmem: Check virtual screen sizes in fb_set_var()
727
728 -- Stefan Bader <stefan.bader@canonical.com> Fri, 26 Aug 2022 11:12:42 +0200
25d48e05 729
c71edd82 730linux (5.15.0-47.51) jammy; urgency=medium
7c774f75 731
c71edd82
SB
732 * jammy/linux: 5.15.0-47.51 -proposed tracker (LP: #1983903)
733
734 * Jammy update: v5.15.46 upstream stable release (LP: #1981864)
735 - UBUNTU: [Packaging] Move python3-dev to build-depends
7c774f75 736
7bb5ab25
SB
737 * touchpad and touchscreen doesn't work at all on ACER Spin 5 (SP513-54N)
738 (LP: #1884232)
739 - x86/PCI: Eliminate remove_e820_regions() common subexpressions
740 - x86: Log resource clipping for E820 regions
741 - x86/PCI: Clip only host bridge windows for E820 regions
742 - x86/PCI: Add kernel cmdline options to use/ignore E820 reserved regions
743 - x86/PCI: Disable E820 reserved region clipping via quirks
744 - x86/PCI: Revert "x86/PCI: Clip only host bridge windows for E820 regions"
745
746 * [SRU][H/OEM-5.13/OEM-5.14/U][J/OEM-5.17/U] Fix invalid MAC address after
747 hotplug tbt dock (LP: #1942999)
748 - SAUCE: igc: wait for the MAC copy when enabled MAC passthrough
749
750 * Mass Storage Gadget driver truncates device >2TB (LP: #1981390)
751 - usb: gadget: storage: add support for media larger than 2T
752
753 * AMD Rembrandt: DP tunneling fails with Thunderbolt monitors (LP: #1983143)
754 - SAUCE: drm/amd: Fix DP Tunneling with Thunderbolt monitors
755 - drm/amd/display: Fix for dmub outbox notification enable
756 - Revert "drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset"
757 - drm/amd/display: Reset link encoder assignments for GPU reset
758 - drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset
759 - drm/amd/display: Fix new dmub notification enabling in DM
760 - SAUCE: thunderbolt: Add DP out resource when DP tunnel is discovered.
761
762 * Fix sub-optimal I210 network speed (LP: #1976438)
763 - igb: Make DMA faster when CPU is active on the PCIe link
764
765 * e1000e report hardware hang (LP: #1973104)
766 - e1000e: Enable GPT clock before sending message to CSME
767 - Revert "e1000e: Fix possible HW unit hang after an s0ix exit"
768
769 * ioam6.sh in net from ubuntu_kernel_selftests fails with 5.15 kernels in
770 Focal (LP: #1982930)
771 - selftests: net: fix IOAM test skip return code
772
773 * Additional fix for TGL + AUO panel flickering (LP: #1983297)
774 - Revert "UBUNTU: SAUCE: drm/i915/display/psr: Fix flicker on TGL + AUO panel"
775 - drm/i915/display: Fix sel fetch plane offset calculation
776 - drm/i915: Nuke ORIGIN_GTT
777 - drm/i915/display: Drop PSR support from HSW and BDW
778 - drm/i915/display/psr: Handle plane and pipe restrictions at every page flip
779 - drm/i915/display/psr: Do full fetch when handling multi-planar formats
780 - drm/i915/display: Drop unnecessary frontbuffer flushes
781 - drm/i915/display: Handle frontbuffer rendering when PSR2 selective fetch is
782 enabled
783 - drm/i915/display: Fix glitches when moving cursor with PSR2 selective fetch
784 enabled
785 - SAUCE: drm/i915/display/psr: Reinstate fix for TGL + AUO panel flicker
786
787 * AMD Yellow Carp DMCUB fw update for s0i3 B0 fixes (LP: #1957026)
788 - drm/amd/display: Optimize bandwidth on following fast update
789 - drm/amd/display: Fix surface optimization regression on Carrizo
790 - drm/amd/display: Reset DMCUB before HW init
791
792 * GPIO character device v1 API not enabled in kernel (LP: #1953613)
793 - [Config] Enable CONFIG_GPIO_CDEV_V1
794
795 * intel_iommu: Fix enable intel_iommu, Ubuntu 22.04 installation crashes
796 (LP: #1982104)
797 - iommu/vt-d: Fix RID2PASID setup/teardown failure
798
799 * Headset mic with Cirrus logic codec doesn't work (LP: #1972815)
800 - ASoC: cs42l42: Move CS42L42 register descriptions to general include
801 - ALSA: hda/cs8409: Use general cs42l42 include in cs8409 hda driver
802 - ALSA: hda/cs8409: Support manual mode detection for CS42L42
803
804 * Failed to resume from S3 blocked by atlantic driver[1d6a:94c0]
805 (LP: #1981950)
806 - net: atlantic: remove deep parameter on suspend/resume functions
807 - net: atlantic: remove aq_nic_deinit() when resume
808
809 * Make cm32181 sensor work after system suspend (LP: #1981773)
810 - iio: light: cm32181: Add PM support
811
812 * Clear PCI errors left from BIOS (LP: #1981173)
813 - PCI: Clear PCI_STATUS when setting up device
814
815 * Fix AMDGPU blank screen when Type-C DP alt is in use (LP: #1980060)
816 - drm/amd/display: Query DMCUB for dp alt status
817 - drm/amd/display: Add version check before using DP alt query interface
818
819 * Fix WD22TB4 suspend and resume, two external monitor can not output
820 (LP: #1979267)
821 - drm/dp/mst: Read the extended DPCD capabilities during system resume
822
823 * [SRU] bcache deadlock during read IO in writeback mode (LP: #1980925)
824 - bcache: memset on stack variables in bch_btree_check() and
825 bch_sectors_dirty_init()
826
827 * Audio mute key (f5) LED and Mic mute key (f8) LED are no function on HP
828 440/450/640/650 G9 (LP: #1982716)
829 - ALSA: hda/realtek: fix mute/micmute LEDs for HP machines
830
831 * Enable WiFi hotspot feature for MediaTek MT7921 (LP: #1979173)
832 - mt76: mt7921: Add AP mode support
833 - mt76: mt7921: not support beacon offload disable command
834 - mt76: mt7921: fix command timeout in AP stop period
835
836 * Fix drm/amd/pm: enable ASPM by default (LP: #1966680)
837 - drm/amd: Refactor `amdgpu_aspm` to be evaluated per device
838 - drm/amd: Use amdgpu_device_should_use_aspm on navi umd pstate switching
839 - drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systems
840
841 * Power cycle USB ports on shutdown/reboot (LP: #1976503)
842 - xhci: turn off port power in shutdown
843
844 * Jammy update: v5.15.46 upstream stable release (LP: #1981864)
845 - binfmt_flat: do not stop relocating GOT entries prematurely on riscv
846 - parisc/stifb: Implement fb_is_primary_device()
847 - parisc/stifb: Keep track of hardware path of graphics card
848 - RISC-V: Mark IORESOURCE_EXCLUSIVE for reserved mem instead of
849 IORESOURCE_BUSY
850 - riscv: Initialize thread pointer before calling C functions
851 - riscv: Fix irq_work when SMP is disabled
852 - riscv: Wire up memfd_secret in UAPI header
853 - riscv: Move alternative length validation into subsection
854 - ALSA: hda/realtek - Add new type for ALC245
855 - ALSA: hda/realtek: Enable 4-speaker output for Dell XPS 15 9520 laptop
856 - ALSA: hda/realtek - Fix microphone noise on ASUS TUF B550M-PLUS
857 - ALSA: usb-audio: Cancel pending work at closing a MIDI substream
858 - USB: serial: option: add Quectel BG95 modem
859 - USB: new quirk for Dell Gen 2 devices
860 - usb: isp1760: Fix out-of-bounds array access
861 - usb: dwc3: gadget: Move null pinter check to proper place
862 - usb: core: hcd: Add support for deferring roothub registration
863 - fs/ntfs3: Update valid size if -EIOCBQUEUED
864 - fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)
865 - fs/ntfs3: Keep preallocated only if option prealloc enabled
866 - fs/ntfs3: Check new size for limits
867 - fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called
868 from function ntfs_init_acl
869 - fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'
870 - fs/ntfs3: Update i_ctime when xattr is added
871 - fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functions
872 - cifs: fix potential double free during failed mount
873 - cifs: when extending a file with falloc we should make files not-sparse
874 - xhci: Allow host runtime PM as default for Intel Alder Lake N xHCI
875 - platform/x86: intel-hid: fix _DSM function index handling
876 - x86/MCE/AMD: Fix memory leak when threshold_create_bank() fails
877 - perf/x86/intel: Fix event constraints for ICL
878 - x86/kexec: fix memory leak of elf header buffer
879 - x86/sgx: Set active memcg prior to shmem allocation
880 - ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP
881 - ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP
882 - ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
883 - btrfs: add "0x" prefix for unsupported optional features
884 - btrfs: return correct error number for __extent_writepage_io()
885 - btrfs: repair super block num_devices automatically
886 - btrfs: fix the error handling for submit_extent_page() for
887 btrfs_do_readpage()
888 - iommu/vt-d: Add RPLS to quirk list to skip TE disabling
889 - drm/vmwgfx: validate the screen formats
890 - drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes
891 - selftests/bpf: Fix vfs_link kprobe definition
892 - selftests/bpf: Fix parsing of prog types in UAPI hdr for bpftool sync
893 - mwifiex: add mutex lock for call in mwifiex_dfs_chan_sw_work_queue
894 - b43legacy: Fix assigning negative value to unsigned variable
895 - b43: Fix assigning negative value to unsigned variable
896 - ipw2x00: Fix potential NULL dereference in libipw_xmit()
897 - ipv6: fix locking issues with loops over idev->addr_list
898 - fbcon: Consistently protect deferred_takeover with console_lock()
899 - x86/platform/uv: Update TSC sync state for UV5
900 - ACPICA: Avoid cache flush inside virtual machines
901 - mac80211: minstrel_ht: fix where rate stats are stored (fixes debugfs
902 output)
903 - drm/komeda: return early if drm_universal_plane_init() fails.
904 - drm/amd/display: Disabling Z10 on DCN31
905 - rcu-tasks: Fix race in schedule and flush work
906 - rcu: Make TASKS_RUDE_RCU select IRQ_WORK
907 - sfc: ef10: Fix assigning negative value to unsigned variable
908 - ALSA: jack: Access input_dev under mutex
909 - spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA
910 direction
911 - tools/power turbostat: fix ICX DRAM power numbers
912 - scsi: lpfc: Move cfg_log_verbose check before calling lpfc_dmp_dbg()
913 - scsi: lpfc: Fix SCSI I/O completion and abort handler deadlock
914 - scsi: lpfc: Fix call trace observed during I/O with CMF enabled
915 - cpuidle: PSCI: Improve support for suspend-to-RAM for PSCI OSI mode
916 - drm/amd/pm: fix double free in si_parse_power_table()
917 - ASoC: rsnd: care default case on rsnd_ssiu_busif_err_status_clear()
918 - ASoC: rsnd: care return value from rsnd_node_fixed_index()
919 - ath9k: fix QCA9561 PA bias level
920 - media: venus: hfi: avoid null dereference in deinit
921 - media: pci: cx23885: Fix the error handling in cx23885_initdev()
922 - media: cx25821: Fix the warning when removing the module
923 - md/bitmap: don't set sb values if can't pass sanity check
924 - mmc: jz4740: Apply DMA engine limits to maximum segment size
925 - drivers: mmc: sdhci_am654: Add the quirk to set TESTCD bit
926 - scsi: megaraid: Fix error check return value of register_chrdev()
927 - drm/amdgpu/sdma: Fix incorrect calculations of the wptr of the doorbells
928 - scsi: ufs: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
929 - scsi: lpfc: Fix resource leak in lpfc_sli4_send_seq_to_ulp()
930 - ath11k: disable spectral scan during spectral deinit
931 - ASoC: Intel: bytcr_rt5640: Add quirk for the HP Pro Tablet 408
932 - drm/plane: Move range check for format_count earlier
933 - drm/amd/pm: fix the compile warning
934 - ath10k: skip ath10k_halt during suspend for driver state RESTARTING
935 - arm64: compat: Do not treat syscall number as ESR_ELx for a bad syscall
936 - drm: msm: fix error check return value of irq_of_parse_and_map()
937 - scsi: target: tcmu: Fix possible data corruption
938 - ipv6: Don't send rs packets to the interface of ARPHRD_TUNNEL
939 - net/mlx5: fs, delete the FTE when there are no rules attached to it
940 - ASoC: dapm: Don't fold register value changes into notifications
941 - mlxsw: spectrum_dcb: Do not warn about priority changes
942 - mlxsw: Treat LLDP packets as control
943 - drm/amdgpu/psp: move PSP memory alloc from hw_init to sw_init
944 - drm/amdgpu/ucode: Remove firmware load type check in amdgpu_ucode_free_bo
945 - regulator: mt6315: Enforce regulator-compatible, not name
946 - HID: bigben: fix slab-out-of-bounds Write in bigben_probe
947 - of: Support more than one crash kernel regions for kexec -s
948 - ASoC: tscs454: Add endianness flag in snd_soc_component_driver
949 - scsi: lpfc: Alter FPIN stat accounting logic
950 - net: remove two BUG() from skb_checksum_help()
951 - s390/preempt: disable __preempt_count_add() optimization for
952 PROFILE_ALL_BRANCHES
953 - perf/amd/ibs: Cascade pmu init functions' return value
954 - sched/core: Avoid obvious double update_rq_clock warning
955 - spi: stm32-qspi: Fix wait_cmd timeout in APM mode
956 - dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMIC
957 - ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default
958 - ipmi:ssif: Check for NULL msg when handling events and messages
959 - ipmi: Fix pr_fmt to avoid compilation issues
960 - rtlwifi: Use pr_warn instead of WARN_ONCE
961 - mt76: mt7921: accept rx frames with non-standard VHT MCS10-11
962 - mt76: fix encap offload ethernet type check
963 - media: rga: fix possible memory leak in rga_probe
964 - media: coda: limit frame interval enumeration to supported encoder frame
965 sizes
966 - media: hantro: HEVC: unconditionnaly set pps_{cb/cr}_qp_offset values
967 - media: ccs-core.c: fix failure to call clk_disable_unprepare
968 - media: imon: reorganize serialization
969 - media: cec-adap.c: fix is_configuring state
970 - usbnet: Run unregister_netdev() before unbind() again
971 - openrisc: start CPU timer early in boot
972 - nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tags
973 - ASoC: rt5645: Fix errorenous cleanup order
974 - nbd: Fix hung on disconnect request if socket is closed before
975 - drm/amd/pm: update smartshift powerboost calc for smu12
976 - drm/amd/pm: update smartshift powerboost calc for smu13
977 - net: phy: micrel: Allow probing without .driver_data
978 - media: exynos4-is: Fix compile warning
979 - media: hantro: Stop using H.264 parameter pic_num
980 - ASoC: max98357a: remove dependency on GPIOLIB
981 - ASoC: rt1015p: remove dependency on GPIOLIB
982 - ACPI: CPPC: Assume no transition latency if no PCCT
983 - nvme: set non-mdts limits in nvme_scan_work
984 - can: mcp251xfd: silence clang's -Wunaligned-access warning
985 - x86/microcode: Add explicit CPU vendor dependency
986 - net: ipa: ignore endianness if there is no header
987 - m68k: atari: Make Atari ROM port I/O write macros return void
988 - rxrpc: Return an error to sendmsg if call failed
989 - rxrpc, afs: Fix selection of abort codes
990 - afs: Adjust ACK interpretation to try and cope with NAT
991 - eth: tg3: silence the GCC 12 array-bounds warning
992 - char: tpm: cr50_i2c: Suppress duplicated error message in .remove()
993 - selftests/bpf: fix btf_dump/btf_dump due to recent clang change
994 - gfs2: use i_lock spin_lock for inode qadata
995 - scsi: target: tcmu: Avoid holding XArray lock when calling lock_page
996 - IB/rdmavt: add missing locks in rvt_ruc_loopback
997 - ARM: dts: ox820: align interrupt controller node name with dtschema
998 - ARM: dts: socfpga: align interrupt controller node name with dtschema
999 - ARM: dts: s5pv210: align DMA channels with dtschema
1000 - arm64: dts: qcom: msm8994: Fix the cont_splash_mem address
1001 - arm64: dts: qcom: msm8994: Fix BLSP[12]_DMA channels count
1002 - PM / devfreq: rk3399_dmc: Disable edev on remove()
1003 - crypto: ccree - use fine grained DMA mapping dir
1004 - soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc
1005 - fs: jfs: fix possible NULL pointer dereference in dbFree()
1006 - arm64: dts: qcom: sdm845-xiaomi-beryllium: fix typo in panel's vddio-supply
1007 property
1008 - ALSA: usb-audio: Add quirk bits for enabling/disabling generic implicit fb
1009 - ALSA: usb-audio: Move generic implicit fb quirk entries into quirks.c
1010 - ARM: OMAP1: clock: Fix UART rate reporting algorithm
1011 - powerpc/fadump: Fix fadump to work with a different endian capture kernel
1012 - fat: add ratelimit to fat*_ent_bread()
1013 - pinctrl: renesas: rzn1: Fix possible null-ptr-deref in
1014 sh_pfc_map_resources()
1015 - ARM: versatile: Add missing of_node_put in dcscb_init
1016 - ARM: dts: exynos: add atmel,24c128 fallback to Samsung EEPROM
1017 - ARM: hisi: Add missing of_node_put after of_find_compatible_node
1018 - cpufreq: Avoid unnecessary frequency updates due to mismatch
1019 - powerpc/rtas: Keep MSR[RI] set when calling RTAS
1020 - PCI: Avoid pci_dev_lock() AB/BA deadlock with sriov_numvfs_store()
1021 - KVM: PPC: Book3S HV Nested: L2 LPCR should inherit L1 LPES setting
1022 - alpha: fix alloc_zeroed_user_highpage_movable()
1023 - tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolate
1024 - powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attr
1025 - powerpc/xics: fix refcount leak in icp_opal_init()
1026 - powerpc/powernv: fix missing of_node_put in uv_init()
1027 - macintosh/via-pmu: Fix build failure when CONFIG_INPUT is disabled
1028 - powerpc/iommu: Add missing of_node_put in iommu_init_early_dart
1029 - smb3: check for null tcon
1030 - RDMA/hfi1: Prevent panic when SDMA is disabled
1031 - Input: gpio-keys - cancel delayed work only in case of GPIO
1032 - drm: fix EDID struct for old ARM OABI format
1033 - drm/bridge_connector: enable HPD by default if supported
1034 - dt-bindings: display: sitronix, st7735r: Fix backlight in example
1035 - drm/vmwgfx: Fix an invalid read
1036 - ath11k: acquire ab->base_lock in unassign when finding the peer by addr
1037 - drm: bridge: it66121: Fix the register page length
1038 - ath9k: fix ar9003_get_eepmisc
1039 - drm/edid: fix invalid EDID extension block filtering
1040 - drm/bridge: adv7511: clean up CEC adapter when probe fails
1041 - drm: bridge: icn6211: Fix register layout
1042 - drm: bridge: icn6211: Fix HFP_HSW_HBP_HI and HFP_MIN handling
1043 - mtd: spinand: gigadevice: fix Quad IO for GD5F1GQ5UExxG
1044 - spi: qcom-qspi: Add minItems to interconnect-names
1045 - ASoC: mediatek: Fix error handling in mt8173_max98090_dev_probe
1046 - ASoC: mediatek: Fix missing of_node_put in mt2701_wm8960_machine_probe
1047 - x86/delay: Fix the wrong asm constraint in delay_loop()
1048 - drm/vc4: hvs: Fix frame count register readout
1049 - drm/mediatek: Fix mtk_cec_mask()
1050 - drm/vc4: hvs: Reset muxes at probe time
1051 - drm/vc4: txp: Don't set TXP_VSTART_AT_EOF
1052 - drm/vc4: txp: Force alpha to be 0xff if it's disabled
1053 - libbpf: Don't error out on CO-RE relos for overriden weak subprogs
1054 - x86/PCI: Fix ALi M1487 (IBC) PIRQ router link value interpretation
1055 - mptcp: reset the packet scheduler on PRIO change
1056 - nl80211: show SSID for P2P_GO interfaces
1057 - drm/komeda: Fix an undefined behavior bug in komeda_plane_add()
1058 - drm: mali-dp: potential dereference of null pointer
1059 - spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeout
1060 - scftorture: Fix distribution of short handler delays
1061 - net: dsa: mt7530: 1G can also support 1000BASE-X link mode
1062 - ixp4xx_eth: fix error check return value of platform_get_irq()
1063 - NFC: NULL out the dev->rfkill to prevent UAF
1064 - efi: Add missing prototype for efi_capsule_setup_info
1065 - device property: Check fwnode->secondary when finding properties
1066 - device property: Allow error pointer to be passed to fwnode APIs
1067 - target: remove an incorrect unmap zeroes data deduction
1068 - drbd: fix duplicate array initializer
1069 - EDAC/dmc520: Don't print an error for each unconfigured interrupt line
1070 - mtd: rawnand: denali: Use managed device resources
1071 - HID: hid-led: fix maximum brightness for Dream Cheeky
1072 - HID: elan: Fix potential double free in elan_input_configured
1073 - drm/bridge: Fix error handling in analogix_dp_probe
1074 - regulator: da9121: Fix uninit-value in da9121_assign_chip_model()
1075 - drm/mediatek: dpi: Use mt8183 output formats for mt8192
1076 - signal: Deliver SIGTRAP on perf event asynchronously if blocked
1077 - sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rq
1078 - sched/psi: report zeroes for CPU full at the system level
1079 - spi: img-spfi: Fix pm_runtime_get_sync() error checking
1080 - cpufreq: Fix possible race in cpufreq online error path
1081 - printk: use atomic updates for klogd work
1082 - printk: add missing memory barrier to wake_up_klogd()
1083 - printk: wake waiters for safe and NMI contexts
1084 - ath9k_htc: fix potential out of bounds access with invalid
1085 rxstatus->rs_keyix
1086 - media: i2c: max9286: Use dev_err_probe() helper
1087 - media: i2c: max9286: Use "maxim,gpio-poc" property
1088 - media: i2c: max9286: fix kernel oops when removing module
1089 - media: hantro: Empty encoder capture buffers by default
1090 - drm/panel: simple: Add missing bus flags for Innolux G070Y2-L01
1091 - ALSA: pcm: Check for null pointer of pointer substream before dereferencing
1092 it
1093 - mtdblock: warn if opened on NAND
1094 - inotify: show inotify mask flags in proc fdinfo
1095 - fsnotify: fix wrong lockdep annotations
1096 - spi: rockchip: Stop spi slave dma receiver when cs inactive
1097 - spi: rockchip: Preset cs-high and clk polarity in setup progress
1098 - spi: rockchip: fix missing error on unsupported SPI_CS_HIGH
1099 - of: overlay: do not break notify on NOTIFY_{OK|STOP}
1100 - selftests/damon: add damon to selftests root Makefile
1101 - drm/msm/dp: Modify prototype of encoder based API
1102 - drm/msm/hdmi: switch to drm_bridge_connector
1103 - drm/msm/dpu: adjust display_v_end for eDP and DP
1104 - scsi: iscsi: Fix harmless double shift bug
1105 - scsi: ufs: qcom: Fix ufs_qcom_resume()
1106 - scsi: ufs: core: Exclude UECxx from SFR dump list
1107 - drm/v3d: Fix null pointer dereference of pointer perfmon
1108 - selftests/resctrl: Fix null pointer dereference on open failed
1109 - libbpf: Fix logic for finding matching program for CO-RE relocation
1110 - mtd: spi-nor: core: Check written SR value in
1111 spi_nor_write_16bit_sr_and_check()
1112 - x86/pm: Fix false positive kmemleak report in msr_build_context()
1113 - mtd: rawnand: cadence: fix possible null-ptr-deref in
1114 cadence_nand_dt_probe()
1115 - mtd: rawnand: intel: fix possible null-ptr-deref in ebu_nand_probe()
1116 - x86/speculation: Add missing prototype for unpriv_ebpf_notify()
1117 - ASoC: rk3328: fix disabling mclk on pclk probe failure
1118 - perf tools: Add missing headers needed by util/data.h
1119 - drm/msm/disp/dpu1: set vbif hw config to NULL to avoid use after memory free
1120 during pm runtime resume
1121 - drm/msm/dp: stop event kernel thread when DP unbind
1122 - drm/msm/dp: fix error check return value of irq_of_parse_and_map()
1123 - drm/msm/dp: reset DP controller before transmit phy test pattern
1124 - drm/msm/dp: do not stop transmitting phy test pattern during DP phy
1125 compliance test
1126 - drm/msm/dsi: fix error checks and return values for DSI xmit functions
1127 - drm/msm/hdmi: check return value after calling
1128 platform_get_resource_byname()
1129 - drm/msm/hdmi: fix error check return value of irq_of_parse_and_map()
1130 - drm/msm: add missing include to msm_drv.c
1131 - drm/panel: panel-simple: Fix proper bpc for AM-1280800N3TZQW-T00H
1132 - kunit: fix debugfs code to use enum kunit_status, not bool
1133 - drm/rockchip: vop: fix possible null-ptr-deref in vop_bind()
1134 - spi: cadence-quadspi: fix Direct Access Mode disable for SoCFPGA
1135 - [Packaging] add python3-dev as build dependency
1136 - perf tools: Use Python devtools for version autodetection rather than
1137 runtime
1138 - virtio_blk: fix the discard_granularity and discard_alignment queue limits
1139 - nl80211: don't hold RTNL in color change request
1140 - x86: Fix return value of __setup handlers
1141 - irqchip/exiu: Fix acknowledgment of edge triggered interrupts
1142 - irqchip/aspeed-i2c-ic: Fix irq_of_parse_and_map() return value
1143 - irqchip/aspeed-scu-ic: Fix irq_of_parse_and_map() return value
1144 - x86/mm: Cleanup the control_va_addr_alignment() __setup handler
1145 - arm64: fix types in copy_highpage()
1146 - regulator: core: Fix enable_count imbalance with EXCLUSIVE_GET
1147 - drm/msm/dsi: fix address for second DSI PHY on SDM660
1148 - drm/msm/dp: fix event thread stuck in wait_event after kthread_stop()
1149 - drm/msm/mdp5: Return error code in mdp5_pipe_release when deadlock is
1150 detected
1151 - drm/msm/mdp5: Return error code in mdp5_mixer_release when deadlock is
1152 detected
1153 - drm/msm: return an error pointer in msm_gem_prime_get_sg_table()
1154 - media: uvcvideo: Fix missing check to determine if element is found in list
1155 - arm64: stackleak: fix current_top_of_stack()
1156 - iomap: iomap_write_failed fix
1157 - spi: spi-fsl-qspi: check return value after calling
1158 platform_get_resource_byname()
1159 - Revert "cpufreq: Fix possible race in cpufreq online error path"
1160 - regulator: qcom_smd: Fix up PM8950 regulator configuration
1161 - samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is
1162 provided
1163 - perf/amd/ibs: Use interrupt regs ip for stack unwinding
1164 - ath11k: Don't check arvif->is_started before sending management frames
1165 - wilc1000: fix crash observed in AP mode with cfg80211_register_netdevice()
1166 - HID: amd_sfh: Modify the bus name
1167 - HID: amd_sfh: Modify the hid name
1168 - ASoC: fsl: Use dev_err_probe() helper
1169 - ASoC: fsl: Fix refcount leak in imx_sgtl5000_probe
1170 - ASoC: imx-hdmi: Fix refcount leak in imx_hdmi_probe
1171 - ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe
1172 - regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dt
1173 - dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocations
1174 - dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pages
1175 - ASoC: samsung: Use dev_err_probe() helper
1176 - ASoC: samsung: Fix refcount leak in aries_audio_probe
1177 - block: Fix the bio.bi_opf comment
1178 - kselftest/cgroup: fix test_stress.sh to use OUTPUT dir
1179 - scripts/faddr2line: Fix overlapping text section failures
1180 - media: aspeed: Fix an error handling path in aspeed_video_probe()
1181 - media: exynos4-is: Fix PM disable depth imbalance in fimc_is_probe
1182 - mt76: mt7921: Fix the error handling path of mt7921_pci_probe()
1183 - mt76: do not attempt to reorder received 802.3 packets without agg session
1184 - media: st-delta: Fix PM disable depth imbalance in delta_probe
1185 - media: atmel: atmel-isc: Fix PM disable depth imbalance in atmel_isc_probe
1186 - media: i2c: rdacm2x: properly set subdev entity function
1187 - media: exynos4-is: Change clk_disable to clk_disable_unprepare
1188 - media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_init
1189 - media: vsp1: Fix offset calculation for plane cropping
1190 - media: atmel: atmel-sama5d2-isc: fix wrong mask in YUYV format check
1191 - media: hantro: HEVC: Fix tile info buffer value computation
1192 - Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout
1193 - Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoring
1194 - Bluetooth: use hdev lock for accept_list and reject_list in conn req
1195 - nvme: set dma alignment to dword
1196 - m68k: math-emu: Fix dependencies of math emulation support
1197 - sctp: read sk->sk_bound_dev_if once in sctp_rcv()
1198 - net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_init
1199 - ASoC: ti: j721e-evm: Fix refcount leak in j721e_soc_probe_*
1200 - kselftest/arm64: bti: force static linking
1201 - media: ov7670: remove ov7670_power_off from ov7670_remove
1202 - media: i2c: ov5648: fix wrong pointer passed to IS_ERR() and PTR_ERR()
1203 - media: staging: media: rkvdec: Make use of the helper function
1204 devm_platform_ioremap_resource()
1205 - media: rkvdec: h264: Fix dpb_valid implementation
1206 - media: rkvdec: h264: Fix bit depth wrap in pps packet
1207 - regulator: scmi: Fix refcount leak in scmi_regulator_probe
1208 - ext4: reject the 'commit' option on ext2 filesystems
1209 - drm/msm/a6xx: Fix refcount leak in a6xx_gpu_init
1210 - drm: msm: fix possible memory leak in mdp5_crtc_cursor_set()
1211 - x86/sev: Annotate stack change in the #VC handler
1212 - drm/msm: don't free the IRQ if it was not requested
1213 - selftests/bpf: Add missed ima_setup.sh in Makefile
1214 - drm/msm/dpu: handle pm_runtime_get_sync() errors in bind path
1215 - drm/i915: Fix CFI violation with show_dynamic_id()
1216 - thermal/drivers/bcm2711: Don't clamp temperature at zero
1217 - thermal/drivers/broadcom: Fix potential NULL dereference in sr_thermal_probe
1218 - thermal/core: Fix memory leak in __thermal_cooling_device_register()
1219 - thermal/drivers/imx_sc_thermal: Fix refcount leak in imx_sc_thermal_probe
1220 - bfq: Relax waker detection for shared queues
1221 - bfq: Allow current waker to defend against a tentative one
1222 - ASoC: wm2000: fix missing clk_disable_unprepare() on error in
1223 wm2000_anc_transition()
1224 - PM: domains: Fix initialization of genpd's next_wakeup
1225 - net: macb: Fix PTP one step sync support
1226 - NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_tx
1227 - ASoC: max98090: Move check for invalid values before casting in
1228 max98090_put_enab_tlv()
1229 - net: stmmac: selftests: Use kcalloc() instead of kzalloc()
1230 - net: stmmac: fix out-of-bounds access in a selftest
1231 - hv_netvsc: Fix potential dereference of NULL pointer
1232 - hwmon: (pmbus) Check PEC support before reading other registers
1233 - rxrpc: Fix listen() setting the bar too high for the prealloc rings
1234 - rxrpc: Don't try to resend the request if we're receiving the reply
1235 - rxrpc: Fix overlapping ACK accounting
1236 - rxrpc: Don't let ack.previousPacket regress
1237 - rxrpc: Fix decision on when to generate an IDLE ACK
1238 - net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()
1239 - hinic: Avoid some over memory allocation
1240 - net: dsa: restrict SMSC_LAN9303_I2C kconfig
1241 - net/smc: postpone sk_refcnt increment in connect()
1242 - dma-direct: factor out dma_set_{de,en}crypted helpers
1243 - dma-direct: don't call dma_set_decrypted for remapped allocations
1244 - dma-direct: always leak memory that can't be re-encrypted
1245 - dma-direct: don't over-decrypt memory
1246 - arm64: dts: rockchip: Move drive-impedance-ohm to emmc phy on rk3399
1247 - arm64: dts: mt8192: Fix nor_flash status disable typo
1248 - memory: samsung: exynos5422-dmc: Avoid some over memory allocation
1249 - ARM: dts: BCM5301X: update CRU block description
1250 - ARM: dts: BCM5301X: Update pin controller node name
1251 - ARM: dts: suniv: F1C100: fix watchdog compatible
1252 - soc: qcom: smp2p: Fix missing of_node_put() in smp2p_parse_ipc
1253 - soc: qcom: smsm: Fix missing of_node_put() in smsm_parse_ipc
1254 - PCI: cadence: Fix find_first_zero_bit() limit
1255 - PCI: rockchip: Fix find_first_zero_bit() limit
1256 - PCI: mediatek: Fix refcount leak in mtk_pcie_subsys_powerup()
1257 - PCI: dwc: Fix setting error return on MSI DMA mapping failure
1258 - ARM: dts: ci4x10: Adapt to changes in imx6qdl.dtsi regarding fec clocks
1259 - soc: qcom: llcc: Add MODULE_DEVICE_TABLE()
1260 - KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-Entry
1261 - KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple fault
1262 - crypto: qat - set CIPHER capability for QAT GEN2
1263 - crypto: qat - set COMPRESSION capability for QAT GEN2
1264 - crypto: qat - set CIPHER capability for DH895XCC
1265 - crypto: qat - set COMPRESSION capability for DH895XCC
1266 - platform/chrome: cros_ec: fix error handling in cros_ec_register()
1267 - ARM: dts: imx6dl-colibri: Fix I2C pinmuxing
1268 - platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctls
1269 - can: xilinx_can: mark bit timing constants as const
1270 - ARM: dts: stm32: Fix PHY post-reset delay on Avenger96
1271 - ARM: dts: bcm2835-rpi-zero-w: Fix GPIO line name for Wifi/BT
1272 - ARM: dts: bcm2837-rpi-cm3-io3: Fix GPIO line names for SMPS I2C
1273 - ARM: dts: bcm2837-rpi-3-b-plus: Fix GPIO line name of power LED
1274 - ARM: dts: bcm2835-rpi-b: Fix GPIO line names
1275 - misc: ocxl: fix possible double free in ocxl_file_register_afu
1276 - crypto: marvell/cesa - ECB does not IV
1277 - gpiolib: of: Introduce hook for missing gpio-ranges
1278 - pinctrl: bcm2835: implement hook for missing gpio-ranges
1279 - arm: mediatek: select arch timer for mt7629
1280 - pinctrl/rockchip: support deferring other gpio params
1281 - pinctrl: mediatek: mt8195: enable driver on mtk platforms
1282 - arm64: dts: qcom: qrb5165-rb5: Fix can-clock node name
1283 - Drivers: hv: vmbus: Fix handling of messages with transaction ID of zero
1284 - powerpc/fadump: fix PT_LOAD segment for boot memory area
1285 - mfd: ipaq-micro: Fix error check return value of platform_get_irq()
1286 - scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()
1287 - soc: bcm: Check for NULL return of devm_kzalloc()
1288 - arm64: dts: ti: k3-am64-mcu: remove incorrect UART base clock rates
1289 - ASoC: sh: rz-ssi: Check return value of pm_runtime_resume_and_get()
1290 - ASoC: sh: rz-ssi: Propagate error codes returned from
1291 platform_get_irq_byname()
1292 - ASoC: sh: rz-ssi: Release the DMA channels in rz_ssi_probe() error path
1293 - firmware: arm_scmi: Fix list protocols enumeration in the base protocol
1294 - nvdimm: Fix firmware activation deadlock scenarios
1295 - nvdimm: Allow overwrite in the presence of disabled dimms
1296 - pinctrl: mvebu: Fix irq_of_parse_and_map() return value
1297 - drivers/base/node.c: fix compaction sysfs file leak
1298 - dax: fix cache flush on PMD-mapped pages
1299 - drivers/base/memory: fix an unlikely reference counting issue in
1300 __add_memory_block()
1301 - firmware: arm_ffa: Fix uuid parameter to ffa_partition_probe
1302 - firmware: arm_ffa: Remove incorrect assignment of driver_data
1303 - list: introduce list_is_head() helper and re-use it in list.h
1304 - list: fix a data-race around ep->rdllist
1305 - drm/msm/dpu: fix error check return value of irq_of_parse_and_map()
1306 - powerpc/8xx: export 'cpm_setbrg' for modules
1307 - pinctrl: renesas: r8a779a0: Fix GPIO function on I2C-capable pins
1308 - pinctrl: renesas: core: Fix possible null-ptr-deref in
1309 sh_pfc_map_resources()
1310 - powerpc/idle: Fix return value of __setup() handler
1311 - powerpc/4xx/cpm: Fix return value of __setup() handler
1312 - RDMA/hns: Add the detection for CMDQ status in the device initialization
1313 process
1314 - arm64: dts: marvell: espressobin-ultra: fix SPI-NOR config
1315 - arm64: dts: marvell: espressobin-ultra: enable front USB3 port
1316 - ASoC: atmel-pdmic: Remove endianness flag on pdmic component
1317 - ASoC: atmel-classd: Remove endianness flag on class d component
1318 - proc: fix dentry/inode overinstantiating under /proc/${pid}/net
1319 - ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()
1320 - PCI: imx6: Fix PERST# start-up sequence
1321 - tty: fix deadlock caused by calling printk() under tty_port->lock
1322 - crypto: sun8i-ss - rework handling of IV
1323 - crypto: sun8i-ss - handle zero sized sg
1324 - crypto: cryptd - Protect per-CPU resource by disabling BH.
1325 - ARM: dts: at91: sama7g5: remove interrupt-parent from gic node
1326 - hugetlbfs: fix hugetlbfs_statfs() locking
1327 - Input: sparcspkr - fix refcount leak in bbc_beep_probe
1328 - PCI/AER: Clear MULTI_ERR_COR/UNCOR_RCV bits
1329 - PCI: microchip: Fix potential race in interrupt handling
1330 - hwrng: omap3-rom - fix using wrong clk_disable() in
1331 omap_rom_rng_runtime_resume()
1332 - powerpc/64: Only WARN if __pa()/__va() called with bad addresses
1333 - powerpc/perf: Fix the threshold compare group constraint for power10
1334 - powerpc/perf: Fix the threshold compare group constraint for power9
1335 - macintosh: via-pmu and via-cuda need RTC_LIB
1336 - powerpc/xive: Add some error handling code to 'xive_spapr_init()'
1337 - powerpc/xive: Fix refcount leak in xive_spapr_init
1338 - powerpc/fsl_rio: Fix refcount leak in fsl_rio_setup
1339 - mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe()
1340 - nfsd: destroy percpu stats counters after reply cache shutdown
1341 - mailbox: forward the hrtimer if not queued and under a lock
1342 - RDMA/hfi1: Prevent use of lock before it is initialized
1343 - KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timer
1344 - Input: stmfts - do not leave device disabled in stmfts_input_open
1345 - OPP: call of_node_put() on error path in _bandwidth_supported()
1346 - f2fs: support fault injection for dquot_initialize()
1347 - f2fs: fix to do sanity check on inline_dots inode
1348 - f2fs: fix dereference of stale list iterator after loop body
1349 - iommu/amd: Enable swiotlb in all cases
1350 - iommu/mediatek: Fix 2 HW sharing pgtable issue
1351 - iommu/mediatek: Add list_del in mtk_iommu_remove
1352 - iommu/mediatek: Remove clk_disable in mtk_iommu_remove
1353 - iommu/mediatek: Add mutex for m4u_group and m4u_dom in data
1354 - i2c: at91: use dma safe buffers
1355 - cpufreq: mediatek: Use module_init and add module_exit
1356 - cpufreq: mediatek: Unregister platform device on exit
1357 - iommu/arm-smmu-v3-sva: Fix mm use-after-free
1358 - MIPS: Loongson: Use hwmon_device_register_with_groups() to register hwmon
1359 - iommu/mediatek: Fix NULL pointer dereference when printing dev_name
1360 - i2c: at91: Initialize dma_buf in at91_twi_xfer()
1361 - dmaengine: idxd: Fix the error handling path in idxd_cdev_register()
1362 - NFS: Do not report EINTR/ERESTARTSYS as mapping errors
1363 - NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYS
1364 - NFS: Don't report ENOSPC write errors twice
1365 - NFS: Do not report flush errors in nfs_write_end()
1366 - NFS: Don't report errors from nfs_pageio_complete() more than once
1367 - NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layout
1368 - NFS: Further fixes to the writeback error handling
1369 - video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup
1370 - dmaengine: stm32-mdma: remove GISR1 register
1371 - dmaengine: stm32-mdma: fix chan initialization in stm32_mdma_irq_handler()
1372 - iommu/amd: Increase timeout waiting for GA log enablement
1373 - i2c: npcm: Fix timeout calculation
1374 - i2c: npcm: Correct register access width
1375 - i2c: npcm: Handle spurious interrupts
1376 - i2c: rcar: fix PM ref counts in probe error paths
1377 - perf build: Fix btf__load_from_kernel_by_id() feature check
1378 - perf c2c: Use stdio interface if slang is not supported
1379 - perf jevents: Fix event syntax error caused by ExtSel
1380 - video: fbdev: vesafb: Fix a use-after-free due early fb_info cleanup
1381 - NFS: Always initialise fattr->label in nfs_fattr_alloc()
1382 - NFS: Create a new nfs_alloc_fattr_with_label() function
1383 - NFS: Convert GFP_NOFS to GFP_KERNEL
1384 - NFSv4.1 mark qualified async operations as MOVEABLE tasks
1385 - f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()
1386 - f2fs: fix to do sanity check on block address in f2fs_do_zero_range()
1387 - f2fs: fix to clear dirty inode in f2fs_evict_inode()
1388 - f2fs: fix deadloop in foreground GC
1389 - f2fs: don't need inode lock for system hidden quota
1390 - f2fs: fix to do sanity check on total_data_blocks
1391 - f2fs: don't use casefolded comparison for "." and ".."
1392 - f2fs: fix fallocate to use file_modified to update permissions consistently
1393 - f2fs: fix to do sanity check for inline inode
1394 - wifi: mac80211: fix use-after-free in chanctx code
1395 - iwlwifi: mvm: fix assert 1F04 upon reconfig
1396 - fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped
1397 pages
1398 - efi: Do not import certificates from UEFI Secure Boot for T2 Macs
1399 - bfq: Avoid false marking of bic as stably merged
1400 - bfq: Avoid merging queues with different parents
1401 - bfq: Split shared queues on move between cgroups
1402 - bfq: Update cgroup information before merging bio
1403 - bfq: Drop pointless unlock-lock pair
1404 - bfq: Remove pointless bfq_init_rq() calls
1405 - bfq: Track whether bfq_group is still online
1406 - bfq: Get rid of __bio_blkcg() usage
1407 - bfq: Make sure bfqg for which we are queueing requests is online
1408 - ext4: mark group as trimmed only if it was fully scanned
1409 - ext4: fix use-after-free in ext4_rename_dir_prepare
1410 - ext4: fix race condition between ext4_write and ext4_convert_inline_data
1411 - ext4: fix warning in ext4_handle_inode_extension
1412 - ext4: fix bug_on in ext4_writepages
1413 - ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_state
1414 - ext4: fix bug_on in __es_tree_search
1415 - ext4: verify dir block before splitting it
1416 - ext4: avoid cycles in directory h-tree
1417 - ACPI: property: Release subnode properties with data nodes
1418 - tty: goldfish: Introduce gf_ioread32()/gf_iowrite32()
1419 - tracing: Fix potential double free in create_var_ref()
1420 - tracing: Initialize integer variable to prevent garbage return value
1421 - drm/amdgpu: add beige goby PCI ID
1422 - PCI/PM: Fix bridge_d3_blacklist[] Elo i2 overwrite of Gigabyte X299
1423 - PCI: qcom: Fix runtime PM imbalance on probe errors
1424 - PCI: qcom: Fix unbalanced PHY init on probe errors
1425 - staging: r8188eu: prevent ->Ssid overflow in rtw_wx_set_scan()
1426 - mm, compaction: fast_find_migrateblock() should return pfn in the target
1427 zone
1428 - s390/perf: obtain sie_block from the right address
1429 - s390/stp: clock_delta should be signed
1430 - dlm: fix plock invalid read
1431 - dlm: uninitialized variable on error in dlm_listen_for_all()
1432 - dlm: fix missing lkb refcount handling
1433 - ocfs2: dlmfs: fix error handling of user_dlm_destroy_lock
1434 - scsi: dc395x: Fix a missing check on list iterator
1435 - scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabled
1436 - landlock: Add clang-format exceptions
1437 - landlock: Format with clang-format
1438 - selftests/landlock: Add clang-format exceptions
1439 - selftests/landlock: Normalize array assignment
1440 - selftests/landlock: Format with clang-format
1441 - samples/landlock: Add clang-format exceptions
1442 - samples/landlock: Format with clang-format
1443 - landlock: Fix landlock_add_rule(2) documentation
1444 - selftests/landlock: Make tests build with old libc
1445 - selftests/landlock: Extend tests for minimal valid attribute size
1446 - selftests/landlock: Add tests for unknown access rights
1447 - selftests/landlock: Extend access right tests to directories
1448 - selftests/landlock: Fully test file rename with "remove" access
1449 - selftests/landlock: Add tests for O_PATH
1450 - landlock: Change landlock_add_rule(2) argument check ordering
1451 - landlock: Change landlock_restrict_self(2) check ordering
1452 - selftests/landlock: Test landlock_create_ruleset(2) argument check ordering
1453 - landlock: Define access_mask_t to enforce a consistent access mask size
1454 - landlock: Reduce the maximum number of layers to 16
1455 - landlock: Create find_rule() from unmask_layers()
1456 - landlock: Fix same-layer rule unions
1457 - drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.
1458 - drm/nouveau/subdev/bus: Ratelimit logging for fault errors
1459 - drm/etnaviv: check for reaped mapping in etnaviv_iommu_unmap_gem
1460 - drm/nouveau/clk: Fix an incorrect NULL check on list iterator
1461 - drm/nouveau/kms/nv50-: atom: fix an incorrect NULL check on list iterator
1462 - drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUX
1463 - drm/i915/dsi: fix VBT send packet port selection for ICL+
1464 - md: fix an incorrect NULL check in does_sb_need_changing
1465 - md: fix an incorrect NULL check in md_reload_sb
1466 - mtd: cfi_cmdset_0002: Move and rename
1467 chip_check/chip_ready/chip_good_for_write
1468 - mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N
1469 - media: coda: Fix reported H264 profile
1470 - media: coda: Add more H264 levels for CODA960
1471 - ima: remove the IMA_TEMPLATE Kconfig option
1472 - [Config] updateconfigs for IMA_TEMPLATE
1473 - Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug
1474 - RDMA/hfi1: Fix potential integer multiplication overflow errors
1475 - mmc: core: Allows to override the timeout value for ioctl() path
1476 - csky: patch_text: Fixup last cpu should be master
1477 - irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375,
1478 A38x, A39x
1479 - irqchip: irq-xtensa-mx: fix initial IRQ affinity
1480 - thermal: devfreq_cooling: use local ops instead of global ops
1481 - cfg80211: declare MODULE_FIRMWARE for regulatory.db
1482 - mac80211: upgrade passive scan to active scan on DFS channels after beacon
1483 rx
1484 - um: Use asm-generic/dma-mapping.h
1485 - um: chan_user: Fix winch_tramp() return value
1486 - um: Fix out-of-bounds read in LDT setup
1487 - kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]
1488 - ftrace: Clean up hash direct_functions on register failures
1489 - ksmbd: fix outstanding credits related bugs
1490 - iommu/msm: Fix an incorrect NULL check on list iterator
1491 - iommu/dma: Fix iova map result check bug
1492 - Revert "mm/cma.c: remove redundant cma_mutex lock"
1493 - mm/page_alloc: always attempt to allocate at least one page during bulk
1494 allocation
1495 - nodemask.h: fix compilation error with GCC12
1496 - hugetlb: fix huge_pmd_unshare address update
1497 - mm/memremap: fix missing call to untrack_pfn() in pagemap_range()
1498 - xtensa/simdisk: fix proc_read_simdisk()
1499 - rtl818x: Prevent using not initialized queues
1500 - ASoC: rt5514: Fix event generation for "DSP Voice Wake Up" control
1501 - carl9170: tx: fix an incorrect use of list iterator
1502 - stm: ltdc: fix two incorrect NULL checks on list iterator
1503 - bcache: remove incremental dirty sector counting for
1504 bch_sectors_dirty_init()
1505 - bcache: avoid journal no-space deadlock by reserving 1 journal bucket
1506 - serial: pch: don't overwrite xmit->buf[0] by x_char
1507 - tilcdc: tilcdc_external: fix an incorrect NULL check on list iterator
1508 - gma500: fix an incorrect NULL check on list iterator
1509 - arm64: dts: qcom: ipq8074: fix the sleep clock frequency
1510 - arm64: tegra: Add missing DFLL reset on Tegra210
1511 - clk: tegra: Add missing reset deassertion
1512 - phy: qcom-qmp: fix struct clk leak on probe errors
1513 - ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries
1514 - ARM: pxa: maybe fix gpio lookup tables
1515 - SMB3: EBADF/EIO errors in rename/open caused by race condition in
1516 smb2_compound_op
1517 - docs/conf.py: Cope with removal of language=None in Sphinx 5.0.0
1518 - dt-bindings: gpio: altera: correct interrupt-cells
1519 - vdpasim: allow to enable a vq repeatedly
1520 - blk-iolatency: Fix inflight count imbalances and IO hangs on offline
1521 - coresight: core: Fix coresight device probe failure issue
1522 - phy: qcom-qmp: fix reset-controller leak on probe errors
1523 - net: ipa: fix page free in ipa_endpoint_trans_release()
1524 - net: ipa: fix page free in ipa_endpoint_replenish_one()
1525 - kseltest/cgroup: Make test_stress.sh work if run interactively
1526 - list: test: Add a test for list_is_head()
1527 - staging: r8188eu: delete rtw_wx_read/write32()
1528 - RDMA/hns: Remove the num_cqc_timer variable
1529 - RDMA/rxe: Generate a completion for unsupported/invalid opcode
1530 - MIPS: IP27: Remove incorrect `cpu_has_fpu' override
1531 - MIPS: IP30: Remove incorrect `cpu_has_fpu' override
1532 - ext4: only allow test_dummy_encryption when supported
1533 - interconnect: qcom: sc7180: Drop IP0 interconnects
1534 - interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregate
1535 - fs: add two trivial lookup helpers
1536 - exportfs: support idmapped mounts
1537 - fs/ntfs3: Fix invalid free in log_replay
1538 - md: Don't set mddev private to NULL in raid0 pers->free
1539 - md: fix double free of io_acct_set bioset
1540 - md: bcache: check the return value of kzalloc() in detached_dev_do_request()
1541 - pinctrl/rockchip: support setting input-enable param
1542 - block: fix bio_clone_blkg_association() to associate with proper blkcg_gq
1543 - Linux 5.15.46
1544
1545 * [SRU] bcache deadlock during read IO in writeback mode (LP: #1980925) //
1546 Jammy update: v5.15.46 upstream stable release (LP: #1981864)
1547 - bcache: improve multithreaded bch_btree_check()
1548 - bcache: improve multithreaded bch_sectors_dirty_init()
1549
1550 * Jammy update: v5.15.45 upstream stable release (LP: #1981862)
1551 - ALSA: usb-audio: Don't get sample rate for MCT Trigger 5 USB-to-HDMI
1552 - pinctrl: sunxi: fix f1c100s uart2 function
1553 - KVM: arm64: Don't hypercall before EL2 init
1554 - percpu_ref_init(): clean ->percpu_count_ref on failure
1555 - net: af_key: check encryption module availability consistency
1556 - nfc: pn533: Fix buggy cleanup order
1557 - net: ftgmac100: Disable hardware checksum on AST2600
1558 - i2c: ismt: Provide a DMA buffer for Interrupt Cause Logging
1559 - drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI
1560 controllers
1561 - i2c: ismt: prevent memory corruption in ismt_access()
1562 - assoc_array: Fix BUG_ON during garbage collect
1563 - pipe: make poll_usage boolean and annotate its access
1564 - pipe: Fix missing lock in pipe_resize_ring()
1565 - net: ipa: compute proper aggregation limit
1566 - drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency()
1567 - exfat: check if cluster num is valid
1568 - lib/crypto: add prompts back to crypto libraries
1569 - crypto: drbg - prepare for more fine-grained tracking of seeding state
1570 - crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()
1571 - crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()
1572 - crypto: drbg - make reseeding from get_random_bytes() synchronous
1573 - netfilter: nf_tables: hold mutex on netns pre_exit path
1574 - netfilter: nf_tables: double hook unregistration in netns path
1575 - netfilter: conntrack: re-fetch conntrack after insertion
1576 - KVM: PPC: Book3S HV: fix incorrect NULL check on list iterator
1577 - x86/kvm: Alloc dummy async #PF token outside of raw spinlock
1578 - x86, kvm: use correct GFP flags for preemption disabled
1579 - KVM: x86: avoid calling x86 emulator without a decoded instruction
1580 - KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2
1581 - KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak
1582 - crypto: caam - fix i.MX6SX entropy delay value
1583 - crypto: ecrdsa - Fix incorrect use of vli_cmp
1584 - zsmalloc: fix races between asynchronous zspage free and page migration
1585 - ALSA: usb-audio: Workaround for clock setup on TEAC devices
1586 - ALSA: usb-audio: Add missing ep_idx in fixed EP quirks
1587 - ALSA: usb-audio: Configure sync endpoints before data
1588 - Bluetooth: hci_qca: Use del_timer_sync() before freeing
1589 - ARM: dts: s5pv210: Correct interrupt name for bluetooth in Aries
1590 - dm integrity: fix error code in dm_integrity_ctr()
1591 - dm crypt: make printing of the key constant-time
1592 - dm stats: add cond_resched when looping over entries
1593 - dm verity: set DM_TARGET_IMMUTABLE feature flag
1594 - raid5: introduce MD_BROKEN
1595 - fs/ntfs3: validate BOOT sectors_per_clusters
1596 - HID: multitouch: Add support for Google Whiskers Touchpad
1597 - HID: multitouch: add quirks to enable Lenovo X12 trackpoint
1598 - x86/sgx: Disconnect backing page references from dirty status
1599 - x86/sgx: Mark PCMD page as dirty when modifying contents
1600 - x86/sgx: Obtain backing storage page with enclave mutex held
1601 - x86/sgx: Fix race between reclaimer and page fault handler
1602 - x86/sgx: Ensure no data in PCMD page after truncate
1603 - media: i2c: imx412: Fix reset GPIO polarity
1604 - media: i2c: imx412: Fix power_off ordering
1605 - tpm: Fix buffer access in tpm2_get_tpm_pt()
1606 - tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()
1607 - docs: submitting-patches: Fix crossref to 'The canonical patch format'
1608 - NFS: Memory allocation failures are not server fatal errors
1609 - NFSD: Fix possible sleep during nfsd4_release_lockowner()
1610 - bpf: Fix potential array overflow in bpf_trampoline_get_progs()
1611 - bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytes
1612 - bpf: Fix excessive memory allocation in stack_map_alloc()
1613 - bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_access
1614 - bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_access
1615 - ALSA: usb-audio: Optimize TEAC clock quirk
1616 - Linux 5.15.45
1617
1618 * Jammy update: v5.15.44 upstream stable release (LP: #1981649)
1619 - Revert "UBUNTU: SAUCE: random: Make getrandom() ready earlier"
1620 - ice: fix crash at allocation failure
1621 - ACPI: sysfs: Fix BERT error region memory mapping
1622 - MAINTAINERS: co-maintain random.c
1623 - MAINTAINERS: add git tree for random.c
1624 - lib/crypto: blake2s: include as built-in
1625 - [Config] updateconfigs for CRYPTO_LIB_BLAKE2S
1626 - lib/crypto: blake2s: move hmac construction into wireguard
1627 - lib/crypto: sha1: re-roll loops to reduce code size
1628 - lib/crypto: blake2s: avoid indirect calls to compression function for Clang
1629 CFI
1630 - random: document add_hwgenerator_randomness() with other input functions
1631 - random: remove unused irq_flags argument from add_interrupt_randomness()
1632 - random: use BLAKE2s instead of SHA1 in extraction
1633 - random: do not sign extend bytes for rotation when mixing
1634 - random: do not re-init if crng_reseed completes before primary init
1635 - random: mix bootloader randomness into pool
1636 - random: harmonize "crng init done" messages
1637 - random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
1638 - random: early initialization of ChaCha constants
1639 - random: avoid superfluous call to RDRAND in CRNG extraction
1640 - random: don't reset crng_init_cnt on urandom_read()
1641 - random: fix typo in comments
1642 - random: cleanup poolinfo abstraction
1643 - random: cleanup integer types
1644 - random: remove incomplete last_data logic
1645 - random: remove unused extract_entropy() reserved argument
1646 - random: rather than entropy_store abstraction, use global
1647 - random: remove unused OUTPUT_POOL constants
1648 - random: de-duplicate INPUT_POOL constants
1649 - random: prepend remaining pool constants with POOL_
1650 - random: cleanup fractional entropy shift constants
1651 - random: access input_pool_data directly rather than through pointer
1652 - random: selectively clang-format where it makes sense
1653 - random: simplify arithmetic function flow in account()
1654 - random: continually use hwgenerator randomness
1655 - random: access primary_pool directly rather than through pointer
1656 - random: only call crng_finalize_init() for primary_crng
1657 - random: use computational hash for entropy extraction
1658 - random: simplify entropy debiting
1659 - random: use linear min-entropy accumulation crediting
1660 - random: always wake up entropy writers after extraction
1661 - random: make credit_entropy_bits() always safe
1662 - random: remove use_input_pool parameter from crng_reseed()
1663 - random: remove batched entropy locking
1664 - random: fix locking in crng_fast_load()
1665 - random: use RDSEED instead of RDRAND in entropy extraction
1666 - random: get rid of secondary crngs
1667 - random: inline leaves of rand_initialize()
1668 - random: ensure early RDSEED goes through mixer on init
1669 - random: do not xor RDRAND when writing into /dev/random
1670 - random: absorb fast pool into input pool after fast load
1671 - random: use simpler fast key erasure flow on per-cpu keys
1672 - random: use hash function for crng_slow_load()
1673 - random: make more consistent use of integer types
1674 - random: remove outdated INT_MAX >> 6 check in urandom_read()
1675 - random: zero buffer after reading entropy from userspace
1676 - random: fix locking for crng_init in crng_reseed()
1677 - random: tie batched entropy generation to base_crng generation
1678 - random: remove ifdef'd out interrupt bench
1679 - random: remove unused tracepoints
1680 - random: add proper SPDX header
1681 - random: deobfuscate irq u32/u64 contributions
1682 - random: introduce drain_entropy() helper to declutter crng_reseed()
1683 - random: remove useless header comment
1684 - random: remove whitespace and reorder includes
1685 - random: group initialization wait functions
1686 - random: group crng functions
1687 - random: group entropy extraction functions
1688 - random: group entropy collection functions
1689 - random: group userspace read/write functions
1690 - random: group sysctl functions
1691 - random: rewrite header introductory comment
1692 - random: defer fast pool mixing to worker
1693 - random: do not take pool spinlock at boot
1694 - random: unify early init crng load accounting
1695 - random: check for crng_init == 0 in add_device_randomness()
1696 - random: pull add_hwgenerator_randomness() declaration into random.h
1697 - random: clear fast pool, crng, and batches in cpuhp bring up
1698 - random: round-robin registers as ulong, not u32
1699 - random: only wake up writers after zap if threshold was passed
1700 - random: cleanup UUID handling
1701 - random: unify cycles_t and jiffies usage and types
1702 - random: do crng pre-init loading in worker rather than irq
1703 - random: give sysctl_random_min_urandom_seed a more sensible value
1704 - random: don't let 644 read-only sysctls be written to
1705 - random: replace custom notifier chain with standard one
1706 - random: use SipHash as interrupt entropy accumulator
1707 - random: make consistent usage of crng_ready()
1708 - random: reseed more often immediately after booting
1709 - random: check for signal and try earlier when generating entropy
1710 - random: skip fast_init if hwrng provides large chunk of entropy
1711 - random: treat bootloader trust toggle the same way as cpu trust toggle
1712 - random: re-add removed comment about get_random_{u32,u64} reseeding
1713 - random: mix build-time latent entropy into pool at init
1714 - random: do not split fast init input in add_hwgenerator_randomness()
1715 - random: do not allow user to keep crng key around on stack
1716 - random: check for signal_pending() outside of need_resched() check
1717 - random: check for signals every PAGE_SIZE chunk of /dev/[u]random
1718 - random: allow partial reads if later user copies fail
1719 - random: make random_get_entropy() return an unsigned long
1720 - random: document crng_fast_key_erasure() destination possibility
1721 - random: fix sysctl documentation nits
1722 - init: call time_init() before rand_initialize()
1723 - ia64: define get_cycles macro for arch-override
1724 - s390: define get_cycles macro for arch-override
1725 - parisc: define get_cycles macro for arch-override
1726 - alpha: define get_cycles macro for arch-override
1727 - powerpc: define get_cycles macro for arch-override
1728 - timekeeping: Add raw clock fallback for random_get_entropy()
1729 - m68k: use fallback for random_get_entropy() instead of zero
1730 - riscv: use fallback for random_get_entropy() instead of zero
1731 - mips: use fallback for random_get_entropy() instead of just c0 random
1732 - arm: use fallback for random_get_entropy() instead of zero
1733 - nios2: use fallback for random_get_entropy() instead of zero
1734 - x86/tsc: Use fallback for random_get_entropy() instead of zero
1735 - um: use fallback for random_get_entropy() instead of zero
1736 - sparc: use fallback for random_get_entropy() instead of zero
1737 - xtensa: use fallback for random_get_entropy() instead of zero
1738 - random: insist on random_get_entropy() existing in order to simplify
1739 - random: do not use batches when !crng_ready()
1740 - random: use first 128 bits of input as fast init
1741 - random: do not pretend to handle premature next security model
1742 - random: order timer entropy functions below interrupt functions
1743 - random: do not use input pool from hard IRQs
1744 - random: help compiler out with fast_mix() by using simpler arguments
1745 - siphash: use one source of truth for siphash permutations
1746 - random: use symbolic constants for crng_init states
1747 - random: avoid initializing twice in credit race
1748 - random: move initialization out of reseeding hot path
1749 - random: remove ratelimiting for in-kernel unseeded randomness
1750 - random: use proper jiffies comparison macro
1751 - random: handle latent entropy and command line from random_init()
1752 - random: credit architectural init the exact amount
1753 - random: use static branch for crng_ready()
1754 - random: remove extern from functions in header
1755 - random: use proper return types on get_random_{int,long}_wait()
1756 - random: make consistent use of buf and len
1757 - random: move initialization functions out of hot pages
1758 - random: move randomize_page() into mm where it belongs
1759 - random: unify batched entropy implementations
1760 - random: convert to using fops->read_iter()
1761 - random: convert to using fops->write_iter()
1762 - random: wire up fops->splice_{read,write}_iter()
1763 - random: check for signals after page of pool writes
1764 - ALSA: ctxfi: Add SB046x PCI ID
1765 - Linux 5.15.44
1766 - Revert "random: use static branch for crng_ready()"
1767
1768 * Jammy update: v5.15.43 upstream stable release (LP: #1981468)
1769 - mptcp: Do TCP fallback on early DSS checksum failure
1770 - Linux 5.15.43
1771
1772 * Jammy update: v5.15.42 upstream stable release (LP: #1981375)
1773 - usb: gadget: fix race when gadget driver register via ioctl
1774 - io_uring: arm poll for non-nowait files
1775 - kernel/resource: Introduce request_mem_region_muxed()
1776 - i2c: piix4: Replace hardcoded memory map size with a #define
1777 - i2c: piix4: Move port I/O region request/release code into functions
1778 - i2c: piix4: Move SMBus controller base address detect into function
1779 - i2c: piix4: Move SMBus port selection into function
1780 - i2c: piix4: Add EFCH MMIO support to region request and release
1781 - i2c: piix4: Add EFCH MMIO support to SMBus base address detect
1782 - i2c: piix4: Add EFCH MMIO support for SMBus port select
1783 - i2c: piix4: Enable EFCH MMIO for Family 17h+
1784 - Watchdog: sp5100_tco: Move timer initialization into function
1785 - Watchdog: sp5100_tco: Refactor MMIO base address initialization
1786 - Watchdog: sp5100_tco: Add initialization using EFCH MMIO
1787 - Watchdog: sp5100_tco: Enable Family 17h+ CPUs
1788 - mm/kfence: reset PG_slab and memcg_data before freeing __kfence_pool
1789 - Revert "drm/i915/opregion: check port number bounds for SWSCI display power
1790 state"
1791 - rtc: fix use-after-free on device removal
1792 - rtc: pcf2127: fix bug when reading alarm registers
1793 - um: Cleanup syscall_handler_t definition/cast, fix warning
1794 - Input: add bounds checking to input_set_capability()
1795 - Input: stmfts - fix reference leak in stmfts_input_open
1796 - nvme-pci: add quirks for Samsung X5 SSDs
1797 - gfs2: Disable page faults during lockless buffered reads
1798 - rtc: sun6i: Fix time overflow handling
1799 - crypto: stm32 - fix reference leak in stm32_crc_remove
1800 - crypto: x86/chacha20 - Avoid spurious jumps to other functions
1801 - s390/traps: improve panic message for translation-specification exception
1802 - s390/pci: improve zpci_dev reference counting
1803 - vhost_vdpa: don't setup irq offloading when irq_num < 0
1804 - tools/virtio: compile with -pthread
1805 - nvmet: use a private workqueue instead of the system workqueue
1806 - nvme-multipath: fix hang when disk goes live over reconnect
1807 - rtc: mc146818-lib: Fix the AltCentury for AMD platforms
1808 - fs: fix an infinite loop in iomap_fiemap
1809 - MIPS: lantiq: check the return value of kzalloc()
1810 - drbd: remove usage of list iterator variable after loop
1811 - platform/chrome: cros_ec_debugfs: detach log reader wq from devm
1812 - ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()
1813 - nilfs2: fix lockdep warnings in page operations for btree nodes
1814 - nilfs2: fix lockdep warnings during disk space reclamation
1815 - ALSA: usb-audio: Restore Rane SL-1 quirk
1816 - ALSA: wavefront: Proper check of get_user() error
1817 - ALSA: hda/realtek: Add quirk for TongFang devices with pop noise
1818 - perf: Fix sys_perf_event_open() race against self
1819 - selinux: fix bad cleanup on error in hashtab_duplicate()
1820 - Fix double fget() in vhost_net_set_backend()
1821 - PCI/PM: Avoid putting Elo i2 PCIe Ports in D3cold
1822 - Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"
1823 - KVM: x86/mmu: Update number of zapped pages even if page list is stable
1824 - arm64: paravirt: Use RCU read locks to guard stolen_time
1825 - arm64: mte: Ensure the cleared tags are visible before setting the PTE
1826 - crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ
1827 - libceph: fix potential use-after-free on linger ping and resends
1828 - drm/i915/dmc: Add MMIO range restrictions
1829 - drm/dp/mst: fix a possible memory leak in fetch_monitor_name()
1830 - dma-buf: fix use of DMA_BUF_SET_NAME_{A,B} in userspace
1831 - dma-buf: ensure unique directory name for dmabuf stats
1832 - ARM: dts: aspeed-g6: remove FWQSPID group in pinctrl dtsi
1833 - pinctrl: pinctrl-aspeed-g6: remove FWQSPID group in pinctrl
1834 - ARM: dts: aspeed-g6: fix SPI1/SPI2 quad pin group
1835 - ARM: dts: aspeed: Add ADC for AST2600 and enable for Rainier and Everest
1836 - ARM: dts: aspeed: Add secure boot controller node
1837 - ARM: dts: aspeed: Add video engine to g6
1838 - pinctrl: mediatek: mt8365: fix IES control pins
1839 - ALSA: hda - fix unused Realtek function when PM is not enabled
1840 - net: ipa: record proper RX transaction count
1841 - net: macb: Increment rx bd head after allocating skb and buffer
1842 - xfrm: rework default policy structure
1843 - xfrm: fix "disable_policy" flag use when arriving from different devices
1844 - net/sched: act_pedit: sanitize shift argument before usage
1845 - netfilter: flowtable: fix excessive hw offload attempts after failure
1846 - netfilter: nft_flow_offload: skip dst neigh lookup for ppp devices
1847 - net: fix dev_fill_forward_path with pppoe + bridge
1848 - netfilter: nft_flow_offload: fix offload with pppoe + vlan
1849 - net: systemport: Fix an error handling path in bcm_sysport_probe()
1850 - net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()
1851 - net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()
1852 - ice: fix crash when writing timestamp on RX rings
1853 - ice: fix possible under reporting of ethtool Tx and Rx statistics
1854 - ice: move ice_container_type onto ice_ring_container
1855 - ice: Fix interrupt moderation settings getting cleared
1856 - clk: at91: generated: consider range when calculating best rate
1857 - net/qla3xxx: Fix a test in ql_reset_work()
1858 - NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
1859 - net/mlx5: DR, Fix missing flow_source when creating multi-destination FW
1860 table
1861 - net/mlx5e: Properly block LRO when XDP is enabled
1862 - ARM: 9196/1: spectre-bhb: enable for Cortex-A15
1863 - ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2
1864 - mptcp: change the parameter of __mptcp_make_csum
1865 - mptcp: reuse __mptcp_make_csum in validate_data_csum
1866 - mptcp: fix checksum byte order
1867 - igb: skip phy status check where unavailable
1868 - netfilter: flowtable: fix TCP flow teardown
1869 - netfilter: flowtable: pass flowtable to nf_flow_table_iterate()
1870 - netfilter: flowtable: move dst_check to packet path
1871 - net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.
1872 - riscv: dts: sifive: fu540-c000: align dma node name with dtschema
1873 - scsi: ufs: core: Fix referencing invalid rsp field
1874 - perf build: Fix check for btf__load_from_kernel_by_id() in libbpf
1875 - gpio: gpio-vf610: do not touch other bits when set the target bit
1876 - gpio: mvebu/pwm: Refuse requests with inverted polarity
1877 - perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform
1878 - perf bench numa: Address compiler error on s390
1879 - scsi: scsi_dh_alua: Properly handle the ALUA transitioning state
1880 - scsi: qla2xxx: Fix missed DMA unmap for aborted commands
1881 - mac80211: fix rx reordering with non explicit / psmp ack policy
1882 - nl80211: validate S1G channel width
1883 - selftests: add ping test with ping_group_range tuned
1884 - fbdev: Prevent possible use-after-free in fb_release()
1885 - net: fix wrong network header length
1886 - nl80211: fix locking in nl80211_set_tx_bitrate_mask()
1887 - ethernet: tulip: fix missing pci_disable_device() on error in
1888 tulip_init_one()
1889 - net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()
1890 - net: atlantic: fix "frag[0] not initialized"
1891 - net: atlantic: reduce scope of is_rsc_complete
1892 - net: atlantic: add check for MAX_SKB_FRAGS
1893 - net: atlantic: verify hw_head_ lies within TX buffer ring
1894 - arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs
1895 - Input: ili210x - fix reset timing
1896 - dt-bindings: pinctrl: aspeed-g6: remove FWQSPID group
1897 - i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()
1898 - afs: Fix afs_getattr() to refetch file status if callback break occurred
1899 - Linux 5.15.42
1900
1901 * CVE-2021-33061
1902 - ixgbe: add the ability for the PF to disable VF link state
1903 - ixgbe: add improvement for MDD response functionality
1904 - ixgbevf: add disable link state
1905
1906 * Fix PSR flickers on Intel TGL laptops + AUO panel (LP: #1980087)
1907 - SAUCE: drm/i915/display/psr: Fix flicker on TGL + AUO panel
1908
1909 * Fix audio on Zbook Studio G9 (LP: #1966010)
1910 - ALSA: hda/realtek: Fix LED on Zbook Studio G9
1911
1912 * Support Cirrus audio codec configurations for Odin platform (LP: #1968861)
1913 - ALSA: hda/cs8409: Support new Odin Variants
1914 - ALSA: hda/cs8409: Add Speaker Playback Switch for Cyborg
1915
1916 * Fix beacon loss for rtl8821ce on certain platforms (LP: #1969771)
1917 - rtw88: pci: 8821c: Disable 21ce completion timeout
1918
1919 * Suppress harmless warning from hp-wmi (LP: #1980307)
1920 - platform/x86: hp-wmi: Ignore Sanitization Mode event
1921
1922 * Fix headset mic no sound on an HP desktop (LP: #1978925)
1923 - ALSA: hda/realtek - ALC897 headset MIC no sound
1924
1925 * alsa/hda: mute led can't work on the lenovo machine with cs35l41 s-codec
1926 (LP: #1978915)
1927 - ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec
1928
1929 * Jammy update: v5.15.41 upstream stable release (LP: #1980278)
1930 - batman-adv: Don't skb_split skbuffs with frag_list
1931 - iwlwifi: iwl-dbg: Use del_timer_sync() before freeing
1932 - hwmon: (tmp401) Add OF device ID table
1933 - mac80211: Reset MBSSID parameters upon connection
1934 - net: Fix features skip in for_each_netdev_feature()
1935 - net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when
1936 deleted
1937 - net: mscc: ocelot: fix VCAP IS2 filters matching on both lookups
1938 - net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0
1939 - net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP
1940 filters
1941 - fbdev: simplefb: Cleanup fb_info in .fb_destroy rather than .remove
1942 - fbdev: efifb: Cleanup fb_info in .fb_destroy rather than .remove
1943 - fbdev: vesafb: Cleanup fb_info in .fb_destroy rather than .remove
1944 - platform/surface: aggregator: Fix initialization order when compiling as
1945 builtin module
1946 - ice: Fix race during aux device (un)plugging
1947 - ice: fix PTP stale Tx timestamps cleanup
1948 - ipv4: drop dst in multicast routing path
1949 - drm/nouveau: Fix a potential theorical leak in nouveau_get_backlight_name()
1950 - netlink: do not reset transport header in netlink_recvmsg()
1951 - net: chelsio: cxgb4: Avoid potential negative array offset
1952 - fbdev: efifb: Fix a use-after-free due early fb_info cleanup
1953 - sfc: Use swap() instead of open coding it
1954 - net: sfc: fix memory leak due to ptp channel
1955 - mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protection
1956 - nfs: fix broken handling of the softreval mount option
1957 - ionic: fix missing pci_release_regions() on error in ionic_probe()
1958 - dim: initialize all struct fields
1959 - hwmon: (ltq-cputemp) restrict it to SOC_XWAY
1960 - procfs: prevent unprivileged processes accessing fdinfo dir
1961 - selftests: vm: Makefile: rename TARGETS to VMTARGETS
1962 - arm64: vdso: fix makefile dependency on vdso.so
1963 - virtio: fix virtio transitional ids
1964 - s390/ctcm: fix variable dereferenced before check
1965 - s390/ctcm: fix potential memory leak
1966 - s390/lcs: fix variable dereferenced before check
1967 - net/sched: act_pedit: really ensure the skb is writable
1968 - net: ethernet: mediatek: ppe: fix wrong size passed to memset()
1969 - net: bcmgenet: Check for Wake-on-LAN interrupt probe deferral
1970 - drm/vc4: hdmi: Fix build error for implicit function declaration
1971 - net: dsa: bcm_sf2: Fix Wake-on-LAN with mac_link_down()
1972 - net/smc: non blocking recvmsg() return -EAGAIN when no data and
1973 signal_pending
1974 - net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()
1975 - tls: Fix context leak on tls_device_down
1976 - drm/vmwgfx: Fix fencing on SVGAv3
1977 - gfs2: Fix filesystem block deallocation for short writes
1978 - hwmon: (f71882fg) Fix negative temperature
1979 - RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core()
1980 - iommu: arm-smmu: disable large page mappings for Nvidia arm-smmu
1981 - ASoC: max98090: Reject invalid values in custom control put()
1982 - ASoC: max98090: Generate notifications on changes for custom control
1983 - ASoC: ops: Validate input values in snd_soc_put_volsw_range()
1984 - s390: disable -Warray-bounds
1985 - ASoC: SOF: Fix NULL pointer exception in sof_pci_probe callback
1986 - net: emaclite: Don't advertise 1000BASE-T and do auto negotiation
1987 - net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONT
1988 - secure_seq: use the 64 bits of the siphash for port offset calculation
1989 - tcp: use different parts of the port_offset for index and offset
1990 - tcp: resalt the secret every 10 seconds
1991 - tcp: add small random increments to the source port
1992 - tcp: dynamically allocate the perturb table used by source ports
1993 - tcp: increase source port perturb table to 2^16
1994 - tcp: drop the hash_32() part from the index calculation
1995 - interconnect: Restore sync state by ignoring ipa-virt in provider count
1996 - firmware_loader: use kernel credentials when reading firmware
1997 - KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()
1998 - usb: xhci-mtk: fix fs isoc's transfer error
1999 - x86/mm: Fix marking of unused sub-pmd ranges
2000 - tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()
2001 - tty: n_gsm: fix buffer over-read in gsm_dlci_data()
2002 - tty: n_gsm: fix mux activation issues in gsm_config()
2003 - usb: cdc-wdm: fix reading stuck on device close
2004 - usb: typec: tcpci: Don't skip cleanup in .remove() on error
2005 - usb: typec: tcpci_mt6360: Update for BMC PHY setting
2006 - USB: serial: pl2303: add device id for HP LM930 Display
2007 - USB: serial: qcserial: add support for Sierra Wireless EM7590
2008 - USB: serial: option: add Fibocom L610 modem
2009 - USB: serial: option: add Fibocom MA510 modem
2010 - slimbus: qcom: Fix IRQ check in qcom_slim_probe
2011 - fsl_lpuart: Don't enable interrupts too early
2012 - serial: 8250_mtk: Fix UART_EFR register address
2013 - serial: 8250_mtk: Fix register address for XON/XOFF character
2014 - ceph: fix setting of xattrs on async created inodes
2015 - Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()"
2016 - mm/huge_memory: do not overkill when splitting huge_zero_page
2017 - drm/vmwgfx: Disable command buffers on svga3 without gbobjects
2018 - drm/nouveau/tegra: Stop using iommu_present()
2019 - i40e: i40e_main: fix a missing check on list iterator
2020 - net: atlantic: always deep reset on pm op, fixing up my null deref
2021 regression
2022 - net: phy: Fix race condition on link status change
2023 - writeback: Avoid skipping inode writeback
2024 - cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
2025 - arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear map
2026 - net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061
2027 - net: phy: micrel: Pass .probe for KS8737
2028 - SUNRPC: Ensure that the gssproxy client can start in a connected state
2029 - drm/vmwgfx: Initialize drm_mode_fb_cmd2
2030 - dma-buf: call dma_buf_stats_setup after dmabuf is in valid list
2031 - mm/hwpoison: use pr_err() instead of dump_page() in get_any_page()
2032 - ping: fix address binding wrt vrf
2033 - usb: gadget: uvc: rename function to be more consistent
2034 - usb: gadget: uvc: allow for application to cleanly shutdown
2035 - Linux 5.15.41
2036
2037 * Jammy update: v5.15.40 upstream stable release (LP: #1980277)
2038 - tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench
2039 mem memcpy'
2040 - Bluetooth: Fix the creation of hdev->name
2041 - udf: Avoid using stale lengthOfImpUse
2042 - mm: fix missing cache flush for all tail pages of compound page
2043 - mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
2044 - mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()
2045 - mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and
2046 __mcopy_atomic()
2047 - mm/hwpoison: fix error page recovered but reported "not recovered"
2048 - mm/mlock: fix potential imbalanced rlimit ucounts adjustment
2049 - mm: fix invalid page pointer returned with FOLL_PIN gups
2050 - Linux 5.15.40
2051
2052 -- Stefan Bader <stefan.bader@canonical.com> Wed, 10 Aug 2022 09:49:40 +0200
7c774f75 2053
95a83259 2054linux (5.15.0-46.49) jammy; urgency=medium
43a58de6 2055
95a83259
TLSC
2056 * CVE-2022-2585
2057 - SAUCE: posix-cpu-timers: Cleanup CPU timers before freeing them during exec
43a58de6 2058
95a83259
TLSC
2059 * CVE-2022-2586
2060 - SAUCE: netfilter: nf_tables: do not allow SET_ID to refer to another table
2061 - SAUCE: netfilter: nf_tables: do not allow CHAIN_ID to refer to another table
2062 - SAUCE: netfilter: nf_tables: do not allow RULE_ID to refer to another chain
2063
2064 * CVE-2022-2588
2065 - SAUCE: net_sched: cls_route: remove from list when handle is 0
2066
2067 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 04 Aug 2022 14:16:56 -0300
43a58de6 2068
4cc5e60c 2069linux (5.15.0-45.48) jammy; urgency=medium
4393eebe 2070
4cc5e60c
TLSC
2071 * CVE-2022-29900 // CVE-2022-29901
2072 - x86/lib/atomic64_386_32: Rename things
2073 - x86: Prepare asm files for straight-line-speculation
2074 - x86: Prepare inline-asm for straight-line-speculation
2075 - x86/alternative: Relax text_poke_bp() constraint
2076 - kbuild: move objtool_args back to scripts/Makefile.build
2077 - x86: Add straight-line-speculation mitigation
2078 - kvm/emulate: Fix SETcc emulation function offsets with SLS
2079 - crypto: x86/poly1305 - Fixup SLS
2080 - objtool: Add straight-line-speculation validation
2081 - objtool: Fix SLS validation for kcov tail-call replacement
2082 - objtool: Fix objtool regression on x32 systems
2083 - objtool: Fix symbol creation
2084 - objtool: Introduce CFI hash
2085 - objtool: Default ignore INT3 for unreachable
2086 - x86, kvm: use proper ASM macros for kvm_vcpu_is_preempted
2087 - x86/traps: Use pt_regs directly in fixup_bad_iret()
2088 - x86/entry: Switch the stack after error_entry() returns
2089 - x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()
2090 - x86/entry: Don't call error_entry() for XENPV
2091 - x86/entry: Remove skip_r11rcx
2092 - x86/realmode: build with -D__DISABLE_EXPORTS
2093 - x86/ibt,ftrace: Make function-graph play nice
2094 - x86/kvm/vmx: Make noinstr clean
2095 - x86/cpufeatures: Move RETPOLINE flags to word 11
2096 - x86/retpoline: Cleanup some #ifdefery
2097 - x86/retpoline: Swizzle retpoline thunk
2098 - x86/retpoline: Use -mfunction-return
2099 - x86: Undo return-thunk damage
2100 - x86,objtool: Create .return_sites
2101 - objtool: skip non-text sections when adding return-thunk sites
2102 - x86,static_call: Use alternative RET encoding
2103 - x86/ftrace: Use alternative RET encoding
2104 - x86/bpf: Use alternative RET encoding
2105 - x86/kvm: Fix SETcc emulation for return thunks
2106 - x86/vsyscall_emu/64: Don't use RET in vsyscall emulation
2107 - x86/sev: Avoid using __x86_return_thunk
2108 - x86: Use return-thunk in asm code
2109 - x86/entry: Avoid very early RET
2110 - objtool: Treat .text.__x86.* as noinstr
2111 - x86: Add magic AMD return-thunk
2112 - x86/bugs: Report AMD retbleed vulnerability
2113 - x86/bugs: Add AMD retbleed= boot parameter
2114 - x86/bugs: Enable STIBP for JMP2RET
2115 - x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
2116 - x86/entry: Add kernel IBRS implementation
2117 - x86/bugs: Optimize SPEC_CTRL MSR writes
2118 - x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
2119 - x86/bugs: Split spectre_v2_select_mitigation() and
2120 spectre_v2_user_select_mitigation()
2121 - x86/bugs: Report Intel retbleed vulnerability
2122 - intel_idle: Disable IBRS during long idle
2123 - objtool: Update Retpoline validation
2124 - x86/xen: Rename SYS* entry points
2125 - x86/xen: Add UNTRAIN_RET
2126 - x86/bugs: Add retbleed=ibpb
2127 - x86/bugs: Do IBPB fallback check only once
2128 - objtool: Add entry UNRET validation
2129 - x86/cpu/amd: Add Spectral Chicken
2130 - x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
2131 - x86/speculation: Fix firmware entry SPEC_CTRL handling
2132 - x86/speculation: Fix SPEC_CTRL write on SMT state change
2133 - x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit
2134 - x86/speculation: Remove x86_spec_ctrl_mask
2135 - objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
2136 - KVM: VMX: Flatten __vmx_vcpu_run()
2137 - KVM: VMX: Convert launched argument to flags
2138 - KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
2139 - KVM: VMX: Fix IBRS handling after vmexit
2140 - x86/speculation: Fill RSB on vmexit for IBRS
2141 - KVM: VMX: Prevent RSB underflow before vmenter
2142 - x86/common: Stamp out the stepping madness
2143 - x86/cpu/amd: Enumerate BTC_NO
2144 - x86/retbleed: Add fine grained Kconfig knobs
2145 - x86/bugs: Add Cannon lake to RETBleed affected CPU list
2146 - x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry
2147 - x86/bugs: Do not enable IBPB-on-entry when IBPB is not supported
2148 - x86/kexec: Disable RET on kexec
2149 - x86/speculation: Disable RRSBA behavior
2150 - [Config]: Enable speculation mitigations
2151 - x86/static_call: Serialize __static_call_fixup() properly
2152 - x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit
2153 - x86/bugs: Mark retbleed_strings static
2154 - x86/entry: Remove UNTRAIN_RET from native_irq_return_ldt
2155 - x86/kvm: fix FASTOP_SIZE when return thunks are enabled
2156 - x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
2157 - KVM: emulate: do not adjust size of fastop and setcc subroutines
2158 - x86/bugs: Remove apostrophe typo
2159 - efi/x86: use naked RET on mixed mode call wrapper
4393eebe 2160
4cc5e60c 2161 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 19 Jul 2022 18:57:17 -0300
4393eebe 2162
b8509484 2163linux (5.15.0-43.46) jammy; urgency=medium
32de0b0c 2164
b8509484 2165 * jammy/linux: 5.15.0-43.46 -proposed tracker (LP: #1981243)
32de0b0c 2166
b8509484
SB
2167 * Packaging resync (LP: #1786013)
2168 - debian/dkms-versions -- update from kernel-versions (main/2022.07.11)
2169
2170 * nbd: requests can become stuck when disconnecting from server with qemu-nbd
2171 (LP: #1896350)
2172 - nbd: don't handle response without a corresponding request message
2173 - nbd: make sure request completion won't concurrent
2174 - nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completed
2175 - nbd: fix io hung while disconnecting device
2176
2177 * Ubuntu 22.04 and 20.04 DPC Fixes for Failure Cases of DownPort Containment
2178 events (LP: #1965241)
2179 - PCI/portdrv: Rename pm_iter() to pcie_port_device_iter()
2180 - PCI: pciehp: Ignore Link Down/Up caused by error-induced Hot Reset
2181 - [Config] Enable config option CONFIG_PCIE_EDR
2182
2183 * [SRU] Ubuntu 22.04 Feature Request-Add support for a NVMe-oF-TCP CDC Client
2184 - TP 8010 (LP: #1948626)
2185 - nvme: add CNTRLTYPE definitions for 'identify controller'
2186 - nvme: send uevent on connection up
2187 - nvme: expose cntrltype and dctype through sysfs
2188
2189 * [UBUNTU 22.04] Kernel oops while removing device from cio_ignore list
2190 (LP: #1980951)
2191 - s390/cio: derive cdev information only for IO-subchannels
2192
2193 * Jammy Charmed OpenStack deployment fails over connectivity issues when using
2194 converged OVS bridge for control and data planes (LP: #1978820)
2195 - net/mlx5e: TC NIC mode, fix tc chains miss table
2196
2197 * Hairpin traffic does not work with centralized NAT gw (LP: #1967856)
2198 - net: openvswitch: fix misuse of the cached connection on tuple changes
2199
2200 * alsa: asoc: amd: the internal mic can't be dedected on yellow carp machines
2201 (LP: #1980700)
2202 - ASoC: amd: Add driver data to acp6x machine driver
2203 - ASoC: amd: Add support for enabling DMIC on acp6x via _DSD
2204
2205 * AMD ACP 6.x DMIC Supports (LP: #1949245)
2206 - ASoC: amd: add Yellow Carp ACP6x IP register header
2207 - ASoC: amd: add Yellow Carp ACP PCI driver
2208 - ASoC: amd: add acp6x init/de-init functions
2209 - ASoC: amd: add platform devices for acp6x pdm driver and dmic driver
2210 - ASoC: amd: add acp6x pdm platform driver
2211 - ASoC: amd: add acp6x irq handler
2212 - ASoC: amd: add acp6x pdm driver dma ops
2213 - ASoC: amd: add acp6x pci driver pm ops
2214 - ASoC: amd: add acp6x pdm driver pm ops
2215 - ASoC: amd: enable Yellow carp acp6x drivers build
2216 - ASoC: amd: create platform device for acp6x machine driver
2217 - ASoC: amd: add YC machine driver using dmic
2218 - ASoC: amd: enable Yellow Carp platform machine driver build
2219 - ASoC: amd: fix uninitialized variable in snd_acp6x_probe()
2220 - [Config] Enable AMD ACP 6 DMIC Support
2221
2222 * [UBUNTU 20.04] Include patches to avoid self-detected stall with Secure
2223 Execution (LP: #1979296)
2224 - KVM: s390: pv: add macros for UVC CC values
2225 - KVM: s390: pv: avoid stalls when making pages secure
2226
2227 * [22.04 FEAT] KVM: Attestation support for Secure Execution (crypto)
2228 (LP: #1959973)
2229 - drivers/s390/char: Add Ultravisor io device
2230 - s390/uv_uapi: depend on CONFIG_S390
2231 - [Config] CONFIG_S390_UV_UAPI=y for s390x
2232
2233 * CVE-2022-1679
2234 - SAUCE: ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
2235
2236 * CVE-2022-28893
2237 - SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()
2238 - SUNRPC: Don't leak sockets in xs_local_connect()
2239
2240 * CVE-2022-34918
2241 - netfilter: nf_tables: stricter validation of element data
2242
2243 * CVE-2022-1652
2244 - floppy: use a statically allocated error counter
2245
2246 -- Stefan Bader <stefan.bader@canonical.com> Tue, 12 Jul 2022 10:51:03 +0200
32de0b0c 2247
3db636a4 2248linux (5.15.0-41.44) jammy; urgency=medium
04058d23 2249
3db636a4 2250 * jammy/linux: 5.15.0-41.44 -proposed tracker (LP: #1979448)
04058d23 2251
3db636a4
SB
2252 * Fix can't boot up after change to vmd (LP: #1976587)
2253 - PCI: vmd: Assign VMD IRQ domain before enumeration
2254 - PCI: vmd: Revert 2565e5b69c44 ("PCI: vmd: Do not disable MSI-X remapping if
2255 interrupt remapping is enabled by IOMMU.")
2256
2257 * [SRU][Jammy/OEM-5.17][PATCH 0/1] Fix calltrace in mac80211 (LP: #1978297)
2258 - mac80211: fix struct ieee80211_tx_info size
2259
2260 * [SRU][Jammy][PATCH 0/1] Fix amd display corruption on s2idle resume
2261 (LP: #1978244)
2262 - drm/amd/display: Don't reinitialize DMCUB on s0ix resume
2263
2264 * pl2303 serial adapter not recognized (LP: #1967493)
2265 - USB: serial: pl2303: fix type detection for odd device
2266
2267 * Remove SAUCE patches from test_vxlan_under_vrf.sh in net of
2268 ubuntu_kernel_selftests (LP: #1975691)
2269 - Revert "UBUNTU: SAUCE: selftests: net: Don't fail test_vxlan_under_vrf on
2270 xfail"
2271 - Revert "UBUNTU: SAUCE: selftests: net: Make test for VXLAN underlay in non-
2272 default VRF an expected failure"
2273
2274 * Fix hp_wmi_read_int() reporting error (0x05) (LP: #1979051)
2275 - platform/x86: hp-wmi: Fix hp_wmi_read_int() reporting error (0x05)
2276
2277 * Request to back port vmci patches to Ubuntu kernel (LP: #1978145)
2278 - VMCI: dma dg: whitespace formatting change for vmci register defines
2279 - VMCI: dma dg: add MMIO access to registers
2280 - VMCI: dma dg: detect DMA datagram capability
2281 - VMCI: dma dg: set OS page size
2282 - VMCI: dma dg: register dummy IRQ handlers for DMA datagrams
2283 - VMCI: dma dg: allocate send and receive buffers for DMA datagrams
2284 - VMCI: dma dg: add support for DMA datagrams sends
2285 - VMCI: dma dg: add support for DMA datagrams receive
2286 - VMCI: Fix some error handling paths in vmci_guest_probe_device()
2287 - VMCI: Release notification_bitmap in error path
2288 - VMCI: Check exclusive_vectors when freeing interrupt 1
2289 - VMCI: Add support for ARM64
2290 - [Config] Update policies for VMWARE_VMCI and VMWARE_VMCI_VSOCKETS
2291
2292 * [UBUNTU 20.04] rcu stalls with many storage key guests (LP: #1975582)
2293 - s390/gmap: voluntarily schedule during key setting
2294 - s390/mm: use non-quiescing sske for KVM switch to keyed guest
2295
2296 * [SRU][OEM-5.14/OEM-5.17/Jammy][PATCH 0/1] Fix i915 calltrace on new ADL BIOS
2297 (LP: #1976214)
2298 - drm/i915: update new TMDS clock setting defined by VBT
2299
2300 * Revert PPC get_user workaround (LP: #1976248)
2301 - powerpc: Export mmu_feature_keys[] as non-GPL
2302
2303 * Jammy update: v5.15.39 upstream stable release (LP: #1978240)
2304 - MIPS: Fix CP0 counter erratum detection for R4k CPUs
2305 - parisc: Merge model and model name into one line in /proc/cpuinfo
2306 - ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers
2307 - ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes
2308 - mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC
2309 - mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits
2310 - mmc: core: Set HS clock speed before sending HS CMD13
2311 - gpiolib: of: fix bounds check for 'gpio-reserved-ranges'
2312 - x86/fpu: Prevent FPU state corruption
2313 - KVM: x86/svm: Account for family 17h event renumberings in
2314 amd_pmc_perf_hw_id
2315 - iommu/vt-d: Calculate mask for non-aligned flushes
2316 - iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range()
2317 - drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT
2318 - drm/amdgpu: do not use passthrough mode in Xen dom0
2319 - RISC-V: relocate DTB if it's outside memory region
2320 - Revert "SUNRPC: attempt AF_LOCAL connect on setup"
2321 - timekeeping: Mark NMI safe time accessors as notrace
2322 - firewire: fix potential uaf in outbound_phy_packet_callback()
2323 - firewire: remove check of list iterator against head past the loop body
2324 - firewire: core: extend card->lock in fw_core_handle_bus_reset
2325 - net: stmmac: disable Split Header (SPH) for Intel platforms
2326 - genirq: Synchronize interrupt thread startup
2327 - ASoC: da7219: Fix change notifications for tone generator frequency
2328 - ASoC: wm8958: Fix change notifications for DSP controls
2329 - ASoC: meson: Fix event generation for AUI ACODEC mux
2330 - ASoC: meson: Fix event generation for G12A tohdmi mux
2331 - ASoC: meson: Fix event generation for AUI CODEC mux
2332 - s390/dasd: fix data corruption for ESE devices
2333 - s390/dasd: prevent double format of tracks for ESE devices
2334 - s390/dasd: Fix read for ESE with blksize < 4k
2335 - s390/dasd: Fix read inconsistency for ESE DASD devices
2336 - can: grcan: grcan_close(): fix deadlock
2337 - can: isotp: remove re-binding of bound socket
2338 - can: grcan: use ofdev->dev when allocating DMA memory
2339 - can: grcan: grcan_probe(): fix broken system id check for errata workaround
2340 needs
2341 - can: grcan: only use the NAPI poll budget for RX
2342 - nfc: replace improper check device_is_registered() in netlink related
2343 functions
2344 - nfc: nfcmrvl: main: reorder destructive operations in
2345 nfcmrvl_nci_unregister_dev to avoid bugs
2346 - NFC: netlink: fix sleep in atomic bug when firmware download timeout
2347 - gpio: visconti: Fix fwnode of GPIO IRQ
2348 - gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not
2349 set)
2350 - hwmon: (adt7470) Fix warning on module removal
2351 - hwmon: (pmbus) disable PEC if not enabled
2352 - ASoC: dmaengine: Restore NULL prepare_slave_config() callback
2353 - ASoC: soc-ops: fix error handling
2354 - iommu/vt-d: Drop stop marker messages
2355 - iommu/dart: check return value after calling platform_get_resource()
2356 - net/mlx5e: Fix trust state reset in reload
2357 - net/mlx5e: Don't match double-vlan packets if cvlan is not set
2358 - net/mlx5e: CT: Fix queued up restore put() executing after relevant ft
2359 release
2360 - net/mlx5e: Fix the calling of update_buffer_lossy() API
2361 - net/mlx5: Avoid double clear or set of sync reset requested
2362 - net/mlx5: Fix deadlock in sync reset flow
2363 - selftests/seccomp: Don't call read() on TTY from background pgrp
2364 - SUNRPC release the transport of a relocated task with an assigned transport
2365 - RDMA/siw: Fix a condition race issue in MPA request processing
2366 - RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state
2367 - RDMA/irdma: Reduce iWARP QP destroy time
2368 - RDMA/irdma: Fix possible crash due to NULL netdev in notifier
2369 - NFSv4: Don't invalidate inode attributes on delegation return
2370 - net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init()
2371 - net: dsa: mt7530: add missing of_node_put() in mt7530_setup()
2372 - net: stmmac: dwmac-sun8i: add missing of_node_put() in
2373 sun8i_dwmac_register_mdio_mux()
2374 - net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller
2375 - net: cpsw: add missing of_node_put() in cpsw_probe_dt()
2376 - net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()
2377 - net: emaclite: Add error handling for of_address_to_resource()
2378 - selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systems
2379 - selftests/net: so_txtime: usage(): fix documentation of default clock
2380 - drm/msm/dp: remove fail safe mode related code
2381 - btrfs: do not BUG_ON() on failure to update inode when setting xattr
2382 - hinic: fix bug of wq out of bound access
2383 - mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()
2384 - rxrpc: Enable IPv6 checksums on transport socket
2385 - selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is
2386 operational
2387 - bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag
2388 - bnxt_en: Fix unnecessary dropping of RX packets
2389 - selftests: ocelot: tc_flower_chains: specify conform-exceed action for
2390 policer
2391 - smsc911x: allow using IRQ0
2392 - btrfs: force v2 space cache usage for subpage mount
2393 - btrfs: always log symlinks in full mode
2394 - gpio: mvebu: drop pwm base assignment
2395 - kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU
2396 - net/mlx5: Fix slab-out-of-bounds while reading resource dump menu
2397 - net/mlx5e: Lag, Fix use-after-free in fib event handler
2398 - net/mlx5e: Lag, Fix fib_info pointer assignment
2399 - net/mlx5e: Lag, Don't skip fib events on current dst
2400 - iommu/dart: Add missing module owner to ops structure
2401 - kvm: selftests: do not use bitfields larger than 32-bits for PTEs
2402 - KVM: selftests: Silence compiler warning in the kvm_page_table_test
2403 - x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume
2404 - KVM: x86: Do not change ICR on write to APIC_SELF_IPI
2405 - KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs
2406 - KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised
2407 - selftest/vm: verify mmap addr in mremap_test
2408 - selftest/vm: verify remap destination address in mremap_test
2409 - Revert "parisc: Mark sched_clock unstable only if clocks are not
2410 syncronized"
2411 - rcu: Fix callbacks processing time limit retaining cond_resched()
2412 - rcu: Apply callbacks processing time limit only on softirq
2413 - PCI: pci-bridge-emul: Add description for class_revision field
2414 - PCI: pci-bridge-emul: Add definitions for missing capabilities registers
2415 - PCI: aardvark: Add support for DEVCAP2, DEVCTL2, LNKCAP2 and LNKCTL2
2416 registers on emulated bridge
2417 - PCI: aardvark: Clear all MSIs at setup
2418 - PCI: aardvark: Comment actions in driver remove method
2419 - PCI: aardvark: Disable bus mastering when unbinding driver
2420 - PCI: aardvark: Mask all interrupts when unbinding driver
2421 - PCI: aardvark: Fix memory leak in driver unbind
2422 - PCI: aardvark: Assert PERST# when unbinding driver
2423 - PCI: aardvark: Disable link training when unbinding driver
2424 - PCI: aardvark: Disable common PHY when unbinding driver
2425 - PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_*
2426 - PCI: aardvark: Check return value of generic_handle_domain_irq() when
2427 processing INTx IRQ
2428 - PCI: aardvark: Make MSI irq_chip structures static driver structures
2429 - PCI: aardvark: Make msi_domain_info structure a static driver structure
2430 - PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node)
2431 - PCI: aardvark: Refactor unmasking summary MSI interrupt
2432 - PCI: aardvark: Add support for masking MSI interrupts
2433 - PCI: aardvark: Fix setting MSI address
2434 - PCI: aardvark: Enable MSI-X support
2435 - PCI: aardvark: Add support for ERR interrupt on emulated bridge
2436 - PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on
2437 emulated bridge
2438 - PCI: aardvark: Add support for PME interrupts
2439 - PCI: aardvark: Fix support for PME requester on emulated bridge
2440 - PCI: aardvark: Use separate INTA interrupt for emulated root bridge
2441 - PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts
2442 - PCI: aardvark: Don't mask irq when mapping
2443 - PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy()
2444 - PCI: aardvark: Update comment about link going down after link-up
2445 - Linux 5.15.39
2446
2447 * Jammy update: v5.15.38 upstream stable release (LP: #1978234)
2448 - usb: mtu3: fix USB 3.0 dual-role-switch from device to host
2449 - USB: quirks: add a Realtek card reader
2450 - USB: quirks: add STRING quirk for VCOM device
2451 - USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS
2452 - USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader
2453 - USB: serial: option: add support for Cinterion MV32-WA/MV32-WB
2454 - USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions
2455 - usb: xhci: tegra:Fix PM usage reference leak of
2456 tegra_xusb_unpowergate_partitions
2457 - xhci: Enable runtime PM on second Alderlake controller
2458 - xhci: stop polling roothubs after shutdown
2459 - xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms
2460 - iio: dac: ad5592r: Fix the missing return value.
2461 - iio: dac: ad5446: Fix read_raw not returning set value
2462 - iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()
2463 - iio: imu: inv_icm42600: Fix I2C init possible nack
2464 - usb: misc: fix improper handling of refcount in uss720_probe()
2465 - usb: core: Don't hold the device lock while sleeping in do_proc_control()
2466 - usb: typec: ucsi: Fix reuse of completion structure
2467 - usb: typec: ucsi: Fix role swapping
2468 - usb: gadget: uvc: Fix crash when encoding data for usb request
2469 - usb: gadget: configfs: clear deactivation flag in
2470 configfs_composite_unbind()
2471 - usb: dwc3: Try usb-role-switch first in dwc3_drd_init
2472 - usb: dwc3: core: Fix tx/rx threshold settings
2473 - usb: dwc3: core: Only handle soft-reset in DCTL
2474 - usb: dwc3: gadget: Return proper request status
2475 - usb: dwc3: pci: add support for the Intel Meteor Lake-P
2476 - usb: cdns3: Fix issue for clear halt endpoint
2477 - usb: phy: generic: Get the vbus supply
2478 - serial: imx: fix overrun interrupts in DMA mode
2479 - serial: amba-pl011: do not time out prematurely when draining tx fifo
2480 - serial: 8250: Also set sticky MCR bits in console restoration
2481 - serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device
2482 - arch_topology: Do not set llc_sibling if llc_id is invalid
2483 - ceph: fix possible NULL pointer dereference for req->r_session
2484 - bus: mhi: host: pci_generic: Add missing poweroff() PM callback
2485 - bus: mhi: host: pci_generic: Flush recovery worker during freeze
2486 - arm64: dts: imx8mm-venice: fix spi2 pin configuration
2487 - pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config
2488 - hex2bin: make the function hex_to_bin constant-time
2489 - hex2bin: fix access beyond string end
2490 - riscv: patch_text: Fixup last cpu should be master
2491 - x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests
2492 - iocost: don't reset the inuse weight of under-weighted debtors
2493 - virtio_net: fix wrong buf address calculation when using xdp
2494 - cpufreq: qcom-hw: fix the race between LMH worker and cpuhp
2495 - cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platforms
2496 - video: fbdev: udlfb: properly check endpoint type
2497 - arm64: dts: meson: remove CPU opps below 1GHz for G12B boards
2498 - arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards
2499 - iio:imu:bmi160: disable regulator in error path
2500 - mtd: rawnand: fix ecc parameters for mt7622
2501 - xsk: Fix l2fwd for copy mode + busy poll combo
2502 - arm64: dts: imx8qm: Correct SCU clock controller's compatible property
2503 - USB: Fix xhci event ring dequeue pointer ERDP update issue
2504 - ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue
2505 - arm64: dts: imx8mn: Fix SAI nodes
2506 - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1
2507 - phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe
2508 - phy: samsung: exynos5250-sata: fix missing device put in probe error paths
2509 - ARM: OMAP2+: Fix refcount leak in omap_gic_of_init
2510 - bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific
2511 - ARM: dts: dra7: Fix suspend warning for vpe powerdomain
2512 - phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks
2513 - ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek
2514 - ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name
2515 - ARM: dts: at91: fix pinctrl phandles
2516 - phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe
2517 - phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe
2518 - interconnect: qcom: sdx55: Drop IP0 interconnects
2519 - ARM: dts: Fix mmc order for omap3-gta04
2520 - ARM: dts: am3517-evm: Fix misc pinmuxing
2521 - ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35
2522 - ipvs: correctly print the memory size of ip_vs_conn_tab
2523 - phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe()
2524 - pinctrl: mediatek: moore: Fix build error
2525 - mtd: rawnand: Fix return value check of wait_for_completion_timeout
2526 - mtd: fix 'part' field data corruption in mtd_info
2527 - pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI
2528 - memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode
2529 - net: dsa: Add missing of_node_put() in dsa_port_link_register_of
2530 - netfilter: nft_set_rbtree: overlap detection with element re-addition after
2531 deletion
2532 - bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt
2533 hook
2534 - pinctrl: rockchip: fix RK3308 pinmux bits
2535 - tcp: md5: incorrect tcp_header_len for incoming connections
2536 - pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested
2537 - tcp: ensure to use the most recently sent skb when filling the rate sample
2538 - wireguard: device: check for metadata_dst with skb_valid_dst()
2539 - sctp: check asoc strreset_chunk in sctp_generate_reconf_event
2540 - ARM: dts: imx6ull-colibri: fix vqmmc regulator
2541 - arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock
2542 - pinctrl: pistachio: fix use of irq_of_parse_and_map()
2543 - cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe
2544 - net: hns3: clear inited state and stop client after failed to register
2545 netdev
2546 - net: hns3: modify the return code of hclge_get_ring_chain_from_mbx
2547 - net: hns3: add validity check for message data length
2548 - net: hns3: add return value for mailbox handling in PF
2549 - net/smc: sync err code when tcp connection was refused
2550 - ip_gre: Make o_seqno start from 0 in native mode
2551 - ip6_gre: Make o_seqno start from 0 in native mode
2552 - ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode
2553 - tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
2554 - tcp: make sure treq->af_specific is initialized
2555 - bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create()
2556 - clk: sunxi: sun9i-mmc: check return value after calling
2557 platform_get_resource()
2558 - cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts
2559 - net: bcmgenet: hide status block before TX timestamping
2560 - net: phy: marvell10g: fix return value on error
2561 - net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr
2562 - drm/sun4i: Remove obsolete references to PHYS_OFFSET
2563 - net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK
2564 - io_uring: check reserved fields for send/sendmsg
2565 - io_uring: check reserved fields for recv/recvmsg
2566 - netfilter: conntrack: fix udp offload timeout sysctl
2567 - drm/amdkfd: Fix GWS queue count
2568 - drm/amd/display: Fix memory leak in dcn21_clock_source_create
2569 - tls: Skip tls_append_frag on zero copy size
2570 - bnx2x: fix napi API usage sequence
2571 - net: fec: add missing of_node_put() in fec_enet_init_stop_mode()
2572 - gfs2: Prevent endless loops in gfs2_file_buffered_write
2573 - gfs2: Minor retry logic cleanup
2574 - gfs2: Make sure not to return short direct writes
2575 - gfs2: No short reads or writes upon glock contention
2576 - perf arm-spe: Fix addresses of synthesized SPE events
2577 - ixgbe: ensure IPsec VF<->PF compatibility
2578 - Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits"
2579 - tcp: fix F-RTO may not work correctly when receiving DSACK
2580 - ASoC: Intel: soc-acpi: correct device endpoints for max98373
2581 - ASoC: wm8731: Disable the regulator when probing fails
2582 - ext4: fix bug_on in start_this_handle during umount filesystem
2583 - arch: xtensa: platforms: Fix deadlock in rs_close()
2584 - ksmbd: increment reference count of parent fp
2585 - ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION
2586 - bonding: do not discard lowest hash bit for non layer3+4 hashing
2587 - x86: __memcpy_flushcache: fix wrong alignment if size > 2^32
2588 - cifs: destage any unwritten data to the server before calling
2589 copychunk_write
2590 - drivers: net: hippi: Fix deadlock in rr_close()
2591 - powerpc/perf: Fix 32bit compile
2592 - selftest/vm: verify mmap addr in mremap_test
2593 - selftest/vm: verify remap destination address in mremap_test
2594 - Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40"
2595 - zonefs: Fix management of open zones
2596 - zonefs: Clear inode information flags on inode creation
2597 - kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink
2598 occur at same time
2599 - mtd: rawnand: qcom: fix memory corruption that causes panic
2600 - netfilter: Update ip6_route_me_harder to consider L3 domain
2601 - drm/i915: Check EDID for HDR static metadata when choosing blc
2602 - drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses
2603 - net: ethernet: stmmac: fix write to sgmii_adapter_base
2604 - ACPI: processor: idle: Avoid falling back to C3 type C-states
2605 - thermal: int340x: Fix attr.show callback prototype
2606 - btrfs: fix leaked plug after failure syncing log on zoned filesystems
2607 - ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines
2608 - ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode
2609 - x86/cpu: Load microcode during restore_processor_state()
2610 - perf symbol: Pass is_kallsyms to symbols__fixup_end()
2611 - perf symbol: Update symbols__fixup_end()
2612 - tty: n_gsm: fix restart handling via CLD command
2613 - tty: n_gsm: fix decoupled mux resource
2614 - tty: n_gsm: fix mux cleanup after unregister tty device
2615 - tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2
2616 - tty: n_gsm: fix malformed counter for out of frame data
2617 - netfilter: nft_socket: only do sk lookups when indev is available
2618 - tty: n_gsm: fix insufficient txframe size
2619 - tty: n_gsm: fix wrong DLCI release order
2620 - tty: n_gsm: fix missing explicit ldisc flush
2621 - tty: n_gsm: fix wrong command retry handling
2622 - tty: n_gsm: fix wrong command frame length field encoding
2623 - tty: n_gsm: fix wrong signal octets encoding in MSC
2624 - tty: n_gsm: fix missing tty wakeup in convergence layer type 2
2625 - tty: n_gsm: fix reset fifo race condition
2626 - tty: n_gsm: fix incorrect UA handling
2627 - tty: n_gsm: fix software flow control handling
2628 - perf symbol: Remove arch__symbols__fixup_end()
2629 - eeprom: at25: Use DMA safe buffers
2630 - objtool: Fix code relocs vs weak symbols
2631 - objtool: Fix type of reloc::addend
2632 - powerpc/64: Add UADDR64 relocation support
2633 - Linux 5.15.38
2634
2635 * Jammy update: v5.15.37 upstream stable release (LP: #1976135)
2636 - floppy: disable FDRAWCMD by default
2637 - [Config] updateconfigs for BLK_DEV_FD_RAWCMD
2638 - bpf: Introduce composable reg, ret and arg types.
2639 - bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
2640 - bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
2641 - bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
2642 - bpf: Introduce MEM_RDONLY flag
2643 - bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
2644 - bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
2645 - bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
2646 - bpf/selftests: Test PTR_TO_RDONLY_MEM
2647 - bpf: Fix crash due to out of bounds access into reg2btf_ids.
2648 - spi: cadence-quadspi: fix write completion support
2649 - ARM: dts: socfpga: change qspi to "intel,socfpga-qspi"
2650 - mm: kfence: fix objcgs vector allocation
2651 - gup: Turn fault_in_pages_{readable,writeable} into
2652 fault_in_{readable,writeable}
2653 - iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
2654 - iov_iter: Introduce fault_in_iov_iter_writeable
2655 - gfs2: Add wrapper for iomap_file_buffered_write
2656 - gfs2: Clean up function may_grant
2657 - gfs2: Introduce flag for glock holder auto-demotion
2658 - gfs2: Move the inode glock locking to gfs2_file_buffered_write
2659 - gfs2: Eliminate ip->i_gh
2660 - gfs2: Fix mmap + page fault deadlocks for buffered I/O
2661 - iomap: Fix iomap_dio_rw return value for user copies
2662 - iomap: Support partial direct I/O on user copy failures
2663 - iomap: Add done_before argument to iomap_dio_rw
2664 - gup: Introduce FOLL_NOFAULT flag to disable page faults
2665 - iov_iter: Introduce nofault flag to disable page faults
2666 - gfs2: Fix mmap + page fault deadlocks for direct I/O
2667 - btrfs: fix deadlock due to page faults during direct IO reads and writes
2668 - btrfs: fallback to blocking mode when doing async dio over multiple extents
2669 - mm: gup: make fault_in_safe_writeable() use fixup_user_fault()
2670 - selftests/bpf: Add test for reg2btf_ids out of bounds access
2671 - Linux 5.15.37
2672
2673 * CVE-2022-1789
2674 - KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
2675
2676 * Jammy update: v5.15.36 upstream stable release (LP: #1972905)
2677 - block: simplify the block device syncing code
2678 - xfs: return errors in xfs_fs_sync_fs
2679 - dma-mapping: remove bogus test for pfn_valid from dma_map_resource
2680 - arm64/mm: drop HAVE_ARCH_PFN_VALID
2681 - etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overead
2682 - mm: page_alloc: fix building error on -Werror=array-compare
2683 - perf tools: Fix segfault accessing sample_id xyarray
2684 - mm, kfence: support kmem_dump_obj() for KFENCE objects
2685 - gfs2: assign rgrp glock before compute_bitstructs
2686 - scsi: ufs: core: scsi_get_lba() error fix
2687 - ALSA: usb-audio: Clear MIDI port active flag after draining
2688 - ALSA: hda/realtek: Add quirk for Clevo NP70PNP
2689 - ASoC: atmel: Remove system clock tree configuration for at91sam9g20ek
2690 - ASoC: topology: Correct error handling in soc_tplg_dapm_widget_create()
2691 - ASoC: rk817: Use devm_clk_get() in rk817_platform_probe
2692 - ASoC: msm8916-wcd-digital: Check failure for devm_snd_soc_register_component
2693 - ASoC: codecs: wcd934x: do not switch off SIDO Buck when codec is in use
2694 - dmaengine: idxd: fix device cleanup on disable
2695 - dmaengine: imx-sdma: Fix error checking in sdma_event_remap
2696 - dmaengine: mediatek:Fix PM usage reference leak of
2697 mtk_uart_apdma_alloc_chan_resources
2698 - dmaengine: dw-edma: Fix unaligned 64bit access
2699 - spi: spi-mtk-nor: initialize spi controller after resume
2700 - esp: limit skb_page_frag_refill use to a single page
2701 - spi: cadence-quadspi: fix incorrect supports_op() return value
2702 - igc: Fix infinite loop in release_swfw_sync
2703 - igc: Fix BUG: scheduling while atomic
2704 - igc: Fix suspending when PTM is active
2705 - ALSA: hda/hdmi: fix warning about PCM count when used with SOF
2706 - rxrpc: Restore removed timer deletion
2707 - net/smc: Fix sock leak when release after smc_shutdown()
2708 - net/packet: fix packet_sock xmit return value checking
2709 - ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()
2710 - ip6_gre: Fix skb_under_panic in __gre6_xmit()
2711 - net: restore alpha order to Ethernet devices in config
2712 - net/sched: cls_u32: fix possible leak in u32_init_knode()
2713 - l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using
2714 netdev_master_upper_dev_get_rcu
2715 - ipv6: make ip6_rt_gc_expire an atomic_t
2716 - can: isotp: stop timeout monitoring when no first frame was sent
2717 - net: dsa: hellcreek: Calculate checksums in tagger
2718 - net: mscc: ocelot: fix broken IP multicast flooding
2719 - netlink: reset network and mac headers in netlink_dump()
2720 - drm/i915/display/psr: Unset enable_psr2_sel_fetch if other checks in
2721 intel_psr2_config_valid() fails
2722 - net: stmmac: Use readl_poll_timeout_atomic() in atomic state
2723 - dmaengine: idxd: add RO check for wq max_batch_size write
2724 - dmaengine: idxd: add RO check for wq max_transfer_size write
2725 - dmaengine: idxd: skip clearing device context when device is read-only
2726 - selftests: mlxsw: vxlan_flooding: Prevent flooding of unwanted packets
2727 - arm64: mm: fix p?d_leaf()
2728 - ARM: vexpress/spc: Avoid negative array index when !SMP
2729 - reset: renesas: Check return value of reset_control_deassert()
2730 - reset: tegra-bpmp: Restore Handle errors in BPMP response
2731 - platform/x86: samsung-laptop: Fix an unsigned comparison which can never be
2732 negative
2733 - ALSA: usb-audio: Fix undefined behavior due to shift overflowing the
2734 constant
2735 - drm/msm/disp: check the return value of kzalloc()
2736 - arm64: dts: imx: Fix imx8*-var-som touchscreen property sizes
2737 - vxlan: fix error return code in vxlan_fdb_append
2738 - cifs: Check the IOCB_DIRECT flag, not O_DIRECT
2739 - mt76: Fix undefined behavior due to shift overflowing the constant
2740 - brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constant
2741 - dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()
2742 - drm/msm/mdp5: check the return of kzalloc()
2743 - net: macb: Restart tx only if queue pointer is lagging
2744 - scsi: iscsi: Release endpoint ID when its freed
2745 - scsi: iscsi: Merge suspend fields
2746 - scsi: iscsi: Fix NOP handling during conn recovery
2747 - scsi: qedi: Fix failed disconnect handling
2748 - stat: fix inconsistency between struct stat and struct compat_stat
2749 - VFS: filename_create(): fix incorrect intent.
2750 - nvme: add a quirk to disable namespace identifiers
2751 - nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202
2752 - nvme-pci: disable namespace identifiers for Qemu controllers
2753 - EDAC/synopsys: Read the error count from the correct register
2754 - mm/memory-failure.c: skip huge_zero_page in memory_failure()
2755 - memcg: sync flush only if periodic flush is delayed
2756 - mm, hugetlb: allow for "high" userspace addresses
2757 - oom_kill.c: futex: delay the OOM reaper to allow time for proper futex
2758 cleanup
2759 - mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()
2760 - ata: pata_marvell: Check the 'bmdma_addr' beforing reading
2761 - dma: at_xdmac: fix a missing check on list iterator
2762 - dmaengine: imx-sdma: fix init of uart scripts
2763 - net: atlantic: invert deep par in pm functions, preventing null derefs
2764 - Input: omap4-keypad - fix pm_runtime_get_sync() error checking
2765 - scsi: sr: Do not leak information in ioctl
2766 - sched/pelt: Fix attach_entity_load_avg() corner case
2767 - perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabled
2768 - drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not initialised
2769 - drm/panel/raspberrypi-touchscreen: Initialise the bridge in prepare
2770 - KVM: PPC: Fix TCE handling for VFIO
2771 - drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage
2772 - powerpc/perf: Fix power9 event alternatives
2773 - powerpc/perf: Fix power10 event alternatives
2774 - perf script: Always allow field 'data_src' for auxtrace
2775 - perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE event
2776 - xtensa: patch_text: Fixup last cpu should be master
2777 - xtensa: fix a7 clobbering in coprocessor context load/store
2778 - openvswitch: fix OOB access in reserve_sfa_size()
2779 - ASoC: soc-dapm: fix two incorrect uses of list iterator
2780 - e1000e: Fix possible overflow in LTR decoding
2781 - ARC: entry: fix syscall_trace_exit argument
2782 - arm_pmu: Validate single/group leader events
2783 - KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdog
2784 - KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a race
2785 - KVM: nVMX: Defer APICv updates while L2 is active until L1 is active
2786 - KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUs
2787 - netfilter: conntrack: convert to refcount_t api
2788 - netfilter: conntrack: avoid useless indirection during conntrack destruction
2789 - ext4: fix fallocate to use file_modified to update permissions consistently
2790 - ext4: fix symlink file size not match to file content
2791 - ext4: fix use-after-free in ext4_search_dir
2792 - ext4, doc: fix incorrect h_reserved size
2793 - ext4: fix overhead calculation to account for the reserved gdt blocks
2794 - ext4: force overhead calculation if the s_overhead_cluster makes no sense
2795 - netfilter: nft_ct: fix use after free when attaching zone template
2796 - jbd2: fix a potential race while discarding reserved buffers after an abort
2797 - spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and
2798 controller
2799 - block/compat_ioctl: fix range check in BLKGETSIZE
2800 - arm64: dts: qcom: add IPA qcom,qmp property
2801 - Linux 5.15.36
2802
2803 * Aquantia GbE LAN driver causes UBSAN error during kernel boot
2804 (LP: #1958770) // Jammy update: v5.15.36 upstream stable release
2805 (LP: #1972905)
2806 - net: atlantic: Avoid out-of-bounds indexing
2807
2808 -- Stefan Bader <stefan.bader@canonical.com> Wed, 22 Jun 2022 14:42:28 +0200
04058d23 2809
f9ebacba 2810linux (5.15.0-40.43) jammy; urgency=medium
eae0a5ac 2811
f9ebacba 2812 * jammy/linux: 5.15.0-40.43 -proposed tracker (LP: #1978610)
eae0a5ac 2813
f9ebacba
SB
2814 * Packaging resync (LP: #1786013)
2815 - debian/dkms-versions -- update from kernel-versions (main/2022.05.30)
2816
2817 * [SRU][OEM-5.14/OEM-5.17/J][PATCH 0/2] Fix system hangs after s2idle on AMD
2818 A+A GPU (LP: #1975804)
2819 - Revert "drm/amd/pm: keep the BACO feature enabled for suspend"
2820 - drm/amd: Don't reset dGPUs if the system is going to s2idle
2821
2822 * [SRU][OEM-5.14/OEM-5.17/J][PATCH 0/1] Read the discovery registers for
2823 AMD_SFH (LP: #1975798)
2824 - HID: amd_sfh: Add support for sensor discovery
2825
2826 * [UBUNTU 20.04] CPU-MF: add extended counter set definitions for new IBM z16
2827 (LP: #1974433)
2828 - s390/cpumf: add new extended counter set for IBM z16
2829
2830 * [UBUNTU 20.04] KVM nesting support leaks too much memory, might result in
2831 stalls during cleanup (LP: #1974017)
2832 - KVM: s390: vsie/gmap: reduce gmap_rmap overhead
2833
2834 * [UBUNTU 20.04] Null Pointer issue in nfs code running Ubuntu on IBM Z
2835 (LP: #1968096)
2836 - NFS: Fix up nfs_ctx_key_to_expire()
2837
2838 * Fix REG_WAIT timeout for Yellow Carp (LP: #1971417)
2839 - drm/amd/display: Clear encoder assignments when state cleared.
2840 - drm/amd/display: fix stale info in link encoder assignment
2841 - drm/amd/display: Query all entries in assignment table during updates.
2842 - drm/amd/display: Initialise encoder assignment when initialising dc_state
2843
2844 * Enable hotspot feature for Realtek 8821CE (LP: #1969326)
2845 - rtw88: Add update beacon flow for AP mode
2846 - rtw88: 8821c: Enable TX report for management frames
2847 - rtw88: do PHY calibration while starting AP
2848 - rtw88: 8821c: fix debugfs rssi value
2849 - rtw88: add ieee80211:sta_rc_update ops
2850
2851 * prevent kernel panic with overlayfs + shiftfs (LP: #1973620)
2852 - SAUCE: overlayfs: prevent dereferencing struct file in ovl_vm_prfile_set()
2853
2854 * disable Intel DMA remapping by default (LP: #1971699)
2855 - Revert "UBUNTU: [Config] enable Intel DMA remapping options by default"
2856
2857 * Mute/mic LEDs no function on Elitebook 630 (LP: #1974111)
2858 - ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine
2859
2860 * [Regression] Real-time Kernel Build Failure (LP: #1972899)
2861 - x86/mm: Include spinlock_t definition in pgtable.
2862
2863 * build backport-iwlwifi-dkms as linux-modules-iwlwifi-ABI (LP: #1969434)
2864 - [Packaging] support standalone dkms module builds
2865 - [Packaging] drop do_<mod> arch specific configs
2866
2867 * IPU6 camera has no function on Andrews MLK (LP: #1964983)
2868 - SAUCE: IPU6: 2022-03-11 alpha release for Andrews MLK
2869 - [Config] IPU6: enable OV02C10 sensor
2870 - SAUCE: IPU6: 2022-04-01 Andrews MLK PV release
2871 - SAUCE: spi: ljca: return when a sub-transaction first failed
2872 - SACUE: ljca: disable parallelly stub write
2873 - SAUCE: ljca: fix race condition issue in runtime PM
2874 - SAUCE: i2c-ljca: fix a null pointer access issue on tgl
2875 - SAUCE: ljca: fix a typo issue
2876 - SAUCE: ljca: assume stub enum failed as a warning
2877 - SAUCE: mei: cleanup header file including
2878 - SAUCE: intel_ulpss: Replaced by LJCA and remove
2879 - [Config] drop intel_ulpss in favor of by LJCA
2880
2881 * multiple UBSAN warnings in Intel IPU6 camera driver at boot (LP: #1958006)
2882 - SAUCE: media: pci: intel: Avoid UBSAN warnings of index bound and shift
2883
2884 * Support Intel IPU6 MIPI camera on Alder Lake platforms (LP: #1955383)
2885 - SAUCE: intel ipu drivers first release
2886 - SAUCE: IPU driver release WW48
2887 - SAUCE: IPU driver release WW48 with MCU
2888 - SAUCE: IPU driver release WW52
2889 - SAUCE: IPU driver release WW04
2890 - SAUCE: IPU driver release WW14
2891 - SAUCE: Fix ov01a1s output mirror issue
2892 - SAUCE: integrate IPU6 builds
2893 - [Config] updateconfigs for IPU6 driver
2894 - SAUCE: Fix ov01a1s IQ issues
2895 - SAUCE: intel/ipu6: Remove unnecessary video devices
2896 - SAUCE: change power control driver to acpi driver
2897 - SAUCE: IPU6 driver release for kernel 5.13
2898 - SAUCE: sensor HM11b1 brightness bugfix
2899 - SAUCE: Fix build error on Kernel 5.13
2900 - SAUCE: IPU6 driver release for kernel 5.14 on 2021-11-01
2901 - [Config] IPU6: enable OV01A10 sensor
2902 - SAUCE: Fix build error for kernel 5.15
2903 - SAUCE: intel visual sensing controller(VSC) driver first release
2904 - [Config] ivsc: enable Intel VSC drivers
2905 - SAUCE: ivsc: return error when device not ready
2906 - SAUCE: ivsc: add soft dependencies for intel_vsc module
2907 - SAUCE: ljca: switch wait event to uninterruptible
2908 - SAUCE: mei-vsc: switch wait event to uninterruptible
2909 - SAUCE: mei_vsc: add ACPI HID for ADL
2910 - SAUCE: ljca: add multi ACPI HID support
2911 - SAUCE: ivsc: add delay for acquire camera to wait firmware ready
2912 - SAUCE: mei_vsc: distinguish platform with different camera sensor
2913 - SAUCE: i2c-ljca: fix a potential issue
2914 - SAUCE: ljca: disable autosuspend by default
2915 - [Config] make Intel IPU6 modules amd64 only
2916 - SAUCE: IPU6: drop unnecessary cflags manipulation
2917
2918 -- Stefan Bader <stefan.bader@canonical.com> Wed, 15 Jun 2022 14:14:21 +0200
eae0a5ac 2919
ada9a99c
TLSC
2920linux (5.15.0-39.42) jammy; urgency=medium
2921
2922 * CVE-2022-21123 // CVE-2022-21125 // CVE-2022-21166
2923 - Documentation: Add documentation for Processor MMIO Stale Data
2924 - x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug
2925 - x86/speculation: Add a common function for MD_CLEAR mitigation update
2926 - x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
2927 - x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations
2928 - x86/speculation/mmio: Enable CPU Fill buffer clearing on idle
2929 - x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
2930 - x86/speculation/srbds: Update SRBDS mitigation selection
2931 - x86/speculation/mmio: Reuse SRBDS mitigation for SBDS
2932 - KVM: x86/speculation: Disable Fill buffer clear within guests
2933 - x86/speculation/mmio: Print SMT warning
2934
2935 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 09 Jun 2022 11:36:27 -0300
487e6ab7 2936
47135449 2937linux (5.15.0-37.39) jammy; urgency=medium
bed6e5e4 2938
47135449
TLSC
2939 * netfilter newset OOB write (LP: #1976363)
2940 - netfilter: nf_tables: sanitize nft_set_desc_concat_parse()
bed6e5e4 2941
47135449
TLSC
2942 * CVE-2022-1966
2943 - netfilter: nf_tables: disallow non-stateful expression in sets earlier
2944
2945 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Wed, 01 Jun 2022 14:49:43 -0300
bed6e5e4 2946
042d91ee 2947linux (5.15.0-35.36) jammy; urgency=medium
1c2f5ba6 2948
042d91ee
TLSC
2949 * CVE-2022-21499
2950 - SAUCE: debug: Lock down kgdb
1c2f5ba6 2951
042d91ee 2952 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 20 May 2022 21:43:49 -0300
1c2f5ba6 2953
b3e2cb75 2954linux (5.15.0-34.35) jammy; urgency=medium
d05b5fc3 2955
b3e2cb75 2956 * jammy/linux: 5.15.0-34.35 -proposed tracker (LP: #1974322)
d05b5fc3 2957
b3e2cb75
SB
2958 * AMD APU s2idle is broken after the ASIC reset fix (LP: #1972134)
2959 - drm/amdgpu: unify BO evicting method in amdgpu_ttm
2960 - drm/amdgpu: explicitly check for s0ix when evicting resources
2961
2962 * amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x0000 to IRQ, err -517
2963 (LP: #1971597)
2964 - gpio: Request interrupts after IRQ is initialized
2965
2966 * config CONFIG_HISI_PMU for kunpeng920 (LP: #1956086)
2967 - [Config] CONFIG_HISI_PMU=m
2968
2969 * Mute/mic LEDs no function on EliteBook G9 platfroms (LP: #1970552)
2970 - ALSA: hda/realtek: Enable mute/micmute LEDs support for HP Laptops
2971
2972 * network-manager/1.36.4-2ubuntu1 ADT test failure with linux/5.15.0-28.29
2973 (LP: #1971418)
2974 - Revert "rfkill: make new event layout opt-in"
2975
2976 * PCIE LnkCtl ASPM not enabled under VMD mode for Alder Lake platforms
2977 (LP: #1942160)
2978 - SAUCE: vmd: fixup bridge ASPM by driver name instead
2979
2980 * Mute/mic LEDs no function on HP EliteBook 845/865 G9 (LP: #1970178)
2981 - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook
2982 845/865 G9
2983
2984 * Enable headset mic on Lenovo P360 (LP: #1967069)
2985 - ALSA: hda/realtek: Enable headset mic on Lenovo P360
2986
2987 * WCN6856 BT keep in OFF state after coldboot system (LP: #1967067)
2988 - Bluetooth: btusb: Improve stability for QCA devices
2989
2990 * Screen sometimes can't update [Failed to post KMS update: CRTC property
2991 (GAMMA_LUT) not found] (LP: #1967274)
2992 - drm/i915/xelpd: Enable Pipe color support for D13 platform
2993 - drm/i915: Use unlocked register accesses for LUT loads
2994 - drm/i915/xelpd: Enable Pipe Degamma
2995 - drm/i915/xelpd: Add Pipe Color Lut caps to platform config
2996
2997 * Jammy update: v5.15.35 upstream stable release (LP: #1969857)
2998 - drm/amd/display: Add pstate verification and recovery for DCN31
2999 - drm/amd/display: Fix p-state allow debug index on dcn31
3000 - hamradio: defer 6pack kfree after unregister_netdev
3001 - hamradio: remove needs_free_netdev to avoid UAF
3002 - cpuidle: PSCI: Move the `has_lpi` check to the beginning of the function
3003 - ACPI: processor idle: Check for architectural support for LPI
3004 - ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40
3005 - btrfs: remove unused parameter nr_pages in add_ra_bio_pages()
3006 - btrfs: remove no longer used counter when reading data page
3007 - btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()
3008 - soc: qcom: aoss: Expose send for generic usecase
3009 - dt-bindings: net: qcom,ipa: add optional qcom,qmp property
3010 - net: ipa: request IPA register values be retained
3011 - btrfs: release correct delalloc amount in direct IO write path
3012 - ALSA: core: Add snd_card_free_on_error() helper
3013 - ALSA: sis7019: Fix the missing error handling
3014 - ALSA: ali5451: Fix the missing snd_card_free() call at probe error
3015 - ALSA: als300: Fix the missing snd_card_free() call at probe error
3016 - ALSA: als4000: Fix the missing snd_card_free() call at probe error
3017 - ALSA: atiixp: Fix the missing snd_card_free() call at probe error
3018 - ALSA: au88x0: Fix the missing snd_card_free() call at probe error
3019 - ALSA: aw2: Fix the missing snd_card_free() call at probe error
3020 - ALSA: azt3328: Fix the missing snd_card_free() call at probe error
3021 - ALSA: bt87x: Fix the missing snd_card_free() call at probe error
3022 - ALSA: ca0106: Fix the missing snd_card_free() call at probe error
3023 - ALSA: cmipci: Fix the missing snd_card_free() call at probe error
3024 - ALSA: cs4281: Fix the missing snd_card_free() call at probe error
3025 - ALSA: cs5535audio: Fix the missing snd_card_free() call at probe error
3026 - ALSA: echoaudio: Fix the missing snd_card_free() call at probe error
3027 - ALSA: emu10k1x: Fix the missing snd_card_free() call at probe error
3028 - ALSA: ens137x: Fix the missing snd_card_free() call at probe error
3029 - ALSA: es1938: Fix the missing snd_card_free() call at probe error
3030 - ALSA: es1968: Fix the missing snd_card_free() call at probe error
3031 - ALSA: fm801: Fix the missing snd_card_free() call at probe error
3032 - ALSA: galaxy: Fix the missing snd_card_free() call at probe error
3033 - ALSA: hdsp: Fix the missing snd_card_free() call at probe error
3034 - ALSA: hdspm: Fix the missing snd_card_free() call at probe error
3035 - ALSA: ice1724: Fix the missing snd_card_free() call at probe error
3036 - ALSA: intel8x0: Fix the missing snd_card_free() call at probe error
3037 - ALSA: intel_hdmi: Fix the missing snd_card_free() call at probe error
3038 - ALSA: korg1212: Fix the missing snd_card_free() call at probe error
3039 - ALSA: lola: Fix the missing snd_card_free() call at probe error
3040 - ALSA: lx6464es: Fix the missing snd_card_free() call at probe error
3041 - ALSA: maestro3: Fix the missing snd_card_free() call at probe error
3042 - ALSA: oxygen: Fix the missing snd_card_free() call at probe error
3043 - ALSA: riptide: Fix the missing snd_card_free() call at probe error
3044 - ALSA: rme32: Fix the missing snd_card_free() call at probe error
3045 - ALSA: rme9652: Fix the missing snd_card_free() call at probe error
3046 - ALSA: rme96: Fix the missing snd_card_free() call at probe error
3047 - ALSA: sc6000: Fix the missing snd_card_free() call at probe error
3048 - ALSA: sonicvibes: Fix the missing snd_card_free() call at probe error
3049 - ALSA: via82xx: Fix the missing snd_card_free() call at probe error
3050 - ALSA: usb-audio: Cap upper limits of buffer/period bytes for implicit fb
3051 - ALSA: nm256: Don't call card private_free at probe error path
3052 - drm/msm: Add missing put_task_struct() in debugfs path
3053 - firmware: arm_scmi: Remove clear channel call on the TX channel
3054 - memory: atmel-ebi: Fix missing of_node_put in atmel_ebi_probe
3055 - Revert "ath11k: mesh: add support for 256 bitmap in blockack frames in 11ax"
3056 - firmware: arm_scmi: Fix sorting of retrieved clock rates
3057 - media: rockchip/rga: do proper error checking in probe
3058 - SUNRPC: Fix the svc_deferred_event trace class
3059 - net/sched: flower: fix parsing of ethertype following VLAN header
3060 - veth: Ensure eth header is in skb's linear part
3061 - gpiolib: acpi: use correct format characters
3062 - cifs: release cached dentries only if mount is complete
3063 - net: mdio: don't defer probe forever if PHY IRQ provider is missing
3064 - mlxsw: i2c: Fix initialization error flow
3065 - net/sched: fix initialization order when updating chain 0 head
3066 - net: dsa: felix: suppress -EPROBE_DEFER errors
3067 - net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link
3068 - net/sched: taprio: Check if socket flags are valid
3069 - cfg80211: hold bss_lock while updating nontrans_list
3070 - netfilter: nft_socket: make cgroup match work in input too
3071 - drm/msm: Fix range size vs end confusion
3072 - drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init()
3073 - drm/msm/dp: add fail safe mode outside of event_mutex context
3074 - net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()
3075 - scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63
3076 - scsi: pm80xx: Enable upper inbound, outbound queues
3077 - scsi: iscsi: Move iscsi_ep_disconnect()
3078 - scsi: iscsi: Fix offload conn cleanup when iscsid restarts
3079 - scsi: iscsi: Fix endpoint reuse regression
3080 - scsi: iscsi: Fix conn cleanup and stop race during iscsid restart
3081 - scsi: iscsi: Fix unbound endpoint error handling
3082 - sctp: Initialize daddr on peeled off socket
3083 - netfilter: nf_tables: nft_parse_register can return a negative value
3084 - ALSA: ad1889: Fix the missing snd_card_free() call at probe error
3085 - ALSA: mtpav: Don't call card private_free at probe error path
3086 - io_uring: move io_uring_rsrc_update2 validation
3087 - io_uring: verify that resv2 is 0 in io_uring_rsrc_update2
3088 - io_uring: verify pad field is 0 in io_get_ext_arg
3089 - testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu set
3090 - ALSA: usb-audio: Increase max buffer size
3091 - ALSA: usb-audio: Limit max buffer and period sizes per time
3092 - perf tools: Fix misleading add event PMU debug message
3093 - macvlan: Fix leaking skb in source mode with nodst option
3094 - net: ftgmac100: access hardware register after clock ready
3095 - nfc: nci: add flush_workqueue to prevent uaf
3096 - cifs: potential buffer overflow in handling symlinks
3097 - dm mpath: only use ktime_get_ns() in historical selector
3098 - vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used
3099 - net: bcmgenet: Revert "Use stronger register read/writes to assure ordering"
3100 - block: fix offset/size check in bio_trim()
3101 - drm/amd: Add USBC connector ID
3102 - btrfs: fix fallocate to use file_modified to update permissions consistently
3103 - btrfs: do not warn for free space inode in cow_file_range
3104 - drm/amdgpu: conduct a proper cleanup of PDB bo
3105 - drm/amdgpu/gmc: use PCI BARs for APUs in passthrough
3106 - drm/amd/display: fix audio format not updated after edid updated
3107 - drm/amd/display: FEC check in timing validation
3108 - drm/amd/display: Update VTEM Infopacket definition
3109 - drm/amdkfd: Fix Incorrect VMIDs passed to HWS
3110 - drm/amdgpu/vcn: improve vcn dpg stop procedure
3111 - drm/amdkfd: Check for potential null return of kmalloc_array()
3112 - Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in
3113 isolated guests
3114 - PCI: hv: Propagate coherence from VMbus device to PCI device
3115 - Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer
3116 - scsi: target: tcmu: Fix possible page UAF
3117 - scsi: lpfc: Fix queue failures when recovering from PCI parity error
3118 - scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024
3119 - net: micrel: fix KS8851_MLL Kconfig
3120 - ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs
3121 - gpu: ipu-v3: Fix dev_dbg frequency output
3122 - regulator: wm8994: Add an off-on delay for WM8994 variant
3123 - arm64: alternatives: mark patch_alternative() as `noinstr`
3124 - tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entry
3125 - net: axienet: setup mdio unconditionally
3126 - Drivers: hv: balloon: Disable balloon and hot-add accordingly
3127 - net: usb: aqc111: Fix out-of-bounds accesses in RX fixup
3128 - myri10ge: fix an incorrect free for skb in myri10ge_sw_tso
3129 - spi: cadence-quadspi: fix protocol setup for non-1-1-X operations
3130 - drm/amd/display: Enable power gating before init_pipes
3131 - drm/amd/display: Revert FEC check in validation
3132 - drm/amd/display: Fix allocate_mst_payload assert on resume
3133 - drbd: set QUEUE_FLAG_STABLE_WRITES
3134 - scsi: mpt3sas: Fail reset operation if config request timed out
3135 - scsi: mvsas: Add PCI ID of RocketRaid 2640
3136 - scsi: megaraid_sas: Target with invalid LUN ID is deleted during scan
3137 - drivers: net: slip: fix NPD bug in sl_tx_timeout()
3138 - io_uring: zero tag on rsrc removal
3139 - io_uring: use nospec annotation for more indexes
3140 - perf/imx_ddr: Fix undefined behavior due to shift overflowing the constant
3141 - mm/secretmem: fix panic when growing a memfd_secret
3142 - mm, page_alloc: fix build_zonerefs_node()
3143 - mm: fix unexpected zeroed page mapping with zram swap
3144 - mm: kmemleak: take a full lowmem check in kmemleak_*_phys()
3145 - KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded
3146 - SUNRPC: Fix NFSD's request deferral on RDMA transports
3147 - memory: renesas-rpc-if: fix platform-device leak in error path
3148 - gcc-plugins: latent_entropy: use /dev/urandom
3149 - cifs: verify that tcon is valid before dereference in cifs_kill_sb
3150 - ath9k: Properly clear TX status area before reporting to mac80211
3151 - ath9k: Fix usage of driver-private space in tx_info
3152 - btrfs: fix root ref counts in error handling in btrfs_get_root_ref
3153 - btrfs: mark resumed async balance as writing
3154 - ALSA: hda/realtek: Add quirk for Clevo PD50PNT
3155 - ALSA: hda/realtek: add quirk for Lenovo Thinkpad X12 speakers
3156 - ALSA: pcm: Test for "silence" field in struct "pcm_format_data"
3157 - nl80211: correctly check NL80211_ATTR_REG_ALPHA2 size
3158 - ipv6: fix panic when forwarding a pkt with no in6 dev
3159 - drm/amd/display: don't ignore alpha property on pre-multiplied mode
3160 - drm/amdgpu: Enable gfxoff quirk on MacBook Pro
3161 - x86/tsx: Use MSR_TSX_CTRL to clear CPUID bits
3162 - x86/tsx: Disable TSX development mode at boot
3163 - genirq/affinity: Consider that CPUs on nodes can be unbalanced
3164 - tick/nohz: Use WARN_ON_ONCE() to prevent console saturation
3165 - ARM: davinci: da850-evm: Avoid NULL pointer dereference
3166 - dm integrity: fix memory corruption when tag_size is less than digest size
3167 - i2c: dev: check return value when calling dev_set_name()
3168 - smp: Fix offline cpu check in flush_smp_call_function_queue()
3169 - i2c: pasemi: Wait for write xfers to finish
3170 - dt-bindings: net: snps: remove duplicate name
3171 - timers: Fix warning condition in __run_timers()
3172 - dma-direct: avoid redundant memory sync for swiotlb
3173 - drm/i915: Sunset igpu legacy mmap support based on GRAPHICS_VER_FULL
3174 - cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_state
3175 - soc: qcom: aoss: Fix missing put_device call in qmp_get
3176 - net: ipa: fix a build dependency
3177 - cpufreq: intel_pstate: ITMT support for overclocked system
3178 - ax25: add refcount in ax25_dev to avoid UAF bugs
3179 - ax25: fix reference count leaks of ax25_dev
3180 - ax25: fix UAF bugs of net_device caused by rebinding operation
3181 - ax25: Fix refcount leaks caused by ax25_cb_del()
3182 - ax25: fix UAF bug in ax25_send_control()
3183 - ax25: fix NPD bug in ax25_disconnect
3184 - ax25: Fix NULL pointer dereferences in ax25 timers
3185 - ax25: Fix UAF bugs in ax25 timers
3186 - Linux 5.15.35
3187
3188 * CONFIG_SND_COMPRESS_OFFLOAD missing in jammy/ppc64el kernel config
3189 (LP: #1969807)
3190 - [Config] updateconfigs for SND_COMPRESS_OFFLOAD (ppc64el)
3191
3192 * Micmute LED support for Zbook Fury 16 G9 (LP: #1968892)
3193 - ALSA: hda/realtek: Add mute and micmut LED support for Zbook Fury 17 G9
3194
3195 * Fix broken HDMI audio on AMD PRO VII after S3 (LP: #1968475)
3196 - drm/amdgpu: don't set s3 and s0ix at the same time
3197 - drm/amdgpu: Ensure HDA function is suspended before ASIC reset
3198
3199 * [Ubuntu 22.04] mpi3mr: Request to include latest bug fixes (LP: #1967116)
3200 - scsi: mpi3mr: Clean up mpi3mr_print_ioc_info()
3201 - scsi: mpi3mr: Use scnprintf() instead of snprintf()
3202 - scsi: mpi3mr: Add debug APIs based on logging_level bits
3203 - scsi: mpi3mr: Replace spin_lock() with spin_lock_irqsave()
3204 - scsi: mpi3mr: Don't reset IOC if cmnds flush with reset status
3205 - scsi: mpi3mr: Update MPI3 headers - part1
3206 - scsi: mpi3mr: Update MPI3 headers - part2
3207 - scsi: mpi3mr: Add support for PCIe Managed Switch SES device
3208 - scsi: mpi3mr: Do access status validation before adding devices
3209 - scsi: mpi3mr: Increase internal cmnds timeout to 60s
3210 - scsi: mpi3mr: Handle unaligned PLL in unmap cmnds
3211 - scsi: mpi3mr: Display IOC firmware package version
3212 - scsi: mpi3mr: Fault IOC when internal command gets timeout
3213 - scsi: mpi3mr: Code refactor of IOC init - part1
3214 - scsi: mpi3mr: Code refactor of IOC init - part2
3215 - scsi: mpi3mr: Handle offline FW activation in graceful manner
3216 - scsi: mpi3mr: Add IOC reinit function
3217 - scsi: mpi3mr: Detect async reset that occurred in firmware
3218 - scsi: mpi3mr: Gracefully handle online FW update operation
3219 - scsi: mpi3mr: Add Event acknowledgment logic
3220 - scsi: mpi3mr: Support Prepare for Reset event
3221 - scsi: mpi3mr: Print cable mngnt and temp threshold events
3222 - scsi: mpi3mr: Add io_uring interface support in I/O-polled mode
3223 - scsi: mpi3mr: Use TM response codes from MPI3 headers
3224 - scsi: mpi3mr: Enhanced Task Management Support Reply handling
3225 - scsi: mpi3mr: Bump driver version to 8.0.0.61.0
3226 - scsi: mpi3mr: Fix some spelling mistakes
3227 - scsi: mpi3mr: Fix formatting problems in some kernel-doc comments
3228 - scsi: mpi3mr: Fix deadlock while canceling the fw event
3229 - scsi: mpi3mr: Fix printing of pending I/O count
3230 - scsi: mpi3mr: Update MPI3 headers
3231 - scsi: mpi3mr: Fix hibernation issue
3232 - scsi: mpi3mr: Fix cmnd getting marked as in use forever
3233 - scsi: mpi3mr: Update the copyright year
3234 - scsi: mpi3mr: Bump driver version to 8.0.0.68.0
3235 - scsi: mpi3mr: Fix flushing !WQ_MEM_RECLAIM events warning
3236
3237 * Support AMD P-State cpufreq control mechanism (LP: #1956509)
3238 - x86/cpufeatures: Add AMD Collaborative Processor Performance Control feature
3239 flag
3240 - x86/msr: Add AMD CPPC MSR definitions
3241 - ACPI: CPPC: Implement support for SystemIO registers
3242 - ACPI: CPPC: Add CPPC enable register function
3243 - cpufreq: amd-pstate: Introduce a new AMD P-State driver to support future
3244 processors
3245 - cpufreq: amd-pstate: Add fast switch function for AMD P-State
3246 - cpufreq: amd-pstate: Introduce the support for the processors with shared
3247 memory solution
3248 - cpufreq: amd-pstate: Add trace for AMD P-State module
3249 - cpufreq: amd-pstate: Add boost mode support for AMD P-State
3250 - cpufreq: amd-pstate: Add AMD P-State frequencies attributes
3251 - cpufreq: amd-pstate: Add AMD P-State performance attributes
3252 - Documentation: amd-pstate: Add AMD P-State driver introduction
3253 - MAINTAINERS: Add AMD P-State driver maintainer entry
3254 - cpufreq: amd-pstate: Fix struct amd_cpudata kernel-doc comment
3255 - cpufreq: amd-pstate: Fix Kconfig dependencies for AMD P-State
3256 - [Config] enable X86_AMD_PSTATE as built-in on amd64
3257
3258 * Bolt doesn't work with native USB4 hosts (LP: #1962349)
3259 - thunderbolt: Retry DROM reads for more failure scenarios
3260 - thunderbolt: Do not resume routers if UID is not set
3261 - thunderbolt: Do not make DROM read success compulsory
3262 - PCI/ACPI: Allow D3 only if Root Port can signal and wake from D3
3263
3264 * linux-image-5.0.0-35-generic breaks checkpointing of container
3265 (LP: #1857257) // re-apply missing overlayfs SAUCE patch (LP: #1967924)
3266 - SAUCE: overlayfs: fix incorrect mnt_id of files opened from map_files
3267
3268 * [Jammy, mlx5, ConnectX-7] add CX7 support for software steering
3269 (LP: #1966194)
3270 - net/mlx5: DR, Fix vport number data type to u16
3271 - net/mlx5: DR, Replace local WIRE_PORT macro with the existing
3272 MLX5_VPORT_UPLINK
3273 - net/mlx5: DR, Add missing query for vport 0
3274 - net/mlx5: DR, Align error messages for failure to obtain vport caps
3275 - net/mlx5: DR, Support csum recalculation flow table on SFs
3276 - net/mlx5: DR, Add support for SF vports
3277 - net/mlx5: DR, Increase supported num of actions to 32
3278 - net/mlx5: DR, Fix typo 'offeset' to 'offset'
3279 - net/mlx5: DR, init_next_match only if needed
3280 - net/mlx5: DR, Add missing string for action type SAMPLER
3281 - net/mlx5: DR, Add check for unsupported fields in match param
3282 - net/mlx5: Introduce new uplink destination type
3283 - net/mlx5: DR, Handle eswitch manager and uplink vports separately
3284 - net/mlx5: DR, Fix querying eswitch manager vport for ECPF
3285 - net/mlx5: DR, Fix check for unsupported fields in match param
3286 - net/mlx5: DR, Fix error flow in creating matcher
3287 - net/mlx5: DR, Fix lower case macro prefix "mlx5_" to "MLX5_"
3288 - net/mlx5: DR, Remove unused struct member in matcher
3289 - net/mlx5: DR, Rename list field in matcher struct to list_node
3290 - net/mlx5: DR, Add check for flex parser ID value
3291 - net/mlx5: DR, Add missing reserved fields to dr_match_param
3292 - net/mlx5: DR, Add support for dumping steering info
3293 - net/mlx5: DR, Add support for UPLINK destination type
3294 - net/mlx5: DR, Warn on failure to destroy objects due to refcount
3295 - net/mlx5: Add misc5 flow table match parameters
3296 - net/mlx5: DR, Add misc5 to match_param structs
3297 - net/mlx5: DR, Support matching on tunnel headers 0 and 1
3298 - net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist field
3299 - net/mlx5: DR, Improve steering for empty or RX/TX-only matchers
3300 - net/mlx5: DR, Ignore modify TTL if device doesn't support it
3301 - net/mlx5: Set SMFS as a default steering mode if device supports it
3302 - net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte
3303 - net/mlx5: DR, Add support for matching on Internet Header Length (IHL)
3304 - net/mlx5: DR, Remove unneeded comments
3305 - net/mlx5: DR, Fix handling of different actions on the same STE in STEv1
3306 - net/mlx5: DR, Rename action modify fields to reflect naming in HW spec
3307 - net/mlx5: DR, Refactor ste_ctx handling for STE v0/1
3308 - net/mlx5: Introduce software defined steering capabilities
3309 - net/mlx5: DR, Add support for ConnectX-7 steering
3310
3311 * alsa: enable the cirrus-logic side-codec to make the speaker output sound
3312 (LP: #1965496)
3313 - ASoC: cs35l41: CS35L41 Boosted Smart Amplifier
3314 - ASoC: cs35l41: Fix use of an uninitialised variable
3315 - ASoC: cs35l41: Use regmap_read_poll_timeout to wait for OTP boot
3316 - ASoC: cs35l41: Combine adjacent register writes
3317 - ASoC: cs35l41: Don't overwrite returned error code
3318 - ASoC: cs35l41: Fixup the error messages
3319 - ASoC: cs35l41: Fix a bunch of trivial code formating/style issues
3320 - misc: cs35l41: Remove unused pdn variable
3321 - ASoC: cs35l41: Make cs35l41_remove() return void
3322 - ASoC: cs35l41: Change monitor widgets to siggens
3323 - ASoC: cs35l41: DSP Support
3324 - ASoC: cs35l41: Set the max SPI speed for the whole device
3325 - ASoC: cs35l41: Fix link problem
3326 - ASoC: cs35l41: Fix undefined reference to core functions
3327 - ASoC: cs35l41: Convert tables to shared source code
3328 - ASoC: cs35l41: Move cs35l41_otp_unpack to shared code
3329 - ASoC: cs35l41: Move power initializations to reg_sequence
3330 - ASoC: cs35l41: Create shared function for errata patches
3331 - ASoC: cs35l41: Create shared function for setting channels
3332 - ASoC: cs35l41: Create shared function for boost configuration
3333 - ASoC: cs35l41: Add cs35l51/53 IDs
3334 - ASoC: cs35l41: Remove incorrect comment
3335 - ASoC: cs35l41: Correct DSP power down
3336 - ASoC: cs35l41: Correct handling of some registers in the cache
3337 - ALSA: hda: cs35l41: Add support for CS35L41 in HDA systems
3338 - ASoC: cs35l41: Update handling of test key registers
3339 - ASoC: cs35l41: Add support for hibernate memory retention mode
3340 - ALSA: hda: cs35l41: fix double free on error in probe()
3341 - ALSA: hda: cs35l41: Avoid overwriting register patch
3342 - ALSA: hda: cs35l41: Add calls to newly added test key function
3343 - ALSA: hda: cs35l41: Move cs35l41* calls to its own symbol namespace
3344 - ALSA: hda: cs35l41: Add missing default cases
3345 - ALSA: hda: cs35l41: Make use of the helper function dev_err_probe()
3346 - ALSA: hda: cs35l41: Tidyup code
3347 - ALSA: hda: cs35l41: Make cs35l41_hda_remove() return void
3348 - ALSA: hda/realtek: Add support for Legion 7 16ACHg6 laptop
3349 - ALSA: hda/realtek: Add CS35L41 support for Thinkpad laptops
3350 - ALSA: hda/realtek: fix speakers and micmute on HP 855 G8
3351 - Revert "platform/x86: i2c-multi-instantiate: Don't create platform device
3352 for INT3515 ACPI nodes"
3353 - spi: Create helper API to lookup ACPI info for spi device
3354 - spi: Support selection of the index of the ACPI Spi Resource before alloc
3355 - spi: Add API to count spi acpi resources
3356 - platform/x86: i2c-multi-instantiate: Rename it for a generic serial driver
3357 name
3358 - platform/x86: serial-multi-instantiate: Reorganize I2C functions
3359 - platform/x86: serial-multi-instantiate: Add SPI support
3360 - ALSA: hda/realtek: Add support for HP Laptops
3361 - ACPI / scan: Create platform device for CS35L41
3362 - [Config] Add cirruslogic side codec support
3363
3364 * Use kernel-testing repo from launchpad for ADT tests (LP: #1968016)
3365 - [Debian] Use kernel-testing repo from launchpad
3366
3367 * Fix ADL, WD22TB4,Dual monitors display resolution can't reach 4K 60hz
3368 (LP: #1967986)
3369 - drm/i915/display: Remove check for low voltage sku for max dp source rate
3370 - drm/i915/intel_combo_phy: Print I/O voltage info
3371
3372 * Support different Cirrus audio codec configurations on Dell laptops
3373 (LP: #1967988)
3374 - ALSA: hda/cs8409: Fix Warlock to use mono mic configuration
3375 - ALSA: hda/cs8409: Re-order quirk table into ascending order
3376 - ALSA: hda/cs8409: Fix Full Scale Volume setting for all variants
3377 - ALSA: hda/cs8409: Support new Warlock MLK Variants
3378 - ALSA: hda/cs8409: Disable HSBIAS_SENSE_EN for Cyborg
3379 - ALSA: hda/cs8409: Add new Dolphin HW variants
3380
3381 * Enable speakup kernel modules to allow the speakup screen reader to function
3382 (LP: #1967702)
3383 - [Config] CONFIG_SPEAKUP=m
3384
3385 * linux: CONFIG_SERIAL_8250_MID=y (LP: #1967338)
3386 - [Config] amd64 CONFIG_SERIAL_8250_MID=y
3387
3388 * alsa/sdw: Fix the audio issue on a Dell machine without internal mic
3389 (LP: #1966841)
3390 - ASoC: Intel: soc-acpi: add entries in ADL match table
3391
3392 * Jammy update: v5.15.34 upstream stable release (LP: #1969107)
3393 - Revert "UBUNTU: SAUCE: Revert "scsi: core: Reallocate device's budget map on
3394 queue depth change""
3395 - lib/logic_iomem: correct fallback config references
3396 - um: fix and optimize xor select template for CONFIG64 and timetravel mode
3397 - rtc: wm8350: Handle error for wm8350_register_irq
3398 - nbd: add error handling support for add_disk()
3399 - nbd: Fix incorrect error handle when first_minor is illegal in nbd_dev_add
3400 - nbd: Fix hungtask when nbd_config_put
3401 - nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
3402 - kfence: count unexpectedly skipped allocations
3403 - kfence: move saving stack trace of allocations into __kfence_alloc()
3404 - kfence: limit currently covered allocations when pool nearly full
3405 - KVM: x86/pmu: Use different raw event masks for AMD and Intel
3406 - KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()
3407 - KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs
3408 - KVM: x86/pmu: Fix and isolate TSX-specific performance event logic
3409 - KVM: x86/emulator: Emulate RDPID only if it is enabled in guest
3410 - drm: Add orientation quirk for GPD Win Max
3411 - ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111
3412 - drm/amd/display: Add signal type check when verify stream backends same
3413 - drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj
3414 - drm/amd/display: Fix memory leak
3415 - drm/amd/display: Use PSR version selected during set_psr_caps
3416 - usb: gadget: tegra-xudc: Do not program SPARAM
3417 - usb: gadget: tegra-xudc: Fix control endpoint's definitions
3418 - usb: cdnsp: fix cdnsp_decode_trb function to properly handle ret value
3419 - ptp: replace snprintf with sysfs_emit
3420 - drm/amdkfd: Don't take process mutex for svm ioctls
3421 - powerpc: dts: t104xrdb: fix phy type for FMAN 4/5
3422 - ath11k: fix kernel panic during unload/load ath11k modules
3423 - ath11k: pci: fix crash on suspend if board file is not found
3424 - ath11k: mhi: use mhi_sync_power_up()
3425 - net/smc: Send directly when TCP_CORK is cleared
3426 - drm/bridge: Add missing pm_runtime_put_sync
3427 - bpf: Make dst_port field in struct bpf_sock 16-bit wide
3428 - scsi: mvsas: Replace snprintf() with sysfs_emit()
3429 - scsi: bfa: Replace snprintf() with sysfs_emit()
3430 - drm/v3d: fix missing unlock
3431 - power: supply: axp20x_battery: properly report current when discharging
3432 - mt76: mt7921: fix crash when startup fails.
3433 - mt76: dma: initialize skip_unmap in mt76_dma_rx_fill
3434 - cfg80211: don't add non transmitted BSS to 6GHz scanned channels
3435 - libbpf: Fix build issue with llvm-readelf
3436 - ipv6: make mc_forwarding atomic
3437 - net: initialize init_net earlier
3438 - powerpc: Set crashkernel offset to mid of RMA region
3439 - drm/amdgpu: Fix recursive locking warning
3440 - scsi: smartpqi: Fix kdump issue when controller is locked up
3441 - PCI: aardvark: Fix support for MSI interrupts
3442 - iommu/arm-smmu-v3: fix event handling soft lockup
3443 - usb: ehci: add pci device support for Aspeed platforms
3444 - PCI: endpoint: Fix alignment fault error in copy tests
3445 - tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.
3446 - PCI: pciehp: Add Qualcomm quirk for Command Completed erratum
3447 - scsi: mpi3mr: Fix reporting of actual data transfer size
3448 - scsi: mpi3mr: Fix memory leaks
3449 - powerpc/set_memory: Avoid spinlock recursion in change_page_attr()
3450 - power: supply: axp288-charger: Set Vhold to 4.4V
3451 - net/mlx5e: Disable TX queues before registering the netdev
3452 - usb: dwc3: pci: Set the swnode from inside dwc3_pci_quirks()
3453 - iwlwifi: mvm: Correctly set fragmented EBS
3454 - iwlwifi: mvm: move only to an enabled channel
3455 - drm/msm/dsi: Remove spurious IRQF_ONESHOT flag
3456 - ipv4: Invalidate neighbour for broadcast address upon address addition
3457 - dm ioctl: prevent potential spectre v1 gadget
3458 - dm: requeue IO if mapping table not yet available
3459 - drm/amdkfd: make CRAT table missing message informational only
3460 - vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGA
3461 - scsi: pm8001: Fix pm80xx_pci_mem_copy() interface
3462 - scsi: pm8001: Fix pm8001_mpi_task_abort_resp()
3463 - scsi: pm8001: Fix task leak in pm8001_send_abort_all()
3464 - scsi: pm8001: Fix tag leaks on error
3465 - scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req()
3466 - mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDU
3467 - powerpc/64s/hash: Make hash faults work in NMI context
3468 - mt76: mt7615: Fix assigning negative values to unsigned variable
3469 - scsi: aha152x: Fix aha152x_setup() __setup handler return value
3470 - scsi: hisi_sas: Free irq vectors in order for v3 HW
3471 - scsi: hisi_sas: Limit users changing debugfs BIST count value
3472 - net/smc: correct settings of RMB window update limit
3473 - mips: ralink: fix a refcount leak in ill_acc_of_setup()
3474 - macvtap: advertise link netns via netlink
3475 - tuntap: add sanity checks about msg_controllen in sendmsg
3476 - Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}
3477 - Bluetooth: use memset avoid memory leaks
3478 - bnxt_en: Eliminate unintended link toggle during FW reset
3479 - PCI: endpoint: Fix misused goto label
3480 - MIPS: fix fortify panic when copying asm exception handlers
3481 - powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3E
3482 - powerpc/secvar: fix refcount leak in format_show()
3483 - scsi: libfc: Fix use after free in fc_exch_abts_resp()
3484 - can: isotp: set default value for N_As to 50 micro seconds
3485 - can: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before
3486 calling es58x_check_msg_len()
3487 - riscv: Fixed misaligned memory access. Fixed pointer comparison.
3488 - net: account alternate interface name memory
3489 - net: limit altnames to 64k total
3490 - net/mlx5e: Remove overzealous validations in netlink EEPROM query
3491 - net: sfp: add 2500base-X quirk for Lantech SFP module
3492 - usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm
3493 - mt76: fix monitor mode crash with sdio driver
3494 - xtensa: fix DTC warning unit_address_format
3495 - MIPS: ingenic: correct unit node address
3496 - Bluetooth: Fix use after free in hci_send_acl
3497 - netfilter: conntrack: revisit gc autotuning
3498 - netlabel: fix out-of-bounds memory accesses
3499 - ceph: fix inode reference leakage in ceph_get_snapdir()
3500 - ceph: fix memory leak in ceph_readdir when note_last_dentry returns error
3501 - lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option
3502 - init/main.c: return 1 from handled __setup() functions
3503 - minix: fix bug when opening a file with O_DIRECT
3504 - clk: si5341: fix reported clk_rate when output divider is 2
3505 - staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instances
3506 - staging: vchiq_core: handle NULL result of find_service_by_handle
3507 - phy: amlogic: phy-meson-gxl-usb2: fix shared reset controller use
3508 - phy: amlogic: meson8b-usb2: Use dev_err_probe()
3509 - phy: amlogic: meson8b-usb2: fix shared reset control use
3510 - clk: rockchip: drop CLK_SET_RATE_PARENT from dclk_vop* on rk3568
3511 - cpufreq: CPPC: Fix performance/frequency conversion
3512 - opp: Expose of-node's name in debugfs
3513 - staging: wfx: fix an error handling in wfx_init_common()
3514 - w1: w1_therm: fixes w1_seq for ds28ea00 sensors
3515 - NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()
3516 - NFSv4: Protect the state recovery thread against direct reclaim
3517 - habanalabs: fix possible memory leak in MMU DR fini
3518 - xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32
3519 - clk: ti: Preserve node in ti_dt_clocks_register()
3520 - clk: Enforce that disjoints limits are invalid
3521 - SUNRPC/call_alloc: async tasks mustn't block waiting for memory
3522 - SUNRPC/xprt: async tasks mustn't block waiting for memory
3523 - SUNRPC: remove scheduling boost for "SWAPPER" tasks.
3524 - NFS: swap IO handling is slightly different for O_DIRECT IO
3525 - NFS: swap-out must always use STABLE writes.
3526 - x86: Annotate call_on_stack()
3527 - x86/Kconfig: Do not allow CONFIG_X86_X32_ABI=y with llvm-objcopy
3528 - serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()
3529 - virtio_console: eliminate anonymous module_init & module_exit
3530 - jfs: prevent NULL deref in diFree
3531 - SUNRPC: Fix socket waits for write buffer space
3532 - NFS: nfsiod should not block forever in mempool_alloc()
3533 - NFS: Avoid writeback threads getting stuck in mempool_alloc()
3534 - selftests: net: Add tls config dependency for tls selftests
3535 - parisc: Fix CPU affinity for Lasi, WAX and Dino chips
3536 - parisc: Fix patch code locking and flushing
3537 - mm: fix race between MADV_FREE reclaim and blkdev direct IO read
3538 - rtc: mc146818-lib: change return values of mc146818_get_time()
3539 - rtc: Check return value from mc146818_get_time()
3540 - rtc: mc146818-lib: fix RTC presence check
3541 - drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire()
3542 - Drivers: hv: vmbus: Fix potential crash on module unload
3543 - Revert "NFSv4: Handle the special Linux file open access mode"
3544 - NFSv4: fix open failure with O_ACCMODE flag
3545 - scsi: sr: Fix typo in CDROM(CLOSETRAY|EJECT) handling
3546 - scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map()
3547 - scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one()
3548 - vdpa/mlx5: Rename control VQ workqueue to vdpa wq
3549 - vdpa/mlx5: Propagate link status from device to vdpa driver
3550 - vdpa: mlx5: prevent cvq work from hogging CPU
3551 - net: sfc: add missing xdp queue reinitialization
3552 - net/tls: fix slab-out-of-bounds bug in decrypt_internal
3553 - vrf: fix packet sniffing for traffic originating from ip tunnels
3554 - skbuff: fix coalescing for page_pool fragment recycling
3555 - ice: Clear default forwarding VSI during VSI release
3556 - mctp: Fix check for dev_hard_header() result
3557 - net: ipv4: fix route with nexthop object delete warning
3558 - net: stmmac: Fix unset max_speed difference between DT and non-DT platforms
3559 - drm/imx: imx-ldb: Check for null pointer after calling kmemdup
3560 - drm/imx: Fix memory leak in imx_pd_connector_get_modes
3561 - drm/imx: dw_hdmi-imx: Fix bailout in error cases of probe
3562 - regulator: rtq2134: Fix missing active_discharge_on setting
3563 - regulator: atc260x: Fix missing active_discharge_on setting
3564 - arch/arm64: Fix topology initialization for core scheduling
3565 - bnxt_en: Synchronize tx when xdp redirects happen on same ring
3566 - bnxt_en: reserve space inside receive page for skb_shared_info
3567 - bnxt_en: Prevent XDP redirect from running when stopping TX queue
3568 - sfc: Do not free an empty page_ring
3569 - RDMA/mlx5: Don't remove cache MRs when a delay is needed
3570 - RDMA/mlx5: Add a missing update of cache->last_add
3571 - IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVD
3572 - IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition
3573 - sctp: count singleton chunks in assoc user stats
3574 - dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe
3575 - ice: Set txq_teid to ICE_INVAL_TEID on ring creation
3576 - ice: Do not skip not enabled queues in ice_vc_dis_qs_msg
3577 - ipv6: Fix stats accounting in ip6_pkt_drop
3578 - ice: synchronize_rcu() when terminating rings
3579 - ice: xsk: fix VSI state check in ice_xsk_wakeup()
3580 - net: openvswitch: don't send internal clone attribute to the userspace.
3581 - net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()
3582 - net: openvswitch: fix leak of nested actions
3583 - rxrpc: fix a race in rxrpc_exit_net()
3584 - net: sfc: fix using uninitialized xdp tx_queue
3585 - net: phy: mscc-miim: reject clause 45 register accesses
3586 - qede: confirm skb is allocated before using
3587 - spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()
3588 - bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
3589 - drbd: Fix five use after free bugs in get_initial_state
3590 - scsi: ufs: ufshpb: Fix a NULL check on list iterator
3591 - io_uring: nospec index for tags on files update
3592 - io_uring: don't touch scm_fp_list after queueing skb
3593 - SUNRPC: Handle ENOMEM in call_transmit_status()
3594 - SUNRPC: Handle low memory situations in call_status()
3595 - SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()
3596 - iommu/omap: Fix regression in probe for NULL pointer dereference
3597 - perf: arm-spe: Fix perf report --mem-mode
3598 - perf tools: Fix perf's libperf_print callback
3599 - perf session: Remap buf if there is no space for event
3600 - arm64: Add part number for Arm Cortex-A78AE
3601 - scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove()
3602 - scsi: ufs: ufs-pci: Add support for Intel MTL
3603 - Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning"
3604 - mmc: block: Check for errors after write on SPI
3605 - mmc: mmci: stm32: correctly check all elements of sg list
3606 - mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is
3607 complete
3608 - mmc: core: Fixup support for writeback-cache for eMMC and SD
3609 - lz4: fix LZ4_decompress_safe_partial read out of bound
3610 - highmem: fix checks in __kmap_local_sched_{in,out}
3611 - mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)
3612 - mm/mempolicy: fix mpol_new leak in shared_policy_replace
3613 - io_uring: don't check req->file in io_fsync_prep()
3614 - io_uring: defer splice/tee file validity check until command issue
3615 - io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF
3616 - io_uring: fix race between timeout flush and removal
3617 - x86/pm: Save the MSR validity status at context setup
3618 - x86/speculation: Restore speculation related MSRs during S3 resume
3619 - perf/x86/intel: Update the FRONTEND MSR mask on Sapphire Rapids
3620 - btrfs: fix qgroup reserve overflow the qgroup limit
3621 - btrfs: prevent subvol with swapfile from being deleted
3622 - spi: core: add dma_map_dev for __spi_unmap_msg()
3623 - arm64: patch_text: Fixup last cpu should be master
3624 - RDMA/hfi1: Fix use-after-free bug for mm struct
3625 - gpio: Restrict usage of GPIO chip irq members before initialization
3626 - x86/msi: Fix msi message data shadow struct
3627 - x86/mm/tlb: Revert retpoline avoidance approach
3628 - perf/x86/intel: Don't extend the pseudo-encoding to GP counters
3629 - ata: sata_dwc_460ex: Fix crash due to OOB write
3630 - perf: qcom_l2_pmu: fix an incorrect NULL check on list iterator
3631 - perf/core: Inherit event_caps
3632 - irqchip/gic-v3: Fix GICR_CTLR.RWP polling
3633 - fbdev: Fix unregistering of framebuffers without device
3634 - amd/display: set backlight only if required
3635 - SUNRPC: Prevent immediate close+reconnect
3636 - drm/panel: ili9341: fix optional regulator handling
3637 - drm/amdgpu/display: change pipe policy for DCN 2.1
3638 - drm/amdgpu/smu10: fix SoC/fclk units in auto mode
3639 - drm/amdgpu/vcn: Fix the register setting for vcn1
3640 - drm/nouveau/pmu: Add missing callbacks for Tegra devices
3641 - drm/amdkfd: Create file descriptor after client is added to smi_clients list
3642 - drm/amdgpu: don't use BACO for reset in S3
3643 - KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
3644 - net/smc: send directly on setting TCP_NODELAY
3645 - Revert "selftests: net: Add tls config dependency for tls selftests"
3646 - bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide
3647 - selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_port
3648 - rtc: mc146818-lib: fix signedness bug in mc146818_get_time()
3649 - SUNRPC: Don't call connect() more than once on a TCP socket
3650 - Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"
3651 - perf build: Don't use -ffat-lto-objects in the python feature test when
3652 building with clang-13
3653 - perf python: Fix probing for some clang command line options
3654 - tools build: Filter out options and warnings not supported by clang
3655 - tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts
3656 - dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error"
3657 - KVM: avoid NULL pointer dereference in kvm_dirty_ring_push
3658 - Revert "net/mlx5: Accept devlink user input after driver initialization
3659 complete"
3660 - ubsan: remove CONFIG_UBSAN_OBJECT_SIZE
3661 - selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644
3662 - selftests: cgroup: Test open-time credential usage for migration checks
3663 - selftests: cgroup: Test open-time cgroup namespace usage for migration
3664 checks
3665 - mm: don't skip swap entry even if zap_details specified
3666 - Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()
3667 - x86/bug: Prevent shadowing in __WARN_FLAGS
3668 - sched: Teach the forced-newidle balancer about CPU affinity limitation.
3669 - x86,static_call: Fix __static_call_return0 for i386
3670 - irqchip/gic-v4: Wait for GICR_VPENDBASER.Dirty to clear before descheduling
3671 - powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.S
3672 - irqchip/gic, gic-v3: Prevent GSI to SGI translations
3673 - mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warning
3674 - static_call: Don't make __static_call_return0 static
3675 - powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bit
3676 - stacktrace: move filter_irq_stacks() to kernel/stacktrace.c
3677 - Linux 5.15.34
3678 - [Config] armhf, s390x: update annotations following
3679 DEBUG_FORCE_FUNCTION_ALIGN_64B support removal in v5.15.34
3680
3681 * Jammy update: v5.15.33 upstream stable release (LP: #1969110)
3682 - Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
3683 - USB: serial: pl2303: add IBM device IDs
3684 - dt-bindings: usb: hcd: correct usb-device path
3685 - USB: serial: pl2303: fix GS type detection
3686 - USB: serial: simple: add Nokia phone driver
3687 - mm: kfence: fix missing objcg housekeeping for SLAB
3688 - hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
3689 - HID: logitech-dj: add new lightspeed receiver id
3690 - HID: Add support for open wheel and no attachment to T300
3691 - xfrm: fix tunnel model fragmentation behavior
3692 - ARM: mstar: Select HAVE_ARM_ARCH_TIMER
3693 - virtio_console: break out of buf poll on remove
3694 - vdpa/mlx5: should verify CTRL_VQ feature exists for MQ
3695 - tools/virtio: fix virtio_test execution
3696 - ethernet: sun: Free the coherent when failing in probing
3697 - gpio: Revert regression in sysfs-gpio (gpiolib.c)
3698 - spi: Fix invalid sgs value
3699 - net:mcf8390: Use platform_get_irq() to get the interrupt
3700 - Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)"
3701 - spi: Fix erroneous sgs value with min_t()
3702 - Input: zinitix - do not report shadow fingers
3703 - af_key: add __GFP_ZERO flag for compose_sadb_supported in function
3704 pfkey_register
3705 - net: dsa: microchip: add spi_device_id tables
3706 - selftests: vm: fix clang build error multiple output files
3707 - locking/lockdep: Avoid potential access of invalid memory in lock_class
3708 - drm/amdgpu: move PX checking into amdgpu_device_ip_early_init
3709 - drm/amdgpu: only check for _PR3 on dGPUs
3710 - iommu/iova: Improve 32-bit free space estimate
3711 - virtio-blk: Use blk_validate_block_size() to validate block size
3712 - tpm: fix reference counting for struct tpm_chip
3713 - usb: typec: tipd: Forward plug orientation to typec subsystem
3714 - USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.c
3715 - xhci: fix garbage USBSTS being logged in some cases
3716 - xhci: fix runtime PM imbalance in USB2 resume
3717 - xhci: make xhci_handshake timeout for xhci_reset() adjustable
3718 - xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx()
3719 - mei: me: disable driver on the ign firmware
3720 - mei: me: add Alder Lake N device id.
3721 - mei: avoid iterator usage outside of list_for_each_entry
3722 - bus: mhi: pci_generic: Add mru_default for Quectel EM1xx series
3723 - bus: mhi: Fix MHI DMA structure endianness
3724 - docs: sphinx/requirements: Limit jinja2<3.1
3725 - coresight: Fix TRCCONFIGR.QE sysfs interface
3726 - coresight: syscfg: Fix memleak on registration failure in
3727 cscfg_create_device
3728 - iio: afe: rescale: use s64 for temporary scale calculations
3729 - iio: inkern: apply consumer scale on IIO_VAL_INT cases
3730 - iio: inkern: apply consumer scale when no channel scale is available
3731 - iio: inkern: make a best effort on offset calculation
3732 - greybus: svc: fix an error handling bug in gb_svc_hello()
3733 - clk: rockchip: re-add rational best approximation algorithm to the
3734 fractional divider
3735 - clk: uniphier: Fix fixed-rate initialization
3736 - cifs: fix handlecache and multiuser
3737 - cifs: we do not need a spinlock around the tree access during umount
3738 - KEYS: fix length validation in keyctl_pkey_params_get_2()
3739 - KEYS: asymmetric: enforce that sig algo matches key algo
3740 - KEYS: asymmetric: properly validate hash_algo and encoding
3741 - Documentation: add link to stable release candidate tree
3742 - Documentation: update stable tree link
3743 - firmware: stratix10-svc: add missing callback parameter on RSU
3744 - firmware: sysfb: fix platform-device leak in error path
3745 - HID: intel-ish-hid: Use dma_alloc_coherent for firmware update
3746 - SUNRPC: avoid race between mod_timer() and del_timer_sync()
3747 - NFS: NFSv2/v3 clients should never be setting NFS_CAP_XATTR
3748 - NFSD: prevent underflow in nfssvc_decode_writeargs()
3749 - NFSD: prevent integer overflow on 32 bit systems
3750 - f2fs: fix to unlock page correctly in error path of is_alive()
3751 - f2fs: quota: fix loop condition at f2fs_quota_sync()
3752 - f2fs: fix to do sanity check on .cp_pack_total_block_count
3753 - remoteproc: Fix count check in rproc_coredump_write()
3754 - mm/mlock: fix two bugs in user_shm_lock()
3755 - pinctrl: ingenic: Fix regmap on X series SoCs
3756 - pinctrl: samsung: drop pin banks references on error paths
3757 - net: bnxt_ptp: fix compilation error
3758 - spi: mxic: Fix the transmit path
3759 - mtd: rawnand: protect access to rawnand devices while in suspend
3760 - can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path
3761 - can: m_can: m_can_tx_handler(): fix use after free of skb
3762 - can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error
3763 path
3764 - jffs2: fix use-after-free in jffs2_clear_xattr_subsystem
3765 - jffs2: fix memory leak in jffs2_do_mount_fs
3766 - jffs2: fix memory leak in jffs2_scan_medium
3767 - mm: fs: fix lru_cache_disabled race in bh_lru
3768 - mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node
3769 - mm: invalidate hwpoison page cache page in fault path
3770 - mempolicy: mbind_range() set_policy() after vma_merge()
3771 - scsi: core: sd: Add silence_suspend flag to suppress some PM messages
3772 - scsi: ufs: Fix runtime PM messages never-ending cycle
3773 - scsi: scsi_transport_fc: Fix FPIN Link Integrity statistics counters
3774 - scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commands
3775 - qed: display VF trust config
3776 - qed: validate and restrict untrusted VFs vlan promisc mode
3777 - riscv: dts: canaan: Fix SPI3 bus width
3778 - riscv: Fix fill_callchain return value
3779 - riscv: Increase stack size under KASAN
3780 - Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"
3781 - cifs: prevent bad output lengths in smb2_ioctl_query_info()
3782 - cifs: fix NULL ptr dereference in smb2_ioctl_query_info()
3783 - ALSA: cs4236: fix an incorrect NULL check on list iterator
3784 - ALSA: hda: Avoid unsol event during RPM suspending
3785 - ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock
3786 - ALSA: hda/realtek: Fix audio regression on Mi Notebook Pro 2020
3787 - rtc: mc146818-lib: fix locking in mc146818_set_time
3788 - rtc: pl031: fix rtc features null pointer dereference
3789 - ocfs2: fix crash when mount with quota enabled
3790 - drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD
3791 panels
3792 - mm: madvise: skip unmapped vma holes passed to process_madvise
3793 - mm: madvise: return correct bytes advised with process_madvise
3794 - Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"
3795 - mm,hwpoison: unmap poisoned page before invalidation
3796 - mm/kmemleak: reset tag when compare object pointer
3797 - dm stats: fix too short end duration_ns when using precise_timestamps
3798 - dm: fix use-after-free in dm_cleanup_zoned_dev()
3799 - dm: interlock pending dm_io and dm_wait_for_bios_completion
3800 - dm: fix double accounting of flush with data
3801 - dm integrity: set journal entry unused when shrinking device
3802 - tracing: Have trace event string test handle zero length strings
3803 - drbd: fix potential silent data corruption
3804 - powerpc/kvm: Fix kvm_use_magic_page
3805 - PCI: fu740: Force 2.5GT/s for initial device probe
3806 - arm64: signal: nofpsimd: Do not allocate fp/simd context when not available
3807 - arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory
3808 zones
3809 - arm64: dts: qcom: sm8250: Fix MSI IRQ for PCIe1 and PCIe2
3810 - arm64: dts: ti: k3-am65: Fix gic-v3 compatible regs
3811 - arm64: dts: ti: k3-j721e: Fix gic-v3 compatible regs
3812 - arm64: dts: ti: k3-j7200: Fix gic-v3 compatible regs
3813 - arm64: dts: ti: k3-am64: Fix gic-v3 compatible regs
3814 - ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM
3815 - Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query
3816 flag"
3817 - ACPI: properties: Consistently return -ENOENT if there are no more
3818 references
3819 - coredump: Also dump first pages of non-executable ELF libraries
3820 - ext4: fix ext4_fc_stats trace point
3821 - ext4: fix fs corruption when tring to remove a non-empty directory with IO
3822 error
3823 - ext4: make mb_optimize_scan performance mount option work with extents
3824 - drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()
3825 - samples/landlock: Fix path_list memory leak
3826 - landlock: Use square brackets around "landlock-ruleset"
3827 - mailbox: tegra-hsp: Flush whole channel
3828 - block: limit request dispatch loop duration
3829 - block: don't merge across cgroup boundaries if blkcg is enabled
3830 - drm/edid: check basic audio support on CEA extension block
3831 - fbdev: Hot-unplug firmware fb devices on forced removal
3832 - video: fbdev: sm712fb: Fix crash in smtcfb_read()
3833 - video: fbdev: atari: Atari 2 bpp (STe) palette bugfix
3834 - rfkill: make new event layout opt-in
3835 - ARM: dts: at91: sama7g5: Remove unused properties in i2c nodes
3836 - ARM: dts: at91: sama5d2: Fix PMERRLOC resource size
3837 - ARM: dts: exynos: fix UART3 pins configuration in Exynos5250
3838 - ARM: dts: exynos: add missing HDMI supplies on SMDK5250
3839 - ARM: dts: exynos: add missing HDMI supplies on SMDK5420
3840 - mgag200 fix memmapsl configuration in GCTL6 register
3841 - carl9170: fix missing bit-wise or operator for tx_params
3842 - pstore: Don't use semaphores in always-atomic-context code
3843 - thermal: int340x: Increase bitmap size
3844 - lib/raid6/test: fix multiple definition linking error
3845 - exec: Force single empty string when argv is empty
3846 - crypto: rsa-pkcs1pad - only allow with rsa
3847 - crypto: rsa-pkcs1pad - correctly get hash from source scatterlist
3848 - crypto: rsa-pkcs1pad - restore signature length check
3849 - crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()
3850 - bcache: fixup multiple threads crash
3851 - PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove()
3852 - DEC: Limit PMAX memory probing to R3k systems
3853 - media: gpio-ir-tx: fix transmit with long spaces on Orange Pi PC
3854 - media: venus: hfi_cmds: List HDR10 property as unsupported for v1 and v3
3855 - media: venus: venc: Fix h264 8x8 transform control
3856 - media: davinci: vpif: fix unbalanced runtime PM get
3857 - media: davinci: vpif: fix unbalanced runtime PM enable
3858 - btrfs: zoned: mark relocation as writing
3859 - btrfs: extend locking to all space_info members accesses
3860 - btrfs: verify the tranisd of the to-be-written dirty extent buffer
3861 - xtensa: define update_mmu_tlb function
3862 - xtensa: fix stop_machine_cpuslocked call in patch_text
3863 - xtensa: fix xtensa_wsr always writing 0
3864 - drm/syncobj: flatten dma_fence_chains on transfer
3865 - drm/nouveau/backlight: Fix LVDS backlight detection on some laptops
3866 - drm/nouveau/backlight: Just set all backlight types as RAW
3867 - drm/fb-helper: Mark screen buffers in system memory with FBINFO_VIRTFB
3868 - brcmfmac: firmware: Allocate space for default boardrev in nvram
3869 - brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path
3870 - brcmfmac: pcie: Declare missing firmware files in pcie.c
3871 - brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toio
3872 - brcmfmac: pcie: Fix crashes due to early IRQs
3873 - drm/i915/opregion: check port number bounds for SWSCI display power state
3874 - drm/i915/gem: add missing boundary check in vm_access
3875 - PCI: imx6: Allow to probe when dw_pcie_wait_for_link() fails
3876 - PCI: pciehp: Clear cmd_busy bit in polling mode
3877 - PCI: xgene: Revert "PCI: xgene: Fix IB window setup"
3878 - regulator: qcom_smd: fix for_each_child.cocci warnings
3879 - selinux: access superblock_security_struct in LSM blob way
3880 - selinux: check return value of sel_make_avc_files
3881 - crypto: ccp - Ensure psp_ret is always init'd in
3882 __sev_platform_init_locked()
3883 - hwrng: cavium - Check health status while reading random data
3884 - hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDER
3885 - crypto: sun8i-ss - really disable hash on A80
3886 - crypto: authenc - Fix sleep in atomic context in decrypt_tail
3887 - crypto: mxs-dcp - Fix scatterlist processing
3888 - selinux: Fix selinux_sb_mnt_opts_compat()
3889 - thermal: int340x: Check for NULL after calling kmemdup()
3890 - crypto: octeontx2 - remove CONFIG_DM_CRYPT check
3891 - spi: tegra114: Add missing IRQ check in tegra_spi_probe
3892 - spi: tegra210-quad: Fix missin IRQ check in tegra_qspi_probe
3893 - stack: Constrain and fix stack offset randomization with Clang builds
3894 - arm64/mm: avoid fixmap race condition when create pud mapping
3895 - blk-cgroup: set blkg iostat after percpu stat aggregation
3896 - selftests/x86: Add validity check and allow field splitting
3897 - selftests/sgx: Treat CC as one argument
3898 - crypto: rockchip - ECB does not need IV
3899 - audit: log AUDIT_TIME_* records only from rules
3900 - EVM: fix the evm= __setup handler return value
3901 - crypto: ccree - don't attempt 0 len DMA mappings
3902 - crypto: hisilicon/sec - fix the aead software fallback for engine
3903 - spi: pxa2xx-pci: Balance reference count for PCI DMA device
3904 - hwmon: (pmbus) Add mutex to regulator ops
3905 - hwmon: (sch56xx-common) Replace WDOG_ACTIVE with WDOG_HW_RUNNING
3906 - nvme: cleanup __nvme_check_ids
3907 - nvme: fix the check for duplicate unique identifiers
3908 - block: don't delete queue kobject before its children
3909 - PM: hibernate: fix __setup handler error handling
3910 - PM: suspend: fix return value of __setup handler
3911 - spi: spi-zynqmp-gqspi: Handle error for dma_set_mask
3912 - hwrng: atmel - disable trng on failure path
3913 - crypto: sun8i-ss - call finalize with bh disabled
3914 - crypto: sun8i-ce - call finalize with bh disabled
3915 - crypto: amlogic - call finalize with bh disabled
3916 - crypto: gemini - call finalize with bh disabled
3917 - crypto: vmx - add missing dependencies
3918 - clocksource/drivers/timer-ti-dm: Fix regression from errata i940 fix
3919 - clocksource/drivers/exynos_mct: Refactor resources allocation
3920 - clocksource/drivers/exynos_mct: Handle DTS with higher number of interrupts
3921 - clocksource/drivers/timer-microchip-pit64b: Use notrace
3922 - clocksource/drivers/timer-of: Check return value of of_iomap in
3923 timer_of_base_init()
3924 - arm64: prevent instrumentation of bp hardening callbacks
3925 - KEYS: trusted: Fix trusted key backends when building as module
3926 - KEYS: trusted: Avoid calling null function trusted_key_exit
3927 - ACPI: APEI: fix return value of __setup handlers
3928 - crypto: ccp - ccp_dmaengine_unregister release dma channels
3929 - crypto: ccree - Fix use after free in cc_cipher_exit()
3930 - hwrng: nomadik - Change clk_disable to clk_disable_unprepare
3931 - hwmon: (pmbus) Add Vin unit off handling
3932 - clocksource: acpi_pm: fix return value of __setup handler
3933 - io_uring: don't check unrelated req->open.how in accept request
3934 - io_uring: terminate manual loop iterator loop correctly for non-vecs
3935 - watch_queue: Fix NULL dereference in error cleanup
3936 - watch_queue: Actually free the watch
3937 - f2fs: fix to enable ATGC correctly via gc_idle sysfs interface
3938 - sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numa
3939 - sched/core: Export pelt_thermal_tp
3940 - sched/uclamp: Fix iowait boost escaping uclamp restriction
3941 - rseq: Remove broken uapi field layout on 32-bit little endian
3942 - perf/core: Fix address filter parser for multiple filters
3943 - perf/x86/intel/pt: Fix address filter config for 32-bit kernel
3944 - sched/fair: Improve consistency of allowed NUMA balance calculations
3945 - f2fs: fix missing free nid in f2fs_handle_failed_inode
3946 - nfsd: more robust allocation failure handling in nfsd_file_cache_init
3947 - sched/cpuacct: Fix charge percpu cpuusage
3948 - sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race
3949 - f2fs: fix to avoid potential deadlock
3950 - btrfs: fix unexpected error path when reflinking an inline extent
3951 - f2fs: fix compressed file start atomic write may cause data corruption
3952 - selftests, x86: fix how check_cc.sh is being invoked
3953 - drivers/base/memory: add memory block to memory group after registration
3954 succeeded
3955 - kunit: make kunit_test_timeout compatible with comment
3956 - pinctrl: samsung: Remove EINT handler for Exynos850 ALIVE and CMGP gpios
3957 - media: staging: media: zoran: fix usage of vb2_dma_contig_set_max_seg_size
3958 - media: camss: csid-170: fix non-10bit formats
3959 - media: camss: csid-170: don't enable unused irqs
3960 - media: camss: csid-170: set the right HALT_CMD when disabled
3961 - media: camss: vfe-170: fix "VFE halt timeout" error
3962 - media: staging: media: imx: imx7-mipi-csis: Make subdev name unique
3963 - media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls
3964 - media: mtk-vcodec: potential dereference of null pointer
3965 - media: imx: imx8mq-mipi-csi2: remove wrong irq config write operation
3966 - media: imx: imx8mq-mipi_csi2: fix system resume
3967 - media: bttv: fix WARNING regression on tunerless devices
3968 - media: atmel: atmel-sama7g5-isc: fix ispck leftover
3969 - ASoC: sh: rz-ssi: Drop calling rz_ssi_pio_recv() recursively
3970 - ASoC: codecs: Check for error pointer after calling devm_regmap_init_mmio
3971 - ASoC: xilinx: xlnx_formatter_pcm: Handle sysclk setting
3972 - ASoC: simple-card-utils: Set sysclk on all components
3973 - media: coda: Fix missing put_device() call in coda_get_vdoa_data
3974 - media: meson: vdec: potential dereference of null pointer
3975 - media: hantro: Fix overfill bottom register field name
3976 - media: ov6650: Fix set format try processing path
3977 - media: v4l: Avoid unaligned access warnings when printing 4cc modifiers
3978 - media: ov5648: Don't pack controls struct
3979 - media: aspeed: Correct value for h-total-pixels
3980 - video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to
3981 avoid black screen
3982 - video: fbdev: controlfb: Fix COMPILE_TEST build
3983 - video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe()
3984 - video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe()
3985 - video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()
3986 - ARM: dts: Fix OpenBMC flash layout label addresses
3987 - firmware: qcom: scm: Remove reassignment to desc following initializer
3988 - ARM: dts: qcom: ipq4019: fix sleep clock
3989 - soc: qcom: rpmpd: Check for null return of devm_kcalloc
3990 - soc: qcom: ocmem: Fix missing put_device() call in of_get_ocmem
3991 - soc: qcom: aoss: remove spurious IRQF_ONESHOT flags
3992 - arm64: dts: qcom: sdm845: fix microphone bias properties and values
3993 - arm64: dts: qcom: sm8250: fix PCIe bindings to follow schema
3994 - arm64: dts: broadcom: bcm4908: use proper TWD binding
3995 - arm64: dts: qcom: sm8150: Correct TCS configuration for apps rsc
3996 - arm64: dts: qcom: sm8350: Correct TCS configuration for apps rsc
3997 - firmware: ti_sci: Fix compilation failure when CONFIG_TI_SCI_PROTOCOL is not
3998 defined
3999 - soc: ti: wkup_m3_ipc: Fix IRQ check in wkup_m3_ipc_probe
4000 - ARM: dts: sun8i: v3s: Move the csi1 block to follow address order
4001 - vsprintf: Fix potential unaligned access
4002 - ARM: dts: imx: Add missing LVDS decoder on M53Menlo
4003 - media: mexon-ge2d: fixup frames size in registers
4004 - media: video/hdmi: handle short reads of hdmi info frame.
4005 - media: ti-vpe: cal: Fix a NULL pointer dereference in
4006 cal_ctx_v4l2_init_formats()
4007 - media: em28xx: initialize refcount before kref_get
4008 - media: usb: go7007: s2250-board: fix leak in probe()
4009 - media: cedrus: H265: Fix neighbour info buffer size
4010 - media: cedrus: h264: Fix neighbour info buffer size
4011 - ASoC: codecs: rx-macro: fix accessing compander for aux
4012 - ASoC: codecs: rx-macro: fix accessing array out of bounds for enum type
4013 - ASoC: codecs: va-macro: fix accessing array out of bounds for enum type
4014 - ASoC: codecs: wc938x: fix accessing array out of bounds for enum type
4015 - ASoC: codecs: wcd938x: fix kcontrol max values
4016 - ASoC: codecs: wcd934x: fix kcontrol max values
4017 - ASoC: codecs: wcd934x: fix return value of wcd934x_rx_hph_mode_put
4018 - media: v4l2-core: Initialize h264 scaling matrix
4019 - media: ov5640: Fix set format, v4l2_mbus_pixelcode not updated
4020 - selftests/lkdtm: Add UBSAN config
4021 - lib: uninline simple_strntoull() as well
4022 - vsprintf: Fix %pK with kptr_restrict == 0
4023 - uaccess: fix nios2 and microblaze get_user_8()
4024 - ASoC: rt5663: check the return value of devm_kzalloc() in rt5663_parse_dp()
4025 - soc: mediatek: pm-domains: Add wakeup capacity support in power domain
4026 - mmc: sdhci_am654: Fix the driver data of AM64 SoC
4027 - ASoC: ti: davinci-i2s: Add check for clk_enable()
4028 - ALSA: spi: Add check for clk_enable()
4029 - arm64: dts: ns2: Fix spi-cpol and spi-cpha property
4030 - arm64: dts: broadcom: Fix sata nodename
4031 - printk: fix return value of printk.devkmsg __setup handler
4032 - ASoC: mxs-saif: Handle errors for clk_enable
4033 - ASoC: atmel_ssc_dai: Handle errors for clk_enable
4034 - ASoC: dwc-i2s: Handle errors for clk_enable
4035 - ASoC: soc-compress: prevent the potentially use of null pointer
4036 - memory: emif: Add check for setup_interrupts
4037 - memory: emif: check the pointer temp in get_device_details()
4038 - ALSA: firewire-lib: fix uninitialized flag for AV/C deferred transaction
4039 - arm64: dts: rockchip: Fix SDIO regulator supply properties on rk3399-firefly
4040 - m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined
4041 - media: stk1160: If start stream fails, return buffers with
4042 VB2_BUF_STATE_QUEUED
4043 - media: vidtv: Check for null return of vzalloc
4044 - ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe
4045 - ASoC: wm8350: Handle error for wm8350_register_irq
4046 - ASoC: fsi: Add check for clk_enable
4047 - video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_of
4048 - media: saa7134: fix incorrect use to determine if list is empty
4049 - ivtv: fix incorrect device_caps for ivtvfb
4050 - ASoC: atmel: Fix error handling in snd_proto_probe
4051 - ASoC: rockchip: i2s: Fix missing clk_disable_unprepare() in
4052 rockchip_i2s_probe
4053 - ASoC: SOF: Add missing of_node_put() in imx8m_probe
4054 - ASoC: mediatek: use of_device_get_match_data()
4055 - ASoC: mediatek: mt8192-mt6359: Fix error handling in mt8192_mt6359_dev_probe
4056 - ASoC: rk817: Fix missing clk_disable_unprepare() in rk817_platform_probe
4057 - ASoC: dmaengine: do not use a NULL prepare_slave_config() callback
4058 - ASoC: mxs: Fix error handling in mxs_sgtl5000_probe
4059 - ASoC: fsl_spdif: Disable TX clock when stop
4060 - ASoC: imx-es8328: Fix error return code in imx_es8328_probe()
4061 - ASoC: SOF: Intel: enable DMI L1 for playback streams
4062 - ASoC: msm8916-wcd-digital: Fix missing clk_disable_unprepare() in
4063 msm8916_wcd_digital_probe
4064 - mmc: davinci_mmc: Handle error for clk_enable
4065 - ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probe
4066 - ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probe
4067 - ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_data
4068 - ASoC: amd: Fix reference to PCM buffer address
4069 - ARM: configs: multi_v5_defconfig: re-enable CONFIG_V4L_PLATFORM_DRIVERS
4070 - ARM: configs: multi_v5_defconfig: re-enable DRM_PANEL and FB_xxx
4071 - drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_ops
4072 - drm/meson: Make use of the helper function
4073 devm_platform_ioremap_resourcexxx()
4074 - drm/meson: split out encoder from meson_dw_hdmi
4075 - drm/meson: Fix error handling when afbcd.ops->init fails
4076 - drm/bridge: Fix free wrong object in sii8620_init_rcp_input_dev
4077 - drm/bridge: Add missing pm_runtime_disable() in __dw_mipi_dsi_probe
4078 - drm/bridge: nwl-dsi: Fix PM disable depth imbalance in nwl_dsi_probe
4079 - drm: bridge: adv7511: Fix ADV7535 HPD enablement
4080 - ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern
4081 - drm/v3d/v3d_drv: Check for error num after setting mask
4082 - drm/panfrost: Check for error num after setting mask
4083 - libbpf: Fix possible NULL pointer dereference when destroying skeleton
4084 - bpftool: Only set obj->skeleton on complete success
4085 - udmabuf: validate ubuf->pagecount
4086 - bpf: Fix UAF due to race between btf_try_get_module and load_module
4087 - drm/selftests/test-drm_dp_mst_helper: Fix memory leak in
4088 sideband_msg_req_encode_decode
4089 - selftests: bpf: Fix bind on used port
4090 - Bluetooth: btintel: Fix WBS setting for Intel legacy ROM products
4091 - Bluetooth: hci_serdev: call init_rwsem() before p->open()
4092 - mtd: onenand: Check for error irq
4093 - mtd: rawnand: gpmi: fix controller timings setting
4094 - drm/edid: Don't clear formats if using deep color
4095 - drm/edid: Split deep color modes between RGB and YUV444
4096 - ionic: fix type complaint in ionic_dev_cmd_clean()
4097 - ionic: start watchdog after all is setup
4098 - ionic: Don't send reset commands if FW isn't running
4099 - drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl()
4100 - drm/amd/display: Fix a NULL pointer dereference in
4101 amdgpu_dm_connector_add_common_modes()
4102 - drm/amd/pm: return -ENOTSUPP if there is no get_dpm_ultimate_freq function
4103 - net: phy: at803x: move page selection fix to config_init
4104 - selftests/bpf: Normalize XDP section names in selftests
4105 - selftests/bpf/test_xdp_redirect_multi: use temp netns for testing
4106 - ath9k_htc: fix uninit value bugs
4107 - RDMA/core: Set MR type in ib_reg_user_mr
4108 - KVM: PPC: Fix vmx/vsx mixup in mmio emulation
4109 - selftests/net: timestamping: Fix bind_phc check
4110 - i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
4111 - i40e: respect metadata on XSK Rx to skb
4112 - igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
4113 - ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directly
4114 - ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
4115 - ixgbe: respect metadata on XSK Rx to skb
4116 - power: reset: gemini-poweroff: Fix IRQ check in gemini_poweroff_probe
4117 - ray_cs: Check ioremap return value
4118 - powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch
4119 - KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init
4120 - powerpc/perf: Don't use perf_hw_context for trace IMC PMU
4121 - mt76: connac: fix sta_rec_wtbl tag len
4122 - mt76: mt7915: use proper aid value in mt7915_mcu_wtbl_generic_tlv in sta
4123 mode
4124 - mt76: mt7915: use proper aid value in mt7915_mcu_sta_basic_tlv
4125 - mt76: mt7921: fix a leftover race in runtime-pm
4126 - mt76: mt7615: fix a leftover race in runtime-pm
4127 - mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_update
4128 - mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_update
4129 - ptp: unregister virtual clocks when unregistering physical clock.
4130 - net: dsa: mv88e6xxx: Enable port policy support on 6097
4131 - mac80211: Remove a couple of obsolete TODO
4132 - mac80211: limit bandwidth in HE capabilities
4133 - scripts/dtc: Call pkg-config POSIXly correct
4134 - livepatch: Fix build failure on 32 bits processors
4135 - net: asix: add proper error handling of usb read errors
4136 - i2c: bcm2835: Use platform_get_irq() to get the interrupt
4137 - i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()'
4138 - mtd: mchp23k256: Add SPI ID table
4139 - mtd: mchp48l640: Add SPI ID table
4140 - igc: avoid kernel warning when changing RX ring parameters
4141 - igb: refactor XDP registration
4142 - PCI: aardvark: Fix reading MSI interrupt number
4143 - PCI: aardvark: Fix reading PCI_EXP_RTSTA_PME bit on emulated bridge
4144 - RDMA/rxe: Check the last packet by RXE_END_MASK
4145 - libbpf: Fix signedness bug in btf_dump_array_data()
4146 - cxl/core: Fix cxl_probe_component_regs() error message
4147 - cxl/regs: Fix size of CXL Capability Header Register
4148 - net:enetc: allocate CBD ring data memory using DMA coherent methods
4149 - libbpf: Fix compilation warning due to mismatched printf format
4150 - drm/bridge: dw-hdmi: use safe format when first in bridge chain
4151 - libbpf: Use dynamically allocated buffer when receiving netlink messages
4152 - power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_init
4153 - HID: i2c-hid: fix GET/SET_REPORT for unnumbered reports
4154 - iommu/ipmmu-vmsa: Check for error num after setting mask
4155 - drm/bridge: anx7625: Fix overflow issue on reading EDID
4156 - bpftool: Fix the error when lookup in no-btf maps
4157 - drm/amd/pm: enable pm sysfs write for one VF mode
4158 - drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug
4159 - libbpf: Fix memleak in libbpf_netlink_recv()
4160 - IB/cma: Allow XRC INI QPs to set their local ACK timeout
4161 - dax: make sure inodes are flushed before destroy cache
4162 - selftests: mptcp: add csum mib check for mptcp_connect
4163 - iwlwifi: mvm: Don't call iwl_mvm_sta_from_mac80211() with NULL sta
4164 - iwlwifi: mvm: don't iterate unadded vifs when handling FW SMPS req
4165 - iwlwifi: mvm: align locking in D3 test debugfs
4166 - iwlwifi: yoyo: remove DBGI_SRAM address reset writing
4167 - iwlwifi: Fix -EIO error code that is never returned
4168 - iwlwifi: mvm: Fix an error code in iwl_mvm_up()
4169 - mtd: rawnand: pl353: Set the nand chip node as the flash node
4170 - drm/msm/dp: populate connector of struct dp_panel
4171 - drm/msm/dp: stop link training after link training 2 failed
4172 - drm/msm/dp: always add fail-safe mode into connector mode list
4173 - drm/msm/dsi: Use "ref" fw clock instead of global name for VCO parent
4174 - drm/msm/dsi/phy: fix 7nm v4.0 settings for C-PHY mode
4175 - drm/msm/dpu: add DSPP blocks teardown
4176 - drm/msm/dpu: fix dp audio condition
4177 - dm crypt: fix get_key_size compiler warning if !CONFIG_KEYS
4178 - vfio/pci: fix memory leak during D3hot to D0 transition
4179 - vfio/pci: wake-up devices around reset functions
4180 - scsi: fnic: Fix a tracing statement
4181 - scsi: pm8001: Fix command initialization in pm80XX_send_read_log()
4182 - scsi: pm8001: Fix command initialization in pm8001_chip_ssp_tm_req()
4183 - scsi: pm8001: Fix payload initialization in pm80xx_set_thermal_config()
4184 - scsi: pm8001: Fix le32 values handling in
4185 pm80xx_set_sas_protocol_timer_config()
4186 - scsi: pm8001: Fix payload initialization in pm80xx_encrypt_update()
4187 - scsi: pm8001: Fix le32 values handling in pm80xx_chip_ssp_io_req()
4188 - scsi: pm8001: Fix le32 values handling in pm80xx_chip_sata_req()
4189 - scsi: pm8001: Fix NCQ NON DATA command task initialization
4190 - scsi: pm8001: Fix NCQ NON DATA command completion handling
4191 - scsi: pm8001: Fix abort all task initialization
4192 - RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MR
4193 - drm/amd/display: Remove vupdate_int_entry definition
4194 - TOMOYO: fix __setup handlers return values
4195 - power: supply: sbs-charger: Don't cancel work that is not initialized
4196 - ext2: correct max file size computing
4197 - drm/tegra: Fix reference leak in tegra_dsi_ganged_probe
4198 - power: supply: bq24190_charger: Fix bq24190_vbus_is_enabled() wrong false
4199 return
4200 - scsi: hisi_sas: Change permission of parameter prot_mask
4201 - drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
4202 - bpf, arm64: Call build_prologue() first in first JIT pass
4203 - bpf, arm64: Feed byte-offset into bpf line info
4204 - xsk: Fix race at socket teardown
4205 - RDMA/irdma: Fix netdev notifications for vlan's
4206 - RDMA/irdma: Fix Passthrough mode in VM
4207 - RDMA/irdma: Remove incorrect masking of PD
4208 - gpu: host1x: Fix a memory leak in 'host1x_remove()'
4209 - libbpf: Skip forward declaration when counting duplicated type names
4210 - powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties()
4211 - powerpc/Makefile: Don't pass -mcpu=powerpc64 when building 32-bit
4212 - KVM: x86: Fix emulation in writing cr8
4213 - KVM: x86/emulator: Defer not-present segment check in
4214 __load_segment_descriptor()
4215 - hv_balloon: rate-limit "Unhandled message" warning
4216 - i2c: xiic: Make bus names unique
4217 - power: supply: wm8350-power: Handle error for wm8350_register_irq
4218 - power: supply: wm8350-power: Add missing free in free_charger_irq
4219 - IB/hfi1: Allow larger MTU without AIP
4220 - RDMA/core: Fix ib_qp_usecnt_dec() called when error
4221 - PCI: Reduce warnings on possible RW1C corruption
4222 - net: axienet: fix RX ring refill allocation failure handling
4223 - drm/msm/a6xx: Fix missing ARRAY_SIZE() check
4224 - mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=n
4225 - MIPS: Sanitise Cavium switch cases in TLB handler synthesizers
4226 - powerpc/sysdev: fix incorrect use to determine if list is empty
4227 - powerpc/64s: Don't use DSISR for SLB faults
4228 - mfd: mc13xxx: Add check for mc13xxx_irq_request
4229 - libbpf: Unmap rings when umem deleted
4230 - selftests/bpf: Make test_lwt_ip_encap more stable and faster
4231 - platform/x86: huawei-wmi: check the return value of device_create_file()
4232 - scsi: mpt3sas: Fix incorrect 4GB boundary check
4233 - powerpc: 8xx: fix a return value error in mpc8xx_pic_init
4234 - vxcan: enable local echo for sent CAN frames
4235 - ath10k: Fix error handling in ath10k_setup_msa_resources
4236 - mips: cdmm: Fix refcount leak in mips_cdmm_phys_base
4237 - MIPS: RB532: fix return value of __setup handler
4238 - MIPS: pgalloc: fix memory leak caused by pgd_free()
4239 - mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init
4240 - power: ab8500_chargalg: Use CLOCK_MONOTONIC
4241 - RDMA/irdma: Prevent some integer underflows
4242 - Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"
4243 - RDMA/mlx5: Fix memory leak in error flow for subscribe event routine
4244 - bpf, sockmap: Fix memleak in sk_psock_queue_msg
4245 - bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
4246 - bpf, sockmap: Fix more uncharged while msg has more_data
4247 - bpf, sockmap: Fix double uncharge the mem of sk_msg
4248 - samples/bpf, xdpsock: Fix race when running for fix duration of time
4249 - USB: storage: ums-realtek: fix error code in rts51x_read_mem()
4250 - drm/i915/display: Fix HPD short pulse handling for eDP
4251 - netfilter: flowtable: Fix QinQ and pppoe support for inet table
4252 - mt76: mt7921: fix mt7921_queues_acq implementation
4253 - can: isotp: sanitize CAN ID checks in isotp_bind()
4254 - can: isotp: return -EADDRNOTAVAIL when reading from unbound socket
4255 - can: isotp: support MSG_TRUNC flag when reading from socket
4256 - bareudp: use ipv6_mod_enabled to check if IPv6 enabled
4257 - ibmvnic: fix race between xmit and reset
4258 - af_unix: Fix some data-races around unix_sk(sk)->oob_skb.
4259 - selftests/bpf: Fix error reporting from sock_fields programs
4260 - Bluetooth: hci_uart: add missing NULL check in h5_enqueue
4261 - Bluetooth: call hci_le_conn_failed with hdev lock in hci_le_conn_failed
4262 - Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interrupt
4263 - ipv4: Fix route lookups when handling ICMP redirects and PMTU updates
4264 - af_netlink: Fix shift out of bounds in group mask calculation
4265 - i2c: meson: Fix wrong speed use from probe
4266 - netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()
4267 - i2c: mux: demux-pinctrl: do not deactivate a master that is not active
4268 - powerpc/pseries: Fix use after free in remove_phb_dynamic()
4269 - selftests/bpf/test_lirc_mode2.sh: Exit with proper code
4270 - PCI: Avoid broken MSI on SB600 USB devices
4271 - net: bcmgenet: Use stronger register read/writes to assure ordering
4272 - tcp: ensure PMTU updates are processed during fastopen
4273 - openvswitch: always update flow key after nat
4274 - net: dsa: fix panic on shutdown if multi-chip tree failed to probe
4275 - tipc: fix the timer expires after interval 100ms
4276 - mfd: asic3: Add missing iounmap() on error asic3_mfd_probe
4277 - ice: fix 'scheduling while atomic' on aux critical err interrupt
4278 - ice: don't allow to run ice_send_event_to_aux() in atomic ctx
4279 - drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via
4280 ethtool
4281 - kernel/resource: fix kfree() of bootmem memory again
4282 - staging: r8188eu: convert DBG_88E_LEVEL call in hal/rtl8188e_hal_init.c
4283 - staging: r8188eu: release_firmware is not called if allocation fails
4284 - mxser: fix xmit_buf leak in activate when LSR == 0xff
4285 - fsi: scom: Fix error handling
4286 - fsi: scom: Remove retries in indirect scoms
4287 - pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add()
4288 - pps: clients: gpio: Propagate return value from pps_gpio_probe
4289 - fsi: Aspeed: Fix a potential double free
4290 - misc: alcor_pci: Fix an error handling path
4291 - cpufreq: qcom-cpufreq-nvmem: fix reading of PVS Valid fuse
4292 - soundwire: intel: fix wrong register name in intel_shim_wake
4293 - clk: qcom: ipq8074: fix PCI-E clock oops
4294 - dmaengine: idxd: check GENCAP config support for gencfg register
4295 - dmaengine: idxd: change bandwidth token to read buffers
4296 - dmaengine: idxd: restore traffic class defaults after wq reset
4297 - iio: mma8452: Fix probe failing when an i2c_device_id is used
4298 - serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type
4299 - staging:iio:adc:ad7280a: Fix handing of device address bit reversing.
4300 - pinctrl: renesas: r8a77470: Reduce size for narrow VIN1 channel
4301 - pinctrl: renesas: checker: Fix miscalculation of number of states
4302 - clk: qcom: ipq8074: Use floor ops for SDCC1 clock
4303 - phy: dphy: Correct lpx parameter and its derivatives(ta_{get,go,sure})
4304 - phy: phy-brcm-usb: fixup BCM4908 support
4305 - serial: 8250_mid: Balance reference count for PCI DMA device
4306 - serial: 8250_lpss: Balance reference count for PCI DMA device
4307 - NFS: Use of mapping_set_error() results in spurious errors
4308 - serial: 8250: Fix race condition in RTS-after-send handling
4309 - iio: adc: Add check for devm_request_threaded_irq
4310 - habanalabs: Add check for pci_enable_device
4311 - NFS: Return valid errors from nfs2/3_decode_dirent()
4312 - staging: r8188eu: fix endless loop in recv_func
4313 - dma-debug: fix return value of __setup handlers
4314 - clk: imx7d: Remove audio_mclk_root_clk
4315 - clk: imx: off by one in imx_lpcg_parse_clks_from_dt()
4316 - clk: at91: sama7g5: fix parents of PDMCs' GCLK
4317 - clk: qcom: clk-rcg2: Update logic to calculate D value for RCG
4318 - clk: qcom: clk-rcg2: Update the frac table for pixel clock
4319 - dmaengine: hisi_dma: fix MSI allocate fail when reload hisi_dma
4320 - remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_region
4321 - remoteproc: qcom_wcnss: Add missing of_node_put() in
4322 wcnss_alloc_memory_region
4323 - remoteproc: qcom_q6v5_mss: Fix some leaks in q6v5_alloc_memory_region
4324 - nvdimm/region: Fix default alignment for small regions
4325 - clk: actions: Terminate clk_div_table with sentinel element
4326 - clk: loongson1: Terminate clk_div_table with sentinel element
4327 - clk: hisilicon: Terminate clk_div_table with sentinel element
4328 - clk: clps711x: Terminate clk_div_table with sentinel element
4329 - clk: Fix clk_hw_get_clk() when dev is NULL
4330 - clk: tegra: tegra124-emc: Fix missing put_device() call in
4331 emc_ensure_emc_driver
4332 - mailbox: imx: fix crash in resume on i.mx8ulp
4333 - NFS: remove unneeded check in decode_devicenotify_args()
4334 - staging: mt7621-dts: fix LEDs and pinctrl on GB-PC1 devicetree
4335 - staging: mt7621-dts: fix formatting
4336 - staging: mt7621-dts: fix pinctrl properties for ethernet
4337 - staging: mt7621-dts: fix GB-PC2 devicetree
4338 - pinctrl: mediatek: Fix missing of_node_put() in mtk_pctrl_init
4339 - pinctrl: mediatek: paris: Fix PIN_CONFIG_BIAS_* readback
4340 - pinctrl: mediatek: paris: Fix "argument" argument type for mtk_pinconf_get()
4341 - pinctrl: mediatek: paris: Fix pingroup pin config state readback
4342 - pinctrl: mediatek: paris: Skip custom extra pin config dump for virtual
4343 GPIOs
4344 - pinctrl: microchip sgpio: use reset driver
4345 - pinctrl: microchip-sgpio: lock RMW access
4346 - pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe
4347 - pinctrl/rockchip: Add missing of_node_put() in rockchip_pinctrl_probe
4348 - tty: hvc: fix return value of __setup handler
4349 - kgdboc: fix return value of __setup handler
4350 - serial: 8250: fix XOFF/XON sending when DMA is used
4351 - virt: acrn: obtain pa from VMA with PFNMAP flag
4352 - virt: acrn: fix a memory leak in acrn_dev_ioctl()
4353 - kgdbts: fix return value of __setup handler
4354 - firmware: google: Properly state IOMEM dependency
4355 - driver core: dd: fix return value of __setup handler
4356 - jfs: fix divide error in dbNextAG
4357 - netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options
4358 - SUNRPC don't resend a task on an offlined transport
4359 - NFSv4.1: don't retry BIND_CONN_TO_SESSION on session error
4360 - kdb: Fix the putarea helper function
4361 - perf stat: Fix forked applications enablement of counters
4362 - clk: qcom: gcc-msm8994: Fix gpll4 width
4363 - vsock/virtio: initialize vdev->priv before using VQs
4364 - vsock/virtio: read the negotiated features before using VQs
4365 - vsock/virtio: enable VQs early on probe
4366 - clk: Initialize orphan req_rate
4367 - xen: fix is_xen_pmu()
4368 - net: enetc: report software timestamping via SO_TIMESTAMPING
4369 - net: hns3: fix bug when PF set the duplicate MAC address for VFs
4370 - net: hns3: fix port base vlan add fail when concurrent with reset
4371 - net: hns3: add vlan list lock to protect vlan list
4372 - net: hns3: format the output of the MAC address
4373 - net: hns3: refine the process when PF set VF VLAN
4374 - net: phy: broadcom: Fix brcm_fet_config_init()
4375 - selftests: test_vxlan_under_vrf: Fix broken test case
4376 - NFS: Don't loop forever in nfs_do_recoalesce()
4377 - net: hns3: clean residual vf config after disable sriov
4378 - net: sparx5: depends on PTP_1588_CLOCK_OPTIONAL
4379 - qlcnic: dcb: default to returning -EOPNOTSUPP
4380 - net/x25: Fix null-ptr-deref caused by x25_disconnect
4381 - net: sparx5: switchdev: fix possible NULL pointer dereference
4382 - octeontx2-af: initialize action variable
4383 - net: prefer nf_ct_put instead of nf_conntrack_put
4384 - net/sched: act_ct: fix ref leak when switching zones
4385 - NFSv4/pNFS: Fix another issue with a list iterator pointing to the head
4386 - net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iterator
4387 - fs: fd tables have to be multiples of BITS_PER_LONG
4388 - lib/test: use after free in register_test_dev_kmod()
4389 - fs: fix fd table size alignment properly
4390 - LSM: general protection fault in legacy_parse_param
4391 - regulator: rpi-panel: Handle I2C errors/timing to the Atmel
4392 - crypto: hisilicon/qm - cleanup warning in qm_vf_read_qos
4393 - gcc-plugins/stackleak: Exactly match strings instead of prefixes
4394 - pinctrl: npcm: Fix broken references to chip->parent_device
4395 - rcu: Mark writes to the rcu_segcblist structure's ->flags field
4396 - block/bfq_wf2q: correct weight to ioprio
4397 - crypto: xts - Add softdep on ecb
4398 - crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3
4399 - block, bfq: don't move oom_bfqq
4400 - selinux: use correct type for context length
4401 - arm64: module: remove (NOLOAD) from linker script
4402 - selinux: allow FIOCLEX and FIONCLEX with policy capability
4403 - loop: use sysfs_emit() in the sysfs xxx show()
4404 - Fix incorrect type in assignment of ipv6 port for audit
4405 - irqchip/qcom-pdc: Fix broken locking
4406 - irqchip/nvic: Release nvic_base upon failure
4407 - fs/binfmt_elf: Fix AT_PHDR for unusual ELF files
4408 - bfq: fix use-after-free in bfq_dispatch_request
4409 - ACPICA: Avoid walking the ACPI Namespace if it is not there
4410 - lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3
4411 - Revert "Revert "block, bfq: honor already-setup queue merges""
4412 - ACPI/APEI: Limit printable size of BERT table data
4413 - PM: core: keep irq flags in device_pm_check_callbacks()
4414 - parisc: Fix handling off probe non-access faults
4415 - nvme-tcp: lockdep: annotate in-kernel sockets
4416 - spi: tegra20: Use of_device_get_match_data()
4417 - atomics: Fix atomic64_{read_acquire,set_release} fallbacks
4418 - locking/lockdep: Iterate lock_classes directly when reading lockdep files
4419 - ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bb
4420 - ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commit
4421 - sched/tracing: Report TASK_RTLOCK_WAIT tasks as TASK_UNINTERRUPTIBLE
4422 - ext4: don't BUG if someone dirty pages without asking ext4 first
4423 - f2fs: fix to do sanity check on curseg->alloc_type
4424 - NFSD: Fix nfsd_breaker_owns_lease() return values
4425 - f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fs
4426 - btrfs: harden identification of a stale device
4427 - btrfs: make search_csum_tree return 0 if we get -EFBIG
4428 - f2fs: use spin_lock to avoid hang
4429 - f2fs: compress: fix to print raw data size in error path of lz4
4430 decompression
4431 - Adjust cifssb maximum read size
4432 - ntfs: add sanity check on allocation size
4433 - media: staging: media: zoran: move videodev alloc
4434 - media: staging: media: zoran: calculate the right buffer number for
4435 zoran_reap_stat_com
4436 - media: staging: media: zoran: fix various V4L2 compliance errors
4437 - media: atmel: atmel-isc-base: report frame sizes as full supported range
4438 - media: ir_toy: free before error exiting
4439 - ASoC: sh: rz-ssi: Make the data structures available before registering the
4440 handlers
4441 - ASoC: SOF: Intel: match sdw version on link_slaves_found
4442 - media: imx-jpeg: Prevent decoding NV12M jpegs into single-planar buffers
4443 - media: iommu/mediatek-v1: Free the existed fwspec if the master dev already
4444 has
4445 - media: iommu/mediatek: Return ENODEV if the device is NULL
4446 - media: iommu/mediatek: Add device_link between the consumer and the larb
4447 devices
4448 - video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow
4449 - video: fbdev: w100fb: Reset global state
4450 - video: fbdev: cirrusfb: check pixclock to avoid divide by zero
4451 - video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emit
4452 - ARM: dts: qcom: fix gic_irq_domain_translate warnings for msm8960
4453 - ARM: dts: bcm2837: Add the missing L1/L2 cache information
4454 - ASoC: madera: Add dependencies on MFD
4455 - media: atomisp_gmin_platform: Add DMI quirk to not turn AXP ELDO2 regulator
4456 off on some boards
4457 - media: atomisp: fix dummy_ptr check to avoid duplicate active_bo
4458 - ARM: ftrace: avoid redundant loads or clobbering IP
4459 - ARM: dts: imx7: Use audio_mclk_post_div instead audio_mclk_root_clk
4460 - arm64: defconfig: build imx-sdma as a module
4461 - video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf()
4462 - video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of
4463 snprintf()
4464 - video: fbdev: udlfb: replace snprintf in show functions with sysfs_emit
4465 - ARM: dts: bcm2711: Add the missing L1/L2 cache information
4466 - ASoC: soc-core: skip zero num_dai component in searching dai name
4467 - media: imx-jpeg: fix a bug of accessing array out of bounds
4468 - media: cx88-mpeg: clear interrupt status register before streaming video
4469 - uaccess: fix type mismatch warnings from access_ok()
4470 - lib/test_lockup: fix kernel pointer check for separate address spaces
4471 - ARM: tegra: tamonten: Fix I2C3 pad setting
4472 - ARM: mmp: Fix failure to remove sram device
4473 - ASoC: amd: vg: fix for pm resume callback sequence
4474 - video: fbdev: sm712fb: Fix crash in smtcfb_write()
4475 - media: i2c: ov5648: Fix lockdep error
4476 - media: Revert "media: em28xx: add missing em28xx_close_extension"
4477 - media: hdpvr: initialize dev->worker at hdpvr_register_videodev
4478 - ASoC: Intel: sof_sdw: fix quirks for 2022 HP Spectre x360 13"
4479 - tracing: Have TRACE_DEFINE_ENUM affect trace event types as well
4480 - mmc: host: Return an error when ->enable_sdio_irq() ops is missing
4481 - media: atomisp: fix bad usage at error handling logic
4482 - ALSA: hda/realtek: Add alc256-samsung-headphone fixup
4483 - KVM: x86: Reinitialize context if host userspace toggles EFER.LME
4484 - KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root()
4485 - KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU
4486 - KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
4487 - KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi()
4488 - KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb()
4489 - KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB
4490 flush hypercalls
4491 - KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall
4492 - powerpc/kasan: Fix early region not updated correctly
4493 - powerpc/lib/sstep: Fix 'sthcx' instruction
4494 - powerpc/lib/sstep: Fix build errors with newer binutils
4495 - powerpc: Add set_memory_{p/np}() and remove set_memory_attr()
4496 - powerpc: Fix build errors with newer binutils
4497 - drm/dp: Fix off-by-one in register cache size
4498 - drm/i915: Treat SAGV block time 0 as SAGV disabled
4499 - drm/i915: Fix PSF GV point mask when SAGV is not possible
4500 - drm/i915: Reject unsupported TMDS rates on ICL+
4501 - scsi: qla2xxx: Refactor asynchronous command initialization
4502 - scsi: qla2xxx: Implement ref count for SRB
4503 - scsi: qla2xxx: Fix stuck session in gpdb
4504 - scsi: qla2xxx: Fix warning message due to adisc being flushed
4505 - scsi: qla2xxx: Fix scheduling while atomic
4506 - scsi: qla2xxx: Fix premature hw access after PCI error
4507 - scsi: qla2xxx: Fix wrong FDMI data for 64G adapter
4508 - scsi: qla2xxx: Fix warning for missing error code
4509 - scsi: qla2xxx: Fix device reconnect in loop topology
4510 - scsi: qla2xxx: edif: Fix clang warning
4511 - scsi: qla2xxx: Fix T10 PI tag escape and IP guard options for 28XX adapters
4512 - scsi: qla2xxx: Add devids and conditionals for 28xx
4513 - scsi: qla2xxx: Check for firmware dump already collected
4514 - scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair()
4515 - scsi: qla2xxx: Fix disk failure to rediscover
4516 - scsi: qla2xxx: Fix incorrect reporting of task management failure
4517 - scsi: qla2xxx: Fix hang due to session stuck
4518 - scsi: qla2xxx: Fix missed DMA unmap for NVMe ls requests
4519 - scsi: qla2xxx: Fix N2N inconsistent PLOGI
4520 - scsi: qla2xxx: Fix stuck session of PRLI reject
4521 - scsi: qla2xxx: Reduce false trigger to login
4522 - scsi: qla2xxx: Use correct feature type field during RFF_ID processing
4523 - platform: chrome: Split trace include file
4524 - KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irq
4525 - KVM: x86: Avoid theoretical NULL pointer dereference in
4526 kvm_irq_delivery_to_apic_fast()
4527 - KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated
4528 - KVM: Prevent module exit until all VMs are freed
4529 - KVM: x86: fix sending PV IPI
4530 - KVM: SVM: fix panic on out-of-bounds guest IRQ
4531 - ubifs: rename_whiteout: Fix double free for whiteout_ui->data
4532 - ubifs: Fix deadlock in concurrent rename whiteout and inode writeback
4533 - ubifs: Add missing iput if do_tmpfile() failed in rename whiteout
4534 - ubifs: Rename whiteout atomically
4535 - ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback work
4536 - ubifs: Rectify space amount budget for mkdir/tmpfile operations
4537 - ubifs: setflags: Make dirtied_ino_d 8 bytes aligned
4538 - ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()
4539 - ubifs: Fix to add refcount once page is set private
4540 - ubifs: rename_whiteout: correct old_dir size computing
4541 - nvme: allow duplicate NSIDs for private namespaces
4542 - nvme: fix the read-only state for zoned namespaces with unsupposed features
4543 - wireguard: queueing: use CFI-safe ptr_ring cleanup function
4544 - wireguard: socket: free skb in send6 when ipv6 is disabled
4545 - wireguard: socket: ignore v6 endpoints when ipv6 is disabled
4546 - XArray: Fix xas_create_range() when multi-order entry present
4547 - can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path
4548 - can: mcba_usb: properly check endpoint type
4549 - can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error value
4550 - XArray: Update the LRU list in xas_split()
4551 - modpost: restore the warning message for missing symbol versions
4552 - rtc: check if __rtc_read_time was successful
4553 - gfs2: gfs2_setattr_size error path fix
4554 - gfs2: Make sure FITRIM minlen is rounded up to fs block size
4555 - net: hns3: fix the concurrency between functions reading debugfs
4556 - net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardware
4557 - rxrpc: fix some null-ptr-deref bugs in server_key.c
4558 - rxrpc: Fix call timer start racing with call destruction
4559 - mailbox: imx: fix wakeup failure from freeze mode
4560 - crypto: arm/aes-neonbs-cbc - Select generic cbc and aes
4561 - watch_queue: Free the page array when watch_queue is dismantled
4562 - pinctrl: pinconf-generic: Print arguments for bias-pull-*
4563 - watchdog: rti-wdt: Add missing pm_runtime_disable() in probe function
4564 - net: sparx5: uses, depends on BRIDGE or !BRIDGE
4565 - pinctrl: nuvoton: npcm7xx: Rename DS() macro to DSTR()
4566 - pinctrl: nuvoton: npcm7xx: Use %zu printk format for ARRAY_SIZE()
4567 - ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLs
4568 - ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl
4569 - ARM: iop32x: offset IRQ numbers by 1
4570 - block: Fix the maximum minor value is blk_alloc_ext_minor()
4571 - io_uring: fix memory leak of uid in files registration
4572 - riscv module: remove (NOLOAD)
4573 - ACPI: CPPC: Avoid out of bounds access when parsing _CPC data
4574 - vhost: handle error while adding split ranges to iotlb
4575 - spi: Fix Tegra QSPI example
4576 - platform/chrome: cros_ec_typec: Check for EC device
4577 - can: isotp: restore accidentally removed MSG_PEEK feature
4578 - proc: bootconfig: Add null pointer check
4579 - drm/connector: Fix typo in documentation
4580 - scsi: qla2xxx: Add qla2x00_async_done() for async routines
4581 - staging: mt7621-dts: fix pinctrl-0 items to be size-1 items on ethernet
4582 - arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definition
4583 - ASoC: soc-compress: Change the check for codec_dai
4584 - Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
4585 - tracing: Have type enum modifications copy the strings
4586 - net: add skb_set_end_offset() helper
4587 - net: preserve skb_end_offset() in skb_unclone_keeptruesize()
4588 - mm/mmap: return 1 from stack_guard_gap __setup() handler
4589 - ARM: 9187/1: JIVE: fix return value of __setup handler
4590 - mm/memcontrol: return 1 from cgroup.memory __setup() handler
4591 - mm/usercopy: return 1 from hardened_usercopy __setup() handler
4592 - af_unix: Support POLLPRI for OOB.
4593 - bpf: Adjust BPF stack helper functions to accommodate skip > 0
4594 - bpf: Fix comment for helper bpf_current_task_under_cgroup()
4595 - mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PM
4596 - dt-bindings: mtd: nand-controller: Fix the reg property description
4597 - dt-bindings: mtd: nand-controller: Fix a comment in the examples
4598 - dt-bindings: spi: mxic: The interrupt property is not mandatory
4599 - dt-bindings: memory: mtk-smi: No need mediatek,larb-id for mt8167
4600 - dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix example
4601 - ubi: fastmap: Return error code if memory allocation fails in add_aeb()
4602 - ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEV
4603 - ASoC: topology: Allow TLV control to be either read or write
4604 - perf vendor events: Update metrics for SkyLake Server
4605 - media: ov6650: Add try support to selection API operations
4606 - media: ov6650: Fix crop rectangle affected by set format
4607 - spi: mediatek: support tick_delay without enhance_timing
4608 - ARM: dts: spear1340: Update serial node properties
4609 - ARM: dts: spear13xx: Update SPI dma properties
4610 - arm64: dts: ls1043a: Update i2c dma properties
4611 - arm64: dts: ls1046a: Update i2c node dma properties
4612 - um: Fix uml_mconsole stop/go
4613 - docs: sysctl/kernel: add missing bit to panic_print
4614 - openvswitch: Fixed nd target mask field in the flow dump.
4615 - torture: Make torture.sh help message match reality
4616 - n64cart: convert bi_disk to bi_bdev->bd_disk fix build
4617 - mmc: rtsx: Let MMC core handle runtime PM
4618 - mmc: rtsx: Fix build errors/warnings for unused variable
4619 - KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
4620 - iommu/dma: Skip extra sync during unmap w/swiotlb
4621 - iommu/dma: Fold _swiotlb helpers into callers
4622 - iommu/dma: Check CONFIG_SWIOTLB more broadly
4623 - swiotlb: Support aligned swiotlb buffers
4624 - iommu/dma: Account for min_align_mask w/swiotlb
4625 - coredump: Snapshot the vmas in do_coredump
4626 - coredump: Remove the WARN_ON in dump_vma_snapshot
4627 - coredump/elf: Pass coredump_params into fill_note_info
4628 - coredump: Use the vma snapshot in fill_files_note
4629 - PCI: xgene: Revert "PCI: xgene: Use inbound resources for setup"
4630 - Linux 5.15.33
4631
4632 * Jammy update: v5.15.32 upstream stable release (LP: #1969106)
4633 - net: ipv6: fix skb_over_panic in __ip6_append_data
4634 - tpm: Fix error handling in async work
4635 - Bluetooth: btusb: Add another Realtek 8761BU
4636 - llc: fix netdevice reference leaks in llc_ui_bind()
4637 - ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() call
4638 - ALSA: oss: Fix PCM OSS buffer allocation overflow
4639 - ALSA: usb-audio: add mapping for new Corsair Virtuoso SE
4640 - ALSA: hda/realtek: Add quirk for Clevo NP70PNJ
4641 - ALSA: hda/realtek: Add quirk for Clevo NP50PNJ
4642 - ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671
4643 - ALSA: hda/realtek: Add quirk for ASUS GA402
4644 - ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
4645 - ALSA: pcm: Fix races among concurrent read/write and buffer changes
4646 - ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free calls
4647 - ALSA: pcm: Fix races among concurrent prealloc proc writes
4648 - ALSA: pcm: Add stream lock during PCM reset ioctl operations
4649 - ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB
4650 - ALSA: cmipci: Restore aux vol on suspend/resume
4651 - ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec
4652 - drivers: net: xgene: Fix regression in CRC stripping
4653 - ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board
4654 - ACPI: battery: Add device HID and quirk for Microsoft Surface Go 3
4655 - ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNU
4656 - crypto: qat - disable registration of algorithms
4657 - Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE
4658 - Revert "ath: add support for special 0x0 regulatory domain"
4659 - drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()
4660 - rcu: Don't deboost before reporting expedited quiescent state
4661 - uaccess: fix integer overflow on access_ok()
4662 - mac80211: fix potential double free on mesh join
4663 - tpm: use try_get_ops() in tpm-space.c
4664 - wcn36xx: Differentiate wcn3660 from wcn3620
4665 - m68k: fix access_ok for coldfire
4666 - nds32: fix access_ok() checks in get/put_user
4667 - llc: only change llc->dev when bind() succeeds
4668 - Linux 5.15.32
4669
4670 * Jammy update: v5.15.31 upstream stable release (LP: #1969105)
4671 - crypto: qcom-rng - ensure buffer for generate is completely filled
4672 - ocfs2: fix crash when initialize filecheck kobj fails
4673 - mm: swap: get rid of livelock in swapin readahead
4674 - block: release rq qos structures for queue without disk
4675 - drm/mgag200: Fix PLL setup for g200wb and g200ew
4676 - efi: fix return value of __setup handlers
4677 - alx: acquire mutex for alx_reinit in alx_change_mtu
4678 - vsock: each transport cycles only on its own sockets
4679 - esp6: fix check on ipv6_skip_exthdr's return value
4680 - net: phy: marvell: Fix invalid comparison in the resume and suspend
4681 functions
4682 - net/packet: fix slab-out-of-bounds access in packet_recvmsg()
4683 - atm: eni: Add check for dma_map_single
4684 - iavf: Fix double free in iavf_reset_task
4685 - hv_netvsc: Add check for kvmalloc_array
4686 - drm/imx: parallel-display: Remove bus flags check in
4687 imx_pd_bridge_atomic_check()
4688 - drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings
4689 - net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit()
4690 - drm: Don't make DRM_PANEL_BRIDGE dependent on DRM_KMS_HELPERS
4691 - net: dsa: Add missing of_node_put() in dsa_port_parse_of
4692 - net: phy: mscc: Add MODULE_FIRMWARE macros
4693 - bnx2x: fix built-in kernel driver load failure
4694 - net: bcmgenet: skip invalid partial checksums
4695 - net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower
4696 offload
4697 - iavf: Fix hang during reboot/shutdown
4698 - arm64: fix clang warning about TRAMP_VALIAS
4699 - usb: gadget: rndis: prevent integer overflow in rndis_set_response()
4700 - usb: gadget: Fix use-after-free bug by not setting udc->dev.driver
4701 - usb: usbtmc: Fix bug in pipe direction for control transfers
4702 - scsi: mpt3sas: Page fault in reply q processing
4703 - Input: aiptek - properly check endpoint type
4704 - perf symbols: Fix symbol size calculation condition
4705 - btrfs: skip reserved bytes warning on unmount after log cleanup failure
4706 - Linux 5.15.31
4707
4708 -- Stefan Bader <stefan.bader@canonical.com> Fri, 20 May 2022 14:58:09 +0200
d05b5fc3 4709
ca3994b6 4710linux (5.15.0-33.34) jammy; urgency=medium
8193d875 4711
ca3994b6 4712 * jammy/linux: 5.15.0-33.34 -proposed tracker (LP: #1973924)
8193d875 4713
ca3994b6
SB
4714 * CVE-2022-29581
4715 - net/sched: cls_u32: fix netns refcount changes in u32_change()
4716
4717 * ext4: limit length to bitmap_maxbytes (LP: #1972281)
4718 - ext4: limit length to bitmap_maxbytes - blocksize in punch_hole
4719
4720 * Unprivileged users may use PTRACE_SEIZE to set PTRACE_O_SUSPEND_SECCOMP
4721 option (LP: #1972740)
4722 - ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZE
4723
4724 -- Stefan Bader <stefan.bader@canonical.com> Wed, 18 May 2022 15:11:00 +0200
8193d875 4725
512bc4c7 4726linux (5.15.0-30.31) jammy; urgency=medium
16633e6b 4727
512bc4c7 4728 * jammy/linux: 5.15.0-30.31 -proposed tracker (LP: #1971685)
16633e6b 4729
512bc4c7
SB
4730 * Packaging resync (LP: #1786013)
4731 - [Packaging] update variants
4732 - debian/dkms-versions -- update from kernel-versions (main/2022.04.18)
4733
4734 * Intel: enable x86 AMX (LP: #1967750)
4735 - x86/extable: Tidy up redundant handler functions
4736 - x86/extable: Get rid of redundant macros
4737 - x86/mce: Deduplicate exception handling
4738 - x86/mce: Get rid of stray semicolons
4739 - x86/extable: Rework the exception table mechanics
4740 - x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE
4741 - x86/copy_mc: Use EX_TYPE_DEFAULT_MCE_SAFE for exception fixups
4742 - x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixups
4743 - x86/extable: Remove EX_TYPE_FAULT from MCE safe fixups
4744 - x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()
4745 - x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()
4746 - x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe()
4747 - x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean
4748 - x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers to
4749 boolean
4750 - x86/signal: Change return type of restore_sigcontext() to boolean
4751 - x86/fpu/signal: Change return type of fpu__restore_sig() to boolean
4752 - x86/fpu/signal: Change return type of __fpu_restore_sig() to boolean
4753 - x86/fpu/signal: Change return code of check_xstate_in_sigframe() to boolean
4754 - x86/fpu/signal: Change return code of restore_fpregs_from_user() to boolean
4755 - x86/fpu/signal: Fix missed conversion to correct boolean retval in
4756 save_xstate_epilog()
4757 - x86/fpu: Remove pointless argument from switch_fpu_finish()
4758 - x86/fpu: Update stale comments
4759 - x86/pkru: Remove useless include
4760 - x86/fpu: Restrict xsaves()/xrstors() to independent states
4761 - x86/fpu: Cleanup the on_boot_cpu clutter
4762 - x86/fpu: Remove pointless memset in fpu_clone()
4763 - x86/process: Clone FPU in copy_thread()
4764 - x86/fpu: Do not inherit FPU context for kernel and IO worker threads
4765 - x86/fpu: Cleanup xstate xcomp_bv initialization
4766 - x86/fpu/xstate: Provide and use for_each_xfeature()
4767 - x86/fpu/xstate: Mark all init only functions __init
4768 - x86/fpu: Move KVMs FPU swapping to FPU core
4769 - x86/fpu: Replace KVMs home brewed FPU copy from user
4770 - x86/fpu: Rework copy_xstate_to_uabi_buf()
4771 - x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init
4772 - x86/fpu: Move context switch and exit to user inlines into sched.h
4773 - x86/fpu: Clean up CPU feature tests
4774 - x86/fpu: Make os_xrstor_booting() private
4775 - x86/fpu: Move os_xsave() and os_xrstor() to core
4776 - x86/fpu: Move legacy ASM wrappers to core
4777 - x86/fpu: Make WARN_ON_FPU() private
4778 - x86/fpu: Move fpregs_restore_userregs() to core
4779 - x86/fpu: Move mxcsr related code to core
4780 - x86/fpu: Move fpstate functions to api.h
4781 - x86/fpu: Remove internal.h dependency from fpu/signal.h
4782 - x86/sev: Include fpu/xcr.h
4783 - x86/fpu: Mop up the internal.h leftovers
4784 - x86/fpu: Replace the includes of fpu/internal.h
4785 - x86/fpu: Provide a proper function for ex_handler_fprestore()
4786 - x86/fpu: Replace KVMs home brewed FPU copy to user
4787 - x86/fpu: Provide struct fpstate
4788 - x86/fpu: Convert fpstate_init() to struct fpstate
4789 - x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstate
4790 - x86/fpu: Replace KVMs xstate component clearing
4791 - x86/KVM: Convert to fpstate
4792 - x86/fpu: Convert tracing to fpstate
4793 - x86/fpu/regset: Convert to fpstate
4794 - x86/fpu/signal: Convert to fpstate
4795 - x86/fpu/core: Convert to fpstate
4796 - x86/math-emu: Convert to fpstate
4797 - x86/fpu: Remove fpu::state
4798 - x86/fpu: Do not leak fpstate pointer on fork
4799 - x86/process: Move arch_thread_struct_whitelist() out of line
4800 - x86/fpu: Add size and mask information to fpstate
4801 - x86/fpu: Use fpstate::size
4802 - x86/fpu/xstate: Use fpstate for os_xsave()
4803 - x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()
4804 - x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()
4805 - x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()
4806 - x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
4807 - x86/fpu/signal: Use fpstate for size and features
4808 - x86/fpu: Provide struct fpu_config
4809 - x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()
4810 - x86/fpu/xstate: Cleanup size calculations
4811 - x86/fpu: Move xstate size to fpu_*_cfg
4812 - x86/fpu: Move xstate feature masks to fpu_*_cfg
4813 - x86/fpu: Mop up xfeatures_mask_uabi()
4814 - x86/fpu: Rework restore_regs_from_fpstate()
4815 - x86/fpu/xstate: Move remaining xfeature helpers to core
4816 - x86/fpu: Prepare for sanitizing KVM FPU code
4817 - x86/fpu: Provide infrastructure for KVM FPU cleanup
4818 - x86/kvm: Convert FPU handling to a single swap buffer
4819 - x86/fpu: Remove old KVM FPU interface
4820 - signal: Add an optional check for altstack size
4821 - x86/signal: Implement sigaltstack size validation
4822 - x86/fpu/xstate: Provide xstate_calculate_size()
4823 - x86/fpu: Add members to struct fpu to cache permission information
4824 - x86/fpu: Add fpu_state_config::legacy_features
4825 - x86/arch_prctl: Add controls for dynamic XSTATE components
4826 - x86/fpu: Add basic helpers for dynamically enabled features
4827 - x86/signal: Use fpu::__state_user_size for sigalt stack validation
4828 - x86/fpu/signal: Prepare for variable sigframe length
4829 - x86/fpu: Prepare fpu_clone() for dynamically enabled features
4830 - x86/fpu: Reset permission and fpstate on exec()
4831 - x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bit
4832 - x86/msr-index: Add MSRs for XFD
4833 - x86/fpu: Add XFD state to fpstate
4834 - x86/fpu: Add sanity checks for XFD
4835 - x86/fpu: Update XFD state where required
4836 - x86/fpu/xstate: Add XFD #NM handler
4837 - x86/fpu/xstate: Add fpstate_realloc()/free()
4838 - x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component
4839 numbers
4840 - x86/fpu/amx: Define AMX state components and have it used for boot-time
4841 checks
4842 - x86/fpu: Calculate the default sizes independently
4843 - x86/fpu: Add XFD handling for dynamic states
4844 - x86/fpu/amx: Enable the AMX feature in 64-bit mode
4845 - selftests/x86/amx: Add test cases for AMX state management
4846 - selftests/x86/amx: Add context switch test
4847 - Documentation/x86: Add documentation for using dynamic XSTATE features
4848 - x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog()
4849 - signal: Skip the altstack update when not needed
4850 - x86/cpufeatures: Put the AMX macros in the word 18 block
4851 - x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation
4852 - selftests/x86/amx: Update the ARCH_REQ_XCOMP_PERM test
4853 - [Config] updateconfigs after AMX patchset
4854
4855 -- Stefan Bader <stefan.bader@canonical.com> Thu, 05 May 2022 11:45:39 +0200
16633e6b 4856
ab2e786e 4857linux (5.15.0-27.28) jammy; urgency=medium
75a217a6 4858
ab2e786e 4859 * jammy/linux: 5.15.0-27.28 -proposed tracker (LP: #1968954)
75a217a6 4860
ab2e786e 4861 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 14 Apr 2022 06:46:57 +0200
75a217a6 4862
1552ebdf 4863linux (5.15.0-26.27) jammy; urgency=medium
cb241d8c 4864
1552ebdf 4865 * jammy/linux: 5.15.0-26.27 -proposed tracker (LP: #1968850)
cb241d8c 4866
1552ebdf
PP
4867 * CVE-2022-1016
4868 - netfilter: nf_tables: initialize registers in nft_do_chain()
4869
4870 * CVE-2022-1015
4871 - netfilter: nf_tables: validate registers coming from userspace.
4872
4873 * CVE-2022-26490
4874 - nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTION
4875
4876 * harden indirect calls against BHI attacks (LP: #1967579)
4877 - objtool: Classify symbols
4878 - objtool: Explicitly avoid self modifying code in .altinstr_replacement
4879 - objtool: Shrink struct instruction
4880 - objtool,x86: Replace alternatives with .retpoline_sites
4881 - x86/retpoline: Remove unused replacement symbols
4882 - x86/asm: Fix register order
4883 - x86/asm: Fixup odd GEN-for-each-reg.h usage
4884 - x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h
4885 - x86/retpoline: Create a retpoline thunk array
4886 - x86/alternative: Implement .retpoline_sites support
4887 - x86/alternative: Handle Jcc __x86_indirect_thunk_\reg
4888 - x86/alternative: Try inline spectre_v2=retpoline,amd
4889 - x86/alternative: Add debug prints to apply_retpolines()
4890 - bpf,x86: Simplify computing label offsets
4891 - bpf,x86: Respect X86_FEATURE_RETPOLINE*
4892
4893 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 13 Apr 2022 16:51:38 +0200
cb241d8c 4894
f4a9abe1 4895linux (5.15.0-25.25) jammy; urgency=medium
c86ce851 4896
f4a9abe1 4897 * jammy/linux: 5.15.0-25.25 -proposed tracker (LP: #1967146)
c86ce851 4898
f4a9abe1
PP
4899 * Miscellaneous Ubuntu changes
4900 - SAUCE: Revert "scsi: core: Reallocate device's budget map on queue depth
4901 change"
4902
4903 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 30 Mar 2022 17:28:11 +0200
c86ce851 4904
25a5e775 4905linux (5.15.0-24.24) jammy; urgency=medium
8489541c 4906
25a5e775 4907 * jammy/linux: 5.15.0-24.24 -proposed tracker (LP: #1966305)
8489541c 4908
25a5e775
PP
4909 * Update OS policy capability handshake (LP: #1966089)
4910 - thermal: int340x: Update OS policy capability handshake
4911
4912 * Jammy update: v5.15.30 upstream stable release (LP: #1966057)
4913 - Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"
4914 - arm64: dts: rockchip: fix rk3399-puma-haikou USB OTG mode
4915 - xfrm: Check if_id in xfrm_migrate
4916 - xfrm: Fix xfrm migrate issues when address family changes
4917 - arm64: dts: rockchip: fix rk3399-puma eMMC HS400 signal integrity
4918 - arm64: dts: rockchip: align pl330 node name with dtschema
4919 - arm64: dts: rockchip: reorder rk3399 hdmi clocks
4920 - arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg"
4921 - ARM: dts: rockchip: reorder rk322x hmdi clocks
4922 - ARM: dts: rockchip: fix a typo on rk3288 crypto-controller
4923 - mac80211: refuse aggregations sessions before authorized
4924 - MIPS: smp: fill in sibling and core maps earlier
4925 - ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE
4926 - Bluetooth: hci_core: Fix leaking sent_cmd skb
4927 - can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when
4928 fully ready
4929 - atm: firestream: check the return value of ioremap() in fs_init()
4930 - iwlwifi: don't advertise TWT support
4931 - drm/vrr: Set VRR capable prop only if it is attached to connector
4932 - nl80211: Update bss channel on channel switch for P2P_CLIENT
4933 - tcp: make tcp_read_sock() more robust
4934 - sfc: extend the locking on mcdi->seqno
4935 - bnx2: Fix an error message
4936 - kselftest/vm: fix tests build with old libc
4937 - x86/module: Fix the paravirt vs alternative order
4938 - ice: Fix race condition during interface enslave
4939 - Linux 5.15.30
4940
4941 * Jammy update: v5.15.29 upstream stable release (LP: #1966056)
4942 - arm64: dts: qcom: sm8350: Describe GCC dependency clocks
4943 - arm64: dts: qcom: sm8350: Correct UFS symbol clocks
4944 - HID: elo: Revert USB reference counting
4945 - HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts
4946 - ARM: boot: dts: bcm2711: Fix HVS register range
4947 - clk: qcom: gdsc: Add support to update GDSC transition delay
4948 - clk: qcom: dispcc: Update the transition delay for MDSS GDSC
4949 - HID: vivaldi: fix sysfs attributes leak
4950 - arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias
4951 - tipc: fix kernel panic when enabling bearer
4952 - vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command
4953 - vduse: Fix returning wrong type in vduse_domain_alloc_iova()
4954 - net: phy: meson-gxl: fix interrupt handling in forced mode
4955 - mISDN: Fix memory leak in dsp_pipeline_build()
4956 - vhost: fix hung thread due to erroneous iotlb entries
4957 - virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zero
4958 - vdpa: fix use-after-free on vp_vdpa_remove
4959 - isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()
4960 - net: qlogic: check the return value of dma_alloc_coherent() in
4961 qed_vf_hw_prepare()
4962 - esp: Fix possible buffer overflow in ESP transformation
4963 - esp: Fix BEET mode inter address family tunneling on GSO
4964 - qed: return status of qed_iov_get_link
4965 - smsc95xx: Ignore -ENODEV errors when device is unplugged
4966 - gpiolib: acpi: Convert ACPI value of debounce to microseconds
4967 - drm/sun4i: mixer: Fix P010 and P210 format numbers
4968 - net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate()
4969 - ARM: dts: aspeed: Fix AST2600 quad spi group
4970 - iavf: Fix handling of vlan strip virtual channel messages
4971 - i40e: stop disabling VFs due to PF error responses
4972 - ice: stop disabling VFs due to PF error responses
4973 - ice: Fix error with handling of bonding MTU
4974 - ice: Don't use GFP_KERNEL in atomic context
4975 - ice: Fix curr_link_speed advertised speed
4976 - ethernet: Fix error handling in xemaclite_of_probe
4977 - tipc: fix incorrect order of state message data sanity check
4978 - net: ethernet: ti: cpts: Handle error for clk_enable
4979 - net: ethernet: lpc_eth: Handle error for clk_enable
4980 - net: marvell: prestera: Add missing of_node_put() in
4981 prestera_switch_set_base_mac_addr
4982 - ax25: Fix NULL pointer dereference in ax25_kill_by_device
4983 - net/mlx5: Fix size field in bufferx_reg struct
4984 - net/mlx5: Fix a race on command flush flow
4985 - net/mlx5e: Lag, Only handle events from highest priority multipath entry
4986 - NFC: port100: fix use-after-free in port100_send_complete
4987 - selftests: pmtu.sh: Kill tcpdump processes launched by subshell.
4988 - selftests: pmtu.sh: Kill nettest processes launched in subshell.
4989 - gpio: ts4900: Do not set DAT and OE together
4990 - gianfar: ethtool: Fix refcount leak in gfar_get_ts_info
4991 - net: phy: DP83822: clear MISR2 register to disable interrupts
4992 - sctp: fix kernel-infoleak for SCTP sockets
4993 - net: bcmgenet: Don't claim WOL when its not available
4994 - net: phy: meson-gxl: improve link-up behavior
4995 - selftests/bpf: Add test for bpf_timer overwriting crash
4996 - swiotlb: fix info leak with DMA_FROM_DEVICE
4997 - usb: dwc3: pci: add support for the Intel Raptor Lake-S
4998 - pinctrl: tigerlake: Revert "Add Alder Lake-M ACPI ID"
4999 - KVM: Fix lockdep false negative during host resume
5000 - kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup mode
5001 - spi: rockchip: Fix error in getting num-cs property
5002 - spi: rockchip: terminate dma transmission when slave abort
5003 - drm/vc4: hdmi: Unregister codec device on unbind
5004 - x86/kvm: Don't use pv tlb/ipi/sched_yield if on 1 vCPU
5005 - net-sysfs: add check for netdevice being present to speed_show
5006 - hwmon: (pmbus) Clear pmbus fault/warning bits after read
5007 - PCI: Mark all AMD Navi10 and Navi14 GPU ATS as broken
5008 - gpio: Return EPROBE_DEFER if gc->to_irq is NULL
5009 - drm/amdgpu: bypass tiling flag check in virtual display case (v2)
5010 - Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"
5011 - Revert "xen-netback: Check for hotplug-status existence before watching"
5012 - ipv6: prevent a possible race condition with lifetimes
5013 - tracing: Ensure trace buffer is at least 4096 bytes large
5014 - tracing/osnoise: Make osnoise_main to sleep for microseconds
5015 - selftest/vm: fix map_fixed_noreplace test failure
5016 - selftests/memfd: clean up mapping in mfd_fail_write
5017 - ARM: Spectre-BHB: provide empty stub for non-config
5018 - fuse: fix fileattr op failure
5019 - fuse: fix pipe buffer lifetime for direct_io
5020 - staging: rtl8723bs: Fix access-point mode deadlock
5021 - staging: gdm724x: fix use after free in gdm_lte_rx()
5022 - net: macb: Fix lost RX packet wakeup race in NAPI receive
5023 - riscv: alternative only works on !XIP_KERNEL
5024 - mmc: meson: Fix usage of meson_mmc_post_req()
5025 - riscv: Fix auipc+jalr relocation range checks
5026 - tracing/osnoise: Force quiescent states while tracing
5027 - arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0
5028 - arm64: Ensure execute-only permissions are not allowed without EPAN
5029 - arm64: kasan: fix include error in MTE functions
5030 - swiotlb: rework "fix info leak with DMA_FROM_DEVICE"
5031 - KVM: x86/mmu: kvm_faultin_pfn has to return false if pfh is returned
5032 - virtio: unexport virtio_finalize_features
5033 - virtio: acknowledge all features before access
5034 - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
5035 - ARM: fix Thumb2 regression with Spectre BHB
5036 - watch_queue: Fix filter limit check
5037 - watch_queue, pipe: Free watchqueue state after clearing pipe ring
5038 - watch_queue: Fix to release page in ->release()
5039 - watch_queue: Fix to always request a pow-of-2 pipe ring size
5040 - watch_queue: Fix the alloc bitmap size to reflect notes allocated
5041 - watch_queue: Free the alloc bitmap when the watch_queue is torn down
5042 - watch_queue: Fix lack of barrier/sync/lock between post and read
5043 - watch_queue: Make comment about setting ->defunct more accurate
5044 - x86/boot: Fix memremap of setup_indirect structures
5045 - x86/boot: Add setup_indirect support in early_memremap_is_setup_data()
5046 - x86/sgx: Free backing memory after faulting the enclave page
5047 - x86/traps: Mark do_int3() NOKPROBE_SYMBOL
5048 - drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP
5049 - btrfs: make send work with concurrent block group relocation
5050 - drm/i915: Workaround broken BIOS DBUF configuration on TGL/RKL
5051 - riscv: dts: k210: fix broken IRQs on hart1
5052 - block: drop unused includes in <linux/genhd.h>
5053 - Revert "net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing
5054 VLAN"
5055 - vhost: allow batching hint without size
5056 - Linux 5.15.29
5057
5058 * Jammy update: v5.15.28 upstream stable release (LP: #1966055)
5059 - slip: fix macro redefine warning
5060 - ARM: fix co-processor register typo
5061 - ARM: Do not use NOCROSSREFS directive with ld.lld
5062 - arm64: Do not include __READ_ONCE() block in assembly files
5063 - ARM: fix build warning in proc-v7-bugs.c
5064 - xen/xenbus: don't let xenbus_grant_ring() remove grants in error case
5065 - xen/grant-table: add gnttab_try_end_foreign_access()
5066 - xen/blkfront: don't use gnttab_query_foreign_access() for mapped status
5067 - xen/netfront: don't use gnttab_query_foreign_access() for mapped status
5068 - xen/scsifront: don't use gnttab_query_foreign_access() for mapped status
5069 - xen/gntalloc: don't use gnttab_query_foreign_access()
5070 - xen: remove gnttab_query_foreign_access()
5071 - xen/9p: use alloc/free_pages_exact()
5072 - xen/pvcalls: use alloc/free_pages_exact()
5073 - xen/gnttab: fix gnttab_end_foreign_access() without page specified
5074 - xen/netfront: react properly to failing gnttab_end_foreign_access_ref()
5075 - Revert "ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE"
5076 - Linux 5.15.28
5077
5078 * zfcpdump-kernel update to v5.15 (LP: #1965766)
5079 - SAUCE: Audit: Fix incorrect static inline function declration.
5080
5081 * [22.04 FEAT] SMC-R v2 Support (LP: #1929035)
5082 - net/smc: save stack space and allocate smc_init_info
5083 - net/smc: prepare for SMC-Rv2 connection
5084 - net/smc: add SMC-Rv2 connection establishment
5085 - net/smc: add listen processing for SMC-Rv2
5086 - net/smc: add v2 format of CLC decline message
5087 - net/smc: retrieve v2 gid from IB device
5088 - net/smc: add v2 support to the work request layer
5089 - net/smc: extend LLC layer for SMC-Rv2
5090 - net/smc: add netlink support for SMC-Rv2
5091 - net/smc: stop links when their GID is removed
5092 - net/smc: fix kernel panic caused by race of smc_sock
5093 - net/smc: Fix hung_task when removing SMC-R devices
5094
5095 * [22.04 FEAT] Transparent PCI device recovery (LP: #1959532)
5096 - s390/pci: tolerate inconsistent handle in recover
5097 - s390/pci: add simpler s390dbf traces for events
5098 - s390/pci: refresh function handle in iomap
5099 - s390/pci: implement reset_slot for hotplug slot
5100 - PCI: Export pci_dev_lock()
5101 - s390/pci: implement minimal PCI error recovery
5102
5103 * Mute/mic LEDs no function on some HP platfroms (LP: #1965080)
5104 - ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machines
5105
5106 * [22.04 FEAT] smc: Add User-defined EID (Enterprise ID) Support - kernel
5107 (LP: #1929060)
5108 - net/smc: add support for user defined EIDs
5109 - net/smc: keep static copy of system EID
5110 - net/smc: add generic netlink support for system EID
5111
5112 * Rotate to 2021v1 signing key (LP: #1964990)
5113 - [Packaging] Rotate to 2021v1 signing key
5114
5115 * [22.04 FEAT] zcrypt DD: Exploitation Support of new IBM Z Crypto Hardware
5116 (kernel part) (LP: #1959547)
5117 - s390/zcrypt: rework of debug feature messages
5118 - s390/ap/zcrypt: debug feature improvements
5119 - s390/zcrypt: CEX8S exploitation support
5120 - s390/zcrypt: handle checkstopped cards with new state
5121 - s390/zcrypt: Support CPRB minor version T7
5122 - s390/zcrypt: change reply buffer size offering
5123 - s390/zcrypt: Provide target domain for EP11 cprbs to scheduling function
5124 - s390/airq: use DMA memory for summary indicators
5125
5126 * [22.04 FEAT] [VS2103] Set KVM_CAP_S390_MEM_OP_EXTENSION capability to 211
5127 (LP: #1963901)
5128 - SAUCE: Set KVM_CAP_S390_MEM_OP_EXTENSION capability to 211
5129
5130 * dependency on crda obsolete according to Debian (LP: #1958918)
5131 - [Packaging] switch dependency from crda to wireless-regdb
5132
5133 * Cirrus audio support [1028:0BB5] & [1028:0BB6] (LP: #1964748)
5134 - ALSA: hda/cs8409: Add new Warlock SKUs to patch_cs8409
5135
5136 * Miscellaneous Ubuntu changes
5137 - [Packaging] mark dkms-build-configure--zfs executable
5138 - [Packaging] Fix bashism in dkms-build script
5139 - [Packaging] Always catch errors in dkms-build scripts
5140 - [Config] toolchain version update
5141
5142 * Miscellaneous upstream changes
5143 - Ubuntu: remove leftover reference to ubuntu/hio driver
5144 - Reverting commits 61005756c824 and cdb0f8e66513 due to a conflict with
5145 LP#1929035. Re-pick them afterwards, which will establish the upstream
5146 commit content and order again.
5147 - Revert "UBUNTU: [Packaging] Rotate to 2021v1 signing key"
5148
5149 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 25 Mar 2022 11:25:10 +0100
8489541c 5150
3fe20881 5151linux (5.15.0-23.23) jammy; urgency=medium
0a6753e7 5152
3fe20881 5153 * jammy/linux: 5.15.0-23.23 -proposed tracker (LP: #1964573)
0a6753e7 5154
3fe20881
PP
5155 * Packaging resync (LP: #1786013)
5156 - [Packaging] resync dkms-build{,--nvidia-N} from LRMv5
5157 - debian/dkms-versions -- update from kernel-versions (main/master)
5158
5159 * [22.04 FEAT] KVM: Enable GISA support for Secure Execution guests
5160 (LP: #1959977)
5161 - KVM: s390: pv: make use of ultravisor AIV support
5162
5163 * intel_iommu breaks Intel IPU6 camera: isys port open ready failed -16
5164 (LP: #1958004)
5165 - SAUCE: iommu: intel-ipu: use IOMMU passthrough mode for Intel IPUs
5166
5167 * CVE-2022-23960
5168 - ARM: report Spectre v2 status through sysfs
5169 - ARM: early traps initialisation
5170 - ARM: use LOADADDR() to get load address of sections
5171 - ARM: Spectre-BHB workaround
5172 - ARM: include unprivileged BPF status in Spectre V2 reporting
5173 - arm64: Add Neoverse-N2, Cortex-A710 CPU part definition
5174 - arm64: Add HWCAP for self-synchronising virtual counter
5175 - arm64: Add Cortex-X2 CPU part definition
5176 - arm64: add ID_AA64ISAR2_EL1 sys register
5177 - arm64: cpufeature: add HWCAP for FEAT_AFP
5178 - arm64: cpufeature: add HWCAP for FEAT_RPRES
5179 - arm64: entry.S: Add ventry overflow sanity checks
5180 - arm64: spectre: Rename spectre_v4_patch_fw_mitigation_conduit
5181 - KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3A
5182 - arm64: entry: Make the trampoline cleanup optional
5183 - arm64: entry: Free up another register on kpti's tramp_exit path
5184 - arm64: entry: Move the trampoline data page before the text page
5185 - arm64: entry: Allow tramp_alias to access symbols after the 4K boundary
5186 - arm64: entry: Don't assume tramp_vectors is the start of the vectors
5187 - arm64: entry: Move trampoline macros out of ifdef'd section
5188 - arm64: entry: Make the kpti trampoline's kpti sequence optional
5189 - arm64: entry: Allow the trampoline text to occupy multiple pages
5190 - arm64: entry: Add non-kpti __bp_harden_el1_vectors for mitigations
5191 - arm64: entry: Add vectors that have the bhb mitigation sequences
5192 - arm64: entry: Add macro for reading symbol addresses from the trampoline
5193 - arm64: Add percpu vectors for EL1
5194 - arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2
5195 - arm64: Mitigate spectre style branch history side channels
5196 - KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated
5197 - arm64: Use the clearbhb instruction in mitigations
5198 - arm64: proton-pack: Include unprivileged eBPF status in Spectre v2
5199 mitigation reporting
5200 - ARM: fix build error when BPF_SYSCALL is disabled
5201
5202 * CVE-2021-26401
5203 - x86/speculation: Use generic retpoline by default on AMD
5204 - x86/speculation: Update link to AMD speculation whitepaper
5205 - x86/speculation: Warn about Spectre v2 LFENCE mitigation
5206 - x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMT
5207
5208 * CVE-2022-0001
5209 - x86,bugs: Unconditionally allow spectre_v2=retpoline,amd
5210 - x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE
5211 - x86/speculation: Add eIBRS + Retpoline options
5212 - Documentation/hw-vuln: Update spectre doc
5213 - x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation
5214 reporting
5215
5216 * Jammy update: v5.15.27 upstream stable release (LP: #1964361)
5217 - mac80211_hwsim: report NOACK frames in tx_status
5218 - mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work
5219 - i2c: bcm2835: Avoid clock stretching timeouts
5220 - ASoC: rt5668: do not block workqueue if card is unbound
5221 - ASoC: rt5682: do not block workqueue if card is unbound
5222 - regulator: core: fix false positive in regulator_late_cleanup()
5223 - Input: clear BTN_RIGHT/MIDDLE on buttonpads
5224 - btrfs: get rid of warning on transaction commit when using flushoncommit
5225 - KVM: arm64: vgic: Read HW interrupt pending state from the HW
5226 - block: loop:use kstatfs.f_bsize of backing file to set discard granularity
5227 - tipc: fix a bit overflow in tipc_crypto_key_rcv()
5228 - cifs: do not use uninitialized data in the owner/group sid
5229 - cifs: fix double free race when mount fails in cifs_get_root()
5230 - cifs: modefromsids must add an ACE for authenticated users
5231 - selftests/seccomp: Fix seccomp failure by adding missing headers
5232 - drm/amd/pm: correct UMD pstate clocks for Dimgrey Cavefish and Beige Goby
5233 - dmaengine: shdma: Fix runtime PM imbalance on error
5234 - i2c: cadence: allow COMPILE_TEST
5235 - i2c: imx: allow COMPILE_TEST
5236 - i2c: qup: allow COMPILE_TEST
5237 - net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990
5238 - block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kern
5239 - usb: gadget: don't release an existing dev->buf
5240 - usb: gadget: clear related members when goto fail
5241 - exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()
5242 - exfat: fix i_blocks for files truncated over 4 GiB
5243 - tracing: Add test for user space strings when filtering on string pointers
5244 - arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOL
5245 - serial: stm32: prevent TDR register overwrite when sending x_char
5246 - ext4: drop ineligible txn start stop APIs
5247 - ext4: simplify updating of fast commit stats
5248 - ext4: fast commit may not fallback for ineligible commit
5249 - ext4: fast commit may miss file actions
5250 - sched/fair: Fix fault in reweight_entity
5251 - ata: pata_hpt37x: fix PCI clock detection
5252 - drm/amdgpu: check vm ready by amdgpu_vm->evicting flag
5253 - tracing: Add ustring operation to filtering string pointers
5254 - ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
5255 - NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()
5256 - NFSD: Fix zero-length NFSv3 WRITEs
5257 - io_uring: fix no lock protection for ctx->cq_extra
5258 - tools/resolve_btf_ids: Close ELF file on error
5259 - mtd: spi-nor: Fix mtd size for s3an flashes
5260 - MIPS: fix local_{add,sub}_return on MIPS64
5261 - signal: In get_signal test for signal_group_exit every time through the loop
5262 - PCI: mediatek-gen3: Disable DVFSRC voltage request
5263 - PCI: rcar: Check if device is runtime suspended instead of
5264 __clk_is_enabled()
5265 - PCI: dwc: Do not remap invalid res
5266 - PCI: aardvark: Fix checking for MEM resource type
5267 - KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest
5268 - KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPU
5269 - KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration
5270 - KVM: X86: Ensure that dirty PDPTRs are loaded
5271 - KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat code seg
5272 - KVM: x86: Exit to userspace if emulation prepared a completion callback
5273 - i3c: fix incorrect address slot lookup on 64-bit
5274 - i3c/master/mipi-i3c-hci: Fix a potentially infinite loop in
5275 'hci_dat_v1_get_index()'
5276 - tracing: Do not let synth_events block other dyn_event systems during create
5277 - Input: ti_am335x_tsc - set ADCREFM for X configuration
5278 - Input: ti_am335x_tsc - fix STEPCONFIG setup for Z2
5279 - PCI: mvebu: Check for errors from pci_bridge_emul_init() call
5280 - PCI: mvebu: Do not modify PCI IO type bits in conf_write
5281 - PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridge
5282 - PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via emulated
5283 bridge
5284 - PCI: mvebu: Setup PCIe controller to Root Complex mode
5285 - PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge
5286 - PCI: mvebu: Fix support for PCI_EXP_DEVCTL on emulated bridge
5287 - PCI: mvebu: Fix support for PCI_EXP_RTSTA on emulated bridge
5288 - PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2 registers on
5289 emulated bridge
5290 - NFSD: Fix verifier returned in stable WRITEs
5291 - Revert "nfsd: skip some unnecessary stats in the v4 case"
5292 - nfsd: fix crash on COPY_NOTIFY with special stateid
5293 - x86/hyperv: Properly deal with empty cpumasks in hyperv_flush_tlb_multi()
5294 - drm/i915: don't call free_mmap_offset when purging
5295 - SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point
5296 - SUNRPC: Fix sockaddr handling in svcsock_accept_class trace points
5297 - drm/sun4i: dw-hdmi: Fix missing put_device() call in sun8i_hdmi_phy_get
5298 - drm/atomic: Check new_crtc_state->active to determine if CRTC needs disable
5299 in self refresh mode
5300 - ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_all
5301 - ntb_hw_switchtec: Fix bug with more than 32 partitions
5302 - drm/amdkfd: Check for null pointer after calling kmemdup
5303 - drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interrupt
5304 - i3c: master: dw: check return of dw_i3c_master_get_free_pos()
5305 - dma-buf: cma_heap: Fix mutex locking section
5306 - tracing/uprobes: Check the return value of kstrdup() for tu->filename
5307 - tracing/probes: check the return value of kstrndup() for pbuf
5308 - mm: defer kmemleak object creation of module_alloc()
5309 - kasan: fix quarantine conflicting with init_on_free
5310 - selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup
5311 setting
5312 - hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list()
5313 - drm/amdgpu/display: Only set vblank_disable_immediate when PSR is not
5314 enabled
5315 - drm/amdgpu: filter out radeon PCI device IDs
5316 - drm/amdgpu: filter out radeon secondary ids as well
5317 - drm/amd/display: Use adjusted DCN301 watermarks
5318 - drm/amd/display: move FPU associated DSC code to DML folder
5319 - ethtool: Fix link extended state for big endian
5320 - octeontx2-af: Optimize KPU1 processing for variable-length headers
5321 - octeontx2-af: Reset PTP config in FLR handler
5322 - octeontx2-af: cn10k: RPM hardware timestamp configuration
5323 - octeontx2-af: cn10k: Use appropriate register for LMAC enable
5324 - octeontx2-af: Adjust LA pointer for cpt parse header
5325 - octeontx2-af: Add KPU changes to parse NGIO as separate layer
5326 - net/mlx5e: IPsec: Refactor checksum code in tx data path
5327 - net/mlx5e: IPsec: Fix crypto offload for non TCP/UDP encapsulated traffic
5328 - bpf: Use u64_stats_t in struct bpf_prog_stats
5329 - bpf: Fix possible race in inc_misses_counter
5330 - drm/amd/display: Update watermark values for DCN301
5331 - drm: mxsfb: Set fallback bus format when the bridge doesn't provide one
5332 - drm: mxsfb: Fix NULL pointer dereference
5333 - riscv/mm: Add XIP_FIXUP for phys_ram_base
5334 - drm/i915/display: split out dpt out of intel_display.c
5335 - drm/i915/display: Move DRRS code its own file
5336 - drm/i915: Disable DRRS on IVB/HSW port != A
5337 - gve: Recording rx queue before sending to napi
5338 - net: dsa: ocelot: seville: utilize of_mdiobus_register
5339 - net: dsa: seville: register the mdiobus under devres
5340 - ibmvnic: don't release napi in __ibmvnic_open()
5341 - of: net: move of_net under net/
5342 - net: ethernet: litex: Add the dependency on HAS_IOMEM
5343 - drm/mediatek: mtk_dsi: Reset the dsi0 hardware
5344 - cifs: protect session channel fields with chan_lock
5345 - cifs: fix confusing unneeded warning message on smb2.1 and earlier
5346 - drm/amd/display: Fix stream->link_enc unassigned during stream removal
5347 - bnxt_en: Fix occasional ethtool -t loopback test failures
5348 - drm/amd/display: For vblank_disable_immediate, check PSR is really used
5349 - PCI: mvebu: Fix device enumeration regression
5350 - net: of: fix stub of_net helpers for CONFIG_NET=n
5351 - ALSA: intel_hdmi: Fix reference to PCM buffer address
5352 - ucounts: Fix systemd LimitNPROC with private users regression
5353 - riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value
5354 - riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAP
5355 - riscv: Fix config KASAN && DEBUG_VIRTUAL
5356 - iwlwifi: mvm: check debugfs_dir ptr before use
5357 - ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min
5358 - iommu/vt-d: Fix double list_add when enabling VMD in scalable mode
5359 - iommu/amd: Recover from event log overflow
5360 - drm/i915: s/JSP2/ICP2/ PCH
5361 - drm/amd/display: Reduce dmesg error to a debug print
5362 - xen/netfront: destroy queues before real_num_tx_queues is zeroed
5363 - thermal: core: Fix TZ_GET_TRIP NULL pointer dereference
5364 - mac80211: fix EAPoL rekey fail in 802.3 rx path
5365 - blktrace: fix use after free for struct blk_trace
5366 - ntb: intel: fix port config status offset for SPR
5367 - mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls
5368 - xfrm: fix MTU regression
5369 - netfilter: fix use-after-free in __nf_register_net_hook()
5370 - bpf, sockmap: Do not ignore orig_len parameter
5371 - xfrm: fix the if_id check in changelink
5372 - xfrm: enforce validity of offload input flags
5373 - e1000e: Correct NVM checksum verification flow
5374 - net: fix up skbs delta_truesize in UDP GRO frag_list
5375 - netfilter: nf_queue: don't assume sk is full socket
5376 - netfilter: nf_queue: fix possible use-after-free
5377 - netfilter: nf_queue: handle socket prefetch
5378 - batman-adv: Request iflink once in batadv-on-batadv check
5379 - batman-adv: Request iflink once in batadv_get_real_netdevice
5380 - batman-adv: Don't expect inter-netns unique iflink indices
5381 - net: ipv6: ensure we call ipv6_mc_down() at most once
5382 - net: dcb: flush lingering app table entries for unregistered devices
5383 - net: ipa: add an interconnect dependency
5384 - net/smc: fix connection leak
5385 - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
5386 - net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server
5387 - btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW range
5388 - mac80211: fix forwarded mesh frames AC & queue selection
5389 - net: stmmac: fix return value of __setup handler
5390 - mac80211: treat some SAE auth steps as final
5391 - iavf: Fix missing check for running netdev
5392 - net: sxgbe: fix return value of __setup handler
5393 - ibmvnic: register netdev after init of adapter
5394 - net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe()
5395 - ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
5396 - iavf: Fix deadlock in iavf_reset_task
5397 - efivars: Respect "block" flag in efivar_entry_set_safe()
5398 - auxdisplay: lcd2s: Fix lcd2s_redefine_char() feature
5399 - firmware: arm_scmi: Remove space in MODULE_ALIAS name
5400 - ASoC: cs4265: Fix the duplicated control name
5401 - auxdisplay: lcd2s: Fix memory leak in ->remove()
5402 - auxdisplay: lcd2s: Use proper API to free the instance of charlcd object
5403 - can: gs_usb: change active_channels's type from atomic_t to u8
5404 - iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find
5405 - arm64: dts: rockchip: Switch RK3399-Gru DP to SPDIF output
5406 - igc: igc_read_phy_reg_gpy: drop premature return
5407 - ARM: Fix kgdb breakpoint for Thumb2
5408 - mips: setup: fix setnocoherentio() boolean setting
5409 - ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions
5410 - mptcp: Correctly set DATA_FIN timeout when number of retransmits is large
5411 - selftests: mlxsw: tc_police_scale: Make test more robust
5412 - pinctrl: sunxi: Use unique lockdep classes for IRQs
5413 - igc: igc_write_phy_reg_gpy: drop premature return
5414 - ibmvnic: free reset-work-item when flushing
5415 - memfd: fix F_SEAL_WRITE after shmem huge page allocated
5416 - s390/extable: fix exception table sorting
5417 - sched: Fix yet more sched_fork() races
5418 - arm64: dts: juno: Remove GICv2m dma-range
5419 - iommu/amd: Fix I/O page table memory leak
5420 - MIPS: ralink: mt7621: do memory detection on KSEG1
5421 - ARM: dts: switch timer config to common devkit8000 devicetree
5422 - ARM: dts: Use 32KiHz oscillator on devkit8000
5423 - soc: fsl: guts: Revert commit 3c0d64e867ed
5424 - soc: fsl: guts: Add a missing memory allocation failure check
5425 - soc: fsl: qe: Check of ioremap return value
5426 - netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variant
5427 - ARM: tegra: Move panels to AUX bus
5428 - can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
5429 - net: stmmac: enhance XDP ZC driver level switching performance
5430 - net: stmmac: only enable DMA interrupts when ready
5431 - ibmvnic: initialize rc before completing wait
5432 - ibmvnic: define flush_reset_queue helper
5433 - ibmvnic: complete init_done on transport events
5434 - net: chelsio: cxgb3: check the return value of pci_find_capability()
5435 - net: sparx5: Fix add vlan when invalid operation
5436 - iavf: Refactor iavf state machine tracking
5437 - iavf: Add __IAVF_INIT_FAILED state
5438 - iavf: Combine init and watchdog state machines
5439 - iavf: Add trace while removing device
5440 - iavf: Rework mutexes for better synchronisation
5441 - iavf: Add helper function to go from pci_dev to adapter
5442 - iavf: Fix kernel BUG in free_msi_irqs
5443 - iavf: Add waiting so the port is initialized in remove
5444 - iavf: Fix init state closure on remove
5445 - iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS
5446 - iavf: Fix race in init state
5447 - iavf: Fix __IAVF_RESETTING state usage
5448 - drm/i915/guc/slpc: Correct the param count for unset param
5449 - drm/bridge: ti-sn65dsi86: Properly undo autosuspend
5450 - e1000e: Fix possible HW unit hang after an s0ix exit
5451 - MIPS: ralink: mt7621: use bitwise NOT instead of logical
5452 - nl80211: Handle nla_memdup failures in handle_nan_filter
5453 - drm/amdgpu: fix suspend/resume hang regression
5454 - net: dcb: disable softirqs in dcbnl_flush_dev()
5455 - selftests: mlxsw: resource_scale: Fix return value
5456 - net: stmmac: perserve TX and RX coalesce value during XDP setup
5457 - iavf: do not override the adapter state in the watchdog task (again)
5458 - iavf: missing unlocks in iavf_watchdog_task()
5459 - MAINTAINERS: adjust file entry for of_net.c after movement
5460 - Input: elan_i2c - move regulator_[en|dis]able() out of
5461 elan_[en|dis]able_power()
5462 - Input: elan_i2c - fix regulator enable count imbalance after suspend/resume
5463 - Input: samsung-keypad - properly state IOMEM dependency
5464 - HID: add mapping for KEY_DICTATE
5465 - HID: add mapping for KEY_ALL_APPLICATIONS
5466 - tracing/histogram: Fix sorting on old "cpu" value
5467 - tracing: Fix return value of __setup handlers
5468 - btrfs: fix lost prealloc extents beyond eof after full fsync
5469 - btrfs: fix relocation crash due to premature return from
5470 btrfs_commit_transaction()
5471 - btrfs: do not WARN_ON() if we have PageError set
5472 - btrfs: qgroup: fix deadlock between rescan worker and remove qgroup
5473 - btrfs: add missing run of delayed items after unlink during log replay
5474 - btrfs: do not start relocation until in progress drops are done
5475 - Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"
5476 - proc: fix documentation and description of pagemap
5477 - KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()
5478 - hamradio: fix macro redefine warning
5479 - Linux 5.15.27
5480 - [Config] updateconfigs
5481
5482 * devices on thunderbolt dock are not recognized on adl-p platform
5483 (LP: #1955016)
5484 - thunderbolt: Tear down existing tunnels when resuming from hibernate
5485 - thunderbolt: Runtime resume USB4 port when retimers are scanned
5486 - thunderbolt: Do not allow subtracting more NFC credits than configured
5487 - thunderbolt: Do not program path HopIDs for USB4 routers
5488 - thunderbolt: Add debug logging of DisplayPort resource allocation
5489
5490 * MT7921[14c3:7961] ASPM is disabled and it affects power consumption
5491 (LP: #1955882)
5492 - mt76: mt7921: enable aspm by default
5493
5494 * Add proper runtime PM support to Realtek PCIe cardreader (LP: #1963615)
5495 - mmc: rtsx: Use pm_runtime_{get, put}() to handle runtime PM
5496 - misc: rtsx: Rework runtime power management flow
5497 - misc: rtsx: Cleanup power management ops
5498 - misc: rtsx: Quiesce rts5249 on system suspend
5499 - mmc: rtsx: Let MMC core handle runtime PM
5500 - misc: rtsx: conditionally build rtsx_pm_power_saving()
5501 - misc: rtsx: rts522a rts5228 rts5261 support Runtime PM
5502 - mmc: rtsx: Fix build errors/warnings for unused variable
5503 - mmc: rtsx: add 74 Clocks in power on flow
5504
5505 * [22.04 FEAT] In-kernel crypto: SIMD implementation of chacha20
5506 (LP: #1853152)
5507 - s390/crypto: add SIMD implementation for ChaCha20
5508 - s390/crypto: fix compile error for ChaCha20 module
5509
5510 * Add ConnectX7 support and bug fixes to Jammy (LP: #1962185)
5511 - IB/mlx5: Expose NDR speed through MAD
5512
5513 * INVALID or PRIVATE BUG (LP: #1959890)
5514 - [Config] Deactivate CONFIG_QETH_OSX kernel config option
5515
5516 * Move virtual graphics drivers from linux-modules-extra to linux-modules
5517 (LP: #1960633)
5518 - [Packaging] Move VM DRM drivers into modules
5519
5520 * Not able to enter s2idle state on AMD platforms (LP: #1961121)
5521 - HID: amd_sfh: Handle amd_sfh work buffer in PM ops
5522 - HID: amd_sfh: Disable the interrupt for all command
5523 - HID: amd_sfh: Add functionality to clear interrupts
5524 - HID: amd_sfh: Add interrupt handler to process interrupts
5525
5526 * INVALID or PRIVATE BUG (LP: #1960580)
5527 - s390/kexec_file: move kernel image size check
5528 - s390: support command lines longer than 896 bytes
5529
5530 * [UBUNTU 20.04] kernel: Add support for CPU-MF counter second version 7
5531 (LP: #1960182)
5532 - s390/cpumf: Support for CPU Measurement Facility CSVN 7
5533 - s390/cpumf: Support for CPU Measurement Sampling Facility LS bit
5534
5535 * [SRU]PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is
5536 enabled by IOMMU (LP: #1937295)
5537 - PCI: vmd: Do not disable MSI-X remapping if interrupt remapping is enabled
5538 by IOMMU
5539
5540 * Jammy update: v5.15.26 upstream stable release (LP: #1963891)
5541 - mm/filemap: Fix handling of THPs in generic_file_buffered_read()
5542 - cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
5543 - cgroup-v1: Correct privileges check in release_agent writes
5544 - x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing
5545 - btrfs: tree-checker: check item_size for inode_item
5546 - btrfs: tree-checker: check item_size for dev_item
5547 - clk: jz4725b: fix mmc0 clock gating
5548 - io_uring: don't convert to jiffies for waiting on timeouts
5549 - io_uring: disallow modification of rsrc_data during quiesce
5550 - selinux: fix misuse of mutex_is_locked()
5551 - vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
5552 - parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel
5553 - parisc/unaligned: Fix ldw() and stw() unalignment handlers
5554 - KVM: x86/mmu: make apf token non-zero to fix bug
5555 - drm/amd/display: Protect update_bw_bounding_box FPU code.
5556 - drm/amd/pm: fix some OEM SKU specific stability issues
5557 - drm/amd: Check if ASPM is enabled from PCIe subsystem
5558 - drm/amdgpu: disable MMHUB PG for Picasso
5559 - drm/amdgpu: do not enable asic reset for raven2
5560 - drm/i915: Widen the QGV point mask
5561 - drm/i915: Correctly populate use_sagv_wm for all pipes
5562 - drm/i915: Fix bw atomic check when switching between SAGV vs. no SAGV
5563 - sr9700: sanity check for packet length
5564 - USB: zaurus: support another broken Zaurus
5565 - CDC-NCM: avoid overflow in sanity checking
5566 - netfilter: xt_socket: fix a typo in socket_mt_destroy()
5567 - netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency
5568 - tee: export teedev_open() and teedev_close_context()
5569 - optee: use driver internal tee_context for some rpc
5570 - ping: remove pr_err from ping_lookup
5571 - Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"
5572 - gpu: host1x: Always return syncpoint value when waiting
5573 - perf evlist: Fix failed to use cpu list for uncore events
5574 - perf data: Fix double free in perf_session__delete()
5575 - mptcp: fix race in incoming ADD_ADDR option processing
5576 - mptcp: add mibs counter for ignored incoming options
5577 - selftests: mptcp: fix diag instability
5578 - selftests: mptcp: be more conservative with cookie MPJ limits
5579 - bnx2x: fix driver load from initrd
5580 - bnxt_en: Fix active FEC reporting to ethtool
5581 - bnxt_en: Fix offline ethtool selftest with RDMA enabled
5582 - bnxt_en: Fix incorrect multicast rx mask setting when not requested
5583 - hwmon: Handle failure to register sensor with thermal zone correctly
5584 - net/mlx5: Fix tc max supported prio for nic mode
5585 - ice: check the return of ice_ptp_gettimex64
5586 - ice: initialize local variable 'tlv'
5587 - net/mlx5: Update the list of the PCI supported devices
5588 - bpf: Fix crash due to incorrect copy_map_value
5589 - bpf: Do not try bpf_msg_push_data with len 0
5590 - selftests: bpf: Check bpf_msg_push_data return value
5591 - bpf: Fix a bpf_timer initialization issue
5592 - bpf: Add schedule points in batch ops
5593 - io_uring: add a schedule point in io_add_buffers()
5594 - net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
5595 - nvme: also mark passthrough-only namespaces ready in nvme_update_ns_info
5596 - tipc: Fix end of loop tests for list_for_each_entry()
5597 - gso: do not skip outer ip header in case of ipip and net_failover
5598 - net: mv643xx_eth: process retval from of_get_mac_address
5599 - openvswitch: Fix setting ipv6 fields causing hw csum failure
5600 - drm/edid: Always set RGB444
5601 - net/mlx5e: Fix wrong return value on ioctl EEPROM query failure
5602 - drm/vc4: crtc: Fix runtime_pm reference counting
5603 - drm/i915/dg2: Print PHY name properly on calibration error
5604 - net/sched: act_ct: Fix flow table lookup after ct clear or switching zones
5605 - net: ll_temac: check the return value of devm_kmalloc()
5606 - net: Force inlining of checksum functions in net/checksum.h
5607 - netfilter: nf_tables: unregister flowtable hooks on netns exit
5608 - nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()
5609 - net: mdio-ipq4019: add delay after clock enable
5610 - netfilter: nf_tables: fix memory leak during stateful obj update
5611 - net/smc: Use a mutex for locking "struct smc_pnettable"
5612 - surface: surface3_power: Fix battery readings on batteries without a serial
5613 number
5614 - udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()
5615 - net/mlx5: DR, Cache STE shadow memory
5616 - ibmvnic: schedule failover only if vioctl fails
5617 - net/mlx5: DR, Don't allow match on IP w/o matching on full
5618 ethertype/ip_version
5619 - net/mlx5: Fix possible deadlock on rule deletion
5620 - net/mlx5: Fix wrong limitation of metadata match on ecpf
5621 - net/mlx5: DR, Fix the threshold that defines when pool sync is initiated
5622 - net/mlx5e: MPLSoUDP decap, fix check for unsupported matches
5623 - net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets
5624 - net/mlx5: Update log_max_qp value to be 17 at most
5625 - spi: spi-zynq-qspi: Fix a NULL pointer dereference in
5626 zynq_qspi_exec_mem_op()
5627 - gpio: rockchip: Reset int_bothedge when changing trigger
5628 - regmap-irq: Update interrupt clear register for proper reset
5629 - net-timestamp: convert sk->sk_tskey to atomic_t
5630 - RDMA/rtrs-clt: Fix possible double free in error case
5631 - RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close
5632 - bnxt_en: Increase firmware message response DMA wait time
5633 - configfs: fix a race in configfs_{,un}register_subsystem()
5634 - RDMA/ib_srp: Fix a deadlock
5635 - tracing: Dump stacktrace trigger to the corresponding instance
5636 - tracing: Have traceon and traceoff trigger honor the instance
5637 - iio:imu:adis16480: fix buffering for devices with no burst mode
5638 - iio: adc: men_z188_adc: Fix a resource leak in an error handling path
5639 - iio: adc: tsc2046: fix memory corruption by preventing array overflow
5640 - iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits
5641 - iio: accel: fxls8962af: add padding to regmap for SPI
5642 - iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot
5643 - iio: Fix error handling for PM
5644 - sc16is7xx: Fix for incorrect data being transmitted
5645 - ata: pata_hpt37x: disable primary channel on HPT371
5646 - Revert "USB: serial: ch341: add new Product ID for CH341A"
5647 - usb: gadget: rndis: add spinlock for rndis response list
5648 - USB: gadget: validate endpoint index for xilinx udc
5649 - tracefs: Set the group ownership in apply_options() not parse_options()
5650 - USB: serial: option: add support for DW5829e
5651 - USB: serial: option: add Telit LE910R1 compositions
5652 - usb: dwc2: drd: fix soft connect when gadget is unconfigured
5653 - usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay Trail
5654 - usb: dwc3: pci: Fix Bay Trail phy GPIO mappings
5655 - usb: dwc3: gadget: Let the interrupt handler disable bottom halves.
5656 - xhci: re-initialize the HC during resume if HCE was set
5657 - xhci: Prevent futile URB re-submissions due to incorrect return value.
5658 - nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property
5659 - mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios property
5660 - driver core: Free DMA range map when device is released
5661 - btrfs: prevent copying too big compressed lzo segment
5662 - RDMA/cma: Do not change route.addr.src_addr outside state checks
5663 - thermal: int340x: fix memory leak in int3400_notify()
5664 - staging: fbtft: fb_st7789v: reset display before initialization
5665 - tps6598x: clear int mask on probe failure
5666 - IB/qib: Fix duplicate sysfs directory name
5667 - riscv: fix nommu_k210_sdcard_defconfig
5668 - riscv: fix oops caused by irqsoff latency tracer
5669 - tty: n_gsm: fix encoding of control signal octet bit DV
5670 - tty: n_gsm: fix proper link termination after failed open
5671 - tty: n_gsm: fix NULL pointer access due to DLCI release
5672 - tty: n_gsm: fix wrong tty control line for flow control
5673 - tty: n_gsm: fix wrong modem processing in convergence layer type 2
5674 - tty: n_gsm: fix deadlock in gsmtty_open()
5675 - pinctrl: fix loop in k210_pinconf_get_drive()
5676 - pinctrl: k210: Fix bias-pull-up
5677 - gpio: tegra186: Fix chip_data type confusion
5678 - memblock: use kfree() to release kmalloced memblock regions
5679 - ice: Fix race conditions between virtchnl handling and VF ndo ops
5680 - ice: fix concurrent reset and removal of VFs
5681 - Linux 5.15.26
5682
5683 * Jammy update: v5.15.25 upstream stable release (LP: #1963890)
5684 - drm/nouveau/pmu/gm200-: use alternate falcon reset sequence
5685 - fs/proc: task_mmu.c: don't read mapcount for migration entry
5686 - btrfs: zoned: cache reported zone during mount
5687 - HID:Add support for UGTABLET WP5540
5688 - Revert "svm: Add warning message for AVIC IPI invalid target"
5689 - parisc: Show error if wrong 32/64-bit compiler is being used
5690 - serial: parisc: GSC: fix build when IOSAPIC is not set
5691 - parisc: Drop __init from map_pages declaration
5692 - parisc: Fix data TLB miss in sba_unmap_sg
5693 - parisc: Fix sglist access in ccio-dma.c
5694 - mmc: block: fix read single on recovery logic
5695 - mm: don't try to NUMA-migrate COW pages that have other uses
5696 - HID: amd_sfh: Add illuminance mask to limit ALS max value
5697 - HID: i2c-hid: goodix: Fix a lockdep splat
5698 - HID: amd_sfh: Increase sensor command timeout
5699 - HID: amd_sfh: Correct the structure field name
5700 - PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA
5701 topology
5702 - parisc: Add ioread64_lo_hi() and iowrite64_lo_hi()
5703 - btrfs: send: in case of IO error log it
5704 - platform/x86: touchscreen_dmi: Add info for the RWC NANOTE P8 AY07J 2-in-1
5705 - platform/x86: ISST: Fix possible circular locking dependency detected
5706 - kunit: tool: Import missing importlib.abc
5707 - selftests: rtc: Increase test timeout so that all tests run
5708 - kselftest: signal all child processes
5709 - net: ieee802154: at86rf230: Stop leaking skb's
5710 - selftests/zram: Skip max_comp_streams interface on newer kernel
5711 - selftests/zram01.sh: Fix compression ratio calculation
5712 - selftests/zram: Adapt the situation that /dev/zram0 is being used
5713 - selftests: openat2: Print also errno in failure messages
5714 - selftests: openat2: Add missing dependency in Makefile
5715 - selftests: openat2: Skip testcases that fail with EOPNOTSUPP
5716 - selftests: skip mincore.check_file_mmap when fs lacks needed support
5717 - ax25: improve the incomplete fix to avoid UAF and NPD bugs
5718 - pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAP
5719 - vfs: make freeze_super abort when sync_filesystem returns error
5720 - quota: make dquot_quota_sync return errors from ->sync_fs
5721 - scsi: pm80xx: Fix double completion for SATA devices
5722 - kselftest: Fix vdso_test_abi return status
5723 - scsi: core: Reallocate device's budget map on queue depth change
5724 - scsi: pm8001: Fix use-after-free for aborted TMF sas_task
5725 - scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task
5726 - drm/amd: Warn users about potential s0ix problems
5727 - nvme: fix a possible use-after-free in controller reset during load
5728 - nvme-tcp: fix possible use-after-free in transport error_recovery work
5729 - nvme-rdma: fix possible use-after-free in transport error_recovery work
5730 - net: sparx5: do not refer to skb after passing it on
5731 - drm/amd: add support to check whether the system is set to s3
5732 - drm/amd: Only run s3 or s0ix if system is configured properly
5733 - drm/amdgpu: fix logic inversion in check
5734 - x86/Xen: streamline (and fix) PV CPU enumeration
5735 - Revert "module, async: async_synchronize_full() on module init iff async is
5736 used"
5737 - gcc-plugins/stackleak: Use noinstr in favor of notrace
5738 - random: wake up /dev/random writers after zap
5739 - KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU
5740 - KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of
5741 RSM
5742 - KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG case
5743 - KVM: x86: nSVM: fix potential NULL derefernce on nested migration
5744 - KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state
5745 - iwlwifi: fix use-after-free
5746 - drm/radeon: Fix backlight control on iMac 12,1
5747 - drm/atomic: Don't pollute crtc_state->mode_blob with error pointers
5748 - drm/amd/pm: correct the sequence of sending gpu reset msg
5749 - drm/amdgpu: skipping SDMA hw_init and hw_fini for S0ix.
5750 - drm/i915/opregion: check port number bounds for SWSCI display power state
5751 - drm/i915: Fix dbuf slice config lookup
5752 - drm/i915: Fix mbus join config lookup
5753 - vsock: remove vsock from connected table when connect is interrupted by a
5754 signal
5755 - drm/cma-helper: Set VM_DONTEXPAND for mmap
5756 - drm/i915/gvt: Make DRM_I915_GVT depend on X86
5757 - drm/i915/ttm: tweak priority hint selection
5758 - iwlwifi: pcie: fix locking when "HW not ready"
5759 - iwlwifi: pcie: gen2: fix locking when "HW not ready"
5760 - iwlwifi: mvm: don't send SAR GEO command for 3160 devices
5761 - selftests: netfilter: fix exit value for nft_concat_range
5762 - netfilter: nft_synproxy: unregister hooks on init error path
5763 - selftests: netfilter: disable rp_filter on router
5764 - ipv4: fix data races in fib_alias_hw_flags_set
5765 - ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt
5766 - ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()
5767 - ipv6: per-netns exclusive flowlabel checks
5768 - Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname"
5769 - mac80211: mlme: check for null after calling kmemdup
5770 - brcmfmac: firmware: Fix crash in brcm_alt_fw_path
5771 - cfg80211: fix race in netlink owner interface destruction
5772 - net: dsa: lan9303: fix reset on probe
5773 - net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN
5774 - net: dsa: lantiq_gswip: fix use after free in gswip_remove()
5775 - net: dsa: lan9303: handle hwaccel VLAN tags
5776 - net: dsa: lan9303: add VLAN IDs to master device
5777 - net: ieee802154: ca8210: Fix lifs/sifs periods
5778 - ping: fix the dif and sdif check in ping_lookup
5779 - bonding: force carrier update when releasing slave
5780 - drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit
5781 - net_sched: add __rcu annotation to netdev->qdisc
5782 - bonding: fix data-races around agg_select_timer
5783 - libsubcmd: Fix use-after-free for realloc(..., 0)
5784 - net/smc: Avoid overwriting the copies of clcsock callback functions
5785 - net: phy: mediatek: remove PHY mode check on MT7531
5786 - atl1c: fix tx timeout after link flap on Mikrotik 10/25G NIC
5787 - tipc: fix wrong publisher node address in link publications
5788 - dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_key
5789 - dpaa2-eth: Initialize mutex used in one step timestamping path
5790 - net: bridge: multicast: notify switchdev driver whenever MC processing gets
5791 disabled
5792 - perf bpf: Defer freeing string after possible strlen() on it
5793 - selftests/exec: Add non-regular to TEST_GEN_PROGS
5794 - arm64: Correct wrong label in macro __init_el2_gicv3
5795 - ALSA: usb-audio: revert to IMPLICIT_FB_FIXED_DEV for M-Audio FastTrack Ultra
5796 - ALSA: hda/realtek: Add quirk for Legion Y9000X 2019
5797 - ALSA: hda/realtek: Fix deadlock by COEF mutex
5798 - ALSA: hda: Fix regression on forced probe mask option
5799 - ALSA: hda: Fix missing codec probe on Shenker Dock 15
5800 - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()
5801 - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range()
5802 - ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_sx()
5803 - ASoC: ops: Fix stereo change notifications in snd_soc_put_xr_sx()
5804 - cifs: fix set of group SID via NTSD xattrs
5805 - powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE
5806 - powerpc/lib/sstep: fix 'ptesync' build error
5807 - mtd: rawnand: gpmi: don't leak PM reference in error path
5808 - smb3: fix snapshot mount option
5809 - tipc: fix wrong notification node addresses
5810 - scsi: ufs: Remove dead code
5811 - scsi: ufs: Fix a deadlock in the error handler
5812 - ASoC: tas2770: Insert post reset delay
5813 - ASoC: qcom: Actually clear DMA interrupt register for HDMI
5814 - block/wbt: fix negative inflight counter when remove scsi device
5815 - NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked()
5816 - NFS: LOOKUP_DIRECTORY is also ok with symlinks
5817 - NFS: Do not report writeback errors in nfs_getattr()
5818 - tty: n_tty: do not look ahead for EOL character past the end of the buffer
5819 - block: fix surprise removal for drivers calling blk_set_queue_dying
5820 - mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()
5821 - mtd: parsers: qcom: Fix kernel panic on skipped partition
5822 - mtd: parsers: qcom: Fix missing free for pparts in cleanup
5823 - mtd: phram: Prevent divide by zero bug in phram_setup()
5824 - mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status
5825 - HID: elo: fix memory leak in elo_probe
5826 - mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get
5827 - Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj
5828 - KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
5829 - KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event
5830 - KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW
5831 - ARM: OMAP2+: hwmod: Add of_node_put() before break
5832 - ARM: OMAP2+: adjust the location of put_device() call in omapdss_init_of
5833 - phy: usb: Leave some clocks running during suspend
5834 - staging: vc04_services: Fix RCU dereference check
5835 - phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy
5836 - irqchip/sifive-plic: Add missing thead,c900-plic match string
5837 - x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asm
5838 - netfilter: conntrack: don't refresh sctp entries in closed state
5839 - ksmbd: fix same UniqueId for dot and dotdot entries
5840 - ksmbd: don't align last entry offset in smb2 query directory
5841 - arm64: dts: meson-gx: add ATF BL32 reserved-memory region
5842 - arm64: dts: meson-g12: add ATF BL32 reserved-memory region
5843 - arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610
5844 - pidfd: fix test failure due to stack overflow on some arches
5845 - selftests: fixup build warnings in pidfd / clone3 tests
5846 - mm: io_uring: allow oom-killer from io_uring_setup
5847 - kconfig: let 'shell' return enough output for deep path names
5848 - ata: libata-core: Disable TRIM on M88V29
5849 - soc: aspeed: lpc-ctrl: Block error printing on probe defer cases
5850 - xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
5851 - drm/rockchip: dw_hdmi: Do not leave clock enabled in error case
5852 - tracing: Fix tp_printk option related with tp_printk_stop_on_boot
5853 - display/amd: decrease message verbosity about watermarks table failure
5854 - drm/amd/display: Cap pflip irqs per max otg number
5855 - drm/amd/display: fix yellow carp wm clamping
5856 - net: usb: qmi_wwan: Add support for Dell DW5829e
5857 - net: macb: Align the dma and coherent dma masks
5858 - kconfig: fix failing to generate auto.conf
5859 - scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loop
5860 - EDAC: Fix calculation of returned address and next offset in
5861 edac_align_ptr()
5862 - ucounts: Handle wrapping in is_ucounts_overlimit
5863 - ucounts: In set_cred_ucounts assume new->ucounts is non-NULL
5864 - ucounts: Base set_cred_ucounts changes on the real user
5865 - ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1
5866 - lib/iov_iter: initialize "flags" in new pipe_buffer
5867 - rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in
5868 set_user
5869 - ucounts: Move RLIMIT_NPROC handling after set_user
5870 - net: sched: limit TC_ACT_REPEAT loops
5871 - dmaengine: sh: rcar-dmac: Check for error num after setting mask
5872 - dmaengine: stm32-dmamux: Fix PM disable depth imbalance in
5873 stm32_dmamux_probe
5874 - dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size
5875 - tests: fix idmapped mount_setattr test
5876 - i2c: qcom-cci: don't delete an unregistered adapter
5877 - i2c: qcom-cci: don't put a device tree node before i2c_add_adapter()
5878 - dmaengine: ptdma: Fix the error handling path in pt_core_init()
5879 - copy_process(): Move fd_install() out of sighand->siglock critical section
5880 - scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and
5881 qedi_process_cmd_cleanup_resp()
5882 - ice: enable parsing IPSEC SPI headers for RSS
5883 - i2c: brcmstb: fix support for DSL and CM variants
5884 - lockdep: Correct lock_classes index mapping
5885 - Linux 5.15.25
5886
5887 * Jammy update: v5.15.24 upstream stable release (LP: #1963889)
5888 - integrity: check the return value of audit_log_start()
5889 - ima: fix reference leak in asymmetric_verify()
5890 - ima: Remove ima_policy file before directory
5891 - ima: Allow template selection with ima_template[_fmt]= after ima_hash=
5892 - ima: Do not print policy rule with inactive LSM labels
5893 - mmc: sdhci-of-esdhc: Check for error num after setting mask
5894 - mmc: core: Wait for command setting 'Power Off Notification' bit to complete
5895 - can: isotp: fix potential CAN frame reception race in isotp_rcv()
5896 - can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
5897 - net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs
5898 - net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYs
5899 - NFS: Fix initialisation of nfs_client cl_flags field
5900 - NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes
5901 - NFSD: Fix ia_size underflow
5902 - NFSD: Clamp WRITE offsets
5903 - NFSD: Fix offset type in I/O trace points
5904 - NFSD: Fix the behavior of READ near OFFSET_MAX
5905 - thermal/drivers/int340x: Improve the tcc offset saving for suspend/resume
5906 - thermal/drivers/int340x: processor_thermal: Suppot 64 bit RFIM responses
5907 - thermal: int340x: Limit Kconfig to 64-bit
5908 - thermal/drivers/int340x: Fix RFIM mailbox write commands
5909 - tracing: Propagate is_signed to expression
5910 - NFS: change nfs_access_get_cached to only report the mask
5911 - NFSv4 only print the label when its queried
5912 - nfs: nfs4clinet: check the return value of kstrdup()
5913 - NFSv4.1: Fix uninitialised variable in devicenotify
5914 - NFSv4 remove zero number of fs_locations entries error check
5915 - NFSv4 store server support for fs_location attribute
5916 - NFSv4.1 query for fs_location attr on a new file system
5917 - NFSv4 expose nfs_parse_server_name function
5918 - NFSv4 handle port presence in fs_location server string
5919 - SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt
5920 - net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change
5921 - sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()
5922 - irqchip/realtek-rtl: Service all pending interrupts
5923 - perf/x86/rapl: fix AMD event handling
5924 - x86/perf: Avoid warning for Arch LBR without XSAVE
5925 - sched: Avoid double preemption in __cond_resched_*lock*()
5926 - drm/vc4: Fix deadlock on DSI device attach error
5927 - drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayer
5928 - net: sched: Clarify error message when qdisc kind is unknown
5929 - powerpc/fixmap: Fix VM debug warning on unmap
5930 - scsi: target: iscsi: Make sure the np under each tpg is unique
5931 - scsi: ufs: ufshcd-pltfrm: Check the return value of devm_kstrdup()
5932 - scsi: qedf: Add stag_work to all the vports
5933 - scsi: qedf: Fix refcount issue when LOGO is received during TMF
5934 - scsi: qedf: Change context reset messages to ratelimited
5935 - scsi: pm8001: Fix bogus FW crash for maxcpus=1
5936 - scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode()
5937 - scsi: ufs: Treat link loss as fatal error
5938 - scsi: myrs: Fix crash in error case
5939 - net: stmmac: reduce unnecessary wakeups from eee sw timer
5940 - PM: hibernate: Remove register_nosave_region_late()
5941 - drm/amd/display: Correct MPC split policy for DCN301
5942 - usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend
5943 - perf: Always wake the parent event
5944 - nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs
5945 - MIPS: Fix build error due to PTR used in more places
5946 - net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()
5947 - KVM: eventfd: Fix false positive RCU usage warning
5948 - KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER
5949 - KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS
5950 - KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode
5951 - KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow
5952 - KVM: x86: Report deprecated x87 features in supported CPUID
5953 - riscv: fix build with binutils 2.38
5954 - riscv: cpu-hotplug: clear cpu from numa map when teardown
5955 - riscv: eliminate unreliable __builtin_frame_address(1)
5956 - gfs2: Fix gfs2_release for non-writers regression
5957 - ARM: dts: imx23-evk: Remove MX23_PAD_SSP1_DETECT from hog group
5958 - ARM: dts: Fix boot regression on Skomer
5959 - ARM: socfpga: fix missing RESET_CONTROLLER
5960 - nvme-tcp: fix bogus request completion when failing to send AER
5961 - ACPI/IORT: Check node revision for PMCG resources
5962 - PM: s2idle: ACPI: Fix wakeup interrupts handling
5963 - drm/amdgpu/display: change pipe policy for DCN 2.0
5964 - drm/rockchip: vop: Correct RK3399 VOP register fields
5965 - drm/i915: Allow !join_mbus cases for adlp+ dbuf configuration
5966 - drm/i915: Populate pipe dbuf slices more accurately during readout
5967 - ARM: dts: Fix timer regression for beagleboard revision c
5968 - ARM: dts: meson: Fix the UART compatible strings
5969 - ARM: dts: meson8: Fix the UART device-tree schema validation
5970 - ARM: dts: meson8b: Fix the UART device-tree schema validation
5971 - phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option
5972 - staging: fbtft: Fix error path in fbtft_driver_module_init()
5973 - ARM: dts: imx6qdl-udoo: Properly describe the SD card detect
5974 - phy: xilinx: zynqmp: Fix bus width setting for SGMII
5975 - phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable()
5976 - ARM: dts: imx7ulp: Fix 'assigned-clocks-parents' typo
5977 - arm64: dts: imx8mq: fix mipi_csi bidirectional port numbers
5978 - usb: f_fs: Fix use-after-free for epfile
5979 - phy: dphy: Correct clk_pre parameter
5980 - gpio: aggregator: Fix calling into sleeping GPIO controllers
5981 - NFS: Don't overfill uncached readdir pages
5982 - NFS: Don't skip directory entries when doing uncached readdir
5983 - drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd.
5984 - misc: fastrpc: avoid double fput() on failed usercopy
5985 - net: sparx5: Fix get_stat64 crash in tcpdump
5986 - netfilter: ctnetlink: disable helper autoassign
5987 - arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133'
5988 - arm64: dts: meson-sm1-odroid: use correct enable-gpio pin for tf-io
5989 regulator
5990 - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for GPIOE_2
5991 - arm64: dts: meson-sm1-odroid: fix boot loop after reboot
5992 - ixgbevf: Require large buffers for build_skb on 82599VF
5993 - drm/panel: simple: Assign data from panel_dpi_probe() correctly
5994 - ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE
5995 - gpiolib: Never return internal error codes to user space
5996 - gpio: sifive: use the correct register to read output values
5997 - fbcon: Avoid 'cap' set but not used warning
5998 - bonding: pair enable_port with slave_arr_updates
5999 - net: dsa: mv88e6xxx: don't use devres for mdiobus
6000 - net: dsa: ar9331: register the mdiobus under devres
6001 - net: dsa: bcm_sf2: don't use devres for mdiobus
6002 - net: dsa: felix: don't use devres for mdiobus
6003 - net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbinding
6004 - net: dsa: lantiq_gswip: don't use devres for mdiobus
6005 - ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path
6006 - nfp: flower: fix ida_idx not being released
6007 - net: do not keep the dst cache when uncloning an skb dst and its metadata
6008 - net: fix a memleak when uncloning an skb dst and its metadata
6009 - veth: fix races around rq->rx_notify_masked
6010 - net: mdio: aspeed: Add missing MODULE_DEVICE_TABLE
6011 - tipc: rate limit warning for received illegal binding update
6012 - net: amd-xgbe: disable interrupts during pci removal
6013 - drm/amd/pm: fix hwmon node of power1_label create issue
6014 - mptcp: netlink: process IPv6 addrs in creating listening sockets
6015 - dpaa2-eth: unregister the netdev before disconnecting from the PHY
6016 - ice: fix an error code in ice_cfg_phy_fec()
6017 - ice: fix IPIP and SIT TSO offload
6018 - ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler
6019 - ice: Avoid RTNL lock when re-creating auxiliary device
6020 - net: mscc: ocelot: fix mutex lock error during ethtool stats read
6021 - net: dsa: mv88e6xxx: fix use-after-free in mv88e6xxx_mdios_unregister
6022 - vt_ioctl: fix array_index_nospec in vt_setactivate
6023 - vt_ioctl: add array_index_nospec to VT_ACTIVATE
6024 - n_tty: wake up poll(POLLRDNORM) on receiving data
6025 - eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX
6026 - usb: dwc2: drd: fix soft connect when gadget is unconfigured
6027 - Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured"
6028 - net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
6029 - usb: ulpi: Move of_node_put to ulpi_dev_release
6030 - usb: ulpi: Call of_node_put correctly
6031 - usb: dwc3: gadget: Prevent core from processing stale TRBs
6032 - usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transition
6033 - USB: gadget: validate interface OS descriptor requests
6034 - usb: gadget: rndis: check size of RNDIS_MSG_SET command
6035 - usb: gadget: f_uac2: Define specific wTerminalType
6036 - usb: raw-gadget: fix handling of dual-direction-capable endpoints
6037 - USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320
6038 - USB: serial: option: add ZTE MF286D modem
6039 - USB: serial: ch341: add support for GW Instek USB2.0-Serial devices
6040 - USB: serial: cp210x: add NCR Retail IO box id
6041 - USB: serial: cp210x: add CPI Bulk Coin Recycler id
6042 - speakup-dectlk: Restore pitch setting
6043 - phy: ti: Fix missing sentinel for clk_div_table
6044 - iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL
6045 - mm: memcg: synchronize objcg lists with a dedicated spinlock
6046 - seccomp: Invalidate seccomp mode to catch death failures
6047 - signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE
6048 - s390/cio: verify the driver availability for path_event call
6049 - bus: mhi: pci_generic: Add mru_default for Foxconn SDX55
6050 - bus: mhi: pci_generic: Add mru_default for Cinterion MV31-W
6051 - hwmon: (dell-smm) Speed up setting of fan speed
6052 - x86/sgx: Silence softlockup detection when releasing large enclaves
6053 - Makefile.extrawarn: Move -Wunaligned-access to W=1
6054 - scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled
6055 - scsi: lpfc: Reduce log messages seen after firmware download
6056 - MIPS: octeon: Fix missed PTR->PTR_WD conversion
6057 - arm64: dts: imx8mq: fix lcdif port node
6058 - perf: Fix list corruption in perf_cgroup_switch()
6059 - iommu: Fix potential use-after-free during probe
6060 - Linux 5.15.24
6061
6062 * Jammy update: v5.15.23 upstream stable release (LP: #1963888)
6063 - moxart: fix potential use-after-free on remove path
6064 - arm64: Add Cortex-A510 CPU part definition
6065 - ksmbd: fix SMB 3.11 posix extension mount failure
6066 - crypto: api - Move cryptomgr soft dependency into algapi
6067 - Linux 5.15.23
6068
6069 * [22.04 FEAT] KVM: Enable storage key checking for intercepted instruction
6070 handled by userspace (LP: #1933179)
6071 - KVM: s390: gaccess: Refactor gpa and length calculation
6072 - KVM: s390: gaccess: Refactor access address range check
6073 - KVM: s390: gaccess: Cleanup access to guest pages
6074 - s390/uaccess: introduce bit field for OAC specifier
6075 - s390/uaccess: fix compile error
6076 - s390/uaccess: Add copy_from/to_user_key functions
6077 - KVM: s390: Honor storage keys when accessing guest memory
6078 - KVM: s390: handle_tprot: Honor storage keys
6079 - KVM: s390: selftests: Test TEST PROTECTION emulation
6080 - KVM: s390: Add optional storage key checking to MEMOP IOCTL
6081 - KVM: s390: Add vm IOCTL for key checked guest absolute memory access
6082 - KVM: s390: Rename existing vcpu memop functions
6083 - KVM: s390: Add capability for storage key extension of MEM_OP IOCTL
6084 - KVM: s390: Update api documentation for memop ioctl
6085 - KVM: s390: Clarify key argument for MEM_OP in api docs
6086 - KVM: s390: Add missing vm MEM_OP size check
6087
6088 * CVE-2022-25636
6089 - netfilter: nf_tables_offload: incorrect flow offload action array size
6090
6091 * ubuntu_kernel_selftests / ftrace:ftracetest do_softirq failure on Jammy
6092 realtime (LP: #1959610)
6093 - selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
6094
6095 * CVE-2022-0435
6096 - tipc: improve size validations for received domain records
6097
6098 * CVE-2022-0516
6099 - KVM: s390: Return error on SIDA memop on normal guest
6100
6101 * EDAC update for AMD Genoa support in 22.04 (LP: #1960362)
6102 - EDAC: Add RDDR5 and LRDDR5 memory types
6103 - EDAC/amd64: Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh
6104
6105 * hwmon: k10temp updates for AMD Genoa in 22.04 (LP: #1960361)
6106 - x86/amd_nb: Add AMD Family 19h Models (10h-1Fh) and (A0h-AFh) PCI IDs
6107 - hwmon: (k10temp) Remove unused definitions
6108 - hwmon: (k10temp) Support up to 12 CCDs on AMD Family of processors
6109 - hwmon: (k10temp) Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh
6110
6111 * [SRU][I/J/OEM-5.13/OEM-5.14] Add basic support of MT7922 (LP: #1958151)
6112 - mt76: mt7921: Add mt7922 support
6113 - mt76: mt7921: add support for PCIe ID 0x0608/0x0616
6114 - mt76: mt7921: introduce 160 MHz channel bandwidth support
6115
6116 * Use EC GPE for s2idle wakeup on AMD platforms (LP: #1960771)
6117 - ACPI: PM: Revert "Only mark EC GPE for wakeup on Intel systems"
6118
6119 * Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.4 for Ubuntu 22.04
6120 (LP: #1956982)
6121 - scsi: lpfc: Change return code on I/Os received during link bounce
6122 - scsi: lpfc: Fix NPIV port deletion crash
6123 - scsi: lpfc: Adjust CMF total bytes and rxmonitor
6124 - scsi: lpfc: Cap CMF read bytes to MBPI
6125 - scsi: lpfc: Add additional debugfs support for CMF
6126 - scsi: lpfc: Update lpfc version to 14.0.0.4
6127
6128 * Forward-port drm/i915 commits from oem-5.14 for Alder Lake S & P
6129 (LP: #1960298)
6130 - drm/i915/dmc: Update to DMC v2.12
6131 - drm/i915/adlp/tc: Fix PHY connected check for Thunderbolt mode
6132 - drm/i915/tc: Remove waiting for PHY complete during releasing ownership
6133 - drm/i915/tc: Check for DP-alt, legacy sinks before taking PHY ownership
6134 - drm/i915/tc: Add/use helpers to retrieve TypeC port properties
6135 - drm/i915/tc: Don't keep legacy TypeC ports in connected state w/o a sink
6136 - drm/i915/tc: Add a mode for the TypeC PHY's disconnected state
6137 - drm/i915/tc: Refactor TC-cold block/unblock helpers
6138 - drm/i915/tc: Avoid using legacy AUX PW in TBT mode
6139 - drm/i915/icl/tc: Remove the ICL special casing during TC-cold blocking
6140 - drm/i915/tc: Fix TypeC PHY connect/disconnect logic on ADL-P
6141 - drm/i915/tc: Drop extra TC cold blocking from intel_tc_port_connected()
6142 - drm/i915/tc: Fix system hang on ADL-P during TypeC PHY disconnect
6143 - drm/i915/display/adlp: Disable underrun recovery
6144 - drm/i915/adl_s: Remove require_force_probe protection
6145 - drm/i915/adlp: Remove require_force_probe protection
6146
6147 * INVALID or PRIVATE BUG (LP: #1959735)
6148 - KVM: s390: Simplify SIGP Set Arch handling
6149 - KVM: s390: Add a routine for setting userspace CPU state
6150
6151 * Include the QCA WCN 6856 v2.1 support (LP: #1954938)
6152 - SAUCE: ath11k: shrink TCSR read mask for WCN6855 hw2.1
6153
6154 * Jammy update: v5.15.22 upstream stable release (LP: #1960516)
6155 - drm/i915: Disable DSB usage for now
6156 - selinux: fix double free of cond_list on error paths
6157 - audit: improve audit queue handling when "audit=1" on cmdline
6158 - ipc/sem: do not sleep with a spin lock held
6159 - spi: stm32-qspi: Update spi registering
6160 - ASoC: hdmi-codec: Fix OOB memory accesses
6161 - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()
6162 - ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx()
6163 - ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx()
6164 - ALSA: usb-audio: Correct quirk for VF0770
6165 - ALSA: hda: Fix UAF of leds class devs at unbinding
6166 - ALSA: hda: realtek: Fix race at concurrent COEF updates
6167 - ALSA: hda/realtek: Add quirk for ASUS GU603
6168 - ALSA: hda/realtek: Add missing fixup-model entry for Gigabyte X570 ALC1220
6169 quirks
6170 - ALSA: hda/realtek: Fix silent output on Gigabyte X570S Aorus Master (newer
6171 chipset)
6172 - ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after
6173 reboot from Windows
6174 - btrfs: don't start transaction for scrub if the fs is mounted read-only
6175 - btrfs: fix deadlock between quota disable and qgroup rescan worker
6176 - btrfs: fix use-after-free after failure to create a snapshot
6177 - Revert "fs/9p: search open fids first"
6178 - drm/nouveau: fix off by one in BIOS boundary checking
6179 - drm/i915/adlp: Fix TypeC PHY-ready status readout
6180 - drm/amd/pm: correct the MGpuFanBoost support for Beige Goby
6181 - drm/amd/display: watermark latencies is not enough on DCN31
6182 - drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina
6183 panels
6184 - nvme-fabrics: fix state check in nvmf_ctlr_matches_baseopts()
6185 - mm/debug_vm_pgtable: remove pte entry from the page table
6186 - mm/pgtable: define pte_index so that preprocessor could recognize it
6187 - mm/kmemleak: avoid scanning potential huge holes
6188 - block: bio-integrity: Advance seed correctly for larger interval sizes
6189 - dma-buf: heaps: Fix potential spectre v1 gadget
6190 - IB/hfi1: Fix AIP early init panic
6191 - Revert "fbcon: Disable accelerated scrolling"
6192 - fbcon: Add option to enable legacy hardware acceleration
6193 - mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()
6194 - Revert "ASoC: mediatek: Check for error clk pointer"
6195 - KVM: arm64: Avoid consuming a stale esr value when SError occur
6196 - KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs
6197 - RDMA/cma: Use correct address when leaving multicast group
6198 - RDMA/ucma: Protect mc during concurrent multicast leaves
6199 - RDMA/siw: Fix refcounting leak in siw_create_qp()
6200 - IB/rdmavt: Validate remote_addr during loopback atomic tests
6201 - RDMA/siw: Fix broken RDMA Read Fence/Resume logic.
6202 - RDMA/mlx4: Don't continue event handler after memory allocation failure
6203 - ALSA: usb-audio: initialize variables that could ignore errors
6204 - ALSA: hda: Fix signedness of sscanf() arguments
6205 - ALSA: hda: Skip codec shutdown in case the codec is not registered
6206 - iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping()
6207 - iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()
6208 - spi: bcm-qspi: check for valid cs before applying chip select
6209 - spi: mediatek: Avoid NULL pointer crash in interrupt
6210 - spi: meson-spicc: add IRQ check in meson_spicc_probe
6211 - spi: uniphier: fix reference count leak in uniphier_spi_probe()
6212 - IB/hfi1: Fix tstats alloc and dealloc
6213 - IB/cm: Release previously acquired reference counter in the cm_id_priv
6214 - net: ieee802154: hwsim: Ensure proper channel selection at probe time
6215 - net: ieee802154: mcr20a: Fix lifs/sifs periods
6216 - net: ieee802154: ca8210: Stop leaking skb's
6217 - netfilter: nft_reject_bridge: Fix for missing reply from prerouting
6218 - net: ieee802154: Return meaningful error codes from the netlink helpers
6219 - net/smc: Forward wakeup to smc socket waitqueue after fallback
6220 - net: stmmac: dwmac-visconti: No change to ETHER_CLOCK_SEL for unexpected
6221 speed request.
6222 - net: stmmac: properly handle with runtime pm in stmmac_dvr_remove()
6223 - net: macsec: Fix offload support for NETDEV_UNREGISTER event
6224 - net: macsec: Verify that send_sci is on when setting Tx sci explicitly
6225 - net: stmmac: dump gmac4 DMA registers correctly
6226 - net: stmmac: ensure PTP time register reads are consistent
6227 - drm/kmb: Fix for build errors with Warray-bounds
6228 - drm/i915/overlay: Prevent divide by zero bugs in scaling
6229 - drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabled
6230 - ASoC: fsl: Add missing error handling in pcm030_fabric_probe
6231 - ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytes
6232 - ASoC: simple-card: fix probe failure on platform component
6233 - ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_name
6234 - ASoC: max9759: fix underflow in speaker_gain_control_put()
6235 - ASoC: codecs: wcd938x: fix incorrect used of portid
6236 - ASoC: codecs: lpass-rx-macro: fix sidetone register offsets
6237 - ASoC: codecs: wcd938x: fix return value of mixer put function
6238 - pinctrl: sunxi: Fix H616 I2S3 pin data
6239 - pinctrl: intel: Fix a glitch when updating IRQ flags on a preconfigured line
6240 - pinctrl: intel: fix unexpected interrupt
6241 - pinctrl: bcm2835: Fix a few error paths
6242 - scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe
6243 - nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.
6244 - gve: fix the wrong AdminQ buffer queue index check
6245 - bpf: Use VM_MAP instead of VM_ALLOC for ringbuf
6246 - selftests/exec: Remove pipe from TEST_GEN_FILES
6247 - selftests: futex: Use variable MAKE instead of make
6248 - tools/resolve_btfids: Do not print any commands when building silently
6249 - e1000e: Separate ADP board type from TGP
6250 - rtc: cmos: Evaluate century appropriate
6251 - kvm: add guest_state_{enter,exit}_irqoff()
6252 - kvm/arm64: rework guest entry logic
6253 - perf: Copy perf_event_attr::sig_data on modification
6254 - perf stat: Fix display of grouped aliased events
6255 - perf/x86/intel/pt: Fix crash with stop filters in single-range mode
6256 - x86/perf: Default set FREEZE_ON_SMI for all
6257 - EDAC/altera: Fix deferred probing
6258 - EDAC/xgene: Fix deferred probing
6259 - ext4: prevent used blocks from being allocated during fast commit replay
6260 - ext4: modify the logic of ext4_mb_new_blocks_simple
6261 - ext4: fix error handling in ext4_restore_inline_data()
6262 - ext4: fix error handling in ext4_fc_record_modified_inode()
6263 - ext4: fix incorrect type issue during replay_del_range
6264 - net: dsa: mt7530: make NET_DSA_MT7530 select MEDIATEK_GE_PHY
6265 - cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning
6266 - tools include UAPI: Sync sound/asound.h copy with the kernel sources
6267 - gpio: idt3243x: Fix an ignored error return from platform_get_irq()
6268 - gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()
6269 - selftests: nft_concat_range: add test for reload with no element add/del
6270 - selftests: netfilter: check stateless nat udp checksum fixup
6271 - Linux 5.15.22
6272 - [Config] disable FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION
6273
6274 * Jammy update: v5.15.21 upstream stable release (LP: #1960515)
6275 - Revert "drm/vc4: hdmi: Make sure the device is powered with CEC"
6276 - Revert "drm/vc4: hdmi: Make sure the device is powered with CEC" again
6277 - Linux 5.15.21
6278
6279 * Jammy update: v5.15.20 upstream stable release (LP: #1960509)
6280 - Revert "UBUNTU: SAUCE: Revert "e1000e: Add handshake with the CSME to
6281 support S0ix""
6282 - Revert "UBUNTU: SAUCE: Revert "e1000e: Add polling mechanism to indicate
6283 CSME DPG exit""
6284 - Revert "UBUNTU: SAUCE: Revert "e1000e: Additional PHY power saving in S0ix""
6285 - PCI: pciehp: Fix infinite loop in IRQ handler upon power fault
6286 - selftests: mptcp: fix ipv6 routing setup
6287 - net: ipa: use a bitmap for endpoint replenish_enabled
6288 - net: ipa: prevent concurrent replenish
6289 - drm/vc4: hdmi: Make sure the device is powered with CEC
6290 - cgroup-v1: Require capabilities to set release_agent
6291 - Revert "mm/gup: small refactoring: simplify try_grab_page()"
6292 - ovl: don't fail copy up if no fileattr support on upper
6293 - lockd: fix server crash on reboot of client holding lock
6294 - lockd: fix failure to cleanup client locks
6295 - net/mlx5e: IPsec: Fix tunnel mode crypto offload for non TCP/UDP traffic
6296 - net/mlx5: Bridge, take rtnl lock in init error handler
6297 - net/mlx5: Bridge, ensure dev_name is null-terminated
6298 - net/mlx5e: Fix handling of wrong devices during bond netevent
6299 - net/mlx5: Use del_timer_sync in fw reset flow of halting poll
6300 - net/mlx5e: Fix module EEPROM query
6301 - net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLE
6302 - net/mlx5e: Don't treat small ceil values as unlimited in HTB offload
6303 - net/mlx5: Bridge, Fix devlink deadlock on net namespace deletion
6304 - net/mlx5: E-Switch, Fix uninitialized variable modact
6305 - ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback
6306 - i40e: Fix reset bw limit when DCB enabled with 1 TC
6307 - i40e: Fix reset path while removing the driver
6308 - net: amd-xgbe: ensure to reset the tx_timer_active flag
6309 - net: amd-xgbe: Fix skb data length underflow
6310 - fanotify: Fix stale file descriptor in copy_event_to_user()
6311 - net: sched: fix use-after-free in tc_new_tfilter()
6312 - rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
6313 - cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()
6314 - e1000e: Handshake with CSME starts from ADL platforms
6315 - af_packet: fix data-race in packet_setsockopt / packet_setsockopt
6316 - tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()
6317 - ovl: fix NULL pointer dereference in copy up warning
6318 - Linux 5.15.20
6319
6320 * Miscellaneous Ubuntu changes
6321 - [Packaging] use default zstd compression
6322 - [Packaging] do not use compression for image packages
6323 - [Packaging] use xz compression for ddebs
6324 - [Config] upgrade debug symbols from DWARF4 to DWARF5
6325 - SAUCE: Makefile: Remove inclusion of lbm header files
6326 - SAUCE: Makefile: Fix compiler warnings
6327 - SAUCE: AUFS
6328 - SAUCE: aufs: switch to 64-bit ino_t for s390x
6329 - [Config] set AUFS as disabled
6330 - SAUCE: mt76: mt7921e: fix possible probe failure after reboot
6331 - Remove ubuntu/hio driver
6332 - SAUCE: ima_policy: fix test for empty rule set
6333 - SAUCE: sfc: The size of the RX recycle ring should be more flexible
6334 - [Config] MITIGATE_SPECTRE_BRANCH_HISTORY=y && HARDEN_BRANCH_HISTORY=y
6335
6336 * Miscellaneous upstream changes
6337 - kbuild: Unify options for BTF generation for vmlinux and modules
6338 - MAINTAINERS: Add scripts/pahole-flags.sh to BPF section
6339 - kbuild: Add CONFIG_PAHOLE_VERSION
6340 - scripts/pahole-flags.sh: Use pahole-version.sh
6341 - lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION
6342 - lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+
6343 - x86/sched: Decrease further the priorities of SMT siblings
6344 - sched/topology: Introduce sched_group::flags
6345 - sched/fair: Optimize checking for group_asym_packing
6346 - sched/fair: Provide update_sg_lb_stats() with sched domain statistics
6347 - sched/fair: Carve out logic to mark a group for asymmetric packing
6348 - sched/fair: Consider SMT in ASYM_PACKING load balance
6349 - Revert "UBUNTU: [Config] x86-64: SYSFB_SIMPLEFB=y"
6350
6351 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 11 Mar 2022 11:24:13 +0100
0a6753e7 6352
5a2925aa 6353linux (5.15.0-22.22) jammy; urgency=medium
6cc7b78d 6354
5a2925aa 6355 * jammy/linux: 5.15.0-22.22 -proposed tracker (LP: #1960290)
6cc7b78d 6356
5a2925aa 6357 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 08 Feb 2022 10:48:49 +0100
6cc7b78d 6358
8c85eb16 6359linux (5.15.0-21.21) jammy; urgency=medium
a2aa0e63 6360
8c85eb16 6361 * jammy/linux: 5.15.0-21.21 -proposed tracker (LP: #1960211)
a2aa0e63 6362
8c85eb16
PP
6363 * Miscellaneous Ubuntu changes
6364 - [packaging] unhook lowlatency flavours from the build
6365
6366 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 07 Feb 2022 11:30:18 +0100
a2aa0e63 6367
f4c13e3c 6368linux (5.15.0-20.20) jammy; urgency=medium
24b581a1 6369
f4c13e3c 6370 * jammy/linux: 5.15.0-20.20 -proposed tracker (LP: #1959881)
24b581a1 6371
f4c13e3c
PP
6372 * Jammy update: v5.15.19 upstream stable release (LP: #1959879)
6373 - can: m_can: m_can_fifo_{read,write}: don't read or write from/to FIFO if
6374 length is 0
6375 - net: sfp: ignore disabled SFP node
6376 - net: stmmac: configure PTP clock source prior to PTP initialization
6377 - net: stmmac: skip only stmmac_ptp_register when resume from suspend
6378 - ARM: 9179/1: uaccess: avoid alignment faults in
6379 copy_[from|to]_kernel_nofault
6380 - ARM: 9180/1: Thumb2: align ALT_UP() sections in modules sufficiently
6381 - KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHE
6382 - s390/hypfs: include z/VM guests with access control group set
6383 - s390/nmi: handle guarded storage validity failures for KVM guests
6384 - s390/nmi: handle vector validity failures for KVM guests
6385 - bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()
6386 - powerpc32/bpf: Fix codegen for bpf-to-bpf calls
6387 - powerpc/bpf: Update ldimm64 instructions during extra pass
6388 - scsi: zfcp: Fix failed recovery on gone remote port with non-NPIV FCP
6389 devices
6390 - udf: Restore i_lenAlloc when inode expansion fails
6391 - udf: Fix NULL ptr deref when converting from inline format
6392 - efi: runtime: avoid EFIv2 runtime services on Apple x86 machines
6393 - PM: wakeup: simplify the output logic of pm_show_wakelocks()
6394 - tracing/histogram: Fix a potential memory leak for kstrdup()
6395 - tracing: Don't inc err_log entry count if entry allocation fails
6396 - ceph: properly put ceph_string reference after async create attempt
6397 - ceph: set pool_ns in new inode layout for async creates
6398 - fsnotify: fix fsnotify hooks in pseudo filesystems
6399 - Revert "KVM: SVM: avoid infinite loop on NPF from bad address"
6400 - psi: Fix uaf issue when psi trigger is destroyed while being polled
6401 - powerpc/audit: Fix syscall_get_arch()
6402 - perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX
6403 - perf/x86/intel: Add a quirk for the calculation of the number of counters on
6404 Alder Lake
6405 - drm/etnaviv: relax submit size limits
6406 - drm/atomic: Add the crtc to affected crtc only if uapi.enable = true
6407 - drm/amd/display: Fix FP start/end for dcn30_internal_validate_bw.
6408 - KVM: LAPIC: Also cancel preemption timer during SET_LAPIC
6409 - KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests
6410 - KVM: SVM: Don't intercept #GP for SEV guests
6411 - KVM: x86: nSVM: skip eax alignment check for non-SVM instructions
6412 - KVM: x86: Forcibly leave nested virt when SMM state is toggled
6413 - KVM: x86: Keep MSR_IA32_XSS unchanged for INIT
6414 - KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSS
6415 - KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any time
6416 - KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple
6417 vCPUs
6418 - dm: revert partial fix for redundant bio-based IO accounting
6419 - block: add bio_start_io_acct_time() to control start_time
6420 - dm: properly fix redundant bio-based IO accounting
6421 - serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrl
6422 - serial: 8250: of: Fix mapped region size when using reg-offset property
6423 - serial: stm32: fix software flow control transfer
6424 - tty: n_gsm: fix SW flow control encoding/handling
6425 - tty: Partially revert the removal of the Cyclades public API
6426 - tty: Add support for Brainboxes UC cards.
6427 - kbuild: remove include/linux/cyclades.h from header file check
6428 - usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge
6429 - usb: xhci-plat: fix crash when suspend if remote wake enable
6430 - usb: common: ulpi: Fix crash in ulpi_match()
6431 - usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUS
6432 - usb: cdnsp: Fix segmentation fault in cdns_lost_power function
6433 - usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 mode
6434 - usb: dwc3: xilinx: Fix error handling when getting USB3 PHY
6435 - USB: core: Fix hang in usb_kill_urb by adding memory barriers
6436 - usb: typec: tcpci: don't touch CC line if it's Vconn source
6437 - usb: typec: tcpm: Do not disconnect while receiving VBUS off
6438 - usb: typec: tcpm: Do not disconnect when receiving VSAFE0V
6439 - ucsi_ccg: Check DEV_INT bit only when starting CCG4
6440 - mm, kasan: use compare-exchange operation to set KASAN page tag
6441 - jbd2: export jbd2_journal_[grab|put]_journal_head
6442 - ocfs2: fix a deadlock when commit trans
6443 - sched/membarrier: Fix membarrier-rseq fence command missing from query
6444 bitmask
6445 - PCI/sysfs: Find shadow ROM before static attribute initialization
6446 - x86/MCE/AMD: Allow thresholding interface updates after init
6447 - x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN
6448 - powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATs
6449 - powerpc/32s: Fix kasan_init_region() for KASAN
6450 - powerpc/32: Fix boot failure with GCC latent entropy plugin
6451 - i40e: Increase delay to 1 s after global EMP reset
6452 - i40e: Fix issue when maximum queues is exceeded
6453 - i40e: Fix queues reservation for XDP
6454 - i40e: Fix for failed to init adminq while VF reset
6455 - i40e: fix unsigned stat widths
6456 - usb: roles: fix include/linux/usb/role.h compile issue
6457 - rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdev
6458 - rpmsg: char: Fix race between the release of rpmsg_eptdev and cdev
6459 - scsi: elx: efct: Don't use GFP_KERNEL under spin lock
6460 - scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put()
6461 - ipv6_tunnel: Rate limit warning messages
6462 - ARM: 9170/1: fix panic when kasan and kprobe are enabled
6463 - net: fix information leakage in /proc/net/ptype
6464 - hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649
6465 - hwmon: (lm90) Mark alert as broken for MAX6680
6466 - ping: fix the sk_bound_dev_if match in ping_lookup
6467 - ipv4: avoid using shared IP generator for connected sockets
6468 - hwmon: (lm90) Reduce maximum conversion rate for G781
6469 - NFSv4: Handle case where the lookup of a directory fails
6470 - NFSv4: nfs_atomic_open() can race when looking up a non-regular file
6471 - net-procfs: show net devices bound packet types
6472 - drm/msm: Fix wrong size calculation
6473 - drm/msm/dsi: Fix missing put_device() call in dsi_get_phy
6474 - drm/msm/dsi: invalid parameter check in msm_dsi_phy_enable
6475 - ipv6: annotate accesses to fn->fn_sernum
6476 - NFS: Ensure the server has an up to date ctime before hardlinking
6477 - NFS: Ensure the server has an up to date ctime before renaming
6478 - KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenance
6479 - SUNRPC: Use BIT() macro in rpc_show_xprt_state()
6480 - SUNRPC: Don't dereference xprt->snd_task if it's a cookie
6481 - powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06
6482 - netfilter: conntrack: don't increment invalid counter on NF_REPEAT
6483 - powerpc/64s: Mask SRR0 before checking against the masked NIP
6484 - perf: Fix perf_event_read_local() time
6485 - sched/pelt: Relax the sync of util_sum with util_avg
6486 - net: phy: broadcom: hook up soft_reset for BCM54616S
6487 - net: stmmac: dwmac-visconti: Fix bit definitions for ETHER_CLK_SEL
6488 - net: stmmac: dwmac-visconti: Fix clock configuration for RMII mode
6489 - phylib: fix potential use-after-free
6490 - octeontx2-af: Do not fixup all VF action entries
6491 - octeontx2-af: Fix LBK backpressure id count
6492 - octeontx2-af: Retry until RVU block reset complete
6493 - octeontx2-pf: cn10k: Ensure valid pointers are freed to aura
6494 - octeontx2-af: verify CQ context updates
6495 - octeontx2-af: Increase link credit restore polling timeout
6496 - octeontx2-af: cn10k: Do not enable RPM loopback for LPC interfaces
6497 - octeontx2-pf: Forward error codes to VF
6498 - rxrpc: Adjust retransmission backoff
6499 - efi/libstub: arm64: Fix image check alignment at entry
6500 - io_uring: fix bug in slow unregistering of nodes
6501 - Drivers: hv: balloon: account for vmbus packet header in max_pkt_size
6502 - hwmon: (lm90) Re-enable interrupts after alert clears
6503 - hwmon: (lm90) Mark alert as broken for MAX6654
6504 - hwmon: (lm90) Fix sysfs and udev notifications
6505 - hwmon: (adt7470) Prevent divide by zero in adt7470_fan_write()
6506 - powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if
6507 PMI is pending
6508 - ipv4: fix ip option filtering for locally generated fragments
6509 - ibmvnic: Allow extra failures before disabling
6510 - ibmvnic: init ->running_cap_crqs early
6511 - ibmvnic: don't spin in tasklet
6512 - net/smc: Transitional solution for clcsock race issue
6513 - video: hyperv_fb: Fix validation of screen resolution
6514 - can: tcan4x5x: regmap: fix max register value
6515 - drm/msm/hdmi: Fix missing put_device() call in msm_hdmi_get_phy
6516 - drm/msm/dpu: invalid parameter check in dpu_setup_dspp_pcc
6517 - drm/msm/a6xx: Add missing suspend_count increment
6518 - yam: fix a memory leak in yam_siocdevprivate()
6519 - net: cpsw: Properly initialise struct page_pool_params
6520 - net: hns3: handle empty unknown interrupt for VF
6521 - sch_htb: Fail on unsupported parameters when offload is requested
6522 - Revert "drm/ast: Support 1600x900 with 108MHz PCLK"
6523 - KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guest
6524 - ceph: put the requests/sessions when it fails to alloc memory
6525 - gve: Fix GFP flags when allocing pages
6526 - Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"
6527 - net: bridge: vlan: fix single net device option dumping
6528 - ipv4: raw: lock the socket in raw_bind()
6529 - ipv4: tcp: send zero IPID in SYNACK messages
6530 - ipv4: remove sparse error in ip_neigh_gw4()
6531 - net: bridge: vlan: fix memory leak in __allowed_ingress
6532 - Bluetooth: refactor malicious adv data check
6533 - irqchip/realtek-rtl: Map control data to virq
6534 - irqchip/realtek-rtl: Fix off-by-one in routing
6535 - dt-bindings: can: tcan4x5x: fix mram-cfg RX FIFO config
6536 - perf/core: Fix cgroup event list management
6537 - psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=n
6538 - psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n
6539 - usb: dwc3: xilinx: fix uninitialized return value
6540 - usr/include/Makefile: add linux/nfc.h to the compile-test coverage
6541 - fsnotify: invalidate dcache before IN_DELETE event
6542 - block: Fix wrong offset in bio_truncate()
6543 - mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip()
6544 - Linux 5.15.19
6545
6546 * Jammy update: v5.15.18 upstream stable release (LP: #1959878)
6547 - drm/i915: Flush TLBs before releasing backing store
6548 - drm/amd/display: reset dcn31 SMU mailbox on failures
6549 - io_uring: fix not released cached task refs
6550 - bnx2x: Utilize firmware 7.13.21.0
6551 - bnx2x: Invalidate fastpath HSI version for VFs
6552 - memcg: flush stats only if updated
6553 - memcg: unify memcg stat flushing
6554 - memcg: better bounds on the memcg stats updates
6555 - rcu: Tighten rcu_advance_cbs_nowake() checks
6556 - select: Fix indefinitely sleeping task in poll_schedule_timeout()
6557 - drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2
6558 - arm64/bpf: Remove 128MB limit for BPF JIT programs
6559 - Linux 5.15.18
6560
6561 * CVE-2022-22942
6562 - SAUCE: drm/vmwgfx: Fix stale file descriptors on failed usercopy
6563
6564 * CVE-2022-24122
6565 - ucount: Make get_ucount a safe get_user replacement
6566
6567 * CVE-2022-23222
6568 - bpf, selftests: Add verifier test for mem_or_null register with offset.
6569
6570 * Miscellaneous Ubuntu changes
6571 - [Config] toolchain version update
6572
6573 * Miscellaneous upstream changes
6574 - s390/module: fix loading modules with a lot of relocations
6575
6576 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 03 Feb 2022 12:09:37 +0100
24b581a1 6577
161430c8 6578linux (5.15.0-19.19) jammy; urgency=medium
746da693 6579
161430c8 6580 * jammy/linux: 5.15.0-19.19 -proposed tracker (LP: #1959418)
746da693 6581
161430c8
PP
6582 * Packaging resync (LP: #1786013)
6583 - debian/dkms-versions -- update from kernel-versions (main/master)
6584
6585 * Jammy update: v5.15.17 upstream stable release (LP: #1959376)
6586 - KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU
6587 - KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock
6588 - HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100
6589 - HID: uhid: Fix worker destroying device without any protection
6590 - HID: wacom: Reset expected and received contact counts at the same time
6591 - HID: wacom: Ignore the confidence flag when a touch is removed
6592 - HID: wacom: Avoid using stale array indicies to read contact count
6593 - ALSA: core: Fix SSID quirk lookup for subvendor=0
6594 - f2fs: fix to do sanity check on inode type during garbage collection
6595 - f2fs: fix to do sanity check in is_alive()
6596 - f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a file
6597 - nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed
6598 bind()
6599 - mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timings
6600 - mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6
6601 - mtd: Fixed breaking list in __mtd_del_partition.
6602 - mtd: rawnand: davinci: Don't calculate ECC when reading page
6603 - mtd: rawnand: davinci: Avoid duplicated page read
6604 - mtd: rawnand: davinci: Rewrite function description
6605 - mtd: rawnand: Export nand_read_page_hwecc_oob_first()
6606 - mtd: rawnand: ingenic: JZ4740 needs 'oob_first' read page function
6607 - riscv: Get rid of MAXPHYSMEM configs
6608 - RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=n
6609 - riscv: try to allocate crashkern region from 32bit addressible memory
6610 - riscv: Don't use va_pa_offset on kdump
6611 - riscv: use hart id instead of cpu id on machine_kexec
6612 - riscv: mm: fix wrong phys_ram_base value for RV64
6613 - x86/gpu: Reserve stolen memory for first integrated Intel GPU
6614 - tools/nolibc: x86-64: Fix startup code bug
6615 - crypto: x86/aesni - don't require alignment of data
6616 - tools/nolibc: i386: fix initial stack alignment
6617 - tools/nolibc: fix incorrect truncation of exit code
6618 - rtc: cmos: take rtc_lock while reading from CMOS
6619 - net: phy: marvell: add Marvell specific PHY loopback
6620 - ksmbd: uninitialized variable in create_socket()
6621 - ksmbd: fix guest connection failure with nautilus
6622 - ksmbd: add support for smb2 max credit parameter
6623 - ksmbd: move credit charge deduction under processing request
6624 - ksmbd: limits exceeding the maximum allowable outstanding requests
6625 - ksmbd: add reserved room in ipc request/response
6626 - media: cec: fix a deadlock situation
6627 - media: ov8865: Disable only enabled regulators on error path
6628 - media: v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITE
6629 - media: flexcop-usb: fix control-message timeouts
6630 - media: mceusb: fix control-message timeouts
6631 - media: em28xx: fix control-message timeouts
6632 - media: cpia2: fix control-message timeouts
6633 - media: s2255: fix control-message timeouts
6634 - media: dib0700: fix undefined behavior in tuner shutdown
6635 - media: redrat3: fix control-message timeouts
6636 - media: pvrusb2: fix control-message timeouts
6637 - media: stk1160: fix control-message timeouts
6638 - media: cec-pin: fix interrupt en/disable handling
6639 - can: softing_cs: softingcs_probe(): fix memleak on registration failure
6640 - mei: hbm: fix client dma reply status
6641 - iio: adc: ti-adc081c: Partial revert of removal of ACPI IDs
6642 - iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046
6643 - lkdtm: Fix content of section containing lkdtm_rodata_do_nothing()
6644 - bus: mhi: pci_generic: Graceful shutdown on freeze
6645 - bus: mhi: core: Fix reading wake_capable channel configuration
6646 - bus: mhi: core: Fix race while handling SYS_ERR at power up
6647 - cxl/pmem: Fix reference counting for delayed work
6648 - arm64: errata: Fix exec handling in erratum 1418040 workaround
6649 - ARM: dts: at91: update alternate function of signal PD20
6650 - iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failure
6651 - gpu: host1x: Add back arm_iommu_detach_device()
6652 - drm/tegra: Add back arm_iommu_detach_device()
6653 - virtio/virtio_mem: handle a possible NULL as a memcpy parameter
6654 - dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled()
6655 - PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA controller
6656 - mm_zone: add function to check if managed dma zone exists
6657 - dma/pool: create dma atomic pool only if dma zone has managed pages
6658 - mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed
6659 pages
6660 - shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode
6661 - drm/ttm: Put BO in its memory manager's lru list
6662 - Bluetooth: L2CAP: Fix not initializing sk_peer_pid
6663 - drm/bridge: display-connector: fix an uninitialized pointer in probe()
6664 - drm: fix null-ptr-deref in drm_dev_init_release()
6665 - drm/panel: kingdisplay-kd097d04: Delete panel on attach() failure
6666 - drm/panel: innolux-p079zca: Delete panel on attach() failure
6667 - drm/rockchip: dsi: Fix unbalanced clock on probe error
6668 - drm/rockchip: dsi: Hold pm-runtime across bind/unbind
6669 - drm/rockchip: dsi: Disable PLL clock on bind error
6670 - drm/rockchip: dsi: Reconfigure hardware on resume()
6671 - Bluetooth: virtio_bt: fix memory leak in virtbt_rx_handle()
6672 - Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() fails
6673 - clk: bcm-2835: Pick the closest clock rate
6674 - clk: bcm-2835: Remove rounding up the dividers
6675 - drm/vc4: hdmi: Set a default HSM rate
6676 - drm/vc4: hdmi: Move the HSM clock enable to runtime_pm
6677 - drm/vc4: hdmi: Make sure the controller is powered in detect
6678 - drm/vc4: hdmi: Make sure the controller is powered up during bind
6679 - drm/vc4: hdmi: Rework the pre_crtc_configure error handling
6680 - drm/vc4: crtc: Make sure the HDMI controller is powered when disabling
6681 - wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scan
6682 - wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_IND
6683 - drm/vc4: hdmi: Enable the scrambler on reconnection
6684 - libbpf: Free up resources used by inner map definition
6685 - wcn36xx: Fix DMA channel enable/disable cycle
6686 - wcn36xx: Release DMA channel descriptor allocations
6687 - wcn36xx: Put DXE block into reset before freeing memory
6688 - wcn36xx: populate band before determining rate on RX
6689 - wcn36xx: fix RX BD rate mapping for 5GHz legacy rates
6690 - ath11k: Send PPDU_STATS_CFG with proper pdev mask to firmware
6691 - bpftool: Fix memory leak in prog_dump()
6692 - mtd: hyperbus: rpc-if: Check return value of rpcif_sw_init()
6693 - media: videobuf2: Fix the size printk format
6694 - media: atomisp: add missing media_device_cleanup() in
6695 atomisp_unregister_entities()
6696 - media: atomisp: fix punit_ddr_dvfs_enable() argument for mrfld_power up case
6697 - media: atomisp: fix inverted logic in buffers_needed()
6698 - media: atomisp: do not use err var when checking port validity for ISP2400
6699 - media: atomisp: fix inverted error check for
6700 ia_css_mipi_is_source_port_valid()
6701 - media: atomisp: fix ifdefs in sh_css.c
6702 - media: atomisp: add NULL check for asd obtained from atomisp_video_pipe
6703 - media: atomisp: fix enum formats logic
6704 - media: atomisp: fix uninitialized bug in gmin_get_pmic_id_and_addr()
6705 - media: aspeed: fix mode-detect always time out at 2nd run
6706 - media: em28xx: fix memory leak in em28xx_init_dev
6707 - media: aspeed: Update signal status immediately to ensure sane hw state
6708 - arm64: dts: amlogic: meson-g12: Fix GPU operating point table node name
6709 - arm64: dts: amlogic: Fix SPI NOR flash node name for ODROID N2/N2+
6710 - arm64: dts: meson-gxbb-wetek: fix HDMI in early boot
6711 - arm64: dts: meson-gxbb-wetek: fix missing GPIO binding
6712 - fs: dlm: don't call kernel_getpeername() in error_report()
6713 - memory: renesas-rpc-if: Return error in case devm_ioremap_resource() fails
6714 - Bluetooth: stop proccessing malicious adv data
6715 - ath11k: Fix ETSI regd with weather radar overlap
6716 - ath11k: clear the keys properly via DISABLE_KEY
6717 - ath11k: reset RSN/WPA present state for open BSS
6718 - spi: hisi-kunpeng: Fix the debugfs directory name incorrect
6719 - tee: fix put order in teedev_close_context()
6720 - fs: dlm: fix build with CONFIG_IPV6 disabled
6721 - drm/dp: Don't read back backlight mode in drm_edp_backlight_enable()
6722 - drm/vboxvideo: fix a NULL vs IS_ERR() check
6723 - arm64: dts: renesas: cat875: Add rx/tx delays
6724 - media: dmxdev: fix UAF when dvb_register_device() fails
6725 - crypto: atmel-aes - Reestablish the correct tfm context at dequeue
6726 - crypto: qce - fix uaf on qce_aead_register_one
6727 - crypto: qce - fix uaf on qce_ahash_register_one
6728 - crypto: qce - fix uaf on qce_skcipher_register_one
6729 - arm64: dts: qcom: sc7280: Fix incorrect clock name
6730 - mtd: hyperbus: rpc-if: fix bug in rpcif_hb_remove
6731 - cpufreq: qcom-cpufreq-hw: Update offline CPUs per-cpu thermal pressure
6732 - cpufreq: qcom-hw: Fix probable nested interrupt handling
6733 - ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding on stm32f429
6734 disco
6735 - libbpf: Fix potential misaligned memory access in btf_ext__new()
6736 - libbpf: Fix glob_syms memory leak in bpf_linker
6737 - libbpf: Fix using invalidated memory in bpf_linker
6738 - crypto: qat - remove unnecessary collision prevention step in PFVF
6739 - crypto: qat - make pfvf send message direction agnostic
6740 - crypto: qat - fix undetected PFVF timeout in ACK loop
6741 - ath11k: Use host CE parameters for CE interrupts configuration
6742 - arm64: dts: ti: k3-j721e: correct cache-sets info
6743 - tty: serial: atmel: Check return code of dmaengine_submit()
6744 - tty: serial: atmel: Call dma_async_issue_pending()
6745 - mfd: atmel-flexcom: Remove #ifdef CONFIG_PM_SLEEP
6746 - mfd: atmel-flexcom: Use .resume_noirq
6747 - bfq: Do not let waker requests skip proper accounting
6748 - libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data
6749 - media: i2c: imx274: fix s_frame_interval runtime resume not requested
6750 - media: i2c: Re-order runtime pm initialisation
6751 - media: i2c: ov8865: Fix lockdep error
6752 - media: rcar-csi2: Correct the selection of hsfreqrange
6753 - media: imx-pxp: Initialize the spinlock prior to using it
6754 - media: si470x-i2c: fix possible memory leak in si470x_i2c_probe()
6755 - media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is released
6756 - media: hantro: Hook up RK3399 JPEG encoder output
6757 - media: coda: fix CODA960 JPEG encoder buffer overflow
6758 - media: venus: correct low power frequency calculation for encoder
6759 - media: venus: core: Fix a potential NULL pointer dereference in an error
6760 handling path
6761 - media: venus: core: Fix a resource leak in the error handling path of
6762 'venus_probe()'
6763 - net: stmmac: Add platform level debug register dump feature
6764 - thermal/drivers/imx: Implement runtime PM support
6765 - igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS
6766 - netfilter: bridge: add support for pppoe filtering
6767 - powerpc: Avoid discarding flags in system_call_exception()
6768 - arm64: dts: qcom: msm8916: fix MMC controller aliases
6769 - drm/vmwgfx: Remove the deprecated lower mem limit
6770 - drm/vmwgfx: Fail to initialize on broken configs
6771 - cgroup: Trace event cgroup id fields should be u64
6772 - ACPI: EC: Rework flushing of EC work while suspended to idle
6773 - thermal/drivers/imx8mm: Enable ADC when enabling monitor
6774 - drm/amdgpu: Fix a NULL pointer dereference in
6775 amdgpu_connector_lcd_native_mode()
6776 - drm/radeon/radeon_kms: Fix a NULL pointer dereference in
6777 radeon_driver_open_kms()
6778 - libbpf: Clean gen_loader's attach kind.
6779 - crypto: caam - save caam memory to support crypto engine retry mechanism.
6780 - arm64: dts: ti: k3-am642: Fix the L2 cache sets
6781 - arm64: dts: ti: k3-j7200: Fix the L2 cache sets
6782 - arm64: dts: ti: k3-j721e: Fix the L2 cache sets
6783 - arm64: dts: ti: k3-j7200: Correct the d-cache-sets info
6784 - tty: serial: uartlite: allow 64 bit address
6785 - serial: amba-pl011: do not request memory region twice
6786 - mtd: core: provide unique name for nvmem device
6787 - floppy: Fix hang in watchdog when disk is ejected
6788 - staging: rtl8192e: return error code from rtllib_softmac_init()
6789 - staging: rtl8192e: rtllib_module: fix error handle case in alloc_rtllib()
6790 - Bluetooth: btmtksdio: fix resume failure
6791 - bpf: Fix the test_task_vma selftest to support output shorter than 1 kB
6792 - sched/fair: Fix detection of per-CPU kthreads waking a task
6793 - sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacity
6794 - bpf: Adjust BTF log size limit.
6795 - bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
6796 - bpf: Remove config check to enable bpf support for branch records
6797 - arm64: clear_page() shouldn't use DC ZVA when DCZID_EL0.DZP == 1
6798 - arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1
6799 - samples/bpf: Install libbpf headers when building
6800 - samples/bpf: Clean up samples/bpf build failes
6801 - samples: bpf: Fix xdp_sample_user.o linking with Clang
6802 - samples: bpf: Fix 'unknown warning group' build warning on Clang
6803 - media: dib8000: Fix a memleak in dib8000_init()
6804 - media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach()
6805 - media: si2157: Fix "warm" tuner state detection
6806 - wireless: iwlwifi: Fix a double free in iwl_txq_dyn_alloc_dma
6807 - sched/rt: Try to restart rt period timer when rt runtime exceeded
6808 - ath10k: Fix the MTU size on QCA9377 SDIO
6809 - Bluetooth: refactor set_exp_feature with a feature table
6810 - Bluetooth: MGMT: Use hci_dev_test_and_{set,clear}_flag
6811 - drm/amd/display: Fix bug in debugfs crc_win_update entry
6812 - drm/msm/gpu: Don't allow zero fence_id
6813 - drm/msm/dp: displayPort driver need algorithm rational
6814 - rcu/exp: Mark current CPU as exp-QS in IPI loop second pass
6815 - wcn36xx: Fix max channels retrieval
6816 - drm/msm/dsi: fix initialization in the bonded DSI case
6817 - mwifiex: Fix possible ABBA deadlock
6818 - xfrm: fix a small bug in xfrm_sa_len()
6819 - x86/uaccess: Move variable into switch case statement
6820 - selftests: clone3: clone3: add case CLONE3_ARGS_NO_TEST
6821 - selftests: harness: avoid false negatives if test has no ASSERTs
6822 - crypto: stm32/cryp - fix CTR counter carry
6823 - crypto: stm32/cryp - fix xts and race condition in crypto_engine requests
6824 - crypto: stm32/cryp - check early input data
6825 - crypto: stm32/cryp - fix double pm exit
6826 - crypto: stm32/cryp - fix lrw chaining mode
6827 - crypto: stm32/cryp - fix bugs and crash in tests
6828 - crypto: stm32 - Revert broken pm_runtime_resume_and_get changes
6829 - crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume()
6830 - ath11k: Fix deleting uninitialized kernel timer during fragment cache flush
6831 - spi: Fix incorrect cs_setup delay handling
6832 - ARM: dts: gemini: NAS4220-B: fis-index-block with 128 KiB sectors
6833 - perf/arm-cmn: Fix CPU hotplug unregistration
6834 - media: dw2102: Fix use after free
6835 - media: msi001: fix possible null-ptr-deref in msi001_probe()
6836 - media: coda/imx-vdoa: Handle dma_set_coherent_mask error codes
6837 - ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan()
6838 - net: dsa: hellcreek: Fix insertion of static FDB entries
6839 - net: dsa: hellcreek: Add STP forwarding rule
6840 - net: dsa: hellcreek: Allow PTP P2P measurements on blocked ports
6841 - net: dsa: hellcreek: Add missing PTP via UDP rules
6842 - arm64: dts: qcom: c630: Fix soundcard setup
6843 - arm64: dts: qcom: ipq6018: Fix gpio-ranges property
6844 - drm/msm/dpu: fix safe status debugfs file
6845 - drm/bridge: ti-sn65dsi86: Set max register for regmap
6846 - gpu: host1x: select CONFIG_DMA_SHARED_BUFFER
6847 - drm/tegra: gr2d: Explicitly control module reset
6848 - drm/tegra: vic: Fix DMA API misuse
6849 - media: hantro: Fix probe func error path
6850 - xfrm: interface with if_id 0 should return error
6851 - xfrm: state and policy should fail if XFRMA_IF_ID 0
6852 - ARM: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encoding
6853 - usb: ftdi-elan: fix memory leak on device disconnect
6854 - arm64: dts: marvell: cn9130: add GPIO and SPI aliases
6855 - arm64: dts: marvell: cn9130: enable CP0 GPIO controllers
6856 - ARM: dts: armada-38x: Add generic compatible to UART nodes
6857 - mt76: mt7921: drop offload_flags overwritten
6858 - wilc1000: fix double free error in probe()
6859 - rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PC
6860 - iwlwifi: mvm: fix 32-bit build in FTM
6861 - iwlwifi: mvm: test roc running status bits before removing the sta
6862 - iwlwifi: mvm: perform 6GHz passive scan after suspend
6863 - iwlwifi: mvm: set protected flag only for NDP ranging
6864 - mmc: meson-mx-sdhc: add IRQ check
6865 - mmc: meson-mx-sdio: add IRQ check
6866 - block: fix error unwinding in device_add_disk
6867 - selinux: fix potential memleak in selinux_add_opt()
6868 - um: fix ndelay/udelay defines
6869 - um: rename set_signals() to um_set_signals()
6870 - um: virt-pci: Fix 32-bit compile
6871 - lib/logic_iomem: Fix 32-bit build
6872 - lib/logic_iomem: Fix operation on 32-bit
6873 - um: virtio_uml: Fix time-travel external time propagation
6874 - Bluetooth: L2CAP: Fix using wrong mode
6875 - bpftool: Enable line buffering for stdout
6876 - backlight: qcom-wled: Validate enabled string indices in DT
6877 - backlight: qcom-wled: Pass number of elements to read to read_u32_array
6878 - backlight: qcom-wled: Fix off-by-one maximum with default num_strings
6879 - backlight: qcom-wled: Override default length with qcom,enabled-strings
6880 - backlight: qcom-wled: Use cpu_to_le16 macro to perform conversion
6881 - backlight: qcom-wled: Respect enabled-strings in set_brightness
6882 - software node: fix wrong node passed to find nargs_prop
6883 - Bluetooth: hci_qca: Stop IBS timer during BT OFF
6884 - x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGS
6885 - crypto: octeontx2 - prevent underflow in get_cores_bmap()
6886 - regulator: qcom-labibb: OCP interrupts are not a failure while disabled
6887 - hwmon: (mr75203) fix wrong power-up delay value
6888 - x86/mce/inject: Avoid out-of-bounds write when setting flags
6889 - io_uring: remove double poll on poll update
6890 - serial: 8250_bcm7271: Propagate error codes from brcmuart_probe()
6891 - ACPI: scan: Create platform device for BCM4752 and LNV4752 ACPI nodes
6892 - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in
6893 __nonstatic_find_io_region()
6894 - pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in
6895 nonstatic_find_mem_region()
6896 - power: reset: mt6397: Check for null res pointer
6897 - net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_path
6898 - net: ethernet: mtk_eth_soc: fix return values and refactor MDIO ops
6899 - net: dsa: fix incorrect function pointer check for MRP ring roles
6900 - netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()
6901 - bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()
6902 - bpf, sockmap: Fix double bpf_prog_put on error case in map_link
6903 - bpf: Don't promote bogus looking registers after null check.
6904 - bpf: Fix verifier support for validation of async callbacks
6905 - bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().
6906 - netfilter: nft_payload: do not update layer 4 checksum when mangling
6907 fragments
6908 - netfilter: nft_set_pipapo: allocate pcpu scratch maps on clone
6909 - net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets
6910 - ppp: ensure minimum packet size in ppp_write()
6911 - rocker: fix a sleeping in atomic bug
6912 - staging: greybus: audio: Check null pointer
6913 - fsl/fman: Check for null pointer after calling devm_ioremap
6914 - Bluetooth: hci_bcm: Check for error irq
6915 - Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probe
6916 - net/smc: Reset conn->lgr when link group registration fails
6917 - usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probe
6918 - usb: dwc2: do not gate off the hardware if it does not support clock gating
6919 - usb: dwc2: gadget: initialize max_speed from params
6920 - usb: gadget: u_audio: Subdevice 0 for capture ctls
6921 - HID: hid-uclogic-params: Invalid parameter check in uclogic_params_init
6922 - HID: hid-uclogic-params: Invalid parameter check in
6923 uclogic_params_get_str_desc
6924 - HID: hid-uclogic-params: Invalid parameter check in
6925 uclogic_params_huion_init
6926 - HID: hid-uclogic-params: Invalid parameter check in
6927 uclogic_params_frame_init_v1_buttonpad
6928 - debugfs: lockdown: Allow reading debugfs files that are not world readable
6929 - drivers/firmware: Add missing platform_device_put() in sysfb_create_simplefb
6930 - serial: liteuart: fix MODULE_ALIAS
6931 - serial: stm32: move tx dma terminate DMA to shutdown
6932 - x86, sched: Fix undefined reference to init_freq_invariance_cppc() build
6933 error
6934 - net/mlx5e: Fix page DMA map/unmap attributes
6935 - net/mlx5e: Fix wrong usage of fib_info_nh when routes with nexthop objects
6936 are used
6937 - net/mlx5e: Don't block routes with nexthop objects in SW
6938 - Revert "net/mlx5e: Block offload of outer header csum for UDP tunnels"
6939 - Revert "net/mlx5e: Block offload of outer header csum for GRE tunnel"
6940 - net/mlx5e: Fix matching on modified inner ip_ecn bits
6941 - net/mlx5: Fix access to sf_dev_table on allocation failure
6942 - net/mlx5e: Sync VXLAN udp ports during uplink representor profile change
6943 - net/mlx5: Set command entry semaphore up once got index free
6944 - lib/mpi: Add the return value check of kcalloc()
6945 - Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()
6946 - mptcp: fix per socket endpoint accounting
6947 - mptcp: fix opt size when sending DSS + MP_FAIL
6948 - mptcp: fix a DSS option writing error
6949 - spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe
6950 - octeontx2-af: Increment ptp refcount before use
6951 - ax25: uninitialized variable in ax25_setsockopt()
6952 - netrom: fix api breakage in nr_setsockopt()
6953 - regmap: Call regmap_debugfs_exit() prior to _init()
6954 - net: mscc: ocelot: fix incorrect balancing with down LAG ports
6955 - can: mcp251xfd: add missing newline to printed strings
6956 - tpm: add request_locality before write TPM_INT_ENABLE
6957 - tpm_tis: Fix an error handling path in 'tpm_tis_core_init()'
6958 - can: softing: softing_startstop(): fix set but not used variable warning
6959 - can: xilinx_can: xcan_probe(): check for error irq
6960 - can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network
6961 device
6962 - pcmcia: fix setting of kthread task states
6963 - net/sched: flow_dissector: Fix matching on zone id for invalid conns
6964 - net: openvswitch: Fix matching zone id for invalid conns arriving from tc
6965 - net: openvswitch: Fix ct_state nat flags for conns arriving from tc
6966 - iwlwifi: mvm: Use div_s64 instead of do_div in iwl_mvm_ftm_rtt_smoothing()
6967 - bnxt_en: Refactor coredump functions
6968 - bnxt_en: move coredump functions into dedicated file
6969 - bnxt_en: use firmware provided max timeout for messages
6970 - net: mcs7830: handle usb read errors properly
6971 - ext4: avoid trim error on fs with small groups
6972 - ASoC: Intel: sof_sdw: fix jack detection on HP Spectre x360 convertible
6973 - ALSA: jack: Add missing rwsem around snd_ctl_remove() calls
6974 - ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls
6975 - ALSA: hda: Add missing rwsem around snd_ctl_remove() calls
6976 - ALSA: hda: Fix potential deadlock at codec unbinding
6977 - RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with
6978 pending cmd-bit"
6979 - RDMA/hns: Validate the pkey index
6980 - scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd()
6981 - clk: renesas: rzg2l: Check return value of pm_genpd_init()
6982 - clk: renesas: rzg2l: propagate return value of_genpd_add_provider_simple()
6983 - clk: imx8mn: Fix imx8mn_clko1_sels
6984 - powerpc/prom_init: Fix improper check of prom_getprop()
6985 - ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA
6986 - ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list instead
6987 - RDMA/rtrs-clt: Fix the initial value of min_latency
6988 - ALSA: hda: Make proper use of timecounter
6989 - dt-bindings: thermal: Fix definition of cooling-maps contribution property
6990 - powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an
6991 overflown PMC
6992 - powerpc/modules: Don't WARN on first module allocation attempt
6993 - powerpc/32s: Fix shift-out-of-bounds in KASAN init
6994 - clocksource: Avoid accidental unstable marking of clocksources
6995 - ALSA: oss: fix compile error when OSS_DEBUG is enabled
6996 - ALSA: usb-audio: Drop superfluous '0' in Presonus Studio 1810c's ID
6997 - misc: at25: Make driver OF independent again
6998 - char/mwave: Adjust io port register size
6999 - binder: fix handling of error during copy
7000 - binder: avoid potential data leakage when copying txn
7001 - openrisc: Add clone3 ABI wrapper
7002 - iommu: Extend mutex lock scope in iommu_probe_device()
7003 - iommu/io-pgtable-arm: Fix table descriptor paddr formatting
7004 - scsi: core: Fix scsi_device_max_queue_depth()
7005 - scsi: ufs: Fix race conditions related to driver data
7006 - RDMA/qedr: Fix reporting max_{send/recv}_wr attrs
7007 - PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity()
7008 - powerpc/powermac: Add additional missing lockdep_register_key()
7009 - iommu/arm-smmu-qcom: Fix TTBR0 read
7010 - RDMA/core: Let ib_find_gid() continue search even after empty entry
7011 - RDMA/cma: Let cma_resolve_ib_dev() continue search even after empty entry
7012 - ASoC: rt5663: Handle device_property_read_u32_array error codes
7013 - of: unittest: fix warning on PowerPC frame size warning
7014 - of: unittest: 64 bit dma address test requires arch support
7015 - clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after system
7016 enter shell
7017 - mips: add SYS_HAS_CPU_MIPS64_R5 config for MIPS Release 5 support
7018 - mips: fix Kconfig reference to PHYS_ADDR_T_64BIT
7019 - dmaengine: pxa/mmp: stop referencing config->slave_id
7020 - iommu/amd: Restore GA log/tail pointer on host resume
7021 - iommu/amd: X2apic mode: re-enable after resume
7022 - iommu/amd: X2apic mode: setup the INTX registers on mask/unmask
7023 - iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resume
7024 - iommu/amd: Remove useless irq affinity notifier
7025 - ASoC: Intel: catpt: Test dmaengine_submit() result before moving on
7026 - iommu/iova: Fix race between FQ timeout and teardown
7027 - ASoC: mediatek: mt8195: correct default value
7028 - of: fdt: Aggregate the processing of "linux,usable-memory-range"
7029 - efi: apply memblock cap after memblock_add()
7030 - scsi: block: pm: Always set request queue runtime active in
7031 blk_post_runtime_resume()
7032 - phy: uniphier-usb3ss: fix unintended writing zeros to PHY register
7033 - ASoC: mediatek: Check for error clk pointer
7034 - powerpc/64s: Mask NIP before checking against SRR0
7035 - powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warnings
7036 - phy: cadence: Sierra: Fix to get correct parent for mux clocks
7037 - ASoC: samsung: idma: Check of ioremap return value
7038 - misc: lattice-ecp3-config: Fix task hung when firmware load failed
7039 - ASoC: mediatek: mt8195: correct pcmif BE dai control flow
7040 - arm64: tegra: Remove non existent Tegra194 reset
7041 - mips: lantiq: add support for clk_set_parent()
7042 - mips: bcm63xx: add support for clk_set_parent()
7043 - powerpc/xive: Add missing null check after calling kmalloc
7044 - ASoC: fsl_mqs: fix MODULE_ALIAS
7045 - ALSA: hda/cs8409: Increase delay during jack detection
7046 - ALSA: hda/cs8409: Fix Jack detection after resume
7047 - RDMA/cxgb4: Set queue pair state when being queried
7048 - clk: qcom: gcc-sc7280: Mark gcc_cfg_noc_lpass_clk always enabled
7049 - ASoC: imx-card: Need special setting for ak4497 on i.MX8MQ
7050 - ASoC: imx-card: Fix mclk calculation issue for akcodec
7051 - ASoC: imx-card: improve the sound quality for low rate
7052 - ASoC: fsl_asrc: refine the check of available clock divider
7053 - clk: bm1880: remove kfrees on static allocations
7054 - of: base: Fix phandle argument length mismatch error message
7055 - of/fdt: Don't worry about non-memory region overlap for no-map
7056 - MIPS: boot/compressed/: add __ashldi3 to target for ZSTD compression
7057 - MIPS: compressed: Fix build with ZSTD compression
7058 - mailbox: fix gce_num of mt8192 driver data
7059 - ARM: dts: omap3-n900: Fix lp5523 for multi color
7060 - leds: lp55xx: initialise output direction from dts
7061 - Bluetooth: Fix debugfs entry leak in hci_register_dev()
7062 - Bluetooth: Fix memory leak of hci device
7063 - drm/panel: Delete panel on mipi_dsi_attach() failure
7064 - Bluetooth: Fix removing adv when processing cmd complete
7065 - fs: dlm: filter user dlm messages for kernel locks
7066 - drm/lima: fix warning when CONFIG_DEBUG_SG=y & CONFIG_DMA_API_DEBUG=y
7067 - selftests/bpf: Fix memory leaks in btf_type_c_dump() helper
7068 - selftests/bpf: Destroy XDP link correctly
7069 - selftests/bpf: Fix bpf_object leak in skb_ctx selftest
7070 - ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START reply
7071 - drm/bridge: dw-hdmi: handle ELD when DRM_BRIDGE_ATTACH_NO_CONNECTOR
7072 - drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR
7073 - media: atomisp: fix try_fmt logic
7074 - media: atomisp: set per-device's default mode
7075 - media: atomisp-ov2680: Fix ov2680_set_fmt() clobbering the exposure
7076 - media: atomisp: check before deference asd variable
7077 - ARM: shmobile: rcar-gen2: Add missing of_node_put()
7078 - batman-adv: allow netlink usage in unprivileged containers
7079 - media: atomisp: handle errors at sh_css_create_isp_params()
7080 - ath11k: Fix crash caused by uninitialized TX ring
7081 - usb: dwc3: meson-g12a: fix shared reset control use
7082 - USB: ehci_brcm_hub_control: Improve port index sanitizing
7083 - usb: gadget: f_fs: Use stream_open() for endpoint files
7084 - psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim
7085 - drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Book X91F/L
7086 - HID: magicmouse: Report battery level over USB
7087 - HID: apple: Do not reset quirks when the Fn key is not found
7088 - media: b2c2: Add missing check in flexcop_pci_isr:
7089 - libbpf: Accommodate DWARF/compiler bug with duplicated structs
7090 - ethernet: renesas: Use div64_ul instead of do_div
7091 - EDAC/synopsys: Use the quirk for version instead of ddr version
7092 - arm64: dts: qcom: sm8350: Shorten camera-thermal-bottom name
7093 - soc: imx: gpcv2: Synchronously suspend MIX domains
7094 - ARM: imx: rename DEBUG_IMX21_IMX27_UART to DEBUG_IMX27_UART
7095 - drm/amd/display: check top_pipe_to_program pointer
7096 - drm/amdgpu/display: set vblank_disable_immediate for DC
7097 - soc: ti: pruss: fix referenced node in error message
7098 - mlxsw: pci: Add shutdown method in PCI driver
7099 - drm/amd/display: add else to avoid double destroy clk_mgr
7100 - drm/bridge: megachips: Ensure both bridges are probed before registration
7101 - mxser: keep only !tty test in ISR
7102 - tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()
7103 - gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use
7104 - HSI: core: Fix return freed object in hsi_new_client
7105 - crypto: jitter - consider 32 LSB for APT
7106 - mwifiex: Fix skb_over_panic in mwifiex_usb_recv()
7107 - rsi: Fix use-after-free in rsi_rx_done_handler()
7108 - rsi: Fix out-of-bounds read in rsi_read_pkt()
7109 - ath11k: Avoid NULL ptr access during mgmt tx cleanup
7110 - media: venus: avoid calling core_clk_setrate() concurrently during
7111 concurrent video sessions
7112 - regulator: da9121: Prevent current limit change when enabled
7113 - drm/vmwgfx: Release ttm memory if probe fails
7114 - drm/vmwgfx: Introduce a new placement for MOB page tables
7115 - ACPI / x86: Drop PWM2 device on Lenovo Yoga Book from always present table
7116 - ACPI: Change acpi_device_always_present() into acpi_device_override_status()
7117 - ACPI / x86: Allow specifying acpi_device_override_status() quirks by path
7118 - ACPI / x86: Add not-present quirk for the PCI0.SDHB.BRC1 device on the GPD
7119 win
7120 - arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node
7121 - arm64: dts: ti: j721e-main: Fix 'dtbs_check' in serdes_ln_ctrl node
7122 - usb: uhci: add aspeed ast2600 uhci support
7123 - floppy: Add max size check for user space request
7124 - x86/mm: Flush global TLB when switching to trampoline page-table
7125 - drm: rcar-du: Fix CRTC timings when CMM is used
7126 - media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds.
7127 - media: rcar-vin: Update format alignment constraints
7128 - media: saa7146: hexium_orion: Fix a NULL pointer dereference in
7129 hexium_attach()
7130 - media: atomisp: fix "variable dereferenced before check 'asd'"
7131 - media: m920x: don't use stack on USB reads
7132 - thunderbolt: Runtime PM activate both ends of the device link
7133 - arm64: dts: renesas: Fix thermal bindings
7134 - iwlwifi: mvm: synchronize with FW after multicast commands
7135 - iwlwifi: mvm: avoid clearing a just saved session protection id
7136 - rcutorture: Avoid soft lockup during cpu stall
7137 - ath11k: avoid deadlock by change ieee80211_queue_work for regd_update_work
7138 - ath10k: Fix tx hanging
7139 - net-sysfs: update the queue counts in the unregistration path
7140 - net: phy: prefer 1000baseT over 1000baseKX
7141 - gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlock
7142 - gpio: aspeed-sgpio: Convert aspeed_sgpio.lock to raw_spinlock
7143 - selftests/ftrace: make kprobe profile testcase description unique
7144 - ath11k: Avoid false DEADLOCK warning reported by lockdep
7145 - ARM: dts: qcom: sdx55: fix IPA interconnect definitions
7146 - x86/mce: Allow instrumentation during task work queueing
7147 - x86/mce: Mark mce_panic() noinstr
7148 - x86/mce: Mark mce_end() noinstr
7149 - x86/mce: Mark mce_read_aux() noinstr
7150 - net: bonding: debug: avoid printing debug logs when bond is not notifying
7151 peers
7152 - kunit: Don't crash if no parameters are generated
7153 - bpf: Do not WARN in bpf_warn_invalid_xdp_action()
7154 - drm/amdkfd: Fix error handling in svm_range_add
7155 - HID: quirks: Allow inverting the absolute X/Y values
7156 - HID: i2c-hid-of: Expose the touchscreen-inverted properties
7157 - media: igorplugusb: receiver overflow should be reported
7158 - media: rockchip: rkisp1: use device name for debugfs subdir name
7159 - media: saa7146: hexium_gemini: Fix a NULL pointer dereference in
7160 hexium_attach()
7161 - mmc: tmio: reinit card irqs in reset routine
7162 - mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIO
7163 - drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOV
7164 - drm/amd/amdgpu: fix gmc bo pin count leak in SRIOV
7165 - audit: ensure userspace is penalized the same as the kernel when under
7166 pressure
7167 - arm64: dts: ls1028a-qds: move rtc node to the correct i2c bus
7168 - arm64: tegra: Adjust length of CCPLEX cluster MMIO region
7169 - crypto: ccp - Move SEV_INIT retry for corrupted data
7170 - crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()
7171 - PM: runtime: Add safety net to supplier device release
7172 - cpufreq: Fix initialization of min and max frequency QoS requests
7173 - mt76: mt7615: fix possible deadlock while mt7615_register_ext_phy()
7174 - mt76: do not pass the received frame with decryption error
7175 - mt76: mt7615: improve wmm index allocation
7176 - ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()
7177 - ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()
7178 - ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_stream
7179 - rtw88: 8822c: update rx settings to prevent potential hw deadlock
7180 - PM: AVS: qcom-cpr: Use div64_ul instead of do_div
7181 - iwlwifi: fix leaks/bad data after failed firmware load
7182 - iwlwifi: remove module loading failure message
7183 - iwlwifi: mvm: Fix calculation of frame length
7184 - iwlwifi: mvm: fix AUX ROC removal
7185 - iwlwifi: pcie: make sure prph_info is set when treating wakeup IRQ
7186 - mmc: sdhci-pci-gli: GL9755: Support for CD/WP inversion on OF platforms
7187 - block: check minor range in device_add_disk()
7188 - um: registers: Rename function names to avoid conflicts and build problems
7189 - ath11k: Fix napi related hang
7190 - Bluetooth: btintel: Add missing quirks and msft ext for legacy bootloader
7191 - Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATES
7192 - xfrm: rate limit SA mapping change message to user space
7193 - drm/etnaviv: consider completed fence seqno in hang check
7194 - jffs2: GC deadlock reading a page that is used in jffs2_write_begin()
7195 - ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitions
7196 - ACPICA: Utilities: Avoid deleting the same object twice in a row
7197 - ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R()
7198 - ACPICA: Fix wrong interpretation of PCC address
7199 - ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5
7200 - mmc: mtk-sd: Use readl_poll_timeout instead of open-coded polling
7201 - drm/amdgpu: fixup bad vram size on gmc v8
7202 - amdgpu/pm: Make sysfs pm attributes as read-only for VFs
7203 - ACPI: battery: Add the ThinkPad "Not Charging" quirk
7204 - ACPI: CPPC: Check present CPUs for determining _CPC is valid
7205 - btrfs: remove BUG_ON() in find_parent_nodes()
7206 - btrfs: remove BUG_ON(!eie) in find_parent_nodes
7207 - net: mdio: Demote probed message to debug print
7208 - mac80211: allow non-standard VHT MCS-10/11
7209 - dm btree: add a defensive bounds check to insert_at()
7210 - dm space map common: add bounds check to sm_ll_lookup_bitmap()
7211 - bpf/selftests: Fix namespace mount setup in tc_redirect
7212 - mlxsw: pci: Avoid flow control for EMAD packets
7213 - net: phy: marvell: configure RGMII delays for 88E1118
7214 - net: gemini: allow any RGMII interface mode
7215 - regulator: qcom_smd: Align probe function with rpmh-regulator
7216 - serial: pl010: Drop CR register reset on set_termios
7217 - serial: pl011: Drop CR register reset on set_termios
7218 - serial: core: Keep mctrl register state and cached copy in sync
7219 - random: do not throw away excess input to crng_fast_load
7220 - net/mlx5: Update log_max_qp value to FW max capability
7221 - net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch manager
7222 - parisc: Avoid calling faulthandler_disabled() twice
7223 - can: flexcan: allow to change quirks at runtime
7224 - can: flexcan: rename RX modes
7225 - can: flexcan: add more quirks to describe RX path capabilities
7226 - x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigs
7227 - powerpc/6xx: add missing of_node_put
7228 - powerpc/powernv: add missing of_node_put
7229 - powerpc/cell: add missing of_node_put
7230 - powerpc/btext: add missing of_node_put
7231 - powerpc/watchdog: Fix missed watchdog reset due to memory ordering race
7232 - ASoC: imx-hdmi: add put_device() after of_find_device_by_node()
7233 - i2c: i801: Don't silently correct invalid transfer size
7234 - powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING
7235 - i2c: mpc: Correct I2C reset procedure
7236 - clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBB
7237 - powerpc/powermac: Add missing lockdep_register_key()
7238 - KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots
7239 - KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST
7240 - w1: Misuse of get_user()/put_user() reported by sparse
7241 - nvmem: core: set size for sysfs bin file
7242 - dm: fix alloc_dax error handling in alloc_dev
7243 - interconnect: qcom: rpm: Prevent integer overflow in rate
7244 - scsi: ufs: Fix a kernel crash during shutdown
7245 - scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV
7246 - scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup
7247 - ALSA: seq: Set upper limit of processed events
7248 - MIPS: Loongson64: Use three arguments for slti
7249 - powerpc/40x: Map 32Mbytes of memory at startup
7250 - selftests/powerpc/spectre_v2: Return skip code when miss_percent is high
7251 - powerpc: handle kdump appropriately with crash_kexec_post_notifiers option
7252 - powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panic
7253 - udf: Fix error handling in udf_new_inode()
7254 - MIPS: OCTEON: add put_device() after of_find_device_by_node()
7255 - irqchip/gic-v4: Disable redistributors' view of the VPE table at boot time
7256 - i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters
7257 - selftests/powerpc: Add a test of sigreturning to the kernel
7258 - MIPS: Octeon: Fix build errors using clang
7259 - scsi: sr: Don't use GFP_DMA
7260 - scsi: mpi3mr: Fixes around reply request queues
7261 - ASoC: mediatek: mt8192-mt6359: fix device_node leak
7262 - phy: phy-mtk-tphy: add support efuse setting
7263 - ASoC: mediatek: mt8173: fix device_node leak
7264 - ASoC: mediatek: mt8183: fix device_node leak
7265 - habanalabs: skip read fw errors if dynamic descriptor invalid
7266 - phy: mediatek: Fix missing check in mtk_mipi_tx_probe
7267 - mailbox: change mailbox-mpfs compatible string
7268 - seg6: export get_srh() for ICMP handling
7269 - icmp: ICMPV6: Examine invoking packet for Segment Route Headers.
7270 - udp6: Use Segment Routing Header for dest address if present
7271 - rpmsg: core: Clean up resources on announce_create failure.
7272 - ifcvf/vDPA: fix misuse virtio-net device config size for blk dev
7273 - crypto: omap-aes - Fix broken pm_runtime_and_get() usage
7274 - crypto: stm32/crc32 - Fix kernel BUG triggered in probe()
7275 - crypto: caam - replace this_cpu_ptr with raw_cpu_ptr
7276 - ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffers
7277 - tpm: fix potential NULL pointer access in tpm_del_char_device
7278 - tpm: fix NPE on probe for missing device
7279 - mfd: tps65910: Set PWR_OFF bit during driver probe
7280 - spi: uniphier: Fix a bug that doesn't point to private data correctly
7281 - xen/gntdev: fix unmap notification order
7282 - md: Move alloc/free acct bioset in to personality
7283 - HID: magicmouse: Fix an error handling path in magicmouse_probe()
7284 - fuse: Pass correct lend value to filemap_write_and_wait_range()
7285 - serial: Fix incorrect rs485 polarity on uart open
7286 - cputime, cpuacct: Include guest time in user time in cpuacct.stat
7287 - sched/cpuacct: Fix user/system in shown cpuacct.usage*
7288 - tracing/kprobes: 'nmissed' not showed correctly for kretprobe
7289 - tracing: Have syscall trace events use trace_event_buffer_lock_reserve()
7290 - remoteproc: imx_rproc: Fix a resource leak in the remove function
7291 - iwlwifi: mvm: Increase the scan timeout guard to 30 seconds
7292 - s390/mm: fix 2KB pgtable release race
7293 - device property: Fix fwnode_graph_devcon_match() fwnode leak
7294 - drm/tegra: submit: Add missing pm_runtime_mark_last_busy()
7295 - drm/etnaviv: limit submit sizes
7296 - drm/amd/display: Fix the uninitialized variable in enable_stream_features()
7297 - drm/nouveau/kms/nv04: use vzalloc for nv04_display
7298 - drm/bridge: analogix_dp: Make PSR-exit block less
7299 - parisc: Fix lpa and lpa_user defines
7300 - powerpc/64s/radix: Fix huge vmap false positive
7301 - scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance
7302 - drm/amdgpu: don't do resets on APUs which don't support it
7303 - drm/i915/display/ehl: Update voltage swing table
7304 - PCI: xgene: Fix IB window setup
7305 - PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errors
7306 - PCI: pci-bridge-emul: Make expansion ROM Base Address register read-only
7307 - PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config space
7308 - PCI: pci-bridge-emul: Fix definitions of reserved bits
7309 - PCI: pci-bridge-emul: Correctly set PCIe capabilities
7310 - PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe device
7311 - xfrm: fix policy lookup for ipv6 gre packets
7312 - xfrm: fix dflt policy check when there is no policy configured
7313 - btrfs: fix deadlock between quota enable and other quota operations
7314 - btrfs: check the root node for uptodate before returning it
7315 - btrfs: respect the max size in the header when activating swap file
7316 - ext4: make sure to reset inode lockdep class when quota enabling fails
7317 - ext4: make sure quota gets properly shutdown on error
7318 - ext4: fix a possible ABBA deadlock due to busy PA
7319 - ext4: initialize err_blk before calling __ext4_get_inode_loc
7320 - ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE
7321 - ext4: set csum seed in tmp inode while migrating to extents
7322 - ext4: Fix BUG_ON in ext4_bread when write quota data
7323 - ext4: use ext4_ext_remove_space() for fast commit replay delete range
7324 - ext4: fast commit may miss tracking unwritten range during ftruncate
7325 - ext4: destroy ext4_fc_dentry_cachep kmemcache on module removal
7326 - ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits'
7327 - ext4: fix an use-after-free issue about data=journal writeback mode
7328 - ext4: don't use the orphan list when migrating an inode
7329 - tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails
7330 - ath11k: qmi: avoid error messages when dma allocation fails
7331 - drm/radeon: fix error handling in radeon_driver_open_kms
7332 - of: base: Improve argument length mismatch error
7333 - firmware: Update Kconfig help text for Google firmware
7334 - can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error message
7335 - media: rcar-csi2: Optimize the selection PHTW register
7336 - drm/vc4: hdmi: Make sure the device is powered with CEC
7337 - media: correct MEDIA_TEST_SUPPORT help text
7338 - Documentation: coresight: Fix documentation issue
7339 - Documentation: dmaengine: Correctly describe dmatest with channel unset
7340 - Documentation: ACPI: Fix data node reference documentation
7341 - Documentation, arch: Remove leftovers from raw device
7342 - Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH
7343 - Documentation: refer to config RANDOMIZE_BASE for kernel address-space
7344 randomization
7345 - Documentation: fix firewire.rst ABI file path error
7346 - net: usb: Correct reset handling of smsc95xx
7347 - Bluetooth: hci_sync: Fix not setting adv set duration
7348 - scsi: core: Show SCMD_LAST in text form
7349 - scsi: ufs: ufs-mediatek: Fix error checking in ufs_mtk_init_va09_pwr_ctrl()
7350 - RDMA/cma: Remove open coding of overflow checking for private_data_len
7351 - dmaengine: uniphier-xdmac: Fix type of address variables
7352 - dmaengine: idxd: fix wq settings post wq disable
7353 - RDMA/hns: Modify the mapping attribute of doorbell to device
7354 - RDMA/rxe: Fix a typo in opcode name
7355 - dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK
7356 - Revert "net/mlx5: Add retry mechanism to the command entry index allocation"
7357 - powerpc/cell: Fix clang -Wimplicit-fallthrough warning
7358 - powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO buses
7359 - block: fix async_depth sysfs interface for mq-deadline
7360 - block: Fix fsync always failed if once failed
7361 - drm/vc4: crtc: Drop feed_txp from state
7362 - drm/vc4: Fix non-blocking commit getting stuck forever
7363 - drm/vc4: crtc: Copy assigned channel to the CRTC
7364 - bpftool: Remove inclusion of utilities.mak from Makefiles
7365 - bpftool: Fix indent in option lists in the documentation
7366 - xdp: check prog type before updating BPF link
7367 - bpf: Fix mount source show for bpffs
7368 - bpf: Mark PTR_TO_FUNC register initially with zero offset
7369 - perf evsel: Override attr->sample_period for non-libpfm4 events
7370 - ipv4: update fib_info_cnt under spinlock protection
7371 - ipv4: avoid quadratic behavior in netns dismantle
7372 - mlx5: Don't accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get()
7373 - net/fsl: xgmac_mdio: Add workaround for erratum A-009885
7374 - net/fsl: xgmac_mdio: Fix incorrect iounmap when removing module
7375 - parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries
7376 - riscv: dts: microchip: mpfs: Drop empty chosen node
7377 - drm/vmwgfx: Remove explicit transparent hugepages support
7378 - drm/vmwgfx: Remove unused compile options
7379 - f2fs: fix remove page failed in invalidate compress pages
7380 - f2fs: fix to avoid panic in is_alive() if metadata is inconsistent
7381 - f2fs: compress: fix potential deadlock of compress file
7382 - f2fs: fix to reserve space for IO align feature
7383 - f2fs: fix to check available space of CP area correctly in
7384 update_ckpt_flags()
7385 - crypto: octeontx2 - uninitialized variable in kvf_limits_store()
7386 - af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress
7387 - clk: Emit a stern warning with writable debugfs enabled
7388 - clk: si5341: Fix clock HW provider cleanup
7389 - pinctrl/rockchip: fix gpio device creation
7390 - gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probe
7391 - gpio: idt3243x: Fix IRQ check in idt_gpio_probe
7392 - net/smc: Fix hung_task when removing SMC-R devices
7393 - net: axienet: increase reset timeout
7394 - net: axienet: Wait for PhyRstCmplt after core reset
7395 - net: axienet: reset core on initialization prior to MDIO access
7396 - net: axienet: add missing memory barriers
7397 - net: axienet: limit minimum TX ring size
7398 - net: axienet: Fix TX ring slot available check
7399 - net: axienet: fix number of TX ring slots for available check
7400 - net: axienet: fix for TX busy handling
7401 - net: axienet: increase default TX ring size to 128
7402 - bitops: protect find_first_{,zero}_bit properly
7403 - um: gitignore: Add kernel/capflags.c
7404 - HID: vivaldi: fix handling devices not using numbered reports
7405 - rtc: pxa: fix null pointer dereference
7406 - vdpa/mlx5: Fix wrong configuration of virtio_version_1_0
7407 - virtio_ring: mark ring unused on error
7408 - taskstats: Cleanup the use of task->exit_code
7409 - inet: frags: annotate races around fqdir->dead and fqdir->high_thresh
7410 - netns: add schedule point in ops_exit_list()
7411 - iwlwifi: fix Bz NMI behaviour
7412 - xfrm: Don't accidentally set RTO_ONLINK in decode_session4()
7413 - vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps()
7414 - gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()
7415 - libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route()
7416 - perf script: Fix hex dump character output
7417 - dmaengine: at_xdmac: Don't start transactions at tx_submit level
7418 - dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending
7419 - dmaengine: at_xdmac: Print debug message after realeasing the lock
7420 - dmaengine: at_xdmac: Fix concurrency over xfers_list
7421 - dmaengine: at_xdmac: Fix lld view setting
7422 - dmaengine: at_xdmac: Fix at_xdmac_lld struct definition
7423 - perf tools: Drop requirement for libstdc++.so for libopencsd check
7424 - perf probe: Fix ppc64 'perf probe add events failed' case
7425 - devlink: Remove misleading internal_flags from health reporter dump
7426 - arm64: dts: qcom: msm8996: drop not documented adreno properties
7427 - net: fix sock_timestamping_bind_phc() to release device
7428 - net: bonding: fix bond_xmit_broadcast return value error bug
7429 - net: ipa: fix atomic update in ipa_endpoint_replenish()
7430 - net_sched: restore "mpu xxx" handling
7431 - net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the NPI port
7432 - bcmgenet: add WOL IRQ check
7433 - net: wwan: Fix MRU mismatch issue which may lead to data connection lost
7434 - net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config()
7435 - net: ocelot: Fix the call to switchdev_bridge_port_offload
7436 - net: sfp: fix high power modules without diagnostic monitoring
7437 - net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into account
7438 - net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devices
7439 - net: mscc: ocelot: fix using match before it is set
7440 - dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property
7441 - dt-bindings: display: meson-vpu: Add missing amlogic,canvas property
7442 - dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7
7443 - sch_api: Don't skip qdisc attach on ingress
7444 - scripts/dtc: dtx_diff: remove broken example from help text
7445 - lib82596: Fix IRQ check in sni_82596_probe
7446 - mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault
7447 - bonding: Fix extraction of ports from the packet headers
7448 - lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test
7449 - scripts: sphinx-pre-install: add required ctex dependency
7450 - scripts: sphinx-pre-install: Fix ctex support on Debian
7451 - Linux 5.15.17
7452
7453 * rtw88_8821ce causes freeze (LP: #1927808) // Jammy update: v5.15.17 upstream
7454 stable release (LP: #1959376)
7455 - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE
7456
7457 * Jammy update: v5.15.16 upstream stable release (LP: #1958977)
7458 - devtmpfs regression fix: reconfigure on each mount
7459 - orangefs: Fix the size of a memory allocation in orangefs_bufmap_alloc()
7460 - remoteproc: qcom: pil_info: Don't memcpy_toio more than is provided
7461 - perf: Protect perf_guest_cbs with RCU
7462 - KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
7463 - KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
7464 - KVM: x86: don't print when fail to read/write pv eoi memory
7465 - KVM: s390: Clarify SIGP orders versus STOP/RESTART
7466 - remoteproc: qcom: pas: Add missing power-domain "mxc" for CDSP
7467 - 9p: only copy valid iattrs in 9P2000.L setattr implementation
7468 - video: vga16fb: Only probe for EGA and VGA 16 color graphic cards
7469 - media: uvcvideo: fix division by zero at stream start
7470 - rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with
7471 interrupts enabled
7472 - firmware: qemu_fw_cfg: fix sysfs information leak
7473 - firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries
7474 - firmware: qemu_fw_cfg: fix kobject leak in probe error path
7475 - perf annotate: Avoid TUI crash when navigating in the annotation of
7476 recursive functions
7477 - KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
7478 - ALSA: hda/realtek: Add speaker fixup for some Yoga 15ITL5 devices
7479 - ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Master after
7480 reboot from Windows
7481 - ALSA: hda: ALC287: Add Lenovo IdeaPad Slim 9i 14ITL5 speaker quirk
7482 - ALSA: hda/tegra: Fix Tegra194 HDA reset failure
7483 - ALSA: hda/realtek: Add quirk for Legion Y9000X 2020
7484 - ALSA: hda/realtek: Re-order quirk entries for Lenovo
7485 - mtd: fixup CFI on ixp4xx
7486 - Linux 5.15.16
7487
7488 * UBSAN: array-index-out-of-bounds in dcn31_resources on AMD yellow carp
7489 platform (LP: #1958229)
7490 - drm/amd/display: Fix out of bounds access on DNC31 stream encoder regs
7491
7492 * Jammy update: v5.15.15 upstream stable release (LP: #1958418)
7493 - s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add()
7494 - workqueue: Fix unbind_workers() VS wq_worker_running() race
7495 - staging: r8188eu: switch the led off during deinit
7496 - bpf: Fix out of bounds access from invalid *_or_null type verification
7497 - Bluetooth: btusb: Add protocol for MediaTek bluetooth devices(MT7922)
7498 - Bluetooth: btusb: Add the new support ID for Realtek RTL8852A
7499 - Bluetooth: btusb: Add support for IMC Networks Mediatek Chip(MT7921)
7500 - Bbluetooth: btusb: Add another Bluetooth part for Realtek 8852AE
7501 - Bluetooth: btusb: fix memory leak in btusb_mtk_submit_wmt_recv_urb()
7502 - Bluetooth: btusb: enable Mediatek to support AOSP extension
7503 - Bluetooth: btusb: Add one more Bluetooth part for the Realtek RTL8852AE
7504 - fget: clarify and improve __fget_files() implementation
7505 - Bluetooth: btusb: Add two more Bluetooth parts for WCN6855
7506 - Bluetooth: btusb: Add support for Foxconn MT7922A
7507 - Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices
7508 - Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0
7509 - Bluetooth: bfusb: fix division by zero in send path
7510 - ARM: dts: exynos: Fix BCM4330 Bluetooth reset polarity in I9100
7511 - USB: core: Fix bug in resuming hub's handling of wakeup requests
7512 - USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_status
7513 - ath11k: Fix buffer overflow when scanning with extraie
7514 - mmc: sdhci-pci: Add PCI ID for Intel ADL
7515 - Bluetooth: add quirk disabling LE Read Transmit Power
7516 - Bluetooth: btbcm: disable read tx power for some Macs with the T2 Security
7517 chip
7518 - Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2
7519 - veth: Do not record rx queue hint in veth_xmit
7520 - mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()
7521 - can: gs_usb: fix use of uninitialized variable, detach device on reception
7522 of invalid USB data
7523 - can: isotp: convert struct tpcon::{idx,len} to unsigned int
7524 - can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}
7525 - random: fix data race on crng_node_pool
7526 - random: fix data race on crng init time
7527 - random: fix crash on multiple early calls to add_bootloader_randomness()
7528 - platform/x86/intel: hid: add quirk to support Surface Go 3
7529 - media: Revert "media: uvcvideo: Set unique vdev name based in type"
7530 - staging: wlan-ng: Avoid bitwise vs logical OR warning in
7531 hfa384x_usb_throttlefn()
7532 - drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()
7533 - staging: greybus: fix stack size warning with UBSAN
7534 - Linux 5.15.15
7535
7536 * UBSAN warning on unplugging USB4 DP alt mode from AMD Yellow Carp graphics
7537 card (LP: #1956497)
7538 - drm/amd/display: explicitly set is_dsc_supported to false before use
7539
7540 * Support USB4 DP alt mode for AMD Yellow Carp graphics card (LP: #1953008)
7541 - drm/amd/display: Enable PSR by default on newer DCN
7542 - SAUCE: drm/amd/display: Fixup previous PSR policy commit
7543 - drm/amd/display: Fix USB4 hot plug crash issue
7544 - drm/amd/display: Creating a fw boot options bit for an upcoming feature
7545 - drm/amd/display: Enable dpia in dmub only for DCN31 B0
7546 - drm/amd/display: MST support for DPIA
7547 - drm/amd/display: Set phy_mux_sel bit in dmub scratch register
7548 - drm/amd/display: Don't lock connection_mutex for DMUB HPD
7549 - drm/amd/display: Add callbacks for DMUB HPD IRQ notifications
7550
7551 * Jammy update: v5.15.14 upstream stable release (LP: #1957882)
7552 - fscache_cookie_enabled: check cookie is valid before accessing it
7553 - selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()
7554 - tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()
7555 - tracing: Tag trace_percpu_buffer as a percpu pointer
7556 - Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow"
7557 - ieee802154: atusb: fix uninit value in atusb_set_extended_addr
7558 - i40e: Fix to not show opcode msg on unsuccessful VF MAC change
7559 - iavf: Fix limit of total number of queues to active queues of VF
7560 - RDMA/core: Don't infoleak GRH fields
7561 - Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks"
7562 - netrom: fix copying in user data in nr_setsockopt
7563 - RDMA/uverbs: Check for null return of kmalloc_array
7564 - mac80211: initialize variable have_higher_than_11mbit
7565 - mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh
7566 - sfc: The RX page_ring is optional
7567 - i40e: fix use-after-free in i40e_sync_filters_subtask()
7568 - i40e: Fix for displaying message regarding NVM version
7569 - i40e: Fix incorrect netdev's real number of RX/TX queues
7570 - ftrace/samples: Add missing prototypes direct functions
7571 - ipv4: Check attribute length for RTA_GATEWAY in multipath route
7572 - ipv4: Check attribute length for RTA_FLOW in multipath route
7573 - ipv6: Check attribute length for RTA_GATEWAY in multipath route
7574 - ipv6: Check attribute length for RTA_GATEWAY when deleting multipath route
7575 - lwtunnel: Validate RTA_ENCAP_TYPE attribute length
7576 - selftests: net: udpgro_fwd.sh: explicitly checking the available ping
7577 feature
7578 - sctp: hold endpoint before calling cb in sctp_transport_lookup_process
7579 - batman-adv: mcast: don't send link-local multicast to mcast routers
7580 - sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc
7581 - net: ena: Fix undefined state when tx request id is out of bounds
7582 - net: ena: Fix wrong rx request id by resetting device
7583 - net: ena: Fix error handling when calculating max IO queues number
7584 - md/raid1: fix missing bitmap update w/o WriteMostly devices
7585 - EDAC/i10nm: Release mdev/mbase when failing to detect HBM
7586 - KVM: x86: Check for rmaps allocation
7587 - cgroup: Use open-time credentials for process migraton perm checks
7588 - cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
7589 - cgroup: Use open-time cgroup namespace for process migration perm checks
7590 - Revert "i2c: core: support bus regulator controlling in adapter"
7591 - i2c: mpc: Avoid out of bounds memory access
7592 - power: supply: core: Break capacity loop
7593 - power: reset: ltc2952: Fix use of floating point literals
7594 - reset: renesas: Fix Runtime PM usage
7595 - rndis_host: support Hytera digital radios
7596 - gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handler
7597 - net ticp:fix a kernel-infoleak in __tipc_sendmsg()
7598 - phonet: refcount leak in pep_sock_accep
7599 - fbdev: fbmem: add a helper to determine if an aperture is used by a fw fb
7600 - drm/amdgpu: disable runpm if we are the primary adapter
7601 - power: bq25890: Enable continuous conversion for ADC at charging
7602 - ipv6: Continue processing multipath route even if gateway attribute is
7603 invalid
7604 - ipv6: Do cleanup if attribute validation fails in multipath route
7605 - auxdisplay: charlcd: checking for pointer reference before dereferencing
7606 - drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notify
7607 - drm/amd/pm: Fix xgmi link control on aldebaran
7608 - usb: mtu3: fix interval value for intr and isoc
7609 - scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()
7610 - ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate
7611 - net: udp: fix alignment problem in udp4_seq_show()
7612 - atlantic: Fix buff_ring OOB in aq_ring_rx_clean
7613 - drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resume
7614 - mISDN: change function names to avoid conflicts
7615 - drm/amd/display: fix B0 TMDS deepcolor no dislay issue
7616 - drm/amd/display: Added power down for DCN10
7617 - ipv6: raw: check passed optlen before reading
7618 - userfaultfd/selftests: fix hugetlb area allocations
7619 - ARM: dts: gpio-ranges property is now required
7620 - Input: zinitix - make sure the IRQ is allocated before it gets enabled
7621 - Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"
7622 - drm/amd/pm: keep the BACO feature enabled for suspend
7623 - Linux 5.15.14
7624
7625 * alsa/sdw: add sdw audio machine driver for several ADL machines
7626 (LP: #1951563)
7627 - ASoC: Intel: sof_sdw: Add support for SKU 0AF3 product
7628 - ASoC: Intel: soc-acpi: add SKU 0AF3 SoundWire configuration
7629 - ASoC: Intel: sof_sdw: Add support for SKU 0B00 and 0B01 products
7630 - ASoC: Intel: sof_sdw: Add support for SKU 0B11 product
7631 - ASoC: Intel: sof_sdw: Add support for SKU 0B13 product
7632 - ASoC: Intel: soc-acpi: add SKU 0B13 SoundWire configuration
7633 - ASoC: Intel: sof_sdw: Add support for SKU 0B29 product
7634 - ASoC: Intel: soc-acpi: add SKU 0B29 SoundWire configuration
7635 - ASoC: Intel: sof_sdw: Add support for SKU 0B12 product
7636 - ASoC: intel: sof_sdw: return the original error number
7637 - ASoC: intel: sof_sdw: rename be_index/link_id to link_index
7638 - ASoC: intel: sof_sdw: Use a fixed DAI link id for AMP
7639 - ASoC: intel: sof_sdw: move DMIC link id overwrite to create_sdw_dailink
7640 - ASoC: intel: sof_sdw: remove SOF_RT715_DAI_ID_FIX quirk
7641 - ASoC: intel: sof_sdw: remove sof_sdw_mic_codec_mockup_init
7642 - ASoC: intel: sof_sdw: remove get_next_be_id
7643 - ASoC: intel: sof_sdw: add link adr order check
7644
7645 * Add basic Wifi support for Qualcomm WCN6856 (LP: #1955613)
7646 - ath11k: change to use dynamic memory for channel list of scan
7647 - ath11k: add string type to search board data in board-2.bin for WCN6855
7648
7649 * Enable audio mute LED and mic mute LED on a new HP laptop (LP: #1956454)
7650 - ALSA: hda/realtek: Use ALC285_FIXUP_HP_GPIO_LED on another HP laptop
7651
7652 * Add missing BT ID for Qualcomm WCN6856 (LP: #1956407)
7653 - Bluetooth: btusb: Add one more Bluetooth part for WCN6855
7654
7655 * Add Bluetooth support for Qualcomm WCN6856 (LP: #1955689)
7656 - Bluetooth: btusb: Add support using different nvm for variant WCN6855
7657 controller
7658 - Bluetooth: btusb: re-definition for board_id in struct qca_version
7659 - Bluetooth: btusb: Add the new support IDs for WCN6855
7660
7661 * Improve performance and idle power consumption (LP: #1941893)
7662 - x86: ACPI: cstate: Optimize C3 entry on AMD CPUs
7663
7664 * [Yellow Carp] USB4 interdomain communication problems (LP: #1945361)
7665 - thunderbolt: Enable retry logic for intra-domain control packets
7666
7667 * 1951111:
7668 - scsi: lpfc: Fix mailbox command failure during driver initialization
7669
7670 * [Jammy] Update Broadcom Emulex FC HBA lpfc driver to 14.0.0.3 for Ubuntu
7671 22.04 (LP: #1951111)
7672 - scsi: lpfc: Fix premature rpi release for unsolicited TPLS and LS_RJT
7673 - scsi: lpfc: Fix hang on unload due to stuck fport node
7674 - scsi: lpfc: Fix rediscovery of tape device after LIP
7675 - scsi: lpfc: Don't remove ndlp on PRLI errors in P2P mode
7676 - scsi: lpfc: Fix EEH support for NVMe I/O
7677 - scsi: lpfc: Adjust bytes received vales during cmf timer interval
7678 - scsi: lpfc: Fix I/O block after enabling managed congestion mode
7679 - scsi: lpfc: Zero CGN stats only during initial driver load and stat reset
7680 - scsi: lpfc: Improve PBDE checks during SGL processing
7681 - scsi: lpfc: Update lpfc version to 14.0.0.2
7682
7683 * smartpqi: Update 20.04.4 to latest kernel.org patch level (LP: #1953689)
7684 - scsi: smartpqi: Update device removal management
7685 - scsi: smartpqi: Capture controller reason codes
7686 - scsi: smartpqi: Update LUN reset handler
7687 - scsi: smartpqi: Add TEST UNIT READY check for SANITIZE operation
7688 - scsi: smartpqi: Avoid failing I/Os for offline devices
7689 - scsi: smartpqi: Add extended report physical LUNs
7690 - scsi: smartpqi: Fix boot failure during LUN rebuild
7691 - scsi: smartpqi: Fix duplicate device nodes for tape changers
7692 - scsi: smartpqi: Add 3252-8i PCI id
7693 - scsi: smartpqi: Update version to 2.1.12-055
7694
7695 * Let VMD follow host bridge PCIe settings (LP: #1954611)
7696 - PCI: vmd: Honor ACPI _OSC on PCIe features
7697
7698 * Fix spurious wakeup caused by Intel 7560 WWAN (LP: #1956443)
7699 - net: wwan: iosm: Keep device at D0 for s2idle case
7700
7701 * [uacc-0623] hisi_sec2 fail to alloc uacce (LP: #1933301)
7702 - crypto: hisilicon/qm - modify the uacce mode check
7703
7704 * Jammy update: v5.15.13 upstream stable release (LP: #1956926)
7705 - Input: i8042 - add deferred probe support
7706 - Input: i8042 - enable deferred probe quirk for ASUS UM325UA
7707 - tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok().
7708 - tomoyo: use hwight16() in tomoyo_domain_quota_is_ok()
7709 - net/sched: Extend qdisc control block with tc control block
7710 - parisc: Clear stale IIR value on instruction access rights trap
7711 - platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug in
7712 mlxbf_pmc_map_counters
7713 - platform/x86: apple-gmux: use resource_size() with res
7714 - memblock: fix memblock_phys_alloc() section mismatch error
7715 - recordmcount.pl: fix typo in s390 mcount regex
7716 - powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversion
7717 - efi: Move efifb_setup_from_dmi() prototype from arch headers
7718 - selinux: initialize proto variable in selinux_ip_postroute_compat()
7719 - scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write()
7720 - net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources
7721 - net/mlx5: Fix error print in case of IRQ request failed
7722 - net/mlx5: Fix SF health recovery flow
7723 - net/mlx5: Fix tc max supported prio for nic mode
7724 - net/mlx5e: Wrap the tx reporter dump callback to extract the sq
7725 - net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flow
7726 - net/mlx5e: Fix ICOSQ recovery flow for XSK
7727 - net/mlx5e: Use tc sample stubs instead of ifdefs in source file
7728 - net/mlx5e: Delete forward rule for ct or sample action
7729 - udp: using datalen to cap ipv6 udp max gso segments
7730 - selftests: Calculate udpgso segment count without header adjustment
7731 - sctp: use call_rcu to free endpoint
7732 - net/smc: fix using of uninitialized completions
7733 - net: usb: pegasus: Do not drop long Ethernet frames
7734 - net: ag71xx: Fix a potential double free in error handling paths
7735 - net: lantiq_xrx200: fix statistics of received bytes
7736 - NFC: st21nfca: Fix memory leak in device probe and remove
7737 - net/smc: don't send CDC/LLC message if link not ready
7738 - net/smc: fix kernel panic caused by race of smc_sock
7739 - igc: Do not enable crosstimestamping for i225-V models
7740 - igc: Fix TX timestamp support for non-MSI-X platforms
7741 - drm/amd/display: Send s0i2_rdy in stream_count == 0 optimization
7742 - drm/amd/display: Set optimize_pwr_state for DCN31
7743 - ionic: Initialize the 'lif->dbid_inuse' bitmap
7744 - net/mlx5e: Fix wrong features assignment in case of error
7745 - net: bridge: mcast: add and enforce query interval minimum
7746 - net: bridge: mcast: add and enforce startup query interval minimum
7747 - selftests/net: udpgso_bench_tx: fix dst ip argument
7748 - selftests: net: Fix a typo in udpgro_fwd.sh
7749 - net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled helper
7750 - net/ncsi: check for error return from call to nla_put_u32
7751 - selftests: net: using ping6 for IPv6 in udpgro_fwd.sh
7752 - fsl/fman: Fix missing put_device() call in fman_port_probe
7753 - i2c: validate user data in compat ioctl
7754 - nfc: uapi: use kernel size_t to fix user-space builds
7755 - uapi: fix linux/nfc.h userspace compilation errors
7756 - drm/nouveau: wait for the exclusive fence after the shared ones v2
7757 - drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly
7758 enabled
7759 - drm/amdgpu: add support for IP discovery gc_info table v2
7760 - drm/amd/display: Changed pipe split policy to allow for multi-display pipe
7761 split
7762 - xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.
7763 - usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.
7764 - usb: mtu3: add memory barrier before set GPD's HWO
7765 - usb: mtu3: fix list_head check warning
7766 - usb: mtu3: set interval of FS intr and isoc endpoint
7767 - nitro_enclaves: Use get_user_pages_unlocked() call to handle mmap assert
7768 - binder: fix async_free_space accounting for empty parcels
7769 - scsi: vmw_pvscsi: Set residual data length conditionally
7770 - Input: appletouch - initialize work before device registration
7771 - Input: spaceball - fix parsing of movement data packets
7772 - mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'
7773 - net: fix use-after-free in tw_timer_handler
7774 - fs/mount_setattr: always cleanup mount_kattr
7775 - perf intel-pt: Fix parsing of VM time correlation arguments
7776 - perf script: Fix CPU filtering of a script's switch events
7777 - perf scripts python: intel-pt-events.py: Fix printing of switch events
7778 - Linux 5.15.13
7779
7780 * Miscellaneous Ubuntu changes
7781 - [Packaging] getabis: Add fwinfo.builtin to the ABI
7782 - [Packaging] Add list of built-in firmwares to the ABI
7783 - [Config] x86-64: SYSFB_SIMPLEFB=y
7784 - [packaging] arm64: introduce the lowlatency and lowlatency-64k flavours
7785 - [packaging] arm64: updateconfigs
7786 - [Config] annotations: remove duplicates when arm64-generic ==
7787 arm64-generic-64k option
7788 - [Config] annotations: introduce arm64-lowlatency and arm64-lowlatency-64k
7789 kconfig options checks
7790 - [Packaging] Update dependency of pahole / dwarves
7791 - [Config] toolchain version update
7792
7793 * Miscellaneous upstream changes
7794 - scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to
7795 driver_resource_setup()
7796 - scsi: lpfc: Correct sysfs reporting of loop support after SFP status change
7797 - scsi: lpfc: Allow PLOGI retry if previous PLOGI was aborted
7798 - scsi: lpfc: Update lpfc version to 14.0.0.3
7799 - Revert "rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE"
7800
7801 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 28 Jan 2022 17:16:21 +0100
746da693 7802
f18e7132 7803linux (5.15.0-18.18) jammy; urgency=medium
915aaaa0 7804
f18e7132 7805 * jammy/linux: 5.15.0-18.18 -proposed tracker (LP: #1958638)
915aaaa0 7806
f18e7132
AR
7807 * CVE-2021-4155
7808 - xfs: map unwritten blocks in XFS_IOC_{ALLOC, FREE}SP just like fallocate
7809
7810 * CVE-2022-0185
7811 - SAUCE: vfs: test that one given mount param is not larger than PAGE_SIZE
7812
7813 * [UBUNTU 20.04] KVM hardware diagnose data improvements for guest kernel -
7814 kernel part (LP: #1953334)
7815 - KVM: s390: add debug statement for diag 318 CPNC data
7816
7817 * OOB write on BPF_RINGBUF (LP: #1956585)
7818 - SAUCE: bpf: prevent helper argument PTR_TO_ALLOC_MEM to have offset other
7819 than 0
7820
7821 * Miscellaneous Ubuntu changes
7822 - [Config] re-enable shiftfs
7823 - [SAUCE] shiftfs: support kernel 5.15
7824 - [Config] update toolchain versions
7825
7826 * Miscellaneous upstream changes
7827 - vfs: fs_context: fix up param length parsing in legacy_parse_param
7828
7829 -- Andrea Righi <andrea.righi@canonical.com> Fri, 21 Jan 2022 13:32:27 +0100
915aaaa0 7830
79cfe6ad 7831linux (5.15.0-17.17) jammy; urgency=medium
7da692e8 7832
79cfe6ad 7833 * jammy/linux: 5.15.0-17.17 -proposed tracker (LP: #1957809)
7da692e8 7834
79cfe6ad 7835 -- Andrea Righi <andrea.righi@canonical.com> Thu, 13 Jan 2022 17:11:21 +0100
7da692e8 7836
66ff5e74 7837linux (5.15.0-16.16) jammy; urgency=medium
7870bbc6 7838
66ff5e74 7839 * jammy/linux: 5.15.0-16.16 -proposed tracker (LP: #1956820)
7870bbc6 7840
66ff5e74
AR
7841 * Packaging resync (LP: #1786013)
7842 - debian/dkms-versions -- update from kernel-versions (main/master)
7843
7844 * 5.15 stuck at boot on c4.large (LP: #1956780)
7845 - Revert "PCI/MSI: Mask MSI-X vectors only on success"
7846
7847 * Miscellaneous upstream changes
7848 - Revert "UBUNTU: [Packaging] temporarily disable signed v4l2loopback"
7849
7850 -- Andrea Righi <andrea.righi@canonical.com> Sat, 08 Jan 2022 10:57:58 +0100
7870bbc6 7851
7294d9f3 7852linux (5.15.0-15.15) jammy; urgency=medium
49e85a07 7853
7294d9f3 7854 * jammy/linux: 5.15.0-15.15 -proposed tracker (LP: #1956314)
49e85a07 7855
7294d9f3
AR
7856 * Packaging resync (LP: #1786013)
7857 - update dkms package versions
7858 - debian/dkms-versions -- update from kernel-versions (main/master)
7859
7860 * rtw88_8821ce causes freeze (LP: #1927808)
7861 - rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE
7862
7863 * alsa/sdw: fix the audio sdw codec parsing logic in the acpi table
7864 (LP: #1955686)
7865 - ALSA: hda: intel-sdw-acpi: go through HDAS ACPI at max depth of 2
7866 - ALSA: hda: intel-sdw-acpi: harden detection of controller
7867
7868 * Got black screen when resume from s2idle with AMD dGPU (LP: #1955790)
7869 - SAUCE: drm/amdgpu: put SMU into proper state on runpm suspending for BOCO
7870 capable platform
7871 - SAUCE: drm/amdgpu: always reset the asic in suspend (v2)
7872
7873 * Fix USB3 detection on HP dock (LP: #1955443)
7874 - usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0
7875
7876 * support signed v4l2loopback dkms build (LP: #1938531)
7877 - enable v4l2loopback builds on amd64 kernels
7878 - support v4l2loopback dkms build
7879
7880 * Jammy update: v5.15.12 upstream stable release (LP: #1956305)
7881 - arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfd
7882 - net: usb: lan78xx: add Allied Telesis AT29M2-AF
7883 - ext4: prevent partial update of the extent blocks
7884 - ext4: check for out-of-order index extents in ext4_valid_extent_entries()
7885 - ext4: check for inconsistent extents between index and leaf block
7886 - selftests: KVM: Fix non-x86 compiling
7887 - HID: holtek: fix mouse probing
7888 - HID: potential dereference of null pointer
7889 - NFSD: Fix READDIR buffer overflow
7890 - PM: sleep: Fix error handling in dpm_prepare()
7891 - arm64: dts: allwinner: orangepi-zero-plus: fix PHY mode
7892 - bus: sunxi-rsb: Fix shutdown
7893 - spi: change clk_disable_unprepare to clk_unprepare
7894 - ucounts: Fix rlimit max values check
7895 - drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf
7896 - ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent()
7897 - RDMA/hns: Fix RNR retransmission issue for HIP08
7898 - IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()
7899 - RDMA/hns: Replace kfree() with kvfree()
7900 - netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()
7901 - netfilter: fix regression in looped (broad|multi)cast's MAC handling
7902 - ARM: dts: imx6qdl-wandboard: Fix Ethernet support
7903 - ice: Use xdp_buf instead of rx_buf for xsk zero-copy
7904 - ice: xsk: return xsk buffers back to pool when cleaning the ring
7905 - net: marvell: prestera: fix incorrect return of port_find
7906 - net: marvell: prestera: fix incorrect structure access
7907 - qlcnic: potential dereference null pointer of rx_queue->page_ring
7908 - tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex
7909 - ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookie
7910 - inet: fully convert sk->sk_rx_dst to RCU rules
7911 - net: accept UFOv6 packages in virtio_net_hdr_to_skb
7912 - net: skip virtio_net_hdr_set_proto if protocol already set
7913 - igb: fix deadlock caused by taking RTNL in RPM resume path
7914 - ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
7915 - gpio: virtio: remove timeout
7916 - bonding: fix ad_actor_system option setting to default
7917 - fjes: Check for error irq
7918 - drivers: net: smc911x: Check for error irq
7919 - net: ks8851: Check for error irq
7920 - sfc: Check null pointer of rx_queue->page_ring
7921 - sfc: falcon: Check null pointer of rx_queue->page_ring
7922 - asix: fix uninit-value in asix_mdio_read()
7923 - asix: fix wrong return value in asix_check_host_enable()
7924 - io_uring: zero iocb->ki_pos for stream file types
7925 - veth: ensure skb entering GRO are not cloned.
7926 - net: stmmac: ptp: fix potentially overflowing expression
7927 - net: bridge: Use array_size() helper in copy_to_user()
7928 - net: bridge: fix ioctl old_deviceless bridge argument
7929 - r8152: fix the force speed doesn't work for RTL8156
7930 - net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5M
7931 - pinctrl: bcm2835: Change init order for gpio hogs
7932 - hwmon: (lm90) Fix usage of CONFIG2 register in detect function
7933 - hwmon: (lm90) Prevent integer overflow/underflow in hysteresis calculations
7934 - hwmon: (lm90) Introduce flag indicating extended temperature support
7935 - hwmon: (lm90) Add basic support for TI TMP461
7936 - hwmon: (lm90) Drop critical attribute support for MAX6654
7937 - ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNC
7938 - uapi: Fix undefined __always_inline on non-glibc systems
7939 - compiler.h: Fix annotation macro misplacement with Clang
7940 - platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTEL
7941 - kernel/crash_core: suppress unknown crashkernel parameter warning
7942 - Revert "x86/boot: Pull up cmdline preparation and early param parsing"
7943 - x86/boot: Move EFI range reservation after cmdline parsing
7944 - ALSA: jack: Check the return value of kstrdup()
7945 - ALSA: drivers: opl3: Fix incorrect use of vp->state
7946 - ALSA: rawmidi - fix the uninitalized user_pversion
7947 - ALSA: hda/hdmi: Disable silent stream on GLK
7948 - ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6
7949 - ALSA: hda/realtek: Add new alc285-hp-amp-init model
7950 - ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
7951 - ALSA: hda/realtek: Fix quirk for Clevo NJ51CU
7952 - ASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2s
7953 - ASoC: tegra: Add DAPM switches for headphones and mic jack
7954 - ASoC: tegra: Restore headphones jack name on Nyan Big
7955 - Input: atmel_mxt_ts - fix double free in mxt_read_info_block
7956 - ipmi: bail out if init_srcu_struct fails
7957 - ipmi: ssif: initialize ssif_info->client early
7958 - ipmi: fix initialization when workqueue allocation fails
7959 - parisc: Correct completer in lws start
7960 - parisc: Fix mask used to select futex spinlock
7961 - tee: handle lookup of shm with reference count 0
7962 - x86/pkey: Fix undefined behaviour with PKRU_WD_BIT
7963 - platform/x86: amd-pmc: only use callbacks for suspend
7964 - platform/x86: intel_pmc_core: fix memleak on registration failure
7965 - KVM: x86: Always set kvm_run->if_flag
7966 - KVM: x86/mmu: Don't advance iterator after restart due to yielding
7967 - KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required
7968 - KVM: VMX: Always clear vmx->fail on emulation_required
7969 - KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
7970 - pinctrl: stm32: consider the GPIO offset to expose all the GPIO lines
7971 - gpio: dln2: Fix interrupts when replugging the device
7972 - mmc: sdhci-tegra: Fix switch to HS400ES mode
7973 - mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commands
7974 - mmc: core: Disable card detect during shutdown
7975 - mmc: mmci: stm32: clear DLYB_CR after sending tuning command
7976 - ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling
7977 - ksmbd: fix error code in ndr_read_int32()
7978 - ksmbd: fix uninitialized symbol 'pntsd_size'
7979 - ksmbd: disable SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1
7980 - mac80211: fix locking in ieee80211_start_ap error path
7981 - mm: mempolicy: fix THP allocations escaping mempolicy restrictions
7982 - mm, hwpoison: fix condition in free hugetlb page path
7983 - mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()
7984 - mm/damon/dbgfs: protect targets destructions with kdamond_lock
7985 - tee: optee: Fix incorrect page free bug
7986 - f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr()
7987 - netfs: fix parameter of cleanup()
7988 - KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state
7989 - arm64: dts: lx2160a: fix scl-gpios property name
7990 - kfence: fix memory leak when cat kfence objects
7991 - Input: iqs626a - prohibit inlining of channel parsing functions
7992 - Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312
7993 - Input: goodix - add id->model mapping for the "9111" model
7994 - ASoC: tas2770: Fix setting of high sample rates
7995 - ASoC: SOF: Intel: pci-tgl: add new ADL-P variant
7996 - ASoC: SOF: Intel: pci-tgl: add ADL-N support
7997 - ASoC: rt5682: fix the wrong jack type detected
7998 - pinctrl: mediatek: fix global-out-of-bounds issue
7999 - hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681
8000 - hwmon: (lm90) Do not report 'busy' status bit as alarm
8001 - r8152: sync ocp base
8002 - ax25: NPD bug when detaching AX25 device
8003 - hamradio: defer ax25 kfree after unregister_netdev
8004 - hamradio: improve the incomplete fix to avoid NPD
8005 - tun: avoid double free in tun_free_netdev
8006 - phonet/pep: refuse to enable an unbound pipe
8007 - Linux 5.15.12
8008
8009 * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled
8010 (LP: #1945590) // Jammy update: v5.15.12 upstream stable release
8011 (LP: #1956305)
8012 - Input: elantech - fix stack out of bound access in
8013 elantech_change_report_id()
8014
8015 * Jammy update: v5.15.11 upstream stable release (LP: #1956302)
8016 - reset: tegra-bpmp: Revert Handle errors in BPMP response
8017 - KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled
8018 - KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE
8019 - KVM: downgrade two BUG_ONs to WARN_ON_ONCE
8020 - x86/kvm: remove unused ack_notifier callbacks
8021 - KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid()
8022 - mac80211: fix rate control for retransmitted frames
8023 - mac80211: fix regression in SSN handling of addba tx
8024 - mac80211: mark TX-during-stop for TX in in_reconfig
8025 - mac80211: send ADDBA requests using the tid/queue of the aggregation session
8026 - mac80211: validate extended element ID is present
8027 - firmware: arm_scpi: Fix string overflow in SCPI genpd driver
8028 - bpf: Fix kernel address leakage in atomic fetch
8029 - bpf, selftests: Add test case for atomic fetch on spilled pointer
8030 - bpf: Fix signed bounds propagation after mov32
8031 - bpf: Make 32->64 bounds propagation slightly more robust
8032 - bpf, selftests: Add test case trying to taint map value pointer
8033 - bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
8034 - bpf, selftests: Update test case for atomic cmpxchg on r0 with pointer
8035 - vduse: fix memory corruption in vduse_dev_ioctl()
8036 - vduse: check that offset is within bounds in get_config()
8037 - virtio_ring: Fix querying of maximum DMA mapping size for virtio device
8038 - vdpa: check that offsets are within bounds
8039 - s390/entry: fix duplicate tracking of irq nesting level
8040 - recordmcount.pl: look for jgnop instruction as well as bcrl on s390
8041 - arm64: dts: ten64: remove redundant interrupt declaration for gpio-keys
8042 - ceph: fix up non-directory creation in SGID directories
8043 - dm btree remove: fix use after free in rebalance_children()
8044 - audit: improve robustness of the audit queue handling
8045 - btrfs: convert latest_bdev type to btrfs_device and rename
8046 - btrfs: use latest_dev in btrfs_show_devname
8047 - btrfs: update latest_dev when we create a sprout device
8048 - btrfs: remove stale comment about the btrfs_show_devname
8049 - scsi: ufs: core: Retry START_STOP on UNIT_ATTENTION
8050 - arm64: dts: rockchip: remove mmc-hs400-enhanced-strobe from rk3399-khadas-
8051 edge
8052 - arm64: dts: rockchip: fix rk3308-roc-cc vcc-sd supply
8053 - arm64: dts: rockchip: fix rk3399-leez-p710 vcc3v3-lan supply
8054 - arm64: dts: rockchip: fix audio-supply for Rock Pi 4
8055 - arm64: dts: rockchip: fix poweroff on helios64
8056 - dmaengine: idxd: add halt interrupt support
8057 - dmaengine: idxd: fix calling wq quiesce inside spinlock
8058 - mac80211: track only QoS data frames for admission control
8059 - tee: amdtee: fix an IS_ERR() vs NULL bug
8060 - ceph: fix duplicate increment of opened_inodes metric
8061 - ceph: initialize pathlen variable in reconnect_caps_cb
8062 - ARM: socfpga: dts: fix qspi node compatible
8063 - arm64: dts: imx8mq: remove interconnect property from lcdif
8064 - clk: Don't parent clks until the parent is fully registered
8065 - soc: imx: Register SoC device only on i.MX boards
8066 - iwlwifi: mvm: don't crash on invalid rate w/o STA
8067 - virtio: always enter drivers/virtio/
8068 - virtio/vsock: fix the transport to work with VMADDR_CID_ANY
8069 - vdpa: Consider device id larger than 31
8070 - Revert "drm/fb-helper: improve DRM fbdev emulation device names"
8071 - selftests: net: Correct ping6 expected rc from 2 to 1
8072 - s390/kexec_file: fix error handling when applying relocations
8073 - sch_cake: do not call cake_destroy() from cake_init()
8074 - inet_diag: fix kernel-infoleak for UDP sockets
8075 - netdevsim: don't overwrite read only ethtool parms
8076 - selftests: icmp_redirect: pass xfail=0 to log_test()
8077 - net: hns3: fix use-after-free bug in hclgevf_send_mbx_msg
8078 - net: hns3: fix race condition in debugfs
8079 - selftests: Add duplicate config only for MD5 VRF tests
8080 - selftests: Fix raw socket bind tests with VRF
8081 - selftests: Fix IPv6 address bind tests
8082 - dmaengine: idxd: fix missed completion on abort path
8083 - dmaengine: st_fdma: fix MODULE_ALIAS
8084 - drm: simpledrm: fix wrong unit with pixel clock
8085 - net/sched: sch_ets: don't remove idle classes from the round-robin list
8086 - selftests/net: toeplitz: fix udp option
8087 - net: dsa: mv88e6xxx: Unforce speed & duplex in mac_link_down()
8088 - selftest/net/forwarding: declare NETIFS p9 p10
8089 - mptcp: never allow the PM to close a listener subflow
8090 - drm/ast: potential dereference of null pointer
8091 - drm/i915/display: Fix an unsigned subtraction which can never be negative.
8092 - mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock
8093 - cfg80211: Acquire wiphy mutex on regulatory work
8094 - mac80211: fix lookup when adding AddBA extension element
8095 - net: stmmac: fix tc flower deletion for VLAN priority Rx steering
8096 - flow_offload: return EOPNOTSUPP for the unsupported mpls action type
8097 - rds: memory leak in __rds_conn_create()
8098 - ice: Use div64_u64 instead of div_u64 in adjfine
8099 - ice: Don't put stale timestamps in the skb
8100 - drm/amd/display: Set exit_optimized_pwr_state for DCN31
8101 - drm/amd/pm: fix a potential gpu_metrics_table memory leak
8102 - mptcp: remove tcp ulp setsockopt support
8103 - mptcp: clear 'kern' flag from fallback sockets
8104 - mptcp: fix deadlock in __mptcp_push_pending()
8105 - soc/tegra: fuse: Fix bitwise vs. logical OR warning
8106 - igb: Fix removal of unicast MAC filters of VFs
8107 - igbvf: fix double free in `igbvf_probe`
8108 - igc: Fix typo in i225 LTR functions
8109 - ixgbe: Document how to enable NBASE-T support
8110 - ixgbe: set X550 MDIO speed before talking to PHY
8111 - netdevsim: Zero-initialize memory for new map's value in function
8112 nsim_bpf_map_alloc
8113 - net/packet: rx_owner_map depends on pg_vec
8114 - net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup
8115 - sfc_ef100: potential dereference of null pointer
8116 - dsa: mv88e6xxx: fix debug print for SPEED_UNFORCED
8117 - net: Fix double 0x prefix print in SKB dump
8118 - net/smc: Prevent smc_release() from long blocking
8119 - net: systemport: Add global locking for descriptor lifecycle
8120 - sit: do not call ipip6_dev_free() from sit_init_net()
8121 - afs: Fix mmap
8122 - arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()
8123 - bpf: Fix extable fixup offset.
8124 - bpf, selftests: Fix racing issue in btf_skc_cls_ingress test
8125 - powerpc/85xx: Fix oops when CONFIG_FSL_PMC=n
8126 - USB: gadget: bRequestType is a bitfield, not a enum
8127 - Revert "usb: early: convert to readl_poll_timeout_atomic()"
8128 - KVM: x86: Drop guest CPUID check for host initiated writes to
8129 MSR_IA32_PERF_CAPABILITIES
8130 - tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous
8131 - USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)
8132 - usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probe
8133 - PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error
8134 - PCI/MSI: Mask MSI-X vectors only on success
8135 - usb: xhci-mtk: fix list_del warning when enable list debug
8136 - usb: xhci: Extend support for runtime power management for AMD's Yellow
8137 carp.
8138 - usb: cdnsp: Fix incorrect status for control request
8139 - usb: cdnsp: Fix incorrect calling of cdnsp_died function
8140 - usb: cdnsp: Fix issue in cdnsp_log_ep trace event
8141 - usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restore
8142 - usb: typec: tcpm: fix tcpm unregister port but leave a pending timer
8143 - usb: gadget: u_ether: fix race in setting MAC address in setup phase
8144 - USB: serial: cp210x: fix CP2105 GPIO registration
8145 - USB: serial: option: add Telit FN990 compositions
8146 - selinux: fix sleeping function called from invalid context
8147 - btrfs: fix memory leak in __add_inode_ref()
8148 - btrfs: fix double free of anon_dev after failure to create subvolume
8149 - btrfs: check WRITE_ERR when trying to read an extent buffer
8150 - btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()
8151 - zonefs: add MODULE_ALIAS_FS
8152 - iocost: Fix divide-by-zero on donation from low hweight cgroup
8153 - serial: 8250_fintek: Fix garbled text for console
8154 - timekeeping: Really make sure wall_to_monotonic isn't positive
8155 - cifs: sanitize multiple delimiters in prepath
8156 - locking/rtmutex: Fix incorrect condition in rtmutex_spin_on_owner()
8157 - riscv: dts: unleashed: Add gpio card detect to mmc-spi-slot
8158 - riscv: dts: unmatched: Add gpio card detect to mmc-spi-slot
8159 - perf inject: Fix segfault due to close without open
8160 - perf inject: Fix segfault due to perf_data__fd() without open
8161 - libata: if T_LENGTH is zero, dma direction should be DMA_NONE
8162 - powerpc/module_64: Fix livepatching for RO modules
8163 - drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORE
8164 - drm/amdgpu: don't override default ECO_BITs setting
8165 - drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YC
8166 - Revert "can: m_can: remove support for custom bit timing"
8167 - can: m_can: make custom bittiming fields const
8168 - can: m_can: pci: use custom bit timings for Elkhart Lake
8169 - ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name
8170 - xsk: Do not sleep in poll() when need_wakeup set
8171 - mptcp: add missing documented NL params
8172 - bpf, x64: Factor out emission of REX byte in more cases
8173 - bpf: Fix extable address check.
8174 - USB: core: Make do_proc_control() and do_proc_bulk() killable
8175 - media: mxl111sf: change mutex_init() location
8176 - fuse: annotate lock in fuse_reverse_inval_entry()
8177 - ovl: fix warning in ovl_create_real()
8178 - scsi: scsi_debug: Don't call kcalloc() if size arg is zero
8179 - scsi: scsi_debug: Fix type in min_t to avoid stack OOB
8180 - scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select()
8181 - io-wq: remove spurious bit clear on task_work addition
8182 - io-wq: check for wq exit after adding new worker task_work
8183 - rcu: Mark accesses to rcu_state.n_force_qs
8184 - io-wq: drop wqe lock before creating new worker
8185 - bus: ti-sysc: Fix variable set but not used warning for reinit_modules
8186 - selftests/damon: test debugfs file reads/writes with huge count
8187 - Revert "xsk: Do not sleep in poll() when need_wakeup set"
8188 - xen/blkfront: harden blkfront against event channel storms
8189 - xen/netfront: harden netfront against event channel storms
8190 - xen/console: harden hvc_xen against event channel storms
8191 - xen/netback: fix rx queue stall detection
8192 - xen/netback: don't queue unlimited number of packages
8193 - Linux 5.15.11
8194
8195 * Jammy update: v5.15.10 upstream stable release (LP: #1956301)
8196 - nfc: fix segfault in nfc_genl_dump_devices_done
8197 - hwmon: (corsair-psu) fix plain integer used as NULL pointer
8198 - RDMA: Fix use-after-free in rxe_queue_cleanup
8199 - RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow
8200 - mtd: rawnand: Fix nand_erase_op delay
8201 - mtd: rawnand: Fix nand_choose_best_timings() on unsupported interface
8202 - inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently
8203 - dt-bindings: media: nxp,imx7-mipi-csi2: Drop bad if/then schema
8204 - clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1
8205 - perf bpf_skel: Do not use typedef to avoid error on old clang
8206 - netfs: Fix lockdep warning from taking sb_writers whilst holding mmap_lock
8207 - RDMA/irdma: Fix a user-after-free in add_pble_prm
8208 - RDMA/irdma: Fix a potential memory allocation issue in
8209 'irdma_prm_add_pble_mem()'
8210 - RDMA/irdma: Report correct WC errors
8211 - RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQ
8212 - ice: fix FDIR init missing when reset VF
8213 - vmxnet3: fix minimum vectors alloc issue
8214 - i2c: virtio: fix completion handling
8215 - drm/msm: Fix null ptr access msm_ioctl_gem_submit()
8216 - drm/msm/a6xx: Fix uinitialized use of gpu_scid
8217 - drm/msm/dsi: set default num_data_lanes
8218 - drm/msm/dp: Avoid unpowered AUX xfers that caused crashes
8219 - KVM: arm64: Save PSTATE early on exit
8220 - s390/test_unwind: use raw opcode instead of invalid instruction
8221 - Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"
8222 - net/mlx4_en: Update reported link modes for 1/10G
8223 - loop: Use pr_warn_once() for loop_control_remove() warning
8224 - ALSA: hda: Add Intel DG2 PCI ID and HDMI codec vid
8225 - ALSA: hda/hdmi: fix HDA codec entry table order for ADL-P
8226 - parisc/agp: Annotate parisc agp init functions with __init
8227 - i2c: rk3x: Handle a spurious start completion interrupt flag
8228 - net: netlink: af_netlink: Prevent empty skb by adding a check on len.
8229 - drm/amdgpu: cancel the correct hrtimer on exit
8230 - drm/amdgpu: check atomic flag to differeniate with legacy path
8231 - drm/amd/display: Fix for the no Audio bug with Tiled Displays
8232 - drm/amdkfd: fix double free mem structure
8233 - drm/amd/display: add connector type check for CRC source set
8234 - drm/amdkfd: process_info lock not needed for svm
8235 - tracing: Fix a kmemleak false positive in tracing_map
8236 - staging: most: dim2: use device release method
8237 - fuse: make sure reclaim doesn't write the inode
8238 - perf inject: Fix itrace space allowed for new attributes
8239 - Linux 5.15.10
8240
8241 * Jammy update: v5.15.9 upstream stable release (LP: #1955161)
8242 - netfilter: selftest: conntrack_vrf.sh: fix file permission
8243 - Linux 5.15.9
8244
8245 * [SRU][I/J/OEM-5.13/OEM-5.14] Fix pci port lost when hotplug dock
8246 (LP: #1954646)
8247 - PCI: Re-enable Downstream Port LTR after reset or hotplug
8248
8249 * Add support for NVIDIA EC backlight (LP: #1953286)
8250 - platform/x86: Add driver for ACPI WMAA EC-based backlight control
8251 - platform/x86: Remove "WMAA" from identifier names in wmaa-backlight-wmi.c
8252 - platform/x86: Rename wmaa-backlight-wmi to nvidia-wmi-ec-backlight
8253 - [Config] NVIDIA_WMI_EC_BACKLIGHT=m
8254
8255 * Improve USB Type-C support (LP: #1950974)
8256 - usb: typec: ucsi: Always cancel the command if PPM reports BUSY condition
8257 - usb: typec: ucsi: Don't stop alt mode registration on busy condition
8258 - usb: typec: ucsi: Add polling mechanism for partner tasks like alt mode
8259 checking
8260 - usb: typec: ucsi: acpi: Reduce the command completion timeout
8261 - usb: typec: ucsi: Check the partner alt modes always if there is PD contract
8262 - usb: typec: ucsi: Read the PDOs in separate work
8263 - usb: typec: ucsi: Better fix for missing unplug events issue
8264
8265 * Fix power button wakeup with shared IRQs on AMD platforms (LP: #1953540)
8266 - pinctrl: amd: Fix wakeups when IRQ is shared with SCI
8267
8268 * AMD: Suspend not working when some cores are disabled through cpufreq
8269 (LP: #1954930)
8270 - ACPI: processor idle: Allow playing dead in C3 state
8271
8272 * Jammy update: v5.15.8 upstream stable release (LP: #1954931)
8273 - Revert "UBUNTU: SAUCE: selftests: fib_tests: assign address to dummy1 for
8274 rp_filter tests"
8275 - usb: gadget: uvc: fix multiple opens
8276 - HID: quirks: Add quirk for the Microsoft Surface 3 type-cover
8277 - HID: google: add eel USB id
8278 - HID: intel-ish-hid: ipc: only enable IRQ wakeup when requested
8279 - HID: add hid_is_usb() function to make it simpler for USB detection
8280 - HID: add USB_HID dependancy to hid-prodikeys
8281 - HID: add USB_HID dependancy to hid-chicony
8282 - HID: add USB_HID dependancy on some USB HID drivers
8283 - HID: bigbenff: prevent null pointer dereference
8284 - HID: wacom: fix problems when device is not a valid USB device
8285 - HID: check for valid USB device for many HID drivers
8286 - mtd: dataflash: Add device-tree SPI IDs
8287 - mmc: spi: Add device-tree SPI IDs
8288 - HID: sony: fix error path in probe
8289 - HID: Ignore battery for Elan touchscreen on Asus UX550VE
8290 - platform/x86/intel: hid: add quirk to support Surface Go 3
8291 - nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groups
8292 - IB/hfi1: Insure use of smp_processor_id() is preempt disabled
8293 - IB/hfi1: Fix early init panic
8294 - IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr
8295 - can: kvaser_usb: get CAN clock frequency from device
8296 - can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct
8297 stats->{rx,tx}_errors counter
8298 - can: sja1000: fix use after free in ems_pcmcia_add_card()
8299 - can: pch_can: pch_can_rx_normal: fix use after free
8300 - can: m_can: m_can_read_fifo: fix memory leak in error branch
8301 - can: m_can: pci: fix incorrect reference clock rate
8302 - can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo()
8303 - can: m_can: Disable and ignore ELO interrupt
8304 - net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's"
8305 - net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA ports
8306 - x86/sme: Explicitly map new EFI memmap table as encrypted
8307 - platform/x86: amd-pmc: Fix s2idle failures on certain AMD laptops
8308 - nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
8309 - selftests: netfilter: add a vrf+conntrack testcase
8310 - vrf: don't run conntrack on vrf with !dflt qdisc
8311 - bpf, x86: Fix "no previous prototype" warning
8312 - bpf, sockmap: Attach map progs to psock early for feature probes
8313 - bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.
8314 - bpf: Fix the off-by-two error in range markings
8315 - ice: ignore dropped packets during init
8316 - ethtool: do not perform operations on net devices being unregistered
8317 - bonding: make tx_rebalance_counter an atomic
8318 - nfp: Fix memory leak in nfp_cpp_area_cache_add()
8319 - udp: using datalen to cap max gso segments
8320 - netfilter: nft_exthdr: break evaluation if setting TCP option fails
8321 - netfilter: conntrack: annotate data-races around ct->timeout
8322 - iavf: restore MSI state on reset
8323 - iavf: Fix reporting when setting descriptor count
8324 - IB/hfi1: Correct guard on eager buffer deallocation
8325 - devlink: fix netns refcount leak in devlink_nl_cmd_reload()
8326 - net: bcm4908: Handle dma_set_coherent_mask error codes
8327 - net: dsa: mv88e6xxx: error handling for serdes_power functions
8328 - net: dsa: felix: Fix memory leak in felix_setup_mmio_filtering
8329 - net/sched: fq_pie: prevent dismantle issue
8330 - net: mvpp2: fix XDP rx queues registering
8331 - KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exit
8332 - KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req
8333 - KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush
8334 hypercall
8335 - timers: implement usleep_idle_range()
8336 - mm/damon/core: fix fake load reports due to uninterruptible sleeps
8337 - mm/slub: fix endianness bug for alloc/free_traces attributes
8338 - mm: bdi: initialize bdi_min_ratio when bdi is unregistered
8339 - ALSA: ctl: Fix copy of updated id with element read/write
8340 - ALSA: hda/realtek - Add headset Mic support for Lenovo ALC897 platform
8341 - ALSA: hda/realtek: Fix quirk for TongFang PHxTxX1
8342 - ALSA: pcm: oss: Fix negative period/buffer sizes
8343 - ALSA: pcm: oss: Limit the period size to 16MB
8344 - ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()
8345 - cifs: Fix crash on unload of cifs_arc4.ko
8346 - scsi: qla2xxx: Format log strings only if needed
8347 - btrfs: clear extent buffer uptodate when we fail to write it
8348 - btrfs: fix re-dirty process of tree-log nodes
8349 - btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handling
8350 - btrfs: free exchange changeset on failures
8351 - perf intel-pt: Fix some PGE (packet generation enable/control flow packets)
8352 usage
8353 - perf intel-pt: Fix sync state when a PSB (synchronization) packet is found
8354 - perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type
8355 - perf intel-pt: Fix state setting when receiving overflow (OVF) packet
8356 - perf intel-pt: Fix next 'err' value, walking trace
8357 - perf intel-pt: Fix missing 'instruction' events with 'q' option
8358 - perf intel-pt: Fix error timestamp setting on the decoder error path
8359 - md: fix update super 1.0 on rdev size change
8360 - nfsd: fix use-after-free due to delegation race
8361 - nfsd: Fix nsfd startup race (again)
8362 - tracefs: Have new files inherit the ownership of their parent
8363 - selftests: KVM: avoid failures due to reserved HyperTransport region
8364 - hwmon: (pwm-fan) Ensure the fan going on in .probe()
8365 - mmc: renesas_sdhi: initialize variable properly when tuning
8366 - clk: qcom: regmap-mux: fix parent clock lookup
8367 - thermal: int340x: Fix VCoRefLow MMIO bit offset for TGL
8368 - drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence.
8369 - libata: add horkage for ASMedia 1092
8370 - io_uring: ensure task_work gets run as part of cancelations
8371 - wait: add wake_up_pollfree()
8372 - binder: use wake_up_pollfree()
8373 - signalfd: use wake_up_pollfree()
8374 - aio: keep poll requests on waitqueue until completed
8375 - aio: fix use-after-free due to missing POLLFREE handling
8376 - tracefs: Set all files to the same group ownership as the mount option
8377 - i2c: mpc: Use atomic read and fix break condition
8378 - block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)
8379 - scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc()
8380 - scsi: scsi_debug: Fix buffer size of REPORT ZONES command
8381 - ALSA: usb-audio: Reorder snd_djm_devices[] entries
8382 - qede: validate non LSO skb length
8383 - PM: runtime: Fix pm_runtime_active() kerneldoc comment
8384 - ASoC: rt5682: Fix crash due to out of scope stack vars
8385 - ASoC: qdsp6: q6routing: Fix return value from msm_routing_put_audio_mixer
8386 - ASoC: codecs: wsa881x: fix return values from kcontrol put
8387 - ASoC: codecs: wcd934x: handle channel mappping list correctly
8388 - ASoC: codecs: wcd934x: return correct value from mixer put
8389 - RDMA/hns: Do not halt commands during reset until later
8390 - RDMA/hns: Do not destroy QP resources in the hw resetting phase
8391 - hwmon: (dell-smm) Fix warning on /proc/i8k creation error
8392 - clk: imx: use module_platform_driver
8393 - clk: qcom: clk-alpha-pll: Don't reconfigure running Trion
8394 - i40e: Fix failed opcode appearing if handling messages from VF
8395 - i40e: Fix pre-set max number of queues for VF
8396 - mtd: rawnand: fsmc: Take instruction delay into account
8397 - mtd: rawnand: fsmc: Fix timing computation
8398 - bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap
8399 - i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc
8400 - Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge"
8401 - drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset
8402 - perf tools: Fix SMT detection fast read path
8403 - Documentation/locking/locktypes: Update migrate_disable() bits.
8404 - dt-bindings: net: Reintroduce PHY no lane swap binding
8405 - tools build: Remove needless libpython-version feature check that breaks
8406 test-all fast path
8407 - net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zero
8408 - net: altera: set a couple error code in probe()
8409 - net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()
8410 - net, neigh: clear whole pneigh_entry at alloc time
8411 - net/qla3xxx: fix an error code in ql_adapter_up()
8412 - selftests/fib_tests: Rework fib_rp_filter_test()
8413 - USB: gadget: detect too-big endpoint 0 requests
8414 - USB: gadget: zero allocate endpoint 0 buffers
8415 - Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"
8416 - usb: core: config: fix validation of wMaxPacketValue entries
8417 - usb: core: config: using bit mask instead of individual bits
8418 - xhci: avoid race between disable slot command and host runtime suspend
8419 - iio: gyro: adxrs290: fix data signedness
8420 - iio: trigger: Fix reference counting
8421 - iio: trigger: stm32-timer: fix MODULE_ALIAS
8422 - iio: stk3310: Don't return error code in interrupt handler
8423 - iio: mma8452: Fix trigger reference couting
8424 - iio: ltr501: Don't return error code in trigger handler
8425 - iio: kxsd9: Don't return error code in trigger handler
8426 - iio: itg3200: Call iio_trigger_notify_done() on error
8427 - iio: dln2-adc: Fix lockdep complaint
8428 - iio: dln2: Check return value of devm_iio_trigger_register()
8429 - iio: at91-sama5d2: Fix incorrect sign extension
8430 - iio: adc: stm32: fix a current leak by resetting pcsel before disabling vdda
8431 - iio: adc: axp20x_adc: fix charging current reporting on AXP22x
8432 - iio: ad7768-1: Call iio_trigger_notify_done() on error
8433 - iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove
8434 - nvmem: eeprom: at25: fix FRAM byte_len
8435 - bus: mhi: pci_generic: Fix device recovery failed issue
8436 - bus: mhi: core: Add support for forced PM resume
8437 - csky: fix typo of fpu config macro
8438 - irqchip/aspeed-scu: Replace update_bits with write_bits.
8439 - irqchip/armada-370-xp: Fix return value of armada_370_xp_msi_alloc()
8440 - irqchip/armada-370-xp: Fix support for Multi-MSI interrupts
8441 - aio: Fix incorrect usage of eventfd_signal_allowed()
8442 - irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALL
8443 - irqchip: nvic: Fix offset for Interrupt Priority Offsets
8444 - misc: fastrpc: fix improper packet size calculation
8445 - clocksource/drivers/dw_apb_timer_of: Fix probe failure
8446 - bpf: Add selftests to cover packet access corner cases
8447 - Linux 5.15.8
8448
8449 * Can't read/write SD card after running CPU offline test in 5.11.0 and 5.13.0
8450 (LP: #1951784) // Jammy update: v5.15.8 upstream stable release
8451 (LP: #1954931)
8452 - misc: rtsx: Avoid mangling IRQ during runtime PM
8453
8454 * Enable Landlock by default (LP: #1953192)
8455 - [Config] Enable Landlock by default
8456
8457 * Add s0i3 RTC wake up for AMD systems (LP: #1950013)
8458 - platform/x86: amd-pmc: Export Idlemask values based on the APU
8459 - platform/x86: amd-pmc: adjust arguments for `amd_pmc_send_cmd`
8460 - platform/x86: amd-pmc: Add special handling for timer based S0i3 wakeup
8461
8462 * Fix runtime power management on USB controller with XHCI_RESET_ON_RESUME
8463 flag (LP: #1954369)
8464 - SAUCE: xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime
8465 suspending
8466
8467 * Fix System hangs on black screen when reboot (LP: #1949321)
8468 - drm/i915/hdmi: convert intel_hdmi_to_dev to intel_hdmi_to_i915
8469 - drm/i915: Don't request GMBUS to generate irqs when called while irqs are
8470 off
8471 - drm/i915/hdmi: Turn DP++ TMDS output buffers back on in encoder->shutdown()
8472
8473 * require CAP_NET_ADMIN to attach N_HCI ldisc (LP: #1949516)
8474 - Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc
8475
8476 * mt7921e: Failed to start WM firmware (LP: #1954300)
8477 - SAUCE: Bluetooth: btusb: Handle download_firmware failure cases
8478 - SAUCE: Bluetooth: btusb: Return error code when getting patch status failed
8479
8480 * Miscellaneous Ubuntu changes
8481 - [Packaging] Add list of built-in modules to the ABI
8482 - [Packaging] abi-check: Process modules.builtin
8483 - SAUCE: allow to use __wake_up_pollfree() from GPL modules
8484 - [Packaging] enforce xz compression for debs
8485 - [Config] update config after v5.15.12
8486 - [Packaging] temporarily disable signed v4l2loopback
8487
8488 -- Andrea Righi <andrea.righi@canonical.com> Tue, 04 Jan 2022 11:22:10 +0100
49e85a07 8489
6b0eed5a 8490linux (5.15.0-14.14) jammy; urgency=medium
8f316ad9 8491
6b0eed5a 8492 * jammy/linux: 5.15.0-14.14 -proposed tracker (LP: #1954627)
8f316ad9 8493
6b0eed5a
PP
8494 * Jammy update: v5.15.7 upstream stable release (LP: #1953731)
8495 - ALSA: usb-audio: Restrict rates for the shared clocks
8496 - ALSA: usb-audio: Rename early_playback_start flag with lowlatency_playback
8497 - ALSA: usb-audio: Disable low-latency playback for free-wheel mode
8498 - ALSA: usb-audio: Disable low-latency mode for implicit feedback sync
8499 - ALSA: usb-audio: Check available frames for the next packet size
8500 - ALSA: usb-audio: Add spinlock to stop_urbs()
8501 - ALSA: usb-audio: Improved lowlatency playback support
8502 - ALSA: usb-audio: Avoid killing in-flight URBs during draining
8503 - ALSA: usb-audio: Fix packet size calculation regression
8504 - ALSA: usb-audio: Less restriction for low-latency playback mode
8505 - ALSA: usb-audio: Switch back to non-latency mode at a later point
8506 - ALSA: usb-audio: Don't start stream for capture at prepare
8507 - gfs2: release iopen glock early in evict
8508 - gfs2: Fix length of holes reported at end-of-file
8509 - powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for
8510 persistent memory"
8511 - powerpc/pseries/ddw: Do not try direct mapping with persistent memory and
8512 one window
8513 - drm/sun4i: fix unmet dependency on RESET_CONTROLLER for PHY_SUN6I_MIPI_DPHY
8514 - mac80211: do not access the IV when it was stripped
8515 - mac80211: fix throughput LED trigger
8516 - x86/hyperv: Move required MSRs check to initial platform probing
8517 - net/smc: Transfer remaining wait queue entries during fallback
8518 - atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait
8519 - net: return correct error code
8520 - pinctrl: qcom: fix unmet dependencies on GPIOLIB for GPIOLIB_IRQCHIP
8521 - platform/x86: dell-wmi-descriptor: disable by default
8522 - platform/x86: thinkpad_acpi: Add support for dual fan control
8523 - platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after S3 deep
8524 - s390/setup: avoid using memblock_enforce_memory_limit
8525 - btrfs: silence lockdep when reading chunk tree during mount
8526 - btrfs: check-integrity: fix a warning on write caching disabled disk
8527 - thermal: core: Reset previous low and high trip during thermal zone init
8528 - scsi: iscsi: Unblock session then wake up error handler
8529 - drm/amd/pm: Remove artificial freq level on Navi1x
8530 - drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again
8531 - drm/amd/amdgpu: fix potential memleak
8532 - ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile
8533 - ata: libahci: Adjust behavior when StorageD3Enable _DSD is set
8534 - ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in
8535 hns_dsaf_ge_srst_by_port()
8536 - ipv6: check return value of ipv6_skip_exthdr
8537 - net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of
8538 bound
8539 - net: ethernet: dec: tulip: de4x5: fix possible array overflows in
8540 type3_infoblock()
8541 - perf sort: Fix the 'weight' sort key behavior
8542 - perf sort: Fix the 'ins_lat' sort key behavior
8543 - perf sort: Fix the 'p_stage_cyc' sort key behavior
8544 - perf inject: Fix ARM SPE handling
8545 - perf hist: Fix memory leak of a perf_hpp_fmt
8546 - perf report: Fix memory leaks around perf_tip()
8547 - tracing: Don't use out-of-sync va_list in event printing
8548 - net/smc: Avoid warning of possible recursive locking
8549 - ACPI: Add stubs for wakeup handler functions
8550 - net/tls: Fix authentication failure in CCM mode
8551 - vrf: Reset IPCB/IP6CB when processing outbound pkts in vrf dev xmit
8552 - kprobes: Limit max data_size of the kretprobe instances
8553 - ALSA: hda/cs8409: Set PMSG_ON earlier inside cs8409 driver
8554 - rt2x00: do not mark device gone on EPROTO errors during start
8555 - ipmi: Move remove_work to dedicated workqueue
8556 - cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()
8557 - iwlwifi: mvm: retry init flow if failed
8558 - dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flow
8559 - s390/pci: move pseudo-MMIO to prevent MIO overlap
8560 - fget: check that the fd still exists after getting a ref to it
8561 - sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl
8562 - sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl
8563 - scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO
8564 - scsi: ufs: ufs-pci: Add support for Intel ADL
8565 - ipv6: fix memory leak in fib6_rule_suppress
8566 - drm/amd/display: Allow DSC on supported MST branch devices
8567 - drm/i915/dp: Perform 30ms delay after source OUI write
8568 - KVM: fix avic_set_running for preemptable kernels
8569 - KVM: Disallow user memslot with size that exceeds "unsigned long"
8570 - KVM: x86/mmu: Fix TLB flush range when handling disconnected pt
8571 - KVM: Ensure local memslot copies operate on up-to-date arch-specific data
8572 - KVM: x86: ignore APICv if LAPIC is not enabled
8573 - KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12
8574 - KVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_TLB_FLUSH_GUEST
8575 - KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit
8576 - KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled
8577 - KVM: x86: Use a stable condition around all VT-d PI paths
8578 - KVM: MMU: shadow nested paging does not have PKU
8579 - KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1
8580 - KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg()
8581 - KVM: x86: check PIR even for vCPUs with disabled APICv
8582 - tracing/histograms: String compares should not care about signed values
8583 - net: dsa: mv88e6xxx: Fix application of erratum 4.8 for 88E6393X
8584 - net: dsa: mv88e6xxx: Drop unnecessary check in
8585 mv88e6393x_serdes_erratum_4_6()
8586 - net: dsa: mv88e6xxx: Save power by disabling SerDes trasmitter and receiver
8587 - net: dsa: mv88e6xxx: Add fix for erratum 5.2 of 88E6393X family
8588 - net: dsa: mv88e6xxx: Fix inband AN for 2500base-x on 88E6393X family
8589 - net: dsa: mv88e6xxx: Link in pcs_get_state() if AN is bypassed
8590 - wireguard: selftests: increase default dmesg log size
8591 - wireguard: allowedips: add missing __rcu annotation to satisfy sparse
8592 - wireguard: selftests: actually test for routing loops
8593 - wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST
8594 - wireguard: device: reset peer src endpoint when netns exits
8595 - wireguard: receive: use ring buffer for incoming handshakes
8596 - wireguard: receive: drop handshakes if queue lock is contended
8597 - wireguard: ratelimiter: use kvcalloc() instead of kvzalloc()
8598 - i2c: stm32f7: flush TX FIFO upon transfer errors
8599 - i2c: stm32f7: recover the bus on access timeout
8600 - i2c: stm32f7: stop dma transfer in case of NACK
8601 - i2c: cbus-gpio: set atomic transfer callback
8602 - natsemi: xtensa: fix section mismatch warnings
8603 - tcp: fix page frag corruption on page fault
8604 - net: qlogic: qlcnic: Fix a NULL pointer dereference in
8605 qlcnic_83xx_add_rings()
8606 - net: mpls: Fix notifications when deleting a device
8607 - siphash: use _unaligned version by default
8608 - arm64: ftrace: add missing BTIs
8609 - iwlwifi: fix warnings produced by kernel debug options
8610 - net/mlx5e: IPsec: Fix Software parser inner l3 type setting in case of
8611 encapsulation
8612 - net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()
8613 - selftests: net: Correct case name
8614 - net: dsa: b53: Add SPI ID table
8615 - mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_mode
8616 - ASoC: tegra: Fix wrong value type in ADMAIF
8617 - ASoC: tegra: Fix wrong value type in I2S
8618 - ASoC: tegra: Fix wrong value type in DMIC
8619 - ASoC: tegra: Fix wrong value type in DSPK
8620 - ASoC: tegra: Fix kcontrol put callback in ADMAIF
8621 - ASoC: tegra: Fix kcontrol put callback in I2S
8622 - ASoC: tegra: Fix kcontrol put callback in DMIC
8623 - ASoC: tegra: Fix kcontrol put callback in DSPK
8624 - ASoC: tegra: Fix kcontrol put callback in AHUB
8625 - rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()
8626 - rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()
8627 - ALSA: intel-dsp-config: add quirk for CML devices based on ES8336 codec
8628 - net: stmmac: Avoid DMA_CHAN_CONTROL write if no Split Header support
8629 - net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ
8630 is available
8631 - net: marvell: mvpp2: Fix the computation of shared CPUs
8632 - dpaa2-eth: destroy workqueue at the end of remove function
8633 - octeontx2-af: Fix a memleak bug in rvu_mbox_init()
8634 - net: annotate data-races on txq->xmit_lock_owner
8635 - ipv4: convert fib_num_tclassid_users to atomic_t
8636 - net/smc: fix wrong list_del in smc_lgr_cleanup_early
8637 - net/rds: correct socket tunable error in rds_tcp_tune()
8638 - net/smc: Keep smc_close_final rc during active close
8639 - drm/msm/a6xx: Allocate enough space for GMU registers
8640 - drm/msm: Do hw_init() before capturing GPU state
8641 - drm/vc4: kms: Wait for the commit before increasing our clock rate
8642 - drm/vc4: kms: Fix return code check
8643 - drm/vc4: kms: Add missing drm_crtc_commit_put
8644 - drm/vc4: kms: Clear the HVS FIFO commit pointer once done
8645 - drm/vc4: kms: Don't duplicate pending commit
8646 - drm/vc4: kms: Fix previous HVS commit wait
8647 - atlantic: Increase delay for fw transactions
8648 - atlatnic: enable Nbase-t speeds with base-t
8649 - atlantic: Fix to display FW bundle version instead of FW mac version.
8650 - atlantic: Add missing DIDs and fix 115c.
8651 - Remove Half duplex mode speed capabilities.
8652 - atlantic: Fix statistics logic for production hardware
8653 - atlantic: Remove warn trace message.
8654 - KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()
8655 - KVM: x86/mmu: Pass parameter flush as false in
8656 kvm_tdp_mmu_zap_collapsible_sptes()
8657 - drm/msm/devfreq: Fix OPP refcnt leak
8658 - drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP
8659 - drm/msm: Fix wait_fence submitqueue leak
8660 - drm/msm: Restore error return on invalid fence
8661 - ASoC: rk817: Add module alias for rk817-codec
8662 - iwlwifi: Fix memory leaks in error handling path
8663 - KVM: X86: Fix when shadow_root_level=5 && guest root_level<4
8664 - KVM: SEV: initialize regions_list of a mirror VM
8665 - net/mlx5e: Fix missing IPsec statistics on uplink representor
8666 - net/mlx5: Move MODIFY_RQT command to ignore list in internal error state
8667 - net/mlx5: E-switch, Respect BW share of the new group
8668 - net/mlx5: E-Switch, fix single FDB creation on BlueField
8669 - net/mlx5: E-Switch, Check group pointer before reading bw_share value
8670 - KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register
8671 - KVM: VMX: Set failure code in prepare_vmcs02()
8672 - mctp: Don't let RTM_DELROUTE delete local routes
8673 - Revert "drm/i915: Implement Wa_1508744258"
8674 - io-wq: don't retry task_work creation failure on fatal conditions
8675 - x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qword
8676 - x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()
8677 - x86/entry: Use the correct fence macro after swapgs in kernel CR3
8678 - x86/xen: Add xenpv_restore_regs_and_return_to_usermode()
8679 - preempt/dynamic: Fix setup_preempt_mode() return value
8680 - sched/uclamp: Fix rq->uclamp_max not set on first enqueue
8681 - KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails
8682 - KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k
8683 - KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path
8684 - net/mlx5e: Rename lro_timeout to packet_merge_timeout
8685 - net/mlx5e: Rename TIR lro functions to TIR packet merge functions
8686 - net/mlx5e: Sync TIR params updates against concurrent create/modify
8687 - serial: 8250_bcm7271: UART errors after resuming from S2
8688 - parisc: Fix KBUILD_IMAGE for self-extracting kernel
8689 - parisc: Fix "make install" on newer debian releases
8690 - parisc: Mark cr16 CPU clocksource unstable on all SMP machines
8691 - vgacon: Propagate console boot parameters before calling `vc_resize'
8692 - xhci: Fix commad ring abort, write all 64 bits to CRCR register.
8693 - USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub
8694 - usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect
8695 - usb: cdns3: gadget: fix new urb never complete if ep cancel previous
8696 requests
8697 - usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()
8698 - x86/tsc: Add a timer to make sure TSC_adjust is always checked
8699 - x86/tsc: Disable clocksource watchdog for TSC on qualified platorms
8700 - x86/64/mm: Map all kernel memory into trampoline_pgd
8701 - tty: serial: msm_serial: Deactivate RX DMA for polling support
8702 - serial: pl011: Add ACPI SBSA UART match id
8703 - serial: tegra: Change lower tolerance baud rate limit for tegra20 and
8704 tegra30
8705 - serial: core: fix transmit-buffer reset and memleak
8706 - serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array
8707 - serial: 8250_pci: rewrite pericom_do_set_divisor()
8708 - serial: 8250: Fix RTS modem control while in rs485 mode
8709 - serial: liteuart: Fix NULL pointer dereference in ->remove()
8710 - serial: liteuart: fix use-after-free and memleak on unbind
8711 - serial: liteuart: fix minor-number leak on probe errors
8712 - ipmi: msghandler: Make symbol 'remove_work_wq' static
8713 - Linux 5.15.7
8714
8715 * Updates to ib_peer_memory requested by Nvidia (LP: #1947206)
8716 - SAUCE: RDMA/core: Updated ib_peer_memory
8717 - SAUCE: RDMA/core: ib_peer_memory fix build errors
8718
8719 * Jammy update: v5.15.6 upstream stable release (LP: #1953370)
8720 - scsi: sd: Fix sd_do_mode_sense() buffer length handling
8721 - ACPI: Get acpi_device's parent from the parent field
8722 - ACPI: CPPC: Add NULL pointer check to cppc_get_perf()
8723 - USB: serial: pl2303: fix GC type detection
8724 - USB: serial: option: add Telit LE910S1 0x9200 composition
8725 - USB: serial: option: add Fibocom FM101-GL variants
8726 - usb: dwc2: gadget: Fix ISOC flow for elapsed frames
8727 - usb: dwc2: hcd_queue: Fix use of floating point literal
8728 - usb: dwc3: leave default DMA for PCI devices
8729 - usb: dwc3: core: Revise GHWPARAMS9 offset
8730 - usb: dwc3: gadget: Ignore NoStream after End Transfer
8731 - usb: dwc3: gadget: Check for L1/L2/U3 for Start Transfer
8732 - usb: dwc3: gadget: Fix null pointer exception
8733 - net: usb: Correct PHY handling of smsc95xx
8734 - net: nexthop: fix null pointer dereference when IPv6 is not enabled
8735 - usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probe
8736 - usb: typec: fusb302: Fix masking of comparator and bc_lvl interrupts
8737 - usb: xhci: tegra: Check padctrl interrupt presence in device tree
8738 - usb: hub: Fix usb enumeration issue due to address0 race
8739 - usb: hub: Fix locking issues with address0_mutex
8740 - binder: fix test regression due to sender_euid change
8741 - ALSA: ctxfi: Fix out-of-range access
8742 - ALSA: hda/realtek: Add quirk for ASRock NUC Box 1100
8743 - ALSA: hda/realtek: Fix LED on HP ProBook 435 G7
8744 - media: cec: copy sequence field for the reply
8745 - Revert "parisc: Fix backtrace to always include init funtion names"
8746 - HID: wacom: Use "Confidence" flag to prevent reporting invalid contacts
8747 - staging/fbtft: Fix backlight
8748 - staging: greybus: Add missing rwsem around snd_ctl_remove() calls
8749 - staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()
8750 - staging: r8188eu: Use kzalloc() with GFP_ATOMIC in atomic context
8751 - staging: r8188eu: Fix breakage introduced when 5G code was removed
8752 - staging: r8188eu: use GFP_ATOMIC under spinlock
8753 - staging: r8188eu: fix a memory leak in rtw_wx_read32()
8754 - fuse: release pipe buf after last use
8755 - xen: don't continue xenstore initialization in case of errors
8756 - xen: detect uninitialized xenbus in xenbus_init
8757 - io_uring: correct link-list traversal locking
8758 - io_uring: fail cancellation for EXITING tasks
8759 - io_uring: fix link traversal locking
8760 - drm/amdgpu: IH process reset count when restart
8761 - drm/amdgpu/pm: fix powerplay OD interface
8762 - drm/nouveau: recognise GA106
8763 - ksmbd: downgrade addition info error msg to debug in smb2_get_info_sec()
8764 - ksmbd: contain default data stream even if xattr is empty
8765 - ksmbd: fix memleak in get_file_stream_info()
8766 - KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLB
8767 - tracing/uprobe: Fix uprobe_perf_open probes iteration
8768 - tracing: Fix pid filtering when triggers are attached
8769 - mmc: sdhci-esdhc-imx: disable CMDQ support
8770 - mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiB
8771 - mdio: aspeed: Fix "Link is Down" issue
8772 - arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgd
8773 - cpufreq: intel_pstate: Fix active mode offline/online EPP handling
8774 - powerpc/32: Fix hardlockup on vmap stack overflow
8775 - iomap: Fix inline extent handling in iomap_readpage
8776 - NFSv42: Fix pagecache invalidation after COPY/CLONE
8777 - PCI: aardvark: Deduplicate code in advk_pcie_rd_conf()
8778 - PCI: aardvark: Implement re-issuing config requests on CRS response
8779 - PCI: aardvark: Simplify initialization of rootcap on virtual bridge
8780 - PCI: aardvark: Fix link training
8781 - drm/amd/display: Fix OLED brightness control on eDP
8782 - proc/vmcore: fix clearing user buffer by properly using clear_user()
8783 - ASoC: SOF: Intel: hda: fix hotplug when only codec is suspended
8784 - netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLY
8785 - netfilter: ctnetlink: do not erase error code with EINVAL
8786 - netfilter: ipvs: Fix reuse connection if RS weight is 0
8787 - netfilter: flowtable: fix IPv6 tunnel addr match
8788 - media: v4l2-core: fix VIDIOC_DQEVENT handling on non-x86
8789 - firmware: arm_scmi: Fix null de-reference on error path
8790 - ARM: dts: BCM5301X: Fix I2C controller interrupt
8791 - ARM: dts: BCM5301X: Add interrupt properties to GPIO node
8792 - ARM: dts: bcm2711: Fix PCIe interrupts
8793 - ASoC: qdsp6: q6routing: Conditionally reset FrontEnd Mixer
8794 - ASoC: qdsp6: q6asm: fix q6asm_dai_prepare error handling
8795 - ASoC: topology: Add missing rwsem around snd_ctl_remove() calls
8796 - ASoC: codecs: wcd938x: fix volatile register range
8797 - ASoC: codecs: wcd934x: return error code correctly from hw_params
8798 - ASoC: codecs: lpass-rx-macro: fix HPHR setting CLSH mask
8799 - net: ieee802154: handle iftypes as u32
8800 - firmware: arm_scmi: Fix base agent discover response
8801 - firmware: arm_scmi: pm: Propagate return value to caller
8802 - ASoC: stm32: i2s: fix 32 bits channel length without mclk
8803 - NFSv42: Don't fail clone() unless the OP_CLONE operation failed
8804 - ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE
8805 - drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks
8806 - scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo()
8807 - scsi: mpt3sas: Fix kernel panic during drive powercycle test
8808 - scsi: mpt3sas: Fix system going into read-only mode
8809 - scsi: mpt3sas: Fix incorrect system timestamp
8810 - drm/vc4: fix error code in vc4_create_object()
8811 - drm/aspeed: Fix vga_pw sysfs output
8812 - net: marvell: prestera: fix brige port operation
8813 - net: marvell: prestera: fix double free issue on err path
8814 - HID: input: Fix parsing of HID_CP_CONSUMER_CONTROL fields
8815 - HID: input: set usage type to key on keycode remap
8816 - HID: magicmouse: prevent division by 0 on scroll
8817 - iavf: Prevent changing static ITR values if adaptive moderation is on
8818 - iavf: Fix refreshing iavf adapter stats on ethtool request
8819 - iavf: Fix VLAN feature flags after VFR
8820 - x86/pvh: add prototype for xen_pvh_init()
8821 - xen/pvh: add missing prototype to header
8822 - ALSA: intel-dsp-config: add quirk for JSL devices based on ES8336 codec
8823 - mptcp: fix delack timer
8824 - mptcp: use delegate action to schedule 3rd ack retrans
8825 - af_unix: fix regression in read after shutdown
8826 - firmware: smccc: Fix check for ARCH_SOC_ID not implemented
8827 - ipv6: fix typos in __ip6_finish_output()
8828 - nfp: checking parameter process for rx-usecs/tx-usecs is invalid
8829 - net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctls
8830 - net: ipv6: add fib6_nh_release_dsts stub
8831 - net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group
8832 - ice: fix vsi->txq_map sizing
8833 - ice: avoid bpf_prog refcount underflow
8834 - scsi: core: sysfs: Fix setting device state to SDEV_RUNNING
8835 - scsi: scsi_debug: Zero clear zones at reset write pointer
8836 - erofs: fix deadlock when shrink erofs slab
8837 - i2c: virtio: disable timeout handling
8838 - net/smc: Ensure the active closing peer first closes clcsock
8839 - mlxsw: spectrum: Protect driver from buggy firmware
8840 - net: ipa: directly disable ipa-setup-ready interrupt
8841 - net: ipa: separate disabling setup from modem stop
8842 - net: ipa: kill ipa_cmd_pipeline_clear()
8843 - net: marvell: mvpp2: increase MTU limit when XDP enabled
8844 - cpufreq: intel_pstate: Add Ice Lake server to out-of-band IDs
8845 - nvmet-tcp: fix incomplete data digest send
8846 - drm/hyperv: Fix device removal on Gen1 VMs
8847 - arm64: uaccess: avoid blocking within critical sections
8848 - net/ncsi : Add payload to be 32-bit aligned to fix dropped packets
8849 - PM: hibernate: use correct mode for swsusp_close()
8850 - drm/amd/display: Fix DPIA outbox timeout after GPU reset
8851 - drm/amd/display: Set plane update flags for all planes in reset
8852 - tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited
8853 flows
8854 - lan743x: fix deadlock in lan743x_phy_link_status_change()
8855 - net: phylink: Force link down and retrigger resolve on interface change
8856 - net: phylink: Force retrigger in case of latched link-fail indicator
8857 - net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()
8858 - net/smc: Fix loop in smc_listen
8859 - nvmet: use IOCB_NOWAIT only if the filesystem supports it
8860 - igb: fix netpoll exit with traffic
8861 - MIPS: loongson64: fix FTLB configuration
8862 - MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48
8863 - tls: splice_read: fix record type check
8864 - tls: splice_read: fix accessing pre-processed records
8865 - tls: fix replacing proto_ops
8866 - net: stmmac: Disable Tx queues when reconfiguring the interface
8867 - net/sched: sch_ets: don't peek at classes beyond 'nbands'
8868 - ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()
8869 - net: vlan: fix underflow for the real_dev refcnt
8870 - net/smc: Don't call clcsock shutdown twice when smc shutdown
8871 - net: hns3: fix VF RSS failed problem after PF enable multi-TCs
8872 - net: hns3: fix incorrect components info of ethtool --reset command
8873 - net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMP
8874 - net: mscc: ocelot: correctly report the timestamping RX filters in ethtool
8875 - locking/rwsem: Make handoff bit handling more consistent
8876 - perf: Ignore sigtrap for tracepoints destined for other tasks
8877 - sched/scs: Reset task stack state in bringup_cpu()
8878 - iommu/rockchip: Fix PAGE_DESC_HI_MASKs for RK3568
8879 - iommu/vt-d: Fix unmap_pages support
8880 - f2fs: quota: fix potential deadlock
8881 - f2fs: set SBI_NEED_FSCK flag when inconsistent node block found
8882 - riscv: dts: microchip: fix board compatible
8883 - riscv: dts: microchip: drop duplicated MMC/SDHC node
8884 - cifs: nosharesock should not share socket with future sessions
8885 - ceph: properly handle statfs on multifs setups
8886 - iommu/amd: Clarify AMD IOMMUv2 initialization messages
8887 - vdpa_sim: avoid putting an uninitialized iova_domain
8888 - vhost/vsock: fix incorrect used length reported to the guest
8889 - ksmbd: Fix an error handling path in 'smb2_sess_setup()'
8890 - tracing: Check pid filtering when creating events
8891 - cifs: nosharesock should be set on new server
8892 - io_uring: fix soft lockup when call __io_remove_buffers
8893 - firmware: arm_scmi: Fix type error assignment in voltage protocol
8894 - firmware: arm_scmi: Fix type error in sensor protocol
8895 - docs: accounting: update delay-accounting.rst reference
8896 - blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and
8897 disk_release()
8898 - block: avoid to quiesce queue in elevator_init_mq
8899 - drm/amdgpu/gfx10: add wraparound gpu counter check for APUs as well
8900 - drm/amdgpu/gfx9: switch to golden tsc registers for renoir+
8901 - Linux 5.15.6
8902
8903 * Fix bogus HDMI audio interface (LP: #1953208)
8904 - ALSA: hda/hdmi: Consider ELD is invalid when no SAD is present
8905
8906 * Miscellaneous Ubuntu changes
8907 - [Config] re-enabled UBSAN without TRAP
8908 - SAUCE: ipv6: fix NULL pointer dereference in ip6_output()
8909 - SAUCE: RDMA/core: Introduce peer memory interface
8910 - [Config] toolchain version update
8911
8912 * Miscellaneous upstream changes
8913 - Revert "UBUNTU: [Config] Temporarily disable signing for ppc64el and s390x"
8914 - Revert "UBUNTU: SAUCE: vt -- maintain bootloader screen mode and content
8915 until vt switch"
8916
8917 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 13 Dec 2021 12:13:17 +0100
8f316ad9 8918
be5efde0 8919linux (5.15.0-13.13) jammy; urgency=medium
0d44dd17 8920
be5efde0 8921 * jammy/linux: 5.15.0-13.13 -proposed tracker (LP: #1952583)
0d44dd17 8922
be5efde0
AR
8923 * Packaging resync (LP: #1786013)
8924 - [Packaging] resync update-dkms-versions helper
8925 - debian/dkms-versions -- update from kernel-versions (main/master)
8926
8927 * Jammy update: v5.15.5 upstream stable release (LP: #1952579)
8928 - arm64: zynqmp: Do not duplicate flash partition label property
8929 - arm64: zynqmp: Fix serial compatible string
8930 - clk: sunxi-ng: Unregister clocks/resets when unbinding
8931 - ARM: dts: sunxi: Fix OPPs node name
8932 - arm64: dts: allwinner: h5: Fix GPU thermal zone node name
8933 - arm64: dts: allwinner: a100: Fix thermal zone node name
8934 - staging: wfx: ensure IRQ is ready before enabling it
8935 - ARM: dts: BCM5301X: Fix nodes names
8936 - ARM: dts: BCM5301X: Fix MDIO mux binding
8937 - ARM: dts: NSP: Fix mpcore, mmc node names
8938 - arm64: dts: broadcom: bcm4908: Move reboot syscon out of bus
8939 - scsi: pm80xx: Fix memory leak during rmmod
8940 - scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()
8941 - ASoC: mediatek: mt8195: Add missing of_node_put()
8942 - arm64: dts: rockchip: Disable CDN DP on Pinebook Pro
8943 - arm64: dts: hisilicon: fix arm,sp805 compatible string
8944 - RDMA/bnxt_re: Check if the vlan is valid before reporting
8945 - bus: ti-sysc: Add quirk handling for reinit on context lost
8946 - bus: ti-sysc: Use context lost quirk for otg
8947 - usb: musb: tusb6010: check return value after calling
8948 platform_get_resource()
8949 - usb: typec: tipd: Remove WARN_ON in tps6598x_block_read
8950 - ARM: dts: ux500: Skomer regulator fixes
8951 - staging: rtl8723bs: remove possible deadlock when disconnect (v2)
8952 - staging: rtl8723bs: remove a second possible deadlock
8953 - staging: rtl8723bs: remove a third possible deadlock
8954 - ARM: BCM53016: Specify switch ports for Meraki MR32
8955 - arm64: dts: qcom: msm8998: Fix CPU/L2 idle state latency and residency
8956 - arm64: dts: qcom: ipq6018: Fix qcom,controlled-remotely property
8957 - arm64: dts: qcom: ipq8074: Fix qcom,controlled-remotely property
8958 - arm64: dts: qcom: sdm845: Fix qcom,controlled-remotely property
8959 - arm64: dts: freescale: fix arm,sp805 compatible string
8960 - arm64: dts: ls1012a: Add serial alias for ls1012a-rdb
8961 - RDMA/rxe: Separate HW and SW l/rkeys
8962 - ASoC: SOF: Intel: hda-dai: fix potential locking issue
8963 - scsi: core: Fix scsi_mode_sense() buffer length handling
8964 - ALSA: usb-audio: disable implicit feedback sync for Behringer UFX1204 and
8965 UFX1604
8966 - clk: imx: imx6ul: Move csi_sel mux to correct base register
8967 - ASoC: es8316: Use IRQF_NO_AUTOEN when requesting the IRQ
8968 - ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQ
8969 - ASoC: nau8824: Add DMI quirk mechanism for active-high jack-detect
8970 - scsi: advansys: Fix kernel pointer leak
8971 - scsi: smartpqi: Add controller handshake during kdump
8972 - arm64: dts: imx8mm-kontron: Fix reset delays for ethernet PHY
8973 - ALSA: intel-dsp-config: add quirk for APL/GLK/TGL devices based on ES8336
8974 codec
8975 - ASoC: Intel: soc-acpi: add missing quirk for TGL SDCA single amp
8976 - ASoC: Intel: sof_sdw: add missing quirk for Dell SKU 0A45
8977 - firmware_loader: fix pre-allocated buf built-in firmware use
8978 - HID: multitouch: disable sticky fingers for UPERFECT Y
8979 - ALSA: usb-audio: Add support for the Pioneer DJM 750MK2 Mixer/Soundcard
8980 - ARM: dts: omap: fix gpmc,mux-add-data type
8981 - usb: host: ohci-tmio: check return value after calling
8982 platform_get_resource()
8983 - ASoC: rt5682: fix a little pop while playback
8984 - ARM: dts: ls1021a: move thermal-zones node out of soc/
8985 - ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash
8986 - ALSA: ISA: not for M68K
8987 - iommu/vt-d: Do not falsely log intel_iommu is unsupported kernel option
8988 - tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc
8989 - MIPS: sni: Fix the build
8990 - scsi: scsi_debug: Fix out-of-bound read in resp_readcap16()
8991 - scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs()
8992 - scsi: target: Fix ordered tag handling
8993 - scsi: target: Fix alua_tg_pt_gps_count tracking
8994 - iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr()
8995 - RDMA/core: Use kvzalloc when allocating the struct ib_port
8996 - scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine
8997 - scsi: lpfc: Fix link down processing to address NULL pointer dereference
8998 - scsi: lpfc: Allow fabric node recovery if recovery is in progress before
8999 devloss
9000 - memory: tegra20-emc: Add runtime dependency on devfreq governor module
9001 - powerpc/5200: dts: fix memory node unit name
9002 - ARM: dts: qcom: fix memory and mdio nodes naming for RB3011
9003 - arm64: dts: qcom: Fix node name of rpm-msg-ram device nodes
9004 - ALSA: gus: fix null pointer dereference on pointer block
9005 - ALSA: usb-audio: fix null pointer dereference on pointer cs_desc
9006 - clk: at91: sama7g5: remove prescaler part of master clock
9007 - iommu/dart: Initialize DART_STREAMS_ENABLE
9008 - powerpc/dcr: Use cmplwi instead of 3-argument cmpli
9009 - powerpc/8xx: Fix Oops with STRICT_KERNEL_RWX without DEBUG_RODATA_TEST
9010 - sh: check return code of request_irq
9011 - maple: fix wrong return value of maple_bus_init().
9012 - f2fs: fix up f2fs_lookup tracepoints
9013 - f2fs: fix to use WHINT_MODE
9014 - f2fs: fix wrong condition to trigger background checkpoint correctly
9015 - sh: fix kconfig unmet dependency warning for FRAME_POINTER
9016 - sh: math-emu: drop unused functions
9017 - sh: define __BIG_ENDIAN for math-emu
9018 - f2fs: compress: disallow disabling compress on non-empty compressed file
9019 - f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()
9020 - clk: ingenic: Fix bugs with divided dividers
9021 - clk/ast2600: Fix soc revision for AHB
9022 - clk: qcom: gcc-msm8996: Drop (again) gcc_aggre1_pnoc_ahb_clk
9023 - KVM: arm64: Fix host stage-2 finalization
9024 - mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set
9025 - MIPS: boot/compressed/: add __bswapdi2() to target for ZSTD decompression
9026 - sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()
9027 - sched/fair: Prevent dead task groups from regaining cfs_rq's
9028 - perf/x86/vlbr: Add c->flags to vlbr event constraints
9029 - blkcg: Remove extra blkcg_bio_issue_init
9030 - tracing/histogram: Do not copy the fixed-size char array field over the
9031 field size
9032 - perf bpf: Avoid memory leak from perf_env__insert_btf()
9033 - perf bench futex: Fix memory leak of perf_cpu_map__new()
9034 - perf tests: Remove bash construct from record+zstd_comp_decomp.sh
9035 - drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrame
9036 - bpf: Fix inner map state pruning regression.
9037 - samples/bpf: Fix summary per-sec stats in xdp_sample_user
9038 - samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpu
9039 - selftests: net: switch to socat in the GSO GRE test
9040 - net/ipa: ipa_resource: Fix wrong for loop range
9041 - tcp: Fix uninitialized access in skb frags array for Rx 0cp.
9042 - tracing: Add length protection to histogram string copies
9043 - nl80211: fix radio statistics in survey dump
9044 - mac80211: fix monitor_sdata RCU/locking assertions
9045 - net: ipa: HOLB register sometimes must be written twice
9046 - net: ipa: disable HOLB drop when updating timer
9047 - selftests: gpio: fix gpio compiling error
9048 - net: bnx2x: fix variable dereferenced before check
9049 - bnxt_en: reject indirect blk offload when hw-tc-offload is off
9050 - tipc: only accept encrypted MSG_CRYPTO msgs
9051 - sock: fix /proc/net/sockstat underflow in sk_clone_lock()
9052 - net/smc: Make sure the link_id is unique
9053 - NFSD: Fix exposure in nfsd4_decode_bitmap()
9054 - iavf: Fix return of set the new channel count
9055 - iavf: check for null in iavf_fix_features
9056 - iavf: free q_vectors before queues in iavf_disable_vf
9057 - iavf: don't clear a lock we don't hold
9058 - iavf: Fix failure to exit out from last all-multicast mode
9059 - iavf: prevent accidental free of filter structure
9060 - iavf: validate pointers
9061 - iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset
9062 - iavf: Fix for setting queues to 0
9063 - iavf: Restore VLAN filters after link down
9064 - bpf: Fix toctou on read-only map's constant scalar tracking
9065 - MIPS: generic/yamon-dt: fix uninitialized variable error
9066 - mips: bcm63xx: add support for clk_get_parent()
9067 - mips: lantiq: add support for clk_get_parent()
9068 - gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors
9069 - platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()'
9070 - platform/x86: think-lmi: Abort probe on analyze failure
9071 - udp: Validate checksum in udp_read_sock()
9072 - btrfs: make 1-bit bit-fields of scrub_page unsigned int
9073 - RDMA/core: Set send and receive CQ before forwarding to the driver
9074 - net/mlx5e: kTLS, Fix crash in RX resync flow
9075 - net/mlx5e: Wait for concurrent flow deletion during neigh/fib events
9076 - net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdev
9077 - net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove()
9078 - net/mlx5: Update error handler for UCTX and UMEM
9079 - net/mlx5: E-Switch, rebuild lag only when needed
9080 - net/mlx5e: CT, Fix multiple allocations and memleak of mod acts
9081 - net/mlx5: Lag, update tracker when state change event received
9082 - net/mlx5: E-Switch, return error if encap isn't supported
9083 - scsi: ufs: core: Improve SCSI abort handling
9084 - scsi: core: sysfs: Fix hang when device state is set via sysfs
9085 - scsi: ufs: core: Fix task management completion timeout race
9086 - scsi: ufs: core: Fix another task management completion race
9087 - net: mvmdio: fix compilation warning
9088 - net: sched: act_mirred: drop dst for the direction from egress to ingress
9089 - net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove
9090 - net: virtio_net_hdr_to_skb: count transport header in UFO
9091 - i40e: Fix correct max_pkt_size on VF RX queue
9092 - i40e: Fix NULL ptr dereference on VSI filter sync
9093 - i40e: Fix changing previously set num_queue_pairs for PFs
9094 - i40e: Fix ping is lost after configuring ADq on VF
9095 - RDMA/mlx4: Do not fail the registration on port stats
9096 - i40e: Fix warning message and call stack during rmmod i40e driver
9097 - i40e: Fix creation of first queue by omitting it if is not power of two
9098 - i40e: Fix display error code in dmesg
9099 - NFC: reorganize the functions in nci_request
9100 - NFC: reorder the logic in nfc_{un,}register_device
9101 - NFC: add NCI_UNREG flag to eliminate the race
9102 - e100: fix device suspend/resume
9103 - ptp: ocp: Fix a couple NULL vs IS_ERR() checks
9104 - tools build: Fix removal of feature-sync-compare-and-swap feature detection
9105 - riscv: fix building external modules
9106 - KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr()
9107 - powerpc: clean vdso32 and vdso64 directories
9108 - powerpc/pseries: rename numa_dist_table to form2_distances
9109 - powerpc/pseries: Fix numa FORM2 parsing fallback code
9110 - pinctrl: qcom: sdm845: Enable dual edge errata
9111 - pinctrl: qcom: sm8350: Correct UFS and SDC offsets
9112 - perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake Server
9113 - perf/x86/intel/uncore: Fix IIO event constraints for Skylake Server
9114 - perf/x86/intel/uncore: Fix IIO event constraints for Snowridge
9115 - s390/kexec: fix return code handling
9116 - blk-cgroup: fix missing put device in error path from blkg_conf_pref()
9117 - dmaengine: remove debugfs #ifdef
9118 - tun: fix bonding active backup with arp monitoring
9119 - Revert "mark pstore-blk as broken"
9120 - pstore/blk: Use "%lu" to format unsigned long
9121 - hexagon: export raw I/O routines for modules
9122 - hexagon: clean up timer-regs.h
9123 - tipc: check for null after calling kmemdup
9124 - ipc: WARN if trying to remove ipc object which is absent
9125 - shm: extend forced shm destroy to support objects from several IPC nses
9126 - mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag
9127 - hugetlb, userfaultfd: fix reservation restore on userfaultfd error
9128 - kmap_local: don't assume kmap PTEs are linear arrays in memory
9129 - mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation
9130 - mm/damon/dbgfs: fix missed use of damon_dbgfs_lock
9131 - x86/boot: Pull up cmdline preparation and early param parsing
9132 - x86/sgx: Fix free page accounting
9133 - x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails
9134 - KVM: x86: Assume a 64-bit hypercall for guests with protected state
9135 - KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()
9136 - KVM: x86/mmu: include EFER.LMA in extended mmu role
9137 - KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO
9138 - powerpc/signal32: Fix sigset_t copy
9139 - powerpc/xive: Change IRQ domain to a tree domain
9140 - powerpc/8xx: Fix pinned TLBs with CONFIG_STRICT_KERNEL_RWX
9141 - Revert "drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping"
9142 - Revert "parisc: Reduce sigreturn trampoline to 3 instructions"
9143 - ata: libata: improve ata_read_log_page() error message
9144 - ata: libata: add missing ata_identify_page_supported() calls
9145 - scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id()
9146 - pinctrl: ralink: include 'ralink_regs.h' in 'pinctrl-mt7620.c'
9147 - s390/setup: avoid reserving memory above identity mapping
9148 - s390/boot: simplify and fix kernel memory layout setup
9149 - s390/vdso: filter out -mstack-guard and -mstack-size
9150 - s390/kexec: fix memory leak of ipl report buffer
9151 - s390/dump: fix copying to user-space of swapped kdump oldmem
9152 - block: Check ADMIN before NICE for IOPRIO_CLASS_RT
9153 - fbdev: Prevent probing generic drivers if a FB is already registered
9154 - KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs
9155 - KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested
9156 state load
9157 - drm/cma-helper: Release non-coherent memory with dma_free_noncoherent()
9158 - printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces
9159 - udf: Fix crash after seekdir
9160 - spi: fix use-after-free of the add_lock mutex
9161 - net: stmmac: socfpga: add runtime suspend/resume callback for stratix10
9162 platform
9163 - Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_size
9164 - btrfs: fix memory ordering between normal and ordered work functions
9165 - fs: handle circular mappings correctly
9166 - net: stmmac: Fix signed/unsigned wreckage
9167 - parisc/sticon: fix reverse colors
9168 - cfg80211: call cfg80211_stop_ap when switch from P2P_GO type
9169 - mac80211: fix radiotap header generation
9170 - mac80211: drop check for DONT_REORDER in __ieee80211_select_queue
9171 - drm/amd/display: Update swizzle mode enums
9172 - drm/amd/display: Limit max DSC target bpp for specific monitors
9173 - drm/i915/guc: Fix outstanding G2H accounting
9174 - drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid,
9175 not registered
9176 - drm/i915/guc: Workaround reset G2H is received after schedule done G2H
9177 - drm/i915/guc: Don't drop ce->guc_active.lock when unwinding context
9178 - drm/i915/guc: Unwind context requests in reverse order
9179 - drm/udl: fix control-message timeout
9180 - drm/prime: Fix use after free in mmap with drm_gem_ttm_mmap
9181 - drm/nouveau: Add a dedicated mutex for the clients list
9182 - drm/nouveau: use drm_dev_unplug() during device removal
9183 - drm/nouveau: clean up all clients on device removal
9184 - drm/i915/dp: Ensure sink rate values are always valid
9185 - drm/i915/dp: Ensure max link params are always valid
9186 - drm/i915: Fix type1 DVI DP dual mode adapter heuristic for modern platforms
9187 - drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga
9188 and dvi connectors
9189 - drm/amd/pm: avoid duplicate powergate/ungate setting
9190 - signal: Implement force_fatal_sig
9191 - exit/syscall_user_dispatch: Send ordinary signals on failure
9192 - signal/powerpc: On swapcontext failure force SIGSEGV
9193 - signal/s390: Use force_sigsegv in default_trap_handler
9194 - signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer
9195 fails
9196 - signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sig
9197 - signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved.
9198 - signal/x86: In emulate_vsyscall force a signal instead of calling do_exit
9199 - signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
9200 - signal: Don't always set SA_IMMUTABLE for forced signals
9201 - signal: Replace force_fatal_sig with force_exit_sig when in doubt
9202 - hugetlbfs: flush TLBs correctly after huge_pmd_unshare
9203 - RDMA/netlink: Add __maybe_unused to static inline in C file
9204 - bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
9205 - selinux: fix NULL-pointer dereference when hashtab allocation fails
9206 - ASoC: DAPM: Cover regression by kctl change notification fix
9207 - ASoC: rsnd: fixup DMAEngine API
9208 - usb: max-3421: Use driver data instead of maintaining a list of bound
9209 devices
9210 - ice: Fix VF true promiscuous mode
9211 - ice: Delete always true check of PF pointer
9212 - fs: export an inode_update_time helper
9213 - btrfs: update device path inode time instead of bd_inode
9214 - net: add and use skb_unclone_keeptruesize() helper
9215 - x86/Kconfig: Fix an unused variable error in dell-smm-hwmon
9216 - ALSA: hda: hdac_ext_stream: fix potential locking issues
9217 - ALSA: hda: hdac_stream: fix potential locking issue in
9218 snd_hdac_stream_assign()
9219 - Linux 5.15.5
9220
9221 * Fix non-working e1000e device after resume (LP: #1951861)
9222 - SAUCE: Revert "e1000e: Additional PHY power saving in S0ix"
9223 - SAUCE: Revert "e1000e: Add polling mechanism to indicate CSME DPG exit"
9224 - SAUCE: Revert "e1000e: Add handshake with the CSME to support S0ix"
9225
9226 * [SRU][I/OEM-5.13/OEM-5.14] Add MAC passthrough support for more Lenovo docks
9227 (LP: #1951767)
9228 - net: usb: r8152: Add MAC passthrough support for more Lenovo Docks
9229
9230 * [amdgpu] USB4 support for DP tunneling (LP: #1951868)
9231 - drm/amd/display: Support for DMUB HPD interrupt handling
9232 - drm/amd/display: Update link encoder object creation.
9233 - drm/amd/display: USB4 DPIA enumeration and AUX Tunneling
9234 - drm/amd/display: Support for DMUB HPD and HPD RX interrupt handling
9235 - drm/amd/display: Set DPIA link endpoint type
9236 - drm/amd/display: Stub out DPIA link training call
9237 - drm/amd/display: Add stub to get DPIA tunneling device data
9238 - drm/amd/display: Skip DPCD read for DPTX-to-DPIA hop
9239 - drm/amd/display: Train DPIA links with fallback
9240 - drm/amd/display: Implement DPIA training loop
9241 - drm/amd/display: Implement DPIA link configuration
9242 - drm/amd/display: Implement DPIA clock recovery phase
9243 - drm/amd/display: Implement DPIA equalisation phase
9244 - drm/amd/display: Implement end of training for hop in DPIA display path
9245 - drm/amd/display: Support for SET_CONFIG processing with DMUB
9246 - drm/amd/display: isolate link training setting override to its own function
9247 - drm/amd/display: Read USB4 DP tunneling data from DPCD.
9248 - drm/amd/display: Add dpia debug options
9249 - drm/amd/display: Support for SET_CONFIG processing with DMUB
9250 - drm/amd/display: Add DPCD writes at key points
9251 - drm/amd/display: Fix DIG_HPD_SELECT for USB4 display endpoints.
9252 - drm/amd/display: Add helper for blanking all dp displays
9253 - drm/amd/display: Fix link training fallback logic
9254 - drm/amd/display: Add debug flags for USB4 DP link training.
9255 - drm/amd/display: Fix dynamic link encoder access.
9256 - drm/amd/display: Fix concurrent dynamic encoder assignment
9257 - drm/amd/display: Fix dynamic encoder reassignment
9258 - drm/amd/display: Fix for access for ddc pin and aux engine.
9259 - drm/amd/display: Deadlock/HPD Status/Crash Bug Fix
9260 - drm/amd/display: Fix USB4 Aux via DMUB terminate unexpectedly
9261
9262 * Miscellaneous Ubuntu changes
9263 - [Packaging] Rewrite debian/scripts/module-check in Python
9264 - [Config] update config and annotations after applying v5.15.5
9265
9266 -- Andrea Righi <andrea.righi@canonical.com> Mon, 29 Nov 2021 09:25:37 +0100
0d44dd17 9267
346a4894 9268linux (5.15.0-12.12) jammy; urgency=medium
edfaa479 9269
346a4894 9270 * jammy/linux: 5.15.0-12.12 -proposed tracker (LP: #1951810)
edfaa479 9271
346a4894
PP
9272 * Jammy update: v5.15.4 upstream stable release (LP: #1951820)
9273 - string: uninline memcpy_and_pad
9274 - Revert "drm: fb_helper: improve CONFIG_FB dependency"
9275 - Revert "drm: fb_helper: fix CONFIG_FB dependency"
9276 - KVM: Fix steal time asm constraints
9277 - btrfs: introduce btrfs_is_data_reloc_root
9278 - btrfs: zoned: add a dedicated data relocation block group
9279 - btrfs: zoned: only allow one process to add pages to a relocation inode
9280 - btrfs: zoned: use regular writes for relocation
9281 - btrfs: check for relocation inodes on zoned btrfs in should_nocow
9282 - btrfs: zoned: allow preallocation for relocation inodes
9283 - fortify: Explicitly disable Clang support
9284 - block: Add a helper to validate the block size
9285 - loop: Use blk_validate_block_size() to validate block size
9286 - Bluetooth: btusb: Add support for TP-Link UB500 Adapter
9287 - parisc/entry: fix trace test in syscall exit path
9288 - PCI/MSI: Deal with devices lying about their MSI mask capability
9289 - PCI: Add MSI masking quirk for Nvidia ION AHCI
9290 - perf/core: Avoid put_page() when GUP fails
9291 - thermal: Fix NULL pointer dereferences in of_thermal_ functions
9292 - Revert "ACPI: scan: Release PM resources blocked by unused objects"
9293 - Linux 5.15.4
9294
9295 * Jammy update: v5.15.3 upstream stable release (LP: #1951822)
9296 - xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good
9297 delay
9298 - usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platform
9299 - Input: iforce - fix control-message timeout
9300 - Input: elantench - fix misreporting trackpoint coordinates
9301 - Input: i8042 - Add quirk for Fujitsu Lifebook T725
9302 - libata: fix read log timeout value
9303 - ocfs2: fix data corruption on truncate
9304 - scsi: scsi_ioctl: Validate command size
9305 - scsi: core: Avoid leaving shost->last_reset with stale value if EH does not
9306 run
9307 - scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd()
9308 - scsi: lpfc: Don't release final kref on Fport node while ABTS outstanding
9309 - scsi: lpfc: Fix FCP I/O flush functionality for TMF routines
9310 - scsi: qla2xxx: Fix crash in NVMe abort path
9311 - scsi: qla2xxx: Fix kernel crash when accessing port_speed sysfs file
9312 - scsi: qla2xxx: Fix use after free in eh_abort path
9313 - ce/gf100: fix incorrect CE0 address calculation on some GPUs
9314 - char: xillybus: fix msg_ep UAF in xillyusb_probe()
9315 - mmc: mtk-sd: Add wait dma stop done flow
9316 - mmc: dw_mmc: Dont wait for DRTO on Write RSP error
9317 - exfat: fix incorrect loading of i_blocks for large files
9318 - io-wq: remove worker to owner tw dependency
9319 - parisc: Fix set_fixmap() on PA1.x CPUs
9320 - parisc: Fix ptrace check on syscall return
9321 - tpm: Check for integer overflow in tpm2_map_response_body()
9322 - firmware/psci: fix application of sizeof to pointer
9323 - crypto: s5p-sss - Add error handling in s5p_aes_probe()
9324 - media: rkvdec: Do not override sizeimage for output format
9325 - media: ite-cir: IR receiver stop working after receive overflow
9326 - media: rkvdec: Support dynamic resolution changes
9327 - media: ir-kbd-i2c: improve responsiveness of hauppauge zilog receivers
9328 - media: v4l2-ioctl: Fix check_ext_ctrls
9329 - ALSA: hda/realtek: Fix mic mute LED for the HP Spectre x360 14
9330 - ALSA: hda/realtek: Add a quirk for HP OMEN 15 mute LED
9331 - ALSA: hda/realtek: Add quirk for Clevo PC70HS
9332 - ALSA: hda/realtek: Headset fixup for Clevo NH77HJQ
9333 - ALSA: hda/realtek: Add a quirk for Acer Spin SP513-54N
9334 - ALSA: hda/realtek: Add quirk for ASUS UX550VE
9335 - ALSA: hda/realtek: Add quirk for HP EliteBook 840 G7 mute LED
9336 - ALSA: ua101: fix division by zero at probe
9337 - ALSA: 6fire: fix control and bulk message timeouts
9338 - ALSA: line6: fix control and interrupt message timeouts
9339 - ALSA: mixer: oss: Fix racy access to slots
9340 - ALSA: mixer: fix deadlock in snd_mixer_oss_set_volume
9341 - ALSA: usb-audio: Line6 HX-Stomp XL USB_ID for 48k-fixed quirk
9342 - ALSA: usb-audio: Add registration quirk for JBL Quantum 400
9343 - ALSA: hda: Free card instance properly at probe errors
9344 - ALSA: synth: missing check for possible NULL after the call to kstrdup
9345 - ALSA: pci: rme: Fix unaligned buffer addresses
9346 - ALSA: PCM: Fix NULL dereference at mmap checks
9347 - ALSA: timer: Fix use-after-free problem
9348 - ALSA: timer: Unconditionally unlink slave instances, too
9349 - Revert "ext4: enforce buffer head state assertion in ext4_da_map_blocks"
9350 - ext4: fix lazy initialization next schedule time computation in more
9351 granular unit
9352 - ext4: ensure enough credits in ext4_ext_shift_path_extents
9353 - ext4: refresh the ext4_ext_path struct after dropping i_data_sem.
9354 - fuse: fix page stealing
9355 - x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c
9356 - x86/cpu: Fix migration safety with X86_BUG_NULL_SEL
9357 - x86/irq: Ensure PI wakeup handler is unregistered before module unload
9358 - x86/iopl: Fake iopl(3) CLI/STI usage
9359 - btrfs: clear MISSING device status bit in btrfs_close_one_device
9360 - btrfs: fix lost error handling when replaying directory deletes
9361 - btrfs: call btrfs_check_rw_degradable only if there is a missing device
9362 - KVM: x86/mmu: Drop a redundant, broken remote TLB flush
9363 - KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup
9364 - KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ
9365 handling
9366 - ia64: kprobes: Fix to pass correct trampoline address to the handler
9367 - selinux: fix race condition when computing ocontext SIDs
9368 - ipmi:watchdog: Set panic count to proper value on a panic
9369 - md/raid1: only allocate write behind bio for WriteMostly device
9370 - hwmon: (pmbus/lm25066) Add offset coefficients
9371 - regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is
9372 disabled
9373 - regulator: dt-bindings: samsung,s5m8767: correct s5m8767,pmic-buck-default-
9374 dvs-idx property
9375 - EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell
9376 - mwifiex: fix division by zero in fw download path
9377 - ath6kl: fix division by zero in send path
9378 - ath6kl: fix control-message timeout
9379 - ath10k: fix control-message timeout
9380 - ath10k: fix division by zero in send path
9381 - PCI: Mark Atheros QCA6174 to avoid bus reset
9382 - rtl8187: fix control-message timeouts
9383 - evm: mark evm_fixmode as __ro_after_init
9384 - ifb: Depend on netfilter alternatively to tc
9385 - platform/surface: aggregator_registry: Add support for Surface Laptop Studio
9386 - mt76: mt7615: fix skb use-after-free on mac reset
9387 - HID: surface-hid: Use correct event registry for managing HID events
9388 - HID: surface-hid: Allow driver matching for target ID 1 devices
9389 - wcn36xx: Fix HT40 capability for 2Ghz band
9390 - wcn36xx: Fix tx_status mechanism
9391 - wcn36xx: Fix (QoS) null data frame bitrate/modulation
9392 - PM: sleep: Do not let "syscore" devices runtime-suspend during system
9393 transitions
9394 - mwifiex: Read a PCI register after writing the TX ring write pointer
9395 - mwifiex: Try waking the firmware until we get an interrupt
9396 - libata: fix checking of DMA state
9397 - dma-buf: fix and rework dma_buf_poll v7
9398 - wcn36xx: handle connection loss indication
9399 - rsi: fix occasional initialisation failure with BT coex
9400 - rsi: fix key enabled check causing unwanted encryption for vap_id > 0
9401 - rsi: fix rate mask set leading to P2P failure
9402 - rsi: Fix module dev_oper_mode parameter description
9403 - perf/x86/intel/uncore: Support extra IMC channel on Ice Lake server
9404 - perf/x86/intel/uncore: Fix invalid unit check
9405 - perf/x86/intel/uncore: Fix Intel ICX IIO event constraints
9406 - RDMA/qedr: Fix NULL deref for query_qp on the GSI QP
9407 - ASoC: tegra: Set default card name for Trimslice
9408 - ASoC: tegra: Restore AC97 support
9409 - signal: Remove the bogus sigkill_pending in ptrace_stop
9410 - memory: renesas-rpc-if: Correct QSPI data transfer in Manual mode
9411 - signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT
9412 - soc: samsung: exynos-pmu: Fix compilation when nothing selects
9413 CONFIG_MFD_CORE
9414 - soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_id
9415 - soc: fsl: dpio: use the combined functions to protect critical zone
9416 - mtd: rawnand: socrates: Keep the driver compatible with on-die ECC engines
9417 - mctp: handle the struct sockaddr_mctp padding fields
9418 - power: supply: max17042_battery: Prevent int underflow in set_soc_threshold
9419 - power: supply: max17042_battery: use VFSOC for capacity when no rsns
9420 - iio: core: fix double free in iio_device_unregister_sysfs()
9421 - iio: core: check return value when calling dev_set_name()
9422 - KVM: arm64: Extract ESR_ELx.EC only
9423 - KVM: x86: Fix recording of guest steal time / preempted status
9424 - KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows
9425 - KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
9426 - KVM: nVMX: Handle dynamic MSR intercept toggling
9427 - can: peak_usb: always ask for BERR reporting for PCAN-USB devices
9428 - can: mcp251xfd: mcp251xfd_irq(): add missing
9429 can_rx_offload_threaded_irq_finish() in case of bus off
9430 - can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport
9431 - can: j1939: j1939_can_recv(): ignore messages with invalid source address
9432 - can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
9433 - iio: adc: tsc2046: fix scan interval warning
9434 - powerpc/85xx: Fix oops when mpc85xx_smp_guts_ids node cannot be found
9435 - io_uring: honour zeroes as io-wq worker limits
9436 - ring-buffer: Protect ring_buffer_reset() from reentrancy
9437 - serial: core: Fix initializing and restoring termios speed
9438 - ifb: fix building without CONFIG_NET_CLS_ACT
9439 - xen/balloon: add late_initcall_sync() for initial ballooning done
9440 - ovl: fix use after free in struct ovl_aio_req
9441 - ovl: fix filattr copy-up failure
9442 - PCI: pci-bridge-emul: Fix emulation of W1C bits
9443 - PCI: cadence: Add cdns_plat_pcie_probe() missing return
9444 - cxl/pci: Fix NULL vs ERR_PTR confusion
9445 - PCI: aardvark: Do not clear status bits of masked interrupts
9446 - PCI: aardvark: Fix checking for link up via LTSSM state
9447 - PCI: aardvark: Do not unmask unused interrupts
9448 - PCI: aardvark: Fix reporting Data Link Layer Link Active
9449 - PCI: aardvark: Fix configuring Reference clock
9450 - PCI: aardvark: Fix return value of MSI domain .alloc() method
9451 - PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG
9452 - PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on emulated
9453 bridge
9454 - PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge
9455 - PCI: aardvark: Set PCI Bridge Class Code to PCI Bridge
9456 - PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge
9457 - quota: check block number when reading the block in quota file
9458 - quota: correct error number in free_dqentry()
9459 - cifs: To match file servers, make sure the server hostname matches
9460 - cifs: set a minimum of 120s for next dns resolution
9461 - mfd: simple-mfd-i2c: Select MFD_CORE to fix build error
9462 - pinctrl: core: fix possible memory leak in pinctrl_enable()
9463 - coresight: cti: Correct the parameter for pm_runtime_put
9464 - coresight: trbe: Fix incorrect access of the sink specific data
9465 - coresight: trbe: Defer the probe on offline CPUs
9466 - iio: buffer: check return value of kstrdup_const()
9467 - iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask()
9468 - iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask()
9469 - iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups()
9470 - drivers: iio: dac: ad5766: Fix dt property name
9471 - iio: dac: ad5446: Fix ad5622_write() return value
9472 - iio: ad5770r: make devicetree property reading consistent
9473 - Documentation:devicetree:bindings:iio:dac: Fix val
9474 - USB: serial: keyspan: fix memleak on probe errors
9475 - serial: 8250: fix racy uartclk update
9476 - ksmbd: set unique value to volume serial field in FS_VOLUME_INFORMATION
9477 - io-wq: serialize hash clear with wakeup
9478 - serial: 8250: Fix reporting real baudrate value in c_ospeed field
9479 - Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"
9480 - most: fix control-message timeouts
9481 - USB: iowarrior: fix control-message timeouts
9482 - USB: chipidea: fix interrupt deadlock
9483 - power: supply: max17042_battery: Clear status bits in interrupt handler
9484 - component: do not leave master devres group open after bind
9485 - dma-buf: WARN on dmabuf release with pending attachments
9486 - drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2)
9487 - drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1
9488 - drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy Book 10.6
9489 - Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
9490 - Bluetooth: fix use-after-free error in lock_sock_nested()
9491 - Bluetooth: call sock_hold earlier in sco_conn_del
9492 - drm/panel-orientation-quirks: add Valve Steam Deck
9493 - rcutorture: Avoid problematic critical section nesting on PREEMPT_RT
9494 - platform/x86: wmi: do not fail if disabling fails
9495 - drm/amdgpu: move iommu_resume before ip init/resume
9496 - MIPS: lantiq: dma: add small delay after reset
9497 - MIPS: lantiq: dma: reset correct number of channel
9498 - locking/lockdep: Avoid RCU-induced noinstr fail
9499 - net: sched: update default qdisc visibility after Tx queue cnt changes
9500 - rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop
9501 - smackfs: Fix use-after-free in netlbl_catmap_walk()
9502 - ath11k: Align bss_chan_info structure with firmware
9503 - crypto: aesni - check walk.nbytes instead of err
9504 - x86/mm/64: Improve stack overflow warnings
9505 - x86: Increase exception stack sizes
9506 - mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-type
9507 - mwifiex: Properly initialize private structure on interface type changes
9508 - spi: Check we have a spi_device_id for each DT compatible
9509 - fscrypt: allow 256-bit master keys with AES-256-XTS
9510 - drm/amdgpu: Fix MMIO access page fault
9511 - drm/amd/display: Fix null pointer dereference for encoders
9512 - selftests: net: fib_nexthops: Wait before checking reported idle time
9513 - ath11k: Avoid reg rules update during firmware recovery
9514 - ath11k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED
9515 - ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packets
9516 - ath10k: high latency fixes for beacon buffer
9517 - octeontx2-pf: Enable promisc/allmulti match MCAM entries.
9518 - media: mt9p031: Fix corrupted frame after restarting stream
9519 - media: netup_unidvb: handle interrupt properly according to the firmware
9520 - media: atomisp: Fix error handling in probe
9521 - media: stm32: Potential NULL pointer dereference in dcmi_irq_thread()
9522 - media: uvcvideo: Set capability in s_param
9523 - media: uvcvideo: Return -EIO for control errors
9524 - media: uvcvideo: Set unique vdev name based in type
9525 - media: vidtv: Fix memory leak in remove
9526 - media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()
9527 - media: s5p-mfc: Add checking to s5p_mfc_probe().
9528 - media: videobuf2: rework vb2_mem_ops API
9529 - media: imx: set a media_device bus_info string
9530 - media: rcar-vin: Use user provided buffers when starting
9531 - media: mceusb: return without resubmitting URB in case of -EPROTO error.
9532 - ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK
9533 - rtw88: fix RX clock gate setting while fifo dump
9534 - brcmfmac: Add DMI nvram filename quirk for Cyberbook T116 tablet
9535 - media: rcar-csi2: Add checking to rcsi2_start_receiver()
9536 - ipmi: Disable some operations during a panic
9537 - fs/proc/uptime.c: Fix idle time reporting in /proc/uptime
9538 - kselftests/sched: cleanup the child processes
9539 - ACPICA: Avoid evaluating methods too early during system resume
9540 - cpufreq: Make policy min/max hard requirements
9541 - ice: Move devlink port to PF/VF struct
9542 - media: imx-jpeg: Fix possible null pointer dereference
9543 - media: ipu3-imgu: imgu_fmt: Handle properly try
9544 - media: ipu3-imgu: VIDIOC_QUERYCAP: Fix bus_info
9545 - media: usb: dvd-usb: fix uninit-value bug in dibusb_read_eeprom_byte()
9546 - net-sysfs: try not to restart the syscall if it will fail eventually
9547 - drm/amdkfd: rm BO resv on validation to avoid deadlock
9548 - tracefs: Have tracefs directories not set OTH permission bits by default
9549 - tracing: Disable "other" permission bits in the tracefs files
9550 - ath: dfs_pattern_detector: Fix possible null-pointer dereference in
9551 channel_detector_create()
9552 - KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercall
9553 - mmc: moxart: Fix reference count leaks in moxart_probe
9554 - iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value
9555 - ACPI: battery: Accept charges over the design capacity as full
9556 - ACPI: scan: Release PM resources blocked by unused objects
9557 - drm/amd/display: fix null pointer deref when plugging in display
9558 - drm/amdkfd: fix resume error when iommu disabled in Picasso
9559 - net: phy: micrel: make *-skew-ps check more lenient
9560 - leaking_addresses: Always print a trailing newline
9561 - thermal/core: Fix null pointer dereference in thermal_release()
9562 - drm/msm: prevent NULL dereference in msm_gpu_crashstate_capture()
9563 - thermal/drivers/tsens: Add timeout to get_temp_tsens_valid
9564 - block: bump max plugged deferred size from 16 to 32
9565 - floppy: fix calling platform_device_unregister() on invalid drives
9566 - md: update superblock after changing rdev flags in state_store
9567 - memstick: r592: Fix a UAF bug when removing the driver
9568 - locking/rwsem: Disable preemption for spinning region
9569 - lib/xz: Avoid overlapping memcpy() with invalid input with in-place
9570 decompression
9571 - lib/xz: Validate the value before assigning it to an enum variable
9572 - workqueue: make sysfs of unbound kworker cpumask more clever
9573 - tracing/cfi: Fix cmp_entries_* functions signature mismatch
9574 - mt76: mt7915: fix an off-by-one bound check
9575 - mwl8k: Fix use-after-free in mwl8k_fw_state_machine()
9576 - iwlwifi: change all JnP to NO-160 configuration
9577 - block: remove inaccurate requeue check
9578 - media: allegro: ignore interrupt if mailbox is not initialized
9579 - drm/amdgpu/pm: properly handle sclk for profiling modes on vangogh
9580 - nvmet: fix use-after-free when a port is removed
9581 - nvmet-rdma: fix use-after-free when a port is removed
9582 - nvmet-tcp: fix use-after-free when a port is removed
9583 - nvme: drop scan_lock and always kick requeue list when removing namespaces
9584 - samples/bpf: Fix application of sizeof to pointer
9585 - arm64: vdso32: suppress error message for 'make mrproper'
9586 - PM: hibernate: Get block device exclusively in swsusp_check()
9587 - selftests: kvm: fix mismatched fclose() after popen()
9588 - selftests/bpf: Fix perf_buffer test on system with offline cpus
9589 - iwlwifi: mvm: disable RX-diversity in powersave
9590 - smackfs: use __GFP_NOFAIL for smk_cipso_doi()
9591 - ARM: clang: Do not rely on lr register for stacktrace
9592 - gre/sit: Don't generate link-local addr if addr_gen_mode is
9593 IN6_ADDR_GEN_MODE_NONE
9594 - can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to
9595 unsigned int
9596 - gfs2: Cancel remote delete work asynchronously
9597 - gfs2: Fix glock_hash_walk bugs
9598 - ARM: 9136/1: ARMv7-M uses BE-8, not BE-32
9599 - tools/latency-collector: Use correct size when writing queue_full_warning
9600 - vrf: run conntrack only in context of lower/physdev for locally generated
9601 packets
9602 - net: annotate data-race in neigh_output()
9603 - ACPI: AC: Quirk GK45 to skip reading _PSR
9604 - ACPI: resources: Add one more Medion model in IRQ override quirk
9605 - btrfs: reflink: initialize return value to 0 in btrfs_extent_same()
9606 - btrfs: do not take the uuid_mutex in btrfs_rm_device
9607 - spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in
9608 bcm_qspi_probe()
9609 - wcn36xx: Correct band/freq reporting on RX
9610 - wcn36xx: Fix packet drop on resume
9611 - Revert "wcn36xx: Enable firmware link monitoring"
9612 - ftrace: do CPU checking after preemption disabled
9613 - inet: remove races in inet{6}_getname()
9614 - x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted
9615 - drm/amd/display: dcn20_resource_construct reduce scope of FPU enabled
9616 - perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodings
9617 - parisc: fix warning in flush_tlb_all
9618 - task_stack: Fix end_of_stack() for architectures with upwards-growing stack
9619 - erofs: don't trigger WARN() when decompression fails
9620 - parisc/unwind: fix unwinder when CONFIG_64BIT is enabled
9621 - parisc/kgdb: add kgdb_roundup() to make kgdb work with idle polling
9622 - netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream
9623 state
9624 - selftests/bpf: Fix strobemeta selftest regression
9625 - fbdev/efifb: Release PCI device's runtime PM ref during FB destroy
9626 - drm/bridge: anx7625: Propagate errors from sp_tx_rst_aux()
9627 - perf/x86/intel/uncore: Fix Intel SPR CHA event constraints
9628 - perf/x86/intel/uncore: Fix Intel SPR IIO event constraints
9629 - perf/x86/intel/uncore: Fix Intel SPR M2PCIE event constraints
9630 - perf/x86/intel/uncore: Fix Intel SPR M3UPI event constraints
9631 - drm/bridge: it66121: Initialize {device,vendor}_ids
9632 - drm/bridge: it66121: Wait for next bridge to be probed
9633 - Bluetooth: fix init and cleanup of sco_conn.timeout_work
9634 - libbpf: Don't crash on object files with no symbol tables
9635 - Bluetooth: hci_uart: fix GPF in h5_recv
9636 - rcu: Fix existing exp request check in sync_sched_exp_online_cleanup()
9637 - MIPS: lantiq: dma: fix burst length for DEU
9638 - x86/xen: Mark cpu_bringup_and_idle() as dead_end_function
9639 - objtool: Handle __sanitize_cov*() tail calls
9640 - net/mlx5: Publish and unpublish all devlink parameters at once
9641 - drm/v3d: fix wait for TMU write combiner flush
9642 - crypto: sm4 - Do not change section of ck and sbox
9643 - virtio-gpu: fix possible memory allocation failure
9644 - lockdep: Let lock_is_held_type() detect recursive read as read
9645 - net: net_namespace: Fix undefined member in key_remove_domain()
9646 - net: phylink: don't call netif_carrier_off() with NULL netdev
9647 - drm: bridge: it66121: Fix return value it66121_probe
9648 - spi: Fixed division by zero warning
9649 - cgroup: Make rebind_subsystems() disable v2 controllers all at once
9650 - wcn36xx: Fix Antenna Diversity Switching
9651 - wilc1000: fix possible memory leak in cfg_scan_result()
9652 - Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync
9653 - drm/amdgpu: Fix crash on device remove/driver unload
9654 - drm/amd/display: Pass display_pipe_params_st as const in DML
9655 - drm/amdgpu: move amdgpu_virt_release_full_gpu to fini_early stage
9656 - crypto: caam - disable pkc for non-E SoCs
9657 - crypto: qat - power up 4xxx device
9658 - Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIs
9659 - bnxt_en: Check devlink allocation and registration status
9660 - qed: Don't ignore devlink allocation failures
9661 - rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()
9662 - mptcp: do not shrink snd_nxt when recovering
9663 - fortify: Fix dropped strcpy() compile-time write overflow check
9664 - mac80211: twt: don't use potentially unaligned pointer
9665 - cfg80211: always free wiphy specific regdomain
9666 - net/mlx5: Accept devlink user input after driver initialization complete
9667 - net: dsa: rtl8366rb: Fix off-by-one bug
9668 - net: dsa: rtl8366: Fix a bug in deleting VLANs
9669 - bpf/tests: Fix error in tail call limit tests
9670 - ath11k: fix some sleeping in atomic bugs
9671 - ath11k: Avoid race during regd updates
9672 - ath11k: fix packet drops due to incorrect 6 GHz freq value in rx status
9673 - ath11k: Fix memory leak in ath11k_qmi_driver_event_work
9674 - gve: DQO: avoid unused variable warnings
9675 - ath10k: Fix missing frame timestamp for beacon/probe-resp
9676 - ath10k: sdio: Add missing BH locking around napi_schdule()
9677 - drm/ttm: stop calling tt_swapin in vm_access
9678 - arm64: mm: update max_pfn after memory hotplug
9679 - drm/amdgpu: fix warning for overflow check
9680 - libbpf: Fix skel_internal.h to set errno on loader retval < 0
9681 - media: em28xx: add missing em28xx_close_extension
9682 - media: meson-ge2d: Fix rotation parameter changes detection in
9683 'ge2d_s_ctrl()'
9684 - media: cxd2880-spi: Fix a null pointer dereference on error handling path
9685 - media: ttusb-dec: avoid release of non-acquired mutex
9686 - media: dvb-usb: fix ununit-value in az6027_rc_query
9687 - media: imx258: Fix getting clock frequency
9688 - media: v4l2-ioctl: S_CTRL output the right value
9689 - media: mtk-vcodec: venc: fix return value when start_streaming fails
9690 - media: TDA1997x: handle short reads of hdmi info frame.
9691 - media: mtk-vpu: Fix a resource leak in the error handling path of
9692 'mtk_vpu_probe()'
9693 - media: imx-jpeg: Fix the error handling path of 'mxc_jpeg_probe()'
9694 - media: i2c: ths8200 needs V4L2_ASYNC
9695 - media: sun6i-csi: Allow the video device to be open multiple times
9696 - media: radio-wl1273: Avoid card name truncation
9697 - media: si470x: Avoid card name truncation
9698 - media: tm6000: Avoid card name truncation
9699 - media: cx23885: Fix snd_card_free call on null card pointer
9700 - media: atmel: fix the ispck initialization
9701 - scs: Release kasan vmalloc poison in scs_free process
9702 - kprobes: Do not use local variable when creating debugfs file
9703 - crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency
9704 - drm: fb_helper: fix CONFIG_FB dependency
9705 - cpuidle: Fix kobject memory leaks in error paths
9706 - media: em28xx: Don't use ops->suspend if it is NULL
9707 - ath10k: Don't always treat modem stop events as crashes
9708 - ath9k: Fix potential interrupt storm on queue reset
9709 - PM: EM: Fix inefficient states detection
9710 - x86/insn: Use get_unaligned() instead of memcpy()
9711 - EDAC/amd64: Handle three rank interleaving mode
9712 - rcu: Always inline rcu_dynticks_task*_{enter,exit}()
9713 - rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstr
9714 - netfilter: nft_dynset: relax superfluous check on set updates
9715 - media: venus: fix vpp frequency calculation for decoder
9716 - media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable()
9717 - crypto: ccree - avoid out-of-range warnings from clang
9718 - crypto: qat - detect PFVF collision after ACK
9719 - crypto: qat - disregard spurious PFVF interrupts
9720 - hwrng: mtk - Force runtime pm ops for sleep ops
9721 - ima: fix deadlock when traversing "ima_default_rules".
9722 - b43legacy: fix a lower bounds test
9723 - b43: fix a lower bounds test
9724 - gve: Recover from queue stall due to missed IRQ
9725 - gve: Track RX buffer allocation failures
9726 - mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured
9727 - mmc: sdhci-omap: Fix context restore
9728 - memstick: avoid out-of-range warning
9729 - memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()
9730 - net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE
9731 - hwmon: Fix possible memleak in __hwmon_device_register()
9732 - hwmon: (pmbus/lm25066) Let compiler determine outer dimension of
9733 lm25066_coeff
9734 - ath10k: fix max antenna gain unit
9735 - kernel/sched: Fix sched_fork() access an invalid sched_task_group
9736 - net: fealnx: fix build for UML
9737 - net: intel: igc_ptp: fix build for UML
9738 - net: tulip: winbond-840: fix build for UML
9739 - tcp: switch orphan_count to bare per-cpu counters
9740 - crypto: octeontx2 - set assoclen in aead_do_fallback()
9741 - thermal/core: fix a UAF bug in __thermal_cooling_device_register()
9742 - drm/msm/dsi: do not enable irq handler before powering up the host
9743 - drm/msm: Fix potential Oops in a6xx_gmu_rpmh_init()
9744 - drm/msm: potential error pointer dereference in init()
9745 - drm/msm: unlock on error in get_sched_entity()
9746 - drm/msm: fix potential NULL dereference in cleanup
9747 - drm/msm: uninitialized variable in msm_gem_import()
9748 - net: stream: don't purge sk_error_queue in sk_stream_kill_queues()
9749 - thermal/drivers/qcom/lmh: make QCOM_LMH depends on QCOM_SCM
9750 - mailbox: Remove WARN_ON for async_cb.cb in cmdq_exec_done
9751 - media: ivtv: fix build for UML
9752 - media: ir_toy: assignment to be16 should be of correct type
9753 - mmc: mxs-mmc: disable regulator on error and in the remove function
9754 - io-wq: Remove duplicate code in io_workqueue_create()
9755 - block: ataflop: fix breakage introduced at blk-mq refactoring
9756 - platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning
9757 - mailbox: mtk-cmdq: Validate alias_id on probe
9758 - mailbox: mtk-cmdq: Fix local clock ID usage
9759 - ACPI: PM: Turn off unused wakeup power resources
9760 - ACPI: PM: Fix sharing of wakeup power resources
9761 - drm/amdkfd: Fix an inappropriate error handling in allloc memory of gpu
9762 - mt76: mt7921: fix endianness in mt7921_mcu_tx_done_event
9763 - mt76: mt7915: fix endianness warning in mt7915_mac_add_txs_skb
9764 - mt76: mt7921: fix endianness warning in mt7921_update_txs
9765 - mt76: mt7615: fix endianness warning in mt7615_mac_write_txwi
9766 - mt76: mt7915: fix info leak in mt7915_mcu_set_pre_cal()
9767 - mt76: connac: fix mt76_connac_gtk_rekey_tlv usage
9768 - mt76: fix build error implicit enumeration conversion
9769 - mt76: mt7921: fix survey-dump reporting
9770 - mt76: mt76x02: fix endianness warnings in mt76x02_mac.c
9771 - mt76: mt7921: Fix out of order process by invalid event pkt
9772 - mt76: mt7915: fix potential overflow of eeprom page index
9773 - mt76: mt7915: fix bit fields for HT rate idx
9774 - mt76: mt7921: fix dma hang in rmmod
9775 - mt76: connac: fix GTK rekey offload failure on WPA mixed mode
9776 - mt76: overwrite default reg_ops if necessary
9777 - mt76: mt7921: report HE MU radiotap
9778 - mt76: mt7921: fix firmware usage of RA info using legacy rates
9779 - mt76: mt7921: fix kernel warning from cfg80211_calculate_bitrate
9780 - mt76: mt7921: always wake device if necessary in debugfs
9781 - mt76: mt7915: fix hwmon temp sensor mem use-after-free
9782 - mt76: mt7615: fix hwmon temp sensor mem use-after-free
9783 - mt76: mt7915: fix possible infinite loop release semaphore
9784 - mt76: mt7921: fix retrying release semaphore without end
9785 - mt76: mt7615: fix monitor mode tear down crash
9786 - mt76: connac: fix possible NULL pointer dereference in
9787 mt76_connac_get_phy_mode_v2
9788 - mt76: mt7915: fix sta_rec_wtbl tag len
9789 - mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()
9790 - rsi: stop thread firstly in rsi_91x_init() error handling
9791 - mwifiex: Send DELBA requests according to spec
9792 - iwlwifi: mvm: reset PM state on unsuccessful resume
9793 - iwlwifi: pnvm: don't kmemdup() more than we have
9794 - iwlwifi: pnvm: read EFI data only if long enough
9795 - net: enetc: unmap DMA in enetc_send_cmd()
9796 - phy: micrel: ksz8041nl: do not use power down mode
9797 - nbd: Fix use-after-free in pid_show
9798 - nvme-rdma: fix error code in nvme_rdma_setup_ctrl
9799 - PM: hibernate: fix sparse warnings
9800 - clocksource/drivers/timer-ti-dm: Select TIMER_OF
9801 - x86/sev: Fix stack type check in vc_switch_off_ist()
9802 - drm/msm: Fix potential NULL dereference in DPU SSPP
9803 - drm/msm/dsi: fix wrong type in msm_dsi_host
9804 - crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks
9805 - smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doi
9806 - KVM: selftests: Fix nested SVM tests when built with clang
9807 - libbpf: Fix memory leak in btf__dedup()
9808 - bpftool: Avoid leaking the JSON writer prepared for program metadata
9809 - libbpf: Fix overflow in BTF sanity checks
9810 - libbpf: Fix BTF header parsing checks
9811 - mt76: mt7615: mt7622: fix ibss and meshpoint
9812 - s390/gmap: validate VMA in __gmap_zap()
9813 - s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap()
9814 - s390/mm: validate VMA in PGSTE manipulation functions
9815 - s390/mm: fix VMA and page table handling code in storage key handling
9816 functions
9817 - s390/uv: fully validate the VMA before calling follow_page()
9818 - KVM: s390: pv: avoid double free of sida page
9819 - KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
9820 - irq: mips: avoid nested irq_enter()
9821 - net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error
9822 - ARM: 9142/1: kasan: work around LPAE build warning
9823 - ath10k: fix module load regression with iram-recovery feature
9824 - block: ataflop: more blk-mq refactoring fixes
9825 - blk-cgroup: synchronize blkg creation against policy deactivation
9826 - libbpf: Fix off-by-one bug in bpf_core_apply_relo()
9827 - tpm: fix Atmel TPM crash caused by too frequent queries
9828 - tpm_tis_spi: Add missing SPI ID
9829 - libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
9830 - tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()
9831 - tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks
9832 - cpufreq: intel_pstate: Fix cpu->pstate.turbo_freq initialization
9833 - spi: spi-rpc-if: Check return value of rpcif_sw_init()
9834 - samples/kretprobes: Fix return value if register_kretprobe() failed
9835 - KVM: s390: Fix handle_sske page fault handling
9836 - libertas_tf: Fix possible memory leak in probe and disconnect
9837 - libertas: Fix possible memory leak in probe and disconnect
9838 - wcn36xx: add proper DMA memory barriers in rx path
9839 - wcn36xx: Fix discarded frames due to wrong sequence number
9840 - bpf: Avoid races in __bpf_prog_run() for 32bit arches
9841 - bpf: Fixes possible race in update_prog_stats() for 32bit arches
9842 - wcn36xx: Channel list update before hardware scan
9843 - drm/amdgpu: fix a potential memory leak in amdgpu_device_fini_sw()
9844 - drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits
9845 - selftests/bpf: Fix fd cleanup in sk_lookup test
9846 - selftests/bpf: Fix memory leak in test_ima
9847 - sctp: allow IP fragmentation when PLPMTUD enters Error state
9848 - sctp: reset probe_timer in sctp_transport_pl_update
9849 - sctp: subtract sctphdr len in sctp_transport_pl_hlen
9850 - sctp: return true only for pathmtu update in sctp_transport_pl_toobig
9851 - net: amd-xgbe: Toggle PLL settings during rate change
9852 - ipmi: kcs_bmc: Fix a memory leak in the error handling path of
9853 'kcs_bmc_serio_add_device()'
9854 - nfp: fix NULL pointer access when scheduling dim work
9855 - nfp: fix potential deadlock when canceling dim work
9856 - net: phylink: avoid mvneta warning when setting pause parameters
9857 - net: bridge: fix uninitialized variables when BRIDGE_CFM is disabled
9858 - selftests: net: bridge: update IGMP/MLD membership interval value
9859 - crypto: pcrypt - Delay write to padata->info
9860 - selftests/bpf: Fix fclose/pclose mismatch in test_progs
9861 - udp6: allow SO_MARK ctrl msg to affect routing
9862 - ibmvnic: don't stop queue in xmit
9863 - ibmvnic: Process crqs after enabling interrupts
9864 - ibmvnic: delay complete()
9865 - selftests: mptcp: fix proto type in link_failure tests
9866 - skmsg: Lose offset info in sk_psock_skb_ingress
9867 - cgroup: Fix rootcg cpu.stat guest double counting
9868 - bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
9869 - bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.
9870 - of: unittest: fix EXPECT text for gpio hog errors
9871 - cpufreq: Fix parameter in parse_perf_domain()
9872 - staging: r8188eu: fix memory leak in rtw_set_key
9873 - arm64: dts: meson: sm1: add Ethernet PHY reset line for ODROID-C4/HC4
9874 - iio: st_sensors: disable regulators after device unregistration
9875 - RDMA/rxe: Fix wrong port_cap_flags
9876 - ARM: dts: BCM5301X: Fix memory nodes names
9877 - arm64: dts: broadcom: bcm4908: Fix UART clock name
9878 - clk: mvebu: ap-cpu-clk: Fix a memory leak in error handling paths
9879 - scsi: pm80xx: Fix lockup in outbound queue management
9880 - scsi: qla2xxx: edif: Use link event to wake up app
9881 - scsi: lpfc: Fix NVMe I/O failover to non-optimized path
9882 - ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc()
9883 - arm64: dts: rockchip: Fix GPU register width for RK3328
9884 - ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY
9885 - RDMA/bnxt_re: Fix query SRQ failure
9886 - arm64: dts: ti: k3-j721e-main: Fix "max-virtual-functions" in PCIe EP nodes
9887 - arm64: dts: ti: k3-j721e-main: Fix "bus-range" upto 256 bus number for PCIe
9888 - arm64: dts: ti: j7200-main: Fix "vendor-id"/"device-id" properties of pcie
9889 node
9890 - arm64: dts: ti: j7200-main: Fix "bus-range" upto 256 bus number for PCIe
9891 - arm64: dts: meson-g12a: Fix the pwm regulator supply properties
9892 - arm64: dts: meson-g12b: Fix the pwm regulator supply properties
9893 - arm64: dts: meson-sm1: Fix the pwm regulator supply properties
9894 - bus: ti-sysc: Fix timekeeping_suspended warning on resume
9895 - ARM: dts: at91: tse850: the emac<->phy interface is rmii
9896 - arm64: dts: qcom: sc7180: Base dynamic CPU power coefficients in reality
9897 - soc: qcom: llcc: Disable MMUHWT retention
9898 - arm64: dts: qcom: sc7280: fix display port phy reg property
9899 - scsi: dc395: Fix error case unwinding
9900 - MIPS: loongson64: make CPU_LOONGSON64 depends on MIPS_FP_SUPPORT
9901 - JFS: fix memleak in jfs_mount
9902 - pinctrl: renesas: rzg2l: Fix missing port register 21h
9903 - ASoC: wcd9335: Use correct version to initialize Class H
9904 - arm64: dts: qcom: msm8916: Fix Secondary MI2S bit clock
9905 - arm64: dts: renesas: beacon: Fix Ethernet PHY mode
9906 - iommu/mediatek: Fix out-of-range warning with clang
9907 - arm64: dts: qcom: pm8916: Remove wrong reg-names for rtc@6000
9908 - iommu/dma: Fix sync_sg with swiotlb
9909 - iommu/dma: Fix arch_sync_dma for map
9910 - ALSA: hda: Reduce udelay() at SKL+ position reporting
9911 - ALSA: hda: Use position buffer for SKL+ again
9912 - ALSA: usb-audio: Fix possible race at sync of urb completions
9913 - soundwire: debugfs: use controller id and link_id for debugfs
9914 - power: reset: at91-reset: check properly the return value of devm_of_iomap
9915 - scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition
9916 - scsi: ufs: core: Stop clearing UNIT ATTENTIONS
9917 - scsi: megaraid_sas: Fix concurrent access to ISR between IRQ polling and
9918 real interrupt
9919 - scsi: pm80xx: Fix misleading log statement in pm8001_mpi_get_nvmd_resp()
9920 - driver core: Fix possible memory leak in device_link_add()
9921 - arm: dts: omap3-gta04a4: accelerometer irq fix
9922 - ASoC: SOF: topology: do not power down primary core during topology removal
9923 - iio: st_pressure_spi: Add missing entries SPI to device ID table
9924 - soc/tegra: Fix an error handling path in tegra_powergate_power_up()
9925 - memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe
9926 - clk: at91: check pmc node status before registering syscore ops
9927 - powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype
9928 for 'create_section_mapping'
9929 - video: fbdev: chipsfb: use memset_io() instead of memset()
9930 - powerpc: fix unbalanced node refcount in check_kvm_guest()
9931 - powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()
9932 - serial: 8250_dw: Drop wrong use of ACPI_PTR()
9933 - usb: gadget: hid: fix error code in do_config()
9934 - power: supply: rt5033_battery: Change voltage values to µV
9935 - power: supply: max17040: fix null-ptr-deref in max17040_probe()
9936 - scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()
9937 - RDMA/mlx4: Return missed an error if device doesn't support steering
9938 - usb: musb: select GENERIC_PHY instead of depending on it
9939 - staging: most: dim2: do not double-register the same device
9940 - staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MIC
9941 - RDMA/core: Set sgtable nents when using ib_dma_virt_map_sg()
9942 - dyndbg: make dyndbg a known cli param
9943 - powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10
9944 - pinctrl: renesas: checker: Fix off-by-one bug in drive register check
9945 - ARM: dts: stm32: Reduce DHCOR SPI NOR frequency to 50 MHz
9946 - ARM: dts: stm32: fix STUSB1600 Type-C irq level on stm32mp15xx-dkx
9947 - ARM: dts: stm32: fix SAI sub nodes register range
9948 - ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
9949 - ASoC: cs42l42: Always configure both ASP TX channels
9950 - ASoC: cs42l42: Correct some register default values
9951 - ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER
9952 - soc: qcom: rpmhpd: Make power_on actually enable the domain
9953 - soc: qcom: socinfo: add two missing PMIC IDs
9954 - iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()
9955 - usb: typec: STUSB160X should select REGMAP_I2C
9956 - iio: adis: do not disabe IRQs in 'adis_init()'
9957 - soundwire: bus: stop dereferencing invalid slave pointer
9958 - scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer
9959 - scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_reset
9960 - serial: imx: fix detach/attach of serial console
9961 - usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_init
9962 - usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabled
9963 - usb: dwc2: drd: reset current session before setting the new one
9964 - powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and KFENCE
9965 - usb: dwc3: gadget: Skip resizing EP's TX FIFO if already resized
9966 - firmware: qcom_scm: Fix error retval in __qcom_scm_is_call_available()
9967 - soc: qcom: rpmhpd: fix sm8350_mxc's peer domain
9968 - soc: qcom: apr: Add of_node_put() before return
9969 - arm64: dts: qcom: pmi8994: Fix "eternal"->"external" typo in WLED node
9970 - arm64: dts: qcom: sdm845: Use RPMH_CE_CLK macro directly
9971 - arm64: dts: qcom: sdm845: Fix Qualcomm crypto engine bus clock
9972 - pinctrl: equilibrium: Fix function addition in multiple groups
9973 - ASoC: topology: Fix stub for snd_soc_tplg_component_remove()
9974 - phy: qcom-qusb2: Fix a memory leak on probe
9975 - phy: ti: gmii-sel: check of_get_address() for failure
9976 - phy: qcom-qmp: another fix for the sc8180x PCIe definition
9977 - phy: qcom-snps: Correct the FSEL_MASK
9978 - phy: Sparx5 Eth SerDes: Fix return value check in sparx5_serdes_probe()
9979 - serial: xilinx_uartps: Fix race condition causing stuck TX
9980 - clk: at91: sam9x60-pll: use DIV_ROUND_CLOSEST_ULL
9981 - clk: at91: clk-master: check if div or pres is zero
9982 - clk: at91: clk-master: fix prescaler logic
9983 - HID: u2fzero: clarify error check and length calculations
9984 - HID: u2fzero: properly handle timeouts in usb_submit_urb
9985 - powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()
9986 - powerpc/book3e: Fix set_memory_x() and set_memory_nx()
9987 - powerpc/44x/fsp2: add missing of_node_put
9988 - powerpc/xmon: fix task state output
9989 - ALSA: oxfw: fix functional regression for Mackie Onyx 1640i in v5.14 or
9990 later
9991 - iommu/dma: Fix incorrect error return on iommu deferred attach
9992 - powerpc: Don't provide __kernel_map_pages() without
9993 ARCH_SUPPORTS_DEBUG_PAGEALLOC
9994 - ASoC: cs42l42: Correct configuring of switch inversion from ts-inv
9995 - RDMA/hns: Fix initial arm_st of CQ
9996 - RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware compatibility
9997 - ASoC: rsnd: Fix an error handling path in 'rsnd_node_count()'
9998 - serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLE
9999 - virtio_ring: check desc == NULL when using indirect with packed
10000 - vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bit
10001 - mips: cm: Convert to bitfield API to fix out-of-bounds access
10002 - power: supply: bq27xxx: Fix kernel crash on IRQ handler register error
10003 - RDMA/core: Require the driver to set the IOVA correctly during rereg_mr
10004 - apparmor: fix error check
10005 - rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined
10006 - mtd: rawnand: intel: Fix potential buffer overflow in probe
10007 - nfsd: don't alloc under spinlock in rpc_parse_scope_id
10008 - rtc: ds1302: Add SPI ID table
10009 - rtc: ds1390: Add SPI ID table
10010 - rtc: pcf2123: Add SPI ID table
10011 - remoteproc: imx_rproc: Fix TCM io memory type
10012 - i2c: i801: Use PCI bus rescan mutex to protect P2SB access
10013 - dmaengine: idxd: move out percpu_ref_exit() to ensure it's outside
10014 submission
10015 - rtc: mcp795: Add SPI ID table
10016 - Input: ariel-pwrbutton - add SPI device ID table
10017 - i2c: mediatek: fixing the incorrect register offset
10018 - NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINED
10019 - NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATA
10020 - NFS: Ignore the directory size when marking for revalidation
10021 - NFS: Fix dentry verifier races
10022 - pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds
10023 - drm/bridge/lontium-lt9611uxc: fix provided connector suport
10024 - drm/plane-helper: fix uninitialized variable reference
10025 - PCI: aardvark: Don't spam about PIO Response Status
10026 - PCI: aardvark: Fix preserving PCI_EXP_RTCTL_CRSSVE flag on emulated bridge
10027 - opp: Fix return in _opp_add_static_v2()
10028 - NFS: Fix deadlocks in nfs_scan_commit_list()
10029 - sparc: Add missing "FORCE" target when using if_changed
10030 - fs: orangefs: fix error return code of orangefs_revalidate_lookup()
10031 - Input: st1232 - increase "wait ready" timeout
10032 - drm/bridge: nwl-dsi: Add atomic_get_input_bus_fmts
10033 - mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare()
10034 - PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation
10035 - mtd: rawnand: arasan: Prevent an unsupported configuration
10036 - mtd: core: don't remove debugfs directory if device is in use
10037 - remoteproc: Fix a memory leak in an error handling path in
10038 'rproc_handle_vdev()'
10039 - rtc: rv3032: fix error handling in rv3032_clkout_set_rate()
10040 - dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path
10041 - dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro
10042 - dmaengine: stm32-dma: fix stm32_dma_get_max_width
10043 - NFS: Fix up commit deadlocks
10044 - NFS: Fix an Oops in pnfs_mark_request_commit()
10045 - Fix user namespace leak
10046 - auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
10047 - auxdisplay: ht16k33: Connect backlight to fbdev
10048 - auxdisplay: ht16k33: Fix frame buffer device blanking
10049 - soc: fsl: dpaa2-console: free buffer before returning from
10050 dpaa2_console_read
10051 - netfilter: nfnetlink_queue: fix OOB when mac header was cleared
10052 - dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result`
10053 - dmaengine: tegra210-adma: fix pm runtime unbalance
10054 - dmanegine: idxd: fix resource free ordering on driver removal
10055 - dmaengine: idxd: reconfig device after device reset command
10056 - signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)
10057 - m68k: set a default value for MEMORY_RESERVE
10058 - watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUT
10059 - ar7: fix kernel builds for compiler test
10060 - scsi: target: core: Remove from tmr_list during LUN unlink
10061 - scsi: qla2xxx: Relogin during fabric disturbance
10062 - scsi: qla2xxx: Fix gnl list corruption
10063 - scsi: qla2xxx: Turn off target reset during issue_lip
10064 - scsi: qla2xxx: edif: Fix app start fail
10065 - scsi: qla2xxx: edif: Fix app start delay
10066 - scsi: qla2xxx: edif: Flush stale events and msgs on session down
10067 - scsi: qla2xxx: edif: Increase ELS payload
10068 - scsi: qla2xxx: edif: Fix EDIF bsg
10069 - NFSv4: Fix a regression in nfs_set_open_stateid_locked()
10070 - dmaengine: idxd: fix resource leak on dmaengine driver disable
10071 - i2c: xlr: Fix a resource leak in the error handling path of
10072 'xlr_i2c_probe()'
10073 - gpio: realtek-otto: fix GPIO line IRQ offset
10074 - xen-pciback: Fix return in pm_ctrl_init()
10075 - nbd: fix max value for 'first_minor'
10076 - nbd: fix possible overflow for 'first_minor' in nbd_dev_add()
10077 - io-wq: fix max-workers not correctly set on multi-node system
10078 - net: davinci_emac: Fix interrupt pacing disable
10079 - kselftests/net: add missed icmp.sh test to Makefile
10080 - kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile
10081 - kselftests/net: add missed SRv6 tests
10082 - kselftests/net: add missed vrf_strict_mode_test.sh test to Makefile
10083 - kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to Makefile
10084 - ethtool: fix ethtool msg len calculation for pause stats
10085 - openrisc: fix SMP tlb flush NULL pointer dereference
10086 - net: vlan: fix a UAF in vlan_dev_real_dev()
10087 - net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge
10088 - ice: Fix replacing VF hardware MAC to existing MAC filter
10089 - ice: Fix not stopping Tx queues for VFs
10090 - kdb: Adopt scheduler's task classification
10091 - ACPI: PMIC: Fix intel_pmic_regs_handler() read accesses
10092 - PCI: j721e: Fix j721e_pcie_probe() error path
10093 - nvdimm/btt: do not call del_gendisk() if not needed
10094 - scsi: bsg: Fix errno when scsi_bsg_register_queue() fails
10095 - scsi: ufs: ufshpb: Use proper power management API
10096 - scsi: ufs: core: Fix NULL pointer dereference
10097 - scsi: ufs: ufshpb: Properly handle max-single-cmd
10098 - drm/nouveau/svm: Fix refcount leak bug and missing check against null bug
10099 - nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
10100 - block/ataflop: use the blk_cleanup_disk() helper
10101 - block/ataflop: add registration bool before calling del_gendisk()
10102 - block/ataflop: provide a helper for cleanup up an atari disk
10103 - ataflop: remove ataflop_probe_lock mutex
10104 - PCI: Do not enable AtomicOps on VFs
10105 - cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offline
10106 - net: phy: fix duplex out of sync problem while changing settings
10107 - block: fix device_add_disk() kobject_create_and_add() error handling
10108 - drm/ttm: remove ttm_bo_vm_insert_huge()
10109 - bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed
10110 - octeontx2-pf: select CONFIG_NET_DEVLINK
10111 - ALSA: memalloc: Catch call with NULL snd_dma_buffer pointer
10112 - mfd: core: Add missing of_node_put for loop iteration
10113 - mfd: cpcap: Add SPI device ID table
10114 - mfd: sprd: Add SPI device ID table
10115 - mfd: altera-sysmgr: Fix a mistake caused by resource_size conversion
10116 - ACPI: PM: Fix device wakeup power reference counting error
10117 - libbpf: Fix lookup_and_delete_elem_flags error reporting
10118 - selftests/bpf/xdp_redirect_multi: Put the logs to tmp folder
10119 - selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp number
10120 - selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanly
10121 - selftests/bpf/xdp_redirect_multi: Limit the tests in netns
10122 - drm: fb_helper: improve CONFIG_FB dependency
10123 - Revert "drm/imx: Annotate dma-fence critical section in commit path"
10124 - drm/amdgpu/powerplay: fix sysfs_emit/sysfs_emit_at handling
10125 - can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path
10126 - can: mcp251xfd: mcp251xfd_chip_start(): fix error handling for
10127 mcp251xfd_chip_rx_int_enable()
10128 - mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and
10129 zs_unregister_migration()
10130 - zram: off by one in read_block_state()
10131 - perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
10132 - llc: fix out-of-bound array index in llc_sk_dev_hash()
10133 - nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails
10134 - litex_liteeth: Fix a double free in the remove function
10135 - arm64: arm64_ftr_reg->name may not be a human-readable string
10136 - arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functions
10137 - bpf, sockmap: Remove unhash handler for BPF sockmap usage
10138 - bpf, sockmap: Fix race in ingress receive verdict with redirect to self
10139 - bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
10140 - bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg
10141 - dmaengine: stm32-dma: fix burst in case of unaligned memory address
10142 - dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width
10143 - gve: Fix off by one in gve_tx_timeout()
10144 - drm/i915/fb: Fix rounding error in subsampled plane size calculation
10145 - init: make unknown command line param message clearer
10146 - seq_file: fix passing wrong private data
10147 - drm/amdgpu: fix uvd crash on Polaris12 during driver unloading
10148 - net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than
10149 10
10150 - net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any
10151 - net: hns3: fix ROCE base interrupt vector initialization bug
10152 - net: hns3: fix pfc packet number incorrect after querying pfc parameters
10153 - net: hns3: fix kernel crash when unload VF while it is being reset
10154 - net: hns3: allow configure ETS bandwidth of all TCs
10155 - net: stmmac: allow a tc-taprio base-time of zero
10156 - net: ethernet: ti: cpsw_ale: Fix access to un-initialized memory
10157 - net: marvell: mvpp2: Fix wrong SerDes reconfiguration order
10158 - vsock: prevent unnecessary refcnt inc for nonblocking connect
10159 - net/smc: fix sk_refcnt underflow on linkdown and fallback
10160 - cxgb4: fix eeprom len when diagnostics not implemented
10161 - selftests/net: udpgso_bench_rx: fix port argument
10162 - thermal: int340x: fix build on 32-bit targets
10163 - smb3: do not error on fsync when readonly
10164 - ARM: 9155/1: fix early early_iounmap()
10165 - ARM: 9156/1: drop cc-option fallbacks for architecture selection
10166 - parisc: Fix backtrace to always include init funtion names
10167 - parisc: Flush kernel data mapping in set_pte_at() when installing pte for
10168 user page
10169 - MIPS: fix duplicated slashes for Platform file path
10170 - MIPS: fix *-pkg builds for loongson2ef platform
10171 - MIPS: Fix assembly error from MIPSr2 code used within MIPS_ISA_ARCH_LEVEL
10172 - x86/mce: Add errata workaround for Skylake SKX37
10173 - PCI/MSI: Move non-mask check back into low level accessors
10174 - PCI/MSI: Destroy sysfs before freeing entries
10175 - KVM: x86: move guest_pv_has out of user_access section
10176 - posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()
10177 - irqchip/sifive-plic: Fixup EOI failed when masked
10178 - f2fs: should use GFP_NOFS for directory inodes
10179 - f2fs: include non-compressed blocks in compr_written_block
10180 - f2fs: fix UAF in f2fs_available_free_memory
10181 - ceph: fix mdsmap decode when there are MDS's beyond max_mds
10182 - erofs: fix unsafe pagevec reuse of hooked pclusters
10183 - drm/i915/guc: Fix blocked context accounting
10184 - block: Hold invalidate_lock in BLKDISCARD ioctl
10185 - block: Hold invalidate_lock in BLKZEROOUT ioctl
10186 - block: Hold invalidate_lock in BLKRESETZONE ioctl
10187 - ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()
10188 - ksmbd: don't need 8byte alignment for request length in ksmbd_check_message
10189 - dmaengine: ti: k3-udma: Set bchan to NULL if a channel request fail
10190 - dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if request fail
10191 - dmaengine: bestcomm: fix system boot lockups
10192 - net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE
10193 - 9p/net: fix missing error check in p9_check_errors
10194 - mm/filemap.c: remove bogus VM_BUG_ON
10195 - memcg: prohibit unconditional exceeding the limit of dying tasks
10196 - mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks
10197 - mm, oom: do not trigger out_of_memory from the #PF
10198 - mm, thp: lock filemap when truncating page cache
10199 - mm, thp: fix incorrect unmap behavior for private pages
10200 - mfd: dln2: Add cell for initializing DLN2 ADC
10201 - video: backlight: Drop maximum brightness override for brightness zero
10202 - bcache: fix use-after-free problem in bcache_device_free()
10203 - bcache: Revert "bcache: use bvec_virt"
10204 - PM: sleep: Avoid calling put_device() under dpm_list_mtx
10205 - s390/cpumf: cpum_cf PMU displays invalid value after hotplug remove
10206 - s390/cio: check the subchannel validity for dev_busid
10207 - s390/tape: fix timer initialization in tape_std_assign()
10208 - s390/ap: Fix hanging ioctl caused by orphaned replies
10209 - s390/cio: make ccw_device_dma_* more robust
10210 - remoteproc: elf_loader: Fix loading segment when is_iomem true
10211 - remoteproc: Fix the wrong default value of is_iomem
10212 - remoteproc: imx_rproc: Fix ignoring mapping vdev regions
10213 - remoteproc: imx_rproc: Fix rsc-table name
10214 - mtd: rawnand: fsmc: Fix use of SM ORDER
10215 - mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC engines
10216 - mtd: rawnand: xway: Keep the driver compatible with on-die ECC engines
10217 - mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC engines
10218 - mtd: rawnand: gpio: Keep the driver compatible with on-die ECC engines
10219 - mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC engines
10220 - mtd: rawnand: orion: Keep the driver compatible with on-die ECC engines
10221 - mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC engines
10222 - mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC engines
10223 - powerpc/vas: Fix potential NULL pointer dereference
10224 - powerpc/bpf: Fix write protecting JIT code
10225 - powerpc/32e: Ignore ESR in instruction storage interrupt handler
10226 - powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during module unload
10227 - powerpc/security: Use a mutex for interrupt exit code patching
10228 - powerpc/64s/interrupt: Fix check_return_regs_valid() false positive
10229 - powerpc/pseries/mobility: ignore ibm, platform-facilities updates
10230 - powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n
10231 - drm/sun4i: Fix macros in sun8i_csc.h
10232 - PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros
10233 - PCI: aardvark: Fix PCIe Max Payload Size setting
10234 - SUNRPC: Partial revert of commit 6f9f17287e78
10235 - drm/amd/display: Look at firmware version to determine using dmub on dcn21
10236 - media: vidtv: move kfree(dvb) to vidtv_bridge_dev_release()
10237 - cifs: fix memory leak of smb3_fs_context_dup::server_hostname
10238 - ath10k: fix invalid dma_addr_t token assignment
10239 - mmc: moxart: Fix null pointer dereference on pointer host
10240 - selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage
10241 - selftests/bpf: Fix also no-alu32 strobemeta selftest
10242 - arch/cc: Introduce a function to check for confidential computing features
10243 - x86/sev: Add an x86 version of cc_platform_has()
10244 - x86/sev: Make the #VC exception stacks part of the default stacks storage
10245 - media: videobuf2: always set buffer vb2 pointer
10246 - media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereference
10247 - Linux 5.15.3
10248
10249 * kernel panic: NULL pointer dereference in wb_timer_f() (LP: #1947557) //
10250 Jammy update: v5.15.3 upstream stable release (LP: #1951822)
10251 - blk-wbt: prevent NULL pointer dereference in wb_timer_fn
10252
10253 * Medion Notebook Keyboard not working (LP: #1909814) // Jammy update: v5.15.3
10254 upstream stable release (LP: #1951822)
10255 - ACPI: resources: Add DMI-based legacy IRQ override quirk
10256
10257 * Enable CONFIG_INTEL_IOMMU_DEFAULT_ON and
10258 CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON on jammy 5.15 (LP: #1951440)
10259 - [Config] enable Intel DMA remapping options by default
10260
10261 * Thinkpad E14 Gen2: Kernel panic with trackpad and trackpoint enabled
10262 (LP: #1945590)
10263 - SAUCE: Input: elantech - Fix stack out of bound access in
10264 elantech_change_report_id()
10265
10266 * Miscellaneous Ubuntu changes
10267 - SAUCE: LSM: Specify which LSM to display (using struct cred as input)
10268 - SAUCE: selftests/seccomp: fix check of fds being assigned
10269 - [Config] enable SUNRPC_DISABLE_INSECURE_ENCTYPES
10270 - [Config] updateconfigs following v5.15.3, v5.15.4 import
10271
10272 * Miscellaneous upstream changes
10273 - binder: use cred instead of task for selinux checks
10274 - binder: use cred instead of task for getsecid
10275 - Revert "UBUNTU: SAUCE: storvsc: use small sg_tablesize on x86"
10276
10277 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 22 Nov 2021 13:14:15 +0100
edfaa479 10278
2aa2431f 10279linux (5.15.0-11.11) jammy; urgency=medium
84dbf2ec 10280
2aa2431f 10281 * jammy/linux: 5.15.0-11.11 -proposed tracker (LP: #1950948)
84dbf2ec 10282
2aa2431f
PP
10283 * Packaging resync (LP: #1786013)
10284 - debian/dkms-versions -- update from kernel-versions (main/master)
10285
10286 * OOPs on boot: invalid opcode: 0000 [#1] SMP NOPTI (LP: #1942215)
10287 - SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT
10288 - [Config] disable UBSAN
10289 - SAUCE: ACPICA: avoid accessing operands out-of-bounds
10290
10291 * Jammy update: v5.15.2 upstream stable release (LP: #1950949)
10292 - KVM: x86: avoid warning with -Wbitwise-instead-of-logical
10293 - Revert "x86/kvm: fix vcpu-id indexed array sizes"
10294 - usb: ehci: handshake CMD_RUN instead of STS_HALT
10295 - usb: gadget: Mark USB_FSL_QE broken on 64-bit
10296 - usb: musb: Balance list entry in musb_gadget_queue
10297 - usb-storage: Add compatibility quirk flags for iODD 2531/2541
10298 - Revert "proc/wchan: use printk format instead of lookup_symbol_name()"
10299 - binder: use euid from cred instead of using task
10300 - binder: don't detect sender/target during buffer cleanup
10301 - kfence: always use static branches to guard kfence_alloc()
10302 - kfence: default to dynamic branch instead of static keys mode
10303 - btrfs: fix lzo_decompress_bio() kmap leakage
10304 - staging: rtl8712: fix use-after-free in rtl8712_dl_fw
10305 - isofs: Fix out of bound access for corrupted isofs image
10306 - comedi: dt9812: fix DMA buffers on stack
10307 - comedi: ni_usb6501: fix NULL-deref in command paths
10308 - comedi: vmk80xx: fix transfer-buffer overflows
10309 - comedi: vmk80xx: fix bulk-buffer overflow
10310 - comedi: vmk80xx: fix bulk and interrupt message timeouts
10311 - staging: r8712u: fix control-message timeout
10312 - staging: rtl8192u: fix control-message timeouts
10313 - staging: r8188eu: fix memleak in rtw_wx_set_enc_ext
10314 - media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init
10315 - rsi: fix control-message timeout
10316 - Linux 5.15.2
10317
10318 * reuseport_bpf_numa in net from ubuntu_kernel_selftests fails on ppc64le
10319 (LP: #1867570)
10320 - selftests/net: Fix reuseport_bpf_numa by skipping unavailable nodes
10321
10322 * Miscellaneous Ubuntu changes
10323 - packaging: switch getabis to the linux package name
10324
10325 * Miscellaneous upstream changes
10326 - Revert "UBUNTU: SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm"
10327 - Revert "UBUNTU: SAUCE: drm/i915/dp: Use max params for older panels"
10328 - Revert "UBUNTU: SAUCE: i915: Fix build error due to missing struct
10329 definition"
10330 - selftests/core: fix conflicting types compile error for close_range()
10331 - selftests: net: test_vxlan_under_vrf: fix HV connectivity test
10332 - Revert "UBUNTU: SAUCE: ACPICA: prevent out-of-bound access with buggy DSDT"
10333
10334 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 15 Nov 2021 10:12:47 +0100
84dbf2ec 10335
3e63cad2
PP
10336linux (5.15.0-10.10) jammy; urgency=medium
10337
10338 * jammy/linux: 5.15.0-10.10 -proposed tracker (LP: #1950133)
10339
10340 * Jammy update: v5.15.1 upstream stable release (LP: #1950131)
10341 - sfc: Fix reading non-legacy supported link modes
10342 - media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()
10343 - Revert "xhci: Set HCD flag to defer primary roothub registration"
10344 - Revert "usb: core: hcd: Add support for deferring roothub registration"
10345 - drm/amdkfd: fix boot failure when iommu is disabled in Picasso.
10346 - Revert "soc: imx: gpcv2: move reset assert after requesting domain power up"
10347 - ARM: 9120/1: Revert "amba: make use of -1 IRQs warn"
10348 - Revert "wcn36xx: Disable bmps when encryption is disabled"
10349 - drm/amdgpu: revert "Add autodump debugfs node for gpu reset v8"
10350 - drm/amd/display: Revert "Directly retrain link from debugfs"
10351 - Revert "drm/i915/gt: Propagate change in error status to children on unhold"
10352 - ALSA: usb-audio: Add quirk for Audient iD14
10353 - Linux 5.15.1
3648c70f 10354
3e63cad2
PP
10355 * Miscellaneous Ubuntu changes
10356 - packaging: fixup previous ABI/spin to -9.9
10357 - [Packaging] Drop unused d-i build-deps and packaging
10358 - [Packaging] Drop now unsupported d-i/ input files
10359
10360 * Miscellaneous upstream changes
10361 - selftests: net: properly support IPv6 in GSO GRE test
10362 - signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed
3648c70f 10363
3e63cad2 10364 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 08 Nov 2021 14:43:24 +0100
3648c70f 10365
b8f52084 10366linux (5.15.0-9.9) jammy; urgency=medium
074178d4 10367
a77f5872 10368 * jammy/linux: 5.15.0-1.1 -proposed tracker (LP: #1949876)
074178d4 10369
a77f5872
AR
10370 * Packaging resync (LP: #1786013)
10371 - [Packaging] update variants
10372 - [Packaging] update Ubuntu.md
10373
10374 * Add F81966 watchdog support (LP: #1949063)
10375 - SAUCE: ODM: watchdog: f71808e_wdt: Add F81966 support
10376
10377 * Miscellaneous Ubuntu changes
10378 - [Packaging] Rewrite debian/scripts/misc/insert-changes.pl in Python
10379 - [Packaging] change source package name to linux
10380
10381 -- Andrea Righi <andrea.righi@canonical.com> Thu, 04 Nov 2021 18:47:19 +0100
074178d4 10382
e6aa91ac
AR
10383linux (5.15.0-0.0) jammy; urgency=medium
10384
10385 * Empty entry
10386
10387 -- Andrea Righi <andrea.righi@canonical.com> Thu, 04 Nov 2021 16:47:16 +0100
10388
6c684373 10389linux-unstable (5.15.0-8.8) jammy; urgency=medium
63f9a37a 10390
6c684373
PP
10391 * jammy/linux-unstable: 5.15.0-8.8 -proposed tracker (LP: #1949436)
10392
10393 * Packaging resync (LP: #1786013)
10394 - debian/dkms-versions -- update from kernel-versions (main/master)
10395
10396 * Drop "UBUNTU: SAUCE: cachefiles: Page leaking in
10397 cachefiles_read_backing_file while vmscan is active" (LP: #1947709)
10398 - Revert "UBUNTU: SAUCE: cachefiles: Page leaking in
10399 cachefiles_read_backing_file while vmscan is active"
10400
10401 * Add l2tp.sh in net from ubuntu_kernel_selftests back (LP: #1934293)
10402 - Revert "UBUNTU: SAUCE: selftests/net -- disable l2tp.sh test"
10403
10404 * Check for changes relevant for security certifications (LP: #1945989)
10405 - [Packaging] Add fips-checks as part of finalchecks
10406
10407 * Add final-checks to check certificates (LP: #1947174)
10408 - [Packaging] Add system trusted and revocation keys final check
10409
10410 * Can only reach PC3 when ethernet is plugged r8169 (LP: #1946433)
10411 - r8169: Enable chip-specific ASPM regardless of PCIe ASPM status
10412 - PCI/ASPM: Introduce a new helper to report ASPM capability
10413 - r8169: Implement dynamic ASPM mechanism
10414
10415 * rtw89 kernel module for Realtek 8852 wifi is missing (LP: #1945967)
10416 - rtw89: add Realtek 802.11ax driver
10417 - rtw89: Remove redundant check of ret after call to rtw89_mac_enable_bb_rf
10418 - rtw89: fix return value check in rtw89_cam_send_sec_key_cmd()
10419 - rtw89: remove unneeded semicolon
10420 - [Config] RTW89=m
10421
10422 * Fix A yellow screen pops up in an instant (< 1 second) and then disappears
10423 before loading the system (LP: #1945932)
10424 - drm/i915: Stop force enabling pipe bottom color gammma/csc
10425
10426 * disable CONFIG_KFENCE_STATIC_KEYS in linux 5.15 (LP: #1948038)
10427 - [Config] disable CONFIG_KFENCE_STATIC_KEYS
10428
10429 * Miscellaneous Ubuntu changes
10430 - [Debian] Remove old and unused firmware helper scripts
10431 - [Packaging] Replace Perl oneliner with Bash statements
10432 - rebase to v5.15
63f9a37a 10433
248dd34f
PP
10434 [ Upstream Kernel Changes ]
10435
10436 * Rebase to v5.15
10437
6c684373 10438 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 02 Nov 2021 08:29:45 +0100
63f9a37a 10439
e7e6a988 10440linux-unstable (5.15.0-7.7) jammy; urgency=medium
c1544b06 10441
e7e6a988
PP
10442 * jammy/linux-unstable: 5.15.0-7.7 -proposed tracker (LP: #1948770)
10443
10444 * Miscellaneous Ubuntu changes
10445 - [Config] Temporarily disable signing for ppc64el and s390x
10446 - packaging: switch release to Jammy
10447 - rebase to v5.15-rc7
10448 - [Config] GCC version update
c1544b06 10449
0973b8dd
PP
10450 [ Upstream Kernel Changes ]
10451
10452 * Rebase to v5.15-rc7
10453
e7e6a988 10454 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 26 Oct 2021 11:38:14 +0200
c1544b06 10455
0406b103 10456linux-unstable (5.15.0-6.6) jammy; urgency=medium
fa5c52f2 10457
b0826063
PP
10458 * impish/linux-unstable: 5.15.0-6.6 -proposed tracker (LP: #1947565)
10459
10460 * [impish] Remove the downstream xr-usb-uart driver (LP: #1945938)
10461 - SAUCE: xr-usb-serial: remove driver
10462 - [Config] update modules list
10463
10464 * Packaging resync (LP: #1786013)
10465 - debian/dkms-versions -- update from kernel-versions (main/master)
10466
10467 * Miscellaneous Ubuntu changes
10468 - rebase to v5.15-rc6
10469 - [Config] update config & annotations following v5.15-rc6 rebase
10470
10471 * Miscellaneous upstream changes
10472 - Revert "UBUNTU: SAUCE: xr-usb-serial: switch to tty_alloc_driver() and
10473 tty_driver_kref_put()"
10474 - Revert "UBUNTU: SAUCE: xr-usb-serial: update return code for
10475 xr_usb_serial_tty_write_room() and xr_usb_serial_tty_chars_in_buffer()"
10476 - Revert "UBUNTU: [Packaging] FTBFS: disable zfs"
fa5c52f2 10477
011b9cbb
PP
10478 [ Upstream Kernel Changes ]
10479
10480 * Rebase to v5.15-rc6
10481
b0826063 10482 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 18 Oct 2021 12:24:45 +0200
fa5c52f2 10483
1dd18d3c 10484linux-unstable (5.15.0-5.5) impish; urgency=medium
fe8b63c5 10485
1dd18d3c
PP
10486 * impish/linux-unstable: 5.15.0-5.5 -proposed tracker (LP: #1946338)
10487
10488 * Miscellaneous Ubuntu changes
10489 - rebase to v5.15-rc5
10490 - [Config] FB_SIMPLE=m
10491 - [Config] update annotations
fe8b63c5 10492
9b3c4f84
PP
10493 [ Upstream Kernel Changes ]
10494
10495 * Rebase to v5.15-rc5
10496
1dd18d3c 10497 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 11 Oct 2021 12:14:02 +0200
fe8b63c5 10498
6be42c2d 10499linux-unstable (5.15.0-4.4) impish; urgency=medium
be01f109 10500
6be42c2d
PP
10501 * impish/linux-unstable: 5.15.0-4.4 -proposed tracker (LP: #1945953)
10502
10503 * Fix missing HDMI audio on Intel RKL (LP: #1945556)
10504 - drm/i915/audio: Use BIOS provided value for RKL HDA link
10505
10506 * Miscellaneous Ubuntu changes
10507 - SAUCE: media: atomisp: add missing return type (fix -Werror=return-type)
10508 - SAUCE: xr-usb-serial: switch to tty_alloc_driver() and tty_driver_kref_put()
10509 - rebase to v5.15-rc4
10510
10511 * Miscellaneous upstream changes
10512 - Revert "UBUNTU: [Config] FTBFS: disable INTEL_ATOMISP"
10513 - Revert "UBUNTU: [Config] FTBFS: disable xr-usb-serial"
be01f109 10514
26d97efb
PP
10515 [ Upstream Kernel Changes ]
10516
10517 * Rebase to v5.15-rc4
10518
6be42c2d 10519 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 Oct 2021 10:52:41 +0200
be01f109 10520
0fccb6a6 10521linux-unstable (5.15.0-3.3) impish; urgency=medium
ddb5ad20 10522
0fccb6a6
PP
10523 * impish/linux-unstable: 5.15.0-3.3 -proposed tracker (LP: #1944944)
10524
10525 * Packaging resync (LP: #1786013)
10526 - debian/dkms-versions -- update from kernel-versions (main/master)
10527
10528 * Miscellaneous Ubuntu changes
10529 - rebase to v5.15-rc3
10530 - [Config] updateconfigs following v5.15-rc3 rebase
10531 - [Packaging] correctly evaluate release in update-dkms-versions
ddb5ad20 10532
1a3e3dac
PP
10533 [ Upstream Kernel Changes ]
10534
10535 * Rebase to v5.15-rc3
10536
0fccb6a6 10537 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 27 Sep 2021 16:48:03 +0200
ddb5ad20 10538
a87cd7e9 10539linux-unstable (5.15.0-2.2) impish; urgency=medium
6b6fff5e 10540
a87cd7e9
PP
10541 * impish/linux-unstable: 5.15.0-2.2 -proposed tracker (LP: #1944423)
10542
10543 * Miscellaneous Ubuntu changes
10544 - rebase to v5.15-rc2
10545 - [Config] updateconfigs following v5.15-rc2 rebase
6b6fff5e 10546
1d4b714c
PP
10547 [ Upstream Kernel Changes ]
10548
10549 * Rebase to v5.15-rc2
10550
a87cd7e9 10551 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 21 Sep 2021 11:46:59 +0200
6b6fff5e 10552
0d2e51bb 10553linux-unstable (5.15.0-1.1) impish; urgency=medium
fc760005 10554
0d2e51bb
PP
10555 * Packaging resync (LP: #1786013)
10556 - debian/dkms-versions -- update from kernel-versions (main/master)
10557
10558 * LRMv5: switch primary version handling to kernel-versions data set
10559 (LP: #1928921)
10560 - [Packaging] switch to kernel-versions
10561
10562 * Miscellaneous Ubuntu changes
10563 - [Packaging] remove remaining references to ports
10564 - [Packaging] drop x32 architecture configs
10565 - [Config] mark CONFIG_BPF_UNPRIV_DEFAULT_OFF enforced
10566 - [Packaging] bump kernel version to 5.15
10567 - rebase to v5.15-rc1
10568 - [Config] updateconfigs following v5.15-rc1 rebase
10569 - [Config] FTBFS: disable INTEL_ATOMISP
10570 - [Config] FTBFS: disable xr-usb-serial
10571 - [Packaging] FTBFS: disable zfs
10572
10573 * Miscellaneous upstream changes
10574 - Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables
10575 ASPM"
10576 - Revert "UBUNTU: SAUCE: RDMA/core: Introduce peer memory interface"
fc760005 10577
0e179dd5
PP
10578 [ Upstream Kernel Changes ]
10579
10580 * Rebase to v5.15-rc1
10581
0d2e51bb 10582 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 17 Sep 2021 11:42:25 +0200
fc760005 10583
0773bda1
PP
10584linux-unstable (5.15.0-0.0) impish; urgency=medium
10585
10586 * Empty entry
10587
10588 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 15 Sep 2021 11:54:10 +0200
10589
0ad0a689 10590linux-unstable (5.14.0-9.9) impish; urgency=medium
7f361716 10591
0ad0a689 10592 * impish/linux-unstable: 5.14.0-9.9 -proposed tracker (LP: #1943022)
7f361716 10593
0ad0a689
PP
10594 * Packaging resync (LP: #1786013)
10595 - update dkms package versions
10596
10597 * Miscellaneous Ubuntu changes
10598 - [Packaging] NVIDIA -- Add the NVIDIA 470 driver
10599 - [Packaging] NVIDIA: transition -460 and -465 to -470, transition -460-server
10600 to -470-server
10601
10602 * Miscellaneous upstream changes
10603 - vt_kdsetmode: extend console locking
10604 - Bluetooth: btusb: check conditions before enabling USB ALT 3 for WBS
10605 - net: dsa: mt7530: fix VLAN traffic leaks again
10606 - btrfs: fix NULL pointer dereference when deleting device by invalid id
10607 - Revert "floppy: reintroduce O_NDELAY fix"
10608 - fscrypt: add fscrypt_symlink_getattr() for computing st_size
10609 - ext4: report correct st_size for encrypted symlinks
10610 - f2fs: report correct st_size for encrypted symlinks
10611 - ubifs: report correct st_size for encrypted symlinks
10612 - net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
10613 - audit: move put_tree() to avoid trim_trees refcount underflow and UAF
10614 - Linux 5.14.1
10615
10616 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 08 Sep 2021 12:20:18 +0200
7f361716 10617
fd367fa9 10618linux-unstable (5.14.0-8.8) impish; urgency=medium
b24a2e55 10619
fd367fa9
PP
10620 * impish/linux-unstable: 5.14.0-8.8 -proposed tracker (LP: #1941887)
10621
10622 * Fix Intel AC9560 BT function cannot turn on if BT turn off before S3 entry
10623 (LP: #1941696)
10624 - SAUCE: Bluetooth: btusb: add a reject table to disable msft
10625
10626 * Add USB4 support for AMD SoC (LP: #1941036)
10627 - thunderbolt: Add vendor specific NHI quirk for auto-clearing interrupt
10628 status
10629 - thunderbolt: Handle ring interrupt by reading interrupt status register
10630 - thunderbolt: Do not read control adapter config space
10631 - thunderbolt: Fix port linking by checking all adapters
10632
10633 * Support builtin revoked certificates (LP: #1932029)
10634 - [Config] Enforce SYSTEM_TRUSTED_KEYS and SYSTEM_REVOCATION_KEYS
10635
10636 * GPIO error logs in start and dmesg after update of kernel (LP: #1937897)
10637 - ODM: mfd: Check AAEON BFPI version before adding device
10638
10639 * initramfs-tools & kernel: use zstd as the default compression method
10640 (LP: #1931725)
10641 - [Config] enforce ZSTD compression
10642
10643 * Miscellaneous Ubuntu changes
10644 - rebase to v5.14
10645 - [Config] RESET_MCHP_SPARX5 depends on ARCH_SPARX5
10646
10647 * Miscellaneous upstream changes
10648 - Revert "UBUNTU: [Packaging] FTBFS: disable zfs"
b24a2e55 10649
82df5432
PP
10650 [ Upstream Kernel Changes ]
10651
10652 * Rebase to v5.14
10653
fd367fa9 10654 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 30 Aug 2021 12:57:19 +0200
b24a2e55 10655
ab3b5624 10656linux-unstable (5.14.0-7.7) impish; urgency=medium
5f51f1b9 10657
ab3b5624
PP
10658 * Please enable CONFIG_UBSAN_BOUNDS (LP: #1914685)
10659 - [Config] Enable CONFIG_UBSAN_BOUNDS
10660
10661 * CONFIG_HARDENED_USERCOPY_FALLBACK should be disabled (LP: #1855340)
10662 - [Config] Disable CONFIG_HARDENED_USERCOPY_FALLBACK
10663
10664 * fs: removing mandatory locks (LP: #1940392)
10665 - [Config] Disable CONFIG_MANDATORY_FILE_LOCKING
10666
10667 * Fix kernel panic caused by legacy devices on AMD platforms (LP: #1936682)
10668 - SAUCE: iommu/amd: Keep swiotlb enabled to ensure devices with 32bit DMA
10669 still work
10670
10671 * ALSA: hda/cs8409: Add support for dolphin (LP: #1939541)
10672 - ALSA: hda/cirrus: Move CS8409 HDA bridge to separate module
10673 - ALSA: hda/cs8409: Move arrays of configuration to a new file
10674 - ALSA: hda/cs8409: Use enums for register names and coefficients
10675 - ALSA: hda/cs8409: Mask all CS42L42 interrupts on initialization
10676 - ALSA: hda/cs8409: Reduce HS pops/clicks for Cyborg
10677 - ALSA: hda/cs8409: Disable unnecessary Ring Sense for Cyborg/Warlock/Bullseye
10678 - ALSA: hda/cs8409: Disable unsolicited responses during suspend
10679 - ALSA: hda/cs8409: Disable unsolicited response for the first boot
10680 - ALSA: hda/cs8409: Mask CS42L42 wake events
10681 - ALSA: hda/cs8409: Simplify CS42L42 jack detect.
10682 - ALSA: hda/cs8409: Prevent I2C access during suspend time
10683 - ALSA: hda/cs8409: Generalize volume controls
10684 - ALSA: hda/cs8409: Dont disable I2C clock between consecutive accesses
10685 - ALSA: hda/cs8409: Avoid setting the same I2C address for every access
10686 - ALSA: hda/cs8409: Avoid re-setting the same page as the last access
10687 - ALSA: hda/cs8409: Support i2c bulk read/write functions
10688 - ALSA: hda/cs8409: Separate CS8409, CS42L42 and project functions
10689 - ALSA: hda/cs8409: Move codec properties to its own struct
10690 - ALSA: hda/cs8409: Support multiple sub_codecs for Suspend/Resume/Unsol
10691 events
10692 - ALSA: hda/cs8409: Add Support to disable jack type detection for CS42L42
10693 - ALSA: hda/cs8409: Add support for dolphin
10694 - ALSA: hda/cs8409: Enable Full Scale Volume for Line Out Codec on Dolphin
10695 - ALSA: hda/cs8409: Set fixed sample rate of 48kHz for CS42L42
10696 - ALSA: hda/cs8409: Use timeout rather than retries for I2C transaction waits
10697 - ALSA: hda/cs8409: Remove unnecessary delays
10698 - ALSA: hda/cs8409: Follow correct CS42L42 power down sequence for suspend
10699 - ALSA: hda/cs8409: Unmute/Mute codec when stream starts/stops
10700 - ALSA: hda/cs8409: Prevent pops and clicks during suspend
10701 - SAUCE: ALSA: hda/cs8409: Prevent pops and clicks during reboot
10702 - [Config] Enable Cirrus Logic HDA bridge support
10703
10704 * e1000e: add handshake with the Intel CSME to support S0ix (LP: #1937252)
10705 - SAUCE: e1000e: Add handshake with the CSME to support S0ix
10706 - SAUCE: e1000e: Add polling mechanism to indicate CSME DPG exit
10707 - SAUCE: e1000e: Additional PHY power saving in S0ix
10708
10709 * AMDGPU: Fix System hang after resume from suspend (LP: #1940204)
10710 - SAUCE: drm/amdgpu: disable BACO support for 699F:C7 polaris12 SKU
10711 temporarily
10712
10713 * [Regression] Audio card [8086:9d71] not detected after upgrade from linux
10714 5.4 to 5.8 (LP: #1915117)
10715 - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y
10716
10717 * Miscellaneous Ubuntu changes
10718 - rebase to v5.14-rc7
10719 - [Config] updateconfigs following 5.14-rc7 rebase
10720 - [Config] Enable CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT
10721 - [Config] annotations: set CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT to y
10722
10723 * Miscellaneous upstream changes
10724 - Revert "UBUNTU: [Config] annotations: set
10725 CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y"
10726 - Revert "UBUNTU: [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to
10727 y"
5f51f1b9 10728
042e0d42
PP
10729 [ Upstream Kernel Changes ]
10730
10731 * Rebase to v5.14-rc7
10732
ab3b5624 10733 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 24 Aug 2021 10:32:31 +0200
5f51f1b9 10734
fe7ef860 10735linux-unstable (5.14.0-6.6) impish; urgency=medium
58a3b9d6 10736
fe7ef860
PP
10737 * Miscellaneous Ubuntu changes
10738 - no changes upload (to avoid picking up libc6 from -proposed)
58a3b9d6 10739
ddc9b5cb
PP
10740 * No changes upload (to avoid picking up libc6 from -proposed)
10741
fe7ef860 10742 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 18 Aug 2021 13:41:16 +0200
58a3b9d6 10743
4c2e9076 10744linux-unstable (5.14.0-5.5) impish; urgency=medium
826e781a 10745
4c2e9076
PP
10746 * disable “CONFIG_HISI_DMA” config for ubuntu version (LP: #1936771)
10747 - [Config] Disable CONFIG_HISI_DMA
10748
10749 * Dell XPS 17 (9710) PCI/internal sound card not detected (LP: #1935850)
10750 - ASoC: Intel: sof_sdw: include rt711.h for RT711 JD mode
10751 - ASoC: Intel: sof_sdw: add quirk for Dell XPS 9710
10752
10753 * [regression] USB device is not detected during boot (LP: #1939638)
10754 - SAUCE: Revert "usb: core: reduce power-on-good delay time of root hub"
10755
10756 * armhf build failure (LP: #1939308)
10757 - SAUCE: arm: Fix instruction set selection for GCC 11
10758
10759 * REGRESSION: shiftfs lets sendfile fail with EINVAL (LP: #1939301)
10760 - SAUCE: shiftfs: fix sendfile() invocations
10761
10762 * Wobbly graphics on built-in display since linux-image-5.11.0-22-generic
10763 (LP: #1936708)
10764 - SAUCE: drm/i915/dp: Use max params for older panels
10765
10766 * [SRU][H/OEM-5.10/OEM-5.13/U] Fix system hang after unplug tbt dock
10767 (LP: #1938689)
10768 - SAUCE: igc: fix page fault when thunderbolt is unplugged
10769
10770 * e1000e blocks the boot process when it tried to write checksum to its NVM
10771 (LP: #1936998)
10772 - SAUCE: e1000e: Do not take care about recovery NVM checksum
10773
10774 * [Regression] Audio card [8086:9d71] not detected after upgrade from linux
10775 5.4 to 5.8 (LP: #1915117)
10776 - [Config] set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y
10777 - [Config] annotations: set CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC to y
10778
10779 * Miscellaneous Ubuntu changes
10780 - [Config] updateconfigs following 5.14-rc6 rebase
10781 - rebase to v5.14-rc6
826e781a 10782
312442bd
PP
10783 [ Upstream Kernel Changes ]
10784
10785 * Rebase to v5.14-rc6
10786
4c2e9076 10787 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 17 Aug 2021 17:49:15 +0200
826e781a 10788
ae790361 10789linux-unstable (5.14.0-4.4) impish; urgency=medium
75b2ad21 10790
ae790361 10791 * impish/linux-unstable: 5.14.0-4.4 -proposed tracker (LP: #1938566)
75b2ad21 10792
ae790361
PP
10793 * Packaging resync (LP: #1786013)
10794 - update dkms package versions
10795
10796 * Miscellaneous upstream changes
10797 - Revert "riscv: Get CPU manufacturer information"
10798
10799 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 03 Aug 2021 14:50:27 +0200
75b2ad21 10800
1f545cf9 10801linux-unstable (5.14.0-3.3) impish; urgency=medium
ffccf131 10802
1f545cf9
PP
10803 * Add additional Mediatek MT7921 WiFi/BT device IDs (LP: #1937004)
10804 - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for Foxconn
10805 - SAUCE: Bluetooth: btusb: Add Mediatek MT7921 support for IMC Network
10806 - SAUCE: Bluetooth: btusb: Add support for Foxconn Mediatek Chip
10807
10808 * Fix display output on HP hybrid GFX laptops (LP: #1936296)
10809 - drm/i915: Invoke another _DSM to enable MUX on HP Workstation laptops
10810
10811 * Miscellaneous Ubuntu changes
10812 - rebase to v5.14-rc3
10813 - [Config] updateconfigs following 5.14-rc3 rebase
ffccf131 10814
43566fff
PP
10815 [ Upstream Kernel Changes ]
10816
10817 * Rebase to v5.14-rc3
10818
1f545cf9 10819 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 26 Jul 2021 12:52:38 +0200
ffccf131 10820
cea64d4a 10821linux-unstable (5.14.0-2.2) impish; urgency=medium
c679948e 10822
cea64d4a
PP
10823 * Packaging resync (LP: #1786013)
10824 - update dkms package versions
10825
10826 * Miscellaneous Ubuntu changes
10827 - SAUCE: xr-usb-serial: update return code for xr_usb_serial_tty_write_room()
10828 and xr_usb_serial_tty_chars_in_buffer()
10829 - SAUCE: platform/x86: dell-uart-backlight: update return code for
10830 uart_chars_in_buffer(()
10831 - [Config] updateconfigs following 5.14-rc2 rebase
10832
10833 * Miscellaneous upstream changes
10834 - Revert "UBUNTU: [Config] FTBFS: disable ubuntu/xr-usb-serial"
10835 - Revert "UBUNTU: [Config] FTBFS: disable DELL_UART_BACKLIGHT"
c679948e 10836
edc83836
PP
10837 [ Upstream Kernel Changes ]
10838
10839 * Rebase to v5.14-rc2
10840
cea64d4a 10841 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 22 Jul 2021 11:03:28 +0200
c679948e 10842
ce4deb40 10843linux-unstable (5.14.0-1.1) impish; urgency=medium
7dfb8696 10844
ce4deb40
PP
10845 * Packaging resync (LP: #1786013)
10846 - update dkms package versions
10847
10848 * Miscellaneous Ubuntu changes
10849 - [Packaging] bump kernel version to 5.14
10850 - [Config] updateconfigs following 5.14-rc1 rebase
10851 - [Config] update annotations
10852 - [Packaging] FTBFS: disable zfs
10853 - [Config] FTBFS: disable DELL_UART_BACKLIGHT
10854 - [Config] FTBFS: disable ubuntu/xr-usb-serial
10855
10856 * Miscellaneous upstream changes
10857 - Revert "UBUNTU: [Packaging] update variants"
7dfb8696
PP
10858
10859 [ Upstream Kernel Changes ]
10860
10861 * Rebase to v5.14-rc1
10862
ce4deb40 10863 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 16 Jul 2021 15:20:04 +0200
7dfb8696 10864
45cba81d
PP
10865linux-unstable (5.14.0-0.0) impish; urgency=medium
10866
10867 * Empty entry
10868
10869 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 13 Jul 2021 12:15:35 +0200
10870
f1328be8 10871linux (5.13.0-11.11) impish; urgency=medium
bbda8db3 10872
f1328be8 10873 * impish/linux: 5.13.0-11.11 -proposed tracker (LP: #1933854)
bbda8db3 10874
f1328be8
AR
10875 * Packaging resync (LP: #1786013)
10876 - [Packaging] update variants
10877
10878 * Support builtin revoked certificates (LP: #1932029)
10879 - [Packaging] build canonical-revoked-certs.pem from branch/arch certs
10880 - [Packaging] Revoke 2012 UEFI signing certificate as built-in
10881 - [Config] Configure CONFIG_SYSTEM_REVOCATION_KEYS with revoked keys
10882
10883 * Miscellaneous Ubuntu changes
10884 - [Packaging] Change source package name to linux
10885
10886 * Miscellaneous upstream changes
10887 - mm/page_alloc: Correct return value of populated elements if bulk array is
10888 populated
10889
10890 -- Andrea Righi <andrea.righi@canonical.com> Tue, 29 Jun 2021 07:50:25 +0200
bbda8db3 10891
b6133ada
AR
10892linux (5.13.0-10.10) impish; urgency=medium
10893
10894 * Empty entry
10895
10896 -- Andrea Righi <andrea.righi@canonical.com> Mon, 28 Jun 2021 08:40:05 +0200
10897
9491dc31 10898linux-unstable (5.13.0-10.10) impish; urgency=medium
c6e05a36 10899
9491dc31
AR
10900 * impish/linux-unstable: 5.13.0-10.10 -proposed tracker (LP: #1933795)
10901
10902 * Pixel format change broken for Elgato Cam Link 4K (LP: #1932367)
10903 - media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K
10904
10905 * initramfs-tools & kernel: use zstd as the default compression method
10906 (LP: #1931725)
10907 - s390/decompressor: correct BOOT_HEAP_SIZE condition
10908 - s390/boot: add zstd support
10909 - [Packaging] use ZSTD to compress s390 kernels
10910
10911 * Miscellaneous Ubuntu changes
10912 - SAUCE: selftests: tls: fix chacha+bidir tests
10913 - SAUCE: selftests: icmp_redirect: support expected failures
10914 - [Config] update configs and annotations after rebase to 5.13
10915
10916 * Miscellaneous upstream changes
10917 - tls: prevent oversized sendfile() hangs by ignoring MSG_MORE
c6e05a36 10918
f9a01115
AR
10919 [ Upstream Kernel Changes ]
10920
10921 * Rebase to v5.13
10922
9491dc31 10923 -- Andrea Righi <andrea.righi@canonical.com> Mon, 28 Jun 2021 08:40:05 +0200
c6e05a36 10924
ae1d66cf 10925linux-unstable (5.13.0-9.9) impish; urgency=medium
f58ab81f 10926
ae1d66cf
AR
10927 * impish/linux-unstable: 5.13.0-9.9 -proposed tracker (LP: #1933070)
10928
10929 * Add support for selective build of special drivers (LP: #1912789)
10930 - [Packaging] Add support for ODM drivers
10931 - [Packaging] Turn on ODM support for amd64
10932 - [Packaging] Fix ODM support in actual build
10933 - [Packaging] Fix ODM DRIVERS Kconfig
10934
10935 * Add support for IO functions of AAEON devices (LP: #1929504)
10936 - ODM: [Config] update config for AAEON devices
10937 - ODM: hwmon: add driver for AAEON devices
10938 - ODM: leds: add driver for AAEON devices
10939 - ODM: watchdog: add driver for AAEON devices
10940 - ODM: gpio: add driver for AAEON devices
10941 - ODM: mfd: Add support for IO functions of AAEON devices
10942
10943 * Disable hv-kvp-daemon.service on certain instance types (LP: #1932081)
10944 - [Packaging]: Add kernel command line condition to hv-kvp-daemon service
10945
10946 * Fix non-working GPU on Some HP desktops (LP: #1931147)
10947 - PCI: Coalesce host bridge contiguous apertures
10948
10949 * Miscellaneous Ubuntu changes
10950 - SAUCE: selftests: seccomp: bump up timeout to 5min
10951 - SAUCE: Revert "net/tls(TLS_SW): Add selftest for 'chunked' sendfile test"
10952 - [Config] update annotations after rebase to 5.13-rc7
f58ab81f 10953
e337c05d
AR
10954 [ Upstream Kernel Changes ]
10955
10956 * Rebase to v5.13-rc7
10957
ae1d66cf 10958 -- Andrea Righi <andrea.righi@canonical.com> Mon, 21 Jun 2021 10:55:36 +0200
f58ab81f 10959
51267513 10960linux-unstable (5.13.0-8.8) impish; urgency=medium
86511149 10961
51267513 10962 * impish/linux-unstable: 5.13.0-8.8 -proposed tracker (LP: #1932018)
86511149 10963
51267513
AR
10964 * Packaging resync (LP: #1786013)
10965 - update dkms package versions
10966
10967 * initramfs-tools & kernel: use zstd as the default compression method
10968 (LP: #1931725)
10969 - [Config] use ZSTD to compress amd64 kernels
10970
10971 * Miscellaneous Ubuntu changes
10972 - [Config] enable signing for ppc64el
10973 - SAUCE: powerpc: Fix initrd corruption with relative jump labels
10974
10975 -- Andrea Righi <andrea.righi@canonical.com> Tue, 15 Jun 2021 15:07:34 +0200
86511149 10976
5083177e 10977linux-unstable (5.13.0-7.7) impish; urgency=medium
77503546 10978
5083177e
AR
10979 * impish/linux-unstable: 5.13.0-7.7 -proposed tracker (LP: #1931840)
10980
10981 * Packaging resync (LP: #1786013)
10982 - update dkms package versions
10983 - [Packaging] resync getabis
10984 - [Packaging] update helper scripts
10985 - update dkms package versions
10986
10987 * Intel ADL-S graphics feature enabling (LP: #1931240)
10988 - SAUCE: drm/i915/adl_s: ADL-S platform Update PCI ids for Mobile BGA
10989
10990 * Kernel package builds running out of space on builders (LP: #1930713)
10991 - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n
10992
10993 * Miscellaneous Ubuntu changes
10994 - [Debian] remove nvidia dkms build support
10995 - [Config] remove now unsued do_dkms_nvidia* build variables
10996 - [Config] enable signing for s390x
10997 - [Config] update annotations after configs review
10998 - [Config] update toolchain versions
77503546 10999
b04b37c7
AR
11000 [ Upstream Kernel Changes ]
11001
11002 * Rebase to v5.13-rc6
11003
5083177e 11004 -- Andrea Righi <andrea.righi@canonical.com> Mon, 14 Jun 2021 11:53:08 +0200
77503546 11005
083959ec 11006linux-unstable (5.13.0-6.6) impish; urgency=medium
f642e5b0 11007
083959ec
AR
11008 * impish/linux-unstable: 5.13.0-6.6 -proposed tracker (LP: #1931071)
11009
11010 * Kernel package builds running out of space on builders (LP: #1930713)
11011 - [Debian] use stamps for flavour install targets
11012 - [Debian] run install-$(flavour) targets during build phase
11013 - [Debian] remove dh_testroot from install targets
11014 - [Debian] dkms-build -- use fakeroot if not running as root
11015 - [Debian] exclude $(DEBIAN)/__abi.current from linux-source
11016
11017 * [UBUNTU 21.04] tools/kvm_stat: Add restart delay (LP: #1921870)
11018 - [Debian] install kvm_stat systemd service
11019
11020 * Debugging symbols (dbgsym) packages are missing GDB kernel scripts
11021 (LP: #1928715)
11022 - [Packaging] Build and include GDB Python scripts into debug packages
11023
11024 * Can't detect intel wifi 6235 (LP: #1920180)
11025 - SAUCE: iwlwifi: add new pci id for 6235
11026
11027 * Select correct boot VGA when BIOS doesn't do it properly (LP: #1929217)
11028 - vgaarb: Use ACPI HID name to find integrated GPU
11029
11030 * Fix kernel panic on Intel Bluetooth (LP: #1928838)
11031 - Bluetooth: Shutdown controller after workqueues are flushed or cancelled
11032
11033 * build module CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m for 5.11, 5.13-rc2
11034 and later (LP: #1921632)
11035 - [Config] enable soundwire audio mach driver
11036
11037 * Miscellaneous Ubuntu changes
11038 - [Config] CONFIG_SND_SOC_RT1308 can only be enabled on amd64
f642e5b0 11039
779edf8d
AR
11040 [ Upstream Kernel Changes ]
11041
11042 * Rebase to v5.13-rc5
11043
083959ec 11044 -- Andrea Righi <andrea.righi@canonical.com> Mon, 07 Jun 2021 10:45:13 +0200
f642e5b0 11045
d2f0b408 11046linux-unstable (5.13.0-5.5) impish; urgency=medium
0852c460 11047
d2f0b408 11048 * impish/linux-unstable: 5.13.0-5.5 -proposed tracker (LP: #1930205)
0852c460 11049
d2f0b408
AR
11050 * Packaging resync (LP: #1786013)
11051 - update dkms package versions
11052
11053 * Miscellaneous Ubuntu changes
11054 - [Config] set CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
11055
11056 -- Andrea Righi <andrea.righi@canonical.com> Mon, 31 May 2021 12:32:38 +0200
0852c460 11057
ba8d5395 11058linux-unstable (5.13.0-4.4) impish; urgency=medium
d03f8641 11059
ba8d5395
AR
11060 * impish/linux-unstable: 5.13.0-4.4 -proposed tracker (LP: #1929404)
11061
11062 * Packaging resync (LP: #1786013)
11063 - update dkms package versions
11064
11065 * Support importing mokx keys into revocation list from the mok table
11066 (LP: #1928679)
11067 - SAUCE: integrity: add informational messages when revoking certs
11068
11069 * Support importing mokx keys into revocation list from the mok table
11070 (LP: #1928679) // CVE-2020-26541 when certificates are revoked via
11071 MokListXRT.
11072 - SAUCE: integrity: Load mokx certs from the EFI MOK config table
11073
11074 * Miscellaneous Ubuntu changes
11075 - [Config] Temporarily disable signing for ppc64el and s390x
11076 - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Be more careful about copying up
11077 sxid files"
11078 - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Propogate nosuid from lower and
11079 upper mounts"
11080 - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: Enable user namespace mounts"
11081 - SAUCE: Revert "UBUNTU: SAUCE: overlayfs: ensure mounter privileges when
11082 reading directories"
11083 - SAUCE: Revert "UBUNTU: SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags"
d03f8641 11084
2ab08ef9
AR
11085 [ Upstream Kernel Changes ]
11086
11087 * Rebase to v5.13-rc3
11088
ba8d5395 11089 -- Andrea Righi <andrea.righi@canonical.com> Mon, 24 May 2021 13:06:17 +0200
d03f8641 11090
452fabf8 11091linux-unstable (5.13.0-3.3) impish; urgency=medium
d90ec854 11092
452fabf8 11093 * impish/linux-unstable: 5.13.0-3.3 -proposed tracker (LP: #1928655)
d90ec854 11094
225d76ef
AR
11095 [ Upstream Kernel Changes ]
11096
11097 * Rebase to v5.13-rc2
11098
452fabf8 11099 -- Andrea Righi <andrea.righi@canonical.com> Mon, 17 May 2021 11:55:02 +0200
d90ec854 11100
7fe41244 11101linux-unstable (5.13.0-2.2) impish; urgency=medium
d2acd418 11102
7fe41244
AR
11103 * Miscellaneous Ubuntu changes
11104 - [Config] enable CONFIG_DEBUG_INFO_COMPRESSED
d2acd418 11105
7fe41244
AR
11106 * Miscellaneous upstream changes
11107 - Revert "UBUNTU: [Config] temporarily disable BPF JIT"
11108
11109 -- Andrea Righi <andrea.righi@canonical.com> Fri, 14 May 2021 09:19:02 +0200
d2acd418 11110
8bf089b1 11111linux-unstable (5.13.0-1.1) impish; urgency=medium
fbb2d256 11112
bb50f0a8
AR
11113 [ Upstream Kernel Changes ]
11114
11115 * Rebase to v5.13-rc1
11116
8bf089b1 11117 -- Andrea Righi <andrea.righi@canonical.com> Wed, 12 May 2021 11:35:23 +0200
fbb2d256 11118
52efe85b
AR
11119linux-unstable (5.13.0-0.0) impish; urgency=medium
11120
11121 * Empty entry
11122
11123 -- Andrea Righi <andrea.righi@canonical.com> Tue, 11 May 2021 08:40:09 +0200
11124
2392988e
AR
11125linux-unstable (5.12.0-11.11) impish; urgency=medium
11126
11127 * Impish update: v5.12.1 upstream stable release (LP: #1927094)
11128 - net: hso: fix NULL-deref on disconnect regression
11129 - USB: CDC-ACM: fix poison/unpoison imbalance
11130 - iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
11131 - cfg80211: fix locking in netlink owner interface destruction
11132 - mei: me: add Alder Lake P device id.
11133 - Linux 5.12.1
11134
11135 * Packaging resync (LP: #1786013) // Impish update: v5.12.1 upstream stable
11136 release (LP: #1927094)
11137 - update dkms package versions
11138
11139 * Gigabyte R120-T33 (ARM ThunderX SoC) fails to boot in ACPI mode
11140 (LP: #1925075) // Impish update: v5.12.1 upstream stable release
11141 (LP: #1927094)
11142 - ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure
11143
11144 * Fix kernel panic at boot on dual GFX systems (LP: #1926792) // Impish
11145 update: v5.12.1 upstream stable release (LP: #1927094)
11146 - drm/amdgpu: Register VGA clients after init can no longer fail
11147
11148 * On TGL platforms screen shows garbage when browsing website by scrolling
11149 mouse (LP: #1926579) // Impish update: v5.12.1 upstream stable release
11150 (LP: #1927094)
11151 - SAUCE: drm/i915/display: Disable PSR2 if TGL Display stepping is B1 from A0
11152
11153 * CirrusLogic: Cracking noises appears in built-in speaker when output volume
11154 is set >80% (LP: #1924997) // Impish update: v5.12.1 upstream stable release
11155 (LP: #1927094)
11156 - SAUCE: ALSA: hda/cirrus: Use CS8409 Equalizer to fix abnormal sounds on
11157 Bullseye
11158
11159 * Enable mute/micmute LEDs and limit mic boost on EliteBook 845 G8
11160 (LP: #1925415) // Impish update: v5.12.1 upstream stable release
11161 (LP: #1927094)
11162 - ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on EliteBook
11163 845 G8
11164
11165 * Miscellaneous upstream changes
11166 - Revert "UBUNTU: SAUCE: PCI: Disable broken RTIT_BAR of Intel TH"
11167 - Revert "UBUNTU: [Config] temporarily disable ZFS"
11168
11169 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 04 May 2021 18:35:54 +0200
11170
11171linux-unstable (5.12.0-10.10) impish; urgency=medium
11172
11173 * Packaging resync (LP: #1786013)
11174 - update dkms package versions
11175
11176 * Miscellaneous Ubuntu changes
11177 - [Packaging] Drop versioned ABI directory names
11178 - [Packaging] getabis: Download ABIs into an unversioned directory
11179 - [Packaging] final-checks: Handle unversioned ABI directories
11180 - bump to impish
11181 - [Config] GCC version update
11182
11183 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 29 Apr 2021 12:27:20 +0200
11184
11185linux-unstable (5.12.0-9.9) impish; urgency=medium
11186
11187 [ Upstream Kernel Changes ]
11188
11189 * Rebase to v5.12-rc8
11190
11191 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Apr 2021 11:14:16 -0500
11192
11193linux-unstable (5.12.0-8.8) hirsute; urgency=medium
11194
11195 * CVE-2021-3492
11196 - SAUCE: shiftfs: free allocated memory in shiftfs_btrfs_ioctl_fd_replace()
11197 error paths
11198 - SAUCE: shiftfs: handle copy_to_user() return values correctly
11199
11200 * Fix no picture from HDMI when it's plugged after boot (LP: #1924238)
11201 - drm/i915/display: Handle lane polarity for DDI port
11202
11203 * hirsute beta desktop AMD64 ISO kernel panic on boot when booting using UEFI
11204 (LP: #1922403)
11205 - SAUCE: efifb: Check efifb_pci_dev before using it
11206
11207 * Miscellaneous Ubuntu changes
11208 - Rebase to v5.12-rc8
11209 - [Config] updateconfigs following 5.12-rc8 rebase
11210
11211 [ Upstream Kernel Changes ]
11212
11213 * Rebase to v5.12-rc8
11214
11215 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 19 Apr 2021 11:37:27 +0200
11216
11217linux-unstable (5.12.0-7.7) hirsute; urgency=medium
11218
11219 * drm/i915: Drop force_probe requirement for Rocket Lake (LP: #1905466)
11220 - drm/i915/rkl: Remove require_force_probe protection
11221
11222 * HP m400 cartridges fail to find NIC when deploying hirsute (LP: #1918793)
11223 - PCI: xgene: Fix cfg resource mapping
11224
11225 * Update - Fix no screen show on display after S3 on CML-R (LP: #1922768)
11226 - drm/i915/gen9bc: Handle TGP PCH during suspend/resume
11227
11228 * Miscellaneous Ubuntu changes
11229 - SAUCE: RDMA/core: Introduce peer memory interface
11230 - Rebase to v5.12-rc7
11231
11232 [ Upstream Kernel Changes ]
11233
11234 * Rebase to v5.12-rc7
11235
11236 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 12 Apr 2021 11:48:07 +0200
11237
11238linux-unstable (5.12.0-6.6) hirsute; urgency=medium
11239
11240 * Packaging resync (LP: #1786013)
11241 - [Packaging] update variants
11242
11243 * i915 doesn't support some high pixel clock 4k * 60Hz monitors (LP: #1922372)
11244 - drm/i915/vbt: update DP max link rate table
11245
11246 * Tegra "mmc0: Timeout waiting for hardware interrupt" (LP: #1921140)
11247 - SAUCE: mmc: host: Add required callbacks to set/clear CQE_EN bit
11248
11249 * Enable ath11k debugfs/tracing (LP: #1922033)
11250 - [Config] enable ath11k debugfs/tracing
11251
11252 * Fix mic on P620 after S3 resume (LP: #1921757)
11253 - ALSA: usb-audio: Carve out connector value checking into a helper
11254 - ALSA: usb-audio: Check connector value on resume
11255
11256 * Miscellaneous Ubuntu changes
11257 - [Config] amd64,arm64: build KFENCE support but disable it by default
11258 (KFENCE_SAMPLE_INTERVAL=0)
11259 - Rebase to v5.12-rc6
11260
11261 * Miscellaneous upstream changes
11262 - drm/dp: add MSO related DPCD registers
11263 - drm/i915/edp: reject modes with dimensions other than fixed mode
11264 - drm/i915/edp: always add fixed mode to probed modes in ->get_modes()
11265 - drm/i915/edp: read sink MSO configuration for eDP 1.4+
11266 - drm/i915/reg: add stream splitter configuration definitions
11267 - drm/i915/mso: add splitter state readout for platforms that support it
11268 - drm/i915/mso: add splitter state check
11269 - drm/i915/edp: modify fixed and downclock modes for MSO
11270 - drm/i915/edp: enable eDP MSO during link training
11271
11272 [ Upstream Kernel Changes ]
11273
11274 * Rebase to v5.12-rc6
11275
11276 -- Paolo Pisati <paolo.pisati@canonical.com> Wed, 07 Apr 2021 11:42:55 +0200
11277
11278linux-unstable (5.12.0-5.5) hirsute; urgency=medium
11279
11280 * Packaging resync (LP: #1786013)
11281 - update dkms package versions
11282
11283 * alsa/realtek: extend the delay time in the determine_headset_type for a
11284 Dell AIO (LP: #1920747)
11285 - SAUCE: ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO
11286
11287 * power off stress test will hang on the TGL machines (LP: #1919930)
11288 - SAUCE: ASoC: SOF: Intel: TGL: set shutdown callback to hda_dsp_shutdown
11289 - [Config] set SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1 to n
11290
11291 * lockdown on power (LP: #1855668)
11292 - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode
11293
11294 * Miscellaneous Ubuntu changes
11295 - [Config] arm64 -- unify build_image and kernel_file values
11296 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
11297 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
11298 error messages.
11299 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
11300 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
11301 mode
11302 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
11303 - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
11304 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
11305 verify
11306 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
11307 - SAUCE: (lockdown) security: lockdown: Make
11308 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
11309 - SAUCE: xr-usb-serial: clean up indentation
11310 - SAUCE: xr-usb-serial: clean up build warnings
11311 - SAUCE: apparmor: Fix build error, make sk parameter const
11312 - Rebase to v5.12-rc5
11313 - [Config] updateconfigs following v5.12-rc5 rebase
11314
11315 * Miscellaneous upstream changes
11316 - Revert "UBUNTU: SAUCE: (lockdown) s390: Lock down the kernel when the IPL
11317 secure flag is set"
11318 - Revert "UBUNTU: SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to
11319 indicate secure boot mode"
11320 - Revert "UBUNTU: SAUCE: (lockdown) powerpc: lock down kernel in secure boot
11321 mode"
11322 - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: Make
11323 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic"
11324 - Revert "UBUNTU: SAUCE: (lockdown) arm64: Allow locking down the kernel under
11325 EFI secure boot"
11326 - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for
11327 module signature verify"
11328 - Revert "UBUNTU: SAUCE: (lockdown) efi: Lock down the kernel if booted in
11329 secure boot mode"
11330 - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock
11331 the kernel down"
11332 - Revert "UBUNTU: SAUCE: (lockdown) Make get_cert_list() use
11333 efi_status_to_str() to print error messages."
11334 - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework
11335 efi_status_to_err()."
11336
11337 [ Upstream Kernel Changes ]
11338
11339 * Rebase to v5.12-rc5
11340
11341 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 29 Mar 2021 12:59:38 +0200
11342
11343linux-unstable (5.12.0-4.4) hirsute; urgency=medium
11344
11345 * Packaging resync (LP: #1786013)
11346 - update dkms package versions
11347
11348 * Fix broken efifb on graphics device without driver (LP: #1914411)
11349 - SAUCE: efifb: Ensure graphics device for efifb stays at PCI D0
11350
11351 * Fix system sleep on TGL systems with Intel ME (LP: #1919321)
11352 - SAUCE: PCI: Serialize TGL e1000e PM ops
11353
11354 * Miscellaneous Ubuntu changes
11355 - Rebase to v5.12-rc4
11356 - [Config] updateconfigs following v5.12-rc4 rebase
11357
11358 * Miscellaneous upstream changes
11359 - riscv: dts: fu740: fix cache-controller interrupts
11360 - riscv: sifive: fu740: cpu{1, 2, 3, 4} set compatible to sifive, u74-mc
11361 - riscv: sifive: unmatched: update for 16GB rev3
11362 - riscv: Add 3 SBI wrapper functions to get cpu manufacturer information
11363 - riscv: Get CPU manufacturer information
11364 - riscv: Introduce alternative mechanism to apply errata solution
11365 - riscv: sifive: apply errata "cip-453" patch
11366 - clk: sifive: Add pcie_aux clock in prci driver for PCIe driver
11367 - clk: sifive: Use reset-simple in prci driver for PCIe driver
11368 - MAINTAINERS: Add maintainers for SiFive FU740 PCIe driver
11369 - dt-bindings: PCI: Add SiFive FU740 PCIe host controller
11370 - PCI: designware: Add SiFive FU740 PCIe host controller driver
11371 - riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC
11372
11373 [ Upstream Kernel Changes ]
11374
11375 * Rebase to v5.12-rc4
11376
11377 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 22 Mar 2021 12:43:14 +0100
11378
11379linux-unstable (5.12.0-3.3) hirsute; urgency=medium
11380
11381 * riscv: revert SiFive Unleashed CPUFreq (LP: #1917433)
11382 - SAUCE: Revert "SiFive Unleashed CPUFreq"
11383
11384 * Dell Precision 5550 takes up to 10 seconds to respond when coming out of
11385 sleep (LP: #1919123)
11386 - SAUCE: Input: i8042 - add dmi quirk
11387
11388 * LRMv4: switch to signing nvidia modules via the Ubuntu Modules signing key
11389 (LP: #1918134)
11390 - [Packaging] sync dkms-build et al from LRMv4
11391
11392 * curtin: install flash-kernel in arm64 UEFI unexpected (LP: #1918427)
11393 - [Packaging] Allow grub-efi-arm* to satisfy recommends on ARM
11394
11395 * Packaging resync (LP: #1786013)
11396 - update dkms package versions
11397
11398 * Enable Tegra support in arm64 for NVIDIA Jetson (LP: #1918471)
11399 - [Config] enable ARCH_TEGRA and all Tegra SOC's
11400 - [Packaging] include modern Tegra modules
11401
11402 * Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to headset
11403 Mic when a headset is inserted (LP: #1918378)
11404 - SAUCE: ALSA: hda/cirrus: Fix Headset Mic volume control name
11405
11406 * Cirrus Audio Codec CS8409/CS42L42 support (LP: #1916554)
11407 - ALSA: hda/cirrus: Increase AUTO_CFG_MAX_INS from 8 to 18
11408 - ALSA: hda/cirrus: Add support for CS8409 HDA bridge and CS42L42 companion
11409 codec.
11410 - ALSA: hda/cirrus: Add jack detect interrupt support from CS42L42 companion
11411 codec.
11412 - ALSA: hda/cirrus: Add Headphone and Headset MIC Volume Control
11413
11414 * drm/i915: Drop force_probe requirement for JSL (LP: #1917843)
11415 - SAUCE: drm/i915: Drop require_force_probe from JSL
11416
11417 * Miscellaneous Ubuntu changes
11418 - [Packaging] Skip d-i code if udebs are disabled
11419 - [Packaging] Disable udebs if $DEBIAN/d-i doesn't exist
11420 - [Packaging] remove dh-systemd build dependency
11421 - [Config] fix several annotaions with enforcement typos
11422 - [Config] refresh annotations
11423 - [Config] updateconfigs following v5.12-rc3 rebase
11424 - annotations: fixup after v5.12-rc3 rebase
11425 - Rebase to v5.12-rc3
11426
11427 [ Upstream Kernel Changes ]
11428
11429 * Rebase to v5.12-rc3
11430
11431 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 16 Mar 2021 18:43:03 +0100
11432
11433linux-unstable (5.12.0-2.2) hirsute; urgency=medium
11434
11435 * Miscellaneous Ubuntu changes
11436 - Rebase to v5.12-rc2
11437 - [Config] updateconfigs following v5.12-rc2 rebase
11438
11439 [ Upstream Kernel Changes ]
11440
11441 * Rebase to v5.12-rc2
11442
11443 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 08 Mar 2021 11:22:04 +0100
11444
11445linux-unstable (5.12.0-1.1) hirsute; urgency=medium
11446
11447 * Packaging resync (LP: #1786013)
11448 - update dkms package versions
11449
11450 * Support no udeb profile (LP: #1916095)
11451 - [Packaging] replace custom filter script with dctrl-tools
11452 - [Packaging] correctly implement noudeb build profiles.
11453
11454 * Miscellaneous Ubuntu changes
11455 - [Packaging] dkms-versions -- remove nvidia-graphics-drivers-440-server
11456 - [Debian] run ubuntu-regression-suite for linux-unstable
11457 - [Packaging] remove Provides: aufs-dkms
11458 - [Config] update config and annotations following v5.12-rc1 rebase
11459 - [Config] disable nvidia and nvidia_server builds
11460 - [Config] temporarily disable ZFS
11461 - temporarily disable modules check
11462 - annotations: s390: temporarily remove CONFIG_KMSG_IDS
11463 - [Config] amd64: FTBFS: disable HIO
11464 - [Config] FTBFS: disable SHIFT_FS
11465 - [Config] s390: temporarily remove CONFIG_KMSG_IDS
11466
11467 * Miscellaneous upstream changes
11468 - Revert "UBUNTU: [Config] disable nvidia and nvidia_server builds"
11469 - Revert "UBUNTU: SAUCE: s390: kernel message catalog"
11470
11471 [ Upstream Kernel Changes ]
11472
11473 * Rebase to v5.12-rc1
11474
11475 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 04 Mar 2021 18:26:12 +0100
11476
11477linux-unstable (5.12.0-0.0) hirsute; urgency=medium
11478
11479 * Empty entry
11480
11481 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 04 Mar 2021 18:17:32 +0100
11482
29f98055
LO
11483linux-unstable (5.11.0-10.11) hirsute; urgency=medium
11484
11485 * Packaging resync (LP: #1786013)
11486 - [Packaging] update variants
11487
11488 * Support CML-S CPU + TGP PCH (LP: #1909457)
11489 - drm/i915/rkl: new rkl ddc map for different PCH
11490 - SAUCE: drm/i915/gen9_bc : Add TGP PCH support
11491
11492 * Use DCPD to control HP DreamColor panel (LP: #1911001)
11493 - SAUCE: drm/dp: Another HP DreamColor panel brigntness fix
11494
11495 * Update nvidia dkms build for module linker script changes
11496 - [Packaging] build-dkms--nvidia-N -- Update for preprocessed module linker
11497 script
11498
11499 * Please trust Canonical Livepatch Service kmod signing key (LP: #1898716)
11500 - [Config] enable CONFIG_MODVERSIONS=y
11501 - [Packaging] build canonical-certs.pem from branch/arch certs
11502 - [Config] add Canonical Livepatch Service key to SYSTEM_TRUSTED_KEYS
11503 - [Config] add ubuntu-drivers key to SYSTEM_TRUSTED_KEYS
11504
11505 * Miscellaneous Ubuntu changes
11506 - [Config] re-enable nvidia dkms
11507 - SAUCE: selftests: memory-hotplug: bump timeout to 10min
11508 - [Debian] update-aufs.sh -- Don't apply tmpfs-idr.patch
11509 - [Config] Update configs
11510 - [Config] disable nvidia and nvidia_server builds
11511 - SAUCE: Import aufs driver
11512 - [Config] CONFIG_AUFS_FS=n
11513 - [Config] refresh annotations file
11514 - [Config] set CONFIG_MIPI_I3C_HCI=m consistently
11515 - [Config] set CONFIG_PINCTRL_MSM8953=m on armhf generic-lpae
11516 - [Packaging] Change source package name to linux-unstable
11517 - [Config] update LD_VERSION in config due to toolchain update
11518
11519 * Miscellaneous upstream changes
11520 - Revert "UBUNTU: SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit
11521 ino_t"
11522
11523 -- Andrea Righi <andrea.righi@canonical.com> Mon, 22 Feb 2021 07:18:07 +0100
11524
11525linux-unstable (5.11.0-9.10) hirsute; urgency=medium
11526
11527 * Empty entry
11528
11529 -- Andrea Righi <andrea.righi@canonical.com> Mon, 22 Feb 2021 07:02:45 +0100
11530
11531linux (5.11.0-9.10) hirsute; urgency=medium
11532
11533 * Packaging resync (LP: #1786013)
11534 - update dkms package versions
11535
11536 * Miscellaneous Ubuntu changes
11537 - [Config] update configs/annotations after rebase to 5.11
11538 - zfs-modules.ignore: add zzstd
11539
11540 [ Upstream Kernel Changes ]
11541
11542 * Rebase to v5.11
11543
11544 -- Andrea Righi <andrea.righi@canonical.com> Mon, 15 Feb 2021 16:29:36 +0100
11545
11546linux (5.11.0-8.9) hirsute; urgency=medium
11547
11548 * Missing device id for Intel TGL-H ISH [8086:43fc] in intel-ish-hid driver
11549 (LP: #1914543)
11550 - SAUCE: HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID
11551
11552 * Add support for new Realtek ethernet NIC (LP: #1914604)
11553 - r8169: Add support for another RTL8168FP
11554
11555 * Miscellaneous Ubuntu changes
11556 - SAUCE: tmpfs: Don't use 64-bit inodes by defulat with 32-bit ino_t
11557 - [Config] Set CONFIG_TMPFS_INODE64=n for s390x
11558 - [Config] re-enable ZFS
11559
11560 [ Upstream Kernel Changes ]
11561
11562 * Rebase to v5.11-rc7
11563
11564 -- Andrea Righi <andrea.righi@canonical.com> Mon, 08 Feb 2021 11:56:23 +0100
11565
11566linux (5.11.0-7.8) hirsute; urgency=medium
11567
11568 * Packaging resync (LP: #1786013)
11569 - update dkms package versions
11570
11571 * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22
11572 (LP: #1911359)
11573 - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y
11574
11575 * Remove scary stack trace from Realtek WiFi driver (LP: #1913263)
11576 - rtw88: reduce the log level for failure of tx report
11577
11578 * Fix unexpected AER/DPC on PCH400 and PCH500 (LP: #1913691)
11579 - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on all CML root ports"
11580 - Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on CML root port"
11581 - SAUCE: PCI/AER: Disable AER interrupt during suspend
11582 - SAUCE: PCI/DPC: Disable DPC interrupt during suspend
11583
11584 * switch to an autogenerated nvidia series based core via dkms-versions
11585 (LP: #1912803)
11586 - [Packaging] nvidia -- use dkms-versions to define versions built
11587 - [Packaging] update-version-dkms -- maintain flags fields
11588
11589 * Introduce the new NVIDIA 460-server series and update the 460 series
11590 (LP: #1913200)
11591 - [Config] dkms-versions -- add the 460-server nvidia driver
11592
11593 * Fix the video can't output through WD19TB connected with TGL platform during
11594 cold-boot (LP: #1910211)
11595 - SAUCE: drm/i915/dp: Prevent setting LTTPR mode if no LTTPR is detected
11596
11597 * Stop using get_scalar_status command in Dell AIO uart backlight driver
11598 (LP: #1865402)
11599 - SAUCE: platform/x86: dell-uart-backlight: add get_display_mode command
11600
11601 * Miscellaneous Ubuntu changes
11602 - SAUCE: selftests/seccomp: Accept any valid fd in user_notification_addfd
11603 - [Packaging] Don't disable CONFIG_DEBUG_INFO in headers packages
11604 - [Config] update configs/annotations after rebase to 5.11-rc6
11605
11606 [ Upstream Kernel Changes ]
11607
11608 * Rebase to v5.11-rc6
11609
11610 -- Andrea Righi <andrea.righi@canonical.com> Mon, 01 Feb 2021 10:27:52 +0100
11611
11612linux (5.11.0-6.7) hirsute; urgency=medium
11613
11614 * Packaging resync (LP: #1786013)
11615 - update dkms package versions
11616
11617 * Prevent thermal shutdown during boot process (LP: #1906168)
11618 - thermal/drivers/acpi: Use hot and critical ops
11619 - thermal/core: Remove notify ops
11620 - thermal: int340x: Fix unexpected shutdown at critical temperature
11621 - thermal: intel: pch: Fix unexpected shutdown at critical temperature
11622
11623 * riscv: backport support for SiFive Unmatched (LP: #1910965)
11624 - RISC-V: Update l2 cache DT documentation to add support for SiFive FU740
11625 - RISC-V: sifive_l2_cache: Update L2 cache driver to support SiFive FU740
11626 - dt-bindings: riscv: Update DT binding docs to support SiFive FU740 SoC
11627 - riscv: dts: add initial support for the SiFive FU740-C000 SoC
11628 - dt-bindings: riscv: Update YAML doc to support SiFive HiFive Unmatched board
11629 - riscv: dts: add initial board data for the SiFive HiFive Unmatched
11630 - PCI: microsemi: Add host driver for Microsemi PCIe controller
11631 - Microsemi PCIe expansion board DT entry.
11632 - SiFive Unleashed CPUFreq
11633 - SiFive HiFive Unleashed: Add PWM LEDs (D1, D2, D3, D4)
11634
11635 * initramfs unpacking failed (LP: #1835660)
11636 - lib/decompress_unlz4.c: correctly handle zero-padding around initrds.
11637
11638 * Miscellaneous Ubuntu changes
11639 - [Config] update configs and annotations after rebase to 5.11-rc5
11640
11641 [ Upstream Kernel Changes ]
11642
11643 * Rebase to v5.11-rc5
11644
11645 -- Andrea Righi <andrea.righi@canonical.com> Mon, 25 Jan 2021 09:31:31 +0100
11646
11647linux (5.11.0-5.6) hirsute; urgency=medium
11648
11649 * Packaging resync (LP: #1786013)
11650 - update dkms package versions
11651
11652 * Miscellaneous Ubuntu changes
11653 - [Config] update config and annotations after rebase to 5.11-rc4
11654
11655 [ Upstream Kernel Changes ]
11656
11657 * Rebase to v5.11-rc4
11658
11659 -- Andrea Righi <andrea.righi@canonical.com> Mon, 18 Jan 2021 10:46:10 +0100
11660
11661linux (5.11.0-4.5) hirsute; urgency=medium
11662
11663 * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22
11664 (LP: #1911359)
11665 - SAUCE: x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y
11666
11667 -- Andrea Righi <andrea.righi@canonical.com> Thu, 14 Jan 2021 12:53:26 +0100
11668
11669linux (5.11.0-3.4) hirsute; urgency=medium
11670
11671 * Boot fails: failed to validate module [nls_iso8859_1] BTF: -22
11672 (LP: #1911359)
11673 - bpf: Allow empty module BTFs
11674 - libbpf: Allow loading empty BTFs
11675
11676 -- Andrea Righi <andrea.righi@canonical.com> Thu, 14 Jan 2021 07:43:45 +0100
11677
11678linux (5.11.0-2.3) hirsute; urgency=medium
11679
11680 * DMI entry syntax fix for Pegatron / ByteSpeed C15B (LP: #1910639)
11681 - Input: i8042 - unbreak Pegatron C15B
11682
11683 * SYNA30B4:00 06CB:CE09 Mouse on HP EliteBook 850 G7 not working at all
11684 (LP: #1908992)
11685 - HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device
11686
11687 * debian/scripts/file-downloader does not handle positive failures correctly
11688 (LP: #1878897)
11689 - [Packaging] file-downloader not handling positive failures correctly
11690
11691 * Packaging resync (LP: #1786013)
11692 - update dkms package versions
11693
11694 * CVE-2021-1052 // CVE-2021-1053
11695 - [Packaging] NVIDIA -- Add the NVIDIA 460 driver
11696
11697 * Miscellaneous Ubuntu changes
11698 - [Packaging] Remove nvidia-455 dkms build
11699 - SAUCE: ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP
11700 machines
11701 - [Config] update configs and annotations after rebase to 5.11-rc3
11702
11703 [ Upstream Kernel Changes ]
11704
11705 * Rebase to v5.11-rc3
11706
11707 -- Andrea Righi <andrea.righi@canonical.com> Mon, 11 Jan 2021 09:52:27 +0100
11708
11709linux (5.11.0-1.2) hirsute; urgency=medium
11710
11711 [ Upstream Kernel Changes ]
11712
11713 * Rebase to v5.11-rc2
11714
11715 -- Andrea Righi <andrea.righi@canonical.com> Thu, 07 Jan 2021 16:57:01 +0100
11716
11717linux (5.11.0-0.1) hirsute; urgency=medium
11718
11719 * dep-8 ubuntu-regression-suite tests are not run for all linux-hwe-* kernels
11720 (LP: #1908529)
11721 - [dep-8] Allow all hwe kernels
11722
11723 * Fix reading speed and duplex sysfs on igc device (LP: #1906851)
11724 - igc: Report speed and duplex as unknown when device is runtime suspended
11725
11726 * rtwpci driver blocks the system to enter PC10, stuck at PC3 (LP: #1907200)
11727 - SAUCE: rtw88: 8723de: let cpu enter c10
11728
11729 * [21.04 FEAT] Deactivate CONFIG_QETH_OSN kernel config option (LP: #1906370)
11730 - [Config] Deactivate CONFIG_QETH_OSN kernel config option
11731
11732 * Add dpcd backlight control for 0x4c83 0x4f41 (LP: #1905663)
11733 - SAUCE: drm/dp: Add dpcd backlight control for 0x4c83 0x4f41
11734
11735 * disable building bpf selftests (LP: #1908144)
11736 - SAUCE: selftests/bpf: Clarify build error if no vmlinux
11737 - SAUCE: selftests: Skip BPF selftests by default
11738 - disable building bpf selftests (no VMLINUX_BTF)
11739
11740 * Miscellaneous Ubuntu changes
11741 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
11742 mode
11743 - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
11744 - [Config] update configs and annotations after rebase to v5.11-rc1
11745 - hio: fix build error with kernel 5.11
11746 - SAUCE: shiftfs: fix build error with 5.11
11747 - [Config] temporarily disable ZFS
11748 - check-aliases: do not error if modules.alias does not exist
11749 - ppc64el: don't build stripped vdso
11750
11751 * Miscellaneous upstream changes
11752 - irq: export irq_check_status_bit
11753
11754 [ Upstream Kernel Changes ]
11755
11756 * Rebase to v5.11-rc1
11757
11758 -- Andrea Righi <andrea.righi@canonical.com> Mon, 04 Jan 2021 09:17:48 +0100
11759
11760linux (5.11.0-0.0) hirsute; urgency=medium
11761
11762 * Empty entry
11763
11764 -- Andrea Righi <andrea.righi@canonical.com> Wed, 30 Dec 2020 09:04:41 +0100
11765
11766linux (5.10.0-9.10) hirsute; urgency=medium
11767
11768 * Use INTx for Pericom USB controllers (LP: #1906839)
11769 - PCI: Disable MSI for Pericom PCIe-USB adapter
11770
11771 * disable building bpf selftests (LP: #1908144)
11772 - SAUCE: selftests/bpf: clarify build error if no vmlinux
11773 - SAUCE: selftests: Skip BPF seftests by default
11774 - disable building bpf selftests (no VMLINUX_BTF)
11775
11776 * Miscellaneous Ubuntu changes
11777 - [Config] Enable CONFIG_BPF_LSM
11778
11779 * Miscellaneous upstream changes
11780 - Revert "md: change mddev 'chunk_sectors' from int to unsigned"
11781 - Revert "dm raid: fix discard limits for raid1 and raid10"
11782
11783 -- Andrea Righi <andrea.righi@canonical.com> Tue, 15 Dec 2020 10:16:14 +0100
11784
11785linux (5.10.0-8.9) hirsute; urgency=medium
11786
11787 * Packaging resync (LP: #1786013)
11788 - [Packaging] update variants
11789
11790 * Fix bpf selftest compilation with clang 11
11791 - bpf: Fix selftest compilation on clang 11
11792
11793 * Miscellaneous Ubuntu changes
11794 - [Config] update configs and annotations after rebase to v5.10
11795
11796 [ Upstream Kernel Changes ]
11797
11798 * Rebase to v5.10
11799
11800 -- Andrea Righi <andrea.righi@canonical.com> Mon, 14 Dec 2020 08:57:57 +0100
11801
11802linux (5.10.0-7.8) hirsute; urgency=medium
11803
11804 * Packaging resync (LP: #1786013)
11805 - update dkms package versions
11806
11807 * Fix linux-libc-dev build for hirsute forward port kernels (LP: #1904067)
11808 - [Debian] Build linux-libc-dev for debian.master* branches
11809
11810 * Update kernel packaging to support forward porting kernels (LP: #1902957)
11811 - [Debian] Update for leader included in BACKPORT_SUFFIX
11812
11813 * Introduce the new NVIDIA 455 series (LP: #1897751)
11814 - [Packaging] NVIDIA -- Add signed modules for the 455 driver
11815
11816 * 5.10 kernel fails to boot with secure boot disabled (LP: #1904906)
11817 - [Config] CONFIG_RCU_SCALE_TEST=n
11818
11819 * Miscellaneous Ubuntu changes
11820 - [Config] s390x: disable GPIO_CDEV
11821 - [Config] ARM_CMN=m
11822 - [Config] disable GPIO_CDEV_V1
11823 - [Config] Reorder annotations after 5.10-rc6 rebase
11824 - [Packaging] Remove nvidia-435 dkms build
11825 - [Packaging] Change source package name to linux
11826 - [Config] Update configs and annotations after rebase to v5.10-rc7
11827 - SAUCE: Revert "mm/filemap: add static for function
11828 __add_to_page_cache_locked"
11829
11830 [ Upstream Kernel Changes ]
11831
11832 * Rebase to v5.10-rc7
11833
11834 -- Seth Forshee <seth.forshee@canonical.com> Mon, 07 Dec 2020 00:15:20 -0600
11835
11836linux (5.10.0-6.7) hirsute; urgency=medium
11837
11838 * Empty entry.
11839
11840 -- Seth Forshee <seth.forshee@canonical.com> Sun, 06 Dec 2020 22:13:46 -0600
11841
11842linux-5.10 (5.10.0-6.7) hirsute; urgency=medium
11843
11844 * Packaging resync (LP: #1786013)
11845 - update dkms package versions
11846
11847 * Avoid double newline when running insertchanges (LP: #1903293)
11848 - [Packaging] insertchanges: avoid double newline
11849
11850 * Miscellaneous Ubuntu changes
11851 - [Packaging]: linux-modules should depend on linux-image
11852 - [Packaging]: linux-image should suggest linux-modules-extra
11853
11854 [ Upstream Kernel Changes ]
11855
11856 * Rebase to v5.10-rc6
11857
11858 -- Andrea Righi <andrea.righi@canonical.com> Mon, 30 Nov 2020 07:47:34 +0100
11859
11860linux-5.10 (5.10.0-5.6) hirsute; urgency=medium
11861
11862 * Miscellaneous Ubuntu changes
11863 - [Config] add CONFIG_INFINIBAND_VIRT_DMA
11864
11865 [ Upstream Kernel Changes ]
11866
11867 * Rebase to v5.10-rc5
11868
11869 -- Andrea Righi <andrea.righi@canonical.com> Mon, 23 Nov 2020 13:17:44 +0100
11870
11871linux-5.10 (5.10.0-4.5) hirsute; urgency=medium
11872
11873 * Packaging resync (LP: #1786013)
11874 - update dkms package versions
11875
11876 * Miscellaneous Ubuntu changes
11877 - [Packaging] reduce the size required to build packages
11878
11879 [ Upstream Kernel Changes ]
11880
11881 * Rebase to v5.10-rc4
11882
11883 -- Andrea Righi <andrea.righi@canonical.com> Mon, 16 Nov 2020 08:33:54 +0100
11884
11885linux-5.10 (5.10.0-3.4) hirsute; urgency=medium
11886
11887 * Packaging resync (LP: #1786013)
11888 - update dkms package versions
11889
11890 * e1000e: fix issues with S0ix (LP: #1902687)
11891 - SAUCE: e1000e: fix S0ix flow to allow S0i3.2 subset entry
11892 - SAUCE: e1000e: allow turning s0ix flows on for systems with ME
11893 - SAUCE: e1000e: Add Dell's Comet Lake systems into s0ix heuristics
11894 - SAUCE: e1000e: Add more Dell CML systems into s0ix heuristics
11895 - [Config] Update CONFIG_E1000E for ppc64el in annotations
11896
11897 * perf: Add support for Rocket Lake (LP: #1902004)
11898 - SAUCE: perf/x86/intel: Add Rocket Lake CPU support
11899 - SAUCE: perf/x86/cstate: Add Rocket Lake CPU support
11900 - SAUCE: perf/x86/msr: Add Rocket Lake CPU support
11901 - SAUCE: perf/x86/intel/uncore: Add Rocket Lake support
11902
11903 * Miscellaneous Ubuntu changes
11904 - [Config] Disable CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE
11905 - [Config] update CONFIG_MST_IRQ after rebase to 5.10-rc3
11906 - [Config] drop obsolete SND_SST_IPC options
11907 - [Config] re-enable ZFS
11908
11909 [ Upstream Kernel Changes ]
11910
11911 * Rebase to v5.10-rc3
11912
11913 -- Andrea Righi <andrea.righi@canonical.com> Mon, 09 Nov 2020 09:37:08 +0100
11914
11915linux-5.10 (5.10.0-2.3) hirsute; urgency=medium
11916
11917 * Miscellaneous Ubuntu changes
11918 - [Config] Switch arm64 default cpufreq governor to ondemand
11919 - [Debian] Include scripts/module.lds from builddir in headers package
11920
11921 -- Seth Forshee <seth.forshee@canonical.com> Tue, 03 Nov 2020 21:01:52 -0600
11922
11923linux-5.10 (5.10.0-1.2) hirsute; urgency=medium
11924
11925 * Packaging resync (LP: #1786013)
11926 - update dkms package versions
11927
11928 * Fix non-working Intel NVMe after S3 (LP: #1900847)
11929 - SAUCE: PCI: Enable ACS quirk on all CML root ports
11930
11931 * Miscellaneous Ubuntu changes
11932 - [Packaging] move to hirsute
11933 - [Config] Update configs and annotations after rebase to 5.10-rc2
11934 - [Config] Update numerous configs to conform with policy
11935 - [Config] Switch default CPUFreq governer for arm64/armhf to schedultil
11936 - [Config] Temporarily disable DEBUG_INFO_BTF for armhf
11937
11938 [ Upstream Kernel Changes ]
11939
11940 * Rebase to v5.10-rc2
11941
11942 -- Seth Forshee <seth.forshee@canonical.com> Mon, 02 Nov 2020 13:18:27 -0600
11943
11944linux-5.10 (5.10.0-0.1) hirsute; urgency=medium
11945
11946 * Packaging resync (LP: #1786013)
11947 - update dkms package versions
11948
11949 * Miscellaneous Ubuntu changes
11950 - [Config] Update configs and annotations for v5.10-rc1
11951 - SAUCE: platform/x86: dell-uart-backlight: rename kzfree() to
11952 kfree_sensitive()
11953 - SAUCE: apparmor: rename kzfree() to kfree_sensitive()
11954 - SAUCE: LSM: change ima_read_file() to use lsmblob
11955 - SAUCE: LSM: Use lsmblob in smk_netlbl_mls()
11956
11957 * Miscellaneous upstream changes
11958 - Revert "UBUNTU: [Packaging] Change source package name to linux-5.10"
11959 - s390: correct __bootdata / __bootdata_preserved macros
11960
11961 [ Upstream Kernel Changes ]
11962
11963 * Rebase to v5.10-rc1
11964
11965 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 27 Oct 2020 16:57:07 +0100
11966
11967linux-5.10 (5.10.0-0.0) groovy; urgency=medium
11968
11969 * Empty entry
11970
11971 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 26 Oct 2020 14:55:48 +0100
11972
11973linux-5.9 (5.9.0-2.3) groovy; urgency=medium
11974
11975 * Fix system reboot when disconnecting WiFi (LP: #1899726)
11976 - iwlwifi: msix: limit max RX queues for 9000 family
11977
11978 * booting linux-generic-lpae armhf kernel under qemu results in relocation out
11979 of range, and thus no modules can be loaded (LP: #1899519)
11980 - [Config] armhf: ARM_MODULE_PLTS=y
11981
11982 * Fix broken MSI interrupt after HDA controller was suspended (LP: #1899586)
11983 - ALSA: hda: fix jack detection with Realtek codecs when in D3
11984
11985 * CVE-2020-16119
11986 - SAUCE: dccp: avoid double free of ccid on child socket
11987
11988 * python3-venv is gone (LP: #1896801)
11989 - SAUCE: doc: remove python3-venv dependency
11990
11991 * *-tools-common packages descriptions have typo "PGKVER" (LP: #1898903)
11992 - [Packaging] Fix typo in -tools template s/PGKVER/PKGVER/
11993
11994 * Enable brightness control on HP DreamColor panel (LP: #1898865)
11995 - SAUCE: drm/i915/dpcd_bl: Skip testing control capability with force DPCD
11996 quirk
11997 - SAUCE: drm/dp: HP DreamColor panel brigntness fix
11998
11999 * HP Zbook Studio G7 boots into corrupted screen with PSR featured panel
12000 (LP: #1897501)
12001 - SAUCE: drm/i915/psr: allow overriding PSR disable param by quirk
12002 - SAUCE: drm/dp: add DP_QUIRK_FORCE_PSR_CHIP_DEFAULT quirk to CMN prod-ID
12003 19-15
12004
12005 * Fix broken e1000e device after S3 (LP: #1897755)
12006 - SAUCE: e1000e: Increase polling timeout on MDIC ready bit
12007
12008 * Wakeup the system by touching the touchpad (LP: #1888331)
12009 - HID: i2c-hid: Enable wakeup capability from Suspend-to-Idle
12010
12011 * Enable LTR for endpoints behind VMD (LP: #1896598)
12012 - SAUCE: PCI/ASPM: Enable LTR for endpoints behind VMD
12013
12014 * [SRU] [Focal/OEM-5.6/Groovy]Fix AMD usb host controller lost after stress S3
12015 (LP: #1893914)
12016 - SAUCE: xhci: workaround for S3 issue on AMD SNPS 3.0 xHC
12017
12018 * debian/rules editconfigs does not work on s390x to change s390x only configs
12019 (LP: #1863116)
12020 - [Packaging] kernelconfig -- only update/edit configurations on architectures
12021 we have compiler support
12022
12023 * Fix non-working NVMe after S3 (LP: #1895718)
12024 - SAUCE: PCI: Enable ACS quirk on CML root port
12025
12026 * Miscellaneous Ubuntu changes
12027 - SAUCE: bpf: Check CONFIG_BPF option for resolve_btfids
12028 - SAUCE: tools resolve_btfids: Always force HOSTARCH
12029 - packaging: arm64: add a 64KB mem pages flavour called 'generic-64k'
12030 - packaging: arm64: generic-64k: skip ABI, modules and retpoline checks
12031 - SAUCE: drm/i915/display: Fix null deref in intel_psr_atomic_check()
12032 - [Config] Update toolchain versions
12033 - [Config] Refresh annotations
12034 - Add ubuntu-host module
12035 - CONFIG_UBUNTU_HOST=m
12036 - SAUCE: apparmor: drop prefixing abs root labels with '='
12037 - SAUCE: apparmor: disable showing the mode as part of a secid to secctx
12038 - SAUCE: apparmor: rename aa_sock() to aa_unix_sk()
12039 - SAUCE: apparmor: LSM stacking: switch from SK_CTX() to aa_sock()
12040 - SAUCE: LSM: Infrastructure management of the sock security
12041 - SAUCE: LSM: Create and manage the lsmblob data structure.
12042 - SAUCE: LSM: Use lsmblob in security_audit_rule_match
12043 - SAUCE: LSM: Use lsmblob in security_kernel_act_as
12044 - SAUCE: net: Prepare UDS for security module stacking
12045 - SAUCE: LSM: Use lsmblob in security_secctx_to_secid
12046 - SAUCE: LSM: Use lsmblob in security_secid_to_secctx
12047 - SAUCE: LSM: Use lsmblob in security_ipc_getsecid
12048 - SAUCE: LSM: Use lsmblob in security_task_getsecid
12049 - SAUCE: LSM: Use lsmblob in security_inode_getsecid
12050 - SAUCE: LSM: Use lsmblob in security_cred_getsecid
12051 - SAUCE: IMA: Change internal interfaces to use lsmblobs
12052 - SAUCE: LSM: Specify which LSM to display
12053 - SAUCE: LSM: Ensure the correct LSM context releaser
12054 - SAUCE: LSM: Use lsmcontext in security_secid_to_secctx
12055 - SAUCE: LSM: Use lsmcontext in security_inode_getsecctx
12056 - SAUCE: LSM: security_secid_to_secctx in netlink netfilter
12057 - SAUCE: NET: Store LSM netlabel data in a lsmblob
12058 - SAUCE: LSM: Verify LSM display sanity in binder
12059 - SAUCE: Audit: Add new record for multiple process LSM attributes
12060 - SAUCE: Audit: Add a new record for multiple object LSM
12061 - SAUCE: LSM: Add /proc attr entry for full LSM context
12062 - SAUCE: AppArmor: Remove the exclusive flag
12063 - SAUCE: Audit: Fix for missing NULL check
12064
12065 * Miscellaneous upstream changes
12066 - tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()
12067
12068 [ Upstream Kernel Changes ]
12069
12070 * Rebase to v5.9
12071
12072 -- Seth Forshee <seth.forshee@canonical.com> Wed, 14 Oct 2020 13:31:18 -0500
12073
12074linux-5.9 (5.9.0-1.2) groovy; urgency=medium
12075
12076 * Miscellaneous Ubuntu changes
12077 - [Config] Update configs after rebase to 5.9-rc6
12078 - SAUCE: dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
12079 - SAUCE: bpf: Use --no-fail option if CONFIG_BPF is not enabled
12080 - SAUCE: tools resolve_btfids: Always force HOSTARCH
12081
12082 [ Upstream Kernel Changes ]
12083
12084 * Rebase to v5.9-rc6
12085
12086 -- Seth Forshee <seth.forshee@canonical.com> Mon, 21 Sep 2020 14:39:34 -0500
12087
12088linux-5.9 (5.9.0-0.1) groovy; urgency=medium
12089
12090 * Miscellaneous Ubuntu changes
12091 - [Config] Update configs and annotations for v5.9-rc1
12092 - SAUCE: i915: Fix build error due to missing struct definition
12093 - hio -- Update blk_queue_split() calls for changes in 5.9-rc1
12094 - hio -- Updates for move of make_request_fn to struct block_device_operations
12095 - [Config] Disable zfs dkms build
12096 - [Config] Disable nvidia dkms build
12097 - [Config] Disable nvidia server dkms builds
12098 - SAUCE: remoteproc: qcom: Use div_u64() for 64-bit division
12099 - SAUCE: PCI/ASPM: Enable ASPM for links under VMD domain
12100 - [Packaging] Bind hv_vss_daemon startup to hv_vss device
12101 - [Packaging] bind hv_fcopy_daemon startup to hv_fcopy device
12102 - [Config] Re-enable UEFI signing for arm64
12103 - SAUCE: Revert "UBUNTU: SAUCE: export __get_vm_area_caller() and map_kernel_range()"
12104 - [Config] Set the default CPU governor to ONDEMAND
12105 - [Packaging] update variants
12106 - [Packaging] update helper scripts
12107 - update dkms package versions
12108
12109 [ Upstream Kernel Changes ]
12110
12111 * Rebase to v5.9-rc5
12112
12113 -- Seth Forshee <seth.forshee@canonical.com> Thu, 17 Sep 2020 15:01:21 -0500
12114
12115linux-5.9 (5.9.0-0.0) groovy; urgency=medium
12116
12117 * Empty entry
12118
12119 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Aug 2020 16:48:03 -0500
12120
12121linux (5.8.0-16.17) groovy; urgency=medium
12122
12123 * groovy/linux: 5.8.0-16.17 -proposed tracker (LP: #1891233)
12124
12125 * Miscellaneous Ubuntu changes
12126 - hio -- Update to use bio_{start,end}_io_acct with 5.8+
12127 - Enable hio driver
12128 - [Packaging] Temporarily disable building doc package contents
12129
12130 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Aug 2020 15:32:58 -0500
12131
12132linux (5.8.0-15.16) groovy; urgency=medium
12133
12134 * groovy/linux: 5.8.0-15.16 -proposed tracker (LP: #1891177)
12135
12136 * Miscellaneous Ubuntu changes
12137 - SAUCE: Documentation: import error c_funcptr_sig_re, c_sig_re (sphinx-
12138 doc/sphinx@0f49e30c)
12139
12140 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Aug 2020 09:29:58 -0500
12141
12142linux (5.8.0-14.15) groovy; urgency=medium
12143
12144 * groovy/linux: 5.8.0-14.15 -proposed tracker (LP: #1891085)
12145
12146 * Packaging resync (LP: #1786013)
12147 - [Packaging] update helper scripts
12148
12149 * msg_zerocopy.sh in net from ubuntu_kernel_selftests failed (LP: #1812620)
12150 - selftests/net: relax cpu affinity requirement in msg_zerocopy test
12151
12152 * Fix missing HDMI/DP Audio on an HP Desktop (LP: #1890441)
12153 - ALSA: hda/hdmi: Add quirk to force connectivity
12154
12155 * Add initial audio support for Lenovo ThinkStation P620 (LP: #1890317)
12156 - ALSA: usb-audio: Add support for Lenovo ThinkStation P620
12157
12158 * Fix IOMMU error on AMD Radeon Pro W5700 (LP: #1890306)
12159 - PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken
12160
12161 * Enlarge hisi_sec2 capability (LP: #1890222)
12162 - crypto: hisilicon - update SEC driver module parameter
12163
12164 * Miscellaneous Ubuntu changes
12165 - [Config] Re-enable signing for ppc64el
12166
12167 -- Seth Forshee <seth.forshee@canonical.com> Mon, 10 Aug 2020 15:26:46 -0500
12168
12169linux (5.8.0-13.14) groovy; urgency=medium
12170
12171 * Miscellaneous Ubuntu changes
12172 - [Config] Remove i386 configs
12173 - SAUCE: apply a workaround to re-enable CONFIG_CRYPTO_AEGIS128_SIMD
12174 - SAUCE: export __get_vm_area_caller() and map_kernel_range()
12175 - [Config] drop CONFIG_BINFMT_AOUT enforcement
12176
12177 * Miscellaneous upstream changes
12178 - Revert "UBUNTU: [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD"
12179
12180 [ Upstream Kernel Changes ]
12181
12182 * Rebase to v5.8
12183
12184 -- Andrea Righi <andrea.righi@canonical.com> Tue, 04 Aug 2020 09:51:50 +0200
12185
12186linux (5.8.0-12.13) groovy; urgency=medium
12187
12188 * groovy/linux: 5.8.0-12.13 -proposed tracker (LP: #1889481)
12189
12190 * Fix right speaker of HP laptop (LP: #1889375)
12191 - SAUCE: hda/realtek: Fix right speaker of HP laptop
12192
12193 * blk_update_request error when mount nvme partition (LP: #1872383)
12194 - SAUCE: nvme-pci: prevent SK hynix PC400 from using Write Zeroes command
12195
12196 * Add support for Atlantic NIC firmware v4 (LP: #1886908)
12197 - Revert "UBUNTU: SAUCE: net: atlantic: Add support for firmware v4"
12198 - net: atlantic: align return value of ver_match function with function name
12199 - net: atlantic: add support for FW 4.x
12200
12201 * Miscellaneous Ubuntu changes
12202 - [Debian] Fix debian/tests for linux-5.8 -> linux rename
12203 - SAUCE: selftests/powerpc: return skip code for spectre_v2
12204
12205 -- Seth Forshee <seth.forshee@canonical.com> Wed, 29 Jul 2020 16:58:47 -0500
12206
12207linux (5.8.0-11.12) groovy; urgency=medium
12208
12209 * groovy/linux: 5.8.0-11.12 -proposed tracker (LP: #1889336)
12210
12211 * Miscellaneous Ubuntu changes
12212 - [Packaging] dwarves is not required for linux-libc-dev or stage1
12213
12214 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Jul 2020 22:33:24 -0500
12215
12216linux (5.8.0-10.11) groovy; urgency=medium
12217
12218 * groovy/linux: 5.8.0-10.11 -proposed tracker (LP: #1889316)
12219
12220 * Miscellaneous Ubuntu changes
12221 - [Packaging] Add more packages to Build-Depends-Indep for docs
12222 - [Debian] Specify python executable in kmake
12223 - [Debian] Don't treat warnings as errors during perf builds
12224 - [Config] Disable signing for ppc64el
12225
12226 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Jul 2020 17:09:52 -0500
12227
12228linux (5.8.0-9.10) groovy; urgency=medium
12229
12230 * groovy/linux: 5.8.0-9.10 -proposed tracker (LP: #1889140)
12231
12232 * Packaging resync (LP: #1786013)
12233 - [Packaging] update helper scripts
12234
12235 * Miscellaneous Ubuntu changes
12236 - SAUCE: Fix s390x compile error on F32 utils/stat-display.c
12237 - [Packaging] Add python3-venv to Build-Depends-Indep
12238
12239 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Jul 2020 21:01:46 -0500
12240
12241linux (5.8.0-8.9) groovy; urgency=medium
12242
12243 * groovy/linux: 5.8.0-8.9 -proposed tracker (LP: #1889104)
12244
12245 * Packaging resync (LP: #1786013)
12246 - [Packaging] update helper scripts
12247 - update dkms package versions
12248 - [Packaging] update variants
12249
12250 * Introduce the new NVIDIA 450-server and the 450 UDA series (LP: #1887674)
12251 - [Packaging] NVIDIA -- Add signed modules for 450 450-server
12252
12253 * Introduce the new NVIDIA 418-server and 440-server series, and update the
12254 current NVIDIA drivers (LP: #1881137)
12255 - [packaging] add signed modules for the 418-server and the 440-server
12256 flavours
12257
12258 * Miscellaneous Ubuntu changes
12259 - SAUCE: Revert "radix-tree: Use local_lock for protection"
12260 - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n
12261 - [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD
12262 - [Config] Enable nvidia dkms build
12263
12264 * Miscellaneous upstream changes
12265 - usbip: tools: fix build error for multiple definition
12266
12267 [ Upstream Kernel Changes ]
12268
12269 * Rebase to v5.8-rc7
12270
12271 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Jul 2020 11:18:12 -0500
12272
12273linux (5.8.0-7.8) groovy; urgency=medium
12274
12275 * Empty entry
12276
12277 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Jul 2020 09:22:19 +0200
12278
12279linux-5.8 (5.8.0-7.8) groovy; urgency=medium
12280
12281 * soc/amd/renoir: detect dmic from acpi table (LP: #1887734)
12282 - ASoC: amd: add logic to check dmic hardware runtime
12283 - ASoC: amd: add ACPI dependency check
12284 - ASoC: amd: fixed kernel warnings
12285
12286 * linux 4.15.0-109-generic network DoS regression vs -108 (LP: #1886668)
12287 - SAUCE: Revert "netprio_cgroup: Fix unlimited memory leak of v2 cgroups"
12288
12289 * Add support for Atlantic NIC firmware v4 (LP: #1886908)
12290 - SAUCE: net: atlantic: Add support for firmware v4
12291
12292 * MGA G200e doesn't work under GDM Wayland (LP: #1886140)
12293 - drm/mgag200: Remove HW cursor
12294 - drm/mgag200: Clean up mga_set_start_address()
12295 - drm/mgag200: Clean up mga_crtc_do_set_base()
12296 - drm/mgag200: Move mode-setting code into separate helper function
12297 - drm/mgag200: Split MISC register update into PLL selection, SYNC and I/O
12298 - drm/mgag200: Update mode registers after plane registers
12299 - drm/mgag200: Set pitch in a separate helper function
12300 - drm/mgag200: Set primary plane's format in separate helper function
12301 - drm/mgag200: Move TAGFIFO reset into separate function
12302 - drm/mgag200: Move hiprilvl setting into separate functions
12303 - drm/mgag200: Move register initialization into separate function
12304 - drm/mgag200: Remove out-commented suspend/resume helpers
12305 - drm/mgag200: Use simple-display data structures
12306 - drm/mgag200: Convert to simple KMS helper
12307 - drm/mgag200: Replace VRAM helpers with SHMEM helpers
12308
12309 * Miscellaneous Ubuntu changes
12310 - SAUCE: s390/bpf: fix sign extension in branch_ku
12311 - SAUCE: selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support
12312 - SAUCE: selftests: fib_nexthop_multiprefix: fix cleanup() netns deletion
12313 - [packaging] debhelper-compat (= 10) (and retire debian/compat)
12314 - [Config] Update configs after rebase to 5.8-rc6
12315
12316 [ Upstream Kernel Changes ]
12317
12318 * Rebase to v5.8-rc6
12319
12320 -- Andrea Righi <andrea.righi@canonical.com> Mon, 20 Jul 2020 09:55:47 +0200
12321
12322linux-5.8 (5.8.0-6.7) groovy; urgency=medium
12323
12324 * Packaging resync (LP: #1786013)
12325 - update dkms package versions
12326
12327 * perf build broken after updating to bintuils 2.34.90.20200706-1ubuntu1
12328 (LP: #1887397)
12329 - SAUCE: libtraceevent: Strip symbol version from nm output
12330
12331 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Jul 2020 14:07:53 -0500
12332
12333linux-5.8 (5.8.0-5.6) groovy; urgency=medium
12334
12335 * linux-libc-dev broken for crossbuilding, Multi-Arch:same violation
12336 (LP: #1886188)
12337 - [Packaging] Produce linux-libc-deb package for riscv64
12338 - [Debian] Disallow building linux-libc-dev from linux-riscv
12339
12340 * Miscellaneous Ubuntu changes
12341 - SAUCE: Revert "UBUNTU: SAUCE: test_bpf: remove expected fail for Ctx heavy
12342 transformations test on s390"
12343 - SAUCE: Revert "test_bpf: flag tests that cannot be jited on s390"
12344 - [Config] Update configs (gcc update)
12345
12346 [ Upstream Kernel Changes ]
12347
12348 * Rebase to v5.8-rc5
12349
12350 -- Andrea Righi <andrea.righi@canonical.com> Mon, 13 Jul 2020 08:42:14 +0200
12351
12352linux-5.8 (5.8.0-4.5) groovy; urgency=medium
12353
12354 * Add generic LED class support for audio LED (LP: #1885896)
12355 - ALSA: hda: generic: Always call led-trigger for mic mute LED
12356 - ALSA: hda: generic: Add a helper for mic-mute LED with LED classdev
12357 - ALSA: hda/realtek: Convert to cdev-variant of mic-mute LED controls
12358 - ALSA: hda/conexant: Convert to cdev-variant of mic-mute LED controls
12359 - ALSA: hda/sigmatel: Convert to cdev-variant of mic-mute LED controls
12360 - ALSA: hda: generic: Drop unused snd_hda_gen_fixup_micmute_led()
12361 - ALSA: hda: generic: Drop the old mic-mute LED hook
12362 - ALSA: hda: generic: Add vmaster mute LED helper
12363 - ALSA: hda/realtek: Use the new vmaster mute LED helper
12364 - ALSA: hda/conexant: Use the new vmaster mute LED helper
12365 - ALSA: hda/sigmatel: Use the new vmaster mute LED helper
12366 - ALSA: hda/realtek: Unify LED helper code
12367 - ALSA: hda: Let LED cdev handling suspend/resume
12368
12369 * seccomp_bpf fails on powerpc (LP: #1885757)
12370 - SAUCE: selftests/seccomp: fix ptrace tests on powerpc
12371
12372 * CVE-2020-11935
12373 - SAUCE: aufs: do not call i_readcount_inc()
12374
12375 * Miscellaneous Ubuntu changes
12376 - SAUCE: Update aufs to 5.x-rcN 20200622
12377 - [Config] Update configs to set CONFIG_SND_HDA_GENERIC_LEDS value
12378 - [Config] CONFIG_SECURITY_DMESG_RESTRICT=y
12379
12380 [ Upstream Kernel Changes ]
12381
12382 * Rebase to v5.8-rc4
12383
12384 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Jul 2020 08:14:28 -0500
12385
12386linux-5.8 (5.8.0-3.4) groovy; urgency=medium
12387
12388 * Packaging resync (LP: #1786013)
12389 - [Packaging] update helper scripts
12390 - update dkms package versions
12391
12392 * lxc 1:4.0.2-0ubuntu1 ADT test failure with linux-5.8 5.8.0-1.2
12393 (LP: #1884635)
12394 - SAUCE: overlayfs: fix faulty rebase
12395
12396 * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757)
12397 - SAUCE: shiftfs: prevent ESTALE for LOOKUP_JUMP lookups
12398
12399 * shiftfs: fix btrfs regression (LP: #1884767)
12400 - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: fix dentry revalidation"
12401
12402 * Miscellaneous Ubuntu changes
12403 - [Config] CONFIG_DEBUG_INFO_COMPRESSED=y
12404 - SAUCE: regulator: rename da903x to da903x-regulator
12405 - [Config] Add da903x to modules.ignore
12406 - [Config] Update configs for rebase to 5.8-rc3
12407
12408 [ Upstream Kernel Changes ]
12409
12410 * Rebase to v5.8-rc3
12411
12412 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jun 2020 08:48:25 -0500
12413
12414linux-5.8 (5.8.0-2.3) groovy; urgency=medium
12415
12416 * Support Audio Mute LED for two new HP laptops (LP: #1884251)
12417 - ALSA: hda/realtek: Add mute LED and micmute LED support for HP systems
12418
12419 * CVE-2019-16089
12420 - SAUCE: nbd_genl_status: null check for nla_nest_start
12421
12422 * tpm: fix TIS locality timeout problems (LP: #1881710)
12423 - SAUCE: tpm: fix TIS locality timeout problems
12424
12425 * Packaging resync (LP: #1786013)
12426 - update dkms package versions
12427
12428 * Miscellaneous Ubuntu changes
12429 - SAUCE: security,perf: Allow further restriction of perf_event_open
12430 - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
12431 - [Config] Update configs and annotations for 5.8-rc2
12432 - [Config] Enable zfs
12433 - [Config] Enable CONFIG_DEBUG_INFO_BTF
12434
12435 [ Upstream Kernel Changes ]
12436
12437 * Rebase to v5.8-rc2
12438
12439 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jun 2020 15:05:54 -0500
12440
12441linux-5.8 (5.8.0-1.2) groovy; urgency=medium
12442
12443 * Miscellaneous Ubuntu changes
12444 - [Debian] Support linux-x.y in udeb package names
12445 - [Packaging] Use SRCPKGNAME for udeb packages
12446
12447 -- Seth Forshee <seth.forshee@canonical.com> Wed, 17 Jun 2020 19:34:32 -0500
12448
12449linux-5.8 (5.8.0-0.1) groovy; urgency=medium
12450
12451 * Docker registry doesn't stay up and keeps restarting (LP: #1879690)
12452 - Revert "UBUNTU: SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay"
12453
12454 * Packaging resync (LP: #1786013)
12455 - [Packaging] update variants
12456
12457 * Miscellaneous Ubuntu changes
12458 - [Packaging] Update source package name to linux-5.8
12459 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
12460 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print error messages.
12461 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
12462 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
12463 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
12464 - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
12465 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature verify
12466 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
12467 - SAUCE: (lockdown) security: lockdown: Make CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
12468 - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode
12469 - SAUCE: Import aufs driver
12470 - [Config] Update configs for v5.8-rc1
12471 - [Config] Update annotations for v5.8-rc1 config changes
12472 - SAUCE: shiftfs -- Fix build errors from missing fiemap definitions
12473 - Disable hio driver
12474
12475 * Miscellaneous upstream changes
12476 - acpi: disallow loading configfs acpi tables when locked down
12477
12478 [ Upstream Kernel Changes ]
12479
12480 * Rebase to v5.8-rc1
12481
12482 -- Seth Forshee <seth.forshee@canonical.com> Wed, 17 Jun 2020 11:54:24 -0500
12483
12484linux-5.8 (5.8.0-0.0) groovy; urgency=medium
12485
12486 * Empty entry
12487
12488 -- Seth Forshee <seth.forshee@canonical.com> Sun, 14 Jun 2020 22:40:35 -0500
12489
12490linux-5.7 (5.7.0-8.9) groovy; urgency=medium
12491
12492 * Packaging resync (LP: #1786013)
12493 - update dkms package versions
12494
12495 * Enforce all config annotations (LP: #1879327)
12496 - [Config]: do not enforce CONFIG_VERSION_SIGNATURE
12497 - [Config]: prepare to enforce all
12498 - [Config]: enforce all config options
12499
12500 * Miscellaneous Ubuntu changes
12501 - [Config]: annotations review after 5.7 rebase
12502 - [Config] annotations: IXP4XX* depends on ARCH_IXP4XX
12503 - [Config] THERMAL_GOV_POWER_ALLOCATOR=y
12504 - [Config] annotations: SOC_CAMERA is marked as BROKEN
12505 - [Config] annotations: NFSD_V4_2_INTER_SSC depends on NFS_FS=y
12506 - [Config] annotations: CRYPTO_DEV_CHELSIO_TLS depends on legacy (and largely
12507 unmantained) TLS_TOE
12508 - [Config] annotations: SERIO_OLPC_APSP depends on ARCH_MMP
12509 - [Config] RTW88_DEBUG=y
12510 - [Config] annotations: ISDN_CAPI is a bool, and BT_CMTP depends on it
12511 - [Config] annotations SND_SOC_SOF_DEVELOPER_SUPPORT depends on
12512 SND_SOC_SOF_DEVELOPER_SUPPORT
12513 - [Config] annotations: SND_SOC_SOF_BAYTRAIL_SUPPORT is mutually exclusive
12514 with SND_SST_ATOM_HIFI2_PLATFORM_ACPI
12515 - [Config] annotations: DEBUG_IMX_UART_PORT is defined only any
12516 DEBUG_IMX*_UART is enabled
12517 - [Config] annotations: HW_RANDOM_IMX_RNGC depends on SOC_IMX25
12518 - [Config] annotations: armhf: VIRTUALIZATION support was removed for arm32
12519 - [Config] annotations: arm64: remove DEBUG_ALIGN_RODATA
12520 - [Config] annotations: ppc64: DATA_SHIFT defaults to PPC_PAGE_SHIFT
12521 - [Config] arm64: enforce ARM64_USE_LSE_ATOMICS
12522 - [Config] s390x: MOST is not set
12523 - [Config] s390x: BCM84881_PHY is not set
12524 - [Config] s390x: XILINX_LL_TEMAC is not set
12525 - [Config] s390x: PHY_INTEL_EMMC requires GENERIC_PHY (off by default on
12526 s390x)
12527 - [Config] s390x: CHECK_STACK conflicts with VMAP_STACK
12528 - [Config] annotations: s390x: NODES_SHIFT=1
12529 - [Config] annotations: import new symbols
12530 - [Config] annotations: remove unmatched menu and options
12531
12532 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 12 Jun 2020 12:03:01 +0200
12533
12534linux-5.7 (5.7.0-7.8) groovy; urgency=medium
12535
12536 * Packaging resync (LP: #1786013)
12537 - update dkms package versions
12538 - [Packaging] update helper scripts
12539
12540 * [UBUNTU 20.04] s390x/pci: fix linking between PF and VF for multifunction
12541 devices (LP: #1879704)
12542 - PCI/IOV: Introduce pci_iov_sysfs_link() function
12543 - s390/pci: create links between PFs and VFs
12544
12545 * Miscellaneous Ubuntu changes
12546 - [Config] Disable UEFI signing for arm64
12547 - Rebase to v5.7.1
12548
12549 [ Upstream Kernel Changes ]
12550
12551 * Rebase to v5.7.1
12552
12553 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 08 Jun 2020 11:16:58 +0200
12554
12555linux-5.7 (5.7.0-6.7) groovy; urgency=medium
12556
12557 * Packaging resync (LP: #1786013)
12558 - [Packaging] update helper scripts
12559 - update dkms package versions
12560
12561 * shiftfs: fix btrfs snapshot deletion (LP: #1879688)
12562 - SAUCE: shiftfs: let userns root destroy subvolumes from other users
12563
12564 * seccomp_benchmark times out on eoan (LP: #1881576)
12565 - SAUCE: selftests/seccomp: use 90s as timeout
12566
12567 * Realtek 8723DE [10ec:d723] subsystem [10ec:d738] disconnects unsolicitedly
12568 when Bluetooth is paired: Reason: 23=IEEE8021X_FAILED (LP: #1878147)
12569 - SAUCE: Revert "UBUNTU: SAUCE: rtw88: Move driver IQK to set channel before
12570 association for 11N chip"
12571 - SAUCE: Revert "UBUNTU: SAUCE: rtw88: fix rate for a while after being
12572 connected"
12573 - SAUCE: Revert "UBUNTU: SAUCE: rtw88: No retry and report for auth and assoc"
12574 - SAUCE: Revert "UBUNTU: SAUCE: rtw88: 8723d: Add coex support"
12575 - rtw88: 8723d: Add coex support
12576 - SAUCE: rtw88: coex: 8723d: set antanna control owner
12577 - SAUCE: rtw88: coex: 8723d: handle BT inquiry cases
12578 - SAUCE: rtw88: fix EAPOL 4-way failure by finish IQK earlier
12579
12580 * ASoC/amd: add audio driver for amd renoir (LP: #1881046)
12581 - ASoC: amd: add Renoir ACP3x IP register header
12582 - ASoC: amd: add Renoir ACP PCI driver
12583 - ASoC: amd: add acp init/de-init functions
12584 - ASoC: amd: create acp3x pdm platform device
12585 - ASoC: amd: add ACP3x PDM platform driver
12586 - ASoC: amd: irq handler changes for ACP3x PDM dma driver
12587 - ASoC: amd: add acp3x pdm driver dma ops
12588 - ASoC: amd: add ACP PDM DMA driver dai ops
12589 - ASoC: amd: add Renoir ACP PCI driver PM ops
12590 - ASoC: amd: add ACP PDM DMA driver pm ops
12591 - ASoC: amd: enable Renoir acp3x drivers build
12592 - ASoC: amd: create platform devices for Renoir
12593 - ASoC: amd: RN machine driver using dmic
12594 - ASoC: amd: enable build for RN machine driver
12595 - ASoC: amd: fix kernel warning
12596 - ASoC: amd: refactoring dai_hw_params() callback
12597 - ASoC: amd: return error when acp de-init fails
12598 - [Config]: enable amd renoir ASoC audio
12599
12600 * Slow send speed with Intel I219-V on Ubuntu 18.04.1 (LP: #1802691)
12601 - e1000e: Disable TSO for buffer overrun workaround
12602
12603 * Fix incorrect speed/duplex when I210 device is runtime suspended
12604 (LP: #1880656)
12605 - igb: Report speed and duplex as unknown when device is runtime suspended
12606
12607 * Fix Pericom USB controller OHCI/EHCI PME# defect (LP: #1879321)
12608 - serial: 8250_pci: Move Pericom IDs to pci_ids.h
12609 - PCI: Avoid Pericom USB controller OHCI/EHCI PME# defect
12610
12611 * [UBUNTU 20.04] s390x/pci: enumerate pci functions per physical adapter
12612 (LP: #1874056)
12613 - s390/pci: Expose new port attribute for PCIe functions
12614 - s390/pci: adaptation of iommu to multifunction
12615 - s390/pci: define kernel parameters for PCI multifunction
12616 - s390/pci: define RID and RID available
12617 - s390/pci: create zPCI bus
12618 - s390/pci: adapt events for zbus
12619 - s390/pci: Handling multifunctions
12620 - s390/pci: Do not disable PF when VFs exist
12621 - s390/pci: Documentation for zPCI
12622 - s390/pci: removes wrong PCI multifunction assignment
12623
12624 * add 16-bit width registers support for EEPROM at24 device (LP: #1876699)
12625 - regmap-i2c: add 16-bit width registers support
12626
12627 * Miscellaneous Ubuntu changes
12628 - [Config] Enable virtualbox guest and shared-folder modules
12629
12630 [ Upstream Kernel Changes ]
12631
12632 * Rebase to v5.7
12633
12634 -- Seth Forshee <seth.forshee@canonical.com> Mon, 01 Jun 2020 16:11:24 -0500
12635
12636linux-5.7 (5.7.0-5.6) groovy; urgency=medium
12637
12638 * Packaging resync (LP: #1786013)
12639 - update dkms package versions
12640
12641 * [UBUNTU 20.04] PSI generates overhead on s390x (LP: #1876044)
12642 - Ubuntu: [Config] CONFIG_PSI is enabled by default, but creates additional
12643 overhead on s390x, hence should be disabled by default on s390x only.
12644
12645 * Miscellaneous Ubuntu changes
12646 - Rebase to v5.7-rc7
12647 - [Config] ppc64el: disable STRICT_KERNEL_RWX
12648
12649 [ Upstream Kernel Changes ]
12650
12651 * Rebase to v5.7-rc7
12652
12653 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 25 May 2020 11:44:09 +0200
12654
12655linux-5.7 (5.7.0-4.5) groovy; urgency=medium
12656
12657 * Packaging resync (LP: #1786013)
12658 - update dkms package versions
12659
12660 * update-initramfs complains of missing amdgpu firmware files (LP: #1873325)
12661 - SAUCE: drm/amdgpu: Remove unreleased arcturus and navi12 firmware from
12662 modinfo
12663
12664 * Support DMIC micmute LED on HP platforms (LP: #1876859)
12665 - ALSA: hda/realtek - Introduce polarity for micmute LED GPIO
12666 - ALSA: hda/realtek - Enable micmute LED on and HP system
12667 - ALSA: hda/realtek - Add LED class support for micmute LED
12668 - ALSA: hda/realtek - Fix unused variable warning w/o
12669 CONFIG_LEDS_TRIGGER_AUDIO
12670 - ASoC: SOF: Update correct LED status at the first time usage of
12671 update_mute_led()
12672
12673 * Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW),
12674 REV=0x354 [8086:a0f0] subsystem id [1a56:1651] wireless adapter not found
12675 due to firmware crash (LP: #1874685)
12676 - SAUCE: iwlwifi: pcie: handle QuZ configs with killer NICs as well
12677
12678 * rtkit-daemon[*]: Failed to make ourselves RT: Operation not permitted after
12679 upgrade to 20.04 (LP: #1875665)
12680 - [Config] Turn off CONFIG_RT_GROUP_SCHED everywhere
12681
12682 * Unable to handle kernel pointer dereference in virtual kernel address space
12683 on Eoan (LP: #1876645)
12684 - SAUCE: overlayfs: fix shitfs special-casing
12685
12686 * Miscellaneous Ubuntu changes
12687 - SAUCE: skip building selftest 'runqslower' if kernel not built
12688 - Rebase to v5.7-rc6
12689 - [Config] updateconfigs after 5.7-rc6 rebase
12690
12691 [ Upstream Kernel Changes ]
12692
12693 * Rebase to v5.7-rc6
12694
12695 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 18 May 2020 11:27:25 +0200
12696
12697linux-5.7 (5.7.0-3.4) groovy; urgency=medium
12698
12699 [ Upstream Kernel Changes ]
12700
12701 * Rebase to v5.7-rc5
12702
12703 * Packaging resync (LP: #1786013)
12704 - update dkms package versions
12705
12706 * getitimer returns it_value=0 erroneously (LP: #1349028)
12707 - [Config] CONTEXT_TRACKING_FORCE policy should be unset
12708
12709 * lockdown on power (LP: #1855668) // Ubuntu Kernel Support for OpenPOWER NV
12710 Secure & Trusted Boot (LP: #1866909)
12711 - [Config] Enable configs for OpenPOWER NV Secure & Trusted Boot
12712
12713 * Miscellaneous Ubuntu changes
12714 - SAUCE: Import aufs driver
12715 - [Config] Enable aufs
12716 - [Config] annotations: remove SND_SOC_SOF_HDA_COMMON_HDMI_CODEC
12717 - [Config] Remove CONFIG_SND_HDA_INTEL_DETECT_DMIC from annotations
12718 - [Debian] final-checks -- Do not remove ~* from abi
12719 - [Config] Enable 5-level page table support for x86
12720 - [Config] updateconfigs after 5.7-rc5 rebase
12721
12722 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 11 May 2020 10:25:42 +0200
12723
12724linux-5.7 (5.7.0-2.3) groovy; urgency=medium
12725
12726 * Packaging resync (LP: #1786013)
12727 - [Packaging] update helper scripts
12728 - update dkms package versions
12729 - [Packaging] update helper scripts
12730
12731 * ASUS T100HAN boots to a blank screen with a cursor [i965: Failed to submit
12732 batchbuffer: Input/output error] (LP: #1860754)
12733 - [Config] CONFIG_PMIC_OPREGION=y and CONFIG_GPIO_CRYSTAL_COVE=y for amd64
12734
12735 * ubuntu/focal64 fails to mount Vagrant shared folders (LP: #1873506)
12736 - [Packaging] Move virtualbox modules to linux-modules
12737 - [Packaging] Remove vbox and zfs modules from generic.inclusion-list
12738
12739 * built-using constraints preventing uploads (LP: #1875601)
12740 - temporarily drop Built-Using data
12741
12742 * dkms artifacts may expire from the pool (LP: #1850958)
12743 - [Packaging] autoreconstruct -- manage executable debian files
12744 - [packaging] handle downloads from the librarian better
12745
12746 * Add signed modules for the 435 NVIDIA driver (LP: #1875888)
12747 - [Packaging] NVIDIA -- add signed modules for the 435 NVIDIA driver
12748
12749 * [Selftests] Apply various fixes and improvements (LP: #1870543)
12750 - SAUCE: selftests/seccomp -- Disable timeout for seccomp tests
12751
12752 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
12753 distribution (LP: #1628889)
12754 - SAUCE: s390: kernel message catalog
12755
12756 * Overlayfs in user namespace leaks directory content of inaccessible
12757 directories (LP: #1793458) // CVE-2018-6559
12758 - SAUCE: overlayfs: ensure mounter privileges when reading directories
12759
12760 * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570)
12761 - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th
12762
12763 * [ICL] TC port in legacy/static mode can't be detected due TCCOLD
12764 (LP: #1868936)
12765 - drm/i915/display: Move out code to return the digital_port of the aux ch
12766 - drm/i915/display: Add intel_legacy_aux_to_power_domain()
12767 - drm/i915/display: Split hsw_power_well_enable() into two
12768 - drm/i915/tc/icl: Implement TC cold sequences
12769 - drm/i915/tc: Skip ref held check for TC legacy aux power wells
12770 - drm/i915/tc/tgl: Implement TC cold sequences
12771 - drm/i915/tc: Catch TC users accessing FIA registers without enable aux
12772 - drm/i915/tc: Do not warn when aux power well of static TC ports timeout
12773
12774 * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901)
12775 - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390
12776 2-in-1"
12777
12778 * 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL' (LP: #1861610)
12779 - SAUCE: Input: elan_i2c - add more hardware ID for Lenovo laptop
12780
12781 * linux-image-5.0.0-35-generic breaks checkpointing of container
12782 (LP: #1857257)
12783 - SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay
12784
12785 * alsa/sof: kernel oops on the machine without Intel hdmi audio codec (a
12786 regression in the asoc machine driver) (LP: #1874359)
12787 - ASoC: intel/skl/hda - fix oops on systems without i915 audio codec
12788
12789 * Add debian/rules targets to compile/run kernel selftests (LP: #1874286)
12790 - [Packaging] add support to compile/run selftests
12791
12792 * 5.4.0-24.28 does not seem to apply rtprio, whereas -21 does. (LP: #1873315)
12793 - [Config] lowlatency: turn off RT_GROUP_SCHED
12794
12795 * alsa/sof: external mic can't be deteced on Lenovo and HP laptops
12796 (LP: #1872569)
12797 - SAUCE: ASoC: intel/skl/hda - set autosuspend timeout for hda codecs
12798
12799 * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757)
12800 - SAUCE: shiftfs: fix dentry revalidation
12801
12802 * shiftfs: broken shiftfs nesting (LP: #1872094)
12803 - SAUCE: shiftfs: record correct creator credentials
12804
12805 * lockdown on power (LP: #1855668)
12806 - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode
12807
12808 * Add support for Realtek 8723DE wireless adapter (LP: #1780590)
12809 - SAUCE: rtw88: add adaptivity support for EU/JP regulatory
12810 - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets
12811 - SAUCE: rtw88: sar: dump sar information via debugfs
12812 - SAUCE: rtw88: 8723d: add IQ calibration
12813 - SAUCE: rtw88: 8723d: Add power tracking
12814 - SAUCE: rtw88: 8723d: implement flush queue
12815 - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info
12816 - SAUCE: rtw88: 8723d: Add coex support
12817 - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend
12818
12819 * Fix authentication fail on Realtek WiFi 8723de (LP: #1871300)
12820 - SAUCE: rtw88: No retry and report for auth and assoc
12821 - SAUCE: rtw88: fix rate for a while after being connected
12822 - SAUCE: rtw88: Move driver IQK to set channel before association for 11N chip
12823
12824 * Miscellaneous Ubuntu changes
12825 - SAUCE: rtw88: fix 'const' mismatch in power suequence hooks
12826 - SAUCE: rtw88: fix 'const' mismatch in
12827 __priority_queue_cfg_legacy()/__priority_queue_cfg()
12828 - [Config] RTW88=m
12829 - SAUCE: (lockdown) Revert carried-forward lockdown patches
12830 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
12831 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
12832 error messages.
12833 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
12834 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
12835 mode
12836 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
12837 - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
12838 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
12839 verify
12840 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
12841 - SAUCE: (lockdown) security: lockdown: Make
12842 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
12843 - [Config] Add back CONFIG_LOCK_DOWN_IN_SECURE_BOOT annotation for ppc64el
12844 - [Config] CONFIG_RT_GROUP_SCHED=y
12845 - [Packaging] Include modules.builtin.modinfo in linux-modules
12846 - SAUCE: LSM: Infrastructure management of the sock security
12847 - SAUCE: Fix-up af_unix mediation for sock infrastructure management
12848 - SAUCE: Revert "apparmor: Allow filtering based on secmark policy"
12849 - SAUCE: Revert "apparmor: Parse secmark policy"
12850 - SAUCE: Revert "apparmor: Add a wildcard secid"
12851 - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR"
12852 - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids"
12853 - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes"
12854 - Update dropped.txt for restored apparmor patches
12855 - Remove lockdown patches from dropped.txt
12856 - SAUCE: powerpc/ima: require IMA module signatures only if MODULE_SIG is not
12857 enabled
12858 - SAUCE: selftests/ftrace: Use printf instead of echo in kprobe syntax error
12859 tests
12860 - SAUCE: selftests/net -- disable l2tp.sh test
12861 - SAUCE: selftests/net -- disable timeout
12862 - SAUCE: tools: hv: Update shebang to use python3 instead of python
12863 - Remove dropped.txt
12864 - [Packaging] move linux-doc and linux-libc-dev stubs to debian.master
12865 - [Debian] Support generating configs for riscv64
12866 - [Config] CONFIG_KMSG_IDS=y for s390x
12867 - [Packaging] add libcap-dev dependency
12868 - [Config] CONFIG_AD5770R=m
12869 - [Config] CONFIG_AL3010=m
12870 - [Config] CONFIG_APPLE_MFI_FASTCHARGE=m
12871 - [Config] CONFIG_BAREUDP=m
12872 - [Config] CONFIG_CRYPTO_DEV_OCTEONTX_CPT=m
12873 - [Config] CONFIG_CRYPTO_DEV_ZYNQMP_AES=m
12874 - [Config] CONFIG_DRM_DISPLAY_CONNECTOR=m
12875 - [Config] CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
12876 - [Config] CONFIG_DRM_PANEL_ELIDA_KD35T133=m
12877 - [Config] CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02=m
12878 - [Config] CONFIG_DRM_PANEL_NOVATEK_NT35510=m
12879 - [Config] CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=m
12880 - [Config] CONFIG_DRM_PARADE_PS8640=m
12881 - [Config] CONFIG_DRM_SIMPLE_BRIDGE=m
12882 - [Config] CONFIG_DRM_TIDSS=m
12883 - [Config] CONFIG_DRM_TI_TPD12S015=m
12884 - [Config] CONFIG_DRM_TOSHIBA_TC358768=m
12885 - [Config] CONFIG_EDAC_DMC520=m
12886 - [Config] CONFIG_EXFAT_FS=m
12887 - [Config] CONFIG_GP2AP002=m
12888 - [Config] CONFIG_GPIO_MLXBF2=m
12889 - [Config] CONFIG_HID_GLORIOUS=m
12890 - [Config] CONFIG_HID_MCP2221=m
12891 - [Config] CONFIG_HMC425=m
12892 - [Config] CONFIG_ICP10100=m
12893 - [Config] CONFIG_IMX8MM_THERMAL=m
12894 - [Config] CONFIG_IMX_SC_THERMAL=m
12895 - [Config] CONFIG_INTERCONNECT_QCOM_OSM_L3=m
12896 - [Config] CONFIG_INTERCONNECT_QCOM_SC7180=m
12897 - [Config] CONFIG_K3_RTI_WATCHDOG=m
12898 - [Config] CONFIG_MDIO_IPQ8064=m
12899 - [Config] CONFIG_MDIO_MVUSB=m
12900 - [Config] CONFIG_MHI_BUS=m
12901 - [Config] CONFIG_OCTEONTX2_VF=m
12902 - [Config] CONFIG_PHY_CADENCE_TORRENT=m
12903 - [Config] CONFIG_PHY_QCOM_USB_HS_28NM=m
12904 - [Config] CONFIG_PHY_QCOM_USB_SS=m
12905 - [Config] CONFIG_PINCTRL_DA9062=m
12906 - [Config] CONFIG_PINCTRL_IPQ6018=m
12907 - [Config] CONFIG_PTP_1588_CLOCK_IDT82P33=m
12908 - [Config] CONFIG_PTP_1588_CLOCK_VMW=m
12909 - [Config] CONFIG_QCOM_IPA=m
12910 - [Config] CONFIG_REGULATOR_MP5416=m
12911 - [Config] CONFIG_REGULATOR_MP886X=m
12912 - [Config] CONFIG_RN5T618_ADC=m
12913 - [Config] CONFIG_RTC_DRV_MT2712=m
12914 - [Config] CONFIG_RTC_DRV_RC5T619=m
12915 - [Config] CONFIG_SC_MSS_7180=m
12916 - [Config] CONFIG_SENSORS_AXI_FAN_CONTROL=m
12917 - [Config] CONFIG_SM_GCC_8250=m
12918 - [Config] CONFIG_SND_BCM63XX_I2S_WHISTLER=m
12919 - [Config] CONFIG_SND_MESON_AIU=m
12920 - [Config] CONFIG_SND_MESON_G12A_TOACODEC=m
12921 - [Config] CONFIG_SND_MESON_GX_SOUND_CARD=m
12922 - [Config] CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
12923 - [Config] CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
12924 - [Config] CONFIG_SND_SOC_MESON_T9015=m
12925 - [Config] CONFIG_SND_SOC_RT5682_SDW=m
12926 - [Config] CONFIG_SND_SOC_TLV320ADCX140=m
12927 - [Config] CONFIG_SPI_FSI=m
12928 - [Config] CONFIG_SPI_MTK_NOR=m
12929 - [Config] CONFIG_SPI_MUX=m
12930 - [Config] CONFIG_SPRD_THERMAL=m
12931 - [Config] CONFIG_SURFACE_3_POWER_OPREGION=m
12932 - [Config] CONFIG_TINYDRM_ILI9486=m
12933 - [Config] CONFIG_TI_K3_AM65_CPSW_NUSS=m
12934 - [Config] CONFIG_TYPEC_MUX_INTEL_PMC=m
12935 - [Config] CONFIG_UACCE=m
12936 - [Config] CONFIG_UNIPHIER_XDMAC=m
12937 - [Config] CONFIG_USB_MAX3420_UDC=m
12938 - [Config] CONFIG_USB_RAW_GADGET=m
12939 - [Config] CONFIG_VHOST_VDPA=m
12940 - [Config] CONFIG_VIDEO_IMX219=m
12941 - [Config] CONFIG_VIDEO_SUN8I_ROTATE=m
12942 - [Config] CONFIG_VIRTIO_VDPA=m
12943 - [Config] CONFIG_MOST_COMPONENTS=m
12944 - [Config] CONFIG_MFD_IQS62X=m
12945 - packaging: getabis: switch to ckt-ppa:bootstrap/linux-5.7
12946
12947 * Miscellaneous upstream changes
12948 - Revert "UBUNTU: SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask"
12949 - Revert "UBUNTU: SAUCE: drm/i915/fbc: disable framebuffer compression on
12950 IceLake"
12951 - Revert "UBUNTU: SAUCE: platform/x86: dell-uart-backlight: move retry block"
12952
12953 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 May 2020 10:48:48 +0200
12954
12955linux-5.7 (5.7.0-1.2) groovy; urgency=medium
12956
12957 * Packaging resync (LP: #1786013)
12958 - [Packaging] update helper scripts
12959
12960 * Miscellaneous Ubuntu changes
12961 - SAUCE: hio: pass make_request ptr directly to blk_alloc_queue()
12962 - SAUCE: hio: locally define disk_map_sector_rcu()
12963 - SAUCE: hio: Revert "block: unexport disk_map_sector_rcu"
12964 - SAUCE: hio: include <linux/part_stat.h>
12965 - [Config] amd64: i386: HIO=m
12966 - [Config] updateconfigs after 5.7-rc3 rebase
12967
12968 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 27 Apr 2020 11:31:38 +0200
12969
12970linux-5.7 (5.7.0-0.1) groovy; urgency=medium
12971
12972 * Miscellaneous Ubuntu changes
12973 - [Config] updateconfigs after rebase to 5.7-rc1
12974
12975 [ Upstream Kernel Changes ]
12976
12977 * Rebase to v5.7-rc1
12978 * Rebase to v5.7-rc2
12979
12980 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 16 Apr 2020 11:53:58 +0200
12981
12982linux-5.7 (5.7.0-0.0) focal; urgency=medium
12983
12984 * Dummy entry
12985
12986 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 16 Apr 2020 11:53:58 +0200
12987
12988linux-5.6 (5.6.0-7.7) focal; urgency=medium
12989
12990 * Packaging resync (LP: #1786013)
12991 - update dkms package versions
12992
12993 * Kernel Oops - general protection fault: 0000 [#1] SMP PTI after
12994 disconnecting thunderbolt docking station (LP: #1864754)
12995 - SAUCE: ptp: free ptp clock properly
12996
12997 * swap storms kills interactive use (LP: #1861359)
12998 - SAUCE: mm/page_alloc.c: disable memory reclaim watermark boosting by default
12999
13000 * sysfs: incorrect network device permissions on network namespace change
13001 (LP: #1865359)
13002 - sysfs: add sysfs_file_change_owner()
13003 - sysfs: add sysfs_link_change_owner()
13004 - sysfs: add sysfs_group{s}_change_owner()
13005 - sysfs: add sysfs_change_owner()
13006 - device: add device_change_owner()
13007 - drivers/base/power: add dpm_sysfs_change_owner()
13008 - net-sysfs: add netdev_change_owner()
13009 - net-sysfs: add queue_change_owner()
13010 - net: fix sysfs permssions when device changes network namespace
13011 - sysfs: fix static inline declaration of sysfs_groups_change_owner()
13012
13013 * Miscellaneous Ubuntu changes
13014 - [Config] updateconfigs after rebase to 5.6
13015
13016 [ Upstream Kernel Changes ]
13017
13018 * Rebase to v5.6
13019
13020 -- Andrea Righi <andrea.righi@canonical.com> Tue, 31 Mar 2020 10:45:09 +0200
13021
13022linux-5.6 (5.6.0-6.6) focal; urgency=medium
13023
13024 * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570)
13025 - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th
13026
13027 * Make Dell WD19 dock more reliable after suspend (LP: #1868217)
13028 - xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3
13029 - xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0
13030 - xhci: Finetune host initiated USB3 rootport link suspend and resume
13031
13032 * update-version-dkms doesn't add a BugLink (LP: #1867790)
13033 - [Packaging] Add BugLink to update-version-dkms commit
13034
13035 * Add support for Realtek 8723DE wireless adapter (LP: #1780590)
13036 - SAUCE: rtw88: add regulatory process strategy for different chipset
13037 - SAUCE: rtw88: support dynamic user regulatory setting
13038 - SAUCE: rtw88: Use secondary channel offset enumeration
13039 - SAUCE: rtw88: 8822c: modify rf protection setting
13040 - SAUCE: rtw88: disable TX-AMSDU on 2.4G band
13041 - SAUCE: Revert "rtw88: disable TX-AMSDU on 2.4G band"
13042 - SAUCE: rtw88: disable TX-AMSDU on 2.4G band
13043 - SAUCE: rtw88: remove unused parameter vif in rtw_lps_pg_info_get()
13044 - SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask
13045 - SAUCE: rtw88: pci: 8822c should set clock delay to zero
13046 - SAUCE: rtw88: move rtw_enter_ips() to the last when config
13047 - SAUCE: rtw88: avoid holding mutex for cancel_delayed_work_sync()
13048 - SAUCE: rtw88: add ciphers to suppress error message
13049 - SAUCE: rtw88: 8822c: update power sequence to v16
13050 - SAUCE: rtw88: Fix incorrect beamformee role setting
13051 - SAUCE: rtw88: don't hold all IRQs disabled for PS operations
13052 - SAUCE: rtw88: extract alloc rsvd_page and h2c skb routines
13053 - SAUCE: rtw88: associate reserved pages with each vif
13054 - SAUCE: rtw88: add adaptivity support for EU/JP regulatory
13055 - SAUCE: rtw88: 8723d: Add basic chip capabilities
13056 - SAUCE: rtw88: 8723d: add beamform wrapper functions
13057 - SAUCE: rtw88: 8723d: Add power sequence
13058 - SAUCE: rtw88: 8723d: Add RF read/write ops
13059 - SAUCE: rtw88: 8723d: Add mac/bb/rf/agc/power_limit tables
13060 - SAUCE: rtw88: 8723d: Add cfg_ldo25 to control LDO25
13061 - SAUCE: rtw88: 8723d: Add new chip op efuse_grant() to control efuse access
13062 - SAUCE: rtw88: 8723d: Add read_efuse to recognize efuse info from map
13063 - SAUCE: rtw88: add legacy firmware download for 8723D devices
13064 - SAUCE: rtw88: no need to send additional information to legacy firmware
13065 - SAUCE: rtw88: 8723d: Add mac power-on/-off function
13066 - SAUCE: rtw88: decompose while(1) loop of power sequence polling command
13067 - SAUCE: rtw88: 8723d: 11N chips don't support H2C queue
13068 - SAUCE: rtw88: 8723d: implement set_tx_power_index ops
13069 - SAUCE: rtw88: 8723d: Organize chip TX/RX FIFO
13070 - SAUCE: rtw88: 8723d: initialize mac/bb/rf basic functions
13071 - SAUCE: rtw88: 8723d: Add DIG parameter
13072 - SAUCE: rtw88: 8723d: Add query_rx_desc
13073 - SAUCE: rtw88: 8723d: Add set_channel
13074 - SAUCE: rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfully
13075 - SAUCE: rtw88: 8723d: 11N chips don't support LDPC
13076 - SAUCE: rtw88: set default port to firmware
13077 - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets
13078 - SAUCE: rtw88: sar: add SAR of TX power limit
13079 - SAUCE: rtw88: sar: Load static SAR table from ACPI WRDS method
13080 - SAUCE: rtw88: sar: Load dynamic SAR table from ACPI methods
13081 - SAUCE: rtw88: sar: apply dynamic SAR table to tx power limit
13082 - SAUCE: rtw88: sar: add sar_work to poll if dynamic SAR table is changed
13083 - SAUCE: rtw88: sar: dump sar information via debugfs
13084 - SAUCE: rtw88: 8723d: Add chip_ops::false_alarm_statistics
13085 - SAUCE: rtw88: 8723d: Set IG register for CCK rate
13086 - SAUCE: rtw88: 8723d: add interface configurations table
13087 - SAUCE: rtw88: 8723d: Add LC calibration
13088 - SAUCE: rtw88: 8723d: add IQ calibration
13089 - SAUCE: rtw88: 8723d: Add power tracking
13090 - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend
13091 - SAUCE: rtw88: 8723d: implement flush queue
13092 - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info
13093 - SAUCE: rtw88: 8723d: Add coex support
13094 - SAUCE: rtw88: fill zeros to words 0x06 and 0x07 of security cam entry
13095 - SAUCE: rtw88: 8723d: Add 8723DE to Kconfig and Makefile
13096 - [Config] CONFIG_RTW88_8723DE=y
13097
13098 * [Ubuntu 20.04] Unset HIBERNATION and PM kernel config options for focal
13099 (LP: #1867753)
13100 - [Config] CONFIG_HIBERNATION=n and CONFIG_PM=n for s390x
13101
13102 * [20.04 FEAT] Base KVM setup for secure guests - kernel part (LP: #1835531)
13103 - s390/protvirt: introduce host side setup
13104 - s390/protvirt: add ultravisor initialization
13105 - s390/mm: provide memory management functions for protected KVM guests
13106 - s390/mm: add (non)secure page access exceptions handlers
13107 - s390/protvirt: Add sysfs firmware interface for Ultravisor information
13108 - KVM: s390/interrupt: do not pin adapter interrupt pages
13109 - KVM: s390: protvirt: Add UV debug trace
13110 - KVM: s390: add new variants of UV CALL
13111 - KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
13112 - KVM: s390: protvirt: Secure memory is not mergeable
13113 - KVM: s390/mm: Make pages accessible before destroying the guest
13114 - KVM: s390: protvirt: Handle SE notification interceptions
13115 - KVM: s390: protvirt: Instruction emulation
13116 - KVM: s390: protvirt: Implement interrupt injection
13117 - KVM: s390: protvirt: Add SCLP interrupt handling
13118 - KVM: s390: protvirt: Handle spec exception loops
13119 - KVM: s390: protvirt: Add new gprs location handling
13120 - KVM: S390: protvirt: Introduce instruction data area bounce buffer
13121 - KVM: s390: protvirt: handle secure guest prefix pages
13122 - KVM: s390/mm: handle guest unpin events
13123 - KVM: s390: protvirt: Write sthyi data to instruction data area
13124 - KVM: s390: protvirt: STSI handling
13125 - KVM: s390: protvirt: disallow one_reg
13126 - KVM: s390: protvirt: Do only reset registers that are accessible
13127 - KVM: s390: protvirt: Only sync fmt4 registers
13128 - KVM: s390: protvirt: Add program exception injection
13129 - KVM: s390: protvirt: UV calls in support of diag308 0, 1
13130 - KVM: s390: protvirt: Report CPU state to Ultravisor
13131 - KVM: s390: protvirt: Support cmd 5 operation state
13132 - KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
13133 - KVM: s390: protvirt: do not inject interrupts after start
13134 - KVM: s390: protvirt: Add UV cpu reset calls
13135 - DOCUMENTATION: Protected virtual machine introduction and IPL
13136 - KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED
13137 - KVM: s390: protvirt: Add KVM api documentation
13138 - mm/gup/writeback: add callbacks for inaccessible pages
13139
13140 * All PS/2 ports on PS/2 Serial add-in bracket are not working after S3
13141 (LP: #1866734)
13142 - SAUCE: Input: i8042 - fix the selftest retry logic
13143
13144 * Sys oopsed with sysfs test in ubuntu_stress_smoke_test on X-hwe ARM64
13145 (LP: #1866772)
13146 - ACPI: sysfs: copy ACPI data using io memory copying
13147
13148 * Miscellaneous Ubuntu changes
13149 - hio -- remove duplicated MODULE_DEVICE_TABLE declaration
13150 - SAUCE: r8169: disable ASPM L1.1
13151 - [Config] update annotations from configs
13152 - [Config] update configs after annotation file review
13153 - SAUCE: Revert "tools/power turbostat: Fix 32-bit capabilities warning"
13154
13155 * Miscellaneous upstream changes
13156 - drm/i915: Fix eDP DPCD aux max backlight calculations
13157 - drm/dp: Introduce EDID-based quirks
13158 - drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED panel
13159 - drm/i915: Force DPCD backlight mode for some Dell CML 2020 panels
13160
13161 [ Upstream Kernel Changes ]
13162
13163 * Rebase to v5.6-rc7
13164
13165 -- Andrea Righi <andrea.righi@canonical.com> Wed, 25 Mar 2020 18:09:13 +0100
13166
13167linux-5.6 (5.6.0-5.5) focal; urgency=medium
13168
13169 * please help enable CONFIG_EROFS_FS_ZIP (LP: #1867099)
13170 - [Config] CONFIG_EROFS_FS_ZIP=y
13171 - [Config] CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1
13172
13173 * Miscellaneous Ubuntu changes
13174 - Config: Fix SND_HDA_PREALLOC_SIZE annotations
13175 - Config: Fix DATA_SHIFT annotations
13176 - Config: remove ANDROID_VSOC from annotations
13177 - Config: remove arm arch from annotations
13178 - Config: Update SOC_R8A7796X annotations
13179 - Config: Update CLK_R8A7796X annotations
13180 - update dkms package versions
13181 - [Config] updateconfigs after rebase to 5.6-rc6
13182
13183 [ Upstream Kernel Changes ]
13184
13185 * Rebase to v5.6-rc6
13186
13187 -- Andrea Righi <andrea.righi@canonical.com> Wed, 18 Mar 2020 17:25:30 +0100
13188
13189linux-5.6 (5.6.0-4.4) focal; urgency=medium
13190
13191 * Packaging resync (LP: #1786013)
13192 - [Packaging] resync getabis
13193 - [Packaging] update helper scripts
13194
13195 * Add sysfs attribute to show remapped NVMe (LP: #1863621)
13196 - SAUCE: ata: ahci: Add sysfs attribute to show remapped NVMe device count
13197
13198 * [20.04 FEAT] Compression improvements in Linux kernel (LP: #1830208)
13199 - [Config] Introducing s390x specific kernel config option CONFIG_ZLIB_DFLTCC
13200
13201 * [UBUNTU 20.04] s390x/pci: increase CONFIG_PCI_NR_FUNCTIONS to 512 in kernel
13202 config (LP: #1866056)
13203 - [Config] Increase CONFIG_PCI_NR_FUNCTIONS from 64 to 512 starting with focal
13204 on s390x
13205
13206 * CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set (LP: #1865332)
13207 - [Config] CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
13208
13209 * [UBUNTU 20.04] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x
13210 starting with focal (LP: #1865452)
13211 - [Config] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x starting
13212 with focal
13213
13214 * Miscellaneous Ubuntu changes
13215 - SAUCE: Revert "UBUNTU: SAUCE: blk/core: Gracefully handle unset
13216 make_request_fn"
13217 - [Packaging] prevent duplicated entries in modules.ignore
13218 - update dkms package versions
13219 - [Config] updateconfigs after rebase to 5.6-rc5
13220
13221 [ Upstream Kernel Changes ]
13222
13223 * Rebase to v5.6-rc5
13224
13225 -- Andrea Righi <andrea.righi@canonical.com> Mon, 09 Mar 2020 09:42:06 +0100
13226
13227linux-5.6 (5.6.0-3.3) focal; urgency=medium
13228
13229 * nsleep-lat / set-timer-lat / inconsistency-check / raw_skew from timer in
13230 ubuntu_kernel_selftests timeout on 5.3 / 5.4 (LP: #1864626)
13231 - selftests/timers: Turn off timeout setting
13232
13233 * Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU for focal
13234 (LP: #1864198)
13235 - Ubuntu: [Config] Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU
13236
13237 * alsa/hda/realtek: fix a mute led regression on Lenovo X1 Carbon
13238 (LP: #1864576)
13239 - SAUCE: ALSA: hda/realtek - Fix a regression for mute led on Lenovo Carbon X1
13240
13241 * r8152 init may take up to 40 seconds at initialization with Dell WD19/WD19DC
13242 during hotplug (LP: #1864284)
13243 - UBUNTU SAUCE: r8151: check disconnect status after long sleep
13244
13245 * Another Dell AIO backlight issue (LP: #1863880)
13246 - SAUCE: platform/x86: dell-uart-backlight: move retry block
13247
13248 * Backport GetFB2 ioctl (LP: #1863874)
13249 - SAUCE: drm: Add getfb2 ioctl
13250
13251 * Focal Fossa (20.04) feature request - Enable CONFIG_X86_UV (LP: #1863810)
13252 - [Config] CONFIG_X86_UV=y
13253
13254 * Miscellaneous Ubuntu changes
13255 - debian: remove snapdragon config, rules and flavour
13256 - remove snapdragon abi files
13257 - update dkms package versions
13258 - [Config] updateconfigs after rebase to 5.6-rc4
13259
13260 * Miscellaneous upstream changes
13261 - updateconfigs following snapdragon removal
13262
13263 [ Upstream Kernel Changes ]
13264
13265 * Rebase to v5.6-rc4
13266
13267 -- Andrea Righi <andrea.righi@canonical.com> Wed, 04 Mar 2020 08:21:10 +0100
13268
13269linux-5.6 (5.6.0-2.2) focal; urgency=medium
13270
13271 * Sometimes can't adjust brightness on Dell AIO (LP: #1862885)
13272 - SAUCE: platform/x86: dell-uart-backlight: increase retry times
13273
13274 * Dell XPS 13 (7390) Display Flickering - 19.10 (LP: #1849947)
13275 - SAUCE: drm/i915: Disable PSR by default on all platforms
13276
13277 * Miscellaneous Ubuntu changes
13278 - [debian] ignore missing wireguard module
13279 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
13280 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
13281 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
13282 mode
13283 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
13284 - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
13285 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
13286 verify
13287 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
13288 - SAUCE: (lockdown) security: lockdown: Make
13289 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
13290 - [Config] CONFIG_LOCK_DOWN_IN_SECURE_BOOT=y
13291 - update dkms package versions
13292 - [Config] updateconfigs after rebase to 5.6-rc3
13293
13294 * Miscellaneous upstream changes
13295 - Revert "UBUNTU: SAUCE: (lockdown) s390/ipl: lockdown kernel when booted
13296 secure"
13297 - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for
13298 module signature verify"
13299 - Revert "UBUNTU: SAUCE: (lockdown) Add a SysRq option to lift kernel
13300 lockdown"
13301 - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock
13302 the kernel down"
13303 - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework
13304 efi_status_to_err()."
13305
13306 -- Andrea Righi <andrea.righi@canonical.com> Mon, 24 Feb 2020 18:57:22 +0100
13307
13308linux-5.6 (5.6.0-1.1) focal; urgency=medium
13309
13310 * Integrate Intel SGX driver into linux-azure (LP: #1844245)
13311 - [Packaging] Add systemd service to load intel_sgx
13312
13313 * QAT drivers for C3XXX and C62X not included as modules (LP: #1845959)
13314 - [Config] CRYPTO_DEV_QAT_C3XXX=m, CRYPTO_DEV_QAT_C62X=m and
13315 CRYPTO_DEV_QAT_DH895xCC=m
13316
13317 * 5.4.0-11 crash on cryptsetup open (LP: #1860231)
13318 - SAUCE: blk/core: Gracefully handle unset make_request_fn
13319
13320 * multi-zone raid0 corruption (LP: #1850540)
13321 - SAUCE: md/raid0: Use kernel specific layout
13322
13323 * Miscellaneous Ubuntu changes
13324 - update dkms package versions
13325 - update dropped.txt after rebase to v5.6-rc1
13326 - [Config] updateconfigs after rebase to 5.6-rc1
13327 - hio -- proc_create() requires a "struct proc_ops" in 5.6
13328 - SAUCE: arm: fix build error in kvm tracepoint
13329
13330 * Miscellaneous upstream changes
13331 - Revert "UBUNTU: [Config] Disable the uselib system call"
13332 - Revert "UBUNTU: [Config] Disable legacy PTY naming"
13333 - Revert "UBUNTU: [Config] Enforce filtered access to iomem"
13334 - Revert "UBUNTU: [Config] Enable notifier call chain validations"
13335 - Revert "UBUNTU: [Config] Enable scatterlist validation"
13336 - Revert "UBUNTU: [Config] Enable cred sanity checks"
13337 - Revert "UBUNTU: [Config] Enable linked list manipulation checks"
13338
13339 [ Upstream Kernel Changes ]
13340
13341 * Rebase to v5.6-rc1
13342
13343 -- Andrea Righi <andrea.righi@canonical.com> Thu, 13 Feb 2020 17:20:27 +0100
13344
13345linux-5.6 (5.6.0-0.0) focal; urgency=medium
13346
13347 * Dummy entry
13348
13349 -- Andrea Righi <andrea.righi@canonical.com> Mon, 10 Feb 2020 11:06:18 +0100
13350
13351linux-5.5 (5.5.0-7.8) focal; urgency=medium
13352
13353 * CONFIG_USELIB should be disabled (LP: #1855341)
13354 - [Config] Disable the uselib system call
13355
13356 * CONFIG_LEGACY_PTYS should be disabled (LP: #1855339)
13357 - [Config] Disable legacy PTY naming
13358
13359 * CONFIG_IO_STRICT_DEVMEM should be enabled (LP: #1855338)
13360 - [Config] Enforce filtered access to iomem
13361
13362 * CONFIG_DEBUG_NOTIFIERS should be enabled (LP: #1855337)
13363 - [Config] Enable notifier call chain validations
13364
13365 * CONFIG_DEBUG_SG should be enabled (LP: #1855336)
13366 - [Config] Enable scatterlist validation
13367
13368 * CONFIG_DEBUG_CREDENTIALS should be enabled (LP: #1855335)
13369 - [Config] Enable cred sanity checks
13370
13371 * CONFIG_DEBUG_LIST should be enabled (LP: #1855334)
13372 - [Config] Enable linked list manipulation checks
13373
13374 * shiftfs: prevent lower dentries from going negative during unlink
13375 (LP: #1860041)
13376 - SAUCE: shiftfs: prevent lower dentries from going negative during unlink
13377
13378 * [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native backlight on
13379 Lenovo E41-25/45 (LP: #1859561)
13380 - SAUCE: ACPI: video: Use native backlight on Lenovo E41-25/45
13381
13382 * USB key cannot be detected by hotplug on Sunix USB Type-A 3.1 Gen 2 card
13383 [1b21:2142] (LP: #1858988)
13384 - SAUCE: PCI: Avoid ASMedia XHCI USB PME# from D0 defect
13385
13386 * Dell AIO can't adjust brightness (LP: #1858761)
13387 - SAUCE: platform/x86: dell-uart-backlight: add retry for get scalar status
13388
13389 * Miscellaneous Ubuntu changes
13390 - [Config] Fix typo in annotations file
13391 - update dkms package versions
13392
13393 [ Upstream Kernel Changes ]
13394
13395 * Rebase to v5.5
13396
13397 -- Andrea Righi <andrea.righi@canonical.com> Mon, 27 Jan 2020 11:39:38 +0100
13398
13399linux-5.5 (5.5.0-6.7) focal; urgency=medium
13400
13401 * Miscellaneous Ubuntu changes
13402 - [Packaging] Update ubuntu-regression-suite dependency to python2
13403 - [Packaging] Fix ubuntu-regression-suite python dependency for hwe kernel
13404 - update dkms package versions
13405
13406 [ Upstream Kernel Changes ]
13407
13408 * Rebase to v5.5-rc7
13409
13410 -- Andrea Righi <andrea.righi@canonical.com> Mon, 20 Jan 2020 10:16:01 +0100
13411
13412linux-5.5 (5.5.0-5.6) focal; urgency=medium
13413
13414 * Miscellaneous Ubuntu changes
13415 - update dkms package versions
13416
13417 [ Upstream Kernel Changes ]
13418
13419 * Rebase to v5.5-rc6
13420
13421 -- Andrea Righi <andrea.righi@canonical.com> Mon, 13 Jan 2020 15:50:12 +0100
13422
13423linux-5.5 (5.5.0-4.5) focal; urgency=medium
13424
13425 * linux build and autopkg tests need to use python2 instead of python
13426 (LP: #1858487)
13427 - [Packaging] Remove python-dev build dependency
13428
13429 -- Andrea Righi <andrea.righi@canonical.com> Wed, 08 Jan 2020 16:00:26 +0100
13430
13431linux-5.5 (5.5.0-3.4) focal; urgency=medium
13432
13433 * [SRU][B/OEM-B/OEM-OSP1/D/E/F] Add LG I2C touchscreen multitouch support
13434 (LP: #1857541)
13435 - SAUCE: HID: multitouch: Add LG MELF0410 I2C touchscreen support
13436
13437 * Make vfio-pci built-in or xhci_hcd optional (LP: #1770845)
13438 - [Config]: built-in VFIO_PCI for amd64
13439
13440 * multi-zone raid0 corruption (LP: #1850540)
13441 - SAUCE: md/raid0: Link to wiki with guidance on multi-zone RAID0 layout
13442 migration
13443
13444 * Packaging resync (LP: #1786013)
13445 - [Packaging] update variants
13446
13447 * Miscellaneous Ubuntu changes
13448 - [Packaging] Change source package to linux-5.5
13449 - [Packaging] Don't use SRCPKGNAME for linux-libc-dev
13450 - [Packaging] Remove linux-source-3 Provides: from linux-source
13451 - [Packaging] Fix linux-doc in linux-image Suggests:
13452 - [Debian] Read variants list into a variable
13453 - [Packaging] Generate linux-libc-dev package only for primary variant
13454 - [Packaging] Generate linux-doc for only the primary variant
13455 - [Debian] Update linux source package name in debian/tests/*
13456 - update dkms package versions
13457 - [Config] updateconfigs after rebase to 5.5-rc3
13458 - [Config] disable PCI_MESON
13459 - [Config] Add pinctrl-equilibrium to modules.ignore
13460
13461 [ Upstream Kernel Changes ]
13462
13463 * Rebase to v5.5-rc5
13464
13465 -- Andrea Righi <andrea.righi@canonical.com> Wed, 08 Jan 2020 11:28:43 +0100
13466
13467linux-5.5 (5.5.0-2.3) focal; urgency=medium
13468
13469 * Empty entry.
13470
13471 -- Seth Forshee <seth.forshee@canonical.com> Tue, 17 Dec 2019 22:33:59 -0600
13472
13473linux (5.5.0-2.3) focal; urgency=medium
13474
13475 * Support DPCD aux brightness control (LP: #1856134)
13476 - SAUCE: drm/i915: Fix eDP DPCD aux max backlight calculations
13477 - SAUCE: drm/i915: Assume 100% brightness when not in DPCD control mode
13478 - SAUCE: drm/i915: Fix DPCD register order in intel_dp_aux_enable_backlight()
13479 - SAUCE: drm/i915: Auto detect DPCD backlight support by default
13480 - SAUCE: drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED
13481 panel
13482 - USUNTU: SAUCE: drm/i915: Force DPCD backlight mode on Dell Precision 4K sku
13483
13484 * change kconfig of the soundwire bus driver from y to m (LP: #1855685)
13485 - [Config]: SOUNDWIRE=m
13486
13487 * Fix unusable USB hub on Dell TB16 after S3 (LP: #1855312)
13488 - SAUCE: USB: core: Make port power cycle a seperate helper function
13489 - SAUCE: USB: core: Attempt power cycle port when it's in eSS.Disabled state
13490
13491 * Miscellaneous Ubuntu changes
13492 - [Debian] add python depends to ubuntu-regression-suite
13493 - SAUCE: selftests: net: tls: remove recv_rcvbuf test
13494 - update dkms package versions
13495
13496 * Miscellaneous upstream changes
13497 - [Config] updateconfigs after rebase to 5.5-rc2
13498
13499 -- Andrea Righi <andrea.righi@canonical.com> Tue, 17 Dec 2019 16:02:43 +0100
13500
13501linux (5.5.0-1.2) focal; urgency=medium
13502
13503 * Miscellaneous Ubuntu changes
13504 - [Config] disable nvidia dkms build
13505 - [Config] disable virtualbox dkms build
13506 - [Config] disable zfs dkms build
13507 - update dropped.txt after rebase to v5.5-rc1
13508 - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that
13509 aren't present.
13510 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
13511 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
13512 error messages.
13513 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
13514 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
13515 mode
13516 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
13517 - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown
13518 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
13519 verify
13520 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
13521 - SAUCE: (lockdown) security: lockdown: Make
13522 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
13523 - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
13524 - [Config] Enable lockdown under secure boot
13525 - update dkms package versions
13526
13527 -- Andrea Righi <andrea.righi@canonical.com> Thu, 12 Dec 2019 16:54:41 +0100
13528
13529linux (5.5.0-0.1) focal; urgency=medium
13530
13531 * Miscellaneous Ubuntu changes
13532 - [Config] updateconfigs after rebase to 5.5-rc1
13533
13534 [ Upstream Kernel Changes ]
13535
13536 * Rebase to v5.5-rc1
13537
13538 -- Andrea Righi <andrea.righi@canonical.com> Mon, 09 Dec 2019 19:03:35 +0100
13539
13540linux (5.5.0-0.0) focal; urgency=medium
13541
13542 * Dummy entry.
13543
13544 -- Andrea Righi <andrea.righi@canonical.com> Mon, 09 Dec 2019 15:14:37 +0100
13545
13546linux (5.4.0-8.11) focal; urgency=medium
13547
13548 * focal/linux: 5.4.0-8.9 -proposed tracker (LP: #1855448)
13549
13550 * update ENA driver for DIMLIB dynamic interrupt moderation (LP: #1853180)
13551 - SAUCE: net: ena: fix issues in setting interrupt moderation params in
13552 ethtool
13553 - SAUCE: net: ena: fix too long default tx interrupt moderation interval
13554
13555 * Kernel build log filled with "/bin/bash: line 5: warning: command
13556 substitution: ignored null byte in input" (LP: #1853843)
13557 - [Debian] Fix warnings when checking for modules signatures
13558
13559 * hwe-edge kernel 5.3.0-23.25 kernel does not boot on Precision 5720 AIO
13560 (LP: #1852581)
13561 - [Packaging] Fix module signing with older modinfo
13562
13563 * Fix MST support on Ice Lake (LP: #1854432)
13564 - drm/i915: fix port checks for MST support on gen >= 11
13565
13566 * headphone has noise as not mute on dell machines with alc236/256
13567 (LP: #1854401)
13568 - SAUCE: ALSA: hda/realtek - Dell headphone has noise on unmute for ALC236
13569
13570 * [CML-S62] Need enable intel_pmc_core driver patch for Comet lake- S 6+2
13571 (LP: #1847450)
13572 - SAUCE: platform/x86: intel_pmc_core: Add Comet Lake (CML) platform support
13573 to intel_pmc_core driver
13574
13575 * CVE-2019-14901
13576 - SAUCE: mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()
13577
13578 * CVE-2019-14896 // CVE-2019-14897
13579 - SAUCE: libertas: Fix two buffer overflows at parsing bss descriptor
13580
13581 * CVE-2019-14895
13582 - SAUCE: mwifiex: fix possible heap overflow in mwifiex_process_country_ie()
13583
13584 * [CML-S62] Need enable intel_rapl patch support for Comet lake- S 6+2
13585 (LP: #1847454)
13586 - powercap/intel_rapl: add support for CometLake Mobile
13587 - powercap/intel_rapl: add support for Cometlake desktop
13588
13589 * External microphone can't work on some dell machines with the codec alc256
13590 or alc236 (LP: #1853791)
13591 - SAUCE: ALSA: hda/realtek - Move some alc256 pintbls to fallback table
13592 - SAUCE: ALSA: hda/realtek - Move some alc236 pintbls to fallback table
13593
13594 * remount of multilower moved pivoted-root overlayfs root, results in I/O
13595 errors on some modified files (LP: #1824407)
13596 - SAUCE: ovl: fix lookup failure on multi lower squashfs
13597
13598 * [CML-S62] Need enable turbostat patch support for Comet lake- S 6+2
13599 (LP: #1847451)
13600 - SAUCE: tools/power turbostat: Add Cometlake support
13601
13602 * CONFIG_ARCH_ROCKCHIP is not set in ubuntu 18.04 aarch64,arm64 (LP: #1825222)
13603 - [Config] Enable ROCKCHIP support for arm64
13604
13605 * [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer
13606 works on Dell Venue 11 Pro 7140 (LP: #1846539)
13607 - SAUCE: ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with legacy
13608 driver
13609
13610 * i40e: general protection fault in i40e_config_vf_promiscuous_mode
13611 (LP: #1852663)
13612 - SAUCE: i40e Fix GPF when deleting VMs
13613
13614 * libbpf check_abi fails on ppc64el (LP: #1854974)
13615 - libbpf: Fix readelf output parsing on powerpc with recent binutils
13616
13617 * CVE-2019-19050
13618 - crypto: user - fix memory leak in crypto_reportstat
13619
13620 * Make hotplugging docking station to Thunderbolt port more reliable
13621 (LP: #1853991)
13622 - PCI/PM: Add pcie_wait_for_link_delay()
13623 - PCI/PM: Add missing link delays required by the PCIe spec
13624
13625 * i915: Display flickers (monitor loses signal briefly) during "flickerfree"
13626 boot, while showing the BIOS logo on a black background (LP: #1836858)
13627 - [Config] FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
13628
13629 * [CML] New device id's for CMP-H (LP: #1846335)
13630 - i2c: i801: Add support for Intel Comet Lake PCH-H
13631 - mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash
13632 - mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
13633
13634 * Focal update: v5.4.2 upstream stable release (LP: #1855326)
13635 - io_uring: async workers should inherit the user creds
13636 - net: separate out the msghdr copy from ___sys_{send,recv}msg()
13637 - net: disallow ancillary data for __sys_{send,recv}msg_file()
13638 - crypto: inside-secure - Fix stability issue with Macchiatobin
13639 - driver core: platform: use the correct callback type for bus_find_device
13640 - usb: dwc2: use a longer core rest timeout in dwc2_core_reset()
13641 - staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param()
13642 - staging: rtl8192e: fix potential use after free
13643 - staging: rtl8723bs: Drop ACPI device ids
13644 - staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids
13645 - USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P
13646 - mei: bus: prefix device names on bus with the bus name
13647 - mei: me: add comet point V device id
13648 - thunderbolt: Power cycle the router if NVM authentication fails
13649 - x86/fpu: Don't cache access to fpu_fpregs_owner_ctx
13650 - gve: Fix the queue page list allocated pages count
13651 - macvlan: schedule bc_work even if error
13652 - mdio_bus: don't use managed reset-controller
13653 - net: dsa: sja1105: fix sja1105_parse_rgmii_delays()
13654 - net: macb: add missed tasklet_kill
13655 - net: psample: fix skb_over_panic
13656 - net: sched: fix `tc -s class show` no bstats on class with nolock subqueues
13657 - openvswitch: fix flow command message size
13658 - sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook
13659 - slip: Fix use-after-free Read in slip_open
13660 - sctp: cache netns in sctp_ep_common
13661 - openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()
13662 - openvswitch: remove another BUG_ON()
13663 - net/tls: take into account that bpf_exec_tx_verdict() may free the record
13664 - net/tls: free the record on encryption error
13665 - net: skmsg: fix TLS 1.3 crash with full sk_msg
13666 - selftests/tls: add a test for fragmented messages
13667 - net/tls: remove the dead inplace_crypto code
13668 - net/tls: use sg_next() to walk sg entries
13669 - selftests: bpf: test_sockmap: handle file creation failures gracefully
13670 - selftests: bpf: correct perror strings
13671 - tipc: fix link name length check
13672 - selftests: pmtu: use -oneline for ip route list cache
13673 - r8169: fix jumbo configuration for RTL8168evl
13674 - r8169: fix resume on cable plug-in
13675 - ext4: add more paranoia checking in ext4_expand_extra_isize handling
13676 - Revert "jffs2: Fix possible null-pointer dereferences in
13677 jffs2_add_frag_to_fragtree()"
13678 - crypto: talitos - Fix build error by selecting LIB_DES
13679 - HID: core: check whether Usage Page item is after Usage ID items
13680 - platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer
13681 - platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as input size
13682 - Linux 5.4.2
13683
13684 * no HDMI video output since GDM greeter after linux-oem-osp1 version
13685 5.0.0-1026 (LP: #1852386)
13686 - drm/i915: Add new CNL PCH ID seen on a CML platform
13687 - SAUCE: drm/i915: Fix detection for a CMP-V PCH
13688
13689 * Please add patch fixing RK818 ID detection (LP: #1853192)
13690 - SAUCE: mfd: rk808: Fix RK818 ID template
13691
13692 * Raydium Touchscreen on ThinkPad L390 does not work (LP: #1849721)
13693 - HID: i2c-hid: fix no irq after reset on raydium 3118
13694
13695 * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901)
13696 - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390
13697 2-in-1"
13698 - lib: devres: add a helper function for ioremap_uc
13699 - mfd: intel-lpss: Use devm_ioremap_uc for MMIO
13700
13701 * Lenovo dock MAC Address pass through doesn't work in Ubuntu (LP: #1827961)
13702 - r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2
13703
13704 * Disable unreliable HPET on CFL-H system (LP: #1852216)
13705 - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake H platforms
13706
13707 * Miscellaneous Ubuntu changes
13708 - update dkms package versions
13709 - [Config] Enable virtualbox dkms build
13710 - [Config] update annotations to match current configs
13711 - SAUCE: Add exfat module to signature inclusion list
13712
13713 * Miscellaneous upstream changes
13714 - Bluetooth: Fix invalid-free in bcsp_close()
13715 - ath9k_hw: fix uninitialized variable data
13716 - ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
13717 - ath10k: Fix HOST capability QMI incompatibility
13718 - ath10k: restore QCA9880-AR1A (v1) detection
13719 - Revert "Bluetooth: hci_ll: set operational frequency earlier"
13720 - Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"
13721 - md/raid10: prevent access of uninitialized resync_pages offset
13722 - x86/insn: Fix awk regexp warnings
13723 - x86/speculation: Fix incorrect MDS/TAA mitigation status
13724 - x86/speculation: Fix redundant MDS mitigation message
13725 - nbd: prevent memory leak
13726 - x86/stackframe/32: Repair 32-bit Xen PV
13727 - x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout
13728 - x86/xen/32: Simplify ring check in xen_iret_crit_fixup()
13729 - x86/doublefault/32: Fix stack canaries in the double fault handler
13730 - x86/pti/32: Size initial_page_table correctly
13731 - x86/cpu_entry_area: Add guard page for entry stack on 32bit
13732 - x86/entry/32: Fix IRET exception
13733 - x86/entry/32: Use %ss segment where required
13734 - x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL
13735 - x86/entry/32: Unwind the ESPFIX stack earlier on exception entry
13736 - x86/entry/32: Fix NMI vs ESPFIX
13737 - selftests/x86/mov_ss_trap: Fix the SYSENTER test
13738 - selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernel
13739 - x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make
13740 the CPU_ENTRY_AREA_PAGES assert precise
13741 - x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3
13742 - futex: Prevent robust futex exit race
13743 - ALSA: usb-audio: Fix NULL dereference at parsing BADD
13744 - ALSA: usb-audio: Fix Scarlett 6i6 Gen 2 port data
13745 - media: vivid: Set vid_cap_streaming and vid_out_streaming to true
13746 - media: vivid: Fix wrong locking that causes race conditions on streaming
13747 stop
13748 - media: usbvision: Fix invalid accesses after device disconnect
13749 - media: usbvision: Fix races among open, close, and disconnect
13750 - cpufreq: Add NULL checks to show() and store() methods of cpufreq
13751 - futex: Move futex exit handling into futex code
13752 - futex: Replace PF_EXITPIDONE with a state
13753 - exit/exec: Seperate mm_release()
13754 - futex: Split futex_mm_release() for exit/exec
13755 - futex: Set task::futex_state to DEAD right after handling futex exit
13756 - futex: Mark the begin of futex exit explicitly
13757 - futex: Sanitize exit state handling
13758 - futex: Provide state handling for exec() as well
13759 - futex: Add mutex around futex exit
13760 - futex: Provide distinct return value when owner is exiting
13761 - futex: Prevent exit livelock
13762 - media: uvcvideo: Fix error path in control parsing failure
13763 - media: b2c2-flexcop-usb: add sanity checking
13764 - media: cxusb: detect cxusb_ctrl_msg error in query
13765 - media: imon: invalid dereference in imon_touch_event
13766 - media: mceusb: fix out of bounds read in MCE receiver buffer
13767 - ALSA: hda - Disable audio component for legacy Nvidia HDMI codecs
13768 - USBIP: add config dependency for SGL_ALLOC
13769 - usbip: tools: fix fd leakage in the function of read_attr_usbip_status
13770 - usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()
13771 - usb-serial: cp201x: support Mark-10 digital force gauge
13772 - USB: chaoskey: fix error case of a timeout
13773 - appledisplay: fix error handling in the scheduled work
13774 - USB: serial: mos7840: add USB ID to support Moxa UPort 2210
13775 - USB: serial: mos7720: fix remote wakeup
13776 - USB: serial: mos7840: fix remote wakeup
13777 - USB: serial: option: add support for DW5821e with eSIM support
13778 - USB: serial: option: add support for Foxconn T77W968 LTE modules
13779 - staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error
13780 - powerpc/book3s64: Fix link stack flush on context switch
13781 - KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel
13782 - Linux 5.4.1
13783
13784 -- Seth Forshee <seth.forshee@canonical.com> Fri, 06 Dec 2019 15:53:53 -0600
13785
13786linux (5.4.0-7.8) focal; urgency=medium
13787
13788 * Miscellaneous Ubuntu changes
13789 - SAUCE: selftests/bpf: Comment out BPF_CORE_READ's which cause clang to
13790 segfault
13791 - Update nvidia-430 to nvidia-440
13792 - [Config] Enable nvidia dkms build
13793 - update dkms package versions
13794
13795 [ Upstream Kernel Changes ]
13796
13797 * Rebase to v5.4
13798
13799 -- Andrea Righi <andrea.righi@canonical.com> Mon, 25 Nov 2019 15:02:30 +0100
13800
13801linux (5.4.0-6.7) focal; urgency=medium
13802
13803 * Miscellaneous Ubuntu changes
13804 - update dkms package versions
13805 - [Config] updateconfigs after rebase to 5.4-rc8
13806
13807 [ Upstream Kernel Changes ]
13808
13809 * Rebase to v5.4-rc7
13810
13811 -- Andrea Righi <andrea.righi@canonical.com> Mon, 18 Nov 2019 12:08:01 +0100
13812
13813linux (5.4.0-5.6) focal; urgency=medium
13814
13815 * refcount underflow and type confusion in shiftfs (LP: #1850867) //
13816 CVE-2019-15793
13817 - SAUCE: shiftfs: Correct id translation for lower fs operations
13818
13819 * refcount underflow and type confusion in shiftfs (LP: #1850867) //
13820 CVE-2019-15792
13821 - SAUCE: shiftfs: prevent type confusion
13822
13823 * refcount underflow and type confusion in shiftfs (LP: #1850867) //
13824 CVE-2019-15791
13825 - SAUCE: shiftfs: Fix refcount underflow in btrfs ioctl handling
13826
13827 * Some EFI systems fail to boot in efi_init() when booted via maas
13828 (LP: #1851810)
13829 - SAUCE: efi: efi_get_memory_map -- increase map headroom
13830
13831 * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281)
13832 - SAUCE: seccomp: rework define for SECCOMP_USER_NOTIF_FLAG_CONTINUE
13833 - SAUCE: seccomp: avoid overflow in implicit constant conversion
13834
13835 * dkms artifacts may expire from the pool (LP: #1850958)
13836 - [Packaging] dkms -- try launchpad librarian for pool downloads
13837 - [Packaging] dkms -- dkms-build quieten wget verbiage
13838
13839 * tsc marked unstable after entered PC10 on Intel CoffeeLake (LP: #1840239)
13840 - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake platforms
13841 - SAUCE: x86/intel: Disable HPET on Intel Ice Lake platforms
13842
13843 * shiftfs: prevent exceeding project quotas (LP: #1849483)
13844 - SAUCE: shiftfs: drop CAP_SYS_RESOURCE from effective capabilities
13845
13846 * shiftfs: fix fallocate() (LP: #1849482)
13847 - SAUCE: shiftfs: setup correct s_maxbytes limit
13848
13849 * The alsa hda driver is not loaded due to the missing of PCIID for Comet
13850 Lake-S [8086:a3f0] (LP: #1852070)
13851 - SAUCE: ALSA: hda: Add Cometlake-S PCI ID
13852
13853 * Can't adjust brightness on DELL UHD dGPU AIO (LP: #1813877)
13854 - SAUCE: platform/x86: dell-uart-backlight: add missing status command
13855 - SAUCE: platform/x86: dell-uart-backlight: load driver by scalar status
13856 - SAUCE: platform/x86: dell-uart-backlight: add force parameter
13857 - SAUCE: platform/x86: dell-uart-backlight: add quirk for old platforms
13858
13859 * s_iflags overlap prevents unprivileged overlayfs mounts (LP: #1851677)
13860 - SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags
13861
13862 * ubuntu-aufs-modified mmap_region() breaks refcounting in overlayfs/shiftfs
13863 error path (LP: #1850994) // CVE-2019-15794
13864 - SAUCE: shiftfs: Restore vm_file value when lower fs mmap fails
13865 - SAUCE: ovl: Restore vm_file value when lower fs mmap fails
13866
13867 * Miscellaneous Ubuntu changes
13868 - [Debian] Convert update-aufs.sh to use aufs5
13869 - SAUCE: import aufs driver
13870 - update dkms package versions
13871
13872 [ Upstream Kernel Changes ]
13873
13874 * Rebase to v5.4-rc7
13875
13876 -- Seth Forshee <seth.forshee@canonical.com> Wed, 13 Nov 2019 11:56:35 -0800
13877
13878linux (5.4.0-4.5) focal; urgency=medium
13879
13880 * High power consumption using 5.0.0-25-generic (LP: #1840835)
13881 - PCI: Add a helper to check Power Resource Requirements _PR3 existence
13882 - ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a
13883 driver
13884 - PCI: Fix missing inline for pci_pr3_present()
13885
13886 * Fix signing of staging modules in eoan (LP: #1850234)
13887 - [Packaging] Leave unsigned modules unsigned after adding .gnu_debuglink
13888
13889 * [20.04 FEAT] Set Architecture Level (ALS) to z13 (LP: #1837525)
13890 - [Config] s390x bump march to z13, with tune to z15
13891
13892 * Miscellaneous Ubuntu changes
13893 - [Debian]: do not skip tests for linux-hwe-edge
13894 - update dkms package versions
13895 - [Config] re-enable zfs
13896 - [Config] rename module virtio_fs to virtiofs
13897
13898 [ Upstream Kernel Changes ]
13899
13900 * Rebase to v5.4-rc6
13901
13902 -- Andrea Righi <andrea.righi@canonical.com> Mon, 04 Nov 2019 15:12:02 +0100
13903
13904linux (5.4.0-3.4) focal; urgency=medium
13905
13906 * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281)
13907 - SAUCE: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test
13908
13909 * cloudimg: no iavf/i40evf module so no network available with SR-IOV enabled
13910 cloud (LP: #1848481)
13911 - [Packaging] include iavf/i40evf in generic
13912
13913 * CVE-2019-17666
13914 - SAUCE: rtlwifi: Fix potential overflow on P2P code
13915
13916 * Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x from yes
13917 to no (LP: #1848492)
13918 - [Config] Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x
13919 from yes to no
13920
13921 * Add Intel Comet Lake ethernet support (LP: #1848555)
13922 - SAUCE: e1000e: Add support for Comet Lake
13923
13924 * seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE (LP: #1847744)
13925 - SAUCE: seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
13926 - SAUCE: seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE
13927
13928 * drm/i915: Fix the issue of "azx_get_response timeout" for hdmi audio on ICL
13929 platforms (LP: #1847192)
13930 - SAUCE: drm/i915: Fix audio power up sequence for gen10+ display
13931 - SAUCE: drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms
13932
13933 * PM / hibernate: fix potential memory corruption (LP: #1847118)
13934 - SAUCE: PM / hibernate: memory_bm_find_bit -- tighten node optimisation
13935
13936 * [regression] NoNewPrivileges incompatible with Apparmor (LP: #1844186)
13937 - SAUCE: apparmor: fix nnp subset test for unconfined
13938
13939 * overlayfs: allow with shiftfs as underlay (LP: #1846272)
13940 - SAUCE: overlayfs: allow with shiftfs as underlay
13941
13942 * eoan: alsa/sof: Enable SOF_HDA link and codec (LP: #1848490)
13943 - [Config] Fix SOF Kconfig options
13944
13945 * linux won't build when new virtualbox version is present on the archive
13946 (LP: #1848788)
13947 - [Packaging]: download virtualbox from sources
13948
13949 * Miscellaneous Ubuntu changes
13950 - [Config] update annotations from configs
13951 - [Config] updateconfigs after rebase to 5.4-rc5
13952 - update dkms package versions
13953
13954 [ Upstream Kernel Changes ]
13955
13956 * Rebase to v5.4-rc5
13957
13958 -- Seth Forshee <seth.forshee@canonical.com> Tue, 29 Oct 2019 12:01:27 -0500
13959
13960linux (5.4.0-2.3) eoan; urgency=medium
13961
13962 * Add installer support for iwlmvm adapters (LP: #1848236)
13963 - d-i: Add iwlmvm to nic-modules
13964
13965 * shiftfs: rework how shiftfs opens files (LP: #1846265)
13966 - SAUCE: shiftfs: rework how shiftfs opens files
13967
13968 * Miscellaneous Ubuntu changes
13969 - update dkms package versions
13970 - [Config] updateconfigs after rebase to 5.4-rc4
13971
13972 [ Upstream Kernel Changes ]
13973
13974 * Rebase to v5.4-rc4
13975
13976 -- Andrea Righi <andrea.righi@canonical.com> Mon, 21 Oct 2019 17:31:26 +0200
13977
13978linux (5.4.0-1.2) eoan; urgency=medium
13979
13980 * Miscellaneous Ubuntu changes
13981 - update dkms package versions
13982 - [Config] updateconfigs after rebase to 5.4-rc3
13983 - [Config] add flexfb, fbtft_device and rio500 to modules.ignore
13984 - [Config] amd64: ignore fbtft and all dependent modules
13985
13986 [ Upstream Kernel Changes ]
13987
13988 * Rebase to v5.4-rc3
13989
13990 -- Andrea Righi <andrea.righi@canonical.com> Mon, 14 Oct 2019 19:48:52 +0200
13991
13992linux (5.4.0-0.1) eoan; urgency=medium
13993
13994 * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704)
13995 - [Packaging] arm64: snapdragon: introduce a snapdragon flavour
13996 - [Packaging] arm64: snapdragon: switch kernel format to Image
13997 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y
13998 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y
13999 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y
14000 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y
14001 - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y
14002 - [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y
14003 - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y
14004 - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y
14005 - [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y
14006 - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y
14007 - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y
14008 - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y
14009 - [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y
14010 - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y
14011 - [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y
14012 - [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y
14013 - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y
14014 - [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y
14015 - [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y
14016 - [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y
14017 - [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y
14018 - [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y
14019 - [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y
14020 - [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y
14021 - [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y
14022 - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y
14023 - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y
14024 - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y
14025 - [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y
14026 - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y
14027 - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y
14028 - [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y
14029 - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y
14030 - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y
14031 - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y
14032 - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y
14033 - [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
14034 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y
14035 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y
14036 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y
14037 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y
14038 - [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y
14039 - [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y
14040 - [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y
14041 - [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y
14042 - [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y
14043 - [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y
14044 - [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y
14045 - [Config] arm64: snapdragon: CONFIG_USB_OTG=y
14046 - [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y
14047 - [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y
14048 - [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y
14049 - [Config] arm64: snapdragon: CONFIG_USB_DWC3=y
14050 - [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y
14051 - [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y
14052 - [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y
14053 - [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y
14054 - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y
14055 - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
14056 - [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y
14057 - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y
14058 - [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y
14059 - [Config] arm64: snapdragon: CONFIG_USB_USBNET=y
14060 - [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y
14061 - [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y
14062 - [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y
14063 - [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y
14064 - [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y
14065
14066 * Miscellaneous Ubuntu changes
14067 - [Config] updateconfigs after rebase to 5.4-rc2
14068 - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that
14069 aren't present.
14070 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
14071 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
14072 error messages.
14073 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
14074 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
14075 mode
14076 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
14077 - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown
14078 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
14079 verify
14080 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
14081 - SAUCE: (lockdown) security: lockdown: Make
14082 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
14083 - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
14084 - [Config] Enable lockdown under secure boot
14085 - SAUCE: import aufs driver
14086 - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3
14087 - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers
14088 - [Config] enable aufs
14089 - update dkms package versions
14090 - [Config] disable zfs
14091 - [Config] disable nvidia dkms build
14092 - [Config] disable virtualbox dkms build
14093 - [Debian] Generate stub reconstruct for -rc kernels
14094 - Revert "UBUNTU: SAUCE: (namespace) block_dev: Forbid unprivileged mounting
14095 when device is opened for writing"
14096 - Revert "UBUNTU: SAUCE: (namespace) ext4: Add module parameter to enable user
14097 namespace mounts"
14098 - Revert "UBUNTU: SAUCE: (namespace) ext4: Add support for unprivileged mounts
14099 from user namespaces"
14100 - Revert "UBUNTU: SAUCE: (namespace) mtd: Check permissions towards mtd block
14101 device inode when mounting"
14102 - Revert "UBUNTU: SAUCE: (namespace) block_dev: Check permissions towards
14103 block device inode when mounting"
14104 - Revert "UBUNTU: SAUCE: (namespace) block_dev: Support checking inode
14105 permissions in lookup_bdev()"
14106
14107 [ Upstream Kernel Changes ]
14108
14109 * Rebase to v5.4-rc2
14110
14111 -- Seth Forshee <seth.forshee@canonical.com> Fri, 11 Oct 2019 16:42:41 -0500
14112
14113linux (5.4.0-0.0) eoan; urgency=medium
14114
14115 * Dummy entry.
14116
14117 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Oct 2019 09:59:00 -0500
14118
14119linux (5.3.0-17.18) eoan; urgency=medium
14120
14121 * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641)
14122
14123 * CVE-2019-17056
14124 - nfc: enforce CAP_NET_RAW for raw sockets
14125
14126 * CVE-2019-17055
14127 - mISDN: enforce CAP_NET_RAW for raw sockets
14128
14129 * CVE-2019-17054
14130 - appletalk: enforce CAP_NET_RAW for raw sockets
14131
14132 * CVE-2019-17053
14133 - ieee802154: enforce CAP_NET_RAW for raw sockets
14134
14135 * CVE-2019-17052
14136 - ax25: enforce CAP_NET_RAW for raw sockets
14137
14138 * CVE-2019-15098
14139 - ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()
14140
14141 * xHCI on AMD Stoney Ridge cannot detect USB 2.0 or 1.1 devices.
14142 (LP: #1846470)
14143 - x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defect
14144
14145 * Re-enable linux-libc-dev build on i386 (LP: #1846508)
14146 - [Packaging] Build only linux-libc-dev for i386
14147 - [Debian] final-checks -- ignore archtictures with no binaries
14148
14149 * arm64: loop on boot after installing linux-generic-hwe-18.04-edge/bionic-
14150 proposed (LP: #1845820)
14151 - [Config] Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT
14152
14153 * Revert ESE DASD discard support (LP: #1846219)
14154 - SAUCE: Revert "s390/dasd: Add discard support for ESE volumes"
14155
14156 * Miscellaneous Ubuntu changes
14157 - update dkms package versions
14158
14159 -- Seth Forshee <seth.forshee@canonical.com> Thu, 03 Oct 2019 16:57:05 -0500
14160
14161linux (5.3.0-16.17) eoan; urgency=medium
14162
14163 * eoan/linux: 5.3.0-16.17 -proposed tracker (LP: #1846204)
14164
14165 * zfs fails to build on s390x with debug symbols enabled (LP: #1846143)
14166 - SAUCE: s390: Mark atomic const ops always inline
14167
14168 -- Seth Forshee <seth.forshee@canonical.com> Tue, 01 Oct 2019 07:46:43 -0500
14169
14170linux (5.3.0-15.16) eoan; urgency=medium
14171
14172 * eoan/linux: 5.3.0-15.16 -proposed tracker (LP: #1845987)
14173
14174 * Drop i386 build for 19.10 (LP: #1845714)
14175 - [Packaging] Remove x32 arch references from control files
14176 - [Debian] final-checks -- Get arch list from debian/control
14177
14178 * ZFS kernel modules lack debug symbols (LP: #1840704)
14179 - [Debian] Fix conditional for setting zfs debug package path
14180
14181 * Use pyhon3-sphinx instead of python-sphinx for building html docs
14182 (LP: #1845808)
14183 - [Packaging] Update sphinx build dependencies to python3 packages
14184
14185 * Kernel panic with 19.10 beta image (LP: #1845454)
14186 - efi/tpm: Don't access event->count when it isn't mapped.
14187 - efi/tpm: don't traverse an event log with no events
14188 - efi/tpm: only set efi_tpm_final_log_size after successful event log parsing
14189
14190 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Sep 2019 11:57:20 -0500
14191
14192linux (5.3.0-14.15) eoan; urgency=medium
14193
14194 * eoan/linux: 5.3.0-14.15 -proposed tracker (LP: #1845728)
14195
14196 * Drop i386 build for 19.10 (LP: #1845714)
14197 - [Debian] Remove support for producing i386 kernels
14198 - [Debian] Don't use CROSS_COMPILE for i386 configs
14199
14200 * udevadm trigger will fail when trying to add /sys/devices/vio/
14201 (LP: #1845572)
14202 - SAUCE: powerpc/vio: drop bus_type from parent device
14203
14204 * Trying to online dasd drive results in invalid input/output from the kernel
14205 on z/VM (LP: #1845323)
14206 - SAUCE: s390/dasd: Fix error handling during online processing
14207
14208 * intel-lpss driver conflicts with write-combining MTRR region (LP: #1845584)
14209 - SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 2-in-1
14210
14211 * Support Hi1620 zip hw accelerator (LP: #1845355)
14212 - [Config] Enable HiSilicon QM/ZIP as modules
14213 - crypto: hisilicon - add queue management driver for HiSilicon QM module
14214 - crypto: hisilicon - add hardware SGL support
14215 - crypto: hisilicon - add HiSilicon ZIP accelerator support
14216 - crypto: hisilicon - add SRIOV support for ZIP
14217 - Documentation: Add debugfs doc for hisi_zip
14218 - crypto: hisilicon - add debugfs for ZIP and QM
14219 - MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver
14220 - crypto: hisilicon - fix kbuild warnings
14221 - crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP
14222 - crypto: hisilicon - init curr_sgl_dma to fix compile warning
14223 - crypto: hisilicon - add missing single_release
14224 - crypto: hisilicon - fix error handle in hisi_zip_create_req_q
14225 - crypto: hisilicon - Fix warning on printing %p with dma_addr_t
14226 - crypto: hisilicon - Fix return value check in hisi_zip_acompress()
14227 - crypto: hisilicon - avoid unused function warning
14228
14229 * SafeSetID LSM should be built but disabled by default (LP: #1845391)
14230 - LSM: SafeSetID: Stop releasing uninitialized ruleset
14231 - [Config] Build SafeSetID LSM but don't enable it by default
14232
14233 * CONFIG_LSM should not specify loadpin since it is not built (LP: #1845383)
14234 - [Config] loadpin shouldn't be in CONFIG_LSM
14235
14236 * Add new pci-id's for CML-S, ICL (LP: #1845317)
14237 - drm/i915/icl: Add missing device ID
14238 - drm/i915/cml: Add Missing PCI IDs
14239
14240 * Thunderbolt support for ICL (LP: #1844680)
14241 - thunderbolt: Correct path indices for PCIe tunnel
14242 - thunderbolt: Move NVM upgrade support flag to struct icm
14243 - thunderbolt: Use 32-bit writes when writing ring producer/consumer
14244 - thunderbolt: Do not fail adding switch if some port is not implemented
14245 - thunderbolt: Hide switch attributes that are not set
14246 - thunderbolt: Expose active parts of NVM even if upgrade is not supported
14247 - thunderbolt: Add support for Intel Ice Lake
14248 - ACPI / property: Add two new Thunderbolt property GUIDs to the list
14249
14250 * Ubuntu 19.10 - Additional PCI patch and fix (LP: #1844668)
14251 - s390/pci: fix MSI message data
14252
14253 * Enhanced Hardware Support - Finalize Naming (LP: #1842774)
14254 - s390: add support for IBM z15 machines
14255 - [Config] CONFIG_MARCH_Z15=n, CONFIG_TUNE_Z15=n
14256
14257 * Eoan update: v5.3.1 upstream stable release (LP: #1845642)
14258 - USB: usbcore: Fix slab-out-of-bounds bug during device reset
14259 - media: tm6000: double free if usb disconnect while streaming
14260 - phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-current
14261 - ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit
14262 - net/sched: fix race between deactivation and dequeue for NOLOCK qdisc
14263 - net_sched: let qdisc_put() accept NULL pointer
14264 - udp: correct reuseport selection with connected sockets
14265 - xen-netfront: do not assume sk_buff_head list is empty in error handling
14266 - net: dsa: Fix load order between DSA drivers and taggers
14267 - net: stmmac: Hold rtnl lock in suspend/resume callbacks
14268 - KVM: coalesced_mmio: add bounds checking
14269 - Documentation: sphinx: Add missing comma to list of strings
14270 - firmware: google: check if size is valid when decoding VPD data
14271 - serial: sprd: correct the wrong sequence of arguments
14272 - tty/serial: atmel: reschedule TX after RX was started
14273 - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
14274 - Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
14275 - ovl: fix regression caused by overlapping layers detection
14276 - phy: qcom-qmp: Correct ready status, again
14277 - floppy: fix usercopy direction
14278 - media: technisat-usb2: break out of loop at end of buffer
14279 - Linux 5.3.1
14280
14281 * ZFS kernel modules lack debug symbols (LP: #1840704)
14282 - [Debian]: Remove hardcoded $(pkgdir) in debug symbols handling
14283 - [Debian]: Handle debug symbols for modules in extras too
14284 - [Debian]: Check/link modules with debug symbols after DKMS modules
14285 - [Debian]: Warn about modules without debug symbols
14286 - [Debian]: dkms-build: new parameter for debug package directory
14287 - [Debian]: dkms-build: zfs: support for debug symbols
14288 - [Debian]: dkms-build: Avoid executing post-processor scripts twice
14289 - [Debian]: dkms-build: Move zfs special-casing into configure script
14290
14291 * /proc/self/maps paths missing on live session (was vlc won't start; eoan
14292 19.10 & bionic 18.04 ubuntu/lubuntu/kubuntu/xubuntu/ubuntu-mate dailies)
14293 (LP: #1842382)
14294 - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: enable overlayfs on shiftfs"
14295
14296 -- Seth Forshee <seth.forshee@canonical.com> Fri, 27 Sep 2019 16:08:06 -0500
14297
14298linux (5.3.0-13.14) eoan; urgency=medium
14299
14300 * eoan/linux: 5.3.0-13.14 -proposed tracker (LP: #1845105)
14301
14302 * Packaging resync (LP: #1786013)
14303 - [Packaging] update helper scripts
14304
14305 * Miscellaneous Ubuntu changes
14306 - [Debian] Remove binutils-dev build dependency
14307
14308 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Sep 2019 19:26:43 -0500
14309
14310linux (5.3.0-12.13) eoan; urgency=medium
14311
14312 * Change kernel compression method to improve boot speed (LP: #1840934)
14313 - [Packaging] Add lz4 build dependency for s390x
14314
14315 * Miscellaneous Ubuntu changes
14316 - SAUCE: Remove spl and zfs source
14317
14318 -- Seth Forshee <seth.forshee@canonical.com> Tue, 17 Sep 2019 13:36:26 +0200
14319
14320linux (5.3.0-11.12) eoan; urgency=medium
14321
14322 * eoan/linux: 5.3.0-11.12 -proposed tracker (LP: #1844144)
14323
14324 * Suspend to RAM(S3) does not wake up for latest megaraid and mpt3sas
14325 adapters(SAS3.5 onwards) (LP: #1838751)
14326 - PCI: Restore Resizable BAR size bits correctly for 1MB BARs
14327
14328 * s390/setup: Actually init kernel lock down (LP: #1843961)
14329 - SAUCE: (lockdown) s390/setup: Actually init kernel lock down
14330
14331 * cherrypick has_sipl fix (LP: #1843960)
14332 - SAUCE: s390/sclp: Fix bit checked for has_sipl
14333
14334 * Change kernel compression method to improve boot speed (LP: #1840934)
14335 - [Config]: Switch kernel compression from LZO to LZ4 on s390x
14336
14337 * Installation fails on eoan/PowerVM : missing /dev/nvram (LP: #1837726)
14338 - [Config] CONFIG_NVRAM=y for ppc64el
14339
14340 * Miscellaneous Ubuntu changes
14341 - [Config]: remove nvram from ppc64el modules ABI
14342 - [Config] Update annotations for recent config changes
14343 - SAUCE: sched: Add __ASSEMBLY__ guards around struct clone_args
14344 - SAUCE: i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630
14345 - SAUCE: arm64: dts: qcom: Add Lenovo Yoga C630
14346 - update dkms package versions
14347
14348 [ Upstream Kernel Changes ]
14349
14350 * Rebase to v5.3
14351
14352 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 16 Sep 2019 16:18:27 +0200
14353
14354linux (5.3.0-10.11) eoan; urgency=medium
14355
14356 * eoan/linux: 5.3.0-10.11 -proposed tracker (LP: #1843232)
14357
14358 * No sound inputs from the external microphone and headset on a Dell machine
14359 (LP: #1842265)
14360 - SAUCE: ALSA: hda - Expand pin_match function to match upcoming new tbls
14361 - SAUCE: ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family
14362
14363 * Horizontal corrupted line at top of screen caused by framebuffer compression
14364 (LP: #1840236)
14365 - SAUCE: drm/i915/fbc: disable framebuffer compression on IceLake
14366
14367 * Add bpftool to linux-tools-common (LP: #1774815)
14368 - [Debian] package bpftool in linux-tools-common
14369
14370 * Miscellaneous Ubuntu changes
14371 - update dkms package versions
14372
14373 [ Upstream Kernel Changes ]
14374
14375 * Rebase to v5.3-rc8
14376
14377 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 09 Sep 2019 10:00:41 +0200
14378
14379linux (5.3.0-9.10) eoan; urgency=medium
14380
14381 * eoan/linux: 5.3.0-9.10 -proposed tracker (LP: #1842393)
14382
14383 * shiftfs: mark kmem_cache as reclaimable (LP: #1842059)
14384 - SAUCE: shiftfs: mark slab objects SLAB_RECLAIM_ACCOUNT
14385
14386 * shiftfs: drop entries from cache on unlink (LP: #1841977)
14387 - SAUCE: shiftfs: fix buggy unlink logic
14388
14389 * Fix touchpad IRQ storm after S3 (LP: #1841396)
14390 - pinctrl: intel: remap the pin number to gpio offset for irq enabled pin
14391
14392 * Please include DTBs for arm64 laptops (LP: #1842050)
14393 - arm64: dts: qcom: Add Lenovo Miix 630
14394 - arm64: dts: qcom: Add HP Envy x2
14395 - arm64: dts: qcom: Add Asus NovaGo TP370QL
14396
14397 * Miscellaneous Ubuntu changes
14398 - SAUCE: import aufs driver
14399 - [Packaging]: ignore vbox modules when vbox is disabled
14400
14401 [ Upstream Kernel Changes ]
14402
14403 * Rebase to v5.3-rc7
14404
14405 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 03 Sep 2019 10:27:33 +0200
14406
14407linux (5.3.0-8.9) eoan; urgency=medium
14408
14409 * Packaging resync (LP: #1786013)
14410 - [Packaging] resync getabis
14411
14412 * Change kernel compression method to improve boot speed (LP: #1840934)
14413 - [Config] change kernel compression method to improve boot speed
14414 - [Packaging] add build dependencies for compression algorithms
14415
14416 * realtek r8822be kernel module fails after update to linux kernel-headers
14417 5.0.0-21 (LP: #1838133)
14418 - rtw88: Fix misuse of GENMASK macro
14419 - rtw88: pci: Rearrange the memory usage for skb in RX ISR
14420 - rtw88: pci: Use DMA sync instead of remapping in RX ISR
14421 - rtw88: debug: dump tx power indexes in use
14422 - rtw88: use txpwr_lmt_cfg_pair struct, not arrays
14423 - rtw88: pci: remove set but not used variable 'ip_sel'
14424 - rtw88: allow c2h operation in irq context
14425 - rtw88: enclose c2h cmd handle with mutex
14426 - rtw88: add BT co-existence support
14427 - SAUCE: rtw88: pci: enable MSI interrupt
14428
14429 * VIMC module not available (CONFIG_VIDEO_VIMC not set) (LP: #1831482)
14430 - [Config] Enable VIMC module
14431
14432 * Goodix touchpad may drop first input event (LP: #1840075)
14433 - Revert "UBUNTU: SAUCE: i2c: designware: add G3 3590 into i2c quirk"
14434 - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk"
14435 - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c
14436 quirk"
14437 - Revert "UBUNTU: SAUCE: i2c: designware: Add disable runtime pm quirk"
14438 - mfd: intel-lpss: Remove D3cold delay
14439
14440 * Include Sunix serial/parallel driver (LP: #1826716)
14441 - serial: 8250_pci: Add support for Sunix serial boards
14442 - parport: parport_serial: Add support for Sunix Multi I/O boards
14443
14444 * enable lockdown on s390x when Secure IPL is performed (LP: #1839622)
14445 - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
14446 - Ubuntu: [Config] Enable CONFIG_LOCK_DOWN_KERNEL on s390x.
14447
14448 * UBUNTU: SAUCE: shiftfs: pass correct point down (LP: #1837231)
14449 - SAUCE: shiftfs: pass correct point down
14450
14451 * shiftfs: add O_DIRECT support (LP: #1837223)
14452 - SAUCE: shiftfs: add O_DIRECT support
14453
14454 * Miscellaneous Ubuntu changes
14455 - [Config] enable secureboot signing on s390x
14456 - [Config] CONFIG_TEST_BLACKHOLE_DEV=m
14457 - SAUCE: selftests: fib_tests: assign address to dummy1 for rp_filter tests
14458 - [Debian] disable dkms builds for autopktest rebuilds
14459 - update dkms package versions
14460 - [Config] updateconfigs after v5.3-rc6 rebase
14461
14462 [ Upstream Kernel Changes ]
14463
14464 * Rebase to v5.3-rc5
14465
14466 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 26 Aug 2019 10:09:42 +0200
14467
14468linux (5.3.0-7.8) eoan; urgency=medium
14469
14470 * Packaging resync (LP: #1786013)
14471 - [Packaging] resync getabis
14472
14473 * Miscellaneous Ubuntu changes
14474 - [Config] updateconfigs after v5.3-rc5 rebase
14475 - remove missing module after updateconfigs
14476
14477 [ Upstream Kernel Changes ]
14478
14479 * Rebase to v5.3-rc5
14480
14481 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 19 Aug 2019 15:31:24 +0200
14482
14483linux (5.3.0-6.7) eoan; urgency=medium
14484
14485 * Miscellaneous Ubuntu changes
14486 - SAUCE: selftests/bpf: prevent headers to be compiled as C code
14487
14488 -- Seth Forshee <seth.forshee@canonical.com> Wed, 14 Aug 2019 13:25:01 -0500
14489
14490linux (5.3.0-5.6) eoan; urgency=medium
14491
14492 * Miscellaneous Ubuntu changes
14493 - update dkms package versions
14494 - [Config] enable zfs build
14495
14496 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Aug 2019 09:16:06 -0500
14497
14498linux (5.3.0-4.5) eoan; urgency=medium
14499
14500 * Packaging resync (LP: #1786013)
14501 - [Packaging] resync getabis
14502 - [Packaging] update helper scripts
14503
14504 * bcache: bch_allocator_thread(): hung task timeout (LP: #1784665) // Tight
14505 timeout for bcache removal causes spurious failures (LP: #1796292)
14506 - SAUCE: bcache: fix deadlock in bcache_allocator
14507
14508 * shiftfs: allow overlayfs (LP: #1838677)
14509 - SAUCE: shiftfs: enable overlayfs on shiftfs
14510
14511 * Miscellaneous Ubuntu changes
14512 - SAUCE: Revert "kbuild: modpost: do not parse unnecessary rules for vmlinux
14513 modpost"
14514 - update dkms package versions
14515 - enable nvidia dkms build
14516
14517 [ Upstream Kernel Changes ]
14518
14519 * Rebase to v5.3-rc4
14520
14521 -- Seth Forshee <seth.forshee@canonical.com> Mon, 12 Aug 2019 10:41:27 -0500
14522
14523linux (5.3.0-3.4) eoan; urgency=medium
14524
14525 * Miscellaneous Ubuntu changes
14526 - update dkms package versions
14527 - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers
14528 - [Config] add mux-* to modules.ignore
14529
14530 [ Upstream Kernel Changes ]
14531
14532 * Rebase to v5.3-rc3
14533
14534 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 05 Aug 2019 18:17:09 +0200
14535
14536linux (5.3.0-2.3) eoan; urgency=medium
14537
14538 * Miscellaneous Ubuntu changes
14539 - [Packaging] add build dependincy on fontconfig
14540
14541 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jul 2019 12:18:46 -0400
14542
14543linux (5.3.0-1.2) eoan; urgency=medium
14544
14545 * System does not auto detect disconnection of external monitor (LP: #1835001)
14546 - SAUCE: drm/i915: Add support for retrying hotplug
14547 - SAUCE: drm/i915: Enable hotplug retry
14548
14549 * Please enable CONFIG_SCSI_UFS_QCOM as a module on arm64 (LP: #1837332)
14550 - [Config] Enable CONFIG_SCSI_UFS_QCOM as a module on arm64.
14551
14552 * Add arm64 CONFIG_ARCH_MESON=y and related configs Edit (LP: #1820530)
14553 - [Config] enable ARCH_MESON
14554 - remove missing module
14555 - [Config] update annotations after enabling ARCH_MESON for arm64
14556
14557 * Miscellaneous Ubuntu changes
14558 - SAUCE: KVM: PPC: comment implicit fallthrough
14559 - update dkms package versions
14560 - [Config] enable vbox dkms build
14561
14562 [ Upstream Kernel Changes ]
14563
14564 * Rebase to v5.3-rc2
14565
14566 -- Seth Forshee <seth.forshee@canonical.com> Sun, 28 Jul 2019 23:10:16 -0400
14567
14568linux (5.3.0-0.1) eoan; urgency=medium
14569
14570 * Packaging resync (LP: #1786013)
14571 - [Packaging] resync git-ubuntu-log
14572
14573 * Miscellaneous Ubuntu changes
14574 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
14575 kernel image
14576 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
14577 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
14578 locked down
14579 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
14580 down
14581 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
14582 reboot
14583 - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and
14584 KEXEC_SIG_FORCE
14585 - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is
14586 locked down
14587 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
14588 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
14589 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
14590 down
14591 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
14592 locked down
14593 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
14594 down
14595 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
14596 locked down
14597 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
14598 has been locked down
14599 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
14600 locked down
14601 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
14602 locked down
14603 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
14604 down
14605 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
14606 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
14607 parameters (eg. ioport)
14608 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
14609 - SAUCE: (efi-lockdown) Lock down /proc/kcore
14610 - SAUCE: (efi-lockdown) Lock down kprobes
14611 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
14612 kernel is locked down
14613 - SAUCE: (efi-lockdown) Lock down perf
14614 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
14615 down
14616 - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages
14617 - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy
14618 when locked down
14619 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
14620 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
14621 defined
14622 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
14623 that aren't present.
14624 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
14625 efi_status_to_err().
14626 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
14627 error messages.
14628 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
14629 boot mode
14630 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
14631 mode
14632 - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module
14633 signature verify
14634 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
14635 - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
14636 - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in
14637 Secure Boot mode
14638 - SAUCE: import aufs driver
14639 - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3
14640 - [Config] disable zfs dkms build
14641 - [Config] disable nvidia dkms build
14642 - [Config] disable vbox dkms build
14643 - SAUCE: perf diff: use llabs for s64 vaules
14644
14645 [ Upstream Kernel Changes ]
14646
14647 * Rebase to v5.3-rc1
14648
14649 -- Seth Forshee <seth.forshee@canonical.com> Tue, 23 Jul 2019 21:45:44 -0500
14650
14651linux (5.3.0-0.0) eoan; urgency=medium
14652
14653 * Dummy entry.
14654
14655 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jul 2019 10:19:04 -0500
14656
14657linux (5.2.0-9.10) eoan; urgency=medium
14658
14659 * Packaging resync (LP: #1786013)
14660 - [Packaging] update helper scripts
14661
14662 * input/mouse: alps trackpoint-only device doesn't work (LP: #1836752)
14663 - SAUCE: Input: alps - don't handle ALPS cs19 trackpoint-only device
14664 - SAUCE: Input: alps - fix a mismatch between a condition check and its
14665 comment
14666
14667 * System does not auto detect disconnection of external monitor (LP: #1835001)
14668 - SAUCE: drm/i915: Add support for retrying hotplug
14669 - SAUCE: drm/i915: Enable hotplug retry
14670
14671 * alsa/hdmi: add icelake hdmi audio support for a Dell machine (LP: #1836916)
14672 - SAUCE: ALSA: hda/hdmi - Remove duplicated define
14673 - SAUCE: ALSA: hda/hdmi - Fix i915 reverse port/pin mapping
14674
14675 * First click on Goodix touchpad doesn't be recognized after runtime suspended
14676 (LP: #1836836)
14677 - SAUCE: i2c: designware: add G3 3590 into i2c quirk
14678
14679 * ixgbe{vf} - Physical Function gets IRQ when VF checks link state
14680 (LP: #1836760)
14681 - ixgbevf: Use cached link state instead of re-reading the value for ethtool
14682
14683 * Doing multiple squashfs (and other loop?) mounts in parallel breaks
14684 (LP: #1836914)
14685 - SAUCE: Revert "loop: Don't change loop device under exclusive opener"
14686
14687 * hibmc-drm Causes Unreadable Display for Huawei amd64 Servers (LP: #1762940)
14688 - SAUCE: Make CONFIG_DRM_HISI_HIBMC depend on ARM64
14689 - [Config] Set CONFIG_DRM_HISI_HIBMC to arm64 only
14690 - [Config] add hibmc-drm to modules.ignore
14691
14692 * hda/realtek: can't detect external mic on a Dell machine (LP: #1836755)
14693 - ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine
14694
14695 * Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64
14696 (LP: #1835054)
14697 - [Config] Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64
14698
14699 * Unhide Nvidia HDA audio controller (LP: #1836308)
14700 - PCI: Enable NVIDIA HDA controllers
14701
14702 * Intel ethernet I219 may wrongly detect connection speed as 10Mbps
14703 (LP: #1836177)
14704 - e1000e: Make watchdog use delayed work
14705
14706 * Sometimes touchpad(goodix) can't use tap function (LP: #1836020)
14707 - SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c quirk
14708 - SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk
14709
14710 * Intel ethernet I219 has slow RX speed (LP: #1836152)
14711 - e1000e: add workaround for possible stalled packet
14712 - e1000e: disable force K1-off feature
14713
14714 * bcache: risk of data loss on I/O errors in backing or caching devices
14715 (LP: #1829563)
14716 - Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"
14717
14718 * bnx2x driver causes 100% CPU load (LP: #1832082)
14719 - bnx2x: Prevent ptp_task to be rescheduled indefinitely
14720
14721 * fcf-protection=none patch with new version
14722 - Revert "UBUNTU: SAUCE: kbuild: add -fcf-protection=none to retpoline flags"
14723 - SAUCE: kbuild: add -fcf-protection=none when using retpoline flags
14724
14725 * CVE-2019-12614
14726 - powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()
14727
14728 * Eoan update: v5.2.1 upstream stable release (LP: #1836622)
14729 - crypto: lrw - use correct alignmask
14730 - crypto: talitos - rename alternative AEAD algos.
14731 - fscrypt: don't set policy for a dead directory
14732 - udf: Fix incorrect final NOT_ALLOCATED (hole) extent length
14733 - media: stv0297: fix frequency range limit
14734 - ALSA: usb-audio: Fix parse of UAC2 Extension Units
14735 - ALSA: hda/realtek - Headphone Mic can't record after S3
14736 - tpm: Actually fail on TPM errors during "get random"
14737 - tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations
14738 - block: fix .bi_size overflow
14739 - block, bfq: NULL out the bic when it's no longer valid
14740 - perf intel-pt: Fix itrace defaults for perf script
14741 - perf auxtrace: Fix itrace defaults for perf script
14742 - perf intel-pt: Fix itrace defaults for perf script intel-pt documentation
14743 - perf pmu: Fix uncore PMU alias list for ARM64
14744 - perf thread-stack: Fix thread stack return from kernel for kernel-only case
14745 - perf header: Assign proper ff->ph in perf_event__synthesize_features()
14746 - x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()
14747 - x86/tls: Fix possible spectre-v1 in do_get_thread_area()
14748 - Documentation: Add section about CPU vulnerabilities for Spectre
14749 - Documentation/admin: Remove the vsyscall=native documentation
14750 - mwifiex: Don't abort on small, spec-compliant vendor IEs
14751 - USB: serial: ftdi_sio: add ID for isodebug v1
14752 - USB: serial: option: add support for GosunCn ME3630 RNDIS mode
14753 - Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"
14754 - p54usb: Fix race between disconnect and firmware loading
14755 - usb: gadget: f_fs: data_len used before properly set
14756 - usb: gadget: ether: Fix race between gether_disconnect and rx_submit
14757 - usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()
14758 - usb: renesas_usbhs: add a workaround for a race condition of workqueue
14759 - drivers/usb/typec/tps6598x.c: fix portinfo width
14760 - drivers/usb/typec/tps6598x.c: fix 4CC cmd write
14761 - p54: fix crash during initialization
14762 - staging: comedi: dt282x: fix a null pointer deref on interrupt
14763 - staging: wilc1000: fix error path cleanup in wilc_wlan_initialize()
14764 - staging: bcm2835-camera: Restore return behavior of ctrl_set_bitrate()
14765 - staging: comedi: amplc_pci230: fix null pointer deref on interrupt
14766 - staging: mt7621-pci: fix PCIE_FTS_NUM_LO macro
14767 - HID: Add another Primax PIXART OEM mouse quirk
14768 - lkdtm: support llvm-objcopy
14769 - binder: fix memory leak in error path
14770 - binder: return errors from buffer copy functions
14771 - iio: adc: stm32-adc: add missing vdda-supply
14772 - coresight: Potential uninitialized variable in probe()
14773 - coresight: etb10: Do not call smp_processor_id from preemptible
14774 - coresight: tmc-etr: Do not call smp_processor_id() from preemptible
14775 - coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from
14776 preemptible
14777 - coresight: tmc-etf: Do not call smp_processor_id from preemptible
14778 - carl9170: fix misuse of device driver API
14779 - Revert "x86/build: Move _etext to actual end of .text"
14780 - VMCI: Fix integer overflow in VMCI handle arrays
14781 - staging: vchiq_2835_arm: revert "quit using custom down_interruptible()"
14782 - staging: vchiq: make wait events interruptible
14783 - staging: vchiq: revert "switch to wait_for_completion_killable"
14784 - staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_work
14785 - staging: bcm2835-camera: Replace spinlock protecting context_map with mutex
14786 - staging: bcm2835-camera: Ensure all buffers are returned on disable
14787 - staging: bcm2835-camera: Remove check of the number of buffers supplied
14788 - staging: bcm2835-camera: Handle empty EOS buffers whilst streaming
14789 - staging: rtl8712: reduce stack usage, again
14790 - Linux 5.2.1
14791 - [Config] updateconfigs after v5.2.1 stable update
14792
14793 * fcf-protection=none patch with upstream version
14794 - Revert "UBUNTU: SAUCE: add -fcf-protection=none to retpoline flags"
14795 - SAUCE: kbuild: add -fcf-protection=none to retpoline flags
14796
14797 * Miscellaneous Ubuntu changes
14798 - SAUCE: selftests/ftrace: avoid failure when trying to probe a notrace
14799 function
14800 - SAUCE: selftests/powerpc/ptrace: fix build failure
14801 - update dkms package versions
14802 - [Packaging] add zlua to zfs-modules.ignore
14803 - update dkms package versions
14804
14805 -- Seth Forshee <seth.forshee@canonical.com> Fri, 19 Jul 2019 15:04:45 -0500
14806
14807linux (5.2.0-8.9) eoan; urgency=medium
14808
14809 * linux: 5.2.0-8.9 -proposed tracker (LP: #1835700)
14810
14811 * Miscellaneous Ubuntu changes
14812 - [Packaging] replace zfs and spl build with zfs 0.8.1-1ubuntu1
14813 - SAUCE: test_bpf: remove expected fail for Ctx heavy transformations test on
14814 s390
14815 - SAUCE: add -fcf-protection=none to retpoline flags
14816 - SAUCE: usbip: ensure strings copied using strncpy are null-terminated
14817 - SAUCE: usbip: add -Wno-address-of-packed-member to EXTRA_CFLAGS
14818 - SAUCE: perf jvmti: ensure strncpy result is null-terminated
14819 - update dkms package versions
14820 - add removed zfs modules to modules.ignore
14821
14822 [ Upstream Kernel Changes ]
14823
14824 * Rebase to v5.2
14825
14826 -- Seth Forshee <seth.forshee@canonical.com> Mon, 08 Jul 2019 07:13:41 -0500
14827
14828linux (5.2.0-7.8) eoan; urgency=medium
14829
14830 * Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0
14831 kernel (LP: #1829652)
14832 - SAUCE: ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw
14833
14834 * Hi1620 driver updates from upstream 5.2 merge window (LP: #1830815)
14835 - net: hns3: initialize CPU reverse mapping
14836 - net: hns3: refine the flow director handle
14837 - net: hns3: add aRFS support for PF
14838 - net: hns3: fix for FEC configuration
14839 - RDMA/hns: Remove unnecessary print message in aeq
14840 - RDMA/hns: Update CQE specifications
14841 - RDMA/hns: Move spin_lock_irqsave to the correct place
14842 - RDMA/hns: Remove jiffies operation in disable interrupt context
14843 - RDMA/hns: Replace magic numbers with #defines
14844 - net: hns3: fix compile warning without CONFIG_RFS_ACCEL
14845 - net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro
14846 - net: hns3: add support for dump firmware statistics by debugfs
14847 - net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has
14848 registered
14849 - net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has
14850 registered
14851 - net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has
14852 registered
14853 - net: hns3: modify hclge_init_client_instance()
14854 - net: hns3: modify hclgevf_init_client_instance()
14855 - net: hns3: add handshake with hardware while doing reset
14856 - net: hns3: stop schedule reset service while unloading driver
14857 - net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()
14858 - net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vector
14859 - RDMA/hns: Bugfix for posting multiple srq work request
14860 - net: hns3: remove redundant core reset
14861 - net: hns3: don't configure new VLAN ID into VF VLAN table when it's full
14862 - net: hns3: fix VLAN filter restore issue after reset
14863 - net: hns3: set the port shaper according to MAC speed
14864 - net: hns3: add a check to pointer in error_detected and slot_reset
14865 - net: hns3: set ops to null when unregister ad_dev
14866 - net: hns3: add handling of two bits in MAC tunnel interrupts
14867 - net: hns3: remove setting bit of reset_requests when handling mac tunnel
14868 interrupts
14869 - net: hns3: add opcode about query and clear RAS & MSI-X to special opcode
14870 - net: hns3: delay and separate enabling of NIC and ROCE HW errors
14871 - RDMA/hns: fix inverted logic of readl read and shift
14872 - RDMA/hns: Bugfix for filling the sge of srq
14873 - net: hns3: log detail error info of ROCEE ECC and AXI errors
14874 - net: hns3: fix wrong size of mailbox responding data
14875 - net: hns3: make HW GRO handling compliant with SW GRO
14876 - net: hns3: replace numa_node_id with numa_mem_id for buffer reusing
14877 - net: hns3: refactor hns3_get_new_int_gl function
14878 - net: hns3: trigger VF reset if a VF has an over_8bd_nfe_err
14879 - net: hns3: delete the redundant user NIC codes
14880 - net: hns3: small changes for magic numbers
14881 - net: hns3: use macros instead of magic numbers
14882 - net: hns3: refactor PF/VF RSS hash key configuration
14883 - net: hns3: some modifications to simplify and optimize code
14884 - net: hns3: fix some coding style issues
14885 - net: hns3: delay setting of reset level for hw errors until slot_reset is
14886 called
14887 - net: hns3: fix avoid unnecessary resetting for the H/W errors which do not
14888 require reset
14889 - net: hns3: process H/W errors occurred before HNS dev initialization
14890 - net: hns3: add recovery for the H/W errors occurred before the HNS dev
14891 initialization
14892 - net: hns3: some changes of MSI-X bits in PPU(RCB)
14893 - net: hns3: extract handling of mpf/pf msi-x errors into functions
14894 - net: hns3: clear restting state when initializing HW device
14895 - net: hns3: free irq when exit from abnormal branch
14896 - net: hns3: fix for dereferencing before null checking
14897 - net: hns3: fix for skb leak when doing selftest
14898 - net: hns3: delay ring buffer clearing during reset
14899 - net: hns3: some variable modification
14900 - net: hns3: fix dereference of ae_dev before it is null checked
14901 - scsi: hisi_sas: Delete PHY timers when rmmod or probe failed
14902 - scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errors
14903 - scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in size
14904 - scsi: hisi_sas: Change the type of some numbers to unsigned
14905 - scsi: hisi_sas: Ignore the error code between phy down to phy up
14906 - scsi: hisi_sas: Disable stash for v3 hw
14907 - net: hns3: Add missing newline at end of file
14908 - RDMa/hns: Don't stuck in endless timeout loop
14909
14910 * Sometimes touchpad automatically trigger double click (LP: #1833484)
14911 - SAUCE: i2c: designware: Add disable runtime pm quirk
14912
14913 * Add pointstick support on HP ZBook 17 G5 (LP: #1833387)
14914 - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"
14915
14916 * depmod may prefer unsigned l-r-m nvidia modules to signed modules
14917 (LP: #1834479)
14918 - [Packaging] dkms-build--nvidia-N -- clean up unsigned ko files
14919
14920 * Miscellaneous Ubuntu changes
14921 - SAUCE: selftests/powerpc: disable signal_fuzzer test
14922
14923 [ Upstream Kernel Changes ]
14924
14925 * Rebase to v5.2-rc7
14926
14927 -- Seth Forshee <seth.forshee@canonical.com> Mon, 01 Jul 2019 07:22:18 -0500
14928
14929linux (5.2.0-6.7) eoan; urgency=medium
14930
14931 * hinic: fix oops due to race in set_rx_mode (LP: #1832048)
14932 - hinic: fix a bug in set rx mode
14933
14934 * Miscellaneous Ubuntu changes
14935 - rebase to v5.2-rc6
14936
14937 [ Upstream Kernel Changes ]
14938
14939 * Rebase to v5.2-rc6
14940
14941 -- Seth Forshee <seth.forshee@canonical.com> Sun, 23 Jun 2019 23:36:11 -0500
14942
14943linux (5.2.0-5.6) eoan; urgency=medium
14944
14945 * QCA9377 isn't being recognized sometimes (LP: #1757218)
14946 - SAUCE: USB: Disable USB2 LPM at shutdown
14947
14948 * shiftfs: allow changing ro/rw for subvolumes (LP: #1832316)
14949 - SAUCE: shiftfs: allow changing ro/rw for subvolumes
14950
14951 * Miscellaneous Ubuntu changes
14952 - update dkms package versions
14953 - [Packaging] replace nvidia-418 dkms build with nvidia-430
14954 - SAUCE: import aufs driver
14955
14956 [ Upstream Kernel Changes ]
14957
14958 * Rebase to v5.2-rc5
14959
14960 -- Seth Forshee <seth.forshee@canonical.com> Mon, 17 Jun 2019 15:04:12 -0500
14961
14962linux (5.2.0-4.5) eoan; urgency=medium
14963
14964 * arm64: cma_alloc errors at boot (LP: #1823753)
14965 - [Config] Bump CMA_SIZE_MBYTES to 32 on arm64
14966 - dma-contiguous: add dma_{alloc,free}_contiguous() helpers
14967 - dma-contiguous: use fallback alloc_pages for single pages
14968 - dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc,
14969 free}_contiguous()
14970
14971 * Miscellaneous Ubuntu changes
14972 - [Config] CONFIG_MFD_TQMX86=n for s390x
14973 - [Config] CONFIG_GPIO_AMD_FCH=n for s390x
14974 - [Config] CONFIG_BACKLIGHT_CLASS_DEVICE=n on s390x
14975 - [Config] CONFIG_LCD_CLASS_DEVICE=n for s390x
14976 - [Config] CONFIG_DRM_ETNAVIV=m for armhf generic-lpae
14977 - [Config] CONFIG_DRM_NOUVEAU_SVM=n
14978 - [Config] CONFIG_HWMON=n for s390x
14979 - [Config] CONFIG_NEW_LEDS=n for s390x
14980 - [Config] CONFIG_MTD_NAND_OMAP2=y for armhf
14981 - [Config] CONFIG_VOP_BUS=n for non-amd64 arches
14982 - [Config] CONFIG_TI_CPSW_PHY_SEL=n
14983 - [Config] CONFIG_INTERCONNECT=n for s390x
14984 - [Config] CONFIG_SCSI_GDTH=n for s390x
14985 - [Config] CONFIG_PACKING=n for s390x
14986 - [Config] CONFIG_ARCH_MILBEAUT=y for armhf
14987 - [Config] update annotations following config review
14988 - update dkms package versions
14989 - [Config] enable nvidia dkms build
14990
14991 [ Upstream Kernel Changes ]
14992
14993 * Rebase to v5.2-rc4
14994
14995 -- Seth Forshee <seth.forshee@canonical.com> Mon, 10 Jun 2019 07:00:11 -0500
14996
14997linux (5.2.0-3.4) eoan; urgency=medium
14998
14999 * [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on
15000 Ubuntu (LP: #1761379)
15001 - [Packaging] Support building libperf-jvmti.so
15002
15003 * Miscellaneous Ubuntu changes
15004 - SAUCE: Revert "bpf, selftest: test global data/bss/rodata sections"
15005 - update dkms package versions
15006 - [Config] enable zfs
15007 - rebase to v5.2-rc3
15008
15009 [ Upstream Kernel Changes ]
15010
15011 * Rebase to v5.2-rc3
15012
15013 -- Seth Forshee <seth.forshee@canonical.com> Sun, 02 Jun 2019 21:48:50 -0500
15014
15015linux (5.2.0-2.3) eoan; urgency=medium
15016
15017 * Miscellaneous Ubuntu changes
15018 - SAUCE: perf arm64: Fix mksyscalltbl when system kernel headers are ahead of
15019 the kernel
15020
15021 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 May 2019 07:12:39 -0500
15022
15023linux (5.2.0-1.2) eoan; urgency=medium
15024
15025 * Miscellaneous Ubuntu changes
15026 - [Config] CONFIG_INTEGRITY_PLATFORM_KEYRING=y
15027 - update dkms package versions
15028 - [Config] enable vbox dkms build
15029 - update dkms package versions
15030
15031 [ Upstream Kernel Changes ]
15032
15033 * Rebase to v5.2-rc2
15034
15035 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 May 2019 21:11:27 -0500
15036
15037linux (5.2.0-0.1) eoan; urgency=medium
15038
15039 * Miscellaneous Ubuntu changes
15040 - SAUCE: import aufs driver
15041 - [Packaging] disable ZFS
15042 - [Packaging] disable nvidia
15043 - [Packaging] dkms-build -- expand paths searched for make.log files
15044 - add virtualbox-guest-dkms dkms package build
15045 - enable vbox dkms build for amd64 and i386
15046 - update dkms package versions
15047 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
15048 kernel image
15049 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
15050 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
15051 locked down
15052 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
15053 down
15054 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
15055 reboot
15056 - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and
15057 KEXEC_SIG_FORCE
15058 - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is
15059 locked down
15060 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
15061 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
15062 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
15063 down
15064 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
15065 locked down
15066 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
15067 down
15068 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
15069 locked down
15070 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
15071 has been locked down
15072 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
15073 locked down
15074 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
15075 locked down
15076 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
15077 down
15078 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
15079 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
15080 parameters (eg. ioport)
15081 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
15082 - SAUCE: (efi-lockdown) Lock down /proc/kcore
15083 - SAUCE: (efi-lockdown) Lock down kprobes
15084 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
15085 kernel is locked down
15086 - SAUCE: (efi-lockdown) Lock down perf
15087 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
15088 down
15089 - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages
15090 - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy
15091 when locked down
15092 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
15093 that aren't present.
15094 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
15095 efi_status_to_err().
15096 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
15097 error messages.
15098 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
15099 boot mode
15100 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
15101 mode
15102 - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module
15103 signature verify
15104 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
15105 defined
15106 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
15107 - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
15108 - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in
15109 Secure Boot mode
15110 - update dkms package versions
15111 - [Config] disable vbox build
15112 - SAUCE: s390: mark __cpacf_check_opcode() and cpacf_query_func() as
15113 __always_inline
15114 - SAUCE: IB/mlx5: use size_t instead of u64 when dividing
15115
15116 [ Upstream Kernel Changes ]
15117
15118 * Rebase to v5.2-rc1
15119
15120 -- Seth Forshee <seth.forshee@canonical.com> Tue, 21 May 2019 11:18:43 -0500
15121
15122linux (5.2.0-0.0) eoan; urgency=medium
15123
15124 * Dummy entry.
15125
15126 -- Seth Forshee <seth.forshee@canonical.com> Tue, 21 May 2019 07:34:43 -0500
15127
15128linux (5.1.0-2.2) eoan; urgency=medium
15129
15130 * Packaging resync (LP: #1786013)
15131 - [Packaging] resync git-ubuntu-log
15132
15133 * Eoan update: v5.1.2 upstream stable release (LP: #1829050)
15134 - x86/msr-index: Cleanup bit defines
15135 - x86/speculation: Consolidate CPU whitelists
15136 - x86/speculation/mds: Add basic bug infrastructure for MDS
15137 - x86/speculation/mds: Add BUG_MSBDS_ONLY
15138 - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests
15139 - x86/speculation/mds: Add mds_clear_cpu_buffers()
15140 - x86/speculation/mds: Clear CPU buffers on exit to user
15141 - x86/kvm/vmx: Add MDS protection when L1D Flush is not active
15142 - x86/speculation/mds: Conditionally clear CPU buffers on idle entry
15143 - x86/speculation/mds: Add mitigation control for MDS
15144 - x86/speculation/mds: Add sysfs reporting for MDS
15145 - x86/speculation/mds: Add mitigation mode VMWERV
15146 - Documentation: Move L1TF to separate directory
15147 - Documentation: Add MDS vulnerability documentation
15148 - x86/speculation/mds: Add mds=full,nosmt cmdline option
15149 - x86/speculation: Move arch_smt_update() call to after mitigation decisions
15150 - x86/speculation/mds: Add SMT warning message
15151 - x86/speculation/mds: Fix comment
15152 - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off
15153 - cpu/speculation: Add 'mitigations=' cmdline option
15154 - x86/speculation: Support 'mitigations=' cmdline option
15155 - powerpc/speculation: Support 'mitigations=' cmdline option
15156 - s390/speculation: Support 'mitigations=' cmdline option
15157 - x86/speculation/mds: Add 'mitigations=' support for MDS
15158 - x86/mds: Add MDSUM variant to the MDS documentation
15159 - Documentation: Correct the possible MDS sysfs values
15160 - x86/speculation/mds: Fix documentation typo
15161 - Linux 5.1.2
15162
15163 * Eoan update: v5.1.1 upstream stable release (LP: #1829046)
15164 - Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()
15165 - ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings
15166 - staging: greybus: power_supply: fix prop-descriptor request size
15167 - staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context.
15168 - staging: most: cdev: fix chrdev_region leak in mod_exit
15169 - staging: most: sound: pass correct device when creating a sound card
15170 - usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON
15171 - usb: dwc3: Fix default lpm_nyet_threshold value
15172 - USB: serial: f81232: fix interrupt worker not stop
15173 - USB: cdc-acm: fix unthrottle races
15174 - usb-storage: Set virt_boundary_mask to avoid SG overflows
15175 - genirq: Prevent use-after-free and work list corruption
15176 - intel_th: pci: Add Comet Lake support
15177 - iio: adc: qcom-spmi-adc5: Fix of-based module autoloading
15178 - cpufreq: armada-37xx: fix frequency calculation for opp
15179 - ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions for
15180 hibernate
15181 - soc: sunxi: Fix missing dependency on REGMAP_MMIO
15182 - scsi: lpfc: change snprintf to scnprintf for possible overflow
15183 - scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines
15184 - scsi: qla2xxx: Set remote port devloss timeout to 0
15185 - scsi: qla2xxx: Fix device staying in blocked state
15186 - Bluetooth: hidp: fix buffer overflow
15187 - Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
15188 - Bluetooth: Fix not initializing L2CAP tx_credits
15189 - Bluetooth: hci_bcm: Fix empty regulator supplies for Intel Macs
15190 - UAS: fix alignment of scatter/gather segments
15191 - ASoC: Intel: avoid Oops if DMA setup fails
15192 - i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()
15193 - locking/futex: Allow low-level atomic operations to return -EAGAIN
15194 - arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP
15195 - Linux 5.1.1
15196
15197 * shiftfs: lock security sensitive superblock flags (LP: #1827122)
15198 - SAUCE: shiftfs: lock down certain superblock flags
15199
15200 * Please package libbpf (which is done out of the kernel src) in Debian [for
15201 19.10] (LP: #1826410)
15202 - SAUCE: tools -- fix add ability to disable libbfd
15203
15204 * ratelimit cma_alloc messages (LP: #1828092)
15205 - SAUCE: cma: ratelimit cma_alloc error messages
15206
15207 * Headphone jack switch sense is inverted: plugging in headphones disables
15208 headphone output (LP: #1824259)
15209 - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board
15210
15211 * There are 4 HDMI/Displayport audio output listed in sound setting without
15212 attach any HDMI/DP monitor (LP: #1827967)
15213 - ALSA: hda/hdmi - Read the pin sense from register when repolling
15214 - ALSA: hda/hdmi - Consider eld_valid when reporting jack event
15215
15216 * CONFIG_LOG_BUF_SHIFT set to 14 is too low on arm64 (LP: #1824864)
15217 - [Config] CONFIG_LOG_BUF_SHIFT=18 on all 64bit arches
15218
15219 * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error
15220 Checking for all LINUX clients for devops4p10 (LP: #1766201)
15221 - SAUCE: integrity: downgrade error to warning
15222
15223 * linux-buildinfo: pull out ABI information into its own package
15224 (LP: #1806380)
15225 - [Packaging] autoreconstruct -- base tag is always primary mainline version
15226
15227 * [SRU] Please sync vbox modules from virtualbox 6.0.6 on next kernel update
15228 (LP: #1825210)
15229 - vbox-update: updates for renamed makefiles
15230 - ubuntu: vbox -- update to 6.0.6-dfsg-1
15231
15232 * autofs kernel module missing (LP: #1824333)
15233 - [Config] Update autofs4 path in inclusion list
15234
15235 * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487)
15236 - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd glitch
15237
15238 * CVE-2019-3874
15239 - sctp: implement memory accounting on tx path
15240 - sctp: implement memory accounting on rx path
15241
15242 * apparmor does not start in Disco LXD containers (LP: #1824812)
15243 - SAUCE: shiftfs: use separate llseek method for directories
15244
15245 * Miscellaneous Ubuntu changes
15246 - [Packaging] autoreconstruct -- remove for -rc kernels
15247 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
15248 defined
15249 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
15250 - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
15251 - [Config] (efi-lockdown): update configs after efi lockdown patch refresh
15252 - [Packaging] don't delete efi_parser.c
15253 - vbox-update -- do not fix up KERN_DIR or KBUILD_EXTMOD
15254 - ubuntu: vbox -- update to 6.0.6-dfsg-2
15255 - add nvidia-418 dkms build
15256 - remove virtualbox guest drivers
15257 - [Packaging] dkms-build -- expand paths searched for make.log files
15258 - add virtualbox-guest-dkms dkms package build
15259 - enable vbox dkms build for amd64 and i386
15260 - [Config] update configs for v5.1(-rc7)? rebase
15261 - update dkms package versions
15262 - Add the ability to lock down access to the running kernel image
15263 - Enforce module signatures if the kernel is locked down
15264 - Restrict /dev/{mem,kmem,port} when the kernel is locked down
15265 - kexec_load: Disable at runtime if the kernel is locked down
15266 - Copy secure_boot flag in boot params across kexec reboot
15267 - kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
15268 - kexec_file: Restrict at runtime if the kernel is locked down
15269 - hibernate: Disable when the kernel is locked down
15270 - uswsusp: Disable when the kernel is locked down
15271 - PCI: Lock down BAR access when the kernel is locked down
15272 - x86: Lock down IO port access when the kernel is locked down
15273 - x86/msr: Restrict MSR access when the kernel is locked down
15274 - ACPI: Limit access to custom_method when the kernel is locked down
15275 - acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down
15276 - acpi: Disable ACPI table override if the kernel is locked down
15277 - acpi: Disable APEI error injection if the kernel is locked down
15278 - Prohibit PCMCIA CIS storage when the kernel is locked down
15279 - Lock down TIOCSSERIAL
15280 - Lock down module params that specify hardware parameters (eg. ioport)
15281 - x86/mmiotrace: Lock down the testmmiotrace module
15282 - Lock down /proc/kcore
15283 - Lock down kprobes
15284 - bpf: Restrict kernel image access functions when the kernel is locked down
15285 - Lock down perf
15286 - debugfs: Restrict debugfs when the kernel is locked down
15287 - lockdown: Print current->comm in restriction messages
15288 - kexec: Allow kexec_file() with appropriate IMA policy when locked down
15289 - Make get_cert_list() not complain about cert lists that aren't present.
15290 - Add efi_status_to_str() and rework efi_status_to_err().
15291 - Make get_cert_list() use efi_status_to_str() to print error messages.
15292 - efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
15293 - efi: Lock down the kernel if booted in secure boot mode
15294 - KEYS: Make use of platform keyring for module signature verify
15295
15296 * Miscellaneous upstream changes
15297 - ALSA: hdea/realtek - Headset fixup for System76 Gazelle (gaze14)
15298
15299 -- Seth Forshee <seth.forshee@canonical.com> Tue, 14 May 2019 12:32:56 -0500
15300
15301linux (5.1.0-1.1) eoan; urgency=medium
15302
15303 * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868)
15304 - [Packaging]: really drop snapdragon
15305
15306 * Miscellaneous Ubuntu changes
15307 - SAUCE: fix vbox use of MAP_SHARED
15308 - SAUCE: fix vbox use of vm_fault_t
15309 - [Packaging] disable ZFS
15310 - [Packaging] disable nvidia
15311 - SAUCE: perf annotate: Fix build on 32 bit for BPF annotation
15312 - [Config]: updateconfig after rebase to v5.1-rc
15313 - [Config]: build ETNAVIV only on arm platforms
15314 - [Config]: Disable CMA on non-arm platforms
15315 - [Config]: MMC_CQHCI is needed by some built-in drivers
15316 - [Config]: a.out support has been deprecated
15317 - [Config]: R3964 was marked as BROKEN
15318 - [Config]: Add SENSIRION_SGP30 module
15319
15320 * Miscellaneous upstream changes
15321 - Revert "UBUNTU: SAUCE: tools: lib/bpf -- add generated headers to search
15322 path"
15323 - Revert "UBUNTU: SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK"
15324
15325 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 25 Apr 2019 10:03:25 -0300
15326
15327linux (5.1.0-0.0) eoan; urgency=medium
15328
15329 * Dummy entry.
15330
15331 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 25 Apr 2019 09:49:47 -0300
15332
15333linux (5.0.0-13.14) disco; urgency=medium
15334
15335 * linux: 5.0.0-13.14 -proposed tracker (LP: #1824819)
15336
15337 * Display only has 640x480 (LP: #1824677)
15338 - Revert "UBUNTU: SAUCE: drm/nouveau: Disable nouveau driver by default"
15339
15340 * shiftfs: use after free when checking mount options (LP: #1824735)
15341 - SAUCE: shiftfs: prevent use-after-free when verifying mount options
15342
15343 -- Seth Forshee <seth.forshee@canonical.com> Mon, 15 Apr 2019 09:11:23 -0500
15344
15345linux (5.0.0-12.13) disco; urgency=medium
15346
15347 * linux: 5.0.0-12.13 -proposed tracker (LP: #1824726)
15348
15349 * Linux 5.0 black screen on boot, display flickers (i915 regression with
15350 certain laptop panels) (LP: #1824216)
15351 - drm/i915/dp: revert back to max link rate and lane count on eDP
15352
15353 * kernel BUG at fs/attr.c:287 when using shiftfs (LP: #1824717)
15354 - SAUCE: shiftfs: fix passing of attrs to underaly for setattr
15355
15356 -- Seth Forshee <seth.forshee@canonical.com> Sun, 14 Apr 2019 13:38:05 -0500
15357
15358linux (5.0.0-11.12) disco; urgency=medium
15359
15360 * linux: 5.0.0-11.12 -proposed tracker (LP: #1824383)
15361
15362 * hns3: PPU_PF_ABNORMAL_INT_ST over_8bd_no_fe found [error status=0x1]
15363 (LP: #1824194)
15364 - net: hns3: fix for not calculating tx bd num correctly
15365
15366 * disco: unable to use iptables/enable ufw under -virtual kernel
15367 (LP: #1823862)
15368 - [Packaging] add bpfilter to linux-modules
15369
15370 * Make shiftfs a module rather than built-in (LP: #1824354)
15371 - [Config] CONFIG_SHIFT_FS=m
15372
15373 * shiftfs: chown sets untranslated ids in lower fs (LP: #1824350)
15374 - SAUCE: shiftfs: use translated ids when chaning lower fs attrs
15375
15376 * [Hyper-V] KVP daemon fails to start on first boot of disco VM (LP: #1820063)
15377 - [Packaging] bind hv_kvp_daemon startup to hv_kvp device
15378
15379 -- Seth Forshee <seth.forshee@canonical.com> Thu, 11 Apr 2019 10:17:19 -0500
15380
15381linux (5.0.0-10.11) disco; urgency=medium
15382
15383 * linux: 5.0.0-10.11 -proposed tracker (LP: #1823936)
15384
15385 * Apparmor enforcement failure in lxc selftests (LP: #1823379)
15386 - SAUCE: apparmor: Restore Y/N in /sys for apparmor's "enabled"
15387
15388 * systemd cause kernel trace "BUG: unable to handle kernel paging request at
15389 6db23a14" on Cosmic i386 (LP: #1813244)
15390 - openvswitch: fix flow actions reallocation
15391
15392 -- Seth Forshee <seth.forshee@canonical.com> Tue, 09 Apr 2019 08:30:38 -0500
15393
15394linux (5.0.0-9.10) disco; urgency=medium
15395
15396 * linux: 5.0.0-9.10 -proposed tracker (LP: #1823228)
15397
15398 * Packaging resync (LP: #1786013)
15399 - [Packaging] resync git-ubuntu-log
15400 - [Packaging] update helper scripts
15401 - [Packaging] resync retpoline extraction
15402
15403 * Huawei Hi1822 NIC has poor performance (LP: #1820187)
15404 - net-next/hinic: replace disable_irq_nosync/enable_irq
15405
15406 * Add uid shifting overlay filesystem (shiftfs) (LP: #1823186)
15407 - shiftfs: uid/gid shifting bind mount
15408 - shiftfs: rework and extend
15409 - shiftfs: support some btrfs ioctls
15410 - [Config] enable shiftfs
15411
15412 * Cannot boot or install - have to use nomodeset (LP: #1821820)
15413 - Revert "drm/i915/fbdev: Actually configure untiled displays"
15414
15415 * Disco update: v5.0.6 upstream stable release (LP: #1823060)
15416 - netfilter: nf_tables: fix set double-free in abort path
15417 - dccp: do not use ipv6 header for ipv4 flow
15418 - genetlink: Fix a memory leak on error path
15419 - gtp: change NET_UDP_TUNNEL dependency to select
15420 - ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL
15421 - mac8390: Fix mmio access size probe
15422 - mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S
15423 - net: aquantia: fix rx checksum offload for UDP/TCP over IPv6
15424 - net: datagram: fix unbounded loop in __skb_try_recv_datagram()
15425 - net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec
15426 - net: phy: meson-gxl: fix interrupt support
15427 - net: rose: fix a possible stack overflow
15428 - net: stmmac: fix memory corruption with large MTUs
15429 - net-sysfs: call dev_hold if kobject_init_and_add success
15430 - net: usb: aqc111: Extend HWID table by QNAP device
15431 - packets: Always register packet sk in the same order
15432 - rhashtable: Still do rehash when we get EEXIST
15433 - sctp: get sctphdr by offset in sctp_compute_cksum
15434 - sctp: use memdup_user instead of vmemdup_user
15435 - tcp: do not use ipv6 header for ipv4 flow
15436 - tipc: allow service ranges to be connect()'ed on RDM/DGRAM
15437 - tipc: change to check tipc_own_id to return in tipc_net_stop
15438 - tipc: fix cancellation of topology subscriptions
15439 - tun: properly test for IFF_UP
15440 - vrf: prevent adding upper devices
15441 - vxlan: Don't call gro_cells_destroy() before device is unregistered
15442 - thunderx: enable page recycling for non-XDP case
15443 - thunderx: eliminate extra calls to put_page() for pages held for recycling
15444 - net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmode
15445 - net: mii: Fix PAUSE cap advertisement from linkmode_adv_to_lcl_adv_t()
15446 helper
15447 - net: phy: don't clear BMCR in genphy_soft_reset
15448 - r8169: fix cable re-plugging issue
15449 - ila: Fix rhashtable walker list corruption
15450 - tun: add a missing rcu_read_unlock() in error path
15451 - powerpc/fsl: Fix the flush of branch predictor.
15452 - Btrfs: fix incorrect file size after shrinking truncate and fsync
15453 - btrfs: remove WARN_ON in log_dir_items
15454 - btrfs: don't report readahead errors and don't update statistics
15455 - btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks
15456 - btrfs: Avoid possible qgroup_rsv_size overflow in
15457 btrfs_calculate_inode_block_rsv_size
15458 - Btrfs: fix assertion failure on fsync with NO_HOLES enabled
15459 - locks: wake any locks blocked on request before deadlock check
15460 - tracing: initialize variable in create_dyn_event()
15461 - ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected time
15462 - powerpc: bpf: Fix generation of load/store DW instructions
15463 - vfio: ccw: only free cp on final interrupt
15464 - NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()
15465 - NFS: fix mount/umount race in nlmclnt.
15466 - NFSv4.1 don't free interrupted slot on open
15467 - net: dsa: qca8k: remove leftover phy accessors
15468 - ALSA: rawmidi: Fix potential Spectre v1 vulnerability
15469 - ALSA: seq: oss: Fix Spectre v1 vulnerability
15470 - ALSA: pcm: Fix possible OOB access in PCM oss plugins
15471 - ALSA: pcm: Don't suspend stream in unrecoverable PCM state
15472 - ALSA: hda/realtek - Fixed Headset Mic JD not stable
15473 - ALSA: hda/realtek: merge alc_fixup_headset_jack to alc295_fixup_chromebook
15474 - ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO
15475 - ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB
15476 - ALSA: hda/realtek: Enable headset MIC of Acer AIO with ALC286
15477 - ALSA: hda/realtek: Enable headset MIC of Acer Aspire Z24-890 with ALC286
15478 - ALSA: hda/realtek - Add support for Acer Aspire E5-523G/ES1-432 headset mic
15479 - ALSA: hda/realtek: Enable ASUS X441MB and X705FD headset MIC with ALC256
15480 - ALSA: hda/realtek: Enable headset mic of ASUS P5440FF with ALC256
15481 - ALSA: hda/realtek: Enable headset MIC of ASUS X430UN and X512DK with ALC256
15482 - ALSA: hda/realtek - Fix speakers on Acer Predator Helios 500 Ryzen laptops
15483 - kbuild: modversions: Fix relative CRC byte order interpretation
15484 - fs/open.c: allow opening only regular files during execve()
15485 - ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock
15486 - scsi: sd: Fix a race between closing an sd device and sd I/O
15487 - scsi: sd: Quiesce warning if device does not report optimal I/O size
15488 - scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_Host
15489 - scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP
15490 devices
15491 - drm/rockchip: vop: reset scale mode when win is disabled
15492 - tty/serial: atmel: Add is_half_duplex helper
15493 - tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped
15494 - tty: mxs-auart: fix a potential NULL pointer dereference
15495 - tty: atmel_serial: fix a potential NULL pointer dereference
15496 - tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setup
15497 - staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtest
15498 - staging: olpc_dcon_xo_1: add missing 'const' qualifier
15499 - staging: speakup_soft: Fix alternate speech with other synths
15500 - staging: vt6655: Remove vif check from vnt_interrupt
15501 - staging: vt6655: Fix interrupt race condition on device start up.
15502 - staging: erofs: fix to handle error path of erofs_vmap()
15503 - staging: erofs: fix error handling when failed to read compresssed data
15504 - staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()
15505 - serial: max310x: Fix to avoid potential NULL pointer dereference
15506 - serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference
15507 - serial: sh-sci: Fix setting SCSCR_TIE while transferring data
15508 - USB: serial: cp210x: add new device id
15509 - USB: serial: ftdi_sio: add additional NovaTech products
15510 - USB: serial: mos7720: fix mos_parport refcount imbalance on error path
15511 - USB: serial: option: set driver_info for SIM5218 and compatibles
15512 - USB: serial: option: add support for Quectel EM12
15513 - USB: serial: option: add Olicard 600
15514 - ACPI / CPPC: Fix guaranteed performance handling
15515 - Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc
15516 - fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
15517 - drivers/block/zram/zram_drv.c: fix idle/writeback string compare
15518 - blk-mq: fix sbitmap ws_active for shared tags
15519 - cpufreq: intel_pstate: Also use CPPC nominal_perf for base_frequency
15520 - cpufreq: scpi: Fix use after free
15521 - drm/vgem: fix use-after-free when drm_gem_handle_create() fails
15522 - drm/vkms: fix use-after-free when drm_gem_handle_create() fails
15523 - drm/i915: Mark AML 0x87CA as ULX
15524 - drm/i915/gvt: Fix MI_FLUSH_DW parsing with correct index check
15525 - drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macro
15526 - gpio: exar: add a check for the return value of ida_simple_get fails
15527 - gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input
15528 - phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYs
15529 - usb: mtu3: fix EXTCON dependency
15530 - USB: gadget: f_hid: fix deadlock in f_hidg_write()
15531 - usb: common: Consider only available nodes for dr_mode
15532 - mm/memory.c: fix modifying of page protection by insert_pfn()
15533 - usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirk
15534 - xhci: Fix port resume done detection for SS ports with LPM enabled
15535 - usb: xhci: dbc: Don't free all memory with spinlock held
15536 - xhci: Don't let USB3 ports stuck in polling state prevent suspend
15537 - usb: cdc-acm: fix race during wakeup blocking TX traffic
15538 - usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-caps
15539 - usb: typec: Fix unchecked return value
15540 - mm/hotplug: fix offline undo_isolate_page_range()
15541 - mm: add support for kmem caches in DMA32 zone
15542 - iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debugging
15543 - mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified
15544 - mm/debug.c: fix __dump_page when mapping->host is not set
15545 - mm/memory_hotplug.c: fix notification in offline error path
15546 - mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate()
15547 - mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate
15548 - perf pmu: Fix parser error for uncore event alias
15549 - perf intel-pt: Fix TSC slip
15550 - objtool: Query pkg-config for libelf location
15551 - powerpc/pseries/energy: Use OF accessor functions to read ibm,drc-indexes
15552 - powerpc/64: Fix memcmp reading past the end of src/dest
15553 - powerpc/pseries/mce: Fix misleading print for TLB mutlihit
15554 - watchdog: Respect watchdog cpumask on CPU hotplug
15555 - cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n
15556 - x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y
15557 - KVM: Reject device ioctls from processes other than the VM's creator
15558 - KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
15559 - KVM: x86: update %rip after emulating IO
15560 - bpf: do not restore dst_reg when cur_state is freed
15561 - mt76x02u: use usb_bulk_msg to upload firmware
15562 - Linux 5.0.6
15563
15564 * RDMA/hns updates for disco (LP: #1822897)
15565 - RDMA/hns: Fix the bug with updating rq head pointer when flush cqe
15566 - RDMA/hns: Bugfix for the scene without receiver queue
15567 - RDMA/hns: Add constraint on the setting of local ACK timeout
15568 - RDMA/hns: Modify the pbl ba page size for hip08
15569 - RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record db
15570 - RDMA/hns: Add the process of AEQ overflow for hip08
15571 - RDMA/hns: Add SCC context allocation support for hip08
15572 - RDMA/hns: Add SCC context clr support for hip08
15573 - RDMA/hns: Add timer allocation support for hip08
15574 - RDMA/hns: Remove set but not used variable 'rst'
15575 - RDMA/hns: Make some function static
15576 - RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs
15577 - RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during reset
15578 - RDMA/hns: Fix the chip hanging caused by sending doorbell during reset
15579 - RDMA/hns: Limit minimum ROCE CQ depth to 64
15580 - RDMA/hns: Fix the state of rereg mr
15581 - RDMA/hns: Set allocated memory to zero for wrid
15582 - RDMA/hns: Delete useful prints for aeq subtype event
15583 - RDMA/hns: Configure capacity of hns device
15584 - RDMA/hns: Modify qp&cq&pd specification according to UM
15585 - RDMA/hns: Bugfix for set hem of SCC
15586 - RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qp
15587
15588 * autopkgtests run too often, too much and don't skip enough (LP: #1823056)
15589 - Set +x on rebuild testcase.
15590 - Skip rebuild test, for regression-suite deps.
15591 - Make ubuntu-regression-suite skippable on unbootable kernels.
15592 - make rebuild use skippable error codes when skipping.
15593 - Only run regression-suite, if requested to.
15594
15595 * touchpad not working on lenovo yoga 530 (LP: #1787775)
15596 - Revert "UBUNTU: SAUCE: i2c:amd Depends on ACPI"
15597 - Revert "UBUNTU: SAUCE: i2c:amd move out pointer in union i2c_event_base"
15598 - i2c: add extra check to safe DMA buffer helper
15599 - i2c: Add drivers for the AMD PCIe MP2 I2C controller
15600 - [Config] Update config for AMD MP2 I2C driver
15601
15602 * Detect SMP PHY control command errors (LP: #1822680)
15603 - scsi: libsas: Check SMP PHY control function result
15604
15605 * disable a.out support (LP: #1818552)
15606 - [Config] Disable a.out support
15607 - [Config] remove binfmt_aout from abi for i386 lowlatency
15608
15609 * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868)
15610 - [Packaging] remove snapdragon flavour support
15611 - Revert "UBUNTU: SAUCE: (snapdragon) drm/msm/adv7511: wrap hacks under
15612 CONFIG_ADV7511_SNAPDRAGON_HACKS #ifdefs"
15613 - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: skip address change if dt
15614 addr == default addr"
15615 - Revert "UBUNTU: SAUCE: (snapdragon) DT: leds: Add Qualcomm Light Pulse
15616 Generator binding"
15617 - Revert "UBUNTU: SAUCE: (snapdragon) MAINTAINERS: Add Qualcomm Camera Control
15618 Interface driver"
15619 - Revert "UBUNTU: SAUCE: (snapdragon) dt-bindings: media: Binding document for
15620 Qualcomm Camera Control Interface driver"
15621 - Revert "UBUNTU: SAUCE: (snapdragon) leds: Add driver for Qualcomm LPG"
15622 - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/adv7511: Don't rely on
15623 interrupts for EDID parsing"
15624 - Revert "UBUNTU: SAUCE: (snapdragon) drm/bridge/adv7511: Delay clearing of
15625 HPD interrupt status"
15626 - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: Fix I2C address"
15627 - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix I2C address bug"
15628 - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix run queue completion
15629 timeout"
15630 - Revert "UBUNTU: SAUCE: (snapdragon) camss: Do not register if no cameras are
15631 present"
15632 - Revert "UBUNTU: SAUCE: (snapdragon) i2c: Add Qualcomm Camera Control
15633 Interface driver"
15634 - Revert "UBUNTU: SAUCE: (snapdragon) ov5645: I2C address change"
15635 - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Allow
15636 REGULATOR_QCOM_SMD_RPM=m"
15637 - Revert "UBUNTU: SAUCE: (snapdragon) cpufreq: Add apq8016 to cpufreq-dt-
15638 platdev blacklist"
15639 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Add a helper to get an opp
15640 regulator for device"
15641 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: HACK: Allow to set regulator
15642 without opp_list"
15643 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Drop RCU usage in
15644 dev_pm_opp_adjust_voltage()"
15645 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Support adjusting OPP voltages
15646 at runtime"
15647 - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Add floor and corner
15648 operations"
15649 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Register with cpufreq-
15650 dt"
15651 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: fix with new
15652 reg_sequence structures"
15653 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Use raw mem access for
15654 qfprom"
15655 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: Add support for CPR (Core
15656 Power Reduction)"
15657 - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/iommu: Remove runtime_put
15658 calls in map/unmap"
15659 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable LEDS_QCOM_LPG"
15660 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'BBR' TCP
15661 congestion algorithm"
15662 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'fq' and
15663 'fq_codel' qdiscs"
15664 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable
15665 'schedutil' CPUfreq governor"
15666 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: set USB_CONFIG_F_FS in
15667 distro.config"
15668 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable
15669 CONFIG_USB_CONFIGFS_F_FS by default"
15670 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add freq stat to sysfs"
15671 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: Enable camera drivers"
15672 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: disable ANALOG_TV and
15673 DIGITAL_TV"
15674 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add more USB net
15675 drivers"
15676 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable BT_QCOMSMD"
15677 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable
15678 CFG80211_DEFAULT_PS by default"
15679 - Revert "UBUNTU: SAUCE: (snapdragon) Force the SMD regulator driver to be
15680 compiled-in"
15681 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: enable dm_mod and
15682 dm_crypt"
15683 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: Enable a53/apcs and
15684 avs"
15685 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable QCOM Venus"
15686 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable debug
15687 friendly USB network adpater"
15688 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable WCN36xx"
15689 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs; add distro.config"
15690 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable QCOM audio
15691 drivers for APQ8016 and DB410c"
15692 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable REMOTEPROC"
15693 - [Config] fix abi for remove i2c-qcom-cci module
15694 - [Config] update annotations
15695 - [Config] update configs following snapdragon removal
15696
15697 * Disco update: v5.0.5 upstream stable release (LP: #1822671)
15698 - Revert "ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec"
15699 - ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
15700 - ALSA: firewire-motu: use 'version' field of unit directory to identify model
15701 - mmc: pxamci: fix enum type confusion
15702 - mmc: alcor: fix DMA reads
15703 - mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages"
15704 - mmc: renesas_sdhi: limit block count to 16 bit for old revisions
15705 - drm/amdgpu: fix invalid use of change_bit
15706 - drm/vmwgfx: Don't double-free the mode stored in par->set_mode
15707 - drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's
15708 - iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE
15709 - iommu/iova: Fix tracking of recently failed iova address
15710 - libceph: wait for latest osdmap in ceph_monc_blacklist_add()
15711 - udf: Fix crash on IO error during truncate
15712 - mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction.
15713 - MIPS: Ensure ELF appended dtb is relocated
15714 - MIPS: Fix kernel crash for R6 in jump label branch function
15715 - powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038
15716 - powerpc/security: Fix spectre_v2 reporting
15717 - net/mlx5: Fix DCT creation bad flow
15718 - scsi: core: Avoid that a kernel warning appears during system resume
15719 - scsi: qla2xxx: Fix FC-AL connection target discovery
15720 - scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton
15721 - scsi: ibmvscsi: Fix empty event pool access during host removal
15722 - futex: Ensure that futex address is aligned in handle_futex_death()
15723 - perf probe: Fix getting the kernel map
15724 - objtool: Move objtool_file struct off the stack
15725 - irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp
15726 - clocksource/drivers/riscv: Fix clocksource mask
15727 - ALSA: ac97: Fix of-node refcount unbalance
15728 - ext4: fix NULL pointer dereference while journal is aborted
15729 - ext4: fix data corruption caused by unaligned direct AIO
15730 - ext4: brelse all indirect buffer in ext4_ind_remove_space()
15731 - media: v4l2-ctrls.c/uvc: zero v4l2_event
15732 - Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf()
15733 - Bluetooth: Fix decrementing reference count twice in releasing socket
15734 - Bluetooth: hci_ldisc: Initialize hci_dev before open()
15735 - Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in
15736 hci_uart_set_proto()
15737 - drm/vkms: Fix flush_work() without INIT_WORK().
15738 - RDMA/cma: Rollback source IP address if failing to acquire device
15739 - f2fs: fix to avoid deadlock of atomic file operations
15740 - aio: simplify - and fix - fget/fput for io_submit()
15741 - netfilter: ebtables: remove BUGPRINT messages
15742 - loop: access lo_backing_file only when the loop device is Lo_bound
15743 - x86/unwind: Handle NULL pointer calls better in frame unwinder
15744 - x86/unwind: Add hardcoded ORC entry for NULL
15745 - locking/lockdep: Add debug_locks check in __lock_downgrade()
15746 - ALSA: hda - Record the current power state before suspend/resume calls
15747 - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
15748 - Linux 5.0.5
15749
15750 * hisi_sas updates for disco (LP: #1822385)
15751 - scsi: hisi_sas: send primitive NOTIFY to SSP situation only
15752 - scsi: hisi_sas: shutdown axi bus to avoid exception CQ returned
15753 - scsi: hisi_sas: remove the check of sas_dev status in
15754 hisi_sas_I_T_nexus_reset()
15755 - scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc()
15756 - scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5G
15757 - scsi: hisi_sas: Fix losing directly attached disk when hot-plug
15758 - scsi: hisi_sas: Correct memory allocation size for DQ debugfs
15759 - scsi: hisi_sas: Some misc tidy-up
15760 - scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL scsi_cmnd
15761 - scsi: hisi_sas: Add missing seq_printf() call in hisi_sas_show_row_32()
15762 - scsi: hisi_sas: Add support for DIX feature for v3 hw
15763 - scsi: hisi_sas: Add manual trigger for debugfs dump
15764 - scsi: hisi_sas: change queue depth from 512 to 4096
15765 - scsi: hisi_sas: Issue internal abort on all relevant queues
15766 - scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimental
15767 - scsi: hisi_sas: Do some more tidy-up
15768 - scsi: hisi_sas: Change return variable type in phy_up_v3_hw()
15769 - scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO
15770 - scsi: hisi_sas: print PHY RX errors count for later revision of v3 hw
15771 - scsi: hisi_sas: Set PHY linkrate when disconnected
15772 - scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP
15773 target port
15774 - scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of
15775 HiLink
15776 - scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset()
15777
15778 * [Patch][Raven 2] kernel 5.0.0 cannot boot because of psp response
15779 (LP: #1822267)
15780 - drm/amdgpu/psp: Fix can't detect psp INVOKE command failed
15781 - drm/amdgpu/psp: ignore psp response status
15782
15783 * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
15784 triggers system hang on i386 (LP: #1812845)
15785 - btrfs: raid56: properly unmap parity page in finish_parity_scrub()
15786
15787 * enable CONFIG_DRM_BOCHS (LP: #1795857)
15788 - [Config] Reenable DRM_BOCHS as module
15789
15790 * [Dell Precision 7530/5530 with Nvidia Quadro P1000] Live USB freezes or
15791 cannot complete install when nouveau driver is loaded (crashing in GP100
15792 code) (LP: #1822026)
15793 - SAUCE: drm/nouveau: Disable nouveau driver by default
15794
15795 * Need to add Intel CML related pci-id's (LP: #1821863)
15796 - drm/i915/cml: Add CML PCI IDS
15797 - drm/i915/cml: Introduce Comet Lake PCH
15798
15799 * ARM: Add support for the SDEI interface (LP: #1822005)
15800 - ACPI / APEI: Don't wait to serialise with oops messages when panic()ing
15801 - ACPI / APEI: Remove silent flag from ghes_read_estatus()
15802 - ACPI / APEI: Switch estatus pool to use vmalloc memory
15803 - ACPI / APEI: Make hest.c manage the estatus memory pool
15804 - ACPI / APEI: Make estatus pool allocation a static size
15805 - ACPI / APEI: Don't store CPER records physical address in struct ghes
15806 - ACPI / APEI: Remove spurious GHES_TO_CLEAR check
15807 - ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
15808 - ACPI / APEI: Generalise the estatus queue's notify code
15809 - ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errors
15810 - ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI
15811 - ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
15812 - KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
15813 - arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
15814 - ACPI / APEI: Move locking to the notification helper
15815 - ACPI / APEI: Let the notification helper specify the fixmap slot
15816 - ACPI / APEI: Pass ghes and estatus separately to avoid a later copy
15817 - ACPI / APEI: Make GHES estatus header validation more user friendly
15818 - ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER length
15819 - ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry()
15820 - ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications
15821 - firmware: arm_sdei: Add ACPI GHES registration helper
15822 - ACPI / APEI: Add support for the SDEI GHES Notification type
15823
15824 * CVE-2019-9857
15825 - inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()
15826
15827 * scsi: libsas: Support SATA PHY connection rate unmatch fixing during
15828 discovery (LP: #1821408)
15829 - scsi: libsas: Support SATA PHY connection rate unmatch fixing during
15830 discovery
15831
15832 * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
15833 - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
15834
15835 * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
15836 - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
15837
15838 * hid-sensor-hub spamming dmesg in 4.20 (LP: #1818547)
15839 - HID: Increase maximum report size allowed by hid_field_extract()
15840
15841 * [disco] [5.0.0-7.8] can't mount guest cifs share (LP: #1821053)
15842 - cifs: allow guest mounts to work for smb3.11
15843 - SMB3: Fix SMB3.1.1 guest mounts to Samba
15844
15845 * Add HiSilicon SoC quirk for cpufreq (LP: #1821620)
15846 - ACPI / CPPC: Add a helper to get desired performance
15847 - cpufreq / cppc: Work around for Hisilicon CPPC cpufreq
15848
15849 * Disco update: v5.0.4 upstream stable release (LP: #1821607)
15850 - 9p: use inode->i_lock to protect i_size_write() under 32-bit
15851 - 9p/net: fix memory leak in p9_client_create
15852 - ASoC: fsl_esai: fix register setting issue in RIGHT_J mode
15853 - ASoC: codecs: pcm186x: fix wrong usage of DECLARE_TLV_DB_SCALE()
15854 - ASoC: codecs: pcm186x: Fix energysense SLEEP bit
15855 - iio: adc: exynos-adc: Fix NULL pointer exception on unbind
15856 - iio: adc: exynos-adc: Use proper number of channels for Exynos4x12
15857 - mei: hbm: clean the feature flags on link reset
15858 - mei: bus: move hw module get/put to probe/release
15859 - stm class: Prevent division by zero
15860 - stm class: Fix an endless loop in channel allocation
15861 - crypto: caam - fix hash context DMA unmap size
15862 - crypto: ccree - fix missing break in switch statement
15863 - crypto: caam - fixed handling of sg list
15864 - crypto: caam - fix DMA mapping of stack memory
15865 - crypto: ccree - fix free of unallocated mlli buffer
15866 - crypto: ccree - unmap buffer before copying IV
15867 - crypto: ccree - don't copy zero size ciphertext
15868 - crypto: cfb - add missing 'chunksize' property
15869 - crypto: cfb - remove bogus memcpy() with src == dest
15870 - crypto: ofb - fix handling partial blocks and make thread-safe
15871 - crypto: ahash - fix another early termination in hash walk
15872 - crypto: rockchip - fix scatterlist nents error
15873 - crypto: rockchip - update new iv to device in multiple operations
15874 - dax: Flush partial PMDs correctly
15875 - nfit: Fix nfit_intel_shutdown_status() command submission
15876 - nfit: acpi_nfit_ctl(): Check out_obj->type in the right place
15877 - acpi/nfit: Fix bus command validation
15878 - nfit/ars: Attempt a short-ARS whenever the ARS state is idle at boot
15879 - nfit/ars: Attempt short-ARS even in the no_init_ars case
15880 - libnvdimm/label: Clear 'updating' flag after label-set update
15881 - libnvdimm, pfn: Fix over-trim in trim_pfn_device()
15882 - libnvdimm/pmem: Honor force_raw for legacy pmem regions
15883 - libnvdimm: Fix altmap reservation size calculation
15884 - fix cgroup_do_mount() handling of failure exits
15885 - crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
15886 - crypto: aegis - fix handling chunked inputs
15887 - crypto: arm/crct10dif - revert to C code for short inputs
15888 - crypto: arm64/aes-neonbs - fix returning final keystream block
15889 - crypto: arm64/crct10dif - revert to C code for short inputs
15890 - crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
15891 - crypto: morus - fix handling chunked inputs
15892 - crypto: pcbc - remove bogus memcpy()s with src == dest
15893 - crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
15894 - crypto: testmgr - skip crc32c context test for ahash algorithms
15895 - crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
15896 - crypto: x86/aesni-gcm - fix crash on empty plaintext
15897 - crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP
15898 - crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling
15899 - crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine
15900 - CIFS: Fix leaking locked VFS cache pages in writeback retry
15901 - CIFS: Do not reset lease state to NONE on lease break
15902 - CIFS: Do not skip SMB2 message IDs on send failures
15903 - CIFS: Fix read after write for files with read caching
15904 - smb3: make default i/o size for smb3 mounts larger
15905 - tracing: Use strncpy instead of memcpy for string keys in hist triggers
15906 - tracing: Do not free iter->trace in fail path of tracing_open_pipe()
15907 - tracing/perf: Use strndup_user() instead of buggy open-coded version
15908 - vmw_balloon: release lock on error in vmballoon_reset()
15909 - xen: fix dom0 boot on huge systems
15910 - ACPI / device_sysfs: Avoid OF modalias creation for removed device
15911 - mmc: sdhci-esdhc-imx: fix HS400 timing issue
15912 - mmc: renesas_sdhi: Fix card initialization failure in high speed mode
15913 - mmc:fix a bug when max_discard is 0
15914 - spi: ti-qspi: Fix mmap read when more than one CS in use
15915 - spi: pxa2xx: Setup maximum supported DMA transfer length
15916 - spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch
15917 - spi: spi-gpio: fix SPI_CS_HIGH capability
15918 - regulator: s2mps11: Fix steps for buck7, buck8 and LDO35
15919 - regulator: max77620: Initialize values for DT properties
15920 - regulator: s2mpa01: Fix step values for some LDOs
15921 - mt76: fix corrupted software generated tx CCMP PN
15922 - clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISR
15923 - clocksource/drivers/exynos_mct: Clear timer interrupt when shutdown
15924 - clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer
15925 instability
15926 - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
15927 - s390/setup: fix early warning messages
15928 - s390/virtio: handle find on invalid queue gracefully
15929 - scsi: virtio_scsi: don't send sc payload with tmfs
15930 - scsi: aacraid: Fix performance issue on logical drives
15931 - scsi: sd: Optimal I/O size should be a multiple of physical block size
15932 - scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock
15933 - scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmware
15934 - scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not
15935 supported
15936 - scsi: qla2xxx: Use complete switch scan for RSCN events
15937 - fs/devpts: always delete dcache dentry-s in dput()
15938 - splice: don't merge into linked buffers
15939 - ovl: During copy up, first copy up data and then xattrs
15940 - ovl: Do not lose security.capability xattr over metadata file copy-up
15941 - m68k: Add -ffreestanding to CFLAGS
15942 - Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()
15943 - Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl
15944 - btrfs: scrub: fix circular locking dependency warning
15945 - btrfs: drop the lock on error in btrfs_dev_replace_cancel
15946 - btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
15947 - btrfs: init csum_list before possible free
15948 - Btrfs: fix corruption reading shared and compressed extents after hole
15949 punching
15950 - Btrfs: fix deadlock between clone/dedupe and rename
15951 - soc: qcom: rpmh: Avoid accessing freed memory from batch API
15952 - libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer
15953 - irqchip/gic-v3-its: Avoid parsing _indirect_ twice for Device table
15954 - irqchip/brcmstb-l2: Use _irqsave locking variants in non-interrupt code
15955 - x86/kprobes: Prohibit probing on optprobe template code
15956 - cpufreq: kryo: Release OPP tables on module removal
15957 - cpufreq: tegra124: add missing of_node_put()
15958 - cpufreq: pxa2xx: remove incorrect __init annotation
15959 - ext4: fix check of inode in swap_inode_boot_loader
15960 - ext4: cleanup pagecache before swap i_data
15961 - mm: hwpoison: fix thp split handing in soft_offline_in_use_page()
15962 - mm/vmalloc: fix size check for remap_vmalloc_range_partial()
15963 - mm/memory.c: do_fault: avoid usage of stale vm_area_struct
15964 - kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv
15965 - nvmem: core: don't check the return value of notifier chain call
15966 - device property: Fix the length used in PROPERTY_ENTRY_STRING()
15967 - intel_th: Don't reference unassigned outputs
15968 - parport_pc: fix find_superio io compare code, should use equal test.
15969 - i2c: tegra: fix maximum transfer size
15970 - i2c: tegra: update maximum transfer size
15971 - media: i2c: ov5640: Fix post-reset delay
15972 - gpio: pca953x: Fix dereference of irq data in shutdown
15973 - ext4: update quota information while swapping boot loader inode
15974 - ext4: add mask of ext4 flags to swap
15975 - ext4: fix crash during online resizing
15976 - dma: Introduce dma_max_mapping_size()
15977 - swiotlb: Introduce swiotlb_max_mapping_size()
15978 - swiotlb: Add is_swiotlb_active() function
15979 - PCI/ASPM: Use LTR if already enabled by platform
15980 - PCI/DPC: Fix print AER status in DPC event handling
15981 - PCI: qcom: Don't deassert reset GPIO during probe
15982 - PCI: dwc: skip MSI init if MSIs have been explicitly disabled
15983 - PCI: pci-bridge-emul: Create per-bridge copy of register behavior
15984 - PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flags
15985 - IB/hfi1: Close race condition on user context disable and close
15986 - IB/rdmavt: Fix loopback send with invalidate ordering
15987 - IB/rdmavt: Fix concurrency panics in QP post_send and modify to error
15988 - cxl: Wrap iterations over afu slices inside 'afu_list_lock'
15989 - ext2: Fix underflow in ext2_max_size()
15990 - clk: uniphier: Fix update register for CPU-gear
15991 - clk: clk-twl6040: Fix imprecise external abort for pdmclk
15992 - clk: samsung: exynos5: Fix possible NULL pointer exception on
15993 platform_device_alloc() failure
15994 - clk: samsung: exynos5: Fix kfree() of const memory on setting
15995 driver_override
15996 - clk: ingenic: Fix round_rate misbehaving with non-integer dividers
15997 - clk: ingenic: Fix doc of ingenic_cgu_div_info
15998 - usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()
15999 - usb: typec: tps6598x: handle block writes separately with plain-I2C adapters
16000 - dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit
16001 - serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO
16002 - serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart
16003 - serial: 8250_pci: Fix number of ports for ACCES serial cards
16004 - serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954
16005 chip use the pci_pericom_setup()
16006 - jbd2: clear dirty flag when revoking a buffer from an older transaction
16007 - jbd2: fix compile warning when using JBUFFER_TRACE
16008 - selinux: add the missing walk_size + len check in selinux_sctp_bind_connect
16009 - security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock
16010 - powerpc/32: Clear on-stack exception marker upon exception return
16011 - powerpc/wii: properly disable use of BATs when requested.
16012 - powerpc/powernv: Make opal log only readable by root
16013 - powerpc/83xx: Also save/restore SPRG4-7 during suspend
16014 - powerpc/kvm: Save and restore host AMR/IAMR/UAMOR
16015 - powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit
16016 - powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instruction
16017 - powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guest
16018 - powerpc/ptrace: Simplify vr_get/set() to avoid GCC warning
16019 - powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR
16020 configuration
16021 - powerpc/smp: Fix NMI IPI timeout
16022 - powerpc/smp: Fix NMI IPI xmon timeout
16023 - powerpc/traps: fix recoverability of machine check handling on book3s/32
16024 - powerpc/traps: Fix the message printed when stack overflows
16025 - ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notify
16026 - arm64: Fix HCR.TGE status for NMI contexts
16027 - arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals
16028 - arm64: debug: Ensure debug handlers check triggering exception level
16029 - arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2
16030 - Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"
16031 - ipmi_si: Fix crash when using hard-coded device
16032 - ipmi_si: fix use-after-free of resource->name
16033 - dm: fix to_sector() for 32bit
16034 - dm integrity: limit the rate of error messages
16035 - media: cx25840: mark pad sig_types to fix cx231xx init
16036 - mfd: sm501: Fix potential NULL pointer dereference
16037 - cpcap-charger: generate events for userspace
16038 - cpuidle: governor: Add new governors to cpuidle_governors again
16039 - NFS: Fix I/O request leakages
16040 - NFS: Fix an I/O request leakage in nfs_do_recoalesce
16041 - NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()
16042 - nfsd: fix performance-limiting session calculation
16043 - nfsd: fix memory corruption caused by readdir
16044 - nfsd: fix wrong check in write_v4_end_grace()
16045 - NFSv4.1: Reinitialise sequence results before retransmitting a request
16046 - svcrpc: fix UDP on servers with lots of threads
16047 - PM / wakeup: Rework wakeup source timer cancellation
16048 - PM / OPP: Update performance state when freq == old_freq
16049 - bcache: treat stale && dirty keys as bad keys
16050 - bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
16051 - stable-kernel-rules.rst: add link to networking patch queue
16052 - vt: perform safe console erase in the right order
16053 - x86/unwind/orc: Fix ORC unwind table alignment
16054 - perf intel-pt: Fix CYC timestamp calculation after OVF
16055 - perf tools: Fix split_kallsyms_for_kcore() for trampoline symbols
16056 - perf auxtrace: Define auxtrace record alignment
16057 - perf intel-pt: Fix overlap calculation for padding
16058 - perf/x86/intel/uncore: Fix client IMC events return huge result
16059 - perf intel-pt: Fix divide by zero when TSC is not available
16060 - md: Fix failed allocation of md_register_thread
16061 - x86/kvmclock: set offset for kvm unstable clock
16062 - x86/ftrace: Fix warning and considate ftrace_jmp_replace() and
16063 ftrace_call_replace()
16064 - tpm/tpm_crb: Avoid unaligned reads in crb_recv()
16065 - tpm: Unify the send callback behaviour
16066 - rcu: Do RCU GP kthread self-wakeup from softirq and interrupt
16067 - media: imx: prpencvf: Stop upstream before disabling IDMA channel
16068 - media: lgdt330x: fix lock status reporting
16069 - media: sun6i: Fix CSI regmap's max_register
16070 - media: uvcvideo: Avoid NULL pointer dereference at the end of streaming
16071 - media: vimc: Add vimc-streamer for stream control
16072 - media: imx-csi: Input connections to CSI should be optional
16073 - media: imx: csi: Disable CSI immediately after last EOF
16074 - media: imx: csi: Stop upstream before disabling IDMA channel
16075 - drm/fb-helper: generic: Fix drm_fbdev_client_restore()
16076 - drm/radeon/evergreen_cs: fix missing break in switch statement
16077 - drm/amd/powerplay: correct power reading on fiji
16078 - drm/amd/display: don't call dm_pp_ function from an fpu block
16079 - KVM: Call kvm_arch_memslots_updated() before updating memslots
16080 - KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-run
16081 - KVM: VMX: Zero out *all* general purpose registers after VM-Exit
16082 - KVM: x86/mmu: Detect MMIO generation wrap in any address space
16083 - KVM: x86/mmu: Do not cache MMIO accesses while memslots are in flux
16084 - KVM: nVMX: Sign extend displacements of VMX instr's mem operands
16085 - KVM: nVMX: Apply addr size mask to effective address for VMX instructions
16086 - KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
16087 - KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks
16088 - net: dsa: lantiq_gswip: fix use-after-free on failed probe
16089 - net: dsa: lantiq_gswip: fix OF child-node lookups
16090 - s390/setup: fix boot crash for machine without EDAT-1
16091 - SUNRPC: Prevent thundering herd when the socket is not connected
16092 - SUNRPC: Fix up RPC back channel transmission
16093 - SUNRPC: Respect RPC call timeouts when retrying transmission
16094 - Linux 5.0.4
16095 - [Config] update configs for 5.0.4 stable update
16096
16097 * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu
16098 system (LP: #1821271)
16099 - iwlwifi: add new card for 9260 series
16100
16101 * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
16102 - [Config]: enable highdpi Terminus 16x32 font support
16103
16104 * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
16105 - iommu/amd: Fix NULL dereference bug in match_hid_uid
16106
16107 * some codecs stop working after S3 (LP: #1820930)
16108 - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
16109 - ALSA: hda - Don't trigger jackpoll_work in azx_resume
16110
16111 * tcm_loop.ko: move from modules-extra into main modules package
16112 (LP: #1817786)
16113 - [Packaging] move tcm_loop.lo to main linux-modules package
16114
16115 * C++ demangling support missing from perf (LP: #1396654)
16116 - [Packaging] fix a mistype
16117
16118 * r8169 doesn't get woken up by ethernet cable plugging, no PME generated
16119 (LP: #1817676)
16120 - PCI: pciehp: Disable Data Link Layer State Changed event on suspend
16121
16122 * Disco update: v5.0.3 upstream stable release (LP: #1821074)
16123 - connector: fix unsafe usage of ->real_parent
16124 - fou, fou6: avoid uninit-value in gue_err() and gue6_err()
16125 - gro_cells: make sure device is up in gro_cells_receive()
16126 - ipv4/route: fail early when inet dev is missing
16127 - l2tp: fix infoleak in l2tp_ip6_recvmsg()
16128 - lan743x: Fix RX Kernel Panic
16129 - lan743x: Fix TX Stall Issue
16130 - net: hsr: fix memory leak in hsr_dev_finalize()
16131 - net/hsr: fix possible crash in add_timer()
16132 - net: sit: fix UBSAN Undefined behaviour in check_6rd
16133 - net/x25: fix use-after-free in x25_device_event()
16134 - net/x25: reset state in x25_connect()
16135 - pptp: dst_release sk_dst_cache in pptp_sock_destruct
16136 - ravb: Decrease TxFIFO depth of Q3 and Q2 to one
16137 - route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race
16138 - rxrpc: Fix client call queueing, waiting for channel
16139 - sctp: remove sched init from sctp_stream_init
16140 - tcp: do not report TCP_CM_INQ of 0 for closed connections
16141 - tcp: Don't access TCP_SKB_CB before initializing it
16142 - tcp: handle inet_csk_reqsk_queue_add() failures
16143 - vxlan: Fix GRO cells race condition between receive and link delete
16144 - vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()
16145 - net/mlx4_core: Fix reset flow when in command polling mode
16146 - net/mlx4_core: Fix locking in SRIOV mode when switching between events and
16147 polling
16148 - net/mlx4_core: Fix qp mtt size calculation
16149 - net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports
16150 - vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
16151 - net: sched: flower: insert new filter to idr after setting its mask
16152 - f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
16153 - perf/x86: Fixup typo in stub functions
16154 - ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against
16155 Liquid Saffire 56
16156 - ALSA: firewire-motu: fix construction of PCM frame for capture direction
16157 - ALSA: hda: Extend i915 component bind timeout
16158 - ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
16159 - ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294
16160 - ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone
16161 - ALSA: hda/realtek: Enable headset MIC of Acer TravelMate X514-51T with
16162 ALC255
16163 - perf/x86/intel: Fix memory corruption
16164 - perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
16165 - It's wrong to add len to sector_nr in raid10 reshape twice
16166 - drm: Block fb changes for async plane updates
16167 - Linux 5.0.3
16168
16169 * Disco update: v5.0.2 upstream stable release (LP: #1820318)
16170 - media: uvcvideo: Fix 'type' check leading to overflow
16171 - Input: wacom_serial4 - add support for Wacom ArtPad II tablet
16172 - Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
16173 - iscsi_ibft: Fix missing break in switch statement
16174 - scsi: aacraid: Fix missing break in switch statement
16175 - x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
16176 - arm64: dts: zcu100-revC: Give wifi some time after power-on
16177 - arm64: dts: hikey: Give wifi some time after power-on
16178 - arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
16179 - ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid X2/U3
16180 - ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU
16181 - ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid XU3/XU4
16182 - drm: disable uncached DMA optimization for ARM and arm64
16183 - media: Revert "media: rc: some events are dropped by userspace"
16184 - Revert "PCI/PME: Implement runtime PM callbacks"
16185 - bpf: Stop the psock parser before canceling its work
16186 - gfs2: Fix missed wakeups in find_insert_glock
16187 - staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()
16188 - staging: erofs: compressed_pages should not be accessed again after freed
16189 - scripts/gdb: replace flags (MS_xyz -> SB_xyz)
16190 - ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
16191 - perf/x86/intel: Make cpuc allocations consistent
16192 - perf/x86/intel: Generalize dynamic constraint creation
16193 - x86: Add TSX Force Abort CPUID/MSR
16194 - perf/x86/intel: Implement support for TSX Force Abort
16195 - Linux 5.0.2
16196
16197 * Linux security module stacking support
16198 - LSM: Introduce LSM_FLAG_LEGACY_MAJOR
16199 - LSM: Provide separate ordered initialization
16200 - LSM: Plumb visibility into optional "enabled" state
16201 - LSM: Lift LSM selection out of individual LSMs
16202 - LSM: Build ordered list of LSMs to initialize
16203 - LSM: Introduce CONFIG_LSM
16204 - LSM: Introduce "lsm=" for boottime LSM selection
16205 - LSM: Tie enabling logic to presence in ordered list
16206 - LSM: Prepare for reorganizing "security=" logic
16207 - LSM: Refactor "security=" in terms of enable/disable
16208 - LSM: Separate idea of "major" LSM from "exclusive" LSM
16209 - apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUE
16210 - selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE
16211 - LSM: Add all exclusive LSMs to ordered initialization
16212 - LSM: Split LSM preparation from initialization
16213 - LoadPin: Initialize as ordered LSM
16214 - Yama: Initialize as ordered LSM
16215 - LSM: Introduce enum lsm_order
16216 - capability: Initialize as LSM_ORDER_FIRST
16217 - procfs: add smack subdir to attrs
16218 - Smack: Abstract use of cred security blob
16219 - SELinux: Abstract use of cred security blob
16220 - SELinux: Remove cred security blob poisoning
16221 - SELinux: Remove unused selinux_is_enabled
16222 - AppArmor: Abstract use of cred security blob
16223 - TOMOYO: Abstract use of cred security blob
16224 - Infrastructure management of the cred security blob
16225 - SELinux: Abstract use of file security blob
16226 - Smack: Abstract use of file security blob
16227 - LSM: Infrastructure management of the file security
16228 - SELinux: Abstract use of inode security blob
16229 - Smack: Abstract use of inode security blob
16230 - LSM: Infrastructure management of the inode security
16231 - LSM: Infrastructure management of the task security
16232 - SELinux: Abstract use of ipc security blobs
16233 - Smack: Abstract use of ipc security blobs
16234 - LSM: Infrastructure management of the ipc security blob
16235 - TOMOYO: Update LSM flags to no longer be exclusive
16236 - LSM: generalize flag passing to security_capable
16237 - LSM: Make lsm_early_cred() and lsm_early_task() local functions.
16238 - LSM: Make some functions static
16239 - apparmor: Adjust offset when accessing task blob.
16240 - LSM: Ignore "security=" when "lsm=" is specified
16241 - LSM: Update list of SECURITYFS users in Kconfig
16242 - apparmor: delete the dentry in aafs_remove() to avoid a leak
16243 - apparmor: fix double free when unpack of secmark rules fails
16244 - SAUCE: LSM: Infrastructure management of the sock security
16245 - SAUCE: LSM: Limit calls to certain module hooks
16246 - SAUCE: LSM: Special handling for secctx lsm hooks
16247 - SAUCE: LSM: Specify which LSM to display with /proc/self/attr/display
16248 - SAUCE: Fix-up af_unix mediation for sock infrastructure management
16249 - SAUCE: Revert "apparmor: Fix warning about unused function
16250 apparmor_ipv6_postroute"
16251 - SAUCE: Revert "apparmor: fix checkpatch error in Parse secmark policy"
16252 - SAUCE: Revert "apparmor: add #ifdef checks for secmark filtering"
16253 - SAUCE: Revert "apparmor: Allow filtering based on secmark policy"
16254 - SAUCE: Revert "apparmor: Parse secmark policy"
16255 - SAUCE: Revert "apparmor: Add a wildcard secid"
16256 - SAUCE: Revert "apparmor: fix bad debug check in apparmor_secid_to_secctx()"
16257 - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR"
16258 - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids"
16259 - SAUCE: Revert "apparmor: Fix memory leak of rule on error exit path"
16260 - SAUCE: Revert "apparmor: modify audit rule support to support profile
16261 stacks"
16262 - SAUCE: Revert "apparmor: Add support for audit rule filtering"
16263 - SAUCE: Revert "apparmor: add the ability to get a task's secid"
16264 - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes"
16265 - SAUCE: apparmor: add proc subdir to attrs
16266 - SAUCE: apparmor: add an apparmorfs entry to access current attrs
16267 - SAUCE: apparmor: update flags to no longer be exclusive
16268 - SAUCE: update configs and annotations for LSM stacking
16269
16270 * Miscellaneous Ubuntu changes
16271 - [Config] CONFIG_EARLY_PRINTK_USB_XDBC=y
16272 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
16273 kernel is locked down
16274 - [Config] CONFIG_RANDOM_TRUST_CPU=y
16275 - [Config] refresh annotations for recent config changes
16276 - ubuntu: vbox -- update to 6.0.4-dfsg-7
16277 - Revert "UBUNTU: SAUCE: i2c:amd I2C Driver based on PCI Interface for
16278 upcoming platform"
16279
16280 -- Seth Forshee <seth.forshee@canonical.com> Thu, 04 Apr 2019 14:49:59 -0500
16281
16282linux (5.0.0-8.9) disco; urgency=medium
16283
16284 * linux: 5.0.0-8.9 -proposed tracker (LP: #1819759)
16285
16286 * hisi_sas: add debugfs support (LP: #1819500)
16287 - scsi: hisi_sas: Create root and device debugfs directories
16288 - scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registers
16289 - scsi: hisi_sas: Take debugfs snapshot for all regs
16290 - scsi: hisi_sas: Debugfs global register create file and add file operations
16291 - scsi: hisi_sas: Add debugfs for port registers
16292 - scsi: hisi_sas: Add debugfs CQ file and add file operations
16293 - scsi: hisi_sas: Add debugfs DQ file and add file operations
16294 - scsi: hisi_sas: Add debugfs IOST file and add file operations
16295 - scsi: hisi_sas: No need to check return value of debugfs_create functions
16296 - scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs
16297 code
16298 - scsi: hisi_sas: Add debugfs ITCT file and add file operations
16299
16300 * [disco] hns driver updates from 5.1 merge window (LP: #1819535)
16301 - net: hns: Use struct_size() in devm_kzalloc()
16302 - net: hns3: modify enet reinitialization interface
16303 - net: hns3: remove unused member in struct hns3_enet_ring
16304 - net: hns3: remove unnecessary hns3_adjust_tqps_num
16305 - net: hns3: reuse reinitialization interface in the hns3_set_channels
16306 - net: hns3: add interface hclge_tm_bp_setup
16307 - net: hns3: modify parameter checks in the hns3_set_channels
16308 - net: hns3: remove redundant codes in hclge_knic_setup
16309 - net: hns3: fix user configuration loss for ethtool -L
16310 - net: hns3: adjust the use of alloc_tqps and num_tqps
16311 - net: hns3: fix wrong combined count returned by ethtool -l
16312 - net: hns3: do reinitialization while ETS configuration changed
16313 - net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module
16314 - net: hns3: add calling roce callback function when link status change
16315 - net: hns3: add rx multicast packets statistic
16316 - net: hns3: refactor the statistics updating for netdev
16317 - net: hns3: fix rss configuration lost problem when setting channel
16318 - net: hns3: fix for shaper not setting when TC num changes
16319 - net: hns3: fix bug of ethtool_ops.get_channels for VF
16320 - net: hns3: clear param in ring when free ring
16321 - net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED
16322 - net: hns3: do not return GE PFC setting err when initializing
16323 - net: hns3: add ETS TC weight setting in SSU module
16324 - net: hns3: add statistics for PFC frames and MAC control frames
16325 - net: hns3: fix PFC not setting problem for DCB module
16326 - net: hns3: don't update packet statistics for packets dropped by hardware
16327 - net: hns3: clear pci private data when unload hns3 driver
16328 - net: hns3: add error handling in hclge_ieee_setets
16329 - net: hns3: fix return value handle issue for hclge_set_loopback()
16330 - net: hns3: fix broadcast promisc issue for revision 0x20
16331 - net: hns3: After setting the loopback, add the status of getting MAC
16332 - net: hns3: do reinitialization while mqprio configuration changed
16333 - net: hns3: remove dcb_ops->map_update in hclge_dcb
16334 - net: hns3: call hns3_nic_set_real_num_queue with netdev down
16335 - net: hns3: add 8 BD limit for tx flow
16336 - net: hns3: add initialization for nic state
16337 - net: hns3: don't allow vf to enable promisc mode
16338 - net: hns3: reuse the definition of l3 and l4 header info union
16339 - net: hns3: fix VF dump register issue
16340 - net: hns3: use the correct interface to stop|open port
16341 - net: hns3: change hnae3_register_ae_dev() to int
16342 - net: hns3: only support tc 0 for VF
16343 - net: hns3: Fix NULL deref when unloading driver
16344 - net: hns3: fix netif_napi_del() not do problem when unloading
16345 - net: hns3: fix for rss result nonuniform
16346 - net: hns3: fix improper error handling in the hclge_init_ae_dev()
16347 - net: hns3: fix an issue for hclgevf_ae_get_hdev
16348 - net: hns3: stop sending keep alive msg to PF when VF is resetting
16349 - net: hns3: keep flow director state unchanged when reset
16350 - net: hns3: Check for allocation failure
16351 - net: hns3: fix a code style issue for hns3_update_new_int_gl()
16352 - net: hns3: fix an issue for hns3_update_new_int_gl
16353 - net: hns3: Modify parameter type from int to bool in set_gro_en
16354 - net: hns3: code optimization for hclge_rx_buffer_calc
16355 - net: hns3: add hclge_cmd_check_retval() to parse comman's return value
16356 - net: hns3: move some set_bit statement into hclge_prepare_mac_addr
16357 - net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()
16358 - net: hns3: fix the problem that the supported port is empty
16359 - net: hns3: optimize the maximum TC macro
16360 - net: hns3: don't allow user to change vlan filter state
16361 - net: hns3: modify the upper limit judgment condition
16362 - net: hns3: MAC table entry count function increases operation 0 value
16363 protection measures
16364 - net: hns3: make function hclge_set_all_vf_rst() static
16365 - net: hns3: add pointer checking at the beginning of the exported functions.
16366 - net: hns3: Check variable is valid before assigning it to another
16367 - net: hns3: convert mac advertize and supported from u32 to link mode
16368 - net: hns3: fix port info query issue for copper port
16369 - net: hns3: modify print message of ssu common ecc errors
16370 - net: hns3: some bugfix of ppu(rcb) ras errors
16371 - net: hns3: enable 8~11th bit of mac common msi-x error
16372 - net: hns3: fix 6th bit of ppp mpf abnormal errors
16373 - net: hns3: Record VF unicast and multicast tables
16374 - net: hns3: Record VF vlan tables
16375 - net: hns3: uninitialize command queue while unloading PF driver
16376 - net: hns3: clear command queue's registers when unloading VF driver
16377 - net: hns3: add xps setting support for hns3 driver
16378 - net: hns3: avoid mult + div op in critical data path
16379 - net: hns3: limit some variable scope in critical data path
16380 - net: hns3: remove some ops in struct hns3_nic_ops
16381 - net: hns3: add unlikely for error handling in data path
16382 - net: hns3: replace hnae3_set_bit and hnae3_set_field in data path
16383 - net: hns3: remove hnae3_get_bit in data path
16384 - net: hns3: add support to config depth for tx|rx ring separately
16385 - net: hns3: enable VF VLAN filter for each VF when initializing
16386 - net: hns3: fix get VF RSS issue
16387 - net: hns3: fix setting of the hns reset_type for rdma hw errors
16388 - net: hns3: fix improper error handling for hns3_client_start
16389 - net: hns: use struct_size() in devm_kzalloc()
16390 - net: hns3: Fix a logical vs bitwise typo
16391 - net: hns3: add dma_rmb() for rx description
16392 - net: hns3: fix to stop multiple HNS reset due to the AER changes
16393
16394 * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
16395 - [Packaging] dkms-build -- support building against packages in PPAs
16396 - [Packaging] dkms-build: do not redownload files on subsequent passes
16397 - [Packaging] dkms-build -- elide partial Built-Using information
16398 - [Packaging] dkms-build -- remove retpoline data from final binary packages
16399 - [Packaging] dkms-build--nvidia* -- check gcc version against primary build
16400 - [Packaging] dkms-build -- add support for unversioned overrides
16401 - [Packaging] dkms-build--nvidia-* -- convert to generic -N form
16402 - [Packaging] fix-filenames -- handle exact string removal
16403 - [Packaging] dkms-build--nvidia-N -- remove GCC versions
16404
16405 * Disco update: v5.0.1 upstream stable release (LP: #1819515)
16406 - cpufreq: Use struct kobj_attribute instead of struct global_attr
16407 - staging: erofs: fix mis-acted TAIL merging behavior
16408 - binder: create node flag to request sender's security context
16409 - USB: serial: option: add Telit ME910 ECM composition
16410 - USB: serial: cp210x: add ID for Ingenico 3070
16411 - USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485
16412 - driver core: Postpone DMA tear-down until after devres release
16413 - staging: erofs: fix fast symlink w/o xattr when fs xattr is on
16414 - staging: erofs: fix memleak of inode's shared xattr array
16415 - staging: erofs: fix race of initializing xattrs of a inode at the same time
16416 - staging: erofs: fix illegal address access under memory pressure
16417 - staging: comedi: ni_660x: fix missing break in switch statement
16418 - staging: wilc1000: fix to set correct value for 'vif_num'
16419 - staging: android: ion: fix sys heap pool's gfp_flags
16420 - staging: android: ashmem: Don't call fallocate() with ashmem_mutex held.
16421 - staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex
16422 held.
16423 - ip6mr: Do not call __IP6_INC_STATS() from preemptible context
16424 - net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new
16425 DSA framework
16426 - net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in
16427 mv88e6xxx_port_set_duplex
16428 - net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family
16429 - net: mscc: Enable all ports in QSGMII
16430 - net: sched: put back q.qlen into a single location
16431 - net-sysfs: Fix mem leak in netdev_register_kobject
16432 - qmi_wwan: Add support for Quectel EG12/EM12
16433 - sctp: call iov_iter_revert() after sending ABORT
16434 - team: Free BPF filter when unregistering netdev
16435 - tipc: fix RDM/DGRAM connect() regression
16436 - x86/CPU/AMD: Set the CPB bit unconditionally on F17h
16437 - x86/boot/compressed/64: Do not read legacy ROM on EFI system
16438 - tracing: Fix event filters and triggers to handle negative numbers
16439 - xhci: tegra: Prevent error pointer dereference
16440 - usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on
16441 INTEL_SUNRISEPOINT_LP_XHCI
16442 - applicom: Fix potential Spectre v1 vulnerabilities
16443 - alpha: wire up io_pgetevents system call
16444 - MIPS: irq: Allocate accurate order pages for irq stack
16445 - aio: Fix locking in aio_poll()
16446 - xtensa: fix get_wchan
16447 - gnss: sirf: fix premature wakeup interrupt enable
16448 - USB: serial: cp210x: fix GPIO in autosuspend
16449 - Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to
16450 config"
16451 - Revert "selftests: firmware: remove use of non-standard diff -Z option"
16452 - selftests: firmware: fix verify_reqs() return value
16453 - Bluetooth: btrtl: Restore old logic to assume firmware is already loaded
16454 - Bluetooth: Fix locking in bt_accept_enqueue() for BH context
16455 - Linux 5.0.1
16456
16457 * sky2 ethernet card doesn't work after returning from suspend
16458 (LP: #1807259) // sky2 ethernet card link not up after suspend
16459 (LP: #1809843) // Disco update: v5.0.1 upstream stable release
16460 (LP: #1819515)
16461 - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
16462
16463 * tls selftest failures/hangs on i386 (LP: #1813607)
16464 - [Config] CONFIG_TLS=n for i386
16465
16466 * CVE-2019-8980
16467 - exec: Fix mem leak in kernel_read_file
16468
16469 * Miscellaneous Ubuntu changes
16470 - SAUCE: selftests: net: Use 'ipproto ipv6-icmp' to match ICMPv6 headers
16471 - [Config] enable nvidia build
16472 - [Config] update gcc version to 8.3
16473
16474 * Miscellaneous upstream changes
16475 - Revert "UBUNTU: SAUCE: selftests: pmtu: disable accept_dad for tests"
16476
16477 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 12 Mar 2019 16:15:44 -0300
16478
16479linux (5.0.0-7.8) disco; urgency=medium
16480
16481 * linux: 5.0.0-7.8 -proposed tracker (LP: #1818519)
16482
16483 * Packaging resync (LP: #1786013)
16484 - [Packaging] update helper scripts
16485
16486 * unnecessary request_queue freeze (LP: #1815733)
16487 - block: avoid setting nr_requests to current value
16488 - block: avoid setting none scheduler if it's already none
16489
16490 * Miscellaneous Ubuntu changes
16491 - SAUCE: selftests: net: Don't fail test_vxlan_under_vrf on xfail
16492 - update dkms package versions
16493
16494 [ Upstream Kernel Changes ]
16495
16496 * Rebase to v5.0
16497
16498 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Mar 2019 08:46:10 -0600
16499
16500linux (5.0.0-6.7) disco; urgency=medium
16501
16502 * linux: 5.0.0-6.7 -proposed tracker (LP: #1817585)
16503
16504 * Packaging resync (LP: #1786013)
16505 - [Packaging] update helper scripts
16506 - [Packaging] resync getabis
16507
16508 * installer does not support iSCSI iBFT (LP: #1817321)
16509 - d-i: add iscsi_ibft to scsi-modules
16510
16511 * Silent "Unknown key" message when pressing keyboard backlight hotkey
16512 (LP: #1817063)
16513 - platform/x86: dell-wmi: Ignore new keyboard backlight change event
16514
16515 * Fix I219 doesn't get woken up after plugging ethernet cable (LP: #1817058)
16516 - e1000e: Disable runtime PM on CNP+
16517
16518 * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982)
16519 - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
16520
16521 * CVE-2019-3460
16522 - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
16523
16524 * CVE-2019-3459
16525 - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
16526
16527 * kernel net tls selftest fails on 5.0 (LP: #1816716)
16528 - SAUCE: Revert "selftests/tls: Add test for recv(PEEK) spanning across
16529 multiple records"
16530
16531 * Please enable CONFIG_DMA_CMA=y on arm64 (LP: #1803206)
16532 - [Config] annotations -- enforce CONFIG_DMA_CMA and update notes
16533
16534 * [19.04 FEAT] [LS1801] PCI Virtual function enablement (LP: #1814684)
16535 - s390/pci: map IOV resources
16536 - s390/pci: improve bar check
16537
16538 * glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2 (LP: #1813060)
16539 - SAUCE: prevent a glibc test failure when looking for obsolete types on
16540 headers
16541
16542 * Miscellaneous Ubuntu changes
16543 - [Config] Enforce CONFIG_ZCRYPT_MULTIDEVNODES in annotations
16544 - SAUCE: selftests: pmtu: disable accept_dad for tests
16545 - SAUCE: arm64: add kernel config option to lock down when in Secure Boot mode
16546 - SAUCE: selftests: net: Make test for VXLAN underlay in non-default VRF an
16547 expected failure
16548
16549 [ Upstream Kernel Changes ]
16550
16551 * Rebase to v5.0-rc8
16552
16553 -- Seth Forshee <seth.forshee@canonical.com> Mon, 25 Feb 2019 09:37:36 -0600
16554
16555linux (5.0.0-5.6) disco; urgency=medium
16556
16557 * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831)
16558 - ALSA: hda/realtek - Headset microphone and internal speaker support for
16559 System76 oryp5
16560
16561 * Miscellaneous Ubuntu changes
16562 - [Config] Fix aufs menus in annotations file
16563 - [Config] CONFIG_SAMPLE_TRACE_PRINTK=m
16564 - [Config] Update annotations based on configs
16565
16566 [ Upstream Kernel Changes ]
16567
16568 * Rebase to v5.0-rc7
16569
16570 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Feb 2019 10:04:11 +0100
16571
16572linux (5.0.0-4.5) disco; urgency=medium
16573
16574 * linux-buildinfo: pull out ABI information into its own package
16575 (LP: #1806380)
16576 - [Packaging] autoreconstruct -- base tag is always primary mainline version
16577
16578 * [Packaging] Allow overlay of config annotations (LP: #1752072)
16579 - [Packaging] config-check: Add an include directive
16580
16581 * Miscellaneous Ubuntu changes
16582 - hio -- stub out BIOVEC_PHYS_MERGEABLE for 4.20+
16583 - hio -- replace use of do_gettimeofday()
16584 - hio -- part_round_stats() removed in 5.0
16585 - hio -- device_add_disk() grew a 'groups' argument in 4.20
16586 - enable hio build
16587 - Revert "UBUNTU: [Packaging] autoreconstruct -- base tag is always primary
16588 mainline version"
16589
16590 [ Upstream Kernel Changes ]
16591
16592 * Rebase to v5.0-rc6
16593
16594 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Feb 2019 08:15:32 -0600
16595
16596linux (5.0.0-3.4) disco; urgency=medium
16597
16598 * CONFIG_TEST_BPF is disabled (LP: #1813955)
16599 - [Config]: Reenable TEST_BPF
16600
16601 * Ignore "incomplete report" from Elan touchpanels (LP: #1813733)
16602 - HID: i2c-hid: Ignore input report if there's no data present on Elan
16603 touchpanels
16604
16605 * SecureBoot support for arm64 (LP: #1804481)
16606 - Build signed kernels for arm64
16607
16608 * Miscellaneous Ubuntu changes
16609 - SAUCE: selftests: net: fix "from" match test in fib_rule_tests.sh
16610 - [Config] CONFIG_PCMCIA=n for arm64 and s390x
16611 - [Config] CONFIG_SERIAL_SC16IS7XX=n for s390x
16612 - [Config] disable I2C TPM drivers for s390x
16613 - [Config] CONFIG_RAPIDIO=n for s390x
16614 - [Config] CONFIG_DMADEVICES=n for s390x
16615 - [Config] disable gpio drivers for s390x
16616 - [Config] CONFIG_SENSORS_OCC_P8_I2C=m for ppc64el
16617 - [Config] disable I2C hardware drivers for s390x
16618 - [Config] CONFIG_I3C=n for s390x
16619 - [Config] CONFIG_SERIO=n for s390x
16620 - [Config] disable misc drivers for s390x
16621 - [Config] disable EEPROM drivers for s390x
16622 - [Config] disable MFD drivers for s390x
16623 - [Config] CONFIG_NVMEM=n for s390x
16624 - [Config] CONFIG_MLXSW_I2C=n for s390x
16625 - [Config] CONFIG_NET_VENDOR_MICROCHIP=n for s390x
16626 - [Config] CONFIG_PPP=n for s390x
16627 - [Config] CONFIG_PCCARD=n for s390x
16628 - [Config] CONFIG_PCI_MESON=y
16629 - [Config] CONFIG_SCSI_MYRB=n for s390x
16630 - [Config] CONFIG_REGULATOR=n for s390x
16631 - [Config] CONFIG_ZIIRAVE_WATCHDOG=n for s390x
16632 - [Config] CONFIG_NCSI_OEM_CMD_GET_MAC=y
16633 - [Config] update annotations following config review
16634 - [Packaging] remove handoff check for uefi signing
16635 - [Packaging] decompress gzipped efi images in signing tarball
16636 - vbox-update: allow leading whitespace when fixing up KERN_DIR
16637 - ubuntu: vbox -- update to 6.0.4-dfsg-3
16638 - vbox: remove remount check in sf_read_super_aux()
16639 - enable vbox build
16640 - [Config] CONFIG_ANDROID_BINDER_DEVICES=""
16641 - SAUCE: import aufs driver
16642 - [Config]: Enable aufs
16643 - [Config] relocate aufs annotations to menu
16644 - [Config] remove unmatched configs from annotations
16645 - [Config] fix up abi for removed modules
16646 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
16647 - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules
16648 - SAUCE: (efi-lockdown) Move EFI signature blob parser to shared location
16649 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
16650 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
16651 - [Config] (efi-lockdown) enable importing of efi certificates for module sig
16652 verification
16653
16654 * Miscellaneous upstream changes
16655 - binder: fix CONFIG_ANDROID_BINDER_DEVICES
16656
16657 [ Upstream Kernel Changes ]
16658
16659 * Rebase to v5.0-rc5
16660
16661 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Feb 2019 14:26:12 -0600
16662
16663linux (5.0.0-2.3) disco; urgency=medium
16664
16665 * kernel oops in bcache module (LP: #1793901)
16666 - SAUCE: bcache: never writeback a discard operation
16667
16668 * Enable sound card power saving by default (LP: #1804265)
16669 - [Config] CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1
16670
16671 * Miscellaneous Ubuntu changes
16672 - Revert "UBUNTU: SAUCE: selftests: disable some failing networking tests"
16673 - SAUCE: ashmem: turn into module
16674 - SAUCE: binder: turn into module
16675 - SAUCE: binder: give binder_alloc its own debug mask file
16676 - [Config] enable binder and ashmem as modules
16677 - SAUCE: selftests: net: replace AF_MAX with INT_MAX in socket.c
16678 - SAUCE: selftests/ftrace: Fix tab expansion in trace_marker snapshot trigger
16679 test
16680 - update dkms package versions
16681
16682 [ Upstream Kernel Changes ]
16683
16684 * Rebase to v5.0-rc4
16685
16686 -- Seth Forshee <seth.forshee@canonical.com> Tue, 29 Jan 2019 06:57:32 -0600
16687
16688linux (5.0.0-1.2) disco; urgency=medium
16689
16690 * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812)
16691 - USB: Add new USB LPM helpers
16692 - USB: Consolidate LPM checks to avoid enabling LPM twice
16693
16694 * bluetooth controller not detected with 4.15 kernel (LP: #1810797)
16695 - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK
16696 - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y
16697
16698 * [19.04 FEAT| Enable virtio-gpu for s390x (LP: #1799467)
16699 - [Config] enable virtio-gpu for s390x
16700
16701 * Crash on "ip link add foo type ipip" (LP: #1811803)
16702 - SAUCE: fan: Fix NULL pointer dereference
16703
16704 * Fix not working Goodix touchpad (LP: #1811929)
16705 - HID: i2c-hid: Disable runtime PM on Goodix touchpad
16706
16707 * Miscellaneous Ubuntu changes
16708 - update dkms package versions
16709 - enable zfs build
16710
16711 [ Upstream Kernel Changes ]
16712
16713 * Rebase to v5.0-rc3
16714
16715 -- Seth Forshee <seth.forshee@canonical.com> Tue, 22 Jan 2019 13:56:17 -0600
16716
16717linux (5.0.0-0.1) disco; urgency=medium
16718
16719 * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
16720 - [Packaging] dkms -- add per package post-process step
16721 - [Packaging] dkms -- switch to a consistent build prefix length and strip
16722 - [Packaging] nvidia -- build and sign nvidia packages and ship signatures
16723 - [Packaging] nvidia -- make nvidia package version explicit
16724
16725 * Add support for ALC3277 codec on new Dell edge gateways (LP: #1807334)
16726 - [Config] CONFIG_SND_SOC_INTEL_KBL_RT5660_MACH=m
16727
16728 * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472)
16729 - [Config] CONFIG_RTLWIFI_DEBUG_ST=n
16730
16731 * Miscellaneous Ubuntu changes
16732 - ubuntu -- disable vbox build
16733 - ubuntu -- disable hio build
16734 - Disable zfs build
16735 - SAUCE: import aufs driver
16736 - update dkms package versions
16737 - [Config] disable aufs config options
16738 - [Config] disable nvidia build
16739 - update dropped.txt
16740 - [Packaging] disable nvidia dkms builds for mainline
16741 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
16742 kernel image
16743 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
16744 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
16745 locked down
16746 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
16747 down
16748 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
16749 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
16750 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
16751 down
16752 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
16753 locked down
16754 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
16755 down
16756 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
16757 locked down
16758 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
16759 has been locked down
16760 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
16761 locked down
16762 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
16763 locked down
16764 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
16765 down
16766 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
16767 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
16768 parameters (eg. ioport)
16769 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
16770 - SAUCE: (efi-lockdown) Lock down /proc/kcore
16771 - SAUCE: (efi-lockdown) Lock down kprobes
16772 - SAUCE: (efi-lockdown) Lock down perf
16773 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
16774 down
16775 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
16776 defined
16777 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
16778 secondary keyring
16779 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
16780 that aren't present.
16781 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
16782 efi_status_to_err().
16783 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
16784 error messages.
16785 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
16786 reboot
16787 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
16788 boot mode
16789 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
16790 mode
16791 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
16792 - [Config] set config options for efi lockdown
16793 - Revert "UBUNTU: SAUCE: import aufs driver"
16794
16795 [ Upstream Kernel Changes ]
16796
16797 * Rebase to v5.0-rc2
16798
16799 -- Seth Forshee <seth.forshee@canonical.com> Thu, 17 Jan 2019 12:31:29 -0600
16800
16801linux (5.0.0-0.0) disco; urgency=medium
16802
16803 * Dummy entry.
16804
16805 -- Seth Forshee <seth.forshee@canonical.com> Wed, 16 Jan 2019 14:48:05 -0600
16806
16807linux (4.20.0-2.3) disco; urgency=medium
16808
16809 [ Upstream Kernel Changes ]
16810
16811 * Rebase to v4.20
16812
16813 -- Seth Forshee <seth.forshee@canonical.com> Thu, 03 Jan 2019 12:11:43 -0600
16814
16815linux (4.20.0-1.2) disco; urgency=medium
16816
16817 * Packaging resync (LP: #1786013)
16818 - [Packaging] update helper scripts
16819
16820 * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network
16821 Adapter (LP: #1805607)
16822 - SAUCE: ath10k: provide reset function for QCA9377 chip
16823
16824 * zfs/spl build in conjunction with the kernel from DKMS source (LP: #1807378)
16825 - [Packaging] dkms -- dkms package build packaging support
16826 - [Packaging] dkms -- save build objects artifacts for validation
16827 - [Packaging] dkms -- add general Built-Using: support
16828 - [Packaging] simplify Provides comma handling
16829 - [Packaging] zfs/spl -- remove packaging support for incorporated source
16830 - [Packaging] zfs/spl -- remove incorporated source
16831 - [Packaging] zfs/spl -- build via dkms
16832 - [Packaging] zfs/spl -- make zfs package version explicit
16833 - [Packaging] update-version-dkms -- sync archive versions to package
16834
16835 * Miscellaneous Ubuntu changes
16836 - [Packaging] update-version-dkms -- fix getting distrbution from changelog
16837 - update dkms package versions
16838
16839 [ Upstream Kernel Changes ]
16840
16841 * Rebase to v4.20-rc6
16842
16843 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Dec 2018 11:33:08 -0600
16844
16845linux (4.20.0-0.1) disco; urgency=medium
16846
16847 * Overlayfs in user namespace leaks directory content of inaccessible
16848 directories (LP: #1793458) // CVE-2018-6559
16849 - Revert "ovl: relax permission checking on underlying layers"
16850 - SAUCE: overlayfs: ensure mounter privileges when reading directories
16851
16852 * Miscellaneous Ubuntu changes
16853 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
16854 kernel image
16855 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
16856 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
16857 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
16858 locked down
16859 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
16860 down
16861 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
16862 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
16863 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
16864 down
16865 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
16866 locked down
16867 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
16868 down
16869 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
16870 locked down
16871 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
16872 has been locked down
16873 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
16874 locked down
16875 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
16876 locked down
16877 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
16878 down
16879 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
16880 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
16881 parameters (eg. ioport)
16882 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
16883 - SAUCE: (efi-lockdown) Lock down /proc/kcore
16884 - SAUCE: (efi-lockdown) Lock down kprobes
16885 - SAUCE: (efi-lockdown) Lock down perf
16886 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
16887 down
16888 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
16889 secondary keyring
16890 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
16891 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
16892 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
16893 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
16894 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
16895 that aren't present.
16896 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
16897 efi_status_to_err().
16898 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
16899 error messages.
16900 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
16901 reboot
16902 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
16903 boot mode
16904 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
16905 mode
16906 - SAUCE: (efi-lockdown) Fix for module sig verification
16907 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
16908 - SAUCE: Import aufs driver
16909 - ubuntu: vbox -- update to 5.2.22-dfsg-2
16910 - ubuntu -- disable vbox build
16911 - ubuntu -- disable hio build
16912 - Disable zfs build
16913
16914 [ Upstream Kernel Changes ]
16915
16916 * Rebase to v4.20-rc5
16917
16918 -- Seth Forshee <seth.forshee@canonical.com> Fri, 07 Dec 2018 07:13:42 -0600
16919
16920linux (4.20.0-0.0) disco; urgency=medium
16921
16922 * Dummy entry.
16923
16924 -- Seth Forshee <seth.forshee@canonical.com> Thu, 06 Dec 2018 10:20:19 -0600
16925
16926linux (4.19.0-8.9) disco; urgency=medium
16927
16928 * linux: 4.19.0-8.9 -proposed tracker (LP: #1806952)
16929
16930 * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838)
16931 - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
16932
16933 * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818)
16934 - igb: Fix an issue that PME is not enabled during runtime suspend
16935
16936 * The line-out on the Dell Dock station can't work (LP: #1806532)
16937 - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
16938
16939 * CVE-2018-19407
16940 - KVM: X86: Fix scan ioapic use-before-initialization
16941
16942 * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle
16943 (LP: #1805775)
16944 - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being
16945 disabled
16946
16947 * Disco update: 4.19.6 upstream stable release (LP: #1806909)
16948 - HID: steam: remove input device when a hid client is running.
16949 - efi/libstub: arm: support building with clang
16950 - usb: core: Fix hub port connection events lost
16951 - usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers
16952 - usb: dwc3: gadget: Properly check last unaligned/zero chain TRB
16953 - usb: dwc3: core: Clean up ULPI device
16954 - usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove()
16955 - xhci: Fix leaking USB3 shared_hcd at xhci removal
16956 - xhci: handle port status events for removed USB3 hcd
16957 - xhci: Add check for invalid byte size error when UAS devices are connected.
16958 - usb: xhci: fix uninitialized completion when USB3 port got wrong status
16959 - usb: xhci: fix timeout for transition from RExit to U0
16960 - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
16961 - usb: xhci: Prevent bus suspend if a port connect change or polling state is
16962 detected
16963 - ALSA: oss: Use kvzalloc() for local buffer allocations
16964 - MAINTAINERS: Add Sasha as a stable branch maintainer
16965 - Documentation/security-bugs: Clarify treatment of embargoed information
16966 - Documentation/security-bugs: Postpone fix publication in exceptional cases
16967 - mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL
16968 - mmc: sdhci-pci: Workaround GLK firmware failing to restore the tuning value
16969 - gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path
16970 - iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE
16971 - iwlwifi: mvm: support sta_statistics() even on older firmware
16972 - iwlwifi: mvm: fix regulatory domain update when the firmware starts
16973 - iwlwifi: mvm: don't use SAR Geo if basic SAR is not used
16974 - brcmfmac: fix reporting support for 160 MHz channels
16975 - opp: ti-opp-supply: Dynamically update u_volt_min
16976 - opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call
16977 - tools/power/cpupower: fix compilation with STATIC=true
16978 - v9fs_dir_readdir: fix double-free on p9stat_read error
16979 - selinux: Add __GFP_NOWARN to allocation at str_read()
16980 - Input: synaptics - avoid using uninitialized variable when probing
16981 - bfs: add sanity check at bfs_fill_super()
16982 - sctp: clear the transport of some out_chunk_list chunks in
16983 sctp_assoc_rm_peer
16984 - gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd
16985 - llc: do not use sk_eat_skb()
16986 - mm: don't warn about large allocations for slab
16987 - mm/memory.c: recheck page table entry with page table lock held
16988 - tcp: do not release socket ownership in tcp_close()
16989 - drm/fb-helper: Blacklist writeback when adding connectors to fbdev
16990 - drm/amdgpu: Add missing firmware entry for HAINAN
16991 - drm/vc4: Set ->legacy_cursor_update to false when doing non-async updates
16992 - drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unset
16993 - drm/i915: Disable LP3 watermarks on all SNB machines
16994 - drm/ast: change resolution may cause screen blurred
16995 - drm/ast: fixed cursor may disappear sometimes
16996 - drm/ast: Remove existing framebuffers before loading driver
16997 - can: flexcan: Unlock the MB unconditionally
16998 - can: dev: can_get_echo_skb(): factor out non sending code to
16999 __can_get_echo_skb()
17000 - can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to
17001 access frame length
17002 - can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb
17003 is accessed out of bounds
17004 - can: dev: __can_get_echo_skb(): print error message, if trying to echo non
17005 existing skb
17006 - can: rx-offload: introduce can_rx_offload_get_echo_skb() and
17007 can_rx_offload_queue_sorted() functions
17008 - can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to
17009 can_rx_offload_queue_tail()
17010 - can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*()
17011 - can: flexcan: handle tx-complete CAN frames via rx-offload infrastructure
17012 - can: raw: check for CAN FD capable netdev in raw_sendmsg()
17013 - can: hi311x: Use level-triggered interrupt
17014 - can: flexcan: Always use last mailbox for TX
17015 - can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct
17016 flexcan_priv::tx_mb_idx
17017 - ACPICA: AML interpreter: add region addresses in global list during
17018 initialization
17019 - IB/hfi1: Eliminate races in the SDMA send error path
17020 - fsnotify: generalize handling of extra event flags
17021 - fanotify: fix handling of events on child sub-directory
17022 - pinctrl: meson: fix pinconf bias disable
17023 - pinctrl: meson: fix gxbb ao pull register bits
17024 - pinctrl: meson: fix gxl ao pull register bits
17025 - pinctrl: meson: fix meson8 ao pull register bits
17026 - pinctrl: meson: fix meson8b ao pull register bits
17027 - tools/testing/nvdimm: Fix the array size for dimm devices.
17028 - scsi: lpfc: fix remoteport access
17029 - scsi: hisi_sas: Remove set but not used variable 'dq_list'
17030 - KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE
17031 - cpufreq: imx6q: add return value check for voltage scale
17032 - rtc: cmos: Do not export alarm rtc_ops when we do not support alarms
17033 - rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write
17034 - crypto: simd - correctly take reqsize of wrapped skcipher into account
17035 - floppy: fix race condition in __floppy_read_block_0()
17036 - powerpc/io: Fix the IO workarounds code to work with Radix
17037 - sched/fair: Fix cpu_util_wake() for 'execl' type workloads
17038 - perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs
17039 - block: copy ioprio in __bio_clone_fast() and bounce
17040 - SUNRPC: Fix a bogus get/put in generic_key_to_expire()
17041 - riscv: add missing vdso_install target
17042 - RISC-V: Silence some module warnings on 32-bit
17043 - drm/amdgpu: fix bug with IH ring setup
17044 - kdb: Use strscpy with destination buffer size
17045 - NFSv4: Fix an Oops during delegation callbacks
17046 - powerpc/numa: Suppress "VPHN is not supported" messages
17047 - efi/arm: Revert deferred unmap of early memmap mapping
17048 - z3fold: fix possible reclaim races
17049 - mm, memory_hotplug: check zone_movable in has_unmovable_pages
17050 - tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset
17051 - mm, page_alloc: check for max order in hot path
17052 - dax: Avoid losing wakeup in dax_lock_mapping_entry
17053 - include/linux/pfn_t.h: force '~' to be parsed as an unary operator
17054 - tty: wipe buffer.
17055 - tty: wipe buffer if not echoing data
17056 - gfs2: Fix iomap buffer head reference counting bug
17057 - rcu: Make need_resched() respond to urgent RCU-QS needs
17058 - media: ov5640: Re-work MIPI startup sequence
17059 - media: ov5640: Fix timings setup code
17060 - media: ov5640: fix exposure regression
17061 - media: ov5640: fix auto gain & exposure when changing mode
17062 - media: ov5640: fix wrong binning value in exposure calculation
17063 - media: ov5640: fix auto controls values when switching to manual mode
17064 - Linux 4.19.6
17065
17066 * linux-buildinfo: pull out ABI information into its own package
17067 (LP: #1806380)
17068 - [Packaging] limit preparation to linux-libc-dev in headers
17069 - [Packaging] commonise debhelper invocation
17070 - [Packaging] ABI -- accumulate abi information at the end of the build
17071 - [Packaging] buildinfo -- add basic build information
17072 - [Packaging] buildinfo -- add firmware information to the flavour ABI
17073 - [Packaging] buildinfo -- add compiler information to the flavour ABI
17074 - [Packaging] buildinfo -- add buildinfo support to getabis
17075 - [Packaging] getabis -- handle all known package combinations
17076 - [Packaging] getabis -- support parsing a simple version
17077
17078 * linux packages should own /usr/lib/linux/triggers (LP: #1770256)
17079 - [Packaging] own /usr/lib/linux/triggers
17080
17081 * Miscellaneous upstream changes
17082 - blk-mq: fix corruption with direct issue
17083
17084 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Dec 2018 09:18:30 -0600
17085
17086linux (4.19.0-7.8) disco; urgency=medium
17087
17088 * linux: 4.19.0-7.8 -proposed tracker (LP: #1805465)
17089
17090 * Fix and issue that LG I2C touchscreen stops working after reboot
17091 (LP: #1805085)
17092 - HID: i2c-hid: Disable runtime PM for LG touchscreen
17093
17094 * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) //
17095 click/pop noise in the headphone on several lenovo laptops (LP: #1805079)
17096 - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops
17097
17098 * Regression: hinic performance degrades over time (LP: #1805248)
17099 - Revert "net-next/hinic: add checksum offload and TSO support"
17100
17101 * Disco update: 4.19.5 upstream stable release (LP: #1805461)
17102 - drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZE
17103 - cifs: don't dereference smb_file_target before null check
17104 - cifs: fix return value for cifs_listxattr
17105 - arm64: kprobe: make page to RO mode when allocate it
17106 - block: brd: associate with queue until adding disk
17107 - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()
17108 - net: hns3: bugfix for rtnl_lock's range in the hclge_reset()
17109 - net: hns3: bugfix for handling mailbox while the command queue reinitialized
17110 - net: hns3: bugfix for the initialization of command queue's spin lock
17111 - ixgbe: fix MAC anti-spoofing filter after VFLR
17112 - reiserfs: propagate errors from fill_with_dentries() properly
17113 - hfs: prevent btree data loss on root split
17114 - hfsplus: prevent btree data loss on root split
17115 - perf unwind: Take pgoff into account when reporting elf to libdwfl
17116 - um: Give start_idle_thread() a return code
17117 - drm/edid: Add 6 bpc quirk for BOE panel.
17118 - afs: Handle EIO from delivery function
17119 - platform/x86: intel_telemetry: report debugfs failure
17120 - clk: fixed-rate: fix of_node_get-put imbalance
17121 - perf symbols: Set PLT entry/header sizes properly on Sparc
17122 - fs/exofs: fix potential memory leak in mount option parsing
17123 - clk: samsung: exynos5420: Enable PERIS clocks for suspend
17124 - apparmor: Fix uninitialized value in aa_split_fqname
17125 - x86/earlyprintk: Add a force option for pciserial device
17126 - platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
17127 - clk: meson-axg: pcie: drop the mpll3 clock parent
17128 - arm64: percpu: Initialize ret in the default case
17129 - clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary
17130 - clk: renesas: r9a06g032: Fix UART34567 clock rate
17131 - clk: ti: fix OF child-node lookup
17132 - serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA
17133 - netfilter: ipv6: fix oops when defragmenting locally generated fragments
17134 - netfilter: bridge: define INT_MIN & INT_MAX in userspace
17135 - s390/decompressor: add missing FORCE to build targets
17136 - s390/vdso: add missing FORCE to build targets
17137 - HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanel
17138 - Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS"
17139 - HID: alps: allow incoming reports when only the trackstick is opened
17140 - Revert "netfilter: nft_numgen: add map lookups for numgen random operations"
17141 - netfilter: ipset: list:set: Decrease refcount synchronously on deletion and
17142 replace
17143 - netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
17144 - netfilter: ipset: fix ip_set_list allocation failure
17145 - s390/mm: fix mis-accounting of pgtable_bytes
17146 - s390/mm: Fix ERROR: "__node_distance" undefined!
17147 - bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv
17148 - netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
17149 - netfilter: xt_IDLETIMER: add sysfs filename checking routine
17150 - netfilter: ipset: Fix calling ip_set() macro at dumping
17151 - netfilter: nft_compat: ebtables 'nat' table is normal chain type
17152 - s390/qeth: fix HiperSockets sniffer
17153 - s390/qeth: unregister netdevice only when registered
17154 - net: hns3: Fix for out-of-bounds access when setting pfc back pressure
17155 - hwmon: (ibmpowernv) Remove bogus __init annotations
17156 - ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node
17157 - ARM: dts: fsl: Fix improperly quoted stdout-path values
17158 - Revert "drm/exynos/decon5433: implement frame counter"
17159 - arm64: dts: renesas: r8a7795: add missing dma-names on hscif2
17160 - arm64: dts: renesas: condor: switch from EtherAVB to GEther
17161 - xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message
17162 - clk: fixed-factor: fix of_node_get-put imbalance
17163 - mtd: nand: Fix nanddev_pos_next_page() kernel-doc header
17164 - lib/raid6: Fix arm64 test build
17165 - drm/amd/display: Stop leaking planes
17166 - block: Clear kernel memory before copying to user
17167 - drm/amd/display: Drop reusing drm connector for MST
17168 - drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder()
17169 - s390/perf: Change CPUM_CF return code in event init function
17170 - ceph: quota: fix null pointer dereference in quota check
17171 - of/device: Really only set bus DMA mask when appropriate
17172 - nvme: make sure ns head inherits underlying device limits
17173 - i2c: omap: Enable for ARCH_K3
17174 - i2c: qcom-geni: Fix runtime PM mismatch with child devices
17175 - sched/core: Take the hotplug lock in sched_init_smp()
17176 - perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so
17177 - perf tools: Do not zero sample_id_all for group members
17178 - ice: Fix dead device link issue with flow control
17179 - ice: Fix the bytecount sent to netdev_tx_sent_queue
17180 - ice: Change req_speeds to be u16
17181 - i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features
17182 - qed: Fix memory/entry leak in qed_init_sp_request()
17183 - qed: Fix blocking/unlimited SPQ entries leak
17184 - qed: Fix SPQ entries not returned to pool in error flows
17185 - qed: Fix potential memory corruption
17186 - net: stmmac: Fix RX packet size > 8191
17187 - net: aquantia: fix potential IOMMU fault after driver unbind
17188 - net: aquantia: fixed enable unicast on 32 macvlan
17189 - net: aquantia: invalid checksumm offload implementation
17190 - kbuild: deb-pkg: fix too low build version number
17191 - Revert "scripts/setlocalversion: git: Make -dirty check more robust"
17192 - SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
17193 - x86/mm: Move LDT remap out of KASLR region on 5-level paging
17194 - x86/ldt: Unmap PTEs for the slot before freeing LDT pages
17195 - x86/ldt: Remove unused variable in map_ldt_struct()
17196 - media: v4l: event: Add subscription to list before calling "add" operation
17197 - MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driver
17198 - RISC-V: Fix raw_copy_{to,from}_user()
17199 - uio: Fix an Oops on load
17200 - ALSA: hda/realtek - Add quirk entry for HP Pavilion 15
17201 - ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap()
17202 - can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()
17203 - can: kvaser_usb: Fix potential uninitialized variable use
17204 - usb: cdc-acm: add entry for Hiro (Conexant) modem
17205 - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
17206 - usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
17207 - misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data
17208 - USB: misc: appledisplay: add 20" Apple Cinema Display
17209 - gnss: serial: fix synchronous write timeout
17210 - gnss: sirf: fix synchronous write timeout
17211 - mtd: rawnand: atmel: fix OF child-node lookup
17212 - drivers/misc/sgi-gru: fix Spectre v1 vulnerability
17213 - ACPI / platform: Add SMB0001 HID to forbidden_id_list
17214 - HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges
17215 - HID: Add quirk for Primax PIXART OEM mice
17216 - HID: Add quirk for Microsoft PIXART OEM mouse
17217 - libceph: fall back to sendmsg for slab pages
17218 - mt76x0: run vco calibration for each channel configuration
17219 - Linux 4.19.5
17220
17221 * Miscellaneous Ubuntu changes
17222 - Revert "UBUNTU: Build signed kernels for arm64"
17223
17224 -- Seth Forshee <seth.forshee@canonical.com> Tue, 27 Nov 2018 10:38:34 -0600
17225
17226linux (4.19.0-6.7) disco; urgency=medium
17227
17228 * linux: 4.19.0-6.7 -proposed tracker (LP: #1805195)
17229
17230 * SecureBoot support for arm64 (LP: #1804481)
17231 - Build signed kernels for arm64
17232
17233 * Add pointstick support for Cirque Touchpad (LP: #1805081)
17234 - HID: multitouch: Add pointstick support for Cirque Touchpad
17235
17236 * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF)
17237 (LP: #1804588)
17238 - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3
17239 - SAUCE: nvme: add quirk to not call disable function when suspending
17240
17241 * Disco update: 4.19.4 upstream stable release (LP: #1805159)
17242 - flow_dissector: do not dissect l4 ports for fragments
17243 - ibmvnic: fix accelerated VLAN handling
17244 - ip_tunnel: don't force DF when MTU is locked
17245 - ipv6: fix a dst leak when removing its exception
17246 - ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
17247 - net: bcmgenet: protect stop from timeout
17248 - net-gro: reset skb->pkt_type in napi_reuse_skb()
17249 - sctp: not allow to set asoc prsctp_enable by sockopt
17250 - tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP
17251 coalescing
17252 - tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths
17253 - tipc: don't assume linear buffer when reading ancillary data
17254 - tipc: fix lockdep warning when reinitilaizing sockets
17255 - tuntap: fix multiqueue rx
17256 - net: systemport: Protect stop from timeout
17257 - net/sched: act_pedit: fix memory leak when IDR allocation fails
17258 - net: sched: cls_flower: validate nested enc_opts_policy to avoid warning
17259 - tipc: fix link re-establish failure
17260 - net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded
17261 - net/mlx5e: Claim TC hw offloads support only under a proper build config
17262 - net/mlx5e: Adjust to max number of channles when re-attaching
17263 - net/mlx5e: RX, verify received packet size in Linear Striding RQ
17264 - Revert "sctp: remove sctp_transport_pmtu_check"
17265 - net/mlx5e: Always use the match level enum when parsing TC rule match
17266 - net/mlx5e: Fix selftest for small MTUs
17267 - net/mlx5e: Removed unnecessary warnings in FEC caps query
17268 - inet: frags: better deal with smp races
17269 - l2tp: fix a sock refcnt leak in l2tp_tunnel_register
17270 - net/mlx5: IPSec, Fix the SA context hash key
17271 - net/mlx5e: IPoIB, Reset QP after channels are closed
17272 - net: dsa: mv88e6xxx: Fix clearing of stats counters
17273 - net: phy: realtek: fix RTL8201F sysfs name
17274 - sctp: define SCTP_SS_DEFAULT for Stream schedulers
17275 - net: qualcomm: rmnet: Fix incorrect assignment of real_dev
17276 - net: dsa: microchip: initialize mutex before use
17277 - sctp: fix strchange_flags name for Stream Change Event
17278 - net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs
17279 - sctp: not increase stream's incnt before sending addstrm_in request
17280 - mlxsw: spectrum: Fix IP2ME CPU policer configuration
17281 - net: smsc95xx: Fix MTU range
17282 - rxrpc: Fix lockup due to no error backoff after ack transmit error
17283 - usbnet: smsc95xx: disable carrier check while suspending
17284 - Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP
17285 mitigation"
17286 - Linux 4.19.4
17287
17288 * Disco update: 4.19.3 upstream stable release (LP: #1805158)
17289 - powerpc/traps: restore recoverability of machine_check interrupts
17290 - powerpc/64/module: REL32 relocation range check
17291 - powerpc/mm: Fix page table dump to work on Radix
17292 - powerpc/mm: fix always true/false warning in slice.c
17293 - drm/amd/display: fix bug of accessing invalid memory
17294 - Input: wm97xx-ts - fix exit path
17295 - powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS
17296 - powerpc/eeh: Fix possible null deref in eeh_dump_dev_log()
17297 - tty: check name length in tty_find_polling_driver()
17298 - tracing/kprobes: Check the probe on unloaded module correctly
17299 - drm/nouveau/secboot/acr: fix memory leak
17300 - drm/amdgpu/powerplay: fix missing break in switch statements
17301 - ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL
17302 - powerpc/nohash: fix undefined behaviour when testing page size support
17303 - drm/msm/gpu: fix parameters in function msm_gpu_crashstate_capture
17304 - drm/msm/disp/dpu: Use proper define for drm_encoder_init() 'encoder_type'
17305 - drm/msm: dpu: Allow planes to extend past active display
17306 - powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak
17307 - drm/omap: fix memory barrier bug in DMM driver
17308 - drm/amd/display: Raise dispclk value for dce120 by 15%
17309 - drm/amd/display: fix gamma not being applied
17310 - drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer
17311 - media: pci: cx23885: handle adding to list failure
17312 - media: coda: don't overwrite h.264 profile_idc on decoder instance
17313 - MIPS: kexec: Mark CPU offline before disabling local IRQ
17314 - powerpc/boot: Ensure _zimage_start is a weak symbol
17315 - powerpc/memtrace: Remove memory in chunks
17316 - MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS
17317 - staging: erofs: fix a missing endian conversion
17318 - serial: 8250_of: Fix for lack of interrupt support
17319 - sc16is7xx: Fix for multi-channel stall
17320 - media: tvp5150: fix width alignment during set_selection()
17321 - powerpc/selftests: Wait all threads to join
17322 - staging:iio:ad7606: fix voltage scales
17323 - drm: rcar-du: Update Gen3 output limitations
17324 - drm/amdgpu: Fix SDMA TO after GPU reset v3
17325 - staging: most: video: fix registration of an empty comp core_component
17326 - 9p locks: fix glock.client_id leak in do_lock
17327 - udf: Prevent write-unsupported filesystem to be remounted read-write
17328 - ARM: dts: imx6ull: keep IMX6UL_ prefix for signals on both i.MX6UL and
17329 i.MX6ULL
17330 - media: ov5640: fix mode change regression
17331 - 9p: clear dangling pointers in p9stat_free
17332 - drm/amdgpu: fix integer overflow test in amdgpu_bo_list_create()
17333 - media: ov5640: fix restore of last mode set
17334 - cdrom: fix improper type cast, which can leat to information leak.
17335 - ovl: fix error handling in ovl_verify_set_fh()
17336 - ovl: fix recursive oi->lock in ovl_link()
17337 - ovl: check whiteout in ovl_create_over_whiteout()
17338 - ovl: automatically enable redirect_dir on metacopy=on
17339 - serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
17340 - scsi: qla2xxx: Fix incorrect port speed being set for FC adapters
17341 - scsi: qla2xxx: Fix process response queue for ISP26XX and above
17342 - scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx
17343 - scsi: qla2xxx: Fix early srb free on abort
17344 - scsi: qla2xxx: shutdown chip if reset fail
17345 - scsi: qla2xxx: Reject bsg request if chip is down.
17346 - scsi: qla2xxx: Fix re-using LoopID when handle is in use
17347 - scsi: qla2xxx: Fix for double free of SRB structure
17348 - scsi: qla2xxx: Fix NVMe session hang on unload
17349 - scsi: qla2xxx: Fix NVMe Target discovery
17350 - scsi: qla2xxx: Fix duplicate switch database entries
17351 - scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured
17352 - vfs: fix FIGETBSZ ioctl on an overlayfs file
17353 - fuse: Fix use-after-free in fuse_dev_do_read()
17354 - fuse: Fix use-after-free in fuse_dev_do_write()
17355 - fuse: fix blocked_waitq wakeup
17356 - fuse: set FR_SENT while locked
17357 - drm/msm: fix OF child-node lookup
17358 - arm64: dts: stratix10: Support Ethernet Jumbo frame
17359 - arm64: dts: stratix10: fix multicast filtering
17360 - clk: meson-gxbb: set fclk_div3 as CLK_IS_CRITICAL
17361 - clk: meson: axg: mark fdiv2 and fdiv3 as critical
17362 - zram: close udev startup race condition as default groups
17363 - MIPS: Loongson-3: Fix CPU UART irq delivery problem
17364 - MIPS: Loongson-3: Fix BRIDGE irq delivery problem
17365 - xtensa: add NOTES section to the linker script
17366 - xtensa: make sure bFLT stack is 16 byte aligned
17367 - xtensa: fix boot parameters address translation
17368 - um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP
17369 - clk: s2mps11: Fix matching when built as module and DT node contains
17370 compatible
17371 - clk: at91: Fix division by zero in PLL recalc_rate()
17372 - clk: sunxi-ng: h6: fix bus clocks' divider position
17373 - clk: rockchip: fix wrong mmc sample phase shift for rk3328
17374 - clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call
17375 - libceph: bump CEPH_MSG_MAX_DATA_LEN
17376 - Revert "ceph: fix dentry leak in splice_dentry()"
17377 - thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs
17378 - mach64: fix display corruption on big endian machines
17379 - mach64: fix image corruption due to reading accelerator registers
17380 - acpi/nfit, x86/mce: Handle only uncorrectable machine checks
17381 - acpi/nfit, x86/mce: Validate a MCE's address before using it
17382 - acpi, nfit: Fix ARS overflow continuation
17383 - reset: hisilicon: fix potential NULL pointer dereference
17384 - crypto: hisilicon - Fix NULL dereference for same dst and src
17385 - crypto: hisilicon - Fix reference after free of memories on error path
17386 - vhost/scsi: truncate T10 PI iov_iter to prot_bytes
17387 - scsi: qla2xxx: Initialize port speed to avoid setting lower speed
17388 - SCSI: fix queue cleanup race before queue initialization is done
17389 - Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for
17390 CONFIG_SWAP"
17391 - soc: ti: QMSS: Fix usage of irq_set_affinity_hint
17392 - ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry
17393 - ocfs2: free up write context when direct IO failed
17394 - mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
17395 - memory_hotplug: cond_resched in __remove_pages
17396 - netfilter: conntrack: fix calculation of next bucket number in early_drop
17397 - ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
17398 - bonding/802.3ad: fix link_failure_count tracking
17399 - mtd: spi-nor: cadence-quadspi: Return error code in
17400 cqspi_direct_read_execute()
17401 - mtd: nand: Fix nanddev_neraseblocks()
17402 - mtd: docg3: don't set conflicting BCH_CONST_PARAMS option
17403 - hwmon: (core) Fix double-free in __hwmon_device_register()
17404 - perf cs-etm: Correct CPU mode for samples
17405 - perf stat: Handle different PMU names with common prefix
17406 - perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}
17407 - perf intel-pt/bts: Calculate cpumode for synthesized samples
17408 - perf intel-pt: Insert callchain context into synthesized callchains
17409 - of, numa: Validate some distance map rules
17410 - x86/cpu/vmware: Do not trace vmware_sched_clock()
17411 - x86/hyper-v: Enable PIT shutdown quirk
17412 - termios, tty/tty_baudrate.c: fix buffer overrun
17413 - arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
17414 - watchdog/core: Add missing prototypes for weak functions
17415 - btrfs: fix pinned underflow after transaction aborted
17416 - Btrfs: fix missing data checksums after a ranged fsync (msync)
17417 - Btrfs: fix cur_offset in the error case for nocow
17418 - Btrfs: fix infinite loop on inode eviction after deduplication of eof block
17419 - Btrfs: fix data corruption due to cloning of eof block
17420 - btrfs: tree-checker: Fix misleading group system information
17421 - clockevents/drivers/i8253: Add support for PIT shutdown quirk
17422 - ext4: add missing brelse() update_backups()'s error path
17423 - ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
17424 - ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
17425 - ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
17426 - ext4: missing !bh check in ext4_xattr_inode_write()
17427 - ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
17428 - ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()
17429 - ext4: avoid buffer leak in ext4_orphan_add() after prior errors
17430 - ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
17431 - ext4: avoid possible double brelse() in add_new_gdb() on error path
17432 - ext4: fix possible leak of sbi->s_group_desc_leak in error path
17433 - ext4: fix possible leak of s_journal_flag_rwsem in error path
17434 - ext4: fix buffer leak in ext4_xattr_get_block() on error path
17435 - ext4: release bs.bh before re-using in ext4_xattr_block_find()
17436 - ext4: fix buffer leak in ext4_xattr_move_to_block() on error path
17437 - ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path
17438 - ext4: fix buffer leak in __ext4_read_dirblock() on error path
17439 - mount: Prevent MNT_DETACH from disconnecting locked mounts
17440 - mnt: fix __detach_mounts infinite loop
17441 - uapi: fix linux/kfd_ioctl.h userspace compilation errors
17442 - ARM: cpuidle: Don't register the driver when back-end init returns -ENXIO
17443 - kdb: use correct pointer when 'btc' calls 'btt'
17444 - kdb: print real address of pointers instead of hashed addresses
17445 - sunrpc: correct the computation for page_ptr when truncating
17446 - NFSv4: Don't exit the state manager without clearing
17447 NFS4CLNT_MANAGER_RUNNING
17448 - nfsd: COPY and CLONE operations require the saved filehandle to be set
17449 - rtc: hctosys: Add missing range error reporting
17450 - fuse: fix use-after-free in fuse_direct_IO()
17451 - fuse: fix leaked notify reply
17452 - fuse: fix possibly missed wake-up after abort
17453 - selinux: check length properly in SCTP bind hook
17454 - gfs2: Put bitmap buffers in put_super
17455 - gfs2: Fix metadata read-ahead during truncate (2)
17456 - libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD
17457 - crypto: user - fix leaking uninitialized memory to userspace
17458 - lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn
17459 - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!
17460 - mm/swapfile.c: use kvzalloc for swap_info_struct allocation
17461 - efi/arm/libstub: Pack FDT after populating it
17462 - mm: don't reclaim inodes with many attached pages
17463 - scripts/spdxcheck.py: make python3 compliant
17464 - drm/rockchip: Allow driver to be shutdown on reboot/kexec
17465 - drm/amdgpu: Fix typo in amdgpu_vmid_mgr_init
17466 - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
17467 - drm/amdgpu: Suppress keypresses from ACPI_VIDEO events
17468 - drm/nouveau: Check backlight IDs are >= 0, not > 0
17469 - drm/nouveau: Fix nv50_mstc->best_encoder()
17470 - drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD
17471 - drm/etnaviv: fix bogus fence complete check in timeout handler
17472 - drm/dp_mst: Check if primary mstb is null
17473 - drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003)
17474 - drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit
17475 panel's native mode
17476 - drm/i915: Use the correct crtc when sanitizing plane mapping
17477 - drm/i915: Restore vblank interrupts earlier
17478 - drm/i915: Don't unset intel_connector->mst_port
17479 - drm/i915: Skip vcpi allocation for MSTB ports that are gone
17480 - drm/i915: Large page offsets for pread/pwrite
17481 - drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
17482 - drm/i915/dp: Restrict link retrain workaround to external monitors
17483 - drm/i915/icl: Fix the macros for DFLEXDPMLE register bits
17484 - drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values
17485 - drm/i915: Mark up GTT sizes as u64
17486 - drm/i915: Fix error handling for the NV12 fb dimensions check
17487 - drm/i915: Fix ilk+ watermarks when disabling pipes
17488 - drm/i915: Compare user's 64b GTT offset even on 32b
17489 - drm/i915: Don't oops during modeset shutdown after lpe audio deinit
17490 - drm/i915: Mark pin flags as u64
17491 - drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5
17492 - drm/i915/execlists: Force write serialisation into context image vs
17493 execution
17494 - drm/i915: Fix possible race in intel_dp_add_mst_connector()
17495 - drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MST
17496 - drm/i915: Fix hpd handling for pins with two encoders
17497 - CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM
17498 - Revert "ACPICA: AML interpreter: add region addresses in global list during
17499 initialization"
17500 - Linux 4.19.3
17501
17502 * glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6 (LP: #1805154)
17503 - SAUCE: Revert "x86: vdso: Use $LD instead of $CC to link"
17504
17505 * Miscellaneous Ubuntu changes
17506 - SAUCE: (noup) Update spl to 0.7.12-1ubuntu1, zfs to 0.7.12-1ubuntu1
17507
17508 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Nov 2018 11:44:00 -0600
17509
17510linux (4.19.0-5.6) disco; urgency=medium
17511
17512 * crash in ENA driver on removing an interface (LP: #1802341)
17513 - SAUCE: net: ena: fix crash during ena_remove()
17514
17515 * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding
17516 (LP: #1797367)
17517 - s390/qeth: sanitize strings in debug messages
17518
17519 * Disco update: 4.19.2 upstream stable release (LP: #1803410)
17520 - bpf: fix partial copy of map_ptr when dst is scalar
17521 - MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit
17522 - gpio: mxs: Get rid of external API call
17523 - mtd: rawnand: marvell: fix the IRQ handler complete() condition
17524 - mtd: maps: gpio-addr-flash: Fix ioremapped size
17525 - mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB
17526 - mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash
17527 - mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus
17528 - spi: spi-mem: Adjust op len based on message/transfer size limitations
17529 - spi: bcm-qspi: switch back to reading flash using smaller chunks
17530 - spi: bcm-qspi: fix calculation of address length
17531 - bcache: trace missed reading by cache_missed
17532 - bcache: fix ioctl in flash device
17533 - bcache: correct dirty data statistics
17534 - bcache: fix miss key refill->end in writeback
17535 - hwmon: (pmbus) Fix page count auto-detection.
17536 - jffs2: free jffs2_sb_info through jffs2_kill_sb()
17537 - block: setup bounce bio_sets properly
17538 - block: make sure discard bio is aligned with logical block size
17539 - block: make sure writesame bio is aligned with logical block size
17540 - cpufreq: conservative: Take limits changes into account properly
17541 - dma-mapping: fix panic caused by passing empty cma command line argument
17542 - pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges
17543 - ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer()
17544 - ACPICA: AML interpreter: add region addresses in global list during
17545 initialization
17546 - ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended
17547 opcodes
17548 - acpi, nfit: Fix Address Range Scrub completion tracking
17549 - kprobes/x86: Use preempt_enable() in optimized_callback()
17550 - mailbox: PCC: handle parse error
17551 - parisc: Fix address in HPMC IVA
17552 - parisc: Fix map_pages() to not overwrite existing pte entries
17553 - parisc: Fix exported address of os_hpmc handler
17554 - ALSA: hda - Add quirk for ASUS G751 laptop
17555 - ALSA: hda - Fix headphone pin config for ASUS G751
17556 - ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905)
17557 - ALSA: hda: Add 2 more models to the power_save blacklist
17558 - ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops
17559 - ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks
17560 - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
17561 - x86/xen: Fix boot loader version reported for PVH guests
17562 - x86/corruption-check: Fix panic in memory_corruption_check() when boot
17563 option without value is provided
17564 - x86/kvm/nVMX: allow bare VMXON state migration
17565 - x86/mm/pat: Disable preemption around __flush_tlb_all()
17566 - x86/numa_emulation: Fix uniform-split numa emulation
17567 - ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen
17568 - net: socionext: Reset tx queue in ndo_stop
17569 - net: loopback: clear skb->tstamp before netif_rx()
17570 - locking/lockdep: Fix debug_locks off performance problem
17571 - netfilter: xt_nat: fix DNAT target for shifted portmap ranges
17572 - ataflop: fix error handling during setup
17573 - swim: fix cleanup on setup error
17574 - arm64: cpufeature: ctr: Fix cpu capability check for late CPUs
17575 - hv_netvsc: fix vf serial matching with pci slot info
17576 - nfp: devlink port split support for 1x100G CXP NIC
17577 - tun: Consistently configure generic netdev params via rtnetlink
17578 - s390/sthyi: Fix machine name validity indication
17579 - hwmon: (pwm-fan) Set fan speed to 0 on suspend
17580 - lightnvm: pblk: fix race on sysfs line state
17581 - lightnvm: pblk: fix two sleep-in-atomic-context bugs
17582 - lightnvm: pblk: fix race condition on metadata I/O
17583 - spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare}
17584 - perf tools: Free temporary 'sys' string in read_event_files()
17585 - perf tools: Cleanup trace-event-info 'tdata' leak
17586 - perf tools: Free 'printk' string in parse_ftrace_printk()
17587 - perf strbuf: Match va_{add,copy} with va_end
17588 - cpupower: Fix coredump on VMWare
17589 - bcache: Populate writeback_rate_minimum attribute
17590 - mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01
17591 - sdhci: acpi: add free_slot callback
17592 - mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset
17593 - iwlwifi: pcie: avoid empty free RB queue
17594 - iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interface
17595 - iwlwifi: mvm: check for n_profiles validity in EWRD ACPI
17596 - x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC
17597 - wlcore: Fix BUG with clear completion on timeout
17598 - ACPI/PPTT: Handle architecturally unknown cache types
17599 - ACPI / PM: LPIT: Register sysfs attributes based on FADT
17600 - ACPI / processor: Fix the return value of acpi_processor_ids_walk()
17601 - cpufreq: dt: Try freeing static OPPs only if we have added them
17602 - x86/intel_rdt: Show missing resctrl mount options
17603 - mtd: rawnand: atmel: Fix potential NULL pointer dereference
17604 - nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/O
17605 - ath10k: fix tx status flag setting for management frames
17606 - signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack
17607 - ice: fix changing of ring descriptor size (ethtool -G)
17608 - ice: update fw version check logic
17609 - net: hns3: Fix for packet buffer setting bug
17610 - Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth
17611 - Bluetooth: hci_qca: Remove hdev dereference in qca_close().
17612 - x86: boot: Fix EFI stub alignment
17613 - net: hns3: Add nic state check before calling netif_tx_wake_queue
17614 - net: hns3: Fix ets validate issue
17615 - pinctrl: sunxi: fix 'pctrl->functions' allocation in
17616 sunxi_pinctrl_build_state
17617 - pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux
17618 - brcmfmac: fix for proper support of 160MHz bandwidth
17619 - net: hns3: Check hdev state when getting link status
17620 - net: hns3: Set STATE_DOWN bit of hdev state when stopping net
17621 - net: phy: phylink: ensure the carrier is off when starting phylink
17622 - block, bfq: correctly charge and reset entity service in all cases
17623 - arm64: entry: Allow handling of undefined instructions from EL1
17624 - kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
17625 - spi: gpio: No MISO does not imply no RX
17626 - ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers
17627 - pinctrl: qcom: spmi-mpp: Fix drive strength setting
17628 - bpf/verifier: fix verifier instability
17629 - failover: Add missing check to validate 'slave_dev' in
17630 net_failover_slave_unregister
17631 - perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo
17632 - pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant
17633 - pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant
17634 - net: hns3: Preserve vlan 0 in hardware table
17635 - net: hns3: Fix ping exited problem when doing lp selftest
17636 - net: hns3: Fix for vf vlan delete failed problem
17637 - net: dsa: mv88e6xxx: Fix writing to a PHY page.
17638 - mt76x2u: run device cleanup routine if resume fails
17639 - rsi: fix memory alignment issue in ARM32 platforms
17640 - libertas_tf: prevent underflow in process_cmdrequest()
17641 - iwlwifi: mvm: fix BAR seq ctrl reporting
17642 - gpio: brcmstb: allow 0 width GPIO banks
17643 - ixgbe: disallow IPsec Tx offload when in SR-IOV mode
17644 - ixgbevf: VF2VF TCP RSS
17645 - wil6210: fix RX buffers release and unmap
17646 - ath10k: schedule hardware restart if WMI command times out
17647 - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9
17648 - thermal: rcar_thermal: Prevent doing work after unbind
17649 - thermal: da9062/61: Prevent hardware access during system suspend
17650 - cifs: fix a credits leak for compund commands
17651 - cgroup, netclassid: add a preemption point to write_classid
17652 - net: stmmac: dwmac-sun8i: fix OF child-node lookup
17653 - f2fs: fix to account IO correctly for cgroup writeback
17654 - MD: Memory leak when flush bio size is zero
17655 - md: fix memleak for mempool
17656 - of: Add missing exports of node name compare functions
17657 - scsi: esp_scsi: Track residual for PIO transfers
17658 - scsi: ufs: Schedule clk gating work on correct queue
17659 - UAPI: ndctl: Fix g++-unsupported initialisation in headers
17660 - KVM: nVMX: Clear reserved bits of #DB exit qualification
17661 - scsi: megaraid_sas: fix a missing-check bug
17662 - RDMA/core: Do not expose unsupported counters
17663 - RDMA/cm: Respect returned status of cm_init_av_by_path
17664 - IB/ipoib: Clear IPCB before icmp_send
17665 - RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure case
17666 - RDMA/bnxt_re: Fix recursive lock warning in debug kernel
17667 - usb: host: ohci-at91: fix request of irq for optional gpio
17668 - PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic
17669 - PCI: cadence: Use AXI region 0 to signal interrupts from EP
17670 - usb: typec: tcpm: Report back negotiated PPS voltage and current
17671 - tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated
17672 - f2fs: clear PageError on the read path
17673 - Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask
17674 - VMCI: Resource wildcard match fixed
17675 - PCI / ACPI: Enable wake automatically for power managed bridges
17676 - xprtrdma: Reset credit grant properly after a disconnect
17677 - irqchip/pdc: Setup all edge interrupts as rising edge at GIC
17678 - usb: dwc2: fix call to vbus supply exit routine, call it unlocked
17679 - usb: dwc2: fix a race with external vbus supply
17680 - usb: gadget: udc: atmel: handle at91sam9rl PMC
17681 - ext4: fix argument checking in EXT4_IOC_MOVE_EXT
17682 - MD: fix invalid stored role for a disk
17683 - PCI: cadence: Correct probe behaviour when failing to get PHY
17684 - nvmem: check the return value of nvmem_add_cells()
17685 - xhci: Avoid USB autosuspend when resuming USB2 ports.
17686 - scsi: qla2xxx: Fix recursive mailbox timeout
17687 - f2fs: fix to recover inode's crtime during POR
17688 - f2fs: fix to recover inode's i_flags during POR
17689 - PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice
17690 - coresight: etb10: Fix handling of perf mode
17691 - PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode
17692 - crypto: caam - fix implicit casts in endianness helpers
17693 - usb: chipidea: Prevent unbalanced IRQ disable
17694 - Smack: ptrace capability use fixes
17695 - driver/dma/ioat: Call del_timer_sync() without holding prep_lock
17696 - ASoC: AMD: Fix capture unstable in beginning for some runs
17697 - firmware: coreboot: Unmap ioregion after device population
17698 - IB/ipoib: Use dev_port to expose network interface port numbers
17699 - IB/mlx5: Allow transition of DCI QP to reset
17700 - uio: ensure class is registered before devices
17701 - scsi: lpfc: Correct soft lockup when running mds diagnostics
17702 - scsi: lpfc: Correct race with abort on completion path
17703 - f2fs: avoid sleeping under spin_lock
17704 - f2fs: report error if quota off error during umount
17705 - signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace
17706 init
17707 - f2fs: fix to flush all dirty inodes recovered in readonly fs
17708 - mfd: menelaus: Fix possible race condition and leak
17709 - dmaengine: dma-jz4780: Return error if not probed from DT
17710 - IB/rxe: fix for duplicate request processing and ack psns
17711 - ALSA: hda: Check the non-cached stream buffers more explicitly
17712 - cpupower: Fix AMD Family 0x17 msr_pstate size
17713 - Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"
17714 - f2fs: fix missing up_read
17715 - f2fs: fix to recover cold bit of inode block during POR
17716 - f2fs: fix to account IO correctly
17717 - OPP: Free OPP table properly on performance state irregularities
17718 - ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings
17719 - ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250
17720 - xen-swiotlb: use actually allocated size on check physical continuous
17721 - tpm: Restore functionality to xen vtpm driver.
17722 - xen/blkfront: avoid NULL blkfront_info dereference on device removal
17723 - xen/balloon: Support xend-based toolstack
17724 - xen: fix race in xen_qlock_wait()
17725 - xen: make xen_qlock_wait() nestable
17726 - xen/pvh: increase early stack size
17727 - xen/pvh: don't try to unplug emulated devices
17728 - libertas: don't set URB_ZERO_PACKET on IN USB transfer
17729 - usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten
17730 - usb: typec: tcpm: Fix APDO PPS order checking to be based on voltage
17731 - usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"
17732 - mt76: mt76x2: fix multi-interface beacon configuration
17733 - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()
17734 - net/ipv4: defensive cipso option parsing
17735 - dmaengine: ppc4xx: fix off-by-one build failure
17736 - scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE
17737 usage
17738 - scsi: target: Fix target_wait_for_sess_cmds breakage with active signals
17739 - libnvdimm: Hold reference on parent while scheduling async init
17740 - libnvdimm, region: Fail badblocks listing for inactive regions
17741 - libnvdimm, pmem: Fix badblocks population for 'raw' namespaces
17742 - ASoC: intel: skylake: Add missing break in skl_tplg_get_token()
17743 - ASoC: sta32x: set ->component pointer in private struct
17744 - IB/mlx5: Fix MR cache initialization
17745 - IB/rxe: Revise the ib_wr_opcode enum
17746 - jbd2: fix use after free in jbd2_log_do_checkpoint()
17747 - gfs2_meta: ->mount() can get NULL dev_name
17748 - ext4: fix EXT4_IOC_SWAP_BOOT
17749 - ext4: initialize retries variable in ext4_da_write_inline_data_begin()
17750 - ext4: fix setattr project check in fssetxattr ioctl
17751 - ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR
17752 - ext4: fix use-after-free race in ext4_remount()'s error path
17753 - selinux: fix mounting of cgroup2 under older policies
17754 - HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452
17755 - HID: hiddev: fix potential Spectre v1
17756 - EDAC, amd64: Add Family 17h, models 10h-2fh support
17757 - EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting
17758 - EDAC, skx_edac: Fix logical channel intermediate decoding
17759 - ARM: dts: dra7: Fix up unaligned access setting for PCIe EP
17760 - PCI/ASPM: Fix link_state teardown on device removal
17761 - PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk
17762 - signal/GenWQE: Fix sending of SIGKILL
17763 - signal: Guard against negative signal numbers in copy_siginfo_from_user32
17764 - crypto: lrw - Fix out-of bounds access on counter overflow
17765 - crypto: tcrypt - fix ghash-generic speed test
17766 - crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross
17767 a page in gcm
17768 - crypto: morus/generic - fix for big endian systems
17769 - crypto: aegis/generic - fix for big endian systems
17770 - crypto: speck - remove Speck
17771 - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()
17772 - userfaultfd: disable irqs when taking the waitqueue lock
17773 - ima: fix showing large 'violations' or 'runtime_measurements_count'
17774 - ima: open a new file instance if no read permissions
17775 - hugetlbfs: dirty pages as they are added to pagecache
17776 - mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
17777 - mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback
17778 - KVM: arm/arm64: Ensure only THP is candidate for adjustment
17779 - KVM: arm64: Fix caching of host MDCR_EL2 value
17780 - kbuild: fix kernel/bounds.c 'W=1' warning
17781 - iio: ad5064: Fix regulator handling
17782 - iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()
17783 - iio: adc: at91: fix acking DRDY irq on simple conversions
17784 - iio: adc: at91: fix wrong channel number in triggered buffer mode
17785 - w1: omap-hdq: fix missing bus unregister at removal
17786 - smb3: allow stats which track session and share reconnects to be reset
17787 - smb3: do not attempt cifs operation in smb3 query info error path
17788 - smb3: on kerberos mount if server doesn't specify auth type use krb5
17789 - printk: Fix panic caused by passing log_buf_len to command line
17790 - genirq: Fix race on spurious interrupt detection
17791 - tpm: fix response size validation in tpm_get_random()
17792 - NFC: nfcmrvl_uart: fix OF child-node lookup
17793 - NFSv4.1: Fix the r/wsize checking
17794 - nfs: Fix a missed page unlock after pg_doio()
17795 - nfsd: correctly decrement odstate refcount in error path
17796 - nfsd: Fix an Oops in free_session()
17797 - lockd: fix access beyond unterminated strings in prints
17798 - dm ioctl: harden copy_params()'s copy_from_user() from malicious users
17799 - dm zoned: fix metadata block ref counting
17800 - dm zoned: fix various dmz_get_mblock() issues
17801 - media: ov7670: make "xclk" clock optional
17802 - fsnotify: Fix busy inodes during unmount
17803 - powerpc64/module elfv1: Set opd addresses after module relocation
17804 - powerpc/msi: Fix compile error on mpc83xx
17805 - powerpc/tm: Fix HFSCR bit for no suspend case
17806 - powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9
17807 - MIPS: OCTEON: fix out of bounds array access on CN68XX
17808 - rtc: ds1307: fix ds1339 wakealarm support
17809 - rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'
17810 - rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI
17811 - power: supply: twl4030-charger: fix OF sibling-node lookup
17812 - ocxl: Fix access to the AFU Descriptor Data
17813 - iommu/arm-smmu: Ensure that page-table updates are visible before TLBI
17814 - TC: Set DMA masks for devices
17815 - net: bcmgenet: fix OF child-node lookup
17816 - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD
17817 - Revert "media: dvbsky: use just one mutex for serializing device R/W ops"
17818 - kgdboc: Passing ekgdboc to command line causes panic
17819 - remoteproc: qcom: q6v5: Propagate EPROBE_DEFER
17820 - media: cec: make cec_get_edid_spa_location() an inline function
17821 - media: cec: integrate cec_validate_phys_addr() in cec-api.c
17822 - xen: fix xen_qlock_wait()
17823 - xen: remove size limit of privcmd-buf mapping interface
17824 - xen-blkfront: fix kernel panic with negotiate_mq error path
17825 - media: cec: add new tx/rx status bits to detect aborts/timeouts
17826 - media: cec: fix the Signal Free Time calculation
17827 - media: cec: forgot to cancel delayed work
17828 - media: em28xx: use a default format if TRY_FMT fails
17829 - media: tvp5150: avoid going past array on v4l2_querymenu()
17830 - media: em28xx: fix input name for Terratec AV 350
17831 - media: em28xx: make v4l2-compliance happier by starting sequence on zero
17832 - media: em28xx: fix handler for vidioc_s_input()
17833 - media: adv7604: when the EDID is cleared, unconfigure CEC as well
17834 - media: adv7842: when the EDID is cleared, unconfigure CEC as well
17835 - drm/mediatek: fix OF sibling-node lookup
17836 - media: media colorspaces*.rst: rename AdobeRGB to opRGB
17837 - media: replace ADOBERGB by OPRGB
17838 - media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC
17839 - arm64: lse: remove -fcall-used-x0 flag
17840 - rpmsg: smd: fix memory leak on channel create
17841 - Cramfs: fix abad comparison when wrap-arounds occur
17842 - ARM: dts: socfpga: Fix SDRAM node address for Arria10
17843 - arm64: dts: stratix10: Correct System Manager register size
17844 - soc: qcom: rmtfs-mem: Validate that scm is available
17845 - soc/tegra: pmc: Fix child-node lookup
17846 - selftests/ftrace: Fix synthetic event test to delete event correctly
17847 - selftests/powerpc: Fix ptrace tm failure
17848 - tracing: Return -ENOENT if there is no target synthetic event
17849 - btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled
17850 - btrfs: Handle owner mismatch gracefully when walking up tree
17851 - btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock
17852 - btrfs: fix error handling in free_log_tree
17853 - btrfs: fix error handling in btrfs_dev_replace_start
17854 - btrfs: Enhance btrfs_trim_fs function to handle error better
17855 - btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
17856 - btrfs: iterate all devices during trim, instead of fs_devices::alloc_list
17857 - btrfs: don't attempt to trim devices that don't support it
17858 - btrfs: keep trim from interfering with transaction commits
17859 - btrfs: wait on caching when putting the bg cache
17860 - Btrfs: don't clean dirty pages during buffered writes
17861 - btrfs: release metadata before running delayed refs
17862 - btrfs: protect space cache inode alloc with GFP_NOFS
17863 - btrfs: reset max_extent_size on clear in a bitmap
17864 - btrfs: make sure we create all new block groups
17865 - Btrfs: fix warning when replaying log after fsync of a tmpfile
17866 - Btrfs: fix wrong dentries after fsync of file that got its parent replaced
17867 - btrfs: qgroup: Dirty all qgroups before rescan
17868 - Btrfs: fix null pointer dereference on compressed write path error
17869 - Btrfs: fix assertion on fsync of regular file when using no-holes feature
17870 - Btrfs: fix deadlock when writing out free space caches
17871 - btrfs: reset max_extent_size properly
17872 - btrfs: set max_extent_size properly
17873 - btrfs: don't use ctl->free_space for max_extent_size
17874 - btrfs: only free reserved extent if we didn't insert it
17875 - btrfs: fix insert_reserved error handling
17876 - btrfs: don't run delayed_iputs in commit
17877 - btrfs: move the dio_sem higher up the callchain
17878 - Btrfs: fix use-after-free during inode eviction
17879 - Btrfs: fix use-after-free when dumping free space
17880 - net: sched: Remove TCA_OPTIONS from policy
17881 - vt: fix broken display when running aptitude
17882 - bpf: wait for running BPF programs when updating map-in-map
17883 - vga_switcheroo: Fix missing gpu_bound call at audio client registration
17884 - MD: fix invalid stored role for a disk - try2
17885 - Linux 4.19.2
17886
17887 * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405)
17888 - KVM: s390: vsie: simulate VCPU SIE entry/exit
17889 - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
17890 - KVM: s390: refactor crypto initialization
17891 - s390: vfio-ap: base implementation of VFIO AP device driver
17892 - s390: vfio-ap: register matrix device with VFIO mdev framework
17893 - s390: vfio-ap: sysfs interfaces to configure adapters
17894 - s390: vfio-ap: sysfs interfaces to configure domains
17895 - s390: vfio-ap: sysfs interfaces to configure control domains
17896 - s390: vfio-ap: sysfs interface to view matrix mdev matrix
17897 - KVM: s390: interface to clear CRYCB masks
17898 - s390: vfio-ap: implement mediated device open callback
17899 - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
17900 - s390: vfio-ap: zeroize the AP queues
17901 - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
17902 - KVM: s390: Clear Crypto Control Block when using vSIE
17903 - KVM: s390: vsie: Do the CRYCB validation first
17904 - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
17905 - KVM: s390: vsie: Allow CRYCB FORMAT-2
17906 - KVM: s390: vsie: allow CRYCB FORMAT-1
17907 - KVM: s390: vsie: allow CRYCB FORMAT-0
17908 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
17909 - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
17910 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2
17911 - KVM: s390: device attrs to enable/disable AP interpretation
17912 - KVM: s390: CPU model support for AP virtualization
17913 - s390: doc: detailed specifications for AP virtualization
17914 - KVM: s390: fix locking for crypto setting error path
17915 - KVM: s390: Tracing APCB changes
17916 - s390: vfio-ap: setup APCB mask using KVM dedicated function
17917 - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module.
17918
17919 * Bypass of mount visibility through userns + mount propagation (LP: #1789161)
17920 - mount: Retest MNT_LOCKED in do_umount
17921 - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
17922
17923 * CVE-2018-18955: nested user namespaces with more than five extents
17924 incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955
17925 - userns: also map extents in the reverse map to kernel IDs
17926
17927 * kdump fail due to an IRQ storm (LP: #1797990)
17928 - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code
17929 - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot
17930 - SAUCE: x86/quirks: Scan all busses for early PCI quirks
17931
17932 * Disable LPM for Raydium Touchscreens (LP: #1802248)
17933 - USB: quirks: Add no-lpm quirk for Raydium touchscreens
17934
17935 * Power consumption during s2idle is higher than long idle(sk hynix)
17936 (LP: #1801875)
17937 - SAUCE: pci: prevent sk hynix nvme from entering D3
17938 - SAUCE: nvme: add quirk to not call disable function when suspending
17939
17940 * Disco update: v4.19.1 upstream stable release (LP: #1801739)
17941 - bridge: do not add port to router list when receives query with source
17942 0.0.0.0
17943 - ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are
17944 called
17945 - net/mlx5e: fix csum adjustments caused by RXFCS
17946 - net: sched: gred: pass the right attribute to gred_change_table_def()
17947 - net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules
17948 - net: udp: fix handling of CHECKSUM_COMPLETE packets
17949 - Revert "net: simplify sock_poll_wait"
17950 - rtnetlink: Disallow FDB configuration for non-Ethernet device
17951 - vhost: Fix Spectre V1 vulnerability
17952 - bonding: fix length of actor system
17953 - openvswitch: Fix push/pop ethernet validation
17954 - net/ipv6: Allow onlink routes to have a device mismatch if it is the default
17955 route
17956 - net/smc: fix smc_buf_unuse to use the lgr pointer
17957 - mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACs
17958 - mlxsw: core: Fix devlink unregister flow
17959 - net: drop skb on failure in ip_check_defrag()
17960 - net: Properly unlink GRO packets on overflow.
17961 - r8169: fix broken Wake-on-LAN from S5 (poweroff)
17962 - Revert "be2net: remove desc field from be_eq_obj"
17963 - sctp: check policy more carefully when getting pr status
17964 - sparc64: Export __node_distance.
17965 - sparc64: Make corrupted user stacks more debuggable.
17966 - sparc64: Wire up compat getpeername and getsockname.
17967 - net: bridge: remove ipv6 zero address check in mcast queries
17968 - Linux 4.19.1
17969
17970 * Miscellaneous Ubuntu changes
17971 - SAUCE: (noup) Update spl to 0.7.11-1ubuntu1, zfs to 0.7.11-3ubuntu1
17972 - [Config] updateconfigs after 4.19.2 stable update
17973 - [Config] Disable unneded options for s390
17974 - [Config] Update annotations for 4.19
17975
17976 -- Seth Forshee <seth.forshee@canonical.com> Thu, 15 Nov 2018 09:55:37 -0800
17977
17978linux (4.19.0-4.5) disco; urgency=medium
17979
17980 * Add checksum offload and TSO support for HiNIC adapters (LP: #1800664)
17981 - net-next/hinic: add checksum offload and TSO support
17982
17983 * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater
17984 than 255 bytes (LP: #1799794)
17985 - ipmi:ssif: Add support for multi-part transmit messages > 2 parts
17986
17987 * Packaging resync (LP: #1786013)
17988 - [Package] add support for specifying the primary makefile
17989
17990 * Update ENA driver to version 2.0.1K (LP: #1798182)
17991 - net: ena: minor performance improvement
17992 - net: ena: complete host info to match latest ENA spec
17993 - net: ena: introduce Low Latency Queues data structures according to ENA spec
17994 - net: ena: add functions for handling Low Latency Queues in ena_com
17995 - net: ena: add functions for handling Low Latency Queues in ena_netdev
17996 - net: ena: use CSUM_CHECKED device indication to report skb's checksum status
17997 - net: ena: explicit casting and initialization, and clearer error handling
17998 - net: ena: limit refill Rx threshold to 256 to avoid latency issues
17999 - net: ena: change rx copybreak default to reduce kernel memory pressure
18000 - net: ena: remove redundant parameter in ena_com_admin_init()
18001 - net: ena: update driver version to 2.0.1
18002 - net: ena: fix indentations in ena_defs for better readability
18003 - net: ena: Fix Kconfig dependency on X86
18004 - net: ena: enable Low Latency Queues
18005 - net: ena: fix compilation error in xtensa architecture
18006
18007 * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281)
18008 - ipmi: Fix timer race with module unload
18009
18010 * Overlayfs in user namespace leaks directory content of inaccessible
18011 directories (LP: #1793458) // CVE-2018-6559
18012 - SAUCE: overlayfs: ensure mounter privileges when reading directories
18013
18014 * not able to unwind the stack from within __kernel_clock_gettime in the Linux
18015 vDSO (LP: #1797963)
18016 - powerpc/vdso: Correct call frame information
18017
18018 * Miscellaneous Ubuntu changes
18019 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Don't print secure boot state
18020 from the efi stub"
18021 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub"
18022 - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() use
18023 efi_status_to_str() to print error messages."
18024 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
18025 efi_status_to_err()."
18026 - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() not complain
18027 about cert lists that aren't present."
18028 - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable
18029 to be suppressed"
18030 - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI
18031 Secure Boot"
18032 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser"
18033 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add EFI signature data types"
18034 - Revert "UBUNTU: SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time
18035 addition of keys to secondary keyring"
18036 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
18037 secure boot mode"
18038 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to
18039 indicate secure boot mode"
18040 - Revert "UBUNTU: SAUCE: (efi-lockdown) Copy secure_boot flag in boot params
18041 across kexec reboot"
18042 - Revert "UBUNTU: SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the
18043 kernel is locked down"
18044 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down perf"
18045 - Revert "UBUNTU: SAUCE: (efi-lockdown) bpf: Restrict kernel image access
18046 functions when the kernel is locked down"
18047 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down kprobes"
18048 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down /proc/kcore"
18049 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the
18050 testmmiotrace module"
18051 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down module params that specify
18052 hardware parameters (eg. ioport)"
18053 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down TIOCSSERIAL"
18054 - Revert "UBUNTU: SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the
18055 kernel is locked down"
18056 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable APEI error injection if
18057 the kernel is locked down"
18058 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable ACPI table override if
18059 the kernel is locked down"
18060 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param
18061 when the kernel has been locked down"
18062 - Revert "UBUNTU: SAUCE: (efi-lockdown) ACPI: Limit access to custom_method
18063 when the kernel is locked down"
18064 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the
18065 kernel is locked down"
18066 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86: Lock down IO port access when the
18067 kernel is locked down"
18068 - Revert "UBUNTU: SAUCE: (efi-lockdown) PCI: Lock down BAR access when the
18069 kernel is locked down"
18070 - Revert "UBUNTU: SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is
18071 locked down"
18072 - Revert "UBUNTU: SAUCE: (efi-lockdown) hibernate: Disable when the kernel is
18073 locked down"
18074 - Revert "UBUNTU: SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the
18075 kernel is locked down"
18076 - Revert "UBUNTU: SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the
18077 kernel is locked down"
18078 - Revert "UBUNTU: SAUCE: (efi-lockdown) Enforce module signatures if the
18079 kernel is locked down"
18080 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add a SysRq option to lift kernel
18081 lockdown"
18082 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add the ability to lock down access to
18083 the running kernel image"
18084 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
18085 kernel image
18086 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
18087 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
18088 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
18089 locked down
18090 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
18091 down
18092 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
18093 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
18094 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
18095 down
18096 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
18097 locked down
18098 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
18099 down
18100 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
18101 locked down
18102 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
18103 has been locked down
18104 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
18105 locked down
18106 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
18107 locked down
18108 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
18109 down
18110 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
18111 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
18112 parameters (eg. ioport)
18113 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
18114 - SAUCE: (efi-lockdown) Lock down /proc/kcore
18115 - SAUCE: (efi-lockdown) Lock down kprobes
18116 - SAUCE: (efi-lockdown) Lock down perf
18117 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
18118 down
18119 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
18120 secondary keyring
18121 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
18122 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
18123 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
18124 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
18125 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
18126 that aren't present.
18127 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
18128 efi_status_to_err().
18129 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
18130 error messages.
18131 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
18132 reboot
18133 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
18134 boot mode
18135 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
18136 mode
18137 - SAUCE: (efi-lockdown) efi/x86: Call efi_parse_options() from efi_main()
18138 - SAUCE: (efi-lockdown) Fix for module sig verification
18139 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
18140 - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules
18141 - [Packaging] generate Vcs-Git url from changelog
18142 - [Config] CONFIG_SCSI_MQ_DEFAULT=y
18143
18144 -- Seth Forshee <seth.forshee@canonical.com> Fri, 02 Nov 2018 14:22:55 -0500
18145
18146linux (4.19.0-3.4) cosmic; urgency=medium
18147
18148 * Support Edge Gateway's Bluetooth LED (LP: #1798332)
18149 - SAUCE: Bluetooth: Support for LED on Edge Gateways
18150
18151 * Support Edge Gateway's WIFI LED (LP: #1798330)
18152 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
18153
18154 [ Upstream Kernel Changes ]
18155
18156 * Rebase to v4.19
18157
18158 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Oct 2018 09:13:39 -0500
18159
18160linux (4.19.0-2.3) cosmic; urgency=medium
18161
18162 * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314)
18163 - SAUCE: fscache: Fix race in decrementing refcount of op->npages
18164
18165 * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957)
18166 - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same
18167 VM
18168
18169 * The front MIC can't work on the Lenovo M715 (LP: #1797292)
18170 - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715
18171
18172 * arm64: snapdragon: WARNING: CPU: 0 PID: 1 at drivers/irqchip/irq-gic.c:1016
18173 gic_irq_domain_translate (LP: #1797143)
18174 - SAUCE: arm64: dts: msm8916: camms: fix gic_irq_domain_translate warnings
18175
18176 * Dell new AIO requires a new uart backlight driver (LP: #1727235)
18177 - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO
18178 - updateconfigs for Dell UART backlight driver
18179
18180 * Please make CONFIG_PWM_LPSS_PCI and CONFIG_PWM_LPSS_PLATFORM built in to
18181 make brightness adjustment working on various BayTrail/CherryTrail-based
18182 devices (LP: #1783964)
18183 - [Config]: Make PWM_LPSS_* built-in
18184
18185 * check and fix zkey required kernel modules locations in debs, udebs, and
18186 initramfs (LP: #1794346)
18187 - [Config] add s390 crypto modules to crypt-modules udeb
18188
18189 * Miscellaneous Ubuntu changes
18190 - [Config] CONFIG_VBOXGUEST=n
18191 - ubuntu: vbox -- update to 5.2.18-dfsg-2
18192 - ubuntu: enable vbox build
18193
18194 [ Upstream Kernel Changes ]
18195
18196 * Rebase to v4.19-rc8
18197
18198 -- Seth Forshee <seth.forshee@canonical.com> Mon, 15 Oct 2018 10:52:04 -0500
18199
18200linux (4.19.0-1.2) cosmic; urgency=medium
18201
18202 * Page leaking in cachefiles_read_backing_file while vmscan is active
18203 (LP: #1793430)
18204 - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan
18205 is active
18206
18207 * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463)
18208 - Input: elantech - enable middle button of touchpad on ThinkPad P72
18209
18210 * Improvements to the kernel source package preparation (LP: #1793461)
18211 - [Packaging] startnewrelease: add support for backport kernels
18212
18213 * Fix unusable NVIDIA GPU after S3 (LP: #1793338)
18214 - SAUCE: PCI: Reprogram bridge prefetch registers on resume
18215
18216 * Error reported when creating ZFS pool with "-t" option, despite successful
18217 pool creation (LP: #1769937)
18218 - SAUCE: (noup) Update zfs to 0.7.9-3ubuntu6
18219
18220 * device hotplug of vfio devices can lead to deadlock in vfio_pci_release
18221 (LP: #1792099)
18222 - SAUCE: vfio -- release device lock before userspace requests
18223
18224 * Miscellaneous Ubuntu changes
18225 - [Packaging] retpoline -- fix temporary filenaming
18226 - CONFIG_BCH_CONST_PARAMS=n
18227 - Packaging: final-checks: remove trailing backport suffix
18228 - SAUCE: import aufs driver
18229
18230 [ Upstream Kernel Changes ]
18231
18232 * Rebase to v4.19-rc5
18233
18234 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Sep 2018 16:32:24 -0500
18235
18236linux (4.19.0-0.1) cosmic; urgency=medium
18237
18238 * Miscellaneous Ubuntu changes
18239 - ubuntu -- disable vbox build
18240 - Disable zfs build
18241 - SAUCE: Import aufs driver
18242 - Update dropped.txt
18243
18244 [ Upstream Kernel Changes ]
18245
18246 * Rebase to v4.19-rc3
18247
18248 -- Seth Forshee <seth.forshee@canonical.com> Thu, 13 Sep 2018 07:54:47 -0500
18249
18250linux (4.19.0-0.0) cosmic; urgency=medium
18251
18252 * Dummy entry.
18253
18254 -- Seth Forshee <seth.forshee@canonical.com> Thu, 13 Sep 2018 06:44:09 -0500
18255
18256linux (4.18.0-8.9) cosmic; urgency=medium
18257
18258 * linux: 4.18.0-8.9 -proposed tracker (LP: #1791663)
18259
18260 * Cosmic update to v4.18.7 stable release (LP: #1791660)
18261 - rcu: Make expedited GPs handle CPU 0 being offline
18262 - net: 6lowpan: fix reserved space for single frames
18263 - net: mac802154: tx: expand tailroom if necessary
18264 - 9p/net: Fix zero-copy path in the 9p virtio transport
18265 - spi: davinci: fix a NULL pointer dereference
18266 - spi: pxa2xx: Add support for Intel Ice Lake
18267 - spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe
18268 - spi: cadence: Change usleep_range() to udelay(), for atomic context
18269 - mmc: block: Fix unsupported parallel dispatch of requests
18270 - mmc: renesas_sdhi_internal_dmac: mask DMAC interrupts
18271 - mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITS
18272 - readahead: stricter check for bdi io_pages
18273 - block: fix infinite loop if the device loses discard capability
18274 - block: blk_init_allocated_queue() set q->fq as NULL in the fail case
18275 - block: really disable runtime-pm for blk-mq
18276 - blkcg: Introduce blkg_root_lookup()
18277 - block: Introduce blk_exit_queue()
18278 - block: Ensure that a request queue is dissociated from the cgroup controller
18279 - apparmor: fix bad debug check in apparmor_secid_to_secctx()
18280 - dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace
18281 - libertas: fix suspend and resume for SDIO connected cards
18282 - media: Revert "[media] tvp5150: fix pad format frame height"
18283 - mailbox: xgene-slimpro: Fix potential NULL pointer dereference
18284 - Replace magic for trusting the secondary keyring with #define
18285 - Fix kexec forbidding kernels signed with keys in the secondary keyring to
18286 boot
18287 - powerpc/fadump: handle crash memory ranges array index overflow
18288 - powerpc/64s: Fix page table fragment refcount race vs speculative references
18289 - powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.
18290 - powerpc/pkeys: Give all threads control of their key permissions
18291 - powerpc/pkeys: Deny read/write/execute by default
18292 - powerpc/pkeys: key allocation/deallocation must not change pkey registers
18293 - powerpc/pkeys: Save the pkey registers before fork
18294 - powerpc/pkeys: Fix calculation of total pkeys.
18295 - powerpc/pkeys: Preallocate execute-only key
18296 - powerpc/nohash: fix pte_access_permitted()
18297 - powerpc64/ftrace: Include ftrace.h needed for enable/disable calls
18298 - powerpc/powernv/pci: Work around races in PCI bridge enabling
18299 - cxl: Fix wrong comparison in cxl_adapter_context_get()
18300 - IB/mlx5: Honor cnt_set_id_valid flag instead of set_id
18301 - IB/mlx5: Fix leaking stack memory to userspace
18302 - IB/srpt: Fix srpt_cm_req_recv() error path (1/2)
18303 - IB/srpt: Fix srpt_cm_req_recv() error path (2/2)
18304 - IB/srpt: Support HCAs with more than two ports
18305 - overflow.h: Add arithmetic shift helper
18306 - RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq
18307 - ib_srpt: Fix a use-after-free in srpt_close_ch()
18308 - ib_srpt: Fix a use-after-free in __srpt_close_all_ch()
18309 - RDMA/rxe: Set wqe->status correctly if an unexpected response is received
18310 - 9p: fix multiple NULL-pointer-dereferences
18311 - fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed
18312 - 9p/virtio: fix off-by-one error in sg list bounds check
18313 - net/9p/client.c: version pointer uninitialized
18314 - net/9p/trans_fd.c: fix race-condition by flushing workqueue before the
18315 kfree()
18316 - dm integrity: change 'suspending' variable from bool to int
18317 - dm thin: stop no_space_timeout worker when switching to write-mode
18318 - dm cache metadata: save in-core policy_hint_size to on-disk superblock
18319 - dm cache metadata: set dirty on all cache blocks after a crash
18320 - dm crypt: don't decrease device limits
18321 - dm writecache: fix a crash due to reading past end of dirty_bitmap
18322 - uart: fix race between uart_put_char() and uart_shutdown()
18323 - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()
18324 - Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
18325 - iio: sca3000: Fix missing return in switch
18326 - iio: ad9523: Fix displayed phase
18327 - iio: ad9523: Fix return value for ad952x_store()
18328 - extcon: Release locking when sending the notification of connector state
18329 - eventpoll.h: wrap casts in () properly
18330 - vmw_balloon: fix inflation of 64-bit GFNs
18331 - vmw_balloon: do not use 2MB without batching
18332 - vmw_balloon: VMCI_DOORBELL_SET does not check status
18333 - vmw_balloon: fix VMCI use when balloon built into kernel
18334 - rtc: omap: fix resource leak in registration error path
18335 - rtc: omap: fix potential crash on power off
18336 - tracing: Do not call start/stop() functions when tracing_on does not change
18337 - tracing/blktrace: Fix to allow setting same value
18338 - printk/tracing: Do not trace printk_nmi_enter()
18339 - livepatch: Validate module/old func name length
18340 - uprobes: Use synchronize_rcu() not synchronize_sched()
18341 - mfd: hi655x: Fix regmap area declared size for hi655x
18342 - ovl: fix wrong use of impure dir cache in ovl_iterate()
18343 - ACPICA: AML Parser: skip opcodes that open a scope upon parse failure
18344 - ACPICA: Clear status of all events when entering sleep states
18345 - drivers/block/zram/zram_drv.c: fix bug storing backing_dev
18346 - sched: idle: Avoid retaining the tick when it has been stopped
18347 - cpuidle: menu: Handle stopped tick more aggressively
18348 - cpufreq: governor: Avoid accessing invalid governor_data
18349 - PM / sleep: wakeup: Fix build error caused by missing SRCU support
18350 - ALSA: ac97: fix device initialization in the compat layer
18351 - ALSA: ac97: fix check of pm_runtime_get_sync failure
18352 - ALSA: ac97: fix unbalanced pm_runtime_enable
18353 - i2c: designware: Re-init controllers with pm_disabled set on resume
18354 - KVM: VMX: fixes for vmentry_l1d_flush module parameter
18355 - KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages
18356 - xtensa: limit offsets in __loop_cache_{all,page}
18357 - xtensa: increase ranges in ___invalidate_{i,d}cache_all
18358 - block, bfq: return nbytes and not zero from struct cftype .write() method
18359 - pnfs/blocklayout: off by one in bl_map_stripe()
18360 - nfsd: fix leaked file lock with nfs exported overlayfs
18361 - NFSv4 client live hangs after live data migration recovery
18362 - NFSv4: Fix locking in pnfs_generic_recover_commit_reqs
18363 - NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()
18364 - ARM: tegra: Fix Tegra30 Cardhu PCA954x reset
18365 - ARM: dts: am57xx-idk: Enable dual role for USB2 port
18366 - pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data
18367 - mm/tlb: Remove tlb_remove_table() non-concurrent condition
18368 - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-
18369 VMSA
18370 - iommu/vt-d: Add definitions for PFSID
18371 - iommu/vt-d: Fix dev iotlb pfsid use
18372 - sys: don't hold uts_sem while accessing userspace memory
18373 - userns: move user access out of the mutex
18374 - ubifs: Fix memory leak in lprobs self-check
18375 - Revert "UBIFS: Fix potential integer overflow in allocation"
18376 - ubifs: Check data node size before truncate
18377 - ubifs: xattr: Don't operate on deleted inodes
18378 - ubifs: Fix directory size calculation for symlinks
18379 - ubifs: Fix synced_i_size calculation for xattr inodes
18380 - pwm: tiehrpwm: Don't use emulation mode bits to control PWM output
18381 - pwm: tiehrpwm: Fix disabling of output of PWMs
18382 - fb: fix lost console when the user unplugs a USB adapter
18383 - udlfb: fix semaphore value leak
18384 - udlfb: fix display corruption of the last line
18385 - udlfb: don't switch if we are switching to the same videomode
18386 - udlfb: set optimal write delay
18387 - udlfb: make a local copy of fb_ops
18388 - udlfb: handle allocation failure
18389 - udlfb: set line_length in dlfb_ops_set_par
18390 - getxattr: use correct xattr length
18391 - libnvdimm: Use max contiguous area for namespace size
18392 - libnvdimm: fix ars_status output length calculation
18393 - bcache: release dc->writeback_lock properly in bch_writeback_thread()
18394 - kconfig: fix "Can't open ..." in parallel build
18395 - perf auxtrace: Fix queue resize
18396 - crypto: vmx - Fix sleep-in-atomic bugs
18397 - crypto: aesni - Use unaligned loads from gcm_context_data
18398 - crypto: arm64/sm4-ce - check for the right CPU feature bit
18399 - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
18400 - crypto: caam/jr - fix descriptor DMA unmapping
18401 - crypto: caam/qi - fix error path in xts setkey
18402 - fs/quota: Fix spectre gadget in do_quotactl
18403 - udf: Fix mounting of Win7 created UDF filesystems
18404 - cpuidle: menu: Retain tick when shallow state is selected
18405 - arm64: mm: always enable CONFIG_HOLES_IN_ZONE
18406 - Linux 4.18.7
18407
18408 * CVE-2017-5715
18409 - s390: detect etoken facility
18410 - KVM: s390: add etoken support for guests
18411
18412 * Missing Intel GPU pci-id's (LP: #1789924)
18413 - drm/i915/whl: Introducing Whiskey Lake platform
18414 - drm/i915/aml: Introducing Amber Lake platform
18415 - drm/i915/cfl: Add a new CFL PCI ID.
18416
18417 * [18.10 FEAT] Add kernel config options for SMC-R/D (LP: #1789934)
18418 - s390/ism: add device driver for internal shared memory
18419 - CONFIG_ISM=y for s390
18420
18421 * Cosmic update to v4.18.6 stable release (LP: #1791105)
18422 - PATCH scripts/kernel-doc
18423 - scripts/kernel-doc: Escape all literal braces in regexes
18424 - scsi: libsas: dynamically allocate and free ata host
18425 - xprtrdma: Fix disconnect regression
18426 - mei: don't update offset in write
18427 - cifs: add missing support for ACLs in SMB 3.11
18428 - CIFS: fix uninitialized ptr deref in smb2 signing
18429 - cifs: add missing debug entries for kconfig options
18430 - cifs: use a refcount to protect open/closing the cached file handle
18431 - cifs: check kmalloc before use
18432 - smb3: enumerating snapshots was leaving part of the data off end
18433 - smb3: Do not send SMB3 SET_INFO if nothing changed
18434 - smb3: don't request leases in symlink creation and query
18435 - smb3: fill in statfs fsid and correct namelen
18436 - btrfs: use correct compare function of dirty_metadata_bytes
18437 - btrfs: don't leak ret from do_chunk_alloc
18438 - Btrfs: fix mount failure after fsync due to hard link recreation
18439 - Btrfs: fix btrfs_write_inode vs delayed iput deadlock
18440 - Btrfs: fix send failure when root has deleted files still open
18441 - Btrfs: send, fix incorrect file layout after hole punching beyond eof
18442 - hwmon: (k10temp) 27C Offset needed for Threadripper2
18443 - bpf, arm32: fix stack var offset in jit
18444 - regulator: arizona-ldo1: Use correct device to get enable GPIO
18445 - iommu/arm-smmu: Error out only if not enough context interrupts
18446 - printk: Split the code for storing a message into the log buffer
18447 - printk: Create helper function to queue deferred console handling
18448 - printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
18449 - kprobes/arm64: Fix %p uses in error messages
18450 - arm64: Fix mismatched cache line size detection
18451 - arm64: Handle mismatched cache type
18452 - arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()
18453 - arm64: dts: rockchip: corrected uart1 clock-names for rk3328
18454 - KVM: arm/arm64: Fix potential loss of ptimer interrupts
18455 - KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked
18456 - KVM: arm/arm64: Skip updating PMD entry if no change
18457 - KVM: arm/arm64: Skip updating PTE entry if no change
18458 - s390/kvm: fix deadlock when killed by oom
18459 - perf kvm: Fix subcommands on s390
18460 - stop_machine: Reflow cpu_stop_queue_two_works()
18461 - stop_machine: Atomically queue and wake stopper threads
18462 - ext4: check for NUL characters in extended attribute's name
18463 - ext4: use ext4_warning() for sb_getblk failure
18464 - ext4: sysfs: print ext4_super_block fields as little-endian
18465 - ext4: reset error code in ext4_find_entry in fallback
18466 - ext4: fix race when setting the bitmap corrupted flag
18467 - x86/gpu: reserve ICL's graphics stolen memory
18468 - platform/x86: wmi: Do not mix pages and kmalloc
18469 - platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, too
18470 - mm: move tlb_table_flush to tlb_flush_mmu_free
18471 - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
18472 - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
18473 - x86/speculation/l1tf: Fix off-by-one error when warning that system has too
18474 much RAM
18475 - x86/speculation/l1tf: Suggest what to do on systems with too much RAM
18476 - x86/vdso: Fix vDSO build if a retpoline is emitted
18477 - x86/process: Re-export start_thread()
18478 - KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
18479 - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
18480 - fuse: Don't access pipe->buffers without pipe_lock()
18481 - fuse: fix initial parallel dirops
18482 - fuse: fix double request_end()
18483 - fuse: fix unlocked access to processing queue
18484 - fuse: umount should wait for all requests
18485 - fuse: Fix oops at process_init_reply()
18486 - fuse: Add missed unlock_page() to fuse_readpages_fill()
18487 - lib/vsprintf: Do not handle %pO[^F] as %px
18488 - udl-kms: change down_interruptible to down
18489 - udl-kms: handle allocation failure
18490 - udl-kms: fix crash due to uninitialized memory
18491 - udl-kms: avoid division
18492 - b43legacy/leds: Ensure NUL-termination of LED name string
18493 - b43/leds: Ensure NUL-termination of LED name string
18494 - ASoC: dpcm: don't merge format from invalid codec dai
18495 - ASoC: zte: Fix incorrect PCM format bit usages
18496 - ASoC: sirf: Fix potential NULL pointer dereference
18497 - ASoC: wm_adsp: Correct DSP pointer for preloader control
18498 - soc: qcom: rmtfs-mem: fix memleak in probe error paths
18499 - pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show()
18500 - scsi: qla2xxx: Fix stalled relogin
18501 - x86/vdso: Fix lsl operand order
18502 - x86/nmi: Fix NMI uaccess race against CR3 switching
18503 - x86/irqflags: Mark native_restore_fl extern inline
18504 - x86/spectre: Add missing family 6 check to microcode check
18505 - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
18506 - hwmon: (nct6775) Fix potential Spectre v1
18507 - x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()
18508 - x86: Allow generating user-space headers without a compiler
18509 - s390/mm: fix addressing exception after suspend/resume
18510 - s390/lib: use expoline for all bcr instructions
18511 - s390: fix br_r1_trampoline for machines without exrl
18512 - s390/qdio: reset old sbal_state flags
18513 - s390/numa: move initial setup of node_to_cpumask_map
18514 - s390/purgatory: Fix crash with expoline enabled
18515 - s390/purgatory: Add missing FORCE to Makefile targets
18516 - kprobes: Show blacklist addresses as same as kallsyms does
18517 - kprobes: Replace %p with other pointer types
18518 - kprobes/arm: Fix %p uses in error messages
18519 - kprobes: Make list and blacklist root user read only
18520 - MIPS: Correct the 64-bit DSP accumulator register size
18521 - MIPS: memset.S: Fix byte_fixup for MIPSr6
18522 - MIPS: Always use -march=<arch>, not -<arch> shortcuts
18523 - MIPS: Change definition of cpu_relax() for Loongson-3
18524 - MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7
18525 - tpm: Return the actual size when receiving an unsupported command
18526 - tpm: separate cmd_ready/go_idle from runtime_pm
18527 - scsi: mpt3sas: Fix calltrace observed while running IO & reset
18528 - scsi: mpt3sas: Fix _transport_smp_handler() error path
18529 - scsi: sysfs: Introduce sysfs_{un,}break_active_protection()
18530 - scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock
18531 - iscsi target: fix session creation failure handling
18532 - mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op()
18533 - mtd: rawnand: fsmc: Stop using chip->read_buf()
18534 - mtd: rawnand: marvell: add suspend and resume hooks
18535 - mtd: rawnand: qcom: wait for desc completion in all BAM channels
18536 - clk: rockchip: fix clk_i2sout parent selection bits on rk3399
18537 - clk: npcm7xx: fix memory allocation
18538 - PM / clk: signedness bug in of_pm_clk_add_clks()
18539 - power: generic-adc-battery: fix out-of-bounds write when copying channel
18540 properties
18541 - power: generic-adc-battery: check for duplicate properties copied from iio
18542 channels
18543 - watchdog: Mark watchdog touch functions as notrace
18544 - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
18545 - x86/dumpstack: Don't dump kernel memory based on usermode RIP
18546 - Linux 4.18.6
18547 - updateconfigs after v4.18.6 stable update
18548
18549 * random oopses on s390 systems using NVMe devices (LP: #1790480)
18550 - s390/pci: fix out of bounds access during irq setup
18551
18552 * [18.10 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver
18553 binding (LP: #1784331)
18554 - s390/zcrypt: code beautify
18555 - s390/zcrypt: AP bus support for alternate driver(s)
18556 - s390/zcrypt: hex string mask improvements for apmask and aqmask.
18557
18558 * performance drop with ATS enabled (LP: #1788097)
18559 - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage
18560
18561 * Fix MCE handling for user access of poisoned device-dax mapping
18562 (LP: #1774366)
18563 - device-dax: Convert to vmf_insert_mixed and vm_fault_t
18564 - device-dax: Enable page_mapping()
18565 - device-dax: Set page->index
18566 - filesystem-dax: Set page->index
18567 - mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages
18568 - mm, dev_pagemap: Do not clear ->mapping on final put
18569 - mm, madvise_inject_error: Let memory_failure() optionally take a page
18570 reference
18571 - mm, memory_failure: Collect mapping size in collect_procs()
18572 - filesystem-dax: Introduce dax_lock_mapping_entry()
18573 - mm, memory_failure: Teach memory_failure() about dev_pagemap pages
18574 - x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses
18575 - x86/memory_failure: Introduce {set, clear}_mce_nospec()
18576 - libnvdimm, pmem: Restore page attributes when clearing errors
18577
18578 * Reconcile hns3 SAUCE patches with upstream (LP: #1787477)
18579 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for
18580 hclge_get_ring_chain_from_mbx"
18581 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and
18582 shift in hclge_get_ring_chain_from_mbx"
18583 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default
18584 assignment probelm"
18585 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring
18586 configuration operation while resetting"
18587 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in
18588 hns3_reset_notify_down_enet"
18589 - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell
18590 phy driver"
18591 - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
18592 resetting"
18593 - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status
18594 register"
18595 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset
18596 frequently"
18597 - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock"
18598 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing
18599 command queue register"
18600 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during
18601 global or core reset"
18602 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce
18603 callback function"
18604 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear
18605 reset cause"
18606 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in
18607 hclgevf_main module"
18608 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp
18609 selftest"
18610 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal
18611 frame size"
18612 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated
18613 problem"
18614 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug"
18615 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting
18616 correctly"
18617 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in
18618 pfc mode"
18619 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first
18620 up"
18621 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback
18622 function when link status change"
18623 - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying
18624 roce client"
18625 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE"
18626 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver"
18627 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and
18628 definition"
18629 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name"
18630 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask
18631 macros"
18632 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset
18633 macros"
18634 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments"
18635 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets"
18636 - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return
18637 value"
18638 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
18639 assignments"
18640 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_"
18641 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead
18642 of kzalloc/dma_map_single"
18643 - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while
18644 dependency HNS3 set"
18645 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of
18646 some structures"
18647 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant
18648 hclge_cmd_csq_done"
18649 - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters
18650 in hclge_cmd_send"
18651 - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean"
18652 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
18653 assignments"
18654 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in
18655 hclge_cmd_send"
18656 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused
18657 hclge_ring_to_dma_dir"
18658 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and
18659 upper_32_bits"
18660 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw"
18661 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check"
18662 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector
18663 in hns3_client_uninit"
18664 - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error
18665 information"
18666 - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state
18667 state init|uninit"
18668 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in
18669 hnae3.c"
18670 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4
18671 and ipv6"
18672 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before
18673 free vector"
18674 - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for
18675 init_client_instance and uninit_client_instance"
18676 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index
18677 from hclge_bind_ring_with_vector"
18678 - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in
18679 last BD except VLD bit and buffer size"
18680 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback
18681 selftest"
18682 - net: hns3: Updates RX packet info fetch in case of multi BD
18683 - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector
18684 - net: hns3: rename the interface for init_client_instance and
18685 uninit_client_instance
18686 - net: hns3: add vector status check before free vector
18687 - net: hns3: add l4_type check for both ipv4 and ipv6
18688 - net: hns3: add unlikely for error check
18689 - net: hns3: remove unused head file in hnae3.c
18690 - net: hns3: extraction an interface for state init|uninit
18691 - net: hns3: print the ret value in error information
18692 - net: hns3: remove the Redundant put_vector in hns3_client_uninit
18693 - net: hns3: remove back in struct hclge_hw
18694 - net: hns3: use lower_32_bits and upper_32_bits
18695 - net: hns3: remove unused hclge_ring_to_dma_dir
18696 - net: hns3: remove useless code in hclge_cmd_send
18697 - net: hns3: remove some redundant assignments
18698 - net: hns3: simplify hclge_cmd_csq_clean
18699 - net: hns3: remove a redundant hclge_cmd_csq_done
18700 - net: hns3: remove some unused members of some structures
18701 - net: hns3: give default option while dependency HNS3 set
18702 - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
18703 - net: hns3: modify hnae_ to hnae3_
18704 - net: hns3: Fix tc setup when netdev is first up
18705 - net: hns3: Fix for mac pause not disable in pfc mode
18706 - net: hns3: Fix for waterline not setting correctly
18707 - net: hns3: Fix for l4 checksum offload bug
18708 - net: hns3: Fix for mailbox message truncated problem
18709 - net: hns3: Add configure for mac minimal frame size
18710 - net: hns3: Fix warning bug when doing lp selftest
18711 - net: hns3: Fix get_vector ops in hclgevf_main module
18712 - net: hns3: Remove the warning when clear reset cause
18713 - net: hns3: Prevent sending command during global or core reset
18714 - net: hns3: Modify the order of initializing command queue register
18715 - net: hns3: Reset net device with rtnl_lock
18716 - net: hns3: Prevent to request reset frequently
18717 - net: hns3: Correct reset event status register
18718 - net: hns3: Fix return value error in hns3_reset_notify_down_enet
18719 - net: hns3: remove unnecessary ring configuration operation while resetting
18720 - net: hns3: Fix for reset_level default assignment probelm
18721 - net: hns3: Fix for using wrong mask and shift in
18722 hclge_get_ring_chain_from_mbx
18723 - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
18724 - net: hns3: Remove some redundant assignments
18725 - net: hns3: Standardize the handle of return value
18726 - net: hns3: Remove extra space and brackets
18727 - net: hns3: Correct unreasonable code comments
18728 - net: hns3: Use decimal for bit offset macros
18729 - net: hns3: Modify inconsistent bit mask macros
18730 - net: hns3: Fix misleading parameter name
18731 - net: hns3: Remove unused struct member and definition
18732 - net: hns3: Add SPDX tags to HNS3 PF driver
18733 - net: hns3: Add support for serdes loopback selftest
18734 - net: hns3: Fix for phy link issue when using marvell phy driver
18735
18736 * [Regression] kernel crashdump fails on arm64 (LP: #1786878)
18737 - arm64: export memblock_reserve()d regions via /proc/iomem
18738 - drivers: acpi: add dependency of EFI for arm64
18739 - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
18740 - efi/arm: map UEFI memory map even w/o runtime services enabled
18741 - arm64: acpi: fix alignment fault in accessing ACPI
18742 - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y
18743 - arm64: fix ACPI dependencies
18744 - ACPI: fix menuconfig presentation of ACPI submenu
18745
18746 * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780)
18747 - r8152: disable RX aggregation on new Dell TB16 dock
18748
18749 * Support Power Management for Thunderbolt Controller (LP: #1789358)
18750 - thunderbolt: Use 64-bit DMA mask if supported by the platform
18751 - thunderbolt: Do not unnecessarily call ICM get route
18752 - thunderbolt: No need to take tb->lock in domain suspend/complete
18753 - thunderbolt: Use correct ICM commands in system suspend
18754 - thunderbolt: Add support for runtime PM
18755
18756 * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940)
18757 - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform
18758 - SAUCE: i2c:amd move out pointer in union i2c_event_base
18759 - SAUCE: i2c:amd Depends on ACPI
18760 - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86
18761
18762 * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4
18763 machine (LP: #1789145)
18764 - ALSA: hda/realtek - Fix HP Headset Mic can't record
18765
18766 * Please enable CONFIG_PAGE_POISONING (LP: #1783651)
18767 - [Config] Enable CONFIG_PAGE_POISONING configs
18768
18769 * Tango platform uses __initcall without further checks (LP: #1787945)
18770 - [Config] disable ARCH_TANGO
18771
18772 * [18.10 FEAT] SMC-Direct (LP: #1786902)
18773 - net/smc: determine port attributes independent from pnet table
18774 - net/smc: add pnetid support
18775 - net/smc: add base infrastructure for SMC-D and ISM
18776 - net/smc: add pnetid support for SMC-D and ISM
18777 - net/smc: add SMC-D support in CLC messages
18778 - net/smc: add SMC-D support in data transfer
18779 - net/smc: add SMC-D support in af_smc
18780 - net/smc: add SMC-D diag support
18781 - net/smc: provide smc mode in smc_diag.c
18782 - net/smc: eliminate cursor read and write calls
18783 - net/smc: add function to get link group from link
18784 - net/smc: use DECLARE_BITMAP for rtokens_used_mask
18785 - net/smc: remove local variable page in smc_rx_splice()
18786 - net/smc: Remove a WARN_ON() statement
18787 - net/smc: Simplify ib_post_(send|recv|srq_recv)() calls
18788 - net/smc: fewer parameters for smc_llc_send_confirm_link()
18789 - net/smc: use correct vlan gid of RoCE device
18790 - net/smc: provide fallback reason code
18791 - net/smc: improve delete link processing
18792 - net: simplify sock_poll_wait
18793 - net/smc: send response to test link signal
18794
18795 * Miscellaneous Ubuntu changes
18796 - [Config] update annotations for CONFIG_CRYPTO_SPECK_NEON
18797 - [Config] fix up annotatios for CONFIG_CRYPTO_SPECK
18798
18799 -- Seth Forshee <seth.forshee@canonical.com> Mon, 10 Sep 2018 07:08:38 -0500
18800
18801linux (4.18.0-7.8) cosmic; urgency=medium
18802
18803 * linux: 4.18.0-7.8 -proposed tracker (LP: #1789459)
18804
18805 * pmtu.sh fails on 4.18 kernel (LP: #1789436)
18806 - SAUCE: Revert "vti6: fix PMTU caching and reporting on xmit"
18807
18808 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Aug 2018 11:08:51 -0500
18809
18810linux (4.18.0-6.7) cosmic; urgency=medium
18811
18812 * linux: 4.18.0-6.7 -proposed tracker (LP: #1788881)
18813
18814 * systemd 237-3ubuntu10 ADT test failure with linux 4.18.0-5.6 (LP: #1787440)
18815 - Config: Disable BPF_JIT_ALWAYS_ON on i386
18816
18817 * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729)
18818 - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
18819
18820 * Cosmic update to v4.18.5 stable release (LP: #1788874)
18821 - EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]
18822 - pty: fix O_CLOEXEC for TIOCGPTPEER
18823 - mm: Allow non-direct-map arguments to free_reserved_area()
18824 - x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
18825 - x86/mm/init: Add helper for freeing kernel image pages
18826 - x86/mm/init: Remove freed kernel image areas from alias mapping
18827 - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
18828 - ext4: fix spectre gadget in ext4_mb_regular_allocator()
18829 - drm/i915/kvmgt: Fix potential Spectre v1
18830 - drm/amdgpu/pm: Fix potential Spectre v1
18831 - parisc: Remove unnecessary barriers from spinlock.h
18832 - parisc: Remove ordered stores from syscall.S
18833 - PCI: Restore resized BAR state on resume
18834 - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM
18835 - PCI: hotplug: Don't leak pci_slot on registration failure
18836 - PCI: aardvark: Size bridges before resources allocation
18837 - PCI: Skip MPS logic for Virtual Functions (VFs)
18838 - PCI: pciehp: Fix use-after-free on unplug
18839 - PCI: pciehp: Fix unprotected list iteration in IRQ handler
18840 - i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes
18841 - i2c: imx: Fix race condition in dma read
18842 - reiserfs: fix broken xattr handling (heap corruption, bad retval)
18843 - Linux 4.18.5
18844
18845 * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898)
18846 - [Config] CONFIG_SCLP_OFB=y for s390x
18847
18848 * errors when scanning partition table of corrupted AIX disk (LP: #1787281)
18849 - partitions/aix: fix usage of uninitialized lv_info and lvname structures
18850 - partitions/aix: append null character to print data from disk
18851
18852 * Apply NVMe bugfix from Google that bjf asked for (LP: #1787635)
18853 - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
18854
18855 * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058)
18856 - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio
18857
18858 * Cosmic update to v4.18.4 stable release (LP: #1788454)
18859 - l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
18860 - net_sched: fix NULL pointer dereference when delete tcindex filter
18861 - net_sched: Fix missing res info when create new tc_index filter
18862 - r8169: don't use MSI-X on RTL8168g
18863 - ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs
18864 - ALSA: hda - Turn CX8200 into D3 as well upon reboot
18865 - ALSA: vx222: Fix invalid endian conversions
18866 - ALSA: virmidi: Fix too long output trigger loop
18867 - ALSA: cs5535audio: Fix invalid endian conversion
18868 - ALSA: dice: fix wrong copy to rx parameters for Alesis iO26
18869 - ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry
18870 - ALSA: memalloc: Don't exceed over the requested size
18871 - ALSA: vxpocket: Fix invalid endian conversions
18872 - ALSA: seq: Fix poll() error return
18873 - media: gl861: fix probe of dvb_usb_gl861
18874 - USB: serial: sierra: fix potential deadlock at close
18875 - USB: serial: pl2303: add a new device id for ATEN
18876 - USB: option: add support for DW5821e
18877 - ACPI / PM: save NVS memory for ASUS 1025C laptop
18878 - tty: serial: 8250: Revert NXP SC16C2552 workaround
18879 - serial: 8250_exar: Read INT0 from slave device, too
18880 - serial: 8250_dw: always set baud rate in dw8250_set_termios
18881 - serial: 8250_dw: Add ACPI support for uart on Broadcom SoC
18882 - uio: fix wrong return value from uio_mmap()
18883 - misc: sram: fix resource leaks in probe error path
18884 - Revert "uio: use request_threaded_irq instead"
18885 - Bluetooth: avoid killing an already killed socket
18886 - isdn: Disable IIOCDBGVAR
18887 - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
18888 - hv/netvsc: Fix NULL dereference at single queue mode fallback
18889 - r8169: don't use MSI-X on RTL8106e
18890 - ip_vti: fix a null pointer deferrence when create vti fallback tunnel
18891 - net: ethernet: mvneta: Fix napi structure mixup on armada 3700
18892 - net: mvneta: fix mvneta_config_rss on armada 3700
18893 - cls_matchall: fix tcf_unbind_filter missing
18894 - Linux 4.18.4
18895
18896 * Cosmic update to v4.18.3 stable release (LP: #1788453)
18897 - x86/speculation/l1tf: Exempt zeroed PTEs from inversion
18898 - Linux 4.18.3
18899
18900 * Cosmic update to v4.18.2 stable release (LP: #1788452)
18901 - x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
18902 - x86: i8259: Add missing include file
18903 - x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others()
18904 - x86/platform/UV: Mark memblock related init code and data correctly
18905 - x86/mm/pti: Clear Global bit more aggressively
18906 - xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits
18907 - x86/mm: Disable ioremap free page handling on x86-PAE
18908 - kbuild: verify that $DEPMOD is installed
18909 - crypto: ccree - fix finup
18910 - crypto: ccree - fix iv handling
18911 - crypto: ccp - Check for NULL PSP pointer at module unload
18912 - crypto: ccp - Fix command completion detection race
18913 - crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()
18914 - crypto: vmac - require a block cipher with 128-bit block size
18915 - crypto: vmac - separate tfm and request context
18916 - crypto: blkcipher - fix crash flushing dcache in error path
18917 - crypto: ablkcipher - fix crash flushing dcache in error path
18918 - crypto: skcipher - fix aligning block size in skcipher_copy_iv()
18919 - crypto: skcipher - fix crash flushing dcache in error path
18920 - ioremap: Update pgtable free interfaces with addr
18921 - x86/mm: Add TLB purge to free pmd/pte page interfaces
18922 - Linux 4.18.2
18923
18924 * Cosmic update to v4.18.2 stable release (LP: #1788452) // CVE-2018-9363
18925 - Bluetooth: hidp: buffer overflow in hidp_process_report
18926
18927 * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before
18928 walinuxagent.service (LP: #1739107)
18929 - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before
18930 walinuxagent.service
18931
18932 * Miscellaneous Ubuntu changes
18933 - SAUCE: ipvs: remove nbsp characters from Kconfig
18934 - [Config] CONFIG_MPROFILE_KERNEL=y for ppc64el
18935 - [Config] CONFIG_DRM_RCAR_LVDS=m for snapdragon
18936 - [Config] CONFIG_MDIO_MSCC_MIIM=n for s390x
18937 - [Config] CONFIG_NET_VENDOR_MICROSEMI=n, CONFIG_NET_VENDOR_NI=n for s390x
18938 - [Config] update annotations following config review
18939 - [Debian] set CROSS_COMPILE when generating kernel configs
18940 - [Config] Disable the Speck cipher
18941
18942 -- Seth Forshee <seth.forshee@canonical.com> Fri, 24 Aug 2018 14:18:15 -0500
18943
18944linux (4.18.0-5.6) cosmic; urgency=medium
18945
18946 * Cosmic update to v4.18.1 stable release (LP: #1787264)
18947 - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
18948 - x86/speculation: Protect against userspace-userspace spectreRSB
18949 - kprobes/x86: Fix %p uses in error messages
18950 - x86/irqflags: Provide a declaration for native_save_fl
18951 - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
18952 - x86/speculation/l1tf: Change order of offset/type in swap entry
18953 - x86/speculation/l1tf: Protect swap entries against L1TF
18954 - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
18955 - x86/speculation/l1tf: Make sure the first page is always reserved
18956 - x86/speculation/l1tf: Add sysfs reporting for l1tf
18957 - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
18958 - x86/speculation/l1tf: Limit swap file size to MAX_PA/2
18959 - x86/bugs: Move the l1tf function and define pr_fmt properly
18960 - sched/smt: Update sched_smt_present at runtime
18961 - x86/smp: Provide topology_is_primary_thread()
18962 - x86/topology: Provide topology_smt_supported()
18963 - cpu/hotplug: Make bringup/teardown of smp threads symmetric
18964 - cpu/hotplug: Split do_cpu_down()
18965 - cpu/hotplug: Provide knobs to control SMT
18966 - x86/cpu: Remove the pointless CPU printout
18967 - x86/cpu/AMD: Remove the pointless detect_ht() call
18968 - x86/cpu/common: Provide detect_ht_early()
18969 - x86/cpu/topology: Provide detect_extended_topology_early()
18970 - x86/cpu/intel: Evaluate smp_num_siblings early
18971 - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
18972 - x86/cpu/AMD: Evaluate smp_num_siblings early
18973 - x86/apic: Ignore secondary threads if nosmt=force
18974 - x86/speculation/l1tf: Extend 64bit swap file size limit
18975 - x86/cpufeatures: Add detection of L1D cache flush support.
18976 - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
18977 - x86/speculation/l1tf: Protect PAE swap entries against L1TF
18978 - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
18979 - Revert "x86/apic: Ignore secondary threads if nosmt=force"
18980 - cpu/hotplug: Boot HT siblings at least once
18981 - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
18982 - x86/KVM/VMX: Add module argument for L1TF mitigation
18983 - x86/KVM/VMX: Add L1D flush algorithm
18984 - x86/KVM/VMX: Add L1D MSR based flush
18985 - x86/KVM/VMX: Add L1D flush logic
18986 - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers
18987 - x86/KVM/VMX: Add find_msr() helper function
18988 - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
18989 - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
18990 - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
18991 - cpu/hotplug: Online siblings when SMT control is turned on
18992 - x86/litf: Introduce vmx status variable
18993 - x86/kvm: Drop L1TF MSR list approach
18994 - x86/l1tf: Handle EPT disabled state proper
18995 - x86/kvm: Move l1tf setup function
18996 - x86/kvm: Add static key for flush always
18997 - x86/kvm: Serialize L1D flush parameter setter
18998 - x86/kvm: Allow runtime control of L1D flush
18999 - cpu/hotplug: Expose SMT control init function
19000 - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
19001 - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
19002 - Documentation: Add section about CPU vulnerabilities
19003 - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
19004 - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
19005 - Documentation/l1tf: Fix typos
19006 - cpu/hotplug: detect SMT disabled by BIOS
19007 - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
19008 - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
19009 - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
19010 - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16
19011 - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
19012 - x86: Don't include linux/irq.h from asm/hardirq.h
19013 - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
19014 - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
19015 - Documentation/l1tf: Remove Yonah processors from not vulnerable list
19016 - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
19017 - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
19018 - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
19019 - cpu/hotplug: Fix SMT supported evaluation
19020 - x86/speculation/l1tf: Invert all not present mappings
19021 - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
19022 - x86/mm/pat: Make set_memory_np() L1TF safe
19023 - x86/mm/kmmio: Make the tracer robust against L1TF
19024 - tools headers: Synchronise x86 cpufeatures.h for L1TF additions
19025 - x86/microcode: Allow late microcode loading with SMT disabled
19026 - x86/smp: fix non-SMP broken build due to redefinition of
19027 apic_id_is_primary_thread
19028 - cpu/hotplug: Non-SMP machines do not make use of booted_once
19029 - x86/init: fix build with CONFIG_SWAP=n
19030 - Linux 4.18.1
19031 - [Config] updateconfigs after v4.18.1 stable update
19032
19033 * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816)
19034 - [Config] Enable timestamping in network PHY devices
19035
19036 * Miscellaneous Ubuntu changes
19037 - [Config] CONFIG_SYSCTL_SYSCALL=n
19038
19039 [ Upstream Kernel Changes ]
19040
19041 * Rebase to v4.18
19042
19043 -- Seth Forshee <seth.forshee@canonical.com> Wed, 15 Aug 2018 14:20:59 -0500
19044
19045linux (4.18.0-4.5) cosmic; urgency=medium
19046
19047 [ Upstream Kernel Changes ]
19048
19049 * Rebase to v4.18-rc8
19050
19051 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Aug 2018 13:54:02 -0500
19052
19053linux (4.18.0-3.4) cosmic; urgency=medium
19054
19055 * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
19056 Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950)
19057 - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation
19058
19059 * hinic interfaces aren't getting predictable names (LP: #1783138)
19060 - hinic: Link the logical network device to the pci device in sysfs
19061
19062 * libvirtd is unable to configure bridge devices inside of LXD containers
19063 (LP: #1784501)
19064 - kernfs: allow creating kernfs objects with arbitrary uid/gid
19065 - sysfs, kobject: allow creating kobject belonging to arbitrary users
19066 - kobject: kset_create_and_add() - fetch ownership info from parent
19067 - driver core: set up ownership of class devices in sysfs
19068 - net-sysfs: require net admin in the init ns for setting tx_maxrate
19069 - net-sysfs: make sure objects belong to container's owner
19070 - net: create reusable function for getting ownership info of sysfs inodes
19071 - bridge: make sure objects belong to container's owner
19072 - sysfs: Fix regression when adding a file to an existing group
19073
19074 * locking sockets broken due to missing AppArmor socket mediation patches
19075 (LP: #1780227)
19076 - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets
19077
19078 * Update2 for ocxl driver (LP: #1781436)
19079 - ocxl: Fix page fault handler in case of fault on dying process
19080
19081 * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689)
19082 - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA
19083 - vga_switcheroo: set audio client id according to bound GPU id
19084
19085 * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540)
19086 - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge
19087
19088 * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166)
19089 - snapcraft.yaml: stop invoking the obsolete (and non-existing)
19090 'firmware_install' target
19091
19092 * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build
19093 (LP: #1782116)
19094 - snapcraft.yaml: copy retpoline-extract-one to scripts before build
19095
19096 [ Upstream Kernel Changes ]
19097
19098 * Rebase to v4.18-rc7
19099
19100 -- Seth Forshee <seth.forshee@canonical.com> Wed, 01 Aug 2018 08:49:40 -0500
19101
19102linux (4.18.0-2.3) cosmic; urgency=medium
19103
19104 * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364)
19105 - SAUCE: (noup) zfs to 0.7.9-3ubuntu4
19106
19107 * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99:
19108 comm stress-ng: Corrupt inode bitmap (LP: #1780137)
19109 - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode
19110 bitmap
19111
19112 * Cloud-init causes potentially huge boot delays with 4.15 kernels
19113 (LP: #1780062)
19114 - random: Make getrandom() ready earlier
19115
19116 * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736)
19117 - scsi: hisi_sas: Update a couple of register settings for v3 hw
19118
19119 * hisi_sas: Add missing PHY spinlock init (LP: #1777734)
19120 - scsi: hisi_sas: Add missing PHY spinlock init
19121
19122 * hisi_sas: improve read performance by pre-allocating slot DMA buffers
19123 (LP: #1777727)
19124 - scsi: hisi_sas: Use dmam_alloc_coherent()
19125 - scsi: hisi_sas: Pre-allocate slot DMA buffers
19126
19127 * hisi_sas: Failures during host reset (LP: #1777696)
19128 - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()
19129 - scsi: hisi_sas: Fix the conflict between dev gone and host reset
19130 - scsi: hisi_sas: Adjust task reject period during host reset
19131 - scsi: hisi_sas: Add a flag to filter PHY events during reset
19132 - scsi: hisi_sas: Release all remaining resources in clear nexus ha
19133
19134 * Miscellaneous Ubuntu changes
19135 - SAUCE: (noup) Update spl to 0.7.9-3ubuntu2, zfs to 0.7.9-3ubuntu3
19136 - SAUCE: mm: Fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL
19137 - Enable zfs build
19138 - SAUCE: Import aufs driver
19139 - Revert "UBUNTU: [Config]: set CONFIG_EDAC_DEBUG=y for ARM64"
19140 - [Config] retpoline -- review and accept retpoline changes
19141
19142 [ Upstream Kernel Changes ]
19143
19144 * Rebase to v4.18-rc5
19145 * Rebase to v4.18-rc6
19146
19147 -- Seth Forshee <seth.forshee@canonical.com> Tue, 24 Jul 2018 08:41:22 -0500
19148
19149linux (4.18.0-1.2) cosmic; urgency=medium
19150
19151 [ Upstream Kernel Changes ]
19152
19153 * Rebase to v4.18-rc4
19154
19155 -- Seth Forshee <seth.forshee@canonical.com> Mon, 09 Jul 2018 07:36:31 -0500
19156
19157linux (4.18.0-0.1) cosmic; urgency=medium
19158
19159 * Miscellaneous Ubuntu changes
19160 - ubuntu -- disable vbox build
19161 - Disable zfs build
19162 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
19163 kernel image
19164 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
19165 - SAUCE: (efi-lockdown) ima: require secure_boot rules in lockdown mode
19166 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
19167 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
19168 locked down
19169 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
19170 down
19171 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
19172 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
19173 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
19174 down
19175 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
19176 locked down
19177 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
19178 down
19179 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
19180 locked down
19181 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
19182 has been locked down
19183 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
19184 locked down
19185 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
19186 locked down
19187 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
19188 down
19189 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
19190 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
19191 parameters (eg. ioport)
19192 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
19193 - SAUCE: (efi-lockdown) Lock down /proc/kcore
19194 - SAUCE: (efi-lockdown) Lock down kprobes
19195 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
19196 kernel is locked down
19197 - SAUCE: (efi-lockdown) Lock down perf
19198 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
19199 down
19200 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
19201 reboot
19202 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
19203 boot mode
19204 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
19205 mode
19206 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
19207 secondary keyring
19208 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
19209 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
19210 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
19211 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
19212 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
19213 that aren't present.
19214 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
19215 efi_status_to_err().
19216 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
19217 error messages.
19218 - SAUCE: (efi-lockdown) lockdown: fix coordination of kernel module signature
19219 verification
19220 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
19221 - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub
19222 - SAUCE: (namespace) block_dev: Support checking inode permissions in
19223 lookup_bdev()
19224 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
19225 when mounting
19226 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
19227 when mounting
19228 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
19229 namespaces
19230 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
19231 mounts
19232 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
19233 opened for writing
19234 - SAUCE: Import aufs driver
19235 - Update dropped.txt
19236 - [Config] updateconfigs after 4.18-rc3 rebase
19237 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Remove snd_soc_codec use for 4.18
19238
19239 [ Upstream Kernel Changes ]
19240
19241 * Rebase to v4.18-rc3
19242
19243 -- Seth Forshee <seth.forshee@canonical.com> Fri, 06 Jul 2018 10:46:37 -0500
19244
19245linux (4.18.0-0.0) cosmic; urgency=medium
19246
19247 * Dummy entry.
19248
19249 -- Seth Forshee <seth.forshee@canonical.com> Tue, 03 Jul 2018 11:10:33 -0500
19250
19251linux (4.17.0-4.5) cosmic; urgency=medium
19252
19253 * linux: 4.17.0-4.5 -proposed tracker (LP: #1779399)
19254
19255 * Update to ocxl driver for 18.04.1 (LP: #1775786)
19256 - powerpc: Add TIDR CPU feature for POWER9
19257 - powerpc: Use TIDR CPU feature to control TIDR allocation
19258 - powerpc: use task_pid_nr() for TID allocation
19259 - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
19260 - ocxl: Expose the thread_id needed for wait on POWER9
19261 - ocxl: Add an IOCTL so userspace knows what OCXL features are available
19262 - ocxl: Document new OCXL IOCTLs
19263 - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()
19264
19265 * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823)
19266 - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules
19267
19268 * glibc pkeys test fail on powerpc (LP: #1776967)
19269 - [Config] Temporarily disable CONFIG_PPC_MEM_KEYS
19270
19271 * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520)
19272 - Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available."
19273
19274 * Miscellaneous Ubuntu changes
19275 - SAUCE: (noup) Update spl to 0.7.9-3ubuntu1, zfs to 0.7.9-3ubuntu1
19276
19277 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Jun 2018 13:37:52 -0500
19278
19279linux (4.17.0-3.4) cosmic; urgency=medium
19280
19281 * linux: 4.17.0-3.4 -proposed tracker (LP: #1779124)
19282
19283 * Cosmic update to v4.17.3 stable release (LP: #1778997)
19284 - net: aquantia: fix unsigned numvecs comparison with less than zero
19285 - bonding: re-evaluate force_primary when the primary slave name changes
19286 - cdc_ncm: avoid padding beyond end of skb
19287 - ipv6: allow PMTU exceptions to local routes
19288 - net: dsa: add error handling for pskb_trim_rcsum
19289 - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
19290 - net/sched: act_simple: fix parsing of TCA_DEF_DATA
19291 - tcp: verify the checksum of the first data segment in a new connection
19292 - tls: fix use-after-free in tls_push_record
19293 - tls: fix waitall behavior in tls_sw_recvmsg
19294 - socket: close race condition between sock_close() and sockfs_setattr()
19295 - udp: fix rx queue len reported by diag and proc interface
19296 - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds
19297 vlan
19298 - hv_netvsc: Fix a network regression after ifdown/ifup
19299 - ACPICA: AML parser: attempt to continue loading table after error
19300 - ext4: fix hole length detection in ext4_ind_map_blocks()
19301 - ext4: update mtime in ext4_punch_hole even if no blocks are released
19302 - ext4: do not allow external inodes for inline data
19303 - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
19304 - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
19305 - ext4: fix fencepost error in check for inode count overflow during resize
19306 - driver core: Don't ignore class_dir_create_and_add() failure.
19307 - Btrfs: allow empty subvol= again
19308 - Btrfs: fix clone vs chattr NODATASUM race
19309 - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
19310 - btrfs: return error value if create_io_em failed in cow_file_range
19311 - btrfs: scrub: Don't use inode pages for device replace
19312 - ALSA: usb-audio: Disable the quirk for Nura headset
19313 - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
19314 - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
19315 - ALSA: hda: add dock and led support for HP EliteBook 830 G5
19316 - ALSA: hda: add dock and led support for HP ProBook 640 G4
19317 - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
19318 - smb3: fix various xid leaks
19319 - smb3: on reconnect set PreviousSessionId field
19320 - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session
19321 expiry
19322 - cifs: For SMB2 security informaion query, check for minimum sized security
19323 descriptor instead of sizeof FileAllInformation class
19324 - nbd: fix nbd device deletion
19325 - nbd: update size when connected
19326 - nbd: use bd_set_size when updating disk size
19327 - blk-mq: reinit q->tag_set_list entry only after grace period
19328 - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
19329 - cpufreq: Fix new policy initialization during limits updates via sysfs
19330 - cpufreq: ti-cpufreq: Fix an incorrect error return value
19331 - cpufreq: governors: Fix long idle detection logic in load calculation
19332 - libata: zpodd: small read overflow in eject_tray()
19333 - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
19334 - nvme/pci: Sync controller reset for AER slot_reset
19335 - w1: mxc_w1: Enable clock before calling clk_get_rate() on it
19336 - x86/vector: Fix the args of vector_alloc tracepoint
19337 - x86/apic/vector: Prevent hlist corruption and leaks
19338 - x86/apic: Provide apic_ack_irq()
19339 - x86/ioapic: Use apic_ack_irq()
19340 - x86/platform/uv: Use apic_ack_irq()
19341 - irq_remapping: Use apic_ack_irq()
19342 - genirq/generic_pending: Do not lose pending affinity update
19343 - genirq/affinity: Defer affinity setting if irq chip is busy
19344 - genirq/migration: Avoid out of line call if pending is not set
19345 - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
19346 - media: uvcvideo: Prevent setting unavailable flags
19347 - media: rc: ensure input/lirc device can be opened after register
19348 - iwlwifi: fw: harden page loading code
19349 - orangefs: set i_size on new symlink
19350 - orangefs: report attributes_mask and attributes for statx
19351 - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
19352 - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
19353 - vhost: fix info leak due to uninitialized memory
19354 - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
19355 - Linux 4.17.3
19356
19357 * Use-after-free in sk_peer_label (LP: #1778646)
19358 - SAUCE: apparmor: fix use after free in sk_peer_label
19359
19360 * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390)
19361 - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.
19362
19363 * Various fixes for CXL kernel module (LP: #1774471)
19364 - cxl: Configure PSL to not use APC virtual machines
19365 - cxl: Disable prefault_mode in Radix mode
19366
19367 * Bluetooth not working (LP: #1764645)
19368 - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models
19369
19370 * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique
19371 (LP: #1776750)
19372 - scsi: hisi_sas: make SAS address of SATA disks unique
19373
19374 * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491)
19375 - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y
19376 - SAUCE: wcn36xx: read MAC from file or randomly generate one
19377
19378 * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636)
19379 - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist
19380
19381 * register on binfmt_misc may overflow and crash the system (LP: #1775856)
19382 - fs/binfmt_misc.c: do not allow offset overflow
19383
19384 * Network installs fail on SocioNext board (LP: #1775884)
19385 - net: socionext: reset hardware in ndo_stop
19386 - net: netsec: enable tx-irq during open callback
19387
19388 * Fix several bugs in RDMA/hns driver (LP: #1770974)
19389 - RDMA/hns: Drop local zgid in favor of core defined variable
19390 - RDMA/hns: Add 64KB page size support for hip08
19391 - RDMA/hns: Rename the idx field of db
19392 - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust
19393 - RDMA/hns: Increase checking CMQ status timeout value
19394 - RDMA/hns: Add reset process for RoCE in hip08
19395 - RDMA/hns: Fix the illegal memory operation when cross page
19396 - RDMA/hns: Implement the disassociate_ucontext API
19397
19398 * powerpc/livepatch: Implement reliable stack tracing for the consistency
19399 model (LP: #1771844)
19400 - powerpc/livepatch: Implement reliable stack tracing for the consistency
19401 model
19402
19403 * Adding back alx WoL feature (LP: #1772610)
19404 - SAUCE: Revert "alx: remove WoL support"
19405 - SAUCE: alx: add enable_wol paramenter
19406
19407 * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103)
19408 - scsi: lpfc: Fix WQ/CQ creation for older asic's.
19409 - scsi: lpfc: Fix 16gb hbas failing cq create.
19410
19411 * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5
19412 idle states when all CORES are guarded (LP: #1771780)
19413 - powerpc/powernv/cpuidle: Init all present cpus for deep states
19414
19415 * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970)
19416 - net-next/hinic: add pci device ids for 25ge and 100ge card
19417
19418 * Expose arm64 CPU topology to userspace (LP: #1770231)
19419 - drivers: base: cacheinfo: move cache_setup_of_node()
19420 - drivers: base: cacheinfo: setup DT cache properties early
19421 - cacheinfo: rename of_node to fw_token
19422 - arm64/acpi: Create arch specific cpu to acpi id helper
19423 - ACPI/PPTT: Add Processor Properties Topology Table parsing
19424 - [Config] CONFIG_ACPI_PPTT=y
19425 - ACPI: Enable PPTT support on ARM64
19426 - drivers: base cacheinfo: Add support for ACPI based firmware tables
19427 - arm64: Add support for ACPI based firmware tables
19428 - arm64: topology: rename cluster_id
19429 - arm64: topology: enable ACPI/PPTT based CPU topology
19430 - ACPI: Add PPTT to injectable table list
19431 - arm64: topology: divorce MC scheduling domain from core_siblings
19432
19433 * Vcs-Git header on bionic linux source package points to zesty git tree
19434 (LP: #1766055)
19435 - [Packaging]: Update Vcs-Git
19436
19437 * Request to revert SAUCE patches in the 18.04 SRU and update with upstream
19438 version (LP: #1768431)
19439 - scsi: cxlflash: Handle spurious interrupts
19440 - scsi: cxlflash: Remove commmands from pending list on timeout
19441 - scsi: cxlflash: Synchronize reset and remove ops
19442 - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3
19443
19444 * hisi_sas robustness fixes (LP: #1774466)
19445 - scsi: hisi_sas: delete timer when removing hisi_sas driver
19446 - scsi: hisi_sas: print device id for errors
19447 - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice
19448 - scsi: hisi_sas: check host frozen before calling "done" function
19449 - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()
19450 - scsi: hisi_sas: stop controller timer for reset
19451 - scsi: hisi_sas: update PHY linkrate after a controller reset
19452 - scsi: hisi_sas: change slot index allocation mode
19453 - scsi: hisi_sas: Change common allocation mode of device id
19454 - scsi: hisi_sas: Reset disks when discovered
19455 - scsi: hisi_sas: Create a scsi_host_template per HW module
19456 - scsi: hisi_sas: Init disks after controller reset
19457 - scsi: hisi_sas: Try wait commands before before controller reset
19458 - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot
19459 - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command
19460 - scsi: hisi_sas: Terminate STP reject quickly for v2 hw
19461 - scsi: hisi_sas: Fix return value when get_free_slot() failed
19462 - scsi: hisi_sas: Mark PHY as in reset for nexus reset
19463
19464 * hisi_sas: Support newer v3 hardware (LP: #1774467)
19465 - scsi: hisi_sas: update RAS feature for later revision of v3 HW
19466 - scsi: hisi_sas: check IPTT is valid before using it for v3 hw
19467 - scsi: hisi_sas: fix PI memory size
19468 - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw
19469 - scsi: hisi_sas: remove redundant handling to event95 for v3
19470 - scsi: hisi_sas: add readl poll timeout helper wrappers
19471 - scsi: hisi_sas: workaround a v3 hw hilink bug
19472 - scsi: hisi_sas: Add LED feature for v3 hw
19473
19474 * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472)
19475 - scsi: hisi_sas: optimise the usage of DQ locking
19476 - scsi: hisi_sas: relocate smp sg map
19477 - scsi: hisi_sas: make return type of prep functions void
19478 - scsi: hisi_sas: allocate slot buffer earlier
19479 - scsi: hisi_sas: Don't lock DQ for complete task sending
19480 - scsi: hisi_sas: Use device lock to protect slot alloc/free
19481 - scsi: hisi_sas: add check of device in hisi_sas_task_exec()
19482 - scsi: hisi_sas: fix a typo in hisi_sas_task_prep()
19483
19484 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
19485 - SAUCE: CacheFiles: fix a read_waiter/read_copier race
19486
19487 * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306)
19488 - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs
19489
19490 * hns3 driver updates (LP: #1768670)
19491 - net: hns3: Remove error log when getting pfc stats fails
19492 - net: hns3: fix to correctly fetch l4 protocol outer header
19493 - net: hns3: Fixes the out of bounds access in hclge_map_tqp
19494 - net: hns3: Fixes the error legs in hclge_init_ae_dev function
19495 - net: hns3: fix for phy_addr error in hclge_mac_mdio_config
19496 - net: hns3: Fix to support autoneg only for port attached with phy
19497 - net: hns3: fix a dead loop in hclge_cmd_csq_clean
19498 - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls
19499 - net: hns3: Remove packet statistics in the range of 8192~12287
19500 - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver
19501 - net: hns3: Fix for setting mac address when resetting
19502 - net: hns3: remove add/del_tunnel_udp in hns3_enet module
19503 - net: hns3: fix for cleaning ring problem
19504 - net: hns3: refactor the loopback related function
19505 - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
19506 - net: hns3: Fix for the null pointer problem occurring when initializing
19507 ae_dev failed
19508 - net: hns3: Add a check for client instance init state
19509 - net: hns3: Change return type of hnae3_register_ae_dev
19510 - net: hns3: Change return type of hnae3_register_ae_algo
19511 - net: hns3: Change return value in hnae3_register_client
19512 - net: hns3: Fixes the back pressure setting when sriov is enabled
19513 - net: hns3: Fix for fiber link up problem
19514 - net: hns3: Add support of .sriov_configure in HNS3 driver
19515 - net: hns3: Fixes the missing PCI iounmap for various legs
19516 - net: hns3: Fixes error reported by Kbuild and internal review
19517 - net: hns3: Fixes API to fetch ethernet header length with kernel default
19518 - net: hns3: cleanup of return values in hclge_init_client_instance()
19519 - net: hns3: Fix the missing client list node initialization
19520 - net: hns3: Fix for hns3 module is loaded multiple times problem
19521 - net: hns3: Use enums instead of magic number in hclge_is_special_opcode
19522 - net: hns3: Fix for netdev not running problem after calling net_stop and
19523 net_open
19524 - net: hns3: Fixes kernel panic issue during rmmod hns3 driver
19525 - net: hns3: Fix for CMDQ and Misc. interrupt init order problem
19526 - net: hns3: Updates RX packet info fetch in case of multi BD
19527 - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config
19528 - net: hns3: Add STRP_TAGP field support for hardware revision 0x21
19529 - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)
19530 - net: hns3: Fix for PF mailbox receving unknown message
19531 - net: hns3: Fixes the state to indicate client-type initialization
19532 - net: hns3: Fixes the init of the VALID BD info in the descriptor
19533 - net: hns3: Removes unnecessary check when clearing TX/RX rings
19534 - net: hns3: Clear TX/RX rings when stopping port & un-initializing client
19535 - net: hns3: Remove unused led control code
19536 - net: hns3: Adds support for led locate command for copper port
19537 - net: hns3: Fixes initalization of RoCE handle and makes it conditional
19538 - net: hns3: Disable vf vlan filter when vf vlan table is full
19539 - net: hns3: Add support for IFF_ALLMULTI flag
19540 - net: hns3: Add repeat address checking for setting mac address
19541 - net: hns3: Fix setting mac address error
19542 - net: hns3: Fix for service_task not running problem after resetting
19543 - net: hns3: Fix for hclge_reset running repeatly problem
19544 - net: hns3: Fix for phy not link up problem after resetting
19545 - net: hns3: Add missing break in misc_irq_handle
19546 - net: hns3: Fix for vxlan tx checksum bug
19547 - net: hns3: Optimize the PF's process of updating multicast MAC
19548 - net: hns3: Optimize the VF's process of updating multicast MAC
19549 - SAUCE: {topost} net: hns3: add support for serdes loopback selftest
19550 - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except
19551 VLD bit and buffer size
19552 - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from
19553 hclge_bind_ring_with_vector
19554 - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and
19555 uninit_client_instance
19556 - SAUCE: {topost} net: hns3: add vector status check before free vector
19557 - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6
19558 - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c
19559 - SAUCE: {topost} net: hns3: extraction an interface for state state
19560 init|uninit
19561 - SAUCE: {topost} net: hns3: print the ret value in error information
19562 - SAUCE: {topost} net: hns3: remove the Redundant put_vector in
19563 hns3_client_uninit
19564 - SAUCE: {topost} net: hns3: add unlikely for error check
19565 - SAUCE: {topost} net: hns3: remove back in struct hclge_hw
19566 - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits
19567 - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir
19568 - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send
19569 - SAUCE: {topost} net: hns3: remove some redundant assignments
19570 - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean
19571 - SAUCE: {topost} net: hns3: using modulo for cyclic counters in
19572 hclge_cmd_send
19573 - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done
19574 - SAUCE: {topost} net: hns3: remove some unused members of some structures
19575 - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set
19576 - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of
19577 kzalloc/dma_map_single
19578 - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_
19579 - SAUCE: {topost} net: hns3: fix unused function warning in VF driver
19580 - SAUCE: {topost} net: hns3: remove some redundant assignments
19581 - SAUCE: {topost} net: hns3: standardize the handle of return value
19582 - SAUCE: {topost} net: hns3: remove extra space and brackets
19583 - SAUCE: {topost} net: hns3: fix unreasonable code comments
19584 - SAUCE: {topost} net: hns3: use decimal for bit offset macros
19585 - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros
19586 - SAUCE: {topost} net: hns3: fix mislead parameter name
19587 - SAUCE: {topost} net: hns3: remove unused struct member and definition
19588 - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver
19589 - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE
19590 - SAUCE: {topost} net: hns3: optimize the process of notifying roce client
19591 - SAUCE: {topost} net: hns3: Add calling roce callback function when link
19592 status change
19593 - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up
19594 - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode
19595 - SAUCE: {topost} net: hns3: fix for waterline not setting correctly
19596 - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug
19597 - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem
19598 - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size
19599 - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest
19600 - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module
19601 - SAUCE: {topost} net: hns3: remove the warning when clear reset cause
19602 - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback
19603 function
19604 - SAUCE: {topost} net: hns3: prevent sending command during global or core
19605 reset
19606 - SAUCE: {topost} net: hns3: modify the order of initializeing command queue
19607 register
19608 - SAUCE: {topost} net: hns3: reset net device with rtnl_lock
19609 - SAUCE: {topost} net: hns3: prevent to request reset frequently
19610 - SAUCE: {topost} net: hns3: correct reset event status register
19611 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
19612 - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver
19613 - SAUCE: {topost} net: hns3: fix return value error in
19614 hns3_reset_notify_down_enet
19615 - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation
19616 while resetting
19617 - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm
19618 - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in
19619 hclge_get_ring_chain_from_mbx
19620 - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx
19621 - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response
19622 - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message
19623 - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process
19624
19625 * CVE-2018-7755
19626 - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
19627
19628 * Incorrect blacklist of bcm2835_wdt (LP: #1766052)
19629 - [Packaging] Fix missing watchdog for Raspberry Pi
19630
19631 * kernel: Fix arch random implementation (LP: #1775391)
19632 - s390/archrandom: Rework arch random implementation.
19633
19634 * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux-
19635 jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389)
19636 - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
19637
19638 * Cosmic update to v4.17.2 stable release (LP: #1779117)
19639 - crypto: chelsio - request to HW should wrap
19640 - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
19641 - KVM: X86: Fix reserved bits check for MOV to CR3
19642 - KVM: x86: introduce linear_{read,write}_system
19643 - kvm: fix typo in flag name
19644 - kvm: nVMX: Enforce cpl=0 for VMX instructions
19645 - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and
19646 kvm_write_guest_virt_system
19647 - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
19648 - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
19649 - NFC: pn533: don't send USB data off of the stack
19650 - usbip: vhci_sysfs: fix potential Spectre v1
19651 - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
19652 - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
19653 - Input: xpad - add GPD Win 2 Controller USB IDs
19654 - phy: qcom-qusb2: Fix crash if nvmem cell not specified
19655 - usb: core: message: remove extra endianness conversion in
19656 usb_set_isoch_delay
19657 - usb: typec: wcove: Remove dependency on HW FSM
19658 - usb: gadget: function: printer: avoid wrong list handling in printer_write()
19659 - usb: gadget: udc: renesas_usb3: fix double phy_put()
19660 - usb: gadget: udc: renesas_usb3: should remove debugfs
19661 - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add
19662 udc
19663 - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
19664 - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
19665 - usb: gadget: udc: renesas_usb3: disable the controller's irqs for
19666 reconnecting
19667 - serial: sh-sci: Stop using printk format %pCr
19668 - tty/serial: atmel: use port->name as name in request_irq()
19669 - serial: samsung: fix maxburst parameter for DMA transactions
19670 - serial: 8250: omap: Fix idling of clocks for unused uarts
19671 - vmw_balloon: fixing double free when batching mode is off
19672 - doc: fix sysfs ABI documentation
19673 - arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default
19674 - tty: pl011: Avoid spuriously stuck-off interrupts
19675 - crypto: ccree - correct host regs offset
19676 - Input: goodix - add new ACPI id for GPD Win 2 touch screen
19677 - Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID
19678 - crypto: caam - strip input zeros from RSA input buffer
19679 - crypto: caam - fix DMA mapping dir for generated IV
19680 - crypto: caam - fix IV DMA mapping and updating
19681 - crypto: caam/qi - fix IV DMA mapping and updating
19682 - crypto: caam - fix size of RSA prime factor q
19683 - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
19684 - crypto: cavium - Limit result reading attempts
19685 - crypto: vmx - Remove overly verbose printk from AES init routines
19686 - crypto: vmx - Remove overly verbose printk from AES XTS init
19687 - crypto: omap-sham - fix memleak
19688 - Linux 4.17.2
19689
19690 * Cosmic update to v4.17.1 stable release (LP: #1779116)
19691 - netfilter: nf_flow_table: attach dst to skbs
19692 - bnx2x: use the right constant
19693 - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
19694 - ipv6: omit traffic class when calculating flow hash
19695 - l2tp: fix refcount leakage on PPPoL2TP sockets
19696 - netdev-FAQ: clarify DaveM's position for stable backports
19697 - net: metrics: add proper netlink validation
19698 - net/packet: refine check for priv area size
19699 - rtnetlink: validate attributes in do_setlink()
19700 - sctp: not allow transport timeout value less than HZ/5 for hb_timer
19701 - team: use netdev_features_t instead of u32
19702 - vrf: check the original netdevice for generating redirect
19703 - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
19704 - ipmr: fix error path when ipmr_new_table fails
19705 - PCI: hv: Do not wait forever on a device that has disappeared
19706 - Linux 4.17.1
19707
19708 * Miscellaneous Ubuntu changes
19709 - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from
19710 CONFIG_VMAP_STACK"
19711 - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface"
19712 - SAUCE: apparmor: userspace queries
19713 - SAUCE: apparmor: patch to provide compatibility with v2.x net rules
19714 - SAUCE: apparmor: af_unix mediation
19715
19716 -- Seth Forshee <seth.forshee@canonical.com> Thu, 28 Jun 2018 08:03:32 -0500
19717
19718linux (4.17.0-2.3) cosmic; urgency=medium
19719
19720 * linux: 4.17.0-2.3 -proposed tracker (LP: #1776276)
19721
19722 * Miscellaneous Ubuntu changes
19723 - Config: remove IrDA from annotations
19724 - Config: remove scsi drivers from annotations
19725 - Config: remove BT_HCIBTUART from annotations
19726 - Config: pstore zlib support was renamed
19727 - Config: disable NVRAM for armhf on annotations
19728 - Config: Disable VT on s390x
19729 - Config: Update SSB and B43/B44 options
19730 - Config: some options not supported on some arches anymore
19731 - Config: renamed and removed options
19732 - Config: TCG_CRB is required for IMA on ACPI systems
19733 - Config: EXTCON_AXP288 depends on X86
19734 - Config: CONFIG_FSI depends on OF
19735 - Config: DRM_RCAR_LVDS now depends on DRM
19736 - CONFIG: Allow CONFIG_LEDS_MLXCPLD for i386
19737 - Config: Enable HINIC on arm64
19738 - Config: Set PPS and PTP_1588_CLOCK as y
19739 - Config: Some NF_TABLES options are built-in now
19740 - Config: GENERIC_CPU for ppc64el
19741 - Config: KEXEC_FILE=n for s390x
19742 - Config: CRYPTO_DEFLATE is needed by PSTORE_DEFLATE_COMPRESS
19743 - Config: Disable STM32 support
19744 - Config: Enable FORTIFY_SOURCE for armhf
19745 - Config: use STRONG instead of AUTO for CC_STACKPROTECTOR
19746
19747 [ Upstream Kernel Changes ]
19748
19749 * Rebase to v4.17
19750
19751 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 11 Jun 2018 15:22:10 -0300
19752
19753linux (4.17.0-1.2) cosmic; urgency=medium
19754
19755 [ Seth Forshee ]
19756 * [Config] enable EDAC_DEBUG on ARM64 (LP: #1772516)
19757 - [Config]: set CONFIG_EDAC_DEBUG=y for ARM64
19758
19759 * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849)
19760 - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on
19761 num_possible_cpus()
19762
19763 * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in
19764 DELL XPS 13 9370 with firmware 1.50 (LP: #1763748)
19765 - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device
19766
19767 * Switch Build-Depends: transfig to fig2dev (LP: #1770770)
19768 - [Config] update Build-Depends: transfig to fig2dev
19769
19770 * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails
19771 to load (LP: #1728238)
19772 - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for
19773 unreleased firmware"
19774
19775 * No driver for Huawei network adapters on arm64 (LP: #1769899)
19776 - net-next/hinic: add arm64 support
19777
19778 * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761)
19779 - [Config] snapdragon: DRM_I2C_ADV7511=y
19780
19781 * Add d-i support for Huawei NICs (LP: #1767490)
19782 - d-i: add hinic to nic-modules udeb
19783
19784 * Acer Swift sf314-52 power button not managed (LP: #1766054)
19785 - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode
19786
19787 * Include nfp driver in linux-modules (LP: #1768526)
19788 - [Config] Add nfp.ko to generic inclusion list
19789
19790 * Miscellaneous Ubuntu changes
19791 - SAUCE: Import aufs driver
19792 - [Config] Enable AUFS config options
19793 - SAUCE: (efi-lockdown) Fix for module sig verification
19794 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
19795 reboot
19796 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
19797 boot mode
19798 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
19799 mode
19800 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
19801 - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub
19802 - [Config] CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y
19803 - SAUCE: (efi-lockdown) really lock down kernel under EFI secure boot
19804 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu3, zfs to 0.7.5-1ubuntu17
19805 - enable zfs build
19806
19807 * Miscellaneous upstream changes
19808 - Revert "UBUNTU: SAUCE: (efi-lockdown) ima: require secure_boot rules in
19809 lockdown mode"
19810 - Rebased to v4.17-rc6
19811
19812 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 22 May 2018 14:48:13 -0300
19813
19814linux (4.17.0-0.1) bionic; urgency=medium
19815
19816 [ Upstream Kernel Changes ]
19817
19818 * Rebase to v4.17-rc4
19819
19820 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 08 May 2018 16:38:51 -0300
19821
19822linux (4.17.0-0.0) bionic; urgency=medium
19823
19824 * Dummy entry.
19825
19826 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 27 Apr 2018 11:01:13 -0300
19827
19828linux (4.16.0-4.5) bionic; urgency=medium
19829
19830 * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
19831 - tools/kvm_stat: Fix python3 syntax
19832 - tools/kvm_stat: Don't use deprecated file()
19833 - tools/kvm_stat: Remove unused function
19834 - [Packaging] Add linux-tools-host package for VM host tools
19835 - [Config] do_tools_host=true for amd64
19836
19837 * [Featire] CNL: Enable RAPL support (LP: #1685712)
19838 - powercap: RAPL: Add support for Cannon Lake
19839
19840 * Bionic update to v4.16.2 stable release (LP: #1763388)
19841 - sparc64: Oracle DAX driver depends on SPARC64
19842 - arp: fix arp_filter on l3slave devices
19843 - net: dsa: Discard frames from unused ports
19844 - net/ipv6: Increment OUTxxx counters after netfilter hook
19845 - net/sched: fix NULL dereference in the error path of tcf_bpf_init()
19846 - pptp: remove a buggy dst release in pptp_connect()
19847 - sctp: do not leak kernel memory to user space
19848 - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
19849 - vlan: also check phy_driver ts_info for vlan's real device
19850 - net: fool proof dev_valid_name()
19851 - ip_tunnel: better validate user provided tunnel names
19852 - ipv6: sit: better validate user provided tunnel names
19853 - ip6_gre: better validate user provided tunnel names
19854 - ip6_tunnel: better validate user provided tunnel names
19855 - vti6: better validate user provided tunnel names
19856 - net_sched: fix a missing idr_remove() in u32_delete_key()
19857 - nfp: use full 40 bits of the NSP buffer address
19858 - Linux 4.16.2
19859
19860 * sky2 gigabit ethernet driver sometimes stops working after lid-open resume
19861 from sleep (88E8055) (LP: #1758507) // Bionic update to v4.16.2 stable
19862 release (LP: #1763388)
19863 - sky2: Increase D3 delay to sky2 stops working after suspend
19864
19865 * Merge the linux-snapdragon kernel into bionic master/snapdragon
19866 (LP: #1763040)
19867 - arm64: defconfig: enable REMOTEPROC
19868 - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c
19869 - kernel: configs; add distro.config
19870 - arm64: configs: enable WCN36xx
19871 - kernel: distro.config: enable debug friendly USB network adpater
19872 - arm64: configs: enable QCOM Venus
19873 - arm64: defconfig: Enable a53/apcs and avs
19874 - arm64: defconfig: enable ondemand governor as default
19875 - arm64: defconfig: enable QCOM_TSENS
19876 - kernel: configs: enable dm_mod and dm_crypt
19877 - Force the SMD regulator driver to be compiled-in
19878 - arm64: defconfig: enable CFG80211_DEFAULT_PS by default
19879 - arm64: configs: enable BT_QCOMSMD
19880 - kernel: configs: add more USB net drivers
19881 - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV
19882 - arm64: configs: Enable camera drivers
19883 - kernel: configs: add freq stat to sysfs
19884 - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default
19885 - arm64: defconfig: Enable QRTR features
19886 - kernel: configs: set USB_CONFIG_F_FS in distro.config
19887 - kernel: distro.config: enable 'schedutil' CPUfreq governor
19888 - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs
19889 - kernel: distro.config: enable 'BBR' TCP congestion algorithm
19890 - arm64: defconfig: enable LEDS_QCOM_LPG
19891 - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap
19892 - power: avs: Add support for CPR (Core Power Reduction)
19893 - power: avs: cpr: Use raw mem access for qfprom
19894 - power: avs: cpr: fix with new reg_sequence structures
19895 - power: avs: cpr: Register with cpufreq-dt
19896 - regulator: smd: Add floor and corner operations
19897 - PM / OPP: Support adjusting OPP voltages at runtime
19898 - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage()
19899 - PM / OPP: HACK: Allow to set regulator without opp_list
19900 - PM / OPP: Add a helper to get an opp regulator for device
19901 - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist
19902 - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m
19903 - ov5645: I2C address change
19904 - i2c: Add Qualcomm Camera Control Interface driver
19905 - camss: vfe: Skip first four frames from sensor
19906 - camss: Do not register if no cameras are present
19907 - i2c-qcom-cci: Fix run queue completion timeout
19908 - i2c-qcom-cci: Fix I2C address bug
19909 - media: ov5645: Fix I2C address
19910 - drm/bridge/adv7511: Delay clearing of HPD interrupt status
19911 - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing
19912 - leds: Add driver for Qualcomm LPG
19913 - wcn36xx: Fix warning due to duplicate scan_completed notification
19914 - arm64: dts: Add CPR DT node for msm8916
19915 - arm64: dts: add spmi-regulator nodes
19916 - arm64: dts: msm8916: Add cpufreq support
19917 - arm64: dts: msm8916: Add a shared CPU opp table
19918 - arm64: dts: msm8916: Add cpu cooling maps
19919 - arm64: dts: pm8916: Mark the s2 regulator as always-on
19920 - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
19921 - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver
19922 - arm64: dts: qcom: msm8916: Add clock properties to the APCS node
19923 - dt-bindings: media: Binding document for Qualcomm Camera Control Interface
19924 driver
19925 - MAINTAINERS: Add Qualcomm Camera Control Interface driver
19926 - DT: leds: Add Qualcomm Light Pulse Generator binding
19927 - arm64: dts: qcom: msm8996: Add mpp and lpg blocks
19928 - arm64: dts: qcom: Add pwm node for pm8916
19929 - arm64: dts: qcom: Add user LEDs on db820c
19930 - arm64: dts: qcom: Add WiFI/BT LEDs on db820c
19931 - ARM: dts: qcom: Add LPG node to pm8941
19932 - ARM: dts: qcom: honami: Add LPG node and RGB LED
19933 - arm64: dts: qcom: Add Camera Control Interface support
19934 - arm64: dts: qcom: Add apps_iommu vfe child node
19935 - arm64: dts: qcom: Add camss device node
19936 - arm64: dts: qcom: Add ov5645 device nodes
19937 - arm64: dts: msm8916: Fix camera sensors I2C addresses
19938 - arm: dts: qcom: db410c: Enable PWM signal on MPP4
19939 - packaging: arm64: add a uboot flavour - part1
19940 - packaging: arm64: add a uboot flavour - part2
19941 - packaging: arm64: add a uboot flavour - part3
19942 - packaging: arm64: add a uboot flavour - part4
19943 - packaging: arm64: add a uboot flavour - part5
19944 - packaging: arm64: rename uboot flavour to snapdragon
19945 - [Config] updateconfigs after qcomlt import
19946 - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y
19947 - [Config] arm64: snapdragon: MSM_GCC_8916=y
19948 - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y
19949 - [Config] arm64: snapdragon: PINCTRL_MSM8916=y
19950 - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y
19951 - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y
19952 - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y
19953 - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y
19954 - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y
19955 - [Config] arm64: snapdragon: QCOM_SMEM=y
19956 - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y
19957 - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y
19958 - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y
19959 - [Config] arm64: snapdragon: QCOM_BAM_DMA=y
19960 - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y
19961 - [Config] arm64: snapdragon: QCOM_CPR=y
19962 - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y
19963 - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y
19964 - [Config] turn off DRM_MSM_REGISTER_LOGGING
19965 - [Config] arm64: snapdragon: I2C_QUP=y
19966 - [Config] arm64: snapdragon: SPI_QUP=y
19967 - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y
19968 - [Config] arm64: snapdragon: QCOM_APCS_IPC=y
19969 - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y
19970 - [Config] arm64: snapdragon: QCOM_SMSM=y
19971 - [Config] arm64: snapdragon: QCOM_SMP2P=y
19972 - [Config] arm64: snapdragon: DRM_MSM=y
19973 - [Config] arm64: snapdragon: SND_SOC=y
19974 - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m
19975 - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y
19976 - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m
19977 - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y
19978 - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y,
19979 SND_SOC_MSM8916_WCD_DIGITAL=y
19980 - SAUCE: media: ov5645: skip address change if dt addr == default addr
19981 - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS
19982 #ifdefs
19983 - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y
19984 - [Packaging] fix up snapdragon abi paths
19985
19986 * LSM stacking patches for bionic (LP: #1763062)
19987 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
19988 - SAUCE: LSM stacking: LSM: Manage credential security blobs
19989 - SAUCE: LSM stacking: LSM: Manage file security blobs
19990 - SAUCE: LSM stacking: LSM: Manage task security blobs
19991 - SAUCE: LSM stacking: LSM: Manage remaining security blobs
19992 - SAUCE: LSM stacking: LSM: General stacking
19993 - SAUCE: LSM stacking: fixup initialize task->security
19994 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
19995 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
19996 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
19997 - SAUCE: LSM stacking: fixup apparmor stacking enablement
19998 - SAUCE: LSM stacking: fixup stacking kconfig
19999 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
20000 - SAUCE: LSM stacking: provide prctl interface for setting context
20001 - SAUCE: LSM stacking: inherit current display LSM
20002 - SAUCE: LSM stacking: keep an index for each registered LSM
20003 - SAUCE: LSM stacking: verify display LSM
20004 - SAUCE: LSM stacking: provide a way to specify the default display lsm
20005 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
20006 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
20007 - SAUCE: LSM stacking: add Kconfig to set default display LSM
20008 - SAUCE: LSM stacking: add configs for LSM stacking
20009 - SAUCE: LSM stacking: add apparmor and selinux proc dirs
20010 - SAUCE: LSM stacking: remove procfs context interface
20011
20012 * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14
20013 (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062)
20014 - SAUCE: LSM stacking: check for invalid zero sized writes
20015
20016 * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems
20017 (LP: #1762755)
20018 - RDMA/hns: Support rq record doorbell for the user space
20019 - RDMA/hns: Support cq record doorbell for the user space
20020 - RDMA/hns: Support rq record doorbell for kernel space
20021 - RDMA/hns: Support cq record doorbell for kernel space
20022 - RDMA/hns: Fix cqn type and init resp
20023 - RDMA/hns: Fix init resp when alloc ucontext
20024 - RDMA/hns: Fix cq record doorbell enable in kernel
20025
20026 * Replace LPC patchset with upstream version (LP: #1762758)
20027 - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver"
20028 - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support"
20029 - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host
20030 children"
20031 - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT
20032 bindings"
20033 - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO
20034 devices"
20035 - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO
20036 hosts"
20037 - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of
20038 pci_register_io_range()"
20039 - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in
20040 pci_register_io_range()"
20041 - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method"
20042 - lib: Add generic PIO mapping method
20043 - PCI: Remove __weak tag from pci_register_io_range()
20044 - PCI: Add fwnode handler as input param of pci_register_io_range()
20045 - PCI: Apply the new generic I/O management on PCI IO hosts
20046 - of: Add missing I/O range exception for indirect-IO devices
20047 - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
20048 - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use
20049 - ACPI / scan: Do not enumerate Indirect IO host children
20050 - HISI LPC: Add ACPI support
20051 - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver
20052
20053 * Enable Tunneled Operations on POWER9 (LP: #1762448)
20054 - powerpc/powernv: Enable tunneled operations
20055 - cxl: read PHB indications from the device tree
20056
20057 * PSL traces reset after PERST for debug AFU image (LP: #1762462)
20058 - cxl: Enable NORST bit in PSL_DEBUG register for PSL9
20059
20060 * NFS + sec=krb5 is broken (LP: #1759791)
20061 - sunrpc: remove incorrect HMAC request initialization
20062
20063 * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128)
20064 - d-i: add bcm2835 to block-modules
20065
20066 * Backport USB core quirks (LP: #1762695)
20067 - usb: core: Add "quirks" parameter for usbcore
20068 - usb: core: Copy parameter string correctly and remove superfluous null check
20069 - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
20070
20071 * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when
20072 setting up a second end-to-end encrypted disk (LP: #1762353)
20073 - SAUCE: s390/crypto: Adjust s390 aes and paes cipher
20074
20075 * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719)
20076 - s390: move nobp parameter functions to nospec-branch.c
20077 - s390: add automatic detection of the spectre defense
20078 - s390: report spectre mitigation via syslog
20079 - s390: add sysfs attributes for spectre
20080 - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390
20081 - s390: correct nospec auto detection init order
20082
20083 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715
20084 - powerpc/64s: Wire up cpu_show_spectre_v2()
20085
20086 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753
20087 - powerpc/64s: Wire up cpu_show_spectre_v1()
20088
20089 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754
20090 - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
20091 - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
20092 - powerpc/rfi-flush: Always enable fallback flush on pseries
20093 - powerpc/rfi-flush: Differentiate enabled and patched flush types
20094 - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
20095 - powerpc/64s: Move cpu_show_meltdown()
20096 - powerpc/64s: Enhance the information in cpu_show_meltdown()
20097 - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
20098 - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
20099
20100 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 //
20101 CVE-2017-5753 // CVE-2017-5754
20102 - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
20103 - powerpc: Add security feature flags for Spectre/Meltdown
20104 - powerpc/pseries: Set or clear security feature flags
20105 - powerpc/powernv: Set or clear security feature flags
20106
20107 * Hisilicon network subsystem 3 support (LP: #1761610)
20108 - net: hns3: export pci table of hclge and hclgevf to userspace
20109 - d-i: Add hns3 drivers to nic-modules
20110
20111 * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534)
20112 - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
20113
20114 * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712)
20115 - perf vendor events: Drop incomplete multiple mapfile support
20116 - perf vendor events: Fix error code in json_events()
20117 - perf vendor events: Drop support for unused topic directories
20118 - perf vendor events: Add support for pmu events vendor subdirectory
20119 - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
20120 - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
20121 - perf vendor events: Add support for arch standard events
20122 - perf vendor events arm64: Add armv8-recommended.json
20123 - perf vendor events arm64: Fixup ThunderX2 to use recommended events
20124 - perf vendor events arm64: fixup A53 to use recommended events
20125 - perf vendor events arm64: add HiSilicon hip08 JSON file
20126 - perf vendor events arm64: Enable JSON events for ThunderX2 B0
20127
20128 * Warning "cache flush timed out!" seen when unloading the cxl driver
20129 (LP: #1762367)
20130 - cxl: Check if PSL data-cache is available before issue flush request
20131
20132 * Bionic update to v4.16.1 stable release (LP: #1763170)
20133 - bitmap: fix memset optimization on big-endian systems
20134 - USB: serial: ftdi_sio: add RT Systems VX-8 cable
20135 - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
20136 - USB: serial: cp210x: add ELDAT Easywave RX09 id
20137 - serial: 8250: Add Nuvoton NPCM UART
20138 - mei: remove dev_err message on an unsupported ioctl
20139 - /dev/mem: Avoid overwriting "err" in read_mem()
20140 - media: usbtv: prevent double free in error case
20141 - parport_pc: Add support for WCH CH382L PCI-E single parallel port card.
20142 - crypto: lrw - Free rctx->ext with kzfree
20143 - crypto: ccp - Fill the result buffer only on digest, finup, and final ops
20144 - crypto: talitos - don't persistently map req_ctx->hw_context and
20145 req_ctx->buf
20146 - crypto: inside-secure - fix clock management
20147 - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
20148 - crypto: talitos - fix IPsec cipher in length
20149 - crypto: ahash - Fix early termination in hash walk
20150 - crypto: caam - Fix null dereference at error path
20151 - crypto: ccp - return an actual key size from RSA max_size callback
20152 - crypto: arm,arm64 - Fix random regeneration of S_shipped
20153 - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
20154 - Bluetooth: hci_bcm: Add 6 new ACPI HIDs
20155 - Btrfs: fix unexpected cow in run_delalloc_nocow
20156 - siox: fix possible buffer overflow in device_add_store
20157 - staging: comedi: ni_mio_common: ack ai fifo error interrupts.
20158 - Revert "base: arch_topology: fix section mismatch build warnings"
20159 - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370
20160 - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
20161 - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
20162 - vt: change SGR 21 to follow the standards
20163 - Fix slab name "biovec-(1<<(21-12))"
20164 - signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k
20165 - Linux 4.16.1
20166
20167 * [18.04][config] regression: nvme and nvme_core couldn't be built as modules
20168 starting 4.15-rc2 (LP: #1759893)
20169 - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for
20170 build"
20171 - [Config] CONFIG_BLK_DEV_NMVE=m
20172
20173 * FFe: Enable configuring resume offset via sysfs (LP: #1760106)
20174 - PM / hibernate: Make passing hibernate offsets more friendly
20175
20176 * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine
20177 type(pseries-bionic) complaining "KVM implementation does not support
20178 Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026)
20179 - powerpc: Use feature bit for RTC presence rather than timebase presence
20180 - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit
20181 - powerpc: Free up CPU feature bits on 64-bit machines
20182 - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2
20183 - powerpc/powernv: Provide a way to force a core into SMT4 mode
20184 - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
20185 - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
20186 - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
20187
20188 * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775)
20189 - thunderbolt: Resume control channel after hibernation image is created
20190 - thunderbolt: Serialize PCIe tunnel creation with PCI rescan
20191 - thunderbolt: Handle connecting device in place of host properly
20192 - thunderbolt: Do not overwrite error code when domain adding fails
20193 - thunderbolt: Wait a bit longer for root switch config space
20194 - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
20195 - thunderbolt: Handle rejected Thunderbolt devices
20196 - thunderbolt: Factor common ICM add and update operations out
20197 - thunderbolt: Correct function name in kernel-doc comment
20198 - thunderbolt: Add tb_switch_get()
20199 - thunderbolt: Add tb_switch_find_by_route()
20200 - thunderbolt: Add tb_xdomain_find_by_route()
20201 - thunderbolt: Add constant for approval timeout
20202 - thunderbolt: Move driver ready handling to struct icm
20203 - thunderbolt: Add 'boot' attribute for devices
20204 - thunderbolt: Add support for preboot ACL
20205 - thunderbolt: Introduce USB only (SL4) security level
20206 - thunderbolt: Add support for Intel Titan Ridge
20207
20208 * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345)
20209 - ath10k: update the IRAM bank number for QCA9377
20210
20211 * Fix an issue that when system in S3, USB keyboard can't wake up the system.
20212 (LP: #1759511)
20213 - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW
20214
20215 * cxl: Fix timebase synchronization status on POWER9 missing (CAPI)
20216 (LP: #1757228)
20217 - cxl: Fix timebase synchronization status on P9
20218
20219 * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug
20220 fixes (LP: #1752182)
20221 - scsi: lpfc: Fix frequency of Release WQE CQEs
20222 - scsi: lpfc: Increase CQ and WQ sizes for SCSI
20223 - scsi: lpfc: move placement of target destroy on driver detach
20224 - scsi: lpfc: correct debug counters for abort
20225 - scsi: lpfc: Add WQ Full Logic for NVME Target
20226 - scsi: lpfc: Fix PRLI handling when topology type changes
20227 - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
20228 - scsi: lpfc: Fix RQ empty firmware trap
20229 - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target
20230 - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
20231 - scsi: lpfc: Fix issue_lip if link is disabled
20232 - scsi: lpfc: Indicate CONF support in NVMe PRLI
20233 - scsi: lpfc: Fix SCSI io host reset causing kernel crash
20234 - scsi: lpfc: Validate adapter support for SRIU option
20235 - scsi: lpfc: Fix header inclusion in lpfc_nvmet
20236 - scsi: lpfc: Treat SCSI Write operation Underruns as an error
20237 - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
20238 - scsi: lpfc: update driver version to 11.4.0.7
20239 - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
20240 - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
20241 - scsi: lpfc: Rework sli4 doorbell infrastructure
20242 - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
20243 - scsi: lpfc: Add push-to-adapter support to sli4
20244 - scsi: lpfc: Add PCI Ids for if_type=6 hardware
20245 - scsi: lpfc: Add 64G link speed support
20246 - scsi: lpfc: Add if_type=6 support for cycling valid bits
20247 - scsi: lpfc: Enable fw download on if_type=6 devices
20248 - scsi: lpfc: Add embedded data pointers for enhanced performance
20249 - scsi: lpfc: Fix nvme embedded io length on new hardware
20250 - scsi: lpfc: Work around NVME cmd iu SGL type
20251 - scsi: lpfc: update driver version to 12.0.0.0
20252 - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
20253 - scsi: lpfc: use __raw_writeX on DPP copies
20254 - scsi: lpfc: Add missing unlock in WQ full logic
20255
20256 * /dev/bcache/by-uuid links not created after reboot (LP: #1729145)
20257 - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent
20258
20259 * DKMS driver builds fail with: Cannot use CONFIG_STACK_VALIDATION=y, please
20260 install libelf-dev, libelf-devel or elfutils-libelf-devel (LP: #1760876)
20261 - [Packaging] include the retpoline extractor in the headers
20262
20263 * Use med_with_dipm SATA LPM to save more power for mobile platforms
20264 (LP: #1759547)
20265 - [Config] CONFIG_SATA_MOBILE_LPM_POLICY=3
20266
20267 * Miscellaneous Ubuntu changes
20268 - [Packaging] Only install cloud init files when do_tools_common=true
20269 - SAUCE: Import aufs driver
20270 - [Config] Enable AUFS config options
20271
20272 -- Seth Forshee <seth.forshee@canonical.com> Thu, 12 Apr 2018 09:30:56 -0500
20273
20274linux (4.16.0-3.4) bionic; urgency=medium
20275
20276 * Allow multiple mounts of zfs datasets (LP: #1759848)
20277 - SAUCE: Allow mounting datasets more than once (LP: #1759848)
20278
20279 * zfs system process hung on container stop/delete (LP: #1754584)
20280 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
20281 - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)"
20282 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
20283
20284 * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64
20285 (LP: #1755073)
20286 - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK
20287
20288 * CAPI Flash (cxlflash) update (LP: #1752672)
20289 - SAUCE: cxlflash: Preserve number of interrupts for master contexts
20290 - SAUCE: cxlflash: Avoid clobbering context control register value
20291 - SAUCE: cxlflash: Add argument identifier names
20292 - SAUCE: cxlflash: Introduce OCXL backend
20293 - SAUCE: cxlflash: Hardware AFU for OCXL
20294 - SAUCE: cxlflash: Read host function configuration
20295 - SAUCE: cxlflash: Setup function acTag range
20296 - SAUCE: cxlflash: Read host AFU configuration
20297 - SAUCE: cxlflash: Setup AFU acTag range
20298 - SAUCE: cxlflash: Setup AFU PASID
20299 - SAUCE: cxlflash: Adapter context support for OCXL
20300 - SAUCE: cxlflash: Use IDR to manage adapter contexts
20301 - SAUCE: cxlflash: Support adapter file descriptors for OCXL
20302 - SAUCE: cxlflash: Support adapter context discovery
20303 - SAUCE: cxlflash: Support image reload policy modification
20304 - SAUCE: cxlflash: MMIO map the AFU
20305 - SAUCE: cxlflash: Support starting an adapter context
20306 - SAUCE: cxlflash: Support process specific mappings
20307 - SAUCE: cxlflash: Support AFU state toggling
20308 - SAUCE: cxlflash: Support reading adapter VPD data
20309 - SAUCE: cxlflash: Setup function OCXL link
20310 - SAUCE: cxlflash: Setup OCXL transaction layer
20311 - SAUCE: cxlflash: Support process element lifecycle
20312 - SAUCE: cxlflash: Support AFU interrupt management
20313 - SAUCE: cxlflash: Support AFU interrupt mapping and registration
20314 - SAUCE: cxlflash: Support starting user contexts
20315 - SAUCE: cxlflash: Support adapter context polling
20316 - SAUCE: cxlflash: Support adapter context reading
20317 - SAUCE: cxlflash: Support adapter context mmap and release
20318 - SAUCE: cxlflash: Support file descriptor mapping
20319 - SAUCE: cxlflash: Introduce object handle fop
20320 - SAUCE: cxlflash: Setup LISNs for user contexts
20321 - SAUCE: cxlflash: Setup LISNs for master contexts
20322 - SAUCE: cxlflash: Update synchronous interrupt status bits
20323 - SAUCE: cxlflash: Introduce OCXL context state machine
20324 - SAUCE: cxlflash: Register for translation errors
20325 - SAUCE: cxlflash: Support AFU reset
20326 - SAUCE: cxlflash: Enable OCXL operations
20327
20328 * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core
20329 (LP: #1736393)
20330 - SAUCE: drm/i915:Don't set chip specific data
20331 - SAUCE: drm/i915: make previous commit affects Wyse 3040 only
20332
20333 * zed process consuming 100% cpu (LP: #1751796)
20334 - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796)
20335
20336 * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to
20337 "always" (LP: #1753708)
20338 - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el
20339
20340 * retpoline hints: primary infrastructure and initial hints (LP: #1758856)
20341 - [Packaging] retpoline -- add safe usage hint support
20342 - [Packaging] retpoline-check -- only report additions
20343 - [Packaging] retpoline -- widen indirect call/jmp detection
20344 - [Packaging] retpoline -- elide %rip relative indirections
20345 - [Packaging] retpoline -- clear hint information from packages
20346 - SAUCE: apm -- annotate indirect calls within
20347 firmware_restrict_branch_speculation_{start,end}
20348 - SAUCE: EFI -- annotate indirect calls within
20349 firmware_restrict_branch_speculation_{start,end}
20350 - SAUCE: early/late -- annotate indirect calls in early/late initialisation
20351 code
20352 - SAUCE: vga_set_mode -- avoid jump tables
20353 - [Config] retpoine -- switch to new format
20354
20355 * Miscellaneous Ubuntu changes
20356 - [Packaging] final-checks -- remove check for empty retpoline files
20357 - [Packaging] skip cloud tools packaging when not building package
20358
20359 [ Upstream Kernel Changes ]
20360
20361 * Rebase to v4.16
20362
20363 -- Seth Forshee <seth.forshee@canonical.com> Mon, 02 Apr 2018 16:15:36 -0500
20364
20365linux (4.16.0-2.3) bionic; urgency=medium
20366
20367 * devpts: handle bind-mounts (LP: #1755857)
20368 - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
20369 - SAUCE: devpts: resolve devpts bind-mounts
20370 - SAUCE: devpts: comment devpts_mntget()
20371 - SAUCE: selftests: add devpts selftests
20372
20373 * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103)
20374 - d-i: add hisi_sas_v3_hw to scsi-modules
20375
20376 * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094)
20377 - SAUCE: scsi: hisi_sas: config for hip08 ES
20378 - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
20379
20380 * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424)
20381 - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
20382
20383 * Fix ARC hit rate (LP: #1755158)
20384 - SAUCE: Fix ARC hit rate (LP: #1755158)
20385
20386 * ZFS setgid broken on 0.7 (LP: #1753288)
20387 - SAUCE: Fix ZFS setgid
20388
20389 * CONFIG_EFI=y on armhf (LP: #1726362)
20390 - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
20391
20392 * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
20393 - [Config] CONFIG_USB_XHCI_DBGCAP=y
20394
20395 * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
20396 - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
20397 - [Config] retpoline -- clean up i386 retpoline files
20398
20399 * Miscellaneous Ubuntu changes
20400 - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
20401 - [Config] fix up retpoline abi files
20402 - [Config] fix up retpoline abi files
20403 - d-i: Add netsec to nic-modules
20404
20405 [ Upstream Kernel Changes ]
20406
20407 * Rebase to v4.16-rc6
20408
20409 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Mar 2018 14:09:49 -0500
20410
20411linux (4.16.0-1.2) bionic; urgency=medium
20412
20413 * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927)
20414 - d-i: add cxgb4 to nic-modules
20415
20416 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
20417 - [Config] CONFIG_INDIRECT_PIO=y
20418 - SAUCE: LIB: Introduce a generic PIO mapping method
20419 - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
20420 - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
20421 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
20422 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
20423 - [Config] CONFIG_HISILICON_LPC=y
20424 - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
20425 - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
20426 - SAUCE: HISI LPC: Add ACPI support
20427 - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
20428
20429 * Miscellaneous Ubuntu changes
20430 - SAUCE: tools: use CC for linking acpi tools
20431
20432 [ Upstream Kernel Changes ]
20433
20434 * Rebase to v4.16-rc3
20435
20436 -- Seth Forshee <seth.forshee@canonical.com> Wed, 28 Feb 2018 10:17:23 -0600
20437
20438linux (4.16.0-0.1) bionic; urgency=medium
20439
20440 * retpoline abi files are empty on i386 (LP: #1751021)
20441 - [Packaging] retpoline-extract -- instantiate retpoline files for i386
20442 - [Packaging] final-checks -- sanity checking ABI contents
20443 - [Packaging] final-checks -- check for empty retpoline files
20444
20445 * Miscellaneous upstream changes
20446 - disable vbox build
20447 - Disable zfs build
20448
20449 [ Upstream Kernel Changes ]
20450
20451 * Rebase to v4.16-rc2
20452
20453 -- Seth Forshee <seth.forshee@canonical.com> Thu, 22 Feb 2018 08:58:57 -0600
20454
20455linux (4.16.0-0.0) bionic; urgency=medium
20456
20457 * Dummy entry
20458
20459 -- Seth Forshee <seth.forshee@canonical.com> Wed, 21 Feb 2018 14:33:13 -0600
20460
20461linux (4.15.0-10.11) bionic; urgency=medium
20462
20463 * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
20464
20465 * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
20466 (LP: #1749202)
20467 - swiotlb: suppress warning when __GFP_NOWARN is set
20468 - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
20469
20470 * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
20471 - SAUCE: tools -- add ability to disable libbfd
20472 - [Packaging] correct disablement of libbfd
20473
20474 * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
20475 (LP: #1744058)
20476 - ALSA: hda/realtek - update ALC225 depop optimize
20477
20478 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
20479 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
20480
20481 * headset mic can't be detected on two Dell machines (LP: #1748807)
20482 - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
20483 - ALSA: hda - Fix headset mic detection problem for two Dell machines
20484
20485 * Bionic update to v4.15.3 stable release (LP: #1749191)
20486 - ip6mr: fix stale iterator
20487 - net: igmp: add a missing rcu locking section
20488 - qlcnic: fix deadlock bug
20489 - qmi_wwan: Add support for Quectel EP06
20490 - r8169: fix RTL8168EP take too long to complete driver initialization.
20491 - tcp: release sk_frag.page in tcp_disconnect
20492 - vhost_net: stop device during reset owner
20493 - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
20494 - ipv6: change route cache aging logic
20495 - Revert "defer call to mem_cgroup_sk_alloc()"
20496 - net: ipv6: send unsolicited NA after DAD
20497 - rocker: fix possible null pointer dereference in
20498 rocker_router_fib_event_work
20499 - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
20500 - cls_u32: add missing RCU annotation.
20501 - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
20502 - soreuseport: fix mem leak in reuseport_add_sock()
20503 - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
20504 - net: sched: fix use-after-free in tcf_block_put_ext
20505 - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
20506 - media: soc_camera: soc_scale_crop: add missing
20507 MODULE_DESCRIPTION/AUTHOR/LICENSE
20508 - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
20509 - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
20510 - crypto: tcrypt - fix S/G table for test_aead_speed()
20511 - Linux 4.15.3
20512
20513 * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
20514 CVE-2018-1000026
20515 - net: create skb_gso_validate_mac_len()
20516 - bnx2x: disable GSO where gso_size is too big for hardware
20517
20518 * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
20519 - net: hns: add ACPI mode support for ethtool -p
20520
20521 * CVE-2017-5715 (Spectre v2 Intel)
20522 - [Packaging] retpoline files must be sorted
20523 - [Packaging] pull in retpoline files
20524
20525 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
20526 - d-i: Add hfi1 to nic-modules
20527
20528 * CVE-2017-5715 (Spectre v2 retpoline)
20529 - [Packaging] retpoline -- add call site validation
20530 - [Config] disable retpoline checks for first upload
20531
20532 * Do not duplicate changelog entries assigned to more than one bug or CVE
20533 (LP: #1743383)
20534 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
20535
20536 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Feb 2018 11:33:58 -0600
20537
20538linux (4.15.0-9.10) bionic; urgency=medium
20539
20540 * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
20541
20542 * Miscellaneous Ubuntu changes
20543 - [Debian] tests -- remove gcc-multilib dependency for arm64
20544
20545 -- Seth Forshee <seth.forshee@canonical.com> Thu, 08 Feb 2018 11:25:04 -0600
20546
20547linux (4.15.0-8.9) bionic; urgency=medium
20548
20549 * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
20550
20551 * Bionic update to v4.15.2 stable release (LP: #1748072)
20552 - KVM: x86: Make indirect calls in emulator speculation safe
20553 - KVM: VMX: Make indirect call speculation safe
20554 - module/retpoline: Warn about missing retpoline in module
20555 - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
20556 - x86/cpufeatures: Add Intel feature bits for Speculation Control
20557 - x86/cpufeatures: Add AMD feature bits for Speculation Control
20558 - x86/msr: Add definitions for new speculation control MSRs
20559 - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
20560 - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
20561 - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
20562 - x86/alternative: Print unadorned pointers
20563 - x86/nospec: Fix header guards names
20564 - x86/bugs: Drop one "mitigation" from dmesg
20565 - x86/cpu/bugs: Make retpoline module warning conditional
20566 - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
20567 - x86/retpoline: Simplify vmexit_fill_RSB()
20568 - x86/speculation: Simplify indirect_branch_prediction_barrier()
20569 - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
20570 - iio: adc/accel: Fix up module licenses
20571 - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
20572 - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
20573 - KVM: nVMX: Eliminate vmcs02 pool
20574 - KVM: VMX: introduce alloc_loaded_vmcs
20575 - objtool: Improve retpoline alternative handling
20576 - objtool: Add support for alternatives at the end of a section
20577 - objtool: Warn on stripped section symbol
20578 - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
20579 - x86/spectre: Check CONFIG_RETPOLINE in command line parser
20580 - x86/entry/64: Remove the SYSCALL64 fast path
20581 - x86/entry/64: Push extra regs right away
20582 - x86/asm: Move 'status' from thread_struct to thread_info
20583 - Documentation: Document array_index_nospec
20584 - array_index_nospec: Sanitize speculative array de-references
20585 - x86: Implement array_index_mask_nospec
20586 - x86: Introduce barrier_nospec
20587 - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
20588 - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
20589 - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
20590 - x86/get_user: Use pointer masking to limit speculation
20591 - x86/syscall: Sanitize syscall table de-references under speculation
20592 - vfs, fdtable: Prevent bounds-check bypass via speculative execution
20593 - nl80211: Sanitize array index in parse_txq_params
20594 - x86/spectre: Report get_user mitigation for spectre_v1
20595 - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
20596 - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
20597 - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
20598 - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
20599 - KVM: VMX: make MSR bitmaps per-VCPU
20600 - x86/kvm: Update spectre-v1 mitigation
20601 - x86/retpoline: Avoid retpolines for built-in __init functions
20602 - x86/spectre: Simplify spectre_v2 command line parsing
20603 - x86/pti: Mark constant arrays as __initconst
20604 - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
20605 - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
20606 - KVM/x86: Add IBPB support
20607 - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
20608 - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
20609 - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
20610 - serial: core: mark port as initialized after successful IRQ change
20611 - fpga: region: release of_parse_phandle nodes after use
20612 - Linux 4.15.2
20613
20614 * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
20615 - net: phy: core: remove now uneeded disabling of interrupts
20616 - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
20617 - net: socionext: Add Synquacer NetSec driver
20618 - net: socionext: include linux/io.h to fix build
20619 - net: socionext: Fix error return code in netsec_netdev_open()
20620
20621 * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
20622 - [Config] CONFIG_EDAC_GHES=y
20623
20624 * support thunderx2 vendor pmu events (LP: #1747523)
20625 - perf pmu: Pass pmu as a parameter to get_cpuid_str()
20626 - perf tools arm64: Add support for get_cpuid_str function.
20627 - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
20628 - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
20629 events
20630 - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
20631
20632 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
20633 - SAUCE: mm: disable vma based swap readahead by default
20634 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
20635
20636 * Miscellaneous Ubuntu changes
20637 - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
20638
20639 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Feb 2018 21:13:27 -0600
20640
20641linux (4.15.0-7.8) bionic; urgency=medium
20642
20643 * Bionic update to v4.15.1 stable release (LP: #1747169)
20644 - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
20645 - tools/gpio: Fix build error with musl libc
20646 - gpio: stmpe: i2c transfer are forbiden in atomic context
20647 - gpio: Fix kernel stack leak to userspace
20648 - ALSA: hda - Reduce the suspend time consumption for ALC256
20649 - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
20650 - crypto: aesni - handle zero length dst buffer
20651 - crypto: aesni - fix typo in generic_gcmaes_decrypt
20652 - crypto: aesni - add wrapper for generic gcm(aes)
20653 - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
20654 aesni
20655 - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
20656 aesni
20657 - crypto: inside-secure - fix hash when length is a multiple of a block
20658 - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
20659 - crypto: sha3-generic - fixes for alignment and big endian operation
20660 - crypto: af_alg - whitelist mask and type
20661 - HID: wacom: EKR: ensure devres groups at higher indexes are released
20662 - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
20663 - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
20664 - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
20665 - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
20666 - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
20667 - igb: Free IRQs when device is hotplugged
20668 - ima/policy: fix parsing of fsuuid
20669 - scsi: aacraid: Fix udev inquiry race condition
20670 - scsi: aacraid: Fix hang in kdump
20671 - scsi: storvsc: missing error code in storvsc_probe()
20672 - staging: lustre: separate a connection destroy from free struct kib_conn
20673 - staging: ccree: NULLify backup_info when unused
20674 - staging: ccree: fix fips event irq handling build
20675 - tty: fix data race between tty_init_dev and flush of buf
20676 - usb: option: Add support for FS040U modem
20677 - USB: serial: pl2303: new device id for Chilitag
20678 - USB: cdc-acm: Do not log urb submission errors on disconnect
20679 - CDC-ACM: apply quirk for card reader
20680 - USB: serial: io_edgeport: fix possible sleep-in-atomic
20681 - usbip: prevent bind loops on devices attached to vhci_hcd
20682 - usbip: list: don't list devices attached to vhci_hcd
20683 - USB: serial: simple: add Motorola Tetra driver
20684 - usb: f_fs: Prevent gadget unbind if it is already unbound
20685 - usb: uas: unconditionally bring back host after reset
20686 - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
20687 - ANDROID: binder: remove waitqueue when thread exits.
20688 - android: binder: use VM_ALLOC to get vm area
20689 - mei: me: allow runtime pm for platform with D0i3
20690 - serial: 8250_of: fix return code when probe function fails to get reset
20691 - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
20692 - serial: 8250_dw: Revert "Improve clock rate setting"
20693 - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
20694 - spi: imx: do not access registers while clocks disabled
20695 - iio: adc: stm32: fix scan of multiple channels with DMA
20696 - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
20697 - test_firmware: fix missing unlock on error in config_num_requests_store()
20698 - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
20699 - Input: synaptics-rmi4 - do not delete interrupt memory too early
20700 - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
20701 - Linux 4.15.1
20702
20703 * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
20704 (LP: #1744712)
20705 - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
20706 - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
20707 version
20708
20709 * apparmor profile load in stacked policy container fails (LP: #1746463)
20710 - SAUCE: apparmor: fix display of .ns_name for containers
20711
20712 -- Seth Forshee <seth.forshee@canonical.com> Sun, 04 Feb 2018 11:56:32 +0100
20713
20714linux (4.15.0-6.7) bionic; urgency=low
20715
20716 * upload urgency should be medium by default (LP: #1745338)
20717 - [Packaging] update urgency to medium by default
20718
20719 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
20720 - scsi: libiscsi: Allow sd_shutdown on bad transport
20721
20722 * Miscellaneous Ubuntu changes
20723 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
20724 - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
20725 - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
20726
20727 [ Upstream Kernel Changes ]
20728
20729 * Rebase to v4.15
20730
20731 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jan 2018 08:47:07 -0600
20732
20733linux (4.15.0-5.6) bionic; urgency=low
20734
20735 * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
20736 (LP: #1744077)
20737 - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
20738
20739 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
20740 (LP: #1743638)
20741 - [d-i] Add qede to nic-modules udeb
20742
20743 * boot failure on AMD Raven + WesternXT (LP: #1742759)
20744 - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
20745
20746 * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
20747 (LP: #1726519)
20748 - SAUCE: Revert "scsi: libsas: allow async aborts"
20749
20750 * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
20751 - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
20752
20753 * Miscellaneous Ubuntu changes
20754 - Rebase to v4.15-rc7
20755 - [Config] CONFIG_CPU_ISOLATION=y
20756 - [Config] Update annotations following config review
20757 - Revert "UBUNTU: SAUCE: Import aufs driver"
20758 - SAUCE: Import aufs driver
20759 - ubuntu: vbox -- update to 5.2.6-dfsg-1
20760 - ubuntu: vbox: build fixes for 4.15
20761 - ubuntu: vbox -- update to 5.2.6-dfsg-2
20762 - hio: updates for timer api changes in 4.15
20763 - enable hio build
20764 - Rebase to v4.15-rc9
20765
20766 [ Upstream Kernel Changes ]
20767
20768 * Rebase to v4.15-rc9
20769
20770 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jan 2018 10:16:05 -0600
20771
20772linux (4.15.0-4.5) bionic; urgency=low
20773
20774 * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166)
20775 - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
20776
20777 * External HDMI monitor failed to show screen on Lenovo X1 series
20778 (LP: #1738523)
20779 - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
20780
20781 * Miscellaneous Ubuntu changes
20782 - [Debian] autoreconstruct - add resoration of execute permissions
20783
20784 [ Upstream Kernel Changes ]
20785
20786 * Rebase to v4.15-rc4
20787
20788 -- Seth Forshee <seth.forshee@canonical.com> Wed, 10 Jan 2018 10:24:22 -0600
20789
20790linux (4.15.0-3.4) bionic; urgency=low
20791
20792 * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
20793 - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
20794
20795 [ Upstream Kernel Changes ]
20796
20797 * Rebase to v4.15-rc6
20798
20799 -- Seth Forshee <seth.forshee@canonical.com> Wed, 03 Jan 2018 20:20:43 -0600
20800
20801linux (4.15.0-2.3) bionic; urgency=low
20802
20803 * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
20804 4.15.0-1.2 (LP: #1737752)
20805 - x86/mm: Unbreak modules that use the DMA API
20806
20807 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
20808 - [Config] CONFIG_SPI_INTEL_SPI_*=n
20809
20810 * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
20811 and udebs (LP: #1521712)
20812 - [Config] Include ibmvnic in nic-modules
20813
20814 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
20815 - [Config] Enable support for emulation of deprecated ARMv8 instructions
20816
20817 * Miscellaneous Ubuntu changes
20818 - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
20819 - Enable zfs build
20820 - [Debian] add icp to zfs-modules.ignore
20821
20822 [ Upstream Kernel Changes ]
20823
20824 * Rebase to v4.15-rc4
20825
20826 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Dec 2017 09:27:13 -0600
20827
20828linux (4.15.0-1.2) bionic; urgency=low
20829
20830 * Disabling zfs does not always disable module checks for the zfs modules
20831 (LP: #1737176)
20832 - [Packaging] disable zfs module checks when zfs is disabled
20833
20834 * Miscellaneous Ubuntu changes
20835 - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
20836
20837 [ Upstream Kernel Changes ]
20838
20839 * Rebase to v4.15-rc3
20840
20841 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Dec 2017 22:07:19 -0600
20842
20843linux (4.15.0-0.1) bionic; urgency=low
20844
20845 * Miscellaneous Ubuntu changes
20846 - ubuntu: vbox -- update to 5.2.2-dfsg-2
20847 - ubuntu: vbox: build fixes for 4.15
20848 - disable hio build
20849 - [Config] Update kernel lockdown options to fix build errors
20850 - Disable zfs build
20851 - SAUCE: Import aufs driver
20852 - [Config] Enable AUFS config options
20853
20854 [ Upstream Kernel Changes ]
20855
20856 * Rebase to v4.15-rc2
20857
20858 -- Seth Forshee <seth.forshee@canonical.com> Fri, 08 Dec 2017 13:55:42 -0600
20859
20860linux (4.14.0-11.13) bionic; urgency=low
20861
20862 * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
20863
20864 * CVE-2017-1000405
20865 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
20866
20867 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
20868 - SAUCE: mm: disable vma based swap readahead by default
20869 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
20870
20871 * Bionic update to v4.14.3 stable release (LP: #1735843)
20872 - s390: fix transactional execution control register handling
20873 - s390/noexec: execute kexec datamover without DAT
20874 - s390/runtime instrumention: fix possible memory corruption
20875 - s390/guarded storage: fix possible memory corruption
20876 - s390/disassembler: add missing end marker for e7 table
20877 - s390/disassembler: increase show_code buffer size
20878 - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
20879 - ACPI / EC: Fix regression related to triggering source of EC event handling
20880 - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
20881 - serdev: fix registration of second slave
20882 - sched: Make resched_cpu() unconditional
20883 - lib/mpi: call cond_resched() from mpi_powm() loop
20884 - x86/boot: Fix boot failure when SMP MP-table is based at 0
20885 - x86/decoder: Add new TEST instruction pattern
20886 - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
20887 - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
20888 - perf/x86/intel: Hide TSX events when RTM is not supported
20889 - arm64: Implement arch-specific pte_access_permitted()
20890 - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
20891 - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
20892 - uapi: fix linux/tls.h userspace compilation error
20893 - uapi: fix linux/rxrpc.h userspace compilation errors
20894 - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
20895 - MIPS: ralink: Fix MT7628 pinmux
20896 - MIPS: ralink: Fix typo in mt7628 pinmux function
20897 - net: mvneta: fix handling of the Tx descriptor counter
20898 - nbd: wait uninterruptible for the dead timeout
20899 - nbd: don't start req until after the dead connection logic
20900 - PM / OPP: Add missing of_node_put(np)
20901 - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
20902 - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
20903 - PCI: hv: Use effective affinity mask
20904 - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
20905 - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
20906 - ALSA: hda: Add Raven PCI ID
20907 - dm integrity: allow unaligned bv_offset
20908 - dm cache: fix race condition in the writeback mode overwrite_bio
20909 optimisation
20910 - dm crypt: allow unaligned bv_offset
20911 - dm zoned: ignore last smaller runt zone
20912 - dm mpath: remove annoying message of 'blk_get_request() returned -11'
20913 - dm bufio: fix integer overflow when limiting maximum cache size
20914 - ovl: Put upperdentry if ovl_check_origin() fails
20915 - dm: allocate struct mapped_device with kvzalloc
20916 - sched/rt: Simplify the IPI based RT balancing logic
20917 - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
20918 - dm: fix race between dm_get_from_kobject() and __dm_destroy()
20919 - dm: discard support requires all targets in a table support discards
20920 - MIPS: Fix odd fp register warnings with MIPS64r2
20921 - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
20922 - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
20923 - MIPS: Fix an n32 core file generation regset support regression
20924 - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
20925 - MIPS: math-emu: Fix final emulation phase for certain instructions
20926 - rt2x00usb: mark device removed when get ENOENT usb error
20927 - mm/z3fold.c: use kref to prevent page free/compact race
20928 - autofs: don't fail mount for transient error
20929 - nilfs2: fix race condition that causes file system corruption
20930 - fscrypt: lock mutex before checking for bounce page pool
20931 - eCryptfs: use after free in ecryptfs_release_messaging()
20932 - libceph: don't WARN() if user tries to add invalid key
20933 - bcache: check ca->alloc_thread initialized before wake up it
20934 - fs: guard_bio_eod() needs to consider partitions
20935 - fanotify: fix fsnotify_prepare_user_wait() failure
20936 - isofs: fix timestamps beyond 2027
20937 - btrfs: change how we decide to commit transactions during flushing
20938 - f2fs: expose some sectors to user in inline data or dentry case
20939 - NFS: Fix typo in nomigration mount option
20940 - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
20941 - nfs: Fix ugly referral attributes
20942 - NFS: Avoid RCU usage in tracepoints
20943 - NFS: revalidate "." etc correctly on "open".
20944 - nfsd: deal with revoked delegations appropriately
20945 - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
20946 - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
20947 - iwlwifi: fix firmware names for 9000 and A000 series hw
20948 - md: fix deadlock error in recent patch.
20949 - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
20950 - Bluetooth: btqcomsmd: Add support for BD address setup
20951 - md/bitmap: revert a patch
20952 - fsnotify: clean up fsnotify_prepare/finish_user_wait()
20953 - fsnotify: pin both inode and vfsmount mark
20954 - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
20955 - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
20956 - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
20957 - ext4: prevent data corruption with inline data + DAX
20958 - ext4: prevent data corruption with journaling + DAX
20959 - ALSA: pcm: update tstamp only if audio_tstamp changed
20960 - ALSA: usb-audio: Add sanity checks to FE parser
20961 - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
20962 - ALSA: usb-audio: Add sanity checks in v2 clock parsers
20963 - ALSA: timer: Remove kernel warning at compat ioctl error paths
20964 - ALSA: hda/realtek - Fix ALC275 no sound issue
20965 - ALSA: hda: Fix too short HDMI/DP chmap reporting
20966 - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
20967 - ALSA: hda/realtek - Fix ALC700 family no sound issue
20968 - ASoC: sun8i-codec: Invert Master / Slave condition
20969 - ASoC: sun8i-codec: Fix left and right channels inversion
20970 - ASoC: sun8i-codec: Set the BCLK divider
20971 - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
20972 - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
20973 - 9p: Fix missing commas in mount options
20974 - fs/9p: Compare qid.path in v9fs_test_inode
20975 - net/9p: Switch to wait_event_killable()
20976 - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
20977 - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
20978 - scsi: lpfc: fix pci hot plug crash in timer management routines
20979 - scsi: lpfc: fix pci hot plug crash in list_add call
20980 - scsi: lpfc: Fix crash receiving ELS while detaching driver
20981 - scsi: lpfc: Fix FCP hba_wqidx assignment
20982 - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
20983 - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
20984 - iscsi-target: Fix non-immediate TMR reference leak
20985 - target: fix null pointer regression in core_tmr_drain_tmr_list
20986 - target: fix buffer offset in core_scsi3_pri_read_full_status
20987 - target: Fix QUEUE_FULL + SCSI task attribute handling
20988 - target: Fix caw_sem leak in transport_generic_request_failure
20989 - target: Fix quiese during transport_write_pending_qf endless loop
20990 - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
20991 - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
20992 - mtd: nand: Export nand_reset() symbol
20993 - mtd: nand: atmel: Actually use the PM ops
20994 - mtd: nand: omap2: Fix subpage write
20995 - mtd: nand: Fix writing mtdoops to nand flash.
20996 - mtd: nand: mtk: fix infinite ECC decode IRQ issue
20997 - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
20998 - p54: don't unregister leds when they are not initialized
20999 - block: Fix a race between blk_cleanup_queue() and timeout handling
21000 - raid1: prevent freeze_array/wait_all_barriers deadlock
21001 - genirq: Track whether the trigger type has been set
21002 - irqchip/gic-v3: Fix ppi-partitions lookup
21003 - lockd: double unregister of inetaddr notifiers
21004 - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
21005 enabled
21006 - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
21007 - KVM: SVM: obey guest PAT
21008 - kvm: vmx: Reinstate support for CPUs without virtual NMI
21009 - dax: fix PMD faults on zero-length files
21010 - dax: fix general protection fault in dax_alloc_inode
21011 - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
21012 - clk: ti: dra7-atl-clock: fix child-node lookups
21013 - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
21014 - libnvdimm, pfn: make 'resource' attribute only readable by root
21015 - libnvdimm, namespace: fix label initialization to use valid seq numbers
21016 - libnvdimm, region : make 'resource' attribute only readable by root
21017 - libnvdimm, namespace: make 'resource' attribute only readable by root
21018 - svcrdma: Preserve CB send buffer across retransmits
21019 - IB/srpt: Do not accept invalid initiator port names
21020 - IB/cm: Fix memory corruption in handling CM request
21021 - IB/hfi1: Fix incorrect available receive user context count
21022 - IB/srp: Avoid that a cable pull can trigger a kernel crash
21023 - IB/core: Avoid crash on pkey enforcement failed in received MADs
21024 - IB/core: Only maintain real QPs in the security lists
21025 - NFC: fix device-allocation error return
21026 - spi-nor: intel-spi: Fix broken software sequencing codes
21027 - i40e: Use smp_rmb rather than read_barrier_depends
21028 - igb: Use smp_rmb rather than read_barrier_depends
21029 - igbvf: Use smp_rmb rather than read_barrier_depends
21030 - ixgbevf: Use smp_rmb rather than read_barrier_depends
21031 - i40evf: Use smp_rmb rather than read_barrier_depends
21032 - fm10k: Use smp_rmb rather than read_barrier_depends
21033 - ixgbe: Fix skb list corruption on Power systems
21034 - parisc: Fix validity check of pointer size argument in new CAS
21035 implementation
21036 - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
21037 - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
21038 - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
21039 - powerpc/signal: Properly handle return value from uprobe_deny_signal()
21040 - powerpc/64s: Fix masking of SRR1 bits on instruction fault
21041 - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
21042 - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
21043 - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
21044 - powerpc/64s/hash: Fix fork() with 512TB process address space
21045 - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
21046 - media: Don't do DMA on stack for firmware upload in the AS102 driver
21047 - media: rc: check for integer overflow
21048 - media: rc: nec decoder should not send both repeat and keycode
21049 - cx231xx-cards: fix NULL-deref on missing association descriptor
21050 - media: v4l2-ctrl: Fix flags field on Control events
21051 - media: venus: fix wrong size on dma_free
21052 - media: venus: venc: fix bytesused v4l2_plane field
21053 - media: venus: reimplement decoder stop command
21054 - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
21055 zone
21056 - iwlwifi: fix wrong struct for a000 device
21057 - iwlwifi: add a new a000 device
21058 - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
21059 - iwlwifi: add new cards for a000 series
21060 - iwlwifi: add new cards for 8265 series
21061 - iwlwifi: add new cards for 8260 series
21062 - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
21063 - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
21064 - e1000e: Fix error path in link detection
21065 - e1000e: Fix return value test
21066 - e1000e: Separate signaling for link check/link up
21067 - e1000e: Avoid receiver overrun interrupt bursts
21068 - e1000e: fix buffer overrun while the I219 is processing DMA transactions
21069 - Linux 4.14.3
21070
21071 * Miscellaneous Ubuntu changes
21072 - SAUCE: s390/topology: don't inline cpu_to_node
21073 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
21074
21075 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Dec 2017 09:08:07 -0600
21076
21077linux (4.14.0-10.12) bionic; urgency=low
21078
21079 * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
21080
21081 * Miscellaneous Ubuntu changes
21082 - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
21083 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
21084
21085 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Nov 2017 08:46:49 -0600
21086
21087linux (4.14.0-9.11) bionic; urgency=low
21088
21089 * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
21090
21091 * Miscellaneous Ubuntu changes
21092 - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
21093 0.7.3-1ubuntu1"
21094
21095 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 12:44:48 -0600
21096
21097linux (4.14.0-8.10) bionic; urgency=low
21098
21099 * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
21100
21101 * Bionic update to v4.14.2 stable release (LP: #1734694)
21102 - bio: ensure __bio_clone_fast copies bi_partno
21103 - af_netlink: ensure that NLMSG_DONE never fails in dumps
21104 - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
21105 - net: cdc_ncm: GetNtbFormat endian fix
21106 - fealnx: Fix building error on MIPS
21107 - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
21108 - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
21109 - serial: omap: Fix EFR write on RTS deassertion
21110 - serial: 8250_fintek: Fix finding base_port with activated SuperIO
21111 - tpm-dev-common: Reject too short writes
21112 - rcu: Fix up pending cbs check in rcu_prepare_for_idle
21113 - mm/pagewalk.c: report holes in hugetlb ranges
21114 - ocfs2: fix cluster hang after a node dies
21115 - ocfs2: should wait dio before inode lock in ocfs2_setattr()
21116 - ipmi: fix unsigned long underflow
21117 - mm/page_alloc.c: broken deferred calculation
21118 - mm/page_ext.c: check if page_ext is not prepared
21119 - coda: fix 'kernel memory exposure attempt' in fsync
21120 - ipmi: Prefer ACPI system interfaces over SMBIOS ones
21121 - Linux 4.14.2
21122
21123 * Bionic update to v4.14.1 stable release (LP: #1734693)
21124 - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
21125 - dmaengine: dmatest: warn user when dma test times out
21126 - media: imon: Fix null-ptr-deref in imon_probe
21127 - media: dib0700: fix invalid dvb_detach argument
21128 - crypto: dh - Fix double free of ctx->p
21129 - crypto: dh - Don't permit 'p' to be 0
21130 - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
21131 - crypto: brcm - Explicity ACK mailbox message
21132 - USB: early: Use new USB product ID and strings for DbC device
21133 - USB: usbfs: compute urb->actual_length for isochronous
21134 - USB: Add delay-init quirk for Corsair K70 LUX keyboards
21135 - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
21136 - USB: serial: metro-usb: stop I/O after failed open
21137 - USB: serial: Change DbC debug device binding ID
21138 - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
21139 - USB: serial: garmin_gps: fix I/O after failed probe and remove
21140 - USB: serial: garmin_gps: fix memory leak on probe errors
21141 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
21142 - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
21143 - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
21144 - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
21145 - HID: cp2112: add HIDRAW dependency
21146 - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
21147 - rpmsg: glink: Add missing MODULE_LICENSE
21148 - staging: wilc1000: Fix bssid buffer offset in Txq
21149 - staging: sm750fb: Fix parameter mistake in poke32
21150 - staging: ccree: fix 64 bit scatter/gather DMA ops
21151 - staging: greybus: spilib: fix use-after-free after deregistration
21152 - staging: rtl8188eu: Revert 4 commits breaking ARP
21153 - spi: fix use-after-free at controller deregistration
21154 - sparc32: Add cmpxchg64().
21155 - sparc64: mmu_context: Add missing include files
21156 - sparc64: Fix page table walk for PUD hugepages
21157 - Linux 4.14.1
21158
21159 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
21160 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
21161
21162 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
21163 (LP: #1732627)
21164 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
21165
21166 * Miscellaneous Ubuntu changes
21167 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
21168
21169 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 07:43:44 -0600
21170
21171linux (4.14.0-7.9) bionic; urgency=low
21172
21173 * Miscellaneous Ubuntu changes
21174 - SAUCE: apparmor: add base infastructure for socket mediation
21175 - SAUCE: apparmor: af_unix mediation
21176 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
21177 - SAUCE: LSM stacking: LSM: manage credential security blobs
21178 - SAUCE: LSM stacking: LSM: Manage file security blobs
21179 - SAUCE: LSM stacking: LSM: manage task security blobs
21180 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
21181 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
21182 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
21183 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
21184 - SAUCE: LSM stacking: fixup initialize task->security
21185 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
21186 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
21187 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
21188 - SAUCE: LSM stacking: fixup apparmor stacking enablement
21189 - SAUCE: LSM stacking: fixup stacking kconfig
21190 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
21191 - SAUCE: LSM stacking: provide prctl interface for setting context
21192 - SAUCE: LSM stacking: inherit current display LSM
21193 - SAUCE: LSM stacking: keep an index for each registered LSM
21194 - SAUCE: LSM stacking: verify display LSM
21195 - SAUCE: LSM stacking: provide a way to specify the default display lsm
21196 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
21197 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
21198 - SAUCE: LSM stacking: add Kconfig to set default display LSM
21199 - SAUCE: LSM stacking: add configs for LSM stacking
21200 - SAUCE: LSM stacking: check for invalid zero sized writes
21201 - [Config] Run updateconfigs after merging LSM stacking
21202 - [Config] CONFIG_AMD_MEM_ENCRYPT=y
21203
21204 [ Upstream Kernel Changes ]
21205
21206 * Rebase to v4.14
21207
21208 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Nov 2017 08:12:08 -0600
21209
21210linux (4.14.0-6.8) bionic; urgency=low
21211
21212 * Miscellaneous Ubuntu changes
21213 - SAUCE: add workarounds to enable ZFS for 4.14
21214
21215 [ Upstream Kernel Changes ]
21216
21217 * Rebase to v4.14-rc8
21218
21219 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Nov 2017 11:39:00 -0600
21220
21221linux (4.14.0-5.7) bionic; urgency=low
21222
21223 * Miscellaneous Ubuntu changes
21224 - [Debian] Fix invocation of dh_prep for dbgsym packages
21225
21226 -- Seth Forshee <seth.forshee@canonical.com> Tue, 31 Oct 2017 07:07:23 -0500
21227
21228linux (4.14.0-4.5) bionic; urgency=low
21229
21230 * Miscellaneous Ubuntu changes
21231 - [Packaging] virtualbox -- reduce in kernel module versions
21232 - vbox-update: Fix up KERN_DIR definitions
21233 - ubuntu: vbox -- update to 5.2.0-dfsg-2
21234 - [Config] CONFIG_AMD_MEM_ENCRYPT=n
21235
21236 [ Upstream Kernel Changes ]
21237
21238 * Rebase to v4.14-rc7
21239
21240 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Oct 2017 13:29:20 -0500
21241
21242linux (4.14.0-3.4) artful; urgency=low
21243
21244 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
21245 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
21246 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
21247 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
21248
21249 * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
21250 - powerpc/64s: Add workaround for P9 vector CI load issue
21251
21252 * Miscellaneous Ubuntu changes
21253 - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
21254 - [Config] CONFIG_DRM_VBOXVIDEO=m
21255 - SAUCE: Import aufs driver
21256 - [Config] Enable aufs
21257 - [Config] Reorder annotations file after enabling aufs
21258 - vbox-update: Disable imported vboxvideo module
21259 - ubuntu: vbox -- update to 5.1.30-dfsg-1
21260 - Enable vbox
21261 - hio: Use correct sizes when initializing ssd_index_bits* arrays
21262 - hio: Update io stat accounting for 4.14
21263 - Enable hio
21264
21265 [ Upstream Kernel Changes ]
21266
21267 * Rebase to v4.14-rc5
21268 * Rebase to v4.14-rc6
21269
21270 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Oct 2017 13:53:52 -0500
21271
21272linux (4.14.0-2.3) artful; urgency=low
21273
21274 * [Bug] USB controller failed to respond on Denverton after loading
21275 intel_th_pci module (LP: #1715833)
21276 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
21277
21278 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
21279 17.10 (kernel 4.13) (LP: #1719290)
21280 - SAUCE: s390: update zfcpdump_defconfig
21281
21282 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
21283 - d-i: Add bnxt_en to nic-modules.
21284
21285 * Miscellaneous Ubuntu changes
21286 - [Config] Update annotations for 4.14-rc2
21287
21288 [ Upstream Kernel Changes ]
21289
21290 * Rebase to v4.14-rc3
21291 * Rebase to v4.14-rc4
21292
21293 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 16:04:27 -0500
21294
21295linux (4.14.0-1.2) artful; urgency=low
21296
21297 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
21298 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
21299
21300 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
21301 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
21302
21303 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
21304 (LP: #1718679)
21305 - [Config] CONFIG_DRM_VBOXVIDEO=n
21306
21307 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
21308 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
21309
21310 * autopkgtest profile fails to build on armhf (LP: #1717920)
21311 - [Packaging] autopkgtest -- disable d-i when dropping flavours
21312
21313 * Miscellaneous Ubuntu changes
21314 - [Config] CONFIG_I2C_XLP9XX=m
21315 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
21316
21317 [ Upstream Kernel Changes ]
21318
21319 * Rebase to v4.14-rc2
21320
21321 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Sep 2017 09:09:11 -0400
21322
21323linux (4.14.0-0.1) artful; urgency=low
21324
21325 * Miscellaneous Ubuntu changes
21326 - Disable vbox build
21327 - Disable hio build
21328 - Disable zfs build
21329
21330 [ Upstream Kernel Changes ]
21331
21332 * Rebase to v4.14-rc1
21333
21334 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Sep 2017 20:22:29 -0500
21335
21336linux (4.13.0-11.12) artful; urgency=low
21337
21338 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
21339
21340 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
21341 - s390/mm: fix local TLB flushing vs. detach of an mm address space
21342 - s390/mm: fix race on mm->context.flush_mm
21343
21344 * CVE-2017-1000251
21345 - Bluetooth: Properly check L2CAP config option output buffer length
21346
21347 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
21348
21349linux (4.13.0-10.11) artful; urgency=low
21350
21351 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
21352
21353 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
21354 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
21355
21356 * Artful update to v4.13.1 stable release (LP: #1716284)
21357 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
21358 - USB: serial: option: add support for D-Link DWM-157 C1
21359 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
21360 - usb:xhci:Fix regression when ATI chipsets detected
21361 - USB: musb: fix external abort on suspend
21362 - ANDROID: binder: add padding to binder_fd_array_object.
21363 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
21364 - USB: core: Avoid race of async_completed() w/ usbdev_release()
21365 - staging/rts5208: fix incorrect shift to extract upper nybble
21366 - staging: ccree: save ciphertext for CTS IV
21367 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
21368 - iio: adc: ti-ads1015: fix incorrect data rate setting update
21369 - iio: adc: ti-ads1015: fix scale information for ADS1115
21370 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
21371 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
21372 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
21373 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
21374 - driver core: bus: Fix a potential double free
21375 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
21376 - binder: free memory on error
21377 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
21378 - crypto: caam/qi - fix compilation with DEBUG enabled
21379 - thunderbolt: Fix reset response_type
21380 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
21381 - intel_th: pci: Add Cannon Lake PCH-H support
21382 - intel_th: pci: Add Cannon Lake PCH-LP support
21383 - ath10k: fix memory leak in rx ring buffer allocation
21384 - drm/vgem: Pin our pages for dmabuf exports
21385 - drm/ttm: Fix accounting error when fail to get pages for pool
21386 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
21387 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
21388 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
21389 - iwlwifi: pci: add new PCI ID for 7265D
21390 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
21391 - mwifiex: correct channel stat buffer overflows
21392 - MCB: add support for SC31 to mcb-lpc
21393 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
21394 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
21395 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
21396 - workqueue: Fix flag collision
21397 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
21398 - cs5536: add support for IDE controller variant
21399 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
21400 - scsi: sg: recheck MMAP_IO request length with lock held
21401 - of/device: Prevent buffer overflow in of_device_modalias()
21402 - rtlwifi: Fix memory leak when firmware request fails
21403 - rtlwifi: Fix fallback firmware loading
21404 - Linux 4.13.1
21405
21406 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
21407 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
21408
21409 * SRIOV: warning if unload VFs (LP: #1715073)
21410 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
21411
21412 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
21413 - i40e: avoid NVM acquire deadlock during NVM update
21414 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
21415
21416 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
21417 twice when perf stat is done (perf:) (LP: #1714571)
21418 - perf vendor events powerpc: Remove duplicate events
21419
21420 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
21421 (LP: #1703339)
21422 - [Config] Include vmd in storage-core-modules udeb
21423
21424 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
21425 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
21426 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
21427 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
21428 offline
21429
21430 * Miscellaneous Ubuntu changes
21431 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
21432 - Revert "UBUNTU: SAUCE: Import aufs driver"
21433 - SAUCE: Import aufs driver
21434
21435 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
21436
21437linux (4.13.0-9.10) artful; urgency=low
21438
21439 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
21440
21441 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
21442 - [Config] CONFIG_EDAC_GHES=n
21443
21444 * Miscellaneous Ubuntu changes
21445 - ubuntu: vbox -- update to 5.1.26-dfsg-2
21446
21447 [ Upstream Kernel Changes ]
21448
21449 * Rebase to v4.13
21450
21451 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
21452
21453linux (4.13.0-8.9) artful; urgency=low
21454
21455 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
21456 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
21457
21458 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
21459 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
21460
21461 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
21462 Harrisonville SDP (LP: #1709257)
21463 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
21464 - EDAC, pnd2: Mask off the lower four bits of a BAR
21465 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
21466 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
21467 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
21468 reading BAR
21469
21470 * Miscellaneous Ubuntu changes
21471 - Revert "UBUNTU: SAUCE: Import aufs driver"
21472 - SAUCE: Import aufs driver
21473 - SAUCE: selftests/powerpc: Disable some ptrace selftests
21474 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
21475 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
21476 - [Config] Disable CONFIG_MDIO_* options for s390x
21477 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
21478 - [Config] Update annotations for 4.13
21479
21480 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
21481
21482linux (4.13.0-7.8) artful; urgency=low
21483
21484 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
21485 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
21486 paths
21487
21488 * Miscellaneous Ubuntu changes
21489 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
21490
21491 * Miscellaneous upstream changes
21492 - seccomp: Provide matching filter for introspection
21493 - seccomp: Sysctl to display available actions
21494 - seccomp: Operation for checking if an action is available
21495 - seccomp: Sysctl to configure actions that are allowed to be logged
21496 - seccomp: Selftest for detection of filter flag support
21497 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
21498 - seccomp: Action to log before allowing
21499
21500 [ Upstream Kernel Changes ]
21501
21502 * Rebase to v4.13-rc7
21503
21504 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
21505
21506linux (4.13.0-6.7) artful; urgency=low
21507
21508 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
21509 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
21510
21511 * sort ABI files with C.UTF-8 locale (LP: #1712345)
21512 - [Packaging] sort ABI files with C.UTF-8 locale
21513
21514 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
21515 - SAUCE: igb: add support for using Broadcom 54616 as PHY
21516
21517 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
21518 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
21519 - powerpc/mm/radix: Improve TLB/PWC flushes
21520 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
21521
21522 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
21523 properly enrolled keys (LP: #1712168)
21524 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
21525
21526 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
21527 - [Config] CONFIG_BLK_DEV_NVME=m for s390
21528
21529 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
21530 (LP: #1711298)
21531 - [Config] CONFIG_INTEL_ATOMISP=n
21532
21533 * Miscellaneous Ubuntu changes
21534 - SAUCE: apparmor: af_unix mediation
21535
21536 * Miscellaneous upstream changes
21537 - apparmor: Fix shadowed local variable in unpack_trans_table()
21538 - apparmor: Fix logical error in verify_header()
21539 - apparmor: Fix an error code in aafs_create()
21540 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
21541 - apparmor: add the ability to mediate signals
21542 - apparmor: add mount mediation
21543 - apparmor: cleanup conditional check for label in label_print
21544 - apparmor: add support for absolute root view based labels
21545 - apparmor: make policy_unpack able to audit different info messages
21546 - apparmor: add more debug asserts to apparmorfs
21547 - apparmor: add base infastructure for socket mediation
21548 - apparmor: move new_null_profile to after profile lookup fns()
21549 - apparmor: fix race condition in null profile creation
21550 - apparmor: ensure unconfined profiles have dfas initialized
21551 - apparmor: fix incorrect type assignment when freeing proxies
21552
21553 [ Upstream Kernel Changes ]
21554
21555 * Rebase to v4.13-rc6
21556
21557 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
21558
21559linux (4.13.0-5.6) artful; urgency=low
21560
21561 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
21562 - perf pmu-events: Support additional POWER8+ PVR in mapfile
21563 - perf vendor events: Add POWER9 PMU events
21564 - perf vendor events: Add POWER9 PVRs to mapfile
21565 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
21566 - SAUCE: perf vendor events powerpc: Update POWER9 events
21567
21568 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
21569 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
21570
21571 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
21572 kernels able to boot without initramfs (LP: #1700972)
21573 - [Debian] Don't depend on initramfs-tools
21574
21575 * Miscellaneous Ubuntu changes
21576 - SAUCE: Import aufs driver
21577 - SAUCE: aufs -- Add missing argument to loop_switch() call
21578 - [Config] Enable aufs
21579 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
21580 - Enable zfs build
21581 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
21582 - [Packaging] switch up to debhelper 9
21583
21584 [ Upstream Kernel Changes ]
21585
21586 * Rebase to v4.13-rc5
21587
21588 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
21589
21590linux (4.13.0-4.5) artful; urgency=low
21591
21592 * Lenovo Yoga 910 Sensors (LP: #1708120)
21593 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
21594
21595 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
21596 (LP: #1703339)
21597 - [Config] Add vmd driver to generic inclusion list
21598
21599 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
21600 - [Config] CONFIG_SATA_HIGHBANK=y
21601
21602 * Miscellaneous Ubuntu changes
21603 - ubuntu: vbox -- update to 5.1.26-dfsg-1
21604 - SAUCE: hio: Build fixes for 4.13
21605 - Enable hio build
21606 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
21607 - [debian] use all rather than amd64 dkms debs for sync
21608
21609 [ Upstream Kernel Changes ]
21610
21611 * Rebase to v4.13-rc4
21612
21613 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
21614
21615linux (4.13.0-3.4) artful; urgency=low
21616
21617 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
21618 - [Packaging] tests -- reduce rebuild test to one flavour
21619 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
21620
21621 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
21622 - SAUCE: virtio_net: Revert mergeable buffer handling rework
21623
21624 [ Upstream Kernel Changes ]
21625
21626 * Rebase to v4.13-rc3
21627
21628 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
21629
21630linux (4.13.0-2.3) artful; urgency=low
21631
21632 * Change CONFIG_IBMVETH to module (LP: #1704479)
21633 - [Config] CONFIG_IBMVETH=m
21634
21635 [ Upstream Kernel Changes ]
21636
21637 * Rebase to v4.13-rc2
21638
21639 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
21640
21641linux (4.13.0-1.2) artful; urgency=low
21642
21643 * Miscellaneous Ubuntu changes
21644 - [Debian] Support sphinx-based kernel documentation
21645
21646 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
21647
21648linux (4.13.0-0.1) artful; urgency=low
21649
21650 * Miscellaneous Ubuntu changes
21651 - Disable hio
21652 - Disable zfs build
21653 - ubuntu: vbox -- update to 5.1.24-dfsg-1
21654
21655 [ Upstream Kernel Changes ]
21656
21657 * Rebase to v4.13-rc1
21658
21659 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
21660
21661linux (4.12.0-7.8) artful; urgency=low
21662
21663 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
21664 (LP: #1673564)
21665 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
21666 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
21667 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
21668 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
21669 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
21670 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
21671 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
21672 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
21673 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
21674 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
21675 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
21676 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
21677 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
21678 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
21679 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
21680 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
21681 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
21682 - arm64: Add MIDR values for Cavium cn83XX SoCs
21683 - arm64: Add workaround for Cavium Thunder erratum 30115
21684 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
21685 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
21686 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
21687 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
21688 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
21689 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
21690 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
21691 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
21692
21693 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
21694 - net: hns: Bugfix for Tx timeout handling in hns driver
21695
21696 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
21697 - iommu/arm-smmu: Plumb in new ACPI identifiers
21698
21699 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
21700 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
21701
21702 * Artful update to v4.12.1 stable release (LP: #1703858)
21703 - driver core: platform: fix race condition with driver_override
21704 - RDMA/uverbs: Check port number supplied by user verbs cmds
21705 - usb: dwc3: replace %p with %pK
21706 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
21707 - usb: usbip: set buffer pointers to NULL after free
21708 - Add USB quirk for HVR-950q to avoid intermittent device resets
21709 - usb: Fix typo in the definition of Endpoint[out]Request
21710 - USB: core: fix device node leak
21711 - USB: serial: option: add two Longcheer device ids
21712 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
21713 - xhci: Limit USB2 port wake support for AMD Promontory hosts
21714 - gfs2: Fix glock rhashtable rcu bug
21715 - Add "shutdown" to "struct class".
21716 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
21717 - tpm: fix a kernel memory leak in tpm-sysfs.c
21718 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
21719 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
21720 - sched/fair, cpumask: Export for_each_cpu_wrap()
21721 - sched/core: Implement new approach to scale select_idle_cpu()
21722 - sched/numa: Use down_read_trylock() for the mmap_sem
21723 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
21724 - sched/fair: Simplify wake_affine() for the single socket case
21725 - sched/numa: Implement NUMA node level wake_affine()
21726 - sched/fair: Remove effective_load()
21727 - sched/numa: Hide numa_wake_affine() from UP build
21728 - xen: avoid deadlock in xenbus driver
21729 - crypto: drbg - Fixes panic in wait_for_completion call
21730 - Linux 4.12.1
21731
21732 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
21733 - scsi: cxlflash: Combine the send queue locks
21734 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
21735 - scsi: cxlflash: Reset hardware queue context via specified register
21736 - scsi: cxlflash: Schedule asynchronous reset of the host
21737 - scsi: cxlflash: Handle AFU sync failures
21738 - scsi: cxlflash: Track pending scsi commands in each hardware queue
21739 - scsi: cxlflash: Flush pending commands in cleanup path
21740 - scsi: cxlflash: Add scsi command abort handler
21741 - scsi: cxlflash: Create character device to provide host management interface
21742 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
21743 specifics
21744 - scsi: cxlflash: Introduce host ioctl support
21745 - scsi: cxlflash: Refactor AFU capability checking
21746 - scsi: cxlflash: Support LUN provisioning
21747 - scsi: cxlflash: Support AFU debug
21748 - scsi: cxlflash: Support WS16 unmap
21749 - scsi: cxlflash: Remove zeroing of private command data
21750 - scsi: cxlflash: Update TMF command processing
21751 - scsi: cxlflash: Avoid double free of character device
21752 - scsi: cxlflash: Update send_tmf() parameters
21753 - scsi: cxlflash: Update debug prints in reset handlers
21754
21755 * make snap-pkg support (LP: #1700747)
21756 - make snap-pkg support
21757
21758 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
21759 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
21760
21761 * arm64: fix crash reading /proc/kcore (LP: #1702749)
21762 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
21763 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
21764
21765 * Opal and POWER9 DD2 (LP: #1702159)
21766 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
21767
21768 * Data corruption with hio driver (LP: #1701316)
21769 - SAUCE: hio: Fix incorrect use of enum req_opf values
21770
21771 * Miscellaneous Ubuntu changes
21772 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
21773 - snapcraft.yaml: Sync with xenial
21774 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
21775
21776 * Miscellaneous upstream changes
21777 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
21778 MokSBState"
21779
21780 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
21781
21782linux (4.12.0-6.7) artful; urgency=low
21783
21784 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
21785 - net: ena: change return value for unsupported features unsupported return
21786 value
21787 - net: ena: add hardware hints capability to the driver
21788 - net: ena: change sizeof() argument to be the type pointer
21789 - net: ena: add reset reason for each device FLR
21790 - net: ena: add support for out of order rx buffers refill
21791 - net: ena: allow the driver to work with small number of msix vectors
21792 - net: ena: use napi_schedule_irqoff when possible
21793 - net: ena: separate skb allocation to dedicated function
21794 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
21795 - net: ena: update driver's rx drop statistics
21796 - net: ena: update ena driver to version 1.2.0
21797
21798 * APST gets enabled against explicit kernel option (LP: #1699004)
21799 - nvme: explicitly disable APST on quirked devices
21800
21801 * Miscellaneous Ubuntu changes
21802 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
21803 - SAUCE: hio updates for 4.12
21804 - SAUCE: Enable hio build
21805
21806 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
21807
21808linux (4.12.0-5.6) artful; urgency=low
21809
21810 * ERAT invalidate on context switch removal (LP: #1700819)
21811 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
21812
21813 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
21814 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
21815
21816 * Miscellaneous Ubuntu changes
21817 - d-i: Move qcom-emac from arm64 to shared nic-modules
21818
21819 [ Upstream Kernel Changes ]
21820
21821 * Rebase to v4.12
21822
21823 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
21824
21825linux (4.12.0-4.5) artful; urgency=low
21826
21827 * aacraid driver may return uninitialized stack data to userspace
21828 (LP: #1700077)
21829 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
21830
21831 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
21832 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
21833
21834 * AACRAID for power9 platform (LP: #1689980)
21835 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
21836 - scsi: aacraid: Fix DMAR issues with iommu=pt
21837 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
21838 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
21839 - scsi: aacraid: Remove reset support from check_health
21840 - scsi: aacraid: Change wait time for fib completion
21841 - scsi: aacraid: Log count info of scsi cmds before reset
21842 - scsi: aacraid: Print ctrl status before eh reset
21843 - scsi: aacraid: Using single reset mask for IOP reset
21844 - scsi: aacraid: Rework IOP reset
21845 - scsi: aacraid: Add periodic checks to see IOP reset status
21846 - scsi: aacraid: Rework SOFT reset code
21847 - scsi: aacraid: Rework aac_src_restart
21848 - scsi: aacraid: Use correct function to get ctrl health
21849 - scsi: aacraid: Make sure ioctl returns on controller reset
21850 - scsi: aacraid: Enable ctrl reset for both hba and arc
21851 - scsi: aacraid: Add reset debugging statements
21852 - scsi: aacraid: Remove reference to Series-9
21853 - scsi: aacraid: Update driver version to 50834
21854
21855 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
21856 - SAUCE: drm: hibmc: Use set_busid function from drm core
21857
21858 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
21859 - d-i: Add hibmc-drm to kernel-image udeb
21860
21861 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
21862 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
21863
21864 * Miscellaneous Ubuntu changes
21865 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
21866 - [Config] CONFIG_ATA=n for s390x
21867 - [Config] Update annotations for 4.12
21868
21869 [ Upstream Kernel Changes ]
21870
21871 * Rebase to v4.12-rc7
21872
21873 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
21874
21875linux (4.12.0-3.4) artful; urgency=low
21876
21877 * Miscellaneous upstream changes
21878 - ufs: fix the logics for tail relocation
21879
21880 [ Upstream Kernel Changes ]
21881
21882 * Rebase to v4.12-rc6
21883
21884 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
21885
21886linux (4.12.0-2.3) artful; urgency=low
21887
21888 * CVE-2014-9900
21889 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
21890 ethtool_get_wol()
21891
21892 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
21893 (LP: #1671360)
21894 - pinctrl/amd: Use regular interrupt instead of chained
21895
21896 * extend-diff-ignore should use exact matches (LP: #1693504)
21897 - [Packaging] exact extend-diff-ignore matches
21898
21899 * Miscellaneous Ubuntu changes
21900 - SAUCE: efi: Don't print secure boot state from the efi stub
21901 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
21902 - SAUCE: vbox fixes for 4.12
21903 - Re-enable virtualbox build
21904 - [Config] CONFIG_ORANGEFS_FS=m
21905 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
21906 - Enable zfs build
21907
21908 [ Upstream Kernel Changes ]
21909
21910 * Rebase to v4.12-rc4
21911 * Rebase to v4.12-rc5
21912
21913 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
21914
21915linux (4.12.0-1.2) artful; urgency=low
21916
21917 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
21918 - [Config] Enable CONFIG_DRM_MGAG200 as module
21919
21920 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
21921 - [Config] CONFIG_LIBIO=y on arm64 only
21922 - SAUCE: LIBIO: Introduce a generic PIO mapping method
21923 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
21924 - [Config] CONFIG_HISILICON_LPC=y
21925 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
21926 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
21927 I/O
21928 - SAUCE: LPC: Add the ACPI LPC support
21929 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
21930 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
21931
21932 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
21933 - SAUCE: tty: Fix ldisc crash on reopened tty
21934
21935 * Miscellaneous Ubuntu changes
21936 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
21937 - Rebase to v4.12-rc3
21938
21939 [ Upstream Kernel Changes ]
21940
21941 * Rebase to v4.12-rc3
21942
21943 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
21944
21945linux (4.12.0-0.1) artful; urgency=low
21946
21947 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
21948 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
21949
21950 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
21951 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
21952
21953 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
21954 (LP: #1672819)
21955 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
21956
21957 * Miscellaneous Ubuntu changes
21958 - Update find-missing-sauce.sh to compare to artful
21959 - Update dropped.txt
21960 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
21961 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
21962 kernel image
21963 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
21964 mode
21965 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
21966 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
21967 locked down
21968 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
21969 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
21970 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
21971 reboot
21972 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
21973 set
21974 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
21975 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
21976 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
21977 down
21978 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
21979 locked down
21980 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
21981 down
21982 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
21983 is locked down
21984 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
21985 locked down
21986 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
21987 has been locked down
21988 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
21989 locked down
21990 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
21991 locked down
21992 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
21993 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
21994 kernel is locked down
21995 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
21996 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
21997 down
21998 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
21999 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
22000 secondary keyring
22001 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
22002 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
22003 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
22004 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
22005 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
22006 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
22007 MokSBState
22008 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
22009 - [Config] Set values for UEFI secure boot lockdown options
22010 - Disable virtualbox build
22011 - Disable hio build
22012 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
22013 - Disable zfs build
22014 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
22015 - SAUCE: Import aufs driver
22016 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
22017 - [Config] Enable aufs
22018 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
22019
22020 [ Upstream Kernel Changes ]
22021
22022 * Rebase to v4.12-rc2
22023
22024 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
22025
22026linux (4.11.0-3.8) artful; urgency=low
22027
22028 [ Seth Forshee ]
22029
22030 * Release Tracking Bug
22031 - LP: #1690999
22032
22033 * apparmor_parser hangs indefinitely when called by multiple threads
22034 (LP: #1645037)
22035 - SAUCE: apparmor: fix lock ordering for mkdir
22036
22037 * apparmor leaking securityfs pin count (LP: #1660846)
22038 - SAUCE: apparmor: fix leak on securityfs pin count
22039
22040 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
22041 (LP: #1660845)
22042 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
22043 fails
22044
22045 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
22046 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
22047
22048 * libvirt profile is blocking global setrlimit despite having no rlimit rule
22049 (LP: #1679704)
22050 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
22051 - apparmor: update auditing of rlimit check to provide capability information
22052
22053 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
22054 - SAUCE: apparmor: add policy revision file interface
22055
22056 * apparmor does not make support of query data visible (LP: #1678023)
22057 - SAUCE: apparmor: add label data availability to the feature set
22058
22059 * apparmor query interface does not make supported query info available
22060 (LP: #1678030)
22061 - SAUCE: apparmor: add information about the query inteface to the feature set
22062
22063 * change_profile incorrect when using namespaces with a compound stack
22064 (LP: #1677959)
22065 - SAUCE: apparmor: fix label parse for stacked labels
22066
22067 * Regression in 4.4.0-65-generic causes very frequent system crashes
22068 (LP: #1669611)
22069 - apparmor: sync of apparmor 3.6+ (17.04)
22070
22071 * Artful update to 4.11.1 stable release (LP: #1690814)
22072 - dm ioctl: prevent stack leak in dm ioctl call
22073 - drm/sti: fix GDP size to support up to UHD resolution
22074 - power: supply: lp8788: prevent out of bounds array access
22075 - brcmfmac: Ensure pointer correctly set if skb data location changes
22076 - brcmfmac: Make skb header writable before use
22077 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
22078 - refcount: change EXPORT_SYMBOL markings
22079 - net: macb: fix phy interrupt parsing
22080 - tcp: fix access to sk->sk_state in tcp_poll()
22081 - geneve: fix incorrect setting of UDP checksum flag
22082 - bpf: enhance verifier to understand stack pointer arithmetic
22083 - bpf, arm64: fix jit branch offset related to ldimm64
22084 - tcp: fix wraparound issue in tcp_lp
22085 - net: ipv6: Do not duplicate DAD on link up
22086 - net: usb: qmi_wwan: add Telit ME910 support
22087 - tcp: do not inherit fastopen_req from parent
22088 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
22089 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
22090 - ipv6: initialize route null entry in addrconf_init()
22091 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
22092 - tcp: randomize timestamps on syncookies
22093 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
22094 - bpf: don't let ldimm64 leak map addresses on unprivileged
22095 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
22096 - f2fs: sanity check segment count
22097 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
22098 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
22099 - block: get rid of blk_integrity_revalidate()
22100 - Linux 4.11.1
22101
22102 * Module signing exclusion for staging drivers does not work properly
22103 (LP: #1690908)
22104 - SAUCE: Fix module signing exclusion in package builds
22105
22106 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
22107 - [Config] CONFIG_QCOM_L3_PMU=y
22108 - perf: qcom: Add L3 cache PMU driver
22109
22110 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
22111 - drivers/perf: arm_pmu: rework per-cpu allocation
22112 - drivers/perf: arm_pmu: manage interrupts per-cpu
22113 - drivers/perf: arm_pmu: split irq request from enable
22114 - drivers/perf: arm_pmu: remove pointless PMU disabling
22115 - drivers/perf: arm_pmu: define armpmu_init_fn
22116 - drivers/perf: arm_pmu: fold init into alloc
22117 - drivers/perf: arm_pmu: factor out pmu registration
22118 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
22119 - drivers/perf: arm_pmu: handle no platform_device
22120 - drivers/perf: arm_pmu: rename irq request/free functions
22121 - drivers/perf: arm_pmu: split cpu-local irq request/free
22122 - drivers/perf: arm_pmu: move irq request/free into probe
22123 - drivers/perf: arm_pmu: split out platform device probe logic
22124 - arm64: add function to get a cpu's MADT GICC table
22125 - [Config] CONFIG_ARM_PMU_ACPI=y
22126 - drivers/perf: arm_pmu: add ACPI framework
22127 - arm64: pmuv3: handle !PMUv3 when probing
22128 - arm64: pmuv3: use arm_pmu ACPI framework
22129
22130 * Fix NVLINK2 TCE route (LP: #1690155)
22131 - powerpc/powernv: Fix TCE kill on NVLink2
22132
22133 * CVE-2017-0605
22134 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
22135
22136 * Miscellaneous Ubuntu changes
22137 - [Config] Restore powerpc arch to annotations file
22138 - [Config] Disable runtime testing modules
22139 - [Config] Disable drivers not needed on s390x
22140 - [Config] Update annotations for 4.11
22141 - [Config] updateconfigs after apparmor updates
22142
22143 * Miscellaneous upstream changes
22144 - apparmor: use SHASH_DESC_ON_STACK
22145 - apparmor: fix invalid reference to index variable of iterator line 836
22146 - apparmor: fix parameters so that the permission test is bypassed at boot
22147 - apparmor: Make path_max parameter readonly
22148 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
22149 - apparmorfs: Use seq_putc() in two functions
22150 - apparmor: provide information about path buffer size at boot
22151 - apparmor: add/use fns to print hash string hex value
22152
22153 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
22154
22155linux (4.11.0-2.7) artful; urgency=low
22156
22157 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
22158 (LP: #1688259)
22159 - Remove squashfs-modules files from d-i
22160 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
22161
22162 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
22163 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
22164 - d-i: initrd needs qcom_emac on amberwing platform.
22165
22166 * update for V3 kernel bits and improved multiple fan slice support
22167 (LP: #1470091)
22168 - SAUCE: fan: tunnel multiple mapping mode (v3)
22169
22170 * Miscellaneous Ubuntu changes
22171 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
22172 - Enable zfs
22173 - SAUCE: fan: add VXLAN implementation
22174 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
22175 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
22176 kernel image
22177 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
22178 mode
22179 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
22180 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
22181 locked down
22182 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
22183 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
22184 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
22185 reboot
22186 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
22187 set
22188 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
22189 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
22190 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
22191 down
22192 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
22193 locked down
22194 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
22195 down
22196 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
22197 is locked down
22198 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
22199 locked down
22200 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
22201 has been locked down
22202 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
22203 locked down
22204 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
22205 locked down
22206 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
22207 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
22208 kernel is locked down
22209 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
22210 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
22211 down
22212 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
22213 - SAUCE: (efi-lockdown) Add EFI signature data types
22214 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
22215 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
22216 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
22217 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
22218 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
22219 disabled
22220 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
22221 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
22222 MokSBState
22223 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
22224 - [Config] Set values for UEFI secure boot lockdown options
22225 - Update dropped.txt
22226
22227 [ Upstream Kernel Changes ]
22228
22229 * rebase to v4.11
22230
22231 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
22232
22233linux (4.11.0-1.6) artful; urgency=low
22234
22235 * Miscellaneous Ubuntu changes
22236 - [Debian] Use default compression for all packages
22237 - SAUCE: (namespace) block_dev: Support checking inode permissions in
22238 lookup_bdev()
22239 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
22240 when mounting
22241 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
22242 when mounting
22243 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
22244 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
22245 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
22246 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
22247 security.* xattrs
22248 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
22249 filesystems
22250 - SAUCE: (namespace) fuse: Add support for pid namespaces
22251 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
22252 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
22253 or a descendant
22254 - SAUCE: (namespace) fuse: Allow user namespace mounts
22255 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
22256 namespaces
22257 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
22258 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
22259 mounts
22260 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
22261 opened for writing
22262
22263 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
22264
22265linux (4.11.0-0.5) artful; urgency=low
22266
22267 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
22268 (LP: #1684971)
22269 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
22270
22271 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
22272 (LP: #1470250)
22273 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
22274
22275 * Enable virtual scsi server driver for Power (LP: #1615665)
22276 - SAUCE: Return TCMU-generated sense data to fabric module
22277
22278 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
22279 (LP: #1630990)
22280 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
22281 CONFIG_SECURITYFS=n
22282
22283 * Miscellaneous Ubuntu changes
22284 - SAUCE: Import aufs driver
22285 - [Config] Enable aufs
22286 - [Debian] Add script to update virtualbox
22287 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
22288 - Enable vbox
22289 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
22290
22291 [ Upstream Kernel Changes ]
22292
22293 * rebase to v4.11-rc8
22294
22295 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
22296
22297linux (4.11.0-0.4) zesty; urgency=low
22298
22299 * POWER9: Improve performance on memory management (LP: #1681429)
22300 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
22301 flush
22302 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
22303
22304 * Miscellaneous Ubuntu changes
22305 - find-missing-sauce.sh
22306
22307 [ Upstream Kernel Changes ]
22308
22309 * rebase to v4.11-rc7
22310
22311 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
22312
22313linux (4.11.0-0.3) zesty; urgency=low
22314
22315 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
22316 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
22317
22318 * smartpqi driver needed in initram disk and installer (LP: #1680156)
22319 - [Config] Add smartpqi to d-i
22320
22321 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
22322 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
22323
22324 * Miscellaneous Ubuntu changes
22325 - [Config] flash-kernel should be a Breaks
22326 - [Config] drop the info directory
22327 - [Config] drop NOTES as obsolete
22328 - [Config] drop changelog.historical as obsolete
22329 - rebase to v4.11-rc6
22330
22331 [ Upstream Kernel Changes ]
22332
22333 * rebase to v4.11-rc6
22334
22335 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
22336
22337linux (4.11.0-0.2) zesty; urgency=low
22338
22339 [ Upstream Kernel Changes ]
22340
22341 * rebase to v4.11-rc5
22342
22343 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
22344
22345linux (4.11.0-0.1) zesty; urgency=low
22346
22347 [ Upstream Kernel Changes ]
22348
22349 * rebase to v4.11-rc4
22350 - LP: #1591053
22351
22352 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
22353
22354linux (4.11.0-0.0) zesty; urgency=low
22355
22356 * dummy entry
22357
22358 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600