APPLIED: [SRU][Jammy][PULL] Jammy update: v5.15.216 upstream stable release

Edoardo Canepa edoardo.canepa at canonical.com
Fri Sep 4 10:00:14 UTC 2026


Applied to J:linux/master-next. Thanks.

On 8/27/26 00:37, Vinicius Peixoto via kernel-team wrote:
> This pull request (455 commits) includes the following Jammy stable patchsets:
>
>          Jammy update: v5.15.216 upstream stable release
>          https://bugs.launchpad.net/bugs/2165192
>
> Note also that the 'stable-next' branch head contains this and all
> prior pending upstream stable releases. I recommend fetching and
> applying just this reference ('stable-next') instead of each
> tags/jammy-stable-* reference:
>
>    git://git.launchpad.net/~vpeixoto/+git/ubuntu-stable-jammy stable-next
>
> -Vinicius
>
> ------------------------------------------------------------------------
>
> The following changes since commit 2adb82a545f75e5be62f797596625c75e3d8282b:
>
>    UBUNTU: Upstream stable to v5.15.215 (2026-08-26 14:38:30 -0300)
>
> are available in the Git repository at:
>
>    git://git.launchpad.net/~vpeixoto/+git/ubuntu-stable-jammy tags/jammy-stable-v5.15.216
>
> for you to fetch changes up to c4708fa9638e6ccab127df9c51b9d21b3a7490ef:
>
>    UBUNTU: Upstream stable to v5.15.216 (2026-08-26 17:52:14 -0300)
>
> ----------------------------------------------------------------
> Abdun Nihaal (3):
>        wifi: ipw2100: fix potential memory leak in ipw2100_pci_init_one()
>        cpufreq: powernow-k8: Fix possible memory leak in powernowk8_cpu_init()
>        can: kvaser_usb: kvaser_usb_hydra_get_busparams(): fix memory leak in kvaser_usb_hydra_get_busparams()
>
> Al Viro (1):
>        mount: honour SB_NOUSER in the new mount API
>
> Aldo Ariel Panzardo (2):
>        rds: drop incoming messages that cross network namespace boundaries
>        net: qrtr: restrict socket creation to the initial network namespace
>
> Aleksandr Nogikh (1):
>        usb: atm: cxacru: properly kill rcv_urb on error in cxacru_cm()
>
> Aleksandrova Alyona (1):
>        RDMA/irdma: Prevent overflows in memory contiguity checks
>
> Alex Deucher (5):
>        drm/amdgpu/sdma5.2: replace BUG_ON() with WARN_ON()
>        drm/amdgpu/sdma5.0: replace BUG_ON() with WARN_ON()
>        drm/amdgpu/gfx10: replace BUG_ON() with WARN_ON()
>        drm/amdgpu/gfx8: drop unecessary BUG_ON()
>        drm/amdgpu/gfx9: replace BUG_ON() with WARN_ON()
>
> Alexander Gordeev (1):
>        sched/vtime: Get rid of generic vtime_task_switch() implementation
>
> Alexei Lazar (2):
>        net/mlx5e: Report zero bandwidth for non-ETS traffic classes
>        net/mlx5e: Reject unsupported CB Shaper TSA in ETS validation
>
> Anand Moon (1):
>        media: meson: vdec: Fix memory leak in error path of vdec_open
>
> Anandu Krishnan E (1):
>        misc: fastrpc: fix channel ctx ref leak when session alloc fails
>
> Andrew Pope (1):
>        wifi: mac80211: recalculate TIM when a station enters power save
>
> Anna Schumaker (1):
>        NFS: Pin the 'struct nfs_server' during a FREE_STATEID call
>
> Asim Viladi Oglu Manizada (2):
>        pppoe: reload header pointer after dev_hard_header()
>        sctp: prevent peer transport count overflow
>
> Aswin Karuvally (1):
>        s390/qeth: Check CAP_NET_ADMIN for private ioctls
>
> Babanpreet Singh (1):
>        counter: microchip-tcb-capture: Fix DT channel validation
>
> Baul Lee (6):
>        ALSA: usb-audio: fix OOB write in snd_usbmidi_akai_output()
>        ALSA: usb-audio: fix OOB write on Type II inbound URBs
>        net: bridge: mrp: fix uninitialised bytes on the wire
>        ALSA: usx2y: bound the hwdep mmap fault offset
>        vxlan: do not arm the ageing timer on a device that is down
>        sctp: keep chunk->transport in step with the list it is queued on
>
> Benjamin Block (1):
>        scsi: zfcp: Fix memory leak during adapter release by destroying gid_pn_req
>
> Benjamin Boortz (1):
>        pinctrl: bm1880: add missing select GENERIC_PINCONF
>
> Benjamin Tissoires (1):
>        HID: logitech-dj: fix wrong detection of bad DJ_SHORT output report
>
> Boyuan Zhang (1):
>        drm/amdgpu: fix division by zero with invalid uvd dimensions
>
> Breno Leitao (1):
>        phonet: pep: fix use-after-free in pep_get_sb()
>
> Bryam Vargas (5):
>        wifi: mac80211_hwsim: clamp virtio RX length before skb_put
>        net/iucv: take a reference on the socket found in afiucv_hs_rcv()
>        ceph: fix pre-auth out-of-bounds read on snaptrace in ceph_handle_caps()
>        net/iucv: fix use-after-free of a severed iucv_path
>        thunderbolt: Bound the DROM dual link port number before indexing sw->ports
>
> Candice Li (1):
>        drm/amdgpu: restore UMD profile pstate after runtime resume
>
> Ce Sun (1):
>        drm/amdgpu: invoke pm_genpd_remove() before freeing genpd
>
> Cen Zhang (2):
>        wifi: cfg80211: cancel sched scan results work on unregister
>        wifi: mac80211: free AP_VLAN bc_buf SKBs outside IRQ lock
>
> Cen Zhang (Microsoft) (4):
>        sctp: validate stream count in sctp_process_strreset_inreq()
>        tipc: fix u16 MTU truncation in media and bearer MTU validation
>        rhashtable: clear stale iter->p on table restart
>        net/openvswitch: check Ethernet header length in key_extract()
>
> Charles Vosburgh (1):
>        sctp: validate Adaptation Indication parameter length
>
> Cheng Yongkang (1):
>        wifi: ath9k: hif_usb: don't dereference hif_dev after re-arming firmware request
>
> Chengfeng Ye (5):
>        bpf, sockmap: Fix cork use-after-free in tcp_bpf_sendmsg()
>        Bluetooth: RFCOMM: Fix session UAF in set_termios
>        netfilter: ebt_nflog: pin the NFLOG backend
>        ipv4: fix use-after-free in fib_nhc_update_mtu()
>        bpf, sockmap: Fix sk_redir use-after-free in send verdict
>
> Chenguang Zhao (4):
>        hinic: remove unused ethtool RSS user configuration buffers
>        forcedeth: fix UAF of txrx_stats in nv_remove
>        net: sxgbe: free TX rings on RX allocation failure
>        net: sxgbe: check descriptor ring allocation failures
>
> Chris Gellermann (1):
>        selftests/clone3: fix wild pointer access of getline due to missing init
>
> Christian Brauner (4):
>        exec: fix unsigned loop counter wrap in transfer_args_to_stack()
>        binfmt_misc: set have_execfd only once the interpreter is opened
>        binfmt_elf_fdpic: only honour the first PT_INTERP
>        binfmt_misc: reject a flag character as the field delimiter
>
> Christian Hewitt (1):
>        ASoC: meson: aiu: fifo-spdif: soft reset the S/PDIF datapath on start/stop
>
> Christian Marangi (1):
>        net: phylink: put link_gpio if phylink_create fails
>
> Chukun Pan (1):
>        USB: serial: option: add TDTECH MT5710-CN
>
> Claudiu Beznea (2):
>        dmaengine: sh: rz-dmac: Move interrupt request after everything is set up
>        pinctrl: renesas: rzg2l: Use -ENOTSUPP instead of -EOPNOTSUPP
>
> Colin Ian King (1):
>        ata: sata_dwc_460ex: remove variable num_processed
>
> Cunhao Lu (1):
>        serial: 8250_dma: Clear stale RX state on shutdown
>
> Daehyeon Ko (2):
>        macsec: don't read an unset MAC header in macsec_encrypt()
>        tipc: clear sock->sk on the failed-insert path in tipc_sk_create()
>
> Daniel Borkmann (1):
>        bpf: Fix ld_{abs,ind} failure path analysis in subprogs
>
> Danila Chernetsov (1):
>        RDMA/hns: Fix potential integer overflow in mhop hem cleanup
>
> David Corvaglia (1):
>        net: bridge: mrp: fix Option TLV length in MRP_Test frames
>
> David Lee (3):
>        net/packet: avoid fanout hook re-registration after unregister
>        net/x25: fix use-after-free in x25_kill_by_neigh()
>        netfilter: ipset: do not update comments from kernel-side hash adds
>
> Dawei Feng (3):
>        wifi: libertas: fix memory leak in helper_firmware_cb()
>        smb: client: fix buffer leaks in SMB1 read and write
>        e1000: fix memory leak in e1000_probe()
>
> Deepanshu Kartikey (1):
>        media: rtl2832: fix use-after-free in rtl2832_remove()
>
> Denis V. Lunev (1):
>        qede: sync udp_tunnel ports outside qede_lock in the recovery path
>
> Devin Wittmayer (1):
>        wifi: mt76: mt7615: drop TXRX_NOTIFY on non-mmio buses
>
> Diego Fernando Mancera Gomez (1):
>        usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect
>
> Dmitry Morgun (1):
>        wifi: ath11k: fix potential buffer underflow in ath11k_hal_rx_msdu_list_get()
>
> Dmitry Torokhov (3):
>        Input: ims-pcu - fix logic error in packet reset
>        Input: evdev - sanitize event type index when fetching event masks
>        Input: evdev - fix information leak in evdev_pass_values()
>
> Doruk Tan Ozturk (6):
>        crypto: rsa-pkcs1pad: Don't WARN on an empty digest
>        wifi: mwifiex: fix NULL dereference when the AP has HT-cap but no HT-oper
>        vxlan: require CAP_NET_ADMIN in the device netns for changelink
>        geneve: require CAP_NET_ADMIN in the device netns for changelink
>        mac802154: llsec: reject frames shorter than the authentication tag
>        net/packet: reset the MAC header on the packet-socket transmit path
>
> Douya Le (3):
>        libceph: bound get_version reply decode to front len
>        libceph: reject zero bucket types in crush_decode
>        libceph: remove debugfs files before client teardown
>
> Eddie James (4):
>        hwmon: (occ) Add sysfs entry for IPS (Idle Power Saver) status
>        hwmon: (occ) Add sysfs entry for OCC mode
>        hwmon: (occ) Add sysfs entries for additional extended status bits
>        hwmon: (occ) Delay hwmon registration until user request
>
> Eddie Lin (1):
>        misc: fastrpc: fix memory leak in fastrpc_channel_ctx_free
>
> Eddie Phillips (1):
>        gve: fix Rx queue stall on alloc failure
>
> Edward Adam Davis (1):
>        hwmon: (corsair-psu) Stop device IO before calling hid_hw_stop
>
> Emre Cecanpunar (1):
>        drm/i915/selftests: Fix GT PM sort comparators
>
> Eric Biggers (1):
>        fscrypt: Replace mk_users keyring with simple list
>
> Eric Dumazet (10):
>        net: hsr: fix memory leak on slave unregistration by removing synced VLANs
>        ipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookup
>        raw: use more conventional iterators
>        raw: remove unused variables from raw6_icmp_error()
>        raw: fix a typo in raw_icmp_error()
>        vxlan: re-fetch eth header after route_shortcircuit()
>        vxlan: unclone skb head before modifying eth header in route_shortcircuit()
>        vxlan: use neigh_ha_snapshot() in route_shortcircuit()
>        vxlan: use pskb_network_may_pull() in route_shortcircuit()
>        net: remove WARN_ON_ONCE() from sk_mc_loop()
>
> Fan Wu (4):
>        usb: gadget: f_midi: cancel pending IN work before freeing the midi object
>        usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardown
>        wifi: brcmfmac: make release_scratchbuffers idempotent
>        net: hip04: fix RX buffer leak on build_skb failure
>
> Fan XinRan (1):
>        net: thunderbolt: Tear down DMA paths before stopping the rings
>
> Filipe Manana (1):
>        btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots()
>
> Frederic Weisbecker (1):
>        powerpc/time: Prepare to stop elapsing in dynticks-idle
>
> Greg Kroah-Hartman (1):
>        Linux 5.15.216
>
> Guanghui Yang (1):
>        btrfs: free mapping node on duplicate reloc root insert
>
> Guangshuo Li (6):
>        dpaa2-switch: put MAC endpoint device on disconnect
>        dpaa2-eth: put MAC endpoint device on disconnect
>        media: vidtv: fix reference leak on failed device registration
>        media: vimc: fix reference leak on failed device registration
>        intel_th: fix MSC output device reference leak
>        can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubmit failure
>
> Guenter Roeck (3):
>        hwmon: (corsair-cpro) Stop device IO before calling hid_hw_stop
>        hwmon: (nct6775-core) Prevent access to unsupported weight registers
>        hwmon: (pmbus) Fix return value from pmbus_update_byte_data()
>
> Guoqing Jiang (1):
>        RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qp
>
> H. Nikolaus Schaller (1):
>        i2c: jz4780: Cache host clock rate at probe to prevent CCF prepare_lock deadlock
>
> HE WEI (ギカク) (2):
>        wifi: cfg80211: bound element ID read when checking non-inheritance
>        wifi: mwifiex: bound uAP association event IEs to the event buffer
>
> Haidar Lee (2):
>        ASoC: tas2562: fix DVC coefficient write order
>        ASoC: tas2562: fix broken entries in the volume lookup table
>
> HanQuan (1):
>        sctp: fix auth_chunk_list capacity check in sctp_auth_ep_add_chunkid
>
> Hans Verkuil (1):
>        media: vivid: check for vb2_is_busy() when toggling caps
>
> Harald Freudenberger (1):
>        s390/zcrypt: Fix missing mem scrub at clear key import in cca_clr2cipherkey()
>
> Harkirat Gill (1):
>        drm/amdgpu: cap GTT size to physical RAM on APUs
>
> Harshaka Narayana (1):
>        vmxnet3: fix BUG_ON in vmxnet3_get_hdr_len() for Geneve packets
>
> He Ying (1):
>        powerpc/time: Fix sparse warnings
>
> Helen Koike (1):
>        tipc: fix infinite loop in __tipc_nl_compat_dumpit
>
> Henry Martin (1):
>        net/ncsi: fix heap OOB read in NCSI_CMD_SEND_CMD payload length
>
> Hidayath Khan (1):
>        net/af_iucv: fix NULL deref in afiucv_hs_callback_syn()
>
> Holger Dengler (2):
>        s390/zcrypt: Validate length for CCA AES cipher key requests
>        s390/zcrypt: Validate length for CCA ECC private key requests
>
> Hongling Zeng (1):
>        dmaengine: sun6i-dma: Fix reclaim descriptors while terminating DMA
>
> Hongyan Xu (2):
>        hwmon: (npcm750-pwm-fan): stop fan timer on device detach
>        ata: pata_sl82c105: fix bridge revision use-after-free
>
> Huang Wei (1):
>        USB: storage: add NO_ATA_1X quirk for Longmai USB Key
>
> Huihui Huang (2):
>        wifi: at76c50x-usb: avoid length underflow in at76_guess_freq()
>        wifi: wilc1000: validate assoc response length before subtracting header
>
> Huiwen He (1):
>        smb/client: handle overlapping allocated ranges in fallocate
>
> Hungyu Lin (1):
>        media: tegra-video: vi: fix invalid u32 return value in format lookup
>
> HyeongJun An (3):
>        scsi: libiscsi: Fix stale-data leak into the SCSI sense buffer
>        scsi: libiscsi_tcp: Bound SCSI Response data segment to the connection buffer
>        HID: logitech-dj: Fix maxfield check in DJ short report validation
>
> Hyunjung Ko (1):
>        net/sched: act_gact, act_police: range check the fallback control action
>
> Hyunwoo Kim (1):
>        KVM: nVMX: Hide shadow VMCS right after VMCLEAR
>
> Ian Abbott (1):
>        comedi: comedi_parport: deal with premature interrupt
>
> Ian Forbes (1):
>        drm/vmwgfx: Validate vmw_surface_metadata::array_size
>
> Ilia Gavrilov (1):
>        rds: Fix inet6_addr_lst NULL dereference when IPv6 is disabled
>
> Ilya Maximets (3):
>        net: openvswitch: fix potential UAF on meter attach failure
>        net: openvswitch: fix skb leak on flow key update failure during ct
>        net: openvswitch: fix skb leak on flow key update failure during recirculation
>
> Isaac Scott (1):
>        media: uvcvideo: Implement dual stream quirk to fix loss of usb packets
>
> Jamal Hadi Salim (2):
>        net/sched: act_tunnel_key: Defer dst_release to RCU callback
>        net/sched: cls_route: fix fastmap use-after-free on filter
>
> James Gao (1):
>        can: peak_usb: add bounds check for USB channel index
>
> Jan Höppner (1):
>        s390/dasd: Fix potential NULL pointer dereference
>
> Jann Horn (1):
>        proc: Fix broken error paths for namespace links
>
> Jiale Yao (1):
>        Bluetooth: L2CAP: fix UAF in l2cap_le_connect_rsp
>
> Jiawen Liu (1):
>        net: hisilicon: hix5hd2_gmac: remove redundant NAPI delete
>
> Jiaxin Yu (1):
>        ASoC: bt-sco: fix bt-sco-pcm-wb dai widget don't connect to the endpoint
>
> Jiayuan Chen (1):
>        tcp: fix TFO max_qlen accounting across reuseport migration
>
> Jinchao Wang (1):
>        usb: gadget: dummy_hcd: prevent fifo_req reuse during giveback
>
> Johan Hovold (4):
>        USB: gadget: snps-udc: fix device name leak on probe failure
>        USB: gadget: fsl-udc: fix device name leak on probe failure
>        USB: serial: keyspan_pda: fix data loss on receive throttling
>        media: cx231xx: fix devres lifetime
>
> Joonas Lahtinen (3):
>        drm/i915: Return NULL on error in active_instance
>        drm/i915/gem: Do not leak siblings[] on proto context error
>        drm/i915/gem: Fix NULL deref in I915_CONTEXT_PARAM_SSEU
>
> Joshua Rogers (2):
>        vt: add permission check for KDSKBMETA ioctl
>        vt: stabilize tty reference in kbd_keycode with tty_port_tty_get
>
> Julian Anastasov (2):
>        ipvs: add totalconns for dest
>        ipvs: properly update the overload flag on dest edit
>
> Jun Yang (3):
>        sctp: don't free the ASCONF's own transport in DEL-IP processing
>        vhost: reset the vring metadata cache on vring reconfiguration
>        tipc: read le->link under the node lock in tipc_node_link_down()
>
> Junjie Cao (1):
>        gpio: pch: use raw_spinlock_t for the register lock
>
> Karl Mehltretter (1):
>        pinctrl: devicetree: don't free uninitialized dev_name on error path
>
> Keegan Freyhof (1):
>        bnxt_en: Fix PTP PPS setting bug
>
> Keno Fischer (1):
>        futex: Prevent robust futex exit race some more
>
> Kiryl Shutsemau (Meta) (1):
>        mm/huge_memory: unlock i_mmap_rwsem before releasing after-split folios
>
> Krzysztof Kozlowski (1):
>        media: pci: dm1105: Free allocated workqueue
>
> Kyle Zeng (3):
>        openvswitch: fix GSO userspace truncation underflow
>        ipvs: clear IPv4 options after rebasing tunnel ICMP errors
>        ipv6: prevent in6_dev_get() from resurrecting inet6_dev
>
> Larisa Grigore (1):
>        spi: spi-fsl-dspi: Avoid setup_accel logic for DMA transfers
>
> Lee Jones (3):
>        can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
>        HID: logitech-dj: Standardise hid_report_enum variable nomenclature
>        HID: logitech-dj: Prevent REPORT_ID_DJ_SHORT related user initiated OOB write
>
> Li RongQing (2):
>        iommu/intel: Fix out-of-bounds memset in dmar_latency_disable()
>        net: ipv6: fix dif and sdif mismatch in raw6_icmp_error
>
> Liem (1):
>        i2c: imx: Cancel hrtimer before clearing slave pointer
>
> Lincoln Wallace (1):
>        ima: fix out-of-bounds read in xattr_verify()
>
> Link Lin (1):
>        mm/page_reporting: use system_freezable_wq to fix UAF during suspend
>
> Linyu Yuan (1):
>        selftests/ftrace: Add test case for GRP/ only input
>
> Lorenzo Bianconi (1):
>        wifi: mt76: connac: fix possible NULL-pointer deref in mt76_connac_mcu_uni_bss_he_tlv()
>
> Lu Baolu (1):
>        iommu/vt-d: Disallow SVA if page walk is not coherent
>
> Lucas Martins Alves (1):
>        can: c_can: c_can_chip_config(): keep controller in init mode until bittiming is configured
>
> Luiz Angelo Daros de Luca (8):
>        hwmon: (adt7470) Fix fans stuck in manual mode on I2C errors
>        hwmon: (adt7470) Fix cache updated before hardware write on I2C error
>        hwmon: (adt7470) Fix busy-loop and I2C flooding in update thread
>        hwmon: (adt7470) Fix temperature alarm logic in hwmon_temp_read()
>        hwmon: (adt7470) Fix swapped PWM3 and PWM4 auto mode masks
>        hwmon: (adt7470) Use cached PWM frequency value
>        hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed read
>        hwmon: (adt7470) Fix PWM auto temp state array and bounds check
>
> Luiz Augusto von Dentz (1):
>        Bluetooth: 6lowpan: Fix using chan->conn as indication to no remote netdev
>
> Luxiao Xu (1):
>        audit: fix potential use-after-free in audit_del_rule()
>
> Ma Ke (1):
>        media: saa7134: Fix a possible memory leak in saa7134_video_init1
>
> Mahanta Jambigi (1):
>        net/smc: fix qentry overwrite for CONFIRM_LINK and ADD_LINK_CONT in smc_llc_event_handler()
>
> Manivannan Sadhasivam (1):
>        net: qrtr: ns: Limit the maximum server registration per node
>
> Maoyi Xie (1):
>        can: peak_usb: peak_usb_start(): fix double free of transfer buffer on URB submit error
>
> Marco Elver (1):
>        Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref
>
> Mariano Baragiola (1):
>        staging: rtl8723bs: validate monitor transmit frame lengths
>
> Mario Limonciello (1):
>        drm/amdgpu: Fix VFCT bus number matching with soft filter
>
> Martin Kaiser (1):
>        selftests/ftrace: refactor eprobes test to fix argument checks
>
> Masami Hiramatsu (Google) (7):
>        tracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()
>        tracing/probes: Avoid temporary buffer truncation in trace_probe_match_command_args()
>        tracing/probes: Fix potential underflow in LEN_OR_ZERO macro
>        tracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()
>        tracing/mmiotrace: Reset dropped_count in mmio_reset_data()
>        tracing: Check return value of __register_event() in trace_module_add_events()
>        tracing/filters: Fix false positive match in regex_match_full()
>
> Matt Vollrath (1):
>        igbvf: Fix leak in TX DMA error cleanup
>
> Maximilian Immanuel Brandtner (1):
>        tls: don't abort the connection on signal-interrupted sends
>
> Maíra Canal (1):
>        drm/vc4: Zero the tile state data array before each BIN job
>
> Md Sadre Alam (1):
>        dmaengine: qcom: bam_dma: Fix command element mask field for BAM v1.6.0+
>
> Melbin K Mathew (1):
>        usb: gadget: printer: fix infinite loop in printer_read()
>
> Michael Bommarito (7):
>        IB/mad: Drop unmatched RMPP responses before reassembly
>        mptcp: only set DATA_FIN when a mapping is present
>        ila: reload IPv6 header after pskb_may_pull in checksum adjust
>        keys: fix out-of-bounds read in keyring_get_key_chunk()
>        keys: make keyring key-chunk byte order agree with keyring_diff_objects()
>        assoc_array: trim the final shortcut word using the current chunk end
>        um: vector: fix use-after-free in vector_mmsg_rx()
>
> Michael Chan (2):
>        bnxt_en: Do not set EOP on RX AGG BDs on 5760X chips
>        bnxt_en: Disable EOP for TPA on all chips to prevent data corruption
>
> Michael Guralnik (1):
>        net/mlx5: fw_tracer, return NULL on create error
>
> Michael Wu (1):
>        tracing: Fix race between update_event_fields and, event_define_fields
>
> Mike Looijmans (1):
>        phy-zynqmp: Postpone getting clock rate until actually needed
>
> MinJea Kim (1):
>        staging: rtl8723bs: fix inverted HT40 secondary channel offset
>
> Minhong He (1):
>        can: isotp: check register_netdevice_notifier() error in module init
>
> Moksh Panicker (1):
>        staging: rtl8723bs: fix OOB reads in rtw_get_wps_ie()
>
> Muhammad Bilal (3):
>        usb: gadget: uvc: clamp SEND_RESPONSE length to the response buffer
>        staging: rtl8723bs: fix OOB read in rtw_get_wpa_ie()
>        staging: rtl8723bs: fix OOB read in WMM_param_handler()
>
> Myeonghun Pak (4):
>        media: cec: seco: unregister adapter on IR probe failure
>        media: cedrus: clean up media device on probe failure
>        media: radio-si476x: Unregister v4l2_device on probe failure
>        i2c: amd-mp2: Unregister callback on adapter add failure
>
> Nathan Chancellor (1):
>        x86/boot/compressed: Disable jump tables
>
> Nava kishore Manne (3):
>        phy: zynqmp: fix L0_TM_DISABLE_SCRAMBLE_ENCODER mask
>        phy: zynqmp: use read-modify-write for SERDES scrambler bypass
>        phy: zynqmp: keep SERDES scrambler and 8b/10b enabled for USB
>
> Nazim Amirul (2):
>        net: stmmac: fix l3l4 filter rejecting unsupported offload requests
>        net: stmmac: reset residual action in L3L4 filters on delete
>
> Nicholas Piggin (1):
>        powerpc: remove the last remnants of cputime_t
>
> Nikolay Aleksandrov (1):
>        net: bridge: vlan: fix vlan range dumps starting with pvid
>
> Norbert Szetei (2):
>        ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
>        ALSA: pcm: wake linked drain waiters on unlink
>
> Oleksij Rempel (1):
>        can: j1939: transport: j1939_session_fresh_new(): initialize receive buffer
>
> Oliver Hartkopp (10):
>        can: isotp: fix use-after-free race with concurrent NETDEV_UNREGISTER
>        can: isotp: serialize TX state transitions under so->rx_lock
>        can: bcm: add locking when updating filter and timer values
>        can: bcm: fix CAN frame rx/tx statistics
>        can: bcm: extend bcm_tx_lock usage for data and timer updates
>        can: bcm: validate frame length in bcm_rx_setup() for RTR replies
>        can: bcm: add missing device refcount for CAN filter removal
>        can: bcm: fix stale rx/tx ops after device removal
>        can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()
>        can: bcm: track a single source interface for ANYDEV timeout/throttle ops
>
> Ong Boon Leong (1):
>        net: stmmac: add tc flower filter for EtherType matching
>
> Pablo Neira Ayuso (1):
>        netfilter: xt_hashlimit: validate hashtable supports XT_HASHLIMIT_RATE_MATCH
>
> Panagiotis Petrakopoulos (1):
>        staging: rtl8723bs: fix missing shared-key auth challenge length check
>
> Pavel Ondračka (1):
>        drm/radeon: fix r100_copy_blit for large BOs
>
> Pawel Laszczak (1):
>        usb: cdnsp: fix incorrect endian conversions for APB timeout register
>
> Pengpeng Hou (11):
>        mtd: mtdswap: remove debugfs stats file on teardown
>        mtd: nand: mtk-ecc: stop on ECC idle timeouts
>        drm/i915/gt: use correct selftest config symbol
>        hwmon: occ: validate poll response sensor blocks
>        iommu/amd: Bound the early ACPI HID map
>        media: cedrus: skip invalid H.264 reference list entries
>        can: ems_usb: validate CPC message lengths
>        can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate received command extents
>        can: softing: fw_parse(): validate firmware record spans
>        can: peak_usb: validate uCAN receive record lengths
>        net: prestera: validate firmware header length
>
> Phil Rosenthal (1):
>        KVM: x86/mmu: Fix use-after-free on vendor module reload
>
> Prashanth Kumar KR (1):
>        amd-xgbe: fix MAC_AUTO_SW handling in CL37 AN
>
> Pushpendra Singh (1):
>        firmware: arm_scmi: Rate-limit queue-full warnings in IRQ context
>
> Qihang Tang (1):
>        net: remove CAP_SYS_RAWIO zero-padding in dev_validate_header
>
> Qing Luo (2):
>        sctp: auth: verify auth requirement when auth_chunk is NULL
>        sctp: fix addip_serial increment on ASCONF_ACK allocation failure
>
> Qing Ming (1):
>        sctp: clear new_transport when removing a peer
>
> Radhey Shyam Pandey (2):
>        phy: zynqmp: fix clock error handling in xpsgtr_phy_init()
>        phy: zynqmp: fix runtime PM leak on probe allocation failure
>
> Rafael J. Wysocki (1):
>        Revert "thermal/drivers/hwmon: Cleanup coding style a bit"
>
> Raphael Zimmer (3):
>        libceph: Fix multiplication overflow in decode_new_up_state_weight()
>        libceph: Reject monmaps advertising zero monitors
>        rbd: Reset positive result codes to zero in object map update path
>
> Ricardo Ribalda (1):
>        media: uvcvideo: Fix sequence number when no EOF
>
> Rik van Riel (1):
>        fbdev: bitblit: bound-check glyph index in bit_cursor()
>
> Rosen Penev (3):
>        ata: sata_dwc_460ex: enable SATA interrupts only after IRQ handler is registered
>        ata: sata_dwc_460ex: fix clear_interrupt_bit() clearing all pending interrupts
>        ata: sata_dwc_460ex: fix infinite loop in NCQ tag completion bit-scanning
>
> Runyu Xiao (1):
>        wifi: brcmfmac: initialize SDIO data work before cleanup
>
> Ruoyu Wang (5):
>        RDMA/siw: publish QP after initialization
>        firewire: net: Fix fragmented datagram reassembly
>        nfp: Check resource mutex allocation
>        wan: wanxl: Only reset hardware after BAR mapping
>        drm/mediatek: Check CRTC state before freeing
>
> Sagi Grimberg (1):
>        nvmet-tcp: Fix potential UAF when ddgst mismatch
>
> Samuel Holland (1):
>        media: cedrus: Fix missing cleanup in error path
>
> Sangho Lee (2):
>        Bluetooth: HIDP: reject frames without a transaction header
>        Bluetooth: HIDP: validate numbered report payloads
>
> Scott Mayhew (1):
>        nfs4: take a reference on the nfs_client when running FREE_STATEID
>
> Sean Anderson (1):
>        phy: zynqmp: Allow variation in refclk rate
>
> Sean Christopherson (1):
>        KVM: VMX: Make vmread_error_trampoline() uncallable from C code
>
> Sebastian Andrzej Siewior (1):
>        futex: Prevent lockup in requeue-PI during signal/ timeout wakeup
>
> Sergey Shtylyov (2):
>        drm/rockchip: cdn-dp: add missing check in cdn_dp_config_video()
>        media: v4l2-ctrls-request: add NULL check in v4l2_ctrl_request_complete()
>
> Sergey Temerkhanov (1):
>        ice: use READ_ONCE() to access cached PHC time
>
> Sergey V. Frolov (1):
>        net: octeontx2-pf: Fix UB in shift operation
>
> Seungjin Bae (1):
>        Input: ims-pcu - fix heap-buffer-overflow in ims_pcu_process_data()
>
> Shelley Yang (1):
>        wifi: brcmfmac: fix 802.1X-SHA256 call trace warning
>
> Shengjiu Wang (1):
>        ASoC: bt-sco: fix duplicate DAPM widget names for wideband DAI
>
> Shrikanth Hegde (1):
>        powerpc/vtime: Initialize starttime at boot for native accounting
>
> Shuangpeng Bai (1):
>        libceph: refresh auth->authorizer_buf{,_len} after authorizer update
>
> Shuhao Fu (1):
>        can: j1939: fix lockless local-destination check
>
> Sidraya Jayagond (1):
>        net/smc: fix TOCTOU race between smc_listen_out() and listener close
>
> Sonali Pradhan (4):
>        usb: gadget: f_ncm: validate datagram bounds in ncm_unwrap_ntb()
>        ALSA: usb-audio: Fix DMA buffer out-of-bounds write when fill_max is set
>        ALSA: usb-audio: Clamp frame size in implicit-feedback mode
>        usb: gadget: f_ncm: Use unsigned int for ndp_index
>
> Steven Rostedt (1):
>        tracing: Fix mmiotrace possible NULL dereferencing of hiter->dev
>
> Suman Ghosh (2):
>        octeontx2-vf: set TC flower flag on MCAM entry allocation
>        octeontx2-pf: Set correct sequence for carrier off and tx queue stop
>
> Sungmin Kang (1):
>        net: slip: serialize receive against buffer reallocation
>
> Sunho Park (1):
>        USB: serial: io_edgeport: cap received transmit credits
>
> Takashi Iwai (2):
>        ALSA: usb-audio: Skip DSD quirk for Musical Fidelity M6s DAC
>        ALSA: 6fire: Fix UAF at error handling during probe
>
> Thorsten Blum (4):
>        powerpc/boot: Fix simpleboot CPU node lookup check
>        powerpc/boot: Fix treeboot-currituck CPU node lookup check
>        powerpc/boot: Fix treeboot-akebono CPU node lookup check
>        powerpc/ps3: Fix map failure path in dma_ioc0_map_pages()
>
> Tim Pambor (1):
>        USB: serial: ftdi_sio: add support for E+H FXA291
>
> Timur Kristóf (1):
>        drm/amd/pm/ci: Don't disable MCLK DPM on Bonaire 0x6658 (R7 260X)
>
> Toke Høiland-Jørgensen (1):
>        net/sched: sch_cake: drop WARN_ON(1) for malformed packets in ACK filter
>
> Tristan Madani (6):
>        wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handler
>        wifi: ath6kl: fix OOB read from firmware IE lengths in connect event
>        wifi: carl9170: bound memcpy length in cmd callback to prevent OOB read
>        wifi: carl9170: fix OOB read from off-by-two in TX status handler
>        wifi: carl9170: fix buffer overflow in rx_stream failover path
>        wifi: ath6kl: fix OOB access from firmware ADDBA window size
>
> Tze Yee Ng (1):
>        firmware: stratix10-svc: fix memory leaks and list corruption bugs
>
> Tzung-Bi Shih (1):
>        watchdog: pretimeout: Fix UAF in watchdog_unregister_governor()
>
> Uday Khare (3):
>        ASoC: tas2562: fix deprecated 'shut-down' GPIO always cleared after lookup
>        ASoC: max98095: fix missing IS_ERR() before PTR_ERR() on mclk lookup
>        ASoC: max98090: fix missing IS_ERR() before PTR_ERR() on mclk lookup
>
> Unnathi Chalicheemala (1):
>        firmware: arm_ffa: Fix NULL dereference in ffa_partition_info_get()
>
> Valery Borovsky (6):
>        media: airspy: Return queued buffers on start_streaming() failure
>        media: msi2500: Return queued buffers on start_streaming() failure
>        media: pwc: Drain fill_buf on start_streaming() failure
>        media: pwc: Return queued buffers on start_streaming() failure
>        media: rtl2832_sdr: Return queued buffers on start_streaming() failure
>        media: sun4i-csi: Return queued buffers on start_streaming() failure
>
> Vinicius Peixoto (1):
>        UBUNTU: Upstream stable to v5.15.216
>
> Vladimir Oltean (1):
>        net: dpaa2-eth: assign priv->mac after dpaa2_mac_connect() call
>
> Wang Jun (1):
>        media: cx23885: add ioremap return check and cleanup
>
> Weiming Shi (5):
>        ipv4: fib: free fib_alias with kfree_rcu() on insert error path
>        mpls: fix NULL deref in mpls_valid_fib_dump_req() on CONFIG_INET=n
>        tipc: fix use-after-free of the discoverer in tipc_disc_rcv()
>        vsock/virtio: read virtqueues under worker locks
>        vsock/virtio: avoid refilling the RX queue after teardown
>
> Wentao Liang (1):
>        drm/nouveau/acr: fix missing nvkm_done() in error path of nvkm_acr_oneinit()
>
> Wilken Gottwalt (1):
>        hwmon: (corsair-psu) fix possible out-of-bounds access on missing string termination
>
> Will Deacon (2):
>        arm64: syscall: Ensure saved x0 is kept in-sync with tracer updates
>        Revert "arm64: syscall: Ensure saved x0 is kept in-sync with tracer updates"
>
> Xiang Mei (5):
>        btrfs: reject free space cache with more entries than pages
>        wifi: p54: validate RX frame length in p54_rx_eeprom_readback()
>        Bluetooth: qca: fix NVM tag length underflow in TLV parser
>        netfilter: nf_conntrack_sip: widen NAT rewrite delta to s32 in sip_help_tcp()
>        rds: tcp: hold the RCU lock across ipv6_chk_addr() in rds_tcp_laddr_check()
>
> Xiang Mei (Microsoft) (5):
>        xfrm: policy: preallocate inexact bins before xfrm_hash_rebuild reinsert
>        ksmbd: validate compound request size before reading StructureSize2
>        nexthop: initialize extack in nh_res_bucket_migrate()
>        netfilter: nft_payload: fix mask build for partial field offload
>        bonding: alb: re-check primary_is_promisc under RTNL in bond_alb_monitor
>
> Xiangfeng Cai (1):
>        mm/hugetlb: fix list corruption in allocate_file_region_entries()
>
> Xin Long (2):
>        sctp: fix auth_hmacs array size in struct sctp_cookie
>        sctp: clear control chunk transport if it is being removed
>
> Xincheng Zhang (1):
>        usb: xhci-pci: Limit VIA VL805 DMA addressing to 36 bits
>
> Xu Rao (4):
>        cdrom: fix stack out-of-bounds read in CDROMVOLCTRL
>        ALSA: lx6464es: fix period byte count for 16-bit streams
>        thunderbolt: icm: Preserve USB4 proxy data-valid bit
>        scsi: scsi_debug: Negate wrapped memcmp() result
>
> Xu Yang (1):
>        usb: chipidea: fix usage_count leak when autosuspend_delay is negative
>
> Xuanqiang Luo (3):
>        bpf: lwt: Fix dst reference leak on reroute failure
>        net/smc: fix socket use-after-free during link group termination
>        udp: fix potential use-after-free in tunnel segmentation
>
> Yael Chemla (1):
>        net/mlx5: E-Switch, fix zero num_dest in prio_tag egress vlan rule
>
> Yangyu Chen (1):
>        net: atlantic: free RX pages of consumed but not refilled buffers
>
> Yehyeong Lee (1):
>        net: mpls: initialize rtm_tos in mpls_getroute()
>
> Yiyang Chen (1):
>        bpf: Preserve pointer state for commuted arithmetic
>
> Yousef Alhouseen (1):
>        vhost/vdpa: reject overflowing PA map page counts on 32-bit
>
> Youssef Samir (1):
>        net: qrtr: ns: Raise node count limit to 512
>
> Yuejie Shi (1):
>        ipv6: fix Route Information option length validation
>
> Yuho Choi (1):
>        ARM: npcm: Fix OF node refcount leaks in SMP setup
>
> Yuxiang Yang (2):
>        sctp: reject stale cookies with mismatched verification tags
>        sctp: fix use-after-free of cached ASCONF chunk
>
> Zack Rusin (2):
>        drm/vmwgfx: validate DRAW_PRIMITIVES header size before division
>        drm/vmwgfx: bound DMA command body size against suffix pointer
>
> Zhan Xusheng (1):
>        audit: fix potential integer overflow in audit_log_n_string()
>
> Zhao Li (5):
>        wifi: cfg80211: validate PMSR measurement type data
>        wifi: cfg80211: validate PMSR FTM preamble range
>        wifi: cfg80211: reject unsupported PMSR FTM location requests
>        wifi: mac80211: validate individual TWT params before driver setup
>        wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS frames
>
> Zhao Zhang (1):
>        libceph: guard missing CRUSH type name lookup
>
> Zhiling Zou (7):
>        ipvs: do not propagate one-packet flag to synced conns
>        net: bridge: stop fast-leave after deleting a port group
>        net: ipv6: clear suppressed fib6 rule result
>        net: openvswitch: reallocate update replies for mismatched IDs
>        netfilter: bridge: release template ct on non-IP path
>        xdp: reject clones that overrun skb_shared_info tailroom
>        ip6_tunnel: clear skb2->cb[] in ip6ip6_err()
>
> Zhu Lingshan (1):
>        drm/amdgpu: fix bo->pin leaking in amdgpu_bo_create_reserved
>
> Zhu Yanjun (1):
>        RDMA/rxe: Fix a use-after-free problem in rxe_mmap
>
> Zi Yan (1):
>        mm/percpu-km: fix bitmap overflow and accounting in pcpu_create_chunk()
>
> Zihan Xi (2):
>        tipc: avoid use-after-free in poll trace queue dumps
>        ipv4: Fix fib_nlmsg_size() for RTA_VIA nexthops
>
> Zile Xiong (1):
>        media: vb2: use ssize_t for vb2_read/vb2_write
>
> deepakraog (1):
>        tracing: Fix resource leak on mmiotrace trace_pipe close
>
> Łukasz Patron (1):
>        net: qrtr: ns: Raise lookup limit to 128
>
>   Makefile                                           |   2 +-
>   arch/arm/mach-npcm/platsmp.c                       |   2 +
>   arch/powerpc/boot/simpleboot.c                     |   2 +-
>   arch/powerpc/boot/treeboot-akebono.c               |   2 +-
>   arch/powerpc/boot/treeboot-currituck.c             |   2 +-
>   arch/powerpc/include/asm/cputime.h                 |  30 +-
>   arch/powerpc/include/asm/time.h                    |   1 +
>   arch/powerpc/kernel/time.c                         |  93 +++-
>   arch/powerpc/platforms/chrp/time.c                 |   2 -
>   arch/powerpc/platforms/ps3/mm.c                    |   1 +
>   arch/um/drivers/vector_kern.c                      |   3 +
>   arch/x86/boot/compressed/Makefile                  |   1 +
>   arch/x86/kvm/mmu/mmu.c                             |   2 +
>   arch/x86/kvm/vmx/nested.c                          |  11 +-
>   arch/x86/kvm/vmx/vmx_ops.h                         |  16 +-
>   crypto/rsa-pkcs1pad.c                              |   2 +-
>   debian.master/upstream-stable                      |   2 +-
>   drivers/ata/pata_sl82c105.c                        |   4 +-
>   drivers/ata/sata_dwc_460ex.c                       |  21 +-
>   drivers/block/rbd.c                                |   7 +-
>   drivers/bluetooth/btqca.c                          |   2 +-
>   drivers/cdrom/cdrom.c                              |   1 +
>   drivers/comedi/drivers/comedi_parport.c            |  13 +-
>   drivers/counter/microchip-tcb-capture.c            |   4 +-
>   drivers/cpufreq/powernow-k8.c                      |   1 +
>   drivers/dma/sh/rz-dmac.c                           |  94 ++--
>   drivers/dma/sun6i-dma.c                            |  11 +-
>   drivers/firewire/net.c                             |  39 +-
>   drivers/firmware/arm_ffa/driver.c                  |   2 +-
>   drivers/firmware/arm_scmi/notify.c                 |   6 +-
>   drivers/firmware/stratix10-svc.c                   |   9 +-
>   drivers/gpio/gpio-pch.c                            |  28 +-
>   drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c            |   2 +
>   drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c           |  45 +-
>   drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  15 +
>   drivers/gpu/drm/amd/amdgpu/amdgpu_object.c         |  13 +-
>   drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c            |  12 +
>   drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c            |   8 +
>   drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  13 +-
>   drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c              |   3 -
>   drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  10 +-
>   drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c             |   4 +-
>   drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c             |   4 +-
>   drivers/gpu/drm/amd/pm/powerplay/hwmgr/hwmgr.c     |   7 +-
>   drivers/gpu/drm/i915/gem/i915_gem_context.c        |  24 +-
>   drivers/gpu/drm/i915/gt/intel_engine_user.c        |   2 +-
>   drivers/gpu/drm/i915/gt/selftest_gt_pm.c           |   8 +-
>   drivers/gpu/drm/i915/i915_active.c                 |   7 +-
>   drivers/gpu/drm/mediatek/mtk_drm_crtc.c            |   6 +-
>   drivers/gpu/drm/nouveau/nvkm/subdev/acr/base.c     |   1 +
>   drivers/gpu/drm/radeon/r100.c                      |  13 +-
>   drivers/gpu/drm/rockchip/cdn-dp-reg.c              |   2 +
>   drivers/gpu/drm/vc4/vc4_validate.c                 |  29 +-
>   drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c            |  14 +-
>   drivers/gpu/drm/vmwgfx/vmwgfx_surface.c            |  22 +-
>   drivers/hid/hid-logitech-dj.c                      |  28 +-
>   drivers/hwmon/adt7470.c                            | 129 +++--
>   drivers/hwmon/corsair-cpro.c                       |   1 +
>   drivers/hwmon/corsair-psu.c                        |   5 +-
>   drivers/hwmon/nct6775.c                            |  12 +-
>   drivers/hwmon/npcm750-pwm-fan.c                    |  11 +
>   drivers/hwmon/occ/common.c                         | 134 +++--
>   drivers/hwmon/occ/common.h                         |   7 +-
>   drivers/hwmon/occ/p8_i2c.c                         |   2 +-
>   drivers/hwmon/occ/p9_sbe.c                         |   2 +-
>   drivers/hwmon/occ/sysfs.c                          | 159 ++++--
>   drivers/hwmon/pmbus/pmbus_core.c                   |   2 +-
>   drivers/hwtracing/intel_th/core.c                  |  10 -
>   drivers/hwtracing/intel_th/msu.c                   |   2 +
>   drivers/i2c/busses/i2c-amd-mp2-plat.c              |   4 +-
>   drivers/i2c/busses/i2c-imx.c                       |   1 +
>   drivers/i2c/busses/i2c-jz4780.c                    |   5 +-
>   drivers/infiniband/core/mad.c                      |  30 ++
>   drivers/infiniband/hw/hns/hns_roce_hem.c           |   2 +-
>   drivers/infiniband/hw/irdma/verbs.c                |   4 +-
>   drivers/infiniband/sw/rxe/rxe_mmap.c               |  19 +-
>   drivers/infiniband/sw/siw/siw_verbs.c              |  62 ++-
>   drivers/input/evdev.c                              |  27 +-
>   drivers/input/misc/ims-pcu.c                       |  32 +-
>   drivers/iommu/amd/init.c                           |   6 +
>   drivers/iommu/intel/perf.c                         |   2 +-
>   drivers/iommu/intel/svm.c                          |   2 +-
>   drivers/media/cec/platform/seco/seco-cec.c         |   6 +-
>   drivers/media/common/videobuf2/videobuf2-core.c    |  12 +-
>   drivers/media/dvb-frontends/rtl2832.c              |   4 +-
>   drivers/media/dvb-frontends/rtl2832_sdr.c          |  19 +-
>   drivers/media/pci/cx23885/cx23885-core.c           |  14 +-
>   drivers/media/pci/dm1105/dm1105.c                  |   1 +
>   drivers/media/pci/saa7134/saa7134-video.c          |  25 +-
>   drivers/media/platform/sunxi/sun4i-csi/sun4i_dma.c |   6 +-
>   drivers/media/radio/radio-si476x.c                 |   1 +
>   drivers/media/test-drivers/vidtv/vidtv_bridge.c    |   4 +-
>   drivers/media/test-drivers/vimc/vimc-core.c        |   1 +
>   drivers/media/test-drivers/vivid/vivid-ctrls.c     |  12 +
>   drivers/media/test-drivers/vivid/vivid-vid-cap.c   |   6 +
>   drivers/media/test-drivers/vivid/vivid-vid-out.c   |   6 +
>   drivers/media/usb/airspy/airspy.c                  |   8 +-
>   drivers/media/usb/cx231xx/cx231xx-cards.c          |  16 +-
>   drivers/media/usb/msi2500/msi2500.c                |  32 +-
>   drivers/media/usb/pwc/pwc-if.c                     |  13 +-
>   drivers/media/usb/uvc/uvc_video.c                  |  78 ++-
>   drivers/media/usb/uvc/uvcvideo.h                   |   4 +
>   drivers/media/v4l2-core/v4l2-ctrls-request.c       |  14 +-
>   drivers/misc/fastrpc.c                             |   3 +-
>   drivers/mtd/mtdswap.c                              |   5 +-
>   drivers/mtd/nand/raw/mtk_ecc.c                     |  16 +-
>   drivers/net/bonding/bond_alb.c                     |  10 +-
>   drivers/net/can/c_can/c_can_main.c                 |   8 +-
>   drivers/net/can/softing/softing_fw.c               |  46 +-
>   drivers/net/can/usb/ems_usb.c                      |  43 ++
>   drivers/net/can/usb/etas_es58x/es58x_core.c        |   1 -
>   drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c  |   1 +
>   drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c   |  13 +-
>   drivers/net/can/usb/peak_usb/pcan_usb_core.c       |   1 -
>   drivers/net/can/usb/peak_usb/pcan_usb_fd.c         |  40 +-
>   drivers/net/can/usb/peak_usb/pcan_usb_pro.c        |  20 +-
>   drivers/net/ethernet/amd/xgbe/xgbe-mdio.c          |  11 +-
>   drivers/net/ethernet/aquantia/atlantic/aq_ring.c   |  22 +-
>   drivers/net/ethernet/broadcom/bnxt/bnxt.c          |  12 +-
>   drivers/net/ethernet/broadcom/bnxt/bnxt.h          |   1 +
>   drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c      |   7 +-
>   drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c   |  22 +-
>   .../net/ethernet/freescale/dpaa2/dpaa2-switch.c    |   1 +
>   drivers/net/ethernet/google/gve/gve.h              |   3 +
>   drivers/net/ethernet/google/gve/gve_main.c         |   3 +
>   drivers/net/ethernet/google/gve/gve_rx_dqo.c       |  33 ++
>   drivers/net/ethernet/hisilicon/hip04_eth.c         |  11 +-
>   drivers/net/ethernet/hisilicon/hix5hd2_gmac.c      |   1 -
>   drivers/net/ethernet/huawei/hinic/hinic_dev.h      |   2 -
>   drivers/net/ethernet/huawei/hinic/hinic_ethtool.c  |  21 -
>   drivers/net/ethernet/intel/e1000/e1000_main.c      |   2 +-
>   drivers/net/ethernet/intel/ice/ice_ptp.c           |   2 +-
>   drivers/net/ethernet/intel/igbvf/netdev.c          |   2 -
>   .../ethernet/marvell/octeontx2/nic/otx2_flows.c    |   1 +
>   .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c   |   2 +-
>   .../net/ethernet/marvell/octeontx2/nic/otx2_tc.c   |   6 +-
>   .../net/ethernet/marvell/prestera/prestera_pci.c   |   3 +
>   .../ethernet/mellanox/mlx5/core/diag/fw_tracer.c   |  16 +-
>   drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c |  15 +
>   .../ethernet/mellanox/mlx5/core/esw/acl/helper.c   |   2 +-
>   .../ethernet/netronome/nfp/nfpcore/nfp_resource.c  |   3 +
>   drivers/net/ethernet/nvidia/forcedeth.c            |   4 +-
>   drivers/net/ethernet/qlogic/qede/qede_main.c       |  44 +-
>   drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c    |  14 +-
>   drivers/net/ethernet/stmicro/stmmac/stmmac.h       |   3 +
>   drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c    | 156 ++++++
>   drivers/net/geneve.c                               |   3 +
>   drivers/net/macsec.c                               |   2 +-
>   drivers/net/phy/phylink.c                          |  29 +-
>   drivers/net/ppp/ppp_generic.c                      |  18 +-
>   drivers/net/ppp/pppoe.c                            |   1 +
>   drivers/net/slip/slip.c                            |   4 +
>   drivers/net/thunderbolt.c                          |  20 +-
>   drivers/net/vmxnet3/vmxnet3_drv.c                  |  22 +-
>   drivers/net/vxlan/vxlan_core.c                     |  20 +-
>   drivers/net/wan/wanxl.c                            |   3 +-
>   drivers/net/wireless/ath/ath11k/dp_rx.c            |   3 +
>   drivers/net/wireless/ath/ath6kl/txrx.c             |  10 +-
>   drivers/net/wireless/ath/ath6kl/wmi.c              |  20 +
>   drivers/net/wireless/ath/ath9k/hif_usb.c           |   7 +-
>   drivers/net/wireless/ath/carl9170/rx.c             |   7 +-
>   drivers/net/wireless/ath/carl9170/tx.c             |   2 +-
>   drivers/net/wireless/atmel/at76c50x-usb.c          |   7 +-
>   .../broadcom/brcm80211/brcmfmac/cfg80211.c         |   2 +-
>   .../wireless/broadcom/brcm80211/brcmfmac/pcie.c    |   8 +-
>   .../wireless/broadcom/brcm80211/brcmfmac/sdio.c    |   2 +-
>   drivers/net/wireless/intel/ipw2x00/ipw2100.c       |   8 +-
>   drivers/net/wireless/intersil/p54/txrx.c           |   8 +
>   drivers/net/wireless/mac80211_hwsim.c              |   1 +
>   drivers/net/wireless/marvell/libertas/firmware.c   |   1 +
>   .../net/wireless/marvell/mwifiex/11n_rxreorder.c   |   2 +-
>   drivers/net/wireless/marvell/mwifiex/tdls.c        |   2 +-
>   drivers/net/wireless/marvell/mwifiex/uap_event.c   |  24 +-
>   drivers/net/wireless/mediatek/mt76/mt7615/mac.c    |   4 +
>   .../net/wireless/mediatek/mt76/mt76_connac_mcu.c   |   2 +
>   drivers/net/wireless/microchip/wilc1000/hif.c      |   5 +
>   drivers/nvme/target/tcp.c                          |   4 +-
>   drivers/phy/xilinx/phy-zynqmp.c                    | 127 +++--
>   drivers/pinctrl/Kconfig                            |   1 +
>   drivers/pinctrl/devicetree.c                       |   4 +
>   drivers/pinctrl/renesas/pinctrl-rzg2l.c            |   4 +-
>   drivers/s390/block/dasd_ioctl.c                    |   2 +-
>   drivers/s390/crypto/zcrypt_ccamisc.c               |  26 +-
>   drivers/s390/net/qeth_core_main.c                  |   3 +
>   drivers/s390/scsi/zfcp_aux.c                       |   1 +
>   drivers/scsi/libiscsi.c                            |   2 +-
>   drivers/scsi/libiscsi_tcp.c                        |   8 +-
>   drivers/scsi/scsi_debug.c                          |   4 +-
>   drivers/spi/spi-fsl-dspi.c                         |  13 +-
>   drivers/staging/media/meson/vdec/vdec.c            |   4 +-
>   drivers/staging/media/sunxi/cedrus/cedrus.c        |   6 +-
>   drivers/staging/media/sunxi/cedrus/cedrus_h264.c   |   3 +
>   drivers/staging/media/tegra-video/vi.c             |   4 +-
>   drivers/staging/rtl8723bs/core/rtw_ieee80211.c     |  12 +-
>   drivers/staging/rtl8723bs/core/rtw_mlme_ext.c      |   2 +-
>   drivers/staging/rtl8723bs/core/rtw_wlan_util.c     |   3 +
>   drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c  |   6 +-
>   drivers/thermal/thermal_hwmon.c                    |   3 +-
>   drivers/thunderbolt/eeprom.c                       |   9 +-
>   drivers/thunderbolt/icm.c                          |   2 +-
>   drivers/tty/serial/8250/8250_dma.c                 |  12 +-
>   drivers/tty/vt/keyboard.c                          |   5 +-
>   drivers/tty/vt/vt_ioctl.c                          |   2 +
>   drivers/usb/atm/cxacru.c                           |   2 +
>   drivers/usb/atm/ueagle-atm.c                       |  17 +
>   drivers/usb/cdns3/cdnsp-gadget.c                   |   4 +-
>   drivers/usb/chipidea/core.c                        |   1 +
>   drivers/usb/gadget/function/f_midi.c               |   1 +
>   drivers/usb/gadget/function/f_ncm.c                |  19 +-
>   drivers/usb/gadget/function/f_printer.c            |  23 +-
>   drivers/usb/gadget/function/uvc_v4l2.c             |   2 +
>   drivers/usb/gadget/udc/bdc/bdc_core.c              |  20 +
>   drivers/usb/gadget/udc/bdc/bdc_udc.c               |   7 +-
>   drivers/usb/gadget/udc/dummy_hcd.c                 |  40 +-
>   drivers/usb/gadget/udc/fsl_udc_core.c              |   1 -
>   drivers/usb/gadget/udc/snps_udc_core.c             |   1 -
>   drivers/usb/host/xhci-pci.c                        |   1 +
>   drivers/usb/host/xhci.c                            |  15 +-
>   drivers/usb/host/xhci.h                            |   1 +
>   drivers/usb/serial/ftdi_sio.c                      |   2 +
>   drivers/usb/serial/ftdi_sio_ids.h                  |   5 +
>   drivers/usb/serial/io_edgeport.c                   |   3 +-
>   drivers/usb/serial/keyspan_pda.c                   |  44 +-
>   drivers/usb/serial/option.c                        |   1 +
>   drivers/usb/storage/unusual_devs.h                 |   7 +
>   drivers/vhost/vdpa.c                               |   9 +-
>   drivers/vhost/vhost.c                              |   8 +
>   drivers/video/fbdev/core/bitblit.c                 |   9 +-
>   drivers/watchdog/watchdog_pretimeout.c             |   2 +
>   fs/binfmt_elf_fdpic.c                              |   4 +
>   fs/binfmt_misc.c                                   |   9 +-
>   fs/btrfs/free-space-cache.c                        |   3 +
>   fs/btrfs/relocation.c                              |   2 +
>   fs/ceph/caps.c                                     |   1 +
>   fs/cifs/cifssmb.c                                  |  12 +-
>   fs/cifs/smb2ops.c                                  |  25 +-
>   fs/crypto/fscrypt_private.h                        |  32 +-
>   fs/crypto/keyring.c                                | 212 ++++----
>   fs/exec.c                                          |   2 +-
>   fs/ksmbd/smb2misc.c                                |   5 +
>   fs/namespace.c                                     |   5 +
>   fs/nfs/nfs4proc.c                                  |  13 +
>   fs/proc/namespaces.c                               |   4 +-
>   include/linux/dma/qcom_bam_dma.h                   |  21 +-
>   include/linux/netdevice.h                          |   5 -
>   include/linux/netfilter/nf_conntrack_sip.h         |   2 +-
>   include/linux/vtime.h                              |   6 +
>   include/media/videobuf2-core.h                     |   8 +-
>   include/net/act_api.h                              |  19 +
>   include/net/addrconf.h                             |   4 +-
>   include/net/bluetooth/l2cap.h                      |   1 +
>   include/net/bluetooth/rfcomm.h                     |   3 +
>   include/net/ip_vs.h                                |  20 +-
>   include/net/raw.h                                  |   5 +-
>   include/net/rawv6.h                                |   6 +-
>   include/net/route.h                                |   2 +
>   include/net/sctp/structs.h                         |   3 +-
>   kernel/audit.c                                     |  11 +-
>   kernel/auditfilter.c                               |   6 +-
>   kernel/bpf/verifier.c                              |  31 +-
>   kernel/futex/core.c                                |  95 ++--
>   kernel/sched/cputime.c                             |  13 -
>   kernel/trace/trace_eprobe.c                        |   3 +-
>   kernel/trace/trace_events.c                        |   6 +-
>   kernel/trace/trace_events_filter.c                 |   3 +
>   kernel/trace/trace_mmiotrace.c                     |   5 +-
>   kernel/trace/trace_probe.c                         |  13 +-
>   lib/assoc_array.c                                  |   3 +-
>   lib/rhashtable.c                                   |   1 +
>   mm/huge_memory.c                                   |  16 +-
>   mm/hugetlb.c                                       |   2 +-
>   mm/page_reporting.c                                |   6 +-
>   mm/percpu-km.c                                     |   2 +-
>   net/bluetooth/6lowpan.c                            |  18 +-
>   net/bluetooth/hidp/core.c                          |  30 +-
>   net/bluetooth/l2cap_core.c                         |  41 +-
>   net/bluetooth/rfcomm/core.c                        |  17 +
>   net/bluetooth/rfcomm/tty.c                         |   7 +-
>   net/bridge/br_mrp.c                                |   8 +-
>   net/bridge/br_multicast.c                          |   1 +
>   net/bridge/br_netlink_tunnel.c                     |   3 +-
>   net/bridge/br_private.h                            |   6 +-
>   net/bridge/br_vlan.c                               |  10 +-
>   net/bridge/br_vlan_options.c                       |   3 +-
>   net/bridge/netfilter/ebt_nflog.c                   |  17 +-
>   net/bridge/netfilter/nf_conntrack_bridge.c         |   1 +
>   net/can/bcm.c                                      | 556 ++++++++++++++++-----
>   net/can/isotp.c                                    | 293 ++++++++---
>   net/can/j1939/transport.c                          |  20 +-
>   net/ceph/auth_x.c                                  |   9 +-
>   net/ceph/ceph_common.c                             |   4 +-
>   net/ceph/mon_client.c                              |   4 +-
>   net/ceph/osdmap.c                                  |  12 +-
>   net/core/lwt_bpf.c                                 |   4 +-
>   net/core/sock.c                                    |   1 -
>   net/core/xdp.c                                     |   2 +-
>   net/hsr/hsr_slave.c                                |   2 +
>   net/ipv4/fib_semantics.c                           | 101 ++--
>   net/ipv4/fib_trie.c                                |   2 +-
>   net/ipv4/icmp.c                                    |  18 +-
>   net/ipv4/inet_connection_sock.c                    |  20 +-
>   net/ipv4/nexthop.c                                 |   2 +-
>   net/ipv4/raw.c                                     |  93 ++--
>   net/ipv4/raw_diag.c                                |  33 +-
>   net/ipv4/route.c                                   |  29 ++
>   net/ipv4/tcp_bpf.c                                 |   4 +-
>   net/ipv4/udp_offload.c                             |   4 +-
>   net/ipv6/fib6_rules.c                              |   1 +
>   net/ipv6/ila/ila_common.c                          |  12 +
>   net/ipv6/ip6_tunnel.c                              |   3 +
>   net/ipv6/raw.c                                     | 108 ++--
>   net/ipv6/route.c                                   |   8 +-
>   net/iucv/af_iucv.c                                 |  21 +-
>   net/mac80211/iface.c                               |   8 +-
>   net/mac80211/rx.c                                  |   2 +
>   net/mac80211/s1g.c                                 |   4 +
>   net/mac802154/llsec.c                              |   5 +
>   net/mpls/af_mpls.c                                 |   4 +
>   net/mptcp/options.c                                |  12 +-
>   net/ncsi/ncsi-netlink.c                            |   4 +
>   net/netfilter/ipset/ip_set_hash_gen.h              |   2 +-
>   net/netfilter/ipvs/ip_vs_conn.c                    |  44 +-
>   net/netfilter/ipvs/ip_vs_core.c                    |   1 +
>   net/netfilter/ipvs/ip_vs_ctl.c                     |  77 ++-
>   net/netfilter/ipvs/ip_vs_lc.c                      |   4 +-
>   net/netfilter/ipvs/ip_vs_proto_sctp.c              |   2 -
>   net/netfilter/ipvs/ip_vs_proto_tcp.c               |   2 -
>   net/netfilter/ipvs/ip_vs_sync.c                    |   7 +-
>   net/netfilter/nf_conntrack_sip.c                   |   2 +-
>   net/netfilter/nf_nat_sip.c                         |   2 +-
>   net/netfilter/nft_payload.c                        |  12 +-
>   net/netfilter/xt_hashlimit.c                       |  16 +-
>   net/openvswitch/actions.c                          |  26 +-
>   net/openvswitch/datapath.c                         |  54 +-
>   net/openvswitch/datapath.h                         |   2 +-
>   net/openvswitch/flow.c                             |  11 +-
>   net/openvswitch/meter.c                            |  33 +-
>   net/openvswitch/vport.c                            |   2 +-
>   net/packet/af_packet.c                             |  13 +-
>   net/phonet/pep.c                                   |   2 +
>   net/qrtr/af_qrtr.c                                 |   8 +
>   net/qrtr/ns.c                                      |  33 +-
>   net/rds/ib.c                                       |   4 +
>   net/rds/ib_cm.c                                    |   4 +
>   net/rds/recv.c                                     |  15 +
>   net/rds/tcp.c                                      |  14 +-
>   net/sched/act_gact.c                               |   5 +
>   net/sched/act_police.c                             |   6 +
>   net/sched/act_tunnel_key.c                         |  14 +-
>   net/sched/cls_route.c                              |  35 +-
>   net/sched/sch_cake.c                               |   1 -
>   net/sctp/associola.c                               |  14 +-
>   net/sctp/auth.c                                    |   2 +-
>   net/sctp/outqueue.c                                |   1 +
>   net/sctp/sm_make_chunk.c                           |  26 +-
>   net/sctp/sm_statefuns.c                            |   8 +-
>   net/sctp/stream.c                                  |   6 +-
>   net/smc/af_smc.c                                   |   3 +-
>   net/smc/smc_core.c                                 |   2 +-
>   net/smc/smc_llc.c                                  |   3 +-
>   net/tipc/core.c                                    |   5 +
>   net/tipc/discover.c                                |  14 +-
>   net/tipc/netlink.c                                 |   6 +-
>   net/tipc/netlink_compat.c                          |   4 +
>   net/tipc/node.c                                    |  15 +-
>   net/tipc/socket.c                                  |   3 +-
>   net/tls/tls_sw.c                                   |   2 +-
>   net/vmw_vsock/virtio_transport.c                   |  14 +-
>   net/wireless/core.c                                |   1 +
>   net/wireless/nl80211.c                             |   4 +-
>   net/wireless/pmsr.c                                |  21 +-
>   net/wireless/scan.c                                |   2 +-
>   net/x25/af_x25.c                                   |   8 +-
>   net/xfrm/xfrm_policy.c                             |   4 +-
>   security/integrity/ima/ima_appraise.c              |   9 +-
>   security/keys/keyring.c                            |  14 +-
>   sound/core/pcm_native.c                            |   7 +
>   sound/pci/lx6464es/lx6464es.c                      |   5 +-
>   sound/pci/lx6464es/lx_core.c                       |   5 +-
>   sound/soc/codecs/bt-sco.c                          |  18 +-
>   sound/soc/codecs/max98090.c                        |   5 +-
>   sound/soc/codecs/max98095.c                        |   5 +-
>   sound/soc/codecs/tas2562.c                         |  35 +-
>   sound/soc/meson/aiu-fifo-spdif.c                   |   5 +
>   sound/usb/6fire/chip.c                             |   4 +
>   sound/usb/endpoint.c                               |  20 +-
>   sound/usb/midi.c                                   |   2 +
>   sound/usb/quirks.c                                 |   2 +
>   sound/usb/usx2y/usX2Yhwdep.c                       |   2 +
>   sound/usb/usx2y/usx2yhwdeppcm.c                    |   2 +
>   tools/testing/selftests/clone3/clone3_set_tid.c    |   2 +-
>   .../ftrace/test.d/dynevent/add_remove_eprobe.tc    |  23 +-
>   .../ftrace/test.d/dynevent/add_remove_kprobe.tc    |   7 +
>   393 files changed, 4220 insertions(+), 1848 deletions(-)
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20260904/f21d8a35/attachment-0001.sig>


More information about the kernel-team mailing list