============================================================ Changelog-Zusammenfassung: 5.15.220 (longterm, Branch 5.15) ============================================================ Veröffentlicht: 2026-09-02 Quelle: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.220 69 Commits, davon ca. 53 Fixes Meistbetroffene Bereiche: HID: 11 usb: 5 ALSA: 5 crypto: 4 xfrm: 4 USB: 3 can: 3 KVM: 2 KI-Zusammenfassung: Linux 5.15.220 delivers a broad round of stability and security fixes across USB, networking, HID, filesystems, and virtualization subsystems. Notable security-relevant fixes include several use-after-free issues (usbfs/usbdev_release, c67x00 isolated URB handling, xfrm espintcp close path, HID uclogic inrange_timer), buffer overflow corrections (ALSA usb-audio OOB write in snd_usbmidi_novation_output, crypto qce CCM AAD underallocation, RDMA rxe OOB in free_rd_atomic_resources), and hardening of cryptographic and networking code paths (removal of unsafe/deprecated qce algorithms, xfrm auth-trunc leak fix, ah6 routing header validation, nvmet-tcp SGL length bounding). Extensive HID ft260 driver improvements address I2C race conditions, stack-use-after-return bugs, and probing/performance issues, while filesystem fixes cover fuse invalidate lock leaks, ext4 fast-commit error propagation, jfs read-only checks, and nilfs2 ioctl validation. The release also reverts several previously problematic patches (SMB fallocate buffer allocation, mtd vmu-flash fixup, PM sleep completion handling) and refines kcov, bpf, KVM (s390 vsie, arm64 vCPU init), and CAN j1939 netdev unregistration handling for correctness and safety. Alle Änderungen (69): - usb: usbfs: fix use-after-free of usb_device in usbdev_release() - USB: c67x00: fix use-after-free in c67x00_add_iso_urb() - USB: serial: spcp8x5: drop broken carrier detect support - USB: serial: option: fix slab OOB read in interrupt URB callback - ALSA: usb-audio: Complete cleanup after system-resume errors - ALSA: usb-audio: fix OOB write in snd_usbmidi_novation_output() - usb: core: Strengthen error handling in hub_hub_status() - usb: core: Add lock to usb_wakeup_notification() - KVM: s390: vsie: zero stale crypto bits - crypto: qce - Remove unsafe/deprecated algorithms - crypto: mxs-dcp - fix source scatterlist length access - crypto: qce - fix CCM AAD buffer underallocation - crypto: atmel-tdes - use scatterlist length before DMA mapping - mm/swap: reject swapon() on filesystem-level encrypted files - ipv6: seg6: clear IPv4 control block on IPIP decapsulation - net: bridge: mcast: fix use-after-free of a master VLAN's multicast context - xfrm: fix xfrm_state_construct() auth-trunc leak - xfrm: ah6: validate routing header segments_left - xfrm: drop ESP-in-TCP packets with no ingress device - xfrm: espintcp: fix UAF during close - usb: gadget: f_tcm: keep port count until LUN teardown completes - usb: usbtest: disable dynamic ID support - fuse: fix invalidate lock leak on open O_TRUNC DAX failure - fuse: fix invalidate lock leak on setattr writeback failure - xhci: dbgtty: Fix unregister on tty_alloc_driver() failure - xhci: dbgtty: Fix unregister on tty_register_driver() failure - accessibility: speakup: unregister tty ldisc on later init failures - fpga: dfl: fme: add error handling - HID: input: read battery capacity from its actual report offset - HID: ft260: fix stack-use-after-return write in I2C read race - HID: ft260: validate i2c input report length - HID: ft260: missed NACK from busy device - HID: ft260: wake up device from power saving mode - HID: ft260: skip unexpected HID input reports - HID: ft260: improve i2c large reads performance - HID: ft260: improve i2c write performance - HID: ft260: fix i2c probing for hwmon devices - HID: uclogic: fix use-after-free of inrange_timer on remove - nvmet-tcp: bound SGL data length before allocating command buffers - nvme: rename CDR/MORE/DNR to NVME_STATUS_* - HID: magicmouse: prevent unbounded recursion in magicmouse_raw_event() - nfc: nci: add data_len bound checks to activation parameter extractors - nilfs2: reject invalid block index in GC ioctl - nilfs2: correct return value kernel-doc descriptions for ioctl functions - ext4: propagate errors from fast commit range replay - kcov: fix data corruption and race conditions on PREEMPT_RT - kcov: replace local_irq_save() with a local_lock_t - ipv4: igmp: Fix potential UAF in igmp_gq_start_timer() - ALSA: PCM: Fix wait queue list corruption in snd_pcm_drain() on linked streams - ALSA: pcm: fix use-after-free on linked stream runtime in snd_pcm_drain() - ASoC: tegra: Fix Master Volume Control - ALSA: pcm: fix wait_time calculations - Revert "smb: client: use kvzalloc() for megabyte buffer in simple fallocate" - Revert "mtd: maps: vmu-flash: fix fault in unaligned fixup" - selinux: switch two allocations to use kzalloc_objs() - smc: Use __sk_dst_get() and dst_dev_rcu() in smc_vlan_by_tcpsk(). - Revert "PM: sleep: Use complete() in device_pm_sleep_init()" - bpf: Fix use-after-free in offloaded map/prog info fill - KVM: arm64: Prevent access to vCPU events before init - can: j1939: make j1939_sk_bind() fail if device is no longer registered - can: j1939: add missing calls in NETDEV_UNREGISTER notification handler - can: j1939: implement NETDEV_UNREGISTER notification handler - jfs: add check read-only before txBeginAnon() call - jfs: add check read-only before truncation in jfs_truncate_nolock() - bpf: Remove tst_run from lwt_seg6local_prog_ops. - ipvs: reload ip header after head reallocation - io_uring/io-wq: fix worker accounting when canceling creation callbacks - ext4: don't enable DAX on new encrypted files - RDMA/rxe: Fix OOB in free_rd_atomic_resources()