This is the start of the stable review cycle for the 5.15.203 release. There are 570 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed, 15 Apr 2026 15:57:08 +0000. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.203-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 5.15.203-rc1
Jens Axboe axboe@kernel.dk io_uring/poll: correctly handle io_poll_add() return value on update
Manivannan Sadhasivam manivannan.sadhasivam@oss.qualcomm.com Revert "PCI: Enable ACS after configuring IOMMU for OF platforms"
Sean Heelan seanheelan@gmail.com ksmbd: Fix dangling pointer in krb_authenticate
Namjae Jeon linkinjeon@kernel.org ksmbd: Fix refcount leak when invalid session is found on session lookup
Maarten Lankhorst dev@lankhorst.se drm: Fix use-after-free on framebuffers and property blobs when calling drm_dev_unplug
Luiz Augusto von Dentz luiz.von.dentz@intel.com Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQ
Johan Hovold johan@kernel.org i2c: cp2615: fix serial string NULL-deref at probe
Justin Stitt justinstitt@google.com i2c: cp2615: replace deprecated strncpy with strscpy
Namjae Jeon linkinjeon@kernel.org ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()
Namjae Jeon linkinjeon@kernel.org ksmbd: fix potencial OOB in get_file_all_info() for compound requests
Luo Haiyang luo.haiyang@zte.com.cn tracing: Fix potential deadlock in cpu hotplug with osnoise
Nikunj A Dadhania nikunj@amd.com x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling()
Jinjiang Tu tujinjiang@huawei.com mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
Josef Bacik josef@toxicpanda.com scsi: target: tcm_loop: Drain commands in target_reset handler
Kevin Hao haokexin@gmail.com net: macb: Move devm_{free,request}_irq() out of spin lock area
Sean Christopherson seanjc@google.com KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
Claudiu Beznea claudiu.beznea@tuxon.dev dmaengine: sh: rz-dmac: Protect the driver specific lists
Claudiu Beznea claudiu.beznea@tuxon.dev dmaengine: sh: rz-dmac: Move CHCTRL updates under spinlock
Yuto Ohnuki ytohnuki@amazon.com xfs: save ailp before dropping the AIL lock in push callbacks
Jiayuan Chen jiayuan.chen@shopee.com ext4: fix use-after-free in update_super_work when racing with umount
Zqiang qiang.zhang@linux.dev ext4: fix the might_sleep() warnings in kvfree()
Li Chen me@linux.beauty ext4: publish jinode after initialization
Jimmy Hu hhhuuu@google.com usb: gadget: uvc: fix NULL pointer dereference during unbind race
Kuen-Han Tsai khtsai@google.com usb: gadget: u_ether: Fix race between gether_disconnect and eth_stop
Michael Zimmermann sigmaepsilon92@gmail.com usb: gadget: f_hid: move list and spinlock inits from bind to alloc
Greg Kroah-Hartman gregkh@linuxfoundation.org net: rfkill: prevent unlimited numbers of rfkill events from being created
Andrea Mayer andrea.mayer@uniroma2.it seg6: separate dst_cache for input and output paths in seg6 lwtunnel
Matthieu Baerts (NGI0) matttbe@kernel.org Revert "mptcp: add needs_id for netlink appending addr"
GuoHan Zhao zhaoguohan@kylinos.cn xen/privcmd: unregister xenstore notifier on module exit
Florian Westphal fw@strlen.de netlink: add nla be16/32 types to minlen array
David Howells dhowells@redhat.com rxrpc: Fix key/keyring checks in setsockopt(RXRPC_SECURITY_KEY/KEYRING)
Luxiao Xu rakukuip@gmail.com rxrpc: fix reference count leak in rxrpc_server_keyring()
Tyllis Xu livelycarpet87@gmail.com net: stmmac: fix integer underflow in chain mode
Pengpeng Hou pengpeng@iscas.ac.cn net: qualcomm: qca_uart: report the consumed byte on RX skb allocation failure
Johan Hovold johan@kernel.org mmc: vub300: fix NULL-deref on disconnect
Sebastian Brzezinka sebastian.brzezinka@intel.com drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeat
David Carlier devnexen@gmail.com net: altera-tse: fix skb leak on DMA mapping error in tse_start_xmit()
Muhammad Alifa Ramdhan ramdhan@starlabs.sg net/tls: fix use-after-free in -EBUSY error path of tls_do_encryption
Ruide Cao caoruide123@gmail.com batman-adv: reject oversized global TT response buffers
Pengpeng Hou pengpeng@iscas.ac.cn nfc: pn533: allocate rx skb before consuming bytes
Shawn Guo shawnguo@kernel.org arm64: dts: hisilicon: hi3798cv200: Add missing dma-ranges
Shawn Guo shawnguo@kernel.org arm64: dts: hisilicon: poplar: Correct PCIe reset GPIO polarity
Thomas Fourier fourier.thomas@gmail.com wifi: brcmsmac: Fix dma_free_coherent() size
Oleh Konko security@1seal.org tipc: fix bc_ackers underflow on duplicate GRP_ACK_MSG
Tuan Do tuan@calif.io netfilter: nft_ct: fix use-after-free in timeout object destroy
John Johansen john.johansen@canonical.com apparmor: fix race between freeing data and fs accessing it
John Johansen john.johansen@canonical.com apparmor: fix race on rawdata dereference
John Johansen john.johansen@canonical.com apparmor: fix differential encoding verification
John Johansen john.johansen@canonical.com apparmor: fix unprivileged local user can do privileged policy management
John Johansen john.johansen@canonical.com apparmor: Fix double free of ns_name in aa_replace_profiles()
Massimiliano Pellizzer massimiliano.pellizzer@canonical.com apparmor: fix missing bounds check on DEFAULT table in verify_dfa()
Massimiliano Pellizzer massimiliano.pellizzer@canonical.com apparmor: fix side-effect bug in match_char() macro usage
John Johansen john.johansen@canonical.com apparmor: fix: limit the number of levels of policy namespaces
Massimiliano Pellizzer massimiliano.pellizzer@canonical.com apparmor: replace recursive profile removal with iterative approach
Massimiliano Pellizzer massimiliano.pellizzer@canonical.com apparmor: fix memory leak in verify_header
Massimiliano Pellizzer massimiliano.pellizzer@canonical.com apparmor: validate DFA start states are in bounds in unpack_pdb
Nuno Sa nuno.sa@analog.com iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xfer
Kent Gibson warthog618@gmail.com gpiolib: cdev: fix uninitialised kfifo
Ricardo Ribalda ribalda@chromium.org media: uvcvideo: Use heuristic to find stream entity
Thadeu Lima de Souza Cascardo cascardo@igalia.com media: uvcvideo: Mark invalid entities with id UVC_INVALID_ENTITY_ID
Dmitry Torokhov dmitry.torokhov@gmail.com Input: uinput - take event lock when submitting FF request "event"
Mikhail Gavrilov mikhail.v.gavrilov@gmail.com Input: uinput - fix circular locking dependency with ff-core
Jiayuan Chen jiayuan.chen@linux.dev mptcp: fix slab-use-after-free in __inet_lookup_established
Greg Kroah-Hartman gregkh@linuxfoundation.org xfrm_user: fix info leak in build_report()
Johan Hovold johan@kernel.org wifi: rt2x00usb: fix devres lifetime
Eric Biggers ebiggers@kernel.org lib/crypto: chacha: Zeroize permuted_state before it leaves scope
Rafael J. Wysocki rafael.j.wysocki@intel.com ACPI: EC: Evaluate orphan _REG under EC device
Alexander Popov alex.popov@linux.com wifi: virt_wifi: remove SET_NETDEV_DEV to avoid use-after-free
Jens Axboe axboe@kernel.dk io_uring/tctx: work around xa_store() allocation error issue
Taegu Ha hataegu0826@gmail.com usb: gadget: f_uac1_legacy: validate control request size
Kuen-Han Tsai khtsai@google.com usb: gadget: f_rndis: Protect RNDIS options with mutex
Kuen-Han Tsai khtsai@google.com usb: gadget: f_subset: Fix unbalanced refcnt in geth_free
Navaneeth K knavaneeth786@gmail.com staging: rtl8723bs: fix out-of-bounds read in rtw_get_ie() parser
Shuhao Fu sfual@cse.ust.hk smb: client: Fix refcount leak for cifs_sb_tlink
Matt Johnston matt@codeconstruct.com.au net: mctp: Don't access ifa_index when missing
Quanmin Yan yanquanmin1@huawei.com fbcon: Set fb_display[i]->mode to NULL when the mode is released
Marc Kleine-Budde mkl@pengutronix.de can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
Marc Kleine-Budde mkl@pengutronix.de can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on usb_submit_urb() error
Marc Kleine-Budde mkl@pengutronix.de can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak
Sebastian Urban surban@surban.net usb: gadget: dummy_hcd: fix premature URB completion when ZLP follows partial transfer
Alan Stern stern@rowland.harvard.edu USB: dummy-hcd: Fix interrupt synchronization error
Alan Stern stern@rowland.harvard.edu USB: dummy-hcd: Fix locking/synchronization error
Konrad Dybcio konrad.dybcio@oss.qualcomm.com thunderbolt: Fix property read in nhi_wake_supported()
Yufan Chen yufan.chen@linux.dev net: ftgmac100: fix ring allocation unwind on open failure
Yang Yang n05ec@lzu.edu.cn vxlan: validate ND option lengths in vxlan_na_create
Yifan Wu yifanwucs@gmail.com netfilter: ipset: drop logically empty buckets in mtype_del
Ian Abbott abbotti@mev.co.uk comedi: me4000: Fix potential overrun of firmware buffer
Ian Abbott abbotti@mev.co.uk comedi: me_daq: Fix potential overrun of firmware buffer
Ian Abbott abbotti@mev.co.uk comedi: ni_atmio16d: Fix invalid clean-up after failed attach
Ian Abbott abbotti@mev.co.uk comedi: Reinit dev->spinlock between attachments to low-level drivers
Deepanshu Kartikey kartikey406@gmail.com comedi: dt2815: add hardware detection to prevent crash
Oliver Neukum oneukum@suse.com cdc-acm: new quirk for EPSON HMD
Yang Yang n05ec@lzu.edu.cn bridge: br_nd_send: validate ND option lengths
Claudiu Beznea claudiu.beznea.uj@bp.renesas.com phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power off
Claudiu Beznea claudiu.beznea.uj@bp.renesas.com phy: renesas: rcar-gen3-usb2: Lock around hardware registers and driver data
Claudiu Beznea claudiu.beznea.uj@bp.renesas.com phy: renesas: rcar-gen3-usb2: Move IRQ request in probe
Claudiu Beznea claudiu.beznea.uj@bp.renesas.com phy: renesas: rcar-gen3-usb2: Fix role detection on unbind/bind
Cengiz Can cengiz.can@canonical.com nvmet-tcp: fix use-before-check of sg in bounds validation
Yongchao Wu yongchao.wu@autochips.com usb: cdns3: gadget: fix state inconsistency on gadget init failure
Yongchao Wu yongchao.wu@autochips.com usb: cdns3: gadget: fix NULL pointer dereference in ep_queue
Juno Choi juno.choi@lge.com usb: dwc2: gadget: Fix spin_lock/unlock mismatch in dwc2_hsotg_udc_stop()
Justin Chen justin.chen@broadcom.com usb: ehci-brcm: fix sleep during atomic
Heitor Alves de Siqueira halves@igalia.com usb: usbtmc: Flush anchored URBs in usbtmc_release
Guangshuo Li lgs201920130244@gmail.com usb: ulpi: fix double free in ulpi_register_interface() error path
Miao Li limiao@kylinos.cn usb: quirks: add DELAY_INIT quirk for another Silicon Motion flash drive
Ethan Tidmore ethantidmore06@gmail.com iio: gyro: mpu3050: Fix out-of-sequence free_irq()
Ethan Tidmore ethantidmore06@gmail.com iio: gyro: mpu3050: Move iio_device_register() to correct location
Ethan Tidmore ethantidmore06@gmail.com iio: gyro: mpu3050: Fix irq resource leak
Ethan Tidmore ethantidmore06@gmail.com iio: gyro: mpu3050: Fix incorrect free_irq() variable
Francesco Lavra flavra@baylibre.com iio: imu: st_lsm6dsx: Set FIFO ODR for accelerometer and gyroscope only
David Lechner dlechner@baylibre.com iio: light: vcnl4035: fix scan buffer on big-endian
Antoniu Miclaus antoniu.miclaus@analog.com iio: dac: ad5770r: fix error return in ad5770r_read_raw()
Zoltan Illes zoliviragh@gmail.com Input: xpad - add support for Razer Wolverine V3 Pro
Christoffer Sandberg cs@tuxedo.de Input: i8042 - add TUXEDO InfinityBook Max 16 Gen10 AMD to i8042 quirk table
Bart Van Assche bvanassche@acm.org Input: synaptics-rmi4 - fix a locking bug in an error path
JP Hein jp@jphein.com USB: core: add NO_LPM quirk for Razer Kiyo Pro webcam
Wanquan Zhong wanquan.zhong@fibocom.com USB: serial: option: add support for Rolling Wireless RW135R-GL
Frej Drejhammar frej@stacken.kth.se USB: serial: io_edgeport: add support for Blackbox IC135A
Thomas Zimmermann tzimmermann@suse.de drm/ast: dp501: Fix initialization of SCU2C
Sanman Pradhan psanman@juniper.net hwmon: (occ) Fix division by zero in occ_show_power_1()
Maciej W. Rozycki macro@orcam.me.uk MIPS: Fix the GCC version check for `__multi3' workaround
Oleh Konko security@1seal.org Bluetooth: SMP: force responder MITM requirements before building the pairing response
Oleh Konko security@1seal.org Bluetooth: SMP: derive legacy responder STK authentication from MITM state
Takashi Iwai tiwai@suse.de ALSA: ctxfi: Fix missing SPDIFI1 index handling
Berk Cem Goksel berkcgoksel@gmail.com ALSA: caiaq: fix stack out-of-bounds read in init_card
Ernestas Kulik ernestas.k@iconn-networks.com USB: serial: option: add MeiG Smart SRM825WN
Yasuaki Torimaru yasuakitorimaru@gmail.com wifi: wilc1000: fix u8 overflow in SSID scan buffer size calculation
Greg Kroah-Hartman gregkh@linuxfoundation.org drm/ioc32: stop speculation on the drm_compat_ioctl path
Paul Walmsley pjw@kernel.org riscv: kgdb: fix several debug register assignment bugs
Sanman Pradhan psanman@juniper.net hwmon: (occ) Fix missing newline in occ_show_extended()
Sanman Pradhan psanman@juniper.net hwmon: (tps53679) Fix device ID comparison and printing in tps53676_identify()
Sanman Pradhan psanman@juniper.net hwmon: (pxe1610) Check return value of page-select write in probe
Qi Tang tpluszz77@gmail.com bpf: reject direct access to nullable PTR_TO_BUF pointers
Eric Dumazet edumazet@google.com ipv6: avoid overflows in ip6_datagram_send_ctl()
Luka Gejak luka.gejak@linux.dev net: hsr: fix VLAN add unwind on slave errors
Xiang Mei xmei5@asu.edu net/sched: cls_flow: fix NULL pointer dereference on shared blocks
Xiang Mei xmei5@asu.edu net/sched: cls_fw: fix NULL pointer dereference on shared blocks
Martin Schiller ms@dev.tdt.de net/x25: Fix overflow when accumulating packets
Martin Schiller ms@dev.tdt.de net/x25: Fix potential double free of skb
Saeed Mahameed saeedm@nvidia.com net/mlx5: Avoid "No data available" when FW version queries fail
Fedor Pchelkin pchelkin@ispras.ru net: macb: properly unregister fixed rate clocks
Fedor Pchelkin pchelkin@ispras.ru net: macb: fix clk handling on PCI glue driver removal
Weiming Shi bestswngs@gmail.com rds: ib: reject FRMR registration before IB connection is established
Keenan Dong keenanat2000@gmail.com Bluetooth: MGMT: validate LTK enc_size on load
Pablo Neira Ayuso pablo@netfilter.org netfilter: nf_tables: reject immediate NF_QUEUE verdict
Pablo Neira Ayuso pablo@netfilter.org netfilter: x_tables: restrict xt_check_match/xt_check_target extensions for NFPROTO_ARP
Qi Tang tpluszz77@gmail.com netfilter: ctnetlink: zero expect NAT fields when CTA_EXPECT_NAT absent
Qi Tang tpluszz77@gmail.com netfilter: nf_conntrack_helper: pass helper to expect cleanup
Florian Westphal fw@strlen.de netfilter: ipset: use nla_strcmp for IPSET_ATTR_NAME attr
Florian Westphal fw@strlen.de netfilter: x_tables: ensure names are nul-terminated
Florian Westphal fw@strlen.de netfilter: nfnetlink_log: account for netlink header size
Pablo Neira Ayuso pablo@netfilter.org netfilter: flowtable: strictly check for maximum number of actions
Zhengchuan Liang zcliangcn@gmail.com net: ipv6: flowlabel: defer exclusive option free until RCU teardown
Alexei Starovoitov ast@kernel.org bpf: Fix regsafe() for pointers to packet
Suraj Gupta suraj.gupta2@amd.com net: xilinx: axienet: Correct BD length masks to match AXIDMA IP spec
Pengpeng Hou pengpeng@iscas.ac.cn NFC: pn533: bound the UART receive buffer
Yochai Eisenrich echelonh@gmail.com net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to prevent an info-leak
Paolo Abeni pabeni@redhat.com ipv6: prevent possible UaF in addrconf_permanent_addr()
Xiang Mei xmei5@asu.edu net/sched: sch_hfsc: fix divide-by-zero in rtsc_min()
Yang Yang n05ec@lzu.edu.cn bridge: br_nd_send: linearize skb before parsing ND options
Eric Dumazet edumazet@google.com ip6_tunnel: clear skb2->cb[] in ip4ip6_err()
Eric Dumazet edumazet@google.com ipv6: icmp: clear skb2->cb[] in ip6_err_gen_icmpv6_unreach()
Thomas Bogendoerfer tbogendoerfer@suse.de tg3: Fix race for querying speed/duplex
Yochai Eisenrich echelonh@gmail.com net: ipv6: ndisc: fix ndisc_ra_useropt to initialize nduseropt_padX fields to zero to prevent an info-leak
Jiayuan Chen jiayuan.chen@shopee.com net: qrtr: replace qrtr_tx_flow radix_tree with xarray to fix memory leak
Norbert Szetei norbert@doyensec.com crypto: af-alg - fix NULL pointer dereference in scatterwalk
Frank Li Frank.Li@nxp.com dt-bindings: auxdisplay: ht16k33: Use unevaluatedProperties to fix common property warning
ZhengYuan Huang gality369@gmail.com btrfs: reject root items with drop_progress and zero drop_level
Lee Jones lee@kernel.org HID: multitouch: Check to ensure report responses match the request
Josh Poimboeuf jpoimboe@kernel.org objtool: Fix Clang jump table detection
Johannes Thumshirn johannes.thumshirn@wdc.com btrfs: don't take device_list_mutex when querying zone info
Deepanshu Kartikey kartikey406@gmail.com atm: lec: fix use-after-free in sock_def_readable()
Benoît Sevens bsevens@google.com HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq
Davidlohr Bueso dave@stgolabs.net futex: Clear stale exiting pointer in futex_lock_pi() retry path
Tomi Valkeinen tomi.valkeinen@ideasonboard.com dmaengine: xilinx_dma: Fix reset related timeout with two-channel AXIDMA
Radhey Shyam Pandey radhey.shyam.pandey@amd.com dmaengine: xilinx_dma: Program interrupt delay timeout
Vinicius Costa Gomes vinicius.gomes@intel.com dmaengine: idxd: Fix freeing the allocated ida too late
Christophe JAILLET christophe.jaillet@wanadoo.fr dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() API
Filipe Manana fdmanana@suse.com btrfs: fix lost error when running device stats on multiple devices fs
Mark Harmstone mark@harmstone.com btrfs: fix super block offset in error message in btrfs_validate_super()
Marek Vasut marex@nabladev.com dmaengine: xilinx: xilinx_dma: Fix unmasked residue subtraction
Marek Vasut marex@nabladev.com dmaengine: xilinx: xilinx_dma: Fix residue calculation for cyclic DMA
Marek Vasut marex@nabladev.com dmaengine: xilinx: xilinx_dma: Fix dma_device directions
Felix Gu ustc.gu@gmail.com phy: ti: j721e-wiz: Fix device node reference leak in wiz_get_lane_phy_types()
Vinicius Costa Gomes vinicius.gomes@intel.com dmaengine: idxd: Fix not releasing workqueue on .release()
Theodore Ts'o tytso@mit.edu ext4: always drain queued discard work in ext4_mb_release()
Baokun Li libaokun@linux.alibaba.com ext4: fix iloc.bh leak in ext4_fc_replay_inode() error paths
Helen Koike koike@igalia.com ext4: reject mount if bigalloc with s_first_data_block != 0
Ye Bin yebin10@huawei.com ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()
Jan Kara jack@suse.cz ext4: make recently_deleted() properly work with lazy itable initialization
Deepanshu Kartikey kartikey406@gmail.com ext4: convert inline data to extents when truncate exceeds inline size
Yuto Ohnuki ytohnuki@amazon.com xfs: stop reclaim before pushing AIL during unmount
Milos Nikic nikic.milos@gmail.com jbd2: gracefully abort on checkpointing state corruptions
Greg Kroah-Hartman gregkh@linuxfoundation.org scsi: ses: Handle positive SCSI error from ses_recv_diag()
Tyllis Xu livelycarpet87@gmail.com scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done()
Zhan Xusheng zhanxusheng1024@gmail.com alarmtimer: Fix argument order in alarm_timer_forward()
Jiucheng Xu jiucheng.xu@amlogic.com erofs: add GFP_NOIO in the bio completion if needed
xietangxin xietangxin@yeah.net virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false
Yuchan Nam entropy1110@gmail.com media: mc, v4l2: serialize REINIT and REQBUFS with req_queue_mutex
Viresh Kumar viresh.kumar@linaro.org cpufreq: conservative: Reset requested_freq on limits change
Ali Norouzi ali.norouzi@keysight.com can: gw: fix OOB heap access in cgw_csum_crc8_rel()
Vasily Gorbik gor@linux.ibm.com s390/barrier: Make array_index_mask_nospec() __always_inline
Greg Kroah-Hartman gregkh@linuxfoundation.org s390/syscalls: Add spectre boundary for syscall dispatch table
Marc Kleine-Budde mkl@pengutronix.de spi: spi-fsl-lpspi: fix teardown order issue (UAF)
Jihed Chaibi jihed.chaibi.dev@gmail.com ASoC: adau1372: Fix clock leak on PLL lock failure
Jihed Chaibi jihed.chaibi.dev@gmail.com ASoC: adau1372: Fix unchecked clk_prepare_enable() return value
Marc Buerg buermarc@googlemail.com sysctl: fix uninitialized variable in proc_do_large_bitmap
Sanman Pradhan psanman@juniper.net hwmon: (adm1177) fix sysfs ABI violation and current unit conversion
Weiming Shi bestswngs@gmail.com ACPI: EC: clean up handlers on probe failure in acpi_ec_setup()
Rafael J. Wysocki rafael.j.wysocki@intel.com ACPI: EC: Install address space handler at the namespace root
Hans de Goede hdegoede@redhat.com ACPI: EC: Fix ECDT probe ordering issues
Hans de Goede hdegoede@redhat.com ACPI: EC: Fix EC address space handler unregistration
Hans de Goede hdegoede@redhat.com ACPICA: Allow address_space_handler Install and _REG execution as 2 separate steps
Hans de Goede hdegoede@redhat.com ACPICA: include/acpi/acpixf.h: Fix indentation
Cezary Rojewski cezary.rojewski@intel.com ASoC: Intel: catpt: Fix the device initialization
Samasth Norway Ananda samasth.norway.ananda@oracle.com drm/i915/gmbus: fix spurious timeout on 512-byte burst reads
Mike Rapoport (Microsoft) rppt@kernel.org x86/efi: efi_unmap_boot_services: fix calculation of ranges_to_free size
Yihang Li liyihang9@huawei.com scsi: scsi_transport_sas: Fix the maximum channel scanning issue
Tatyana Nikolova tatyana.e.nikolova@intel.com RDMA/irdma: Return EINVAL for invalid arp index error
Anil Samal anil.samal@intel.com RDMA/irdma: Fix deadlock during netdev reset with active connections
Tatyana Nikolova tatyana.e.nikolova@intel.com RDMA/irdma: Remove reset check from irdma_modify_qp_to_err()
Ivan Barrera ivan.d.barrera@intel.com RDMA/irdma: Clean up unnecessary dereference of event->cm_node
Tatyana Nikolova tatyana.e.nikolova@intel.com RDMA/irdma: Remove a NOP wait_event() in irdma_modify_qp_roce()
Tatyana Nikolova tatyana.e.nikolova@intel.com RDMA/irdma: Update ibqp state to error if QP is already in error state
Chuck Lever chuck.lever@oracle.com RDMA/rw: Fall back to direct SGE on MR pool exhaustion
Andy Shevchenko andriy.shevchenko@linux.intel.com regmap: Synchronize cache for the page selector
Paolo Valerio pvalerio@redhat.com net: macb: use the current queue number for stats
David Carlier devnexen@gmail.com netfilter: ctnetlink: use netlink policy range checks
Florian Westphal fw@strlen.de netlink: allow be16 and be32 types in all uint policy checks
Florian Westphal fw@strlen.de netlink: introduce bigendian integer types
Jakub Kicinski kuba@kernel.org netlink: hide validation union fields from kdoc
Florian Westphal fw@strlen.de netfilter: nft_payload: reject out-of-range attributes via policy
Florian Westphal fw@strlen.de netlink: introduce NLA_POLICY_MAX_BE
Weiming Shi bestswngs@gmail.com netfilter: nf_conntrack_sip: fix use of uninitialized rtp_addr in process_sdp
Pablo Neira Ayuso pablo@netfilter.org netfilter: nf_conntrack_expect: skip expectations in other netns via proc
Ren Wei n05ec@lzu.edu.cn netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check()
Weiming Shi bestswngs@gmail.com netfilter: nfnetlink_log: fix uninitialized padding leak in NFULA_PAYLOAD
Pengpeng Hou pengpeng@iscas.ac.cn Bluetooth: btusb: clamp SCO altsetting table indices
Hyunwoo Kim imv4bel@gmail.com Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite loop
Miguel Ojeda ojeda@kernel.org dma-mapping: add missing `inline` for `dma_free_attrs`
Wei Fang wei.fang@nxp.com net: enetc: fix the output issue of 'ethtool --show-ring'
Yochai Eisenrich echelonh@gmail.com net: fix fanout UAF in packet_release() via NETDEV_UP race
Alok Tiwari alok.a.tiwari@oracle.com platform/olpc: olpc-xo175-ec: Fix overflow error message to print inlen
Sabrina Dubroca sd@queasysnail.net rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_size
Qi Tang tpluszz77@gmail.com net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe buffer
Yang Yang n05ec@lzu.edu.cn openvswitch: validate MPLS set/set_masked payload length
Toke Høiland-Jørgensen toke@redhat.com net: openvswitch: Avoid releasing netdev before teardown completes
Jakub Kicinski kuba@kernel.org nfc: nci: fix circular locking dependency in nci_close_device
Mohammad Heib mheib@redhat.com ionic: fix persistent MAC address override on PF
Luca Leonardo Scorcia l.scorcia@gmail.com pinctrl: mediatek: common: Fix probe failure for devices without EINT
Helen Koike koike@igalia.com Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cb
Anas Iqbal mohd.abd.6602@gmail.com Bluetooth: hci_ll: Fix firmware leak on error path
Hyunwoo Kim imv4bel@gmail.com Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to missing sock_hold
Hyunwoo Kim imv4bel@gmail.com Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecred_data_rcv()
Oliver Hartkopp socketcan@hartkopp.net can: statistics: add missing atomic access in hot path
Eric Dumazet edumazet@google.com af_key: validate families in pfkey_send_migrate()
Sabrina Dubroca sd@queasysnail.net esp: fix skb leak with espintcp and async crypto
Steffen Klassert steffen.klassert@secunet.com xfrm: Fix the usage of skb->sk
Sabrina Dubroca sd@queasysnail.net xfrm: call xdo_dev_state_delete during state update
Uzair Mughal contact@uzair.is-a.dev ALSA: hda/realtek: Add headset jack quirk for Thinkpad X390
Isaac J. Manjarres isaacmanjarres@google.com dma-buf: Include ioctl.h in UAPI header
Mark Brown broonie@kernel.org ASoC: fsl_easrc: Fix event generation in fsl_easrc_iec958_put_bits()
Mark Brown broonie@kernel.org ASoC: fsl_easrc: Fix event generation in fsl_easrc_iec958_set_reg()
Ihor Solodrai ihor.solodrai@linux.dev module: Fix kernel panic when a symbol st_shndx is out of bounds
Romain Sioen romain.sioen@microchip.com HID: mcp2221: cancel last I2C command on read error
Valentin Spreckels valentin@spreckels.dev net: usb: r8152: add TRENDnet TUC-ET2G
Günther Noack gnoack@google.com HID: magicmouse: avoid memory leak in magicmouse_report_fixup()
Julius Lehmann lehmanju@devpi.de HID: magicmouse: fix battery reporting for Apple Magic Trackpad 2
Keith Busch kbusch@kernel.org nvme-pci: ensure we're polling a polled queue
Hans de Goede johannes.goede@oss.qualcomm.com platform/x86: touchscreen_dmi: Add quirk for y-inverted Goodix touchscreen on SUPI S10
Leif Skunberg diamondback@cohunt.app platform/x86: intel-hid: Enable 5-button array on ThinkPad X1 Fold 16 Gen 1
Keith Busch kbusch@kernel.org nvme-pci: cap queue creation to used queues
Peter Metz peter.metz@unarin.com platform/x86: intel-hid: Add Dell 14 Plus 2-in-1 to dmi_vgbs_allow_list
Günther Noack gnoack@google.com HID: asus: avoid memory leak in asus_report_fixup()
Kumar Kartikeya Dwivedi memxor@gmail.com bpf: Release module BTF IDR before module unload
Danilo Krummrich dakr@kernel.org sh: platform_early: remove pdev->driver_override check
Juergen Gross jgross@suse.com xen/privcmd: add boot control for restricted usage in domU
Juergen Gross jgross@suse.com xen/privcmd: restrict usage in unprivileged domU
Florian Westphal fw@strlen.de netfilter: nft_set_pipapo: split gc into unlink and reclaim phase
Florian Westphal fw@strlen.de netfilter: nf_tables: de-constify set commit ops function argument
Josh Law objecting@objecting.org tools/bootconfig: fix fd leak in load_xbc_file() on fstat failure
Josh Law objecting@objecting.org lib/bootconfig: check xbc_init_node() return in override path
Rahul Bukte rahul.bukte@sony.com drm/i915/gt: Check set_default_submission() before deferencing
Hyunwoo Kim imv4bel@gmail.com ksmbd: fix use-after-free of share_conf in compound request
Kamal Dasu kamal.dasu@broadcom.com mtd: rawnand: brcmnand: skip DMA during panic write
Kamal Dasu kamal.dasu@broadcom.com mtd: rawnand: serialize lock/unlock against other NAND operations
Christophe JAILLET christophe.jaillet@wanadoo.fr i2c: fsi: Fix a potential leak in fsi_i2c_probe()
Sanman Pradhan psanman@juniper.net hwmon: (pmbus/isl68137) Fix unchecked return value and use sysfs_emit()
Weiming Shi bestswngs@gmail.com icmp: fix NULL pointer dereference in icmp_tag_validation()
Anas Iqbal mohd.abd.6602@gmail.com net: dsa: bcm_sf2: fix missing clk_disable_unprepare() in error paths
Muhammad Hammad Ijaz mhijaz@amazon.com net: mvpp2: guard flow control update with global_tx_fc in buffer switching
Weiming Shi bestswngs@gmail.com nfnetlink_osf: validate individual option lengths in fingerprints
Xiang Mei xmei5@asu.edu net: bonding: fix NULL deref in bond_debug_rlb_hash_show
Xiang Mei xmei5@asu.edu udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=n
Fedor Pchelkin pchelkin@ispras.ru net: macb: fix uninitialized rx_fs_lock
Rafael J. Wysocki rafael.j.wysocki@intel.com ACPI: processor: Fix previous acpi_processor_errata_piix4() fix
Guenter Roeck linux@roeck-us.net wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is not enough headroom
Xiang Mei xmei5@asu.edu wifi: mac80211: fix NULL deref in mesh_matches_local()
Kohei Enju kohei@enjuk.jp igc: fix missing update of skb->tail in igc_xmit_frame()
Nikola Z. Ivanov zlatistiv@gmail.com net: usb: aqc111: Do not perform PM inside suspend callback
Jiayuan Chen jiayuan.chen@shopee.com net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
Wen Gu guwen@linux.alibaba.com net/smc: Fix slab-out-of-bounds issue in fallback
Wen Gu guwen@linux.alibaba.com net/smc: Only save the original clcsock callback functions
Bart Van Assche bvanassche@acm.org PM: runtime: Fix a race condition related to device removal
Rafael J. Wysocki rafael.j.wysocki@intel.com sched: idle: Consolidate the handling of two special cases
Dipayaan Roy dipayanroy@linux.microsoft.com net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering teardown
Dexuan Cui decui@microsoft.com net: mana: Improve the HWC error handling
Justin Chen justin.chen@broadcom.com net: bcmgenet: increase WoL poll timeout
Jenny Guanni Qu qguanni@gmail.com netfilter: nf_conntrack_h323: check for zero length in DecodeQ931()
Jenny Guanni Qu qguanni@gmail.com netfilter: xt_time: use unsigned int for monthday bit shift
Pablo Neira Ayuso pablo@netfilter.org netfilter: xt_CT: drop pending enqueued packets on template removal
Pablo Neira Ayuso pablo@netfilter.org netfilter: nft_ct: drop pending enqueued packets on removal
Andrii Melnychenko a.melnychenko@vyos.io netfilter: nft_ct: add seqadj extension for natted connections
Jenny Guanni Qu qguanni@gmail.com netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS case
Lukas Johannes Möller research@johannes-moeller.dev netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp()
Hyunwoo Kim imv4bel@gmail.com netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct()
Florian Westphal fw@strlen.de netfilter: ctnetlink: remove refcounting in expectation dumpers
Jiayuan Chen jiayuan.chen@shopee.com net/rose: fix NULL pointer dereference in rose_transmit_link on reconnect
Dmitry Baryshkov dmitry.baryshkov@oss.qualcomm.com Bluetooth: qca: fix ROM version reading on WCN3998 chips
Luiz Augusto von Dentz luiz.von.dentz@intel.com Bluetooth: HIDP: Fix possible UAF
Christian Eggers ceggers@arri.de Bluetooth: SMP: make SM/PER/KDU/BI-04-C happy
Christian Eggers ceggers@arri.de Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed SDU
Christian Eggers ceggers@arri.de Bluetooth: LE L2CAP: Disconnect if received packet's SDU exceeds IMTU
Felix Gu ustc.gu@gmail.com firmware: arm_scpi: Fix device_node reference leak in probe path
Jonathan Cameron Jonathan.Cameron@huawei.com of: Add cleanup.h based auto release via __free(device_node) markings
Peddolla Harshavardhan Reddy peddolla.reddy@oss.qualcomm.com wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_down
Kuniyuki Iwashima kuniyu@google.com wifi: mac80211: Fix static_branch_dec() underflow for aql_disable.
Richard Genoud richard.genoud@bootlin.com soc: fsl: qbman: fix race condition in qman_destroy_fq
ZhengYuan Huang gality369@gmail.com btrfs: tree-checker: fix misleading root drop_level error message
Yang Yang n05ec@lzu.edu.cn batman-adv: avoid OGM aggregation when skb tailroom is insufficient
Maíra Canal mcanal@igalia.com pmdomain: bcm: bcm2835-power: Increase ASB control timeout
Matthieu Baerts (NGI0) matttbe@kernel.org mptcp: pm: avoid sending RM_ADDR over same subflow
Natalie Vock natalie.vock@gmx.de drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sink
Andrew Lunn andrew@lunn.ch net: phy: register phy led_triggers during probe to avoid AB-BA deadlock
Thorsten Blum thorsten.blum@linux.dev smb: client: Don't log plaintext credentials in cifs_set_cifscreds
Jason Gunthorpe jgg@ziepe.ca RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()
Daniil Dulov d.dulov@aladdin.ru wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
Johannes Berg johannes.berg@intel.com wifi: cfg80211: move scan done work to wiphy work
Daniel Hodges git@danielhodges.dev wifi: libertas: fix use-after-free in lbs_free_adapter()
Jan Kara jack@suse.cz ext4: always allocate blocks only from groups inode can use
Namjae Jeon linkinjeon@kernel.org ksmbd: fix null pointer dereference error in generate_encryptionkey
Brian Foster bfoster@redhat.com ext4: fix dirtyclusters double decrement on fs shutdown
Zhang Yi yi.zhang@huawei.com ext4: drop extent cache when splitting extent fails
Zhang Yi yi.zhang@huawei.com ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/O
Fedor Pchelkin pchelkin@ispras.ru ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error paths
Jeongjun Park aha310510@gmail.com drm/exynos: vidi: use ctx->lock to protect struct vidi_context member variables related to memory alloc/free
Jeongjun Park aha310510@gmail.com drm/exynos: vidi: fix to avoid directly dereferencing user pointer
Jeongjun Park aha310510@gmail.com drm/exynos: vidi: use priv->vidi_dev for ctx lookup in vidi_connection_ioctl()
Ankit Garg nktgrg@google.com gve: defer interrupt enabling until NAPI registration
Frederic Weisbecker frederic@kernel.org net: Handle napi_schedule() calls from non-interrupt
Huacai Chen chenhuacai@kernel.org net: stmmac: dwmac-loongson: Set clk_csr_i to 100-150MHz
David Hildenbrand (Red Hat) david@kernel.org mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather
David Hildenbrand (Red Hat) david@kernel.org mm/rmap: fix two comments related to huge_pmd_unshare()
David Hildenbrand (Red Hat) david@kernel.org mm/hugetlb: fix two comments related to huge_pmd_unshare()
David Hildenbrand (Red Hat) david@kernel.org mm/hugetlb: fix hugetlb_pmd_shared()
Jane Chu jane.chu@oracle.com mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_count
Miaohe Lin linmiaohe@huawei.com mm/hugetlb: make detecting shared pte more reliable
Alex Deucher alexander.deucher@amd.com drm/radeon: apply state adjust rules to some additional HAINAN vairants
Maciej Andrzejewski ICEYE maciej.andrzejewski@m-works.net serial: uartlite: fix PM runtime usage count underflow on probe
Ilpo Järvinen ilpo.jarvinen@linux.intel.com serial: 8250: Add late synchronize_irq() to shutdown to handle DW UART BUSY
Raul E Rangel rrangel@chromium.org serial: 8250: Fix TX deadlock when using DMA
Martin Roukala (né Peres) martin.roukala@mupuf.org serial: 8250_pci: add support for the AX99100
Guanghui Feng guanghuifeng@linux.alibaba.com iommu/vt-d: Fix intel iommu iotlb sync hardlockup and retry
Finn Thain fthain@linux-m68k.org mtd: Avoid boot crash in RedBoot partition table parser
Chen Ni nichen@iscas.ac.cn mtd: rawnand: cadence: Fix error check for dma_alloc_coherent() in cadence_nand_init()
Olivier Sobrie olivier@sobrie.be mtd: rawnand: pl353: make sure optimal timings are applied
Luke Wang ziniu.wang_1@nxp.com mmc: sdhci: fix timing selection for 1-bit bus width
Matthew Schwartz matthew.schwartz@linux.dev mmc: sdhci-pci-gli: fix GL9750 DMA write corruption
Lukas Johannes Möller research@johannes-moeller.dev Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before access
Lukas Johannes Möller research@johannes-moeller.dev Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()
Fedor Pchelkin pchelkin@ispras.ru net: macb: fix use-after-free access to PTP clock
Ian Ray ian.ray@gehealthcare.com NFC: nxp-nci: allow GPIOs to sleep
Ira Weiny ira.weiny@intel.com nvdimm/bus: Fix potential use after free in asynchronous initialization
Jeff Layton jlayton@kernel.org sunrpc: fix cache_request leak in cache_release
Julien Stephan jstephan@baylibre.com driver: iio: add missing checks on iio_info's callback access
Jens Axboe axboe@kernel.dk io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop
Eric Dumazet edumazet@google.com l2tp: do not use sock_hold() in pppol2tp_session_get_sock()
Paul Chaignon paul.chaignon@gmail.com bpf: Forget ranges when refining tnum after JSET
Adrian Hunter adrian.hunter@intel.com i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptor
Adrian Hunter adrian.hunter@intel.com i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abort
Adrian Hunter adrian.hunter@intel.com i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errors
Jean-Baptiste Maneyrol jean-baptiste.maneyrol@tdk.com iio: imu: inv_icm42600: fix odr switch to the same value
Antoniu Miclaus antoniu.miclaus@analog.com iio: gyro: mpu3050-i2c: fix pm_runtime error handling
Antoniu Miclaus antoniu.miclaus@analog.com iio: gyro: mpu3050-core: fix pm_runtime error handling
Chris Spencer spencercw@gmail.com iio: chemical: bme680: Fix measurement wait duration calculation
Lukas Schmid lukas.schmid@netcube.li iio: potentiometer: mcp4131: fix double application of wiper shift
Antoniu Miclaus antoniu.miclaus@analog.com iio: chemical: sps30_i2c: fix buffer size in sps30_i2c_read_meas()
Antoniu Miclaus antoniu.miclaus@analog.com iio: chemical: sps30_serial: fix buffer size in sps30_serial_read_meas()
Oleksij Rempel linux@rempel-privat.de iio: dac: ds4424: reject -128 RAW value
Filipe Manana fdmanana@suse.com btrfs: abort transaction on failure to update root in the received subvol ioctl
Josh Law objecting@objecting.org lib/bootconfig: check bounds before writing in __xbc_open_brace()
Josh Law objecting@objecting.org lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()
Shashank Balaji shashank.mahadasyam@sony.com x86/apic: Disable x2apic on resume if the kernel expects so
Junxiao Bi junxiao.bi@oracle.com scsi: core: Fix error handling for scsi_alloc_sdev()
Josh Law objecting@objecting.org lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace error
Darrick J. Wong djwong@kernel.org xfs: fix undersized l_iclog_roundoff values
Calvin Owens calvin@wbinvd.org tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2G
Alysa Liu Alysa.Liu@amd.com drm/amdgpu: Fix use-after-free race in VM acquire
Fan Wu fanwu01@zju.edu.cn net: ethernet: arc: emac: quiesce interrupts before requesting IRQ
Jian Zhang zhangjian.3032@bytedance.com net: ncsi: fix skb leak in error paths
Helge Deller deller@gmx.de parisc: Fix initial page table creation for boot
Sanman Pradhan psanman@juniper.net hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs read
Dave Airlie airlied@redhat.com nouveau/dpcd: return EBUSY for aux xfer if the device is asleep
Helge Deller deller@gmx.de parisc: Increase initial mapping to 64 MB with KALLSYMS
Sven Eckelmann sven@narfation.org batman-adv: Avoid double-rtnl_lock ELP metric worker
Jakub Staniszewski jakub.staniszewski@linux.intel.com ice: fix retry for AQ command 0x06EE
Long Li longli@microsoft.com net: mana: Ring doorbell at 4 CQ wraparounds
Ariel Silver arielsilver77@gmail.com media: dvb-net: fix OOB access in ULE extension header tables
Greg Kroah-Hartman gregkh@linuxfoundation.org staging: rtl8723bs: properly validate the data in rtw_get_ie_ex()
Luka Gejak luka.gejak@linux.dev staging: rtl8723bs: fix potential out-of-bounds read in rtw_restruct_wmm_ie
Marc Zyngier maz@kernel.org irqchip/gic-v3-its: Limit number of per-device MSIs to the range the ITS supports
Andy Shevchenko andriy.shevchenko@linux.intel.com device property: Allow secondary lookup in fwnode_get_next_child_node()
Steven Rostedt rostedt@goodmis.org time/jiffies: Mark jiffies_64_to_clock_t() notrace
Randy Dunlap rdunlap@infradead.org time: add kernel-doc in time.c
Max Kellermann max.kellermann@ionos.com ceph: fix i_nlink underrun during async unlink
Ilya Dryomov idryomov@gmail.com libceph: admit message frames only in CEPH_CON_S_OPEN state
Raphael Zimmer raphael.zimmer@tu-ilmenau.de libceph: Use u32 for non-negative values in ceph_monmap_decode()
Ilya Dryomov idryomov@gmail.com libceph: prevent potential out-of-bounds reads in process_message_header()
Ilya Dryomov idryomov@gmail.com libceph: reject preamble if control segment is empty
Raphael Zimmer raphael.zimmer@tu-ilmenau.de libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()
Mehul Rao mehulrao@gmail.com tipc: fix divide-by-zero in tipc_sk_filter_connect()
Penghe Geng pgeng@nvidia.com mmc: core: Avoid bitfield RMW for claim/retune flags
Felix Gu ustc.gu@gmail.com mmc: mmci: Fix device_node reference leak in of_get_dml_pipe_index()
Kalesh Singh kaleshsingh@google.com mm/tracing: rss_stat: ensure curr is false from kthread context
Ziyi Guo n7l8m4@u.northwestern.edu usb: image: mdc800: kill download URB on timeout
Oliver Neukum oneukum@suse.com usb: mdc800: handle signal and read racing
Fan Wu fanwu01@zju.edu.cn usb: renesas_usbhs: fix use-after-free in ISR during device removal
Oliver Neukum oneukum@suse.com usb: class: cdc-wdm: fix reordering issue in read code path
Alan Stern stern@rowland.harvard.edu USB: core: Limit the length of unkillable synchronous timeouts
Alan Stern stern@rowland.harvard.edu USB: usbtmc: Use usb_bulk_msg_killable() with user-specified timeouts
Alan Stern stern@rowland.harvard.edu USB: usbcore: Introduce usb_bulk_msg_killable()
Marc Zyngier maz@kernel.org usb: cdc-acm: Restore CAP_BRK functionnality to CH343
Gabor Juhos j4g8y7@gmail.com usb: core: don't power off roothub PHYs if phy_set_mode() fails
Greg Kroah-Hartman gregkh@linuxfoundation.org usb: misc: uss720: properly clean up reference in uss720_probe()
Oliver Neukum oneukum@suse.com usb: yurex: fix race in probe
Zilin Guan zilin@seu.edu.cn usb: xhci: Fix memory leak in xhci_disable_slot()
Christoffer Sandberg cs@tuxedo.de usb/core/quirks: Add Huawei ME906S-device to wakeup quirk
Oleksij Rempel linux@rempel-privat.de net: usb: lan78xx: skip LTM configuration for LAN7850
Oleksij Rempel linux@rempel-privat.de net: usb: lan78xx: fix silent drop of packets with checksum errors
Qingye Zhao zhaoqingye@honor.com cgroup: fix race between task migration and iteration
Sasha Levin sashal@kernel.org Revert "arm64: dts: qcom: sdm845-oneplus: Mark l14a regulator as boot-on"
Alok Tiwari alok.a.tiwari@oracle.com octeontx2-af: devlink: fix NIX RAS reporter to use RAS interrupt status
Przemek Kitszel przemyslaw.kitszel@intel.com octeontx2-af: devlink health: use retained error fmsg API
Alok Tiwari alok.a.tiwari@oracle.com octeontx2-af: devlink: fix NIX RAS reporter recovery condition
Casey Connolly casey.connolly@linaro.org ASoC: detect empty DMI strings
Chen Ni nichen@iscas.ac.cn ASoC: amd: acp3x-rt5682-max9836: Add missing error check for clock acquisition
Ben Dooks ben.dooks@codethink.co.uk ACPI: OSL: fix __iomem type on return from acpi_os_map_generic_address()
Matt Vollrath tactii@gmail.com e1000/e1000e: Fix leak in DMA error cleanup
Alok Tiwari alok.a.tiwari@oracle.com i40e: fix src IP mask checks and memcpy argument names in cloud filter
Sungwoo Kim iam@sung-woo.kim nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_set
Rafael J. Wysocki rafael.j.wysocki@intel.com sched: idle: Make skipping governor callbacks more consistent
Peng Fan peng.fan@nxp.com regulator: pca9450: Correct interrupt type
Frieder Schrempf frieder.schrempf@kontron.de regulator: pca9450: Make IRQ optional
Yuan Tan tanyuan98@outlook.com netfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labels
Hyunwoo Kim imv4bel@gmail.com netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()
Hyunwoo Kim imv4bel@gmail.com netfilter: nfnetlink_queue: fix entry leak in bridge verdict error path
David Dull monderasdor@gmail.com netfilter: x_tables: guard option walkers against 1-byte tail reads
Jenny Guanni Qu qguanni@gmail.com netfilter: nft_set_pipapo: fix stack out-of-bounds read in pipapo_drop()
Wenyuan Li 2063309626@qq.com can: hi311x: hi3110_open(): add check for hi3110_power_enable() return value
Shuangpeng Bai shuangpeng.kernel@gmail.com serial: caif: hold tty->link reference in ldisc_open and ser_release
matteo.cotifava cotifavamatteo@gmail.com ASoC: soc-core: flush delayed work before removing DAIs and widgets
Amadeusz Sławiński amadeuszx.slawinski@linux.intel.com ASoC: core: Do not call link_exit() on uninitialized rtd objects
Cezary Rojewski cezary.rojewski@intel.com ASoC: core: Exit all links before removing their components
Kuninori Morimoto kuninori.morimoto.gx@renesas.com ASoC: soc-core: accept zero format at snd_soc_runtime_set_dai_fmt()
matteo.cotifava cotifavamatteo@gmail.com ASoC: soc-core: drop delayed_work_pending() check before flush
Weiming Shi bestswngs@gmail.com net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave xmit
Gal Pressman gal@nvidia.com net/mlx5e: Fix DMA FIFO desync on error CQE SQ recovery
Hangbin Liu liuhangbin@gmail.com bonding: handle BOND_LINK_FAIL, BOND_LINK_BACK as valid link states
Eric Badger ebadger@purestorage.com xprtrdma: Decrement re_receiving on the early exit paths
J. Neuschäfer j.ne@posteo.net powerpc: 83xx: km83xx: Fix keymile vendor prefix
Tzung-Bi Shih tzungbi@kernel.org remoteproc: mediatek: Unprepare SCP clock during system suspend
Bjorn Andersson bjorn.andersson@oss.qualcomm.com remoteproc: sysmon: Correct subsys_name_len type in QMI request
Christophe Leroy (CS GROUP) chleroy@kernel.org powerpc/uaccess: Fix inline assembly for clang build on PPC32
Takashi Iwai tiwai@suse.de ALSA: usb-audio: Check max frame size for implicit feedback mode, too
Takashi Iwai tiwai@suse.de ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB Audio 2.0
Tomas Henzl thenzl@redhat.com scsi: ses: Fix devices attaching to different hosts
Sofia Schneider sofia@schn.dev ACPI: OSI: Add DMI quirk for Acer Aspire One D255
Al Viro viro@zeniv.linux.org.uk unshare: fix unshare_fs() handling
Ranjan Kumar ranjan.kumar@broadcom.com scsi: mpi3mr: Add NULL checks when resetting request and reply queues
Piotr Mazek pmazek@outlook.com ACPI: PM: Save NVS memory on Lenovo G70-35
Jan Kiszka jan.kiszka@siemens.com scsi: storvsc: Fix scheduling while atomic on PREEMPT_RT
Victor Nogueira victor@mojatatu.com net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocks
Jiayuan Chen jiayuan.chen@shopee.com net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthop
Fernando Fernandez Mancera fmancera@suse.de net: vxlan: fix nd_tbl NULL dereference when IPv6 is disabled
Fernando Fernandez Mancera fmancera@suse.de net: bridge: fix nd_tbl NULL dereference when IPv6 is disabled
Ovidiu Panait ovidiu.panait.rb@renesas.com net: stmmac: Fix error handling in VLAN add and delete paths
Jakub Kicinski kuba@kernel.org nfc: rawsock: cancel tx_work before socket teardown
Jakub Kicinski kuba@kernel.org nfc: nci: clear NCI_DATA_EXCHANGE before calling completion callback
Jakub Kicinski kuba@kernel.org nfc: nci: free skb on nci_transceive early error paths
Ian Ray ian.ray@gehealthcare.com net: nfc: nci: Fix zero-length proprietary notifications
Koichiro Den den@valinux.co.jp net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscs
Raju Rangoju Raju.Rangoju@amd.com amd-xgbe: fix sleep while atomic on suspend/resume
Jakub Kicinski kuba@kernel.org ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()
David Thomson dt@linux-mail.net xen/acpi-processor: fix _CST detection using undersized evaluation buffer
Eric Dumazet edumazet@google.com indirect_call_wrapper: do not reevaluate function pointer
Bart Van Assche bvanassche@acm.org wifi: wlcore: Fix a locking bug
Bart Van Assche bvanassche@acm.org wifi: cw1200: Fix locking in error paths
Alban Bedel alban.bedel@lht.dlh.de can: mcp251x: fix deadlock in error path of mcp251x_open
Oliver Hartkopp socketcan@hartkopp.net can: bcm: fix locking for bcm_op runtime updates
Jiayuan Chen jiayuan.chen@shopee.com atm: lec: fix null-ptr-deref in lec_arp_clear_vccs
Guenter Roeck linux@roeck-us.net dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handler
Ioana Ciornei ioana.ciornei@nxp.com dpaa2-switch: do not clear any interrupts automatically
Vladimir Oltean vladimir.oltean@nxp.com net: dpaa2-switch: serialize changes to priv->mac with a mutex
Vladimir Oltean vladimir.oltean@nxp.com net: dpaa2-switch replace direct MAC access with dpaa2_switch_port_has_mac()
Vladimir Oltean vladimir.oltean@nxp.com net: dpaa2-switch: assign port_priv->mac after dpaa2_mac_connect() call
Vladimir Oltean vladimir.oltean@nxp.com net: dpaa2: replace dpaa2_mac_is_type_fixed() with dpaa2_mac_is_type_phy()
Chintan Vankar c-vankar@ti.com net: ethernet: ti: am65-cpsw-nuss/cpsw-ale: Fix multicast entry handling in ALE table
Jonathan Teh jonathan.teh@outlook.com platform/x86: thinkpad_acpi: Fix errors reading battery thresholds
Paolo Abeni pabeni@redhat.com selftests: mptcp: more stable simult_flows tests
Junxiao Bi junxiao.bi@oracle.com scsi: core: Fix refcount leak for tagset_refcnt
Lars Ellenberg lars.ellenberg@linbit.com drbd: fix "LOGIC BUG" in drbd_al_begin_io_nonblock()
Phillip Lougher phillip@squashfs.org.uk Squashfs: check metadata block offset is within range
Davide Caratti dcaratti@redhat.com net/sched: ets: fix divide by zero in the offload path
Jason Gunthorpe jgg@ziepe.ca IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq()
Vahagn Vardanian vahagn@redrays.io wifi: mac80211: fix NULL pointer dereference in mesh_rx_csa_frame()
Johannes Berg johannes.berg@intel.com wifi: radiotap: reject radiotap with unknown bits
Jun Seo jun.seo.93@proton.me ALSA: usb-audio: Use correct version for UAC3 header validation
Kurt Borja kuurtb@gmail.com platform/x86: dell-wmi: Add audio/mic mute key codes
Thorsten Blum thorsten.blum@linux.dev platform/x86: dell-wmi-sysman: Don't hex dump plaintext password data
Mike Rapoport (Microsoft) rppt@kernel.org x86/efi: defer freeing of boot services memory
Greg Kroah-Hartman gregkh@linuxfoundation.org HID: Add HID_CLAIMED_INPUT guards in raw_event callbacks missing them
Greg Kroah-Hartman gregkh@linuxfoundation.org can: usb: etas_es58x: correctly anchor the urb in the read bulk callback
Greg Kroah-Hartman gregkh@linuxfoundation.org can: ucan: Fix infinite loop from zero-length messages
Greg Kroah-Hartman gregkh@linuxfoundation.org can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a message
Greg Kroah-Hartman gregkh@linuxfoundation.org net: usb: pegasus: validate USB endpoints
Greg Kroah-Hartman gregkh@linuxfoundation.org net: usb: kalmia: validate USB endpoints
Greg Kroah-Hartman gregkh@linuxfoundation.org net: usb: kaweth: validate USB endpoints
Greg Kroah-Hartman gregkh@linuxfoundation.org nfc: pn533: properly drop the usb interface reference on disconnect
Jens Axboe axboe@kernel.dk media: dvb-core: fix wrong reinitialization of ringbuffer on reopen
Jann Horn jannh@google.com eventpoll: Fix integer overflow in ep_loop_check_proc()
Ethan Nelson-Moore enelsonmoore@gmail.com net: arcnet: com20020-pci: fix support for 2.5Mbit cards
Takashi Iwai tiwai@suse.de ALSA: hda/conexant: Fix headphone jack handling on Acer Swift SF314
Andrey Vatoropin a.vatoropin@crpt.ru fbcon: check return value of con2fb_acquire_newinfo()
Daniel Vetter daniel.vetter@ffwll.ch fbcon: move more common code into fb_open()
Daniel Vetter daniel.vetter@ffwll.ch fbcon: Extract fbcon_open/release helpers
Daniel Vetter daniel.vetter@ffwll.ch fbcon: Use delayed work for cursor
Namjae Jeon linkinjeon@kernel.org ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error paths
Gui-Dong Han hanguidong02@gmail.com hwmon: (max16065) Use READ/WRITE_ONCE to avoid compiler optimization induced race
Takashi Iwai tiwai@suse.de ALSA: hda/conexant: Add quirk for HP ZBook Studio G4
Thomas Richard (TI) thomas.richard@bootlin.com usb: cdns3: fix role switching during resume
Théo Lebrun theo.lebrun@bootlin.com usb: cdns3: call cdns_power_is_lost() only once in cdns_resume()
Hongyu Xie xiehongyu1@kylinos.cn usb: cdns3: remove redundant if branch
Johan Hovold johan@kernel.org clk: tegra: tegra124-emc: fix device leak on set_rate()
Johan Hovold johan@kernel.org mfd: omap-usb-host: Fix OF populate on driver rebind
Uwe Kleine-König u.kleine-koenig@pengutronix.de mfd: omap-usb-host: Convert to platform remove callback returning void
Johan Hovold johan@kernel.org mfd: qcom-pm8xxx: Fix OF populate on driver rebind
Uwe Kleine-König u.kleine-koenig@pengutronix.de mfd: qcom-pm8xxx: Convert to platform remove callback returning void
Dmitry Baryshkov dmitry.baryshkov@linaro.org mfd: qcom-pm8xxx: switch away from using chained IRQ handlers
Johan Hovold johan@kernel.org bus: omap-ocp2scp: fix OF populate on driver rebind
Uwe Kleine-König u.kleine-koenig@pengutronix.de bus: omap-ocp2scp: Convert to platform remove callback returning void
Johan Hovold johan@kernel.org drm/tegra: dsi: fix device leak on probe
Damien Le Moal dlemoal@kernel.org ata: libata-scsi: refactor ata_scsi_translate()
Hannes Reinecke hare@suse.de ata: libata: remove pointless VPRINTK() calls
Hannes Reinecke hare@suse.de ata: libata-scsi: drop DPRINTK calls for cdb translation
Bart Van Assche bvanassche@acm.org scsi: ata: Call scsi_done() directly
Wentao Liang vulab@iscas.ac.cn ARM: omap2: Fix reference count leaks in omap_control_init()
Wang Qing wangqing@vivo.com ARM: OMAP2+: add missing of_node_put before break and return
Johan Hovold johan@kernel.org memory: mtk-smi: fix device leak on larb probe
Uwe Kleine-König u.kleine-koenig@pengutronix.de memory: mtk-smi: Convert to platform remove callback returning void
Kohei Enju kohei@enjuk.jp bpf: Fix stack-out-of-bounds write in devmap
Mark Harmstone mark@harmstone.com btrfs: fix incorrect key offset in error message in check_dev_extent_item()
Takashi Iwai tiwai@suse.de ALSA: usb-audio: Use inclusive terms
Takashi Iwai tiwai@suse.de ALSA: usb-audio: Cap the packet size pre-calculations
Peter Wang peter.wang@mediatek.com scsi: ufs: core: Move link recovery for hibern8 exit failure to wl_resume
Bart Van Assche bvanassche@acm.org scsi: ufs: core: Always initialize the UIC done completion
Geoffrey D. Bennett g@b4.vu ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite devices
Jussi Laako jussi@sonarnerd.net ALSA: usb-audio: Update for native DSD support quirks
Mathias Krause minipli@grsecurity.net scsi: lpfc: Properly set WC for DPP mapping
Ben Hutchings ben@decadent.org.uk ip6_tunnel: Fix usage of skb_vlan_inet_prepare()
Thomas Weißschuh thomas.weissschuh@linutronix.de ARM: clean up the memset64() C wrapper
-------------
Diffstat:
.../bindings/auxdisplay/holtek,ht16k33.yaml | 2 +- Documentation/hwmon/adm1177.rst | 8 +- .../ethernet/freescale/dpaa2/mac-phy-support.rst | 9 +- Makefile | 4 +- arch/arm/include/asm/string.h | 14 +- arch/arm/mach-omap2/cm_common.c | 8 +- arch/arm/mach-omap2/control.c | 29 +- arch/arm/mach-omap2/prm_common.c | 8 +- .../boot/dts/hisilicon/hi3798cv200-poplar.dts | 2 +- arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 1 + .../arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 1 - arch/mips/lib/multi3.c | 6 +- arch/parisc/include/asm/pgtable.h | 2 +- arch/parisc/kernel/head.S | 7 +- arch/powerpc/include/asm/uaccess.h | 2 +- arch/powerpc/platforms/83xx/km83xx.c | 4 +- arch/riscv/kernel/kgdb.c | 7 +- arch/s390/include/asm/barrier.h | 4 +- arch/s390/kernel/syscall.c | 2 + arch/sh/drivers/platform_early.c | 4 - arch/x86/include/asm/efi.h | 2 +- arch/x86/kernel/apic/apic.c | 6 + arch/x86/kernel/cpu/common.c | 18 +- arch/x86/kvm/mmu/mmu.c | 13 +- arch/x86/platform/efi/efi.c | 2 +- arch/x86/platform/efi/quirks.c | 55 ++- crypto/af_alg.c | 4 +- drivers/acpi/acpi_processor.c | 15 +- drivers/acpi/acpica/acevents.h | 4 + drivers/acpi/acpica/evregion.c | 6 +- drivers/acpi/acpica/evxfregn.c | 146 ++++++- drivers/acpi/ec.c | 52 ++- drivers/acpi/osi.c | 13 + drivers/acpi/osl.c | 2 +- drivers/acpi/sleep.c | 8 + drivers/ata/libata-core.c | 3 - drivers/ata/libata-sata.c | 4 +- drivers/ata/libata-scsi.c | 153 +++---- drivers/ata/libata-sff.c | 4 - drivers/ata/libata.h | 1 - drivers/base/power/runtime.c | 1 + drivers/base/property.c | 27 +- drivers/base/regmap/regmap.c | 30 +- drivers/block/drbd/drbd_actlog.c | 53 +-- drivers/block/drbd/drbd_interval.h | 5 +- drivers/bluetooth/btqca.c | 2 + drivers/bluetooth/btusb.c | 5 +- drivers/bluetooth/hci_ll.c | 2 + drivers/bus/omap-ocp2scp.c | 19 +- drivers/clk/tegra/clk-tegra124-emc.c | 2 +- drivers/comedi/drivers.c | 8 + drivers/comedi/drivers/dt2815.c | 12 + drivers/comedi/drivers/me4000.c | 16 +- drivers/comedi/drivers/me_daq.c | 35 +- drivers/comedi/drivers/ni_atmio16d.c | 3 +- drivers/cpufreq/cpufreq_conservative.c | 12 + drivers/cpufreq/cpufreq_governor.c | 3 + drivers/cpufreq/cpufreq_governor.h | 1 + drivers/cpuidle/cpuidle.c | 10 - drivers/dma/idxd/cdev.c | 10 +- drivers/dma/idxd/sysfs.c | 1 + drivers/dma/sh/rz-dmac.c | 33 +- drivers/dma/xilinx/xilinx_dma.c | 66 +-- drivers/firmware/arm_scpi.c | 5 +- drivers/firmware/efi/mokvar-table.c | 2 +- drivers/gpio/gpiolib-cdev.c | 13 + drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 6 +- drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 2 +- drivers/gpu/drm/ast/ast_dp501.c | 2 +- drivers/gpu/drm/drm_file.c | 5 +- drivers/gpu/drm/drm_ioc32.c | 2 + drivers/gpu/drm/drm_mode_config.c | 9 +- drivers/gpu/drm/exynos/exynos_drm_drv.h | 1 + drivers/gpu/drm/exynos/exynos_drm_vidi.c | 72 +++- drivers/gpu/drm/i915/display/intel_gmbus.c | 4 +- drivers/gpu/drm/i915/gt/intel_engine_cs.c | 3 +- drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c | 26 +- drivers/gpu/drm/nouveau/nouveau_connector.c | 3 + drivers/gpu/drm/radeon/si_dpm.c | 4 +- drivers/gpu/drm/tegra/dsi.c | 6 +- drivers/hid/hid-asus.c | 15 +- drivers/hid/hid-cmedia.c | 2 +- drivers/hid/hid-creative-sb0540.c | 2 +- drivers/hid/hid-magicmouse.c | 6 +- drivers/hid/hid-mcp2221.c | 2 + drivers/hid/hid-multitouch.c | 7 + drivers/hid/hid-zydacron.c | 2 +- drivers/hid/wacom_wac.c | 10 + drivers/hwmon/adm1177.c | 54 ++- drivers/hwmon/max16065.c | 26 +- drivers/hwmon/occ/common.c | 19 +- drivers/hwmon/pmbus/isl68137.c | 7 +- drivers/hwmon/pmbus/pxe1610.c | 5 +- drivers/hwmon/pmbus/q54sj108a2.c | 19 +- drivers/hwmon/pmbus/tps53679.c | 4 +- drivers/i2c/busses/i2c-cp2615.c | 5 +- drivers/i2c/busses/i2c-fsi.c | 1 + drivers/i3c/master/mipi-i3c-hci/cmd.h | 1 + drivers/i3c/master/mipi-i3c-hci/cmd_v1.c | 2 +- drivers/i3c/master/mipi-i3c-hci/cmd_v2.c | 2 +- drivers/i3c/master/mipi-i3c-hci/core.c | 6 +- drivers/i3c/master/mipi-i3c-hci/dma.c | 4 +- drivers/iio/adc/ad7923.c | 4 +- drivers/iio/chemical/bme680_core.c | 2 +- drivers/iio/chemical/sps30_i2c.c | 2 +- drivers/iio/chemical/sps30_serial.c | 2 +- drivers/iio/dac/ad5770r.c | 2 +- drivers/iio/dac/ds4424.c | 2 +- drivers/iio/gyro/mpu3050-core.c | 50 ++- drivers/iio/gyro/mpu3050-i2c.c | 3 +- drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c | 2 + drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c | 2 + drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 4 + drivers/iio/industrialio-core.c | 7 +- drivers/iio/industrialio-event.c | 9 + drivers/iio/inkern.c | 35 +- drivers/iio/light/vcnl4035.c | 18 +- drivers/iio/potentiometer/mcp4131.c | 2 +- drivers/infiniband/core/rw.c | 27 +- drivers/infiniband/hw/irdma/cm.c | 29 +- drivers/infiniband/hw/irdma/utils.c | 2 - drivers/infiniband/hw/irdma/verbs.c | 9 +- drivers/infiniband/hw/mthca/mthca_provider.c | 5 +- drivers/input/joystick/xpad.c | 2 + drivers/input/misc/uinput.c | 35 +- drivers/input/rmi4/rmi_f54.c | 4 +- drivers/input/serio/i8042-acpipnpio.h | 7 + drivers/iommu/intel/dmar.c | 3 +- drivers/irqchip/irq-gic-v3-its.c | 4 + drivers/media/dvb-core/dmxdev.c | 4 +- drivers/media/dvb-core/dvb_net.c | 3 + drivers/media/mc/mc-request.c | 5 + drivers/media/usb/uvc/uvc_driver.c | 88 ++-- drivers/media/usb/uvc/uvcvideo.h | 2 + drivers/media/v4l2-core/v4l2-ioctl.c | 5 +- drivers/memory/mtk-smi.c | 11 +- drivers/mfd/omap-usb-host.c | 11 +- drivers/mfd/qcom-pm8xxx.c | 53 +-- drivers/mmc/host/mmci_qcom_dml.c | 1 + drivers/mmc/host/sdhci-pci-gli.c | 9 + drivers/mmc/host/sdhci.c | 9 +- drivers/mmc/host/vub300.c | 2 +- drivers/mtd/nand/raw/brcmnand/brcmnand.c | 6 +- drivers/mtd/nand/raw/cadence-nand-controller.c | 2 +- drivers/mtd/nand/raw/nand_base.c | 14 +- drivers/mtd/nand/raw/pl35x-nand-controller.c | 3 + drivers/mtd/parsers/redboot.c | 6 +- drivers/net/arcnet/com20020-pci.c | 16 +- drivers/net/bonding/bond_debugfs.c | 16 +- drivers/net/bonding/bond_main.c | 8 +- drivers/net/caif/caif_serial.c | 3 + drivers/net/can/spi/hi311x.c | 5 +- drivers/net/can/spi/mcp251x.c | 15 +- drivers/net/can/usb/ems_usb.c | 7 +- drivers/net/can/usb/etas_es58x/es58x_core.c | 7 +- drivers/net/can/usb/gs_usb.c | 11 +- drivers/net/can/usb/ucan.c | 2 +- drivers/net/dsa/bcm_sf2.c | 8 +- drivers/net/ethernet/altera/altera_tse_main.c | 1 + drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 10 - drivers/net/ethernet/amd/xgbe/xgbe-main.c | 1 - drivers/net/ethernet/amd/xgbe/xgbe.h | 3 - drivers/net/ethernet/arc/emac_main.c | 11 + drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c | 2 +- drivers/net/ethernet/broadcom/tg3.c | 2 +- drivers/net/ethernet/cadence/macb_main.c | 18 +- drivers/net/ethernet/cadence/macb_pci.c | 10 +- drivers/net/ethernet/cadence/macb_ptp.c | 4 +- drivers/net/ethernet/faraday/ftgmac100.c | 28 +- drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h | 7 +- drivers/net/ethernet/freescale/dpaa2/dpaa2-mac.h | 10 +- .../freescale/dpaa2/dpaa2-switch-ethtool.c | 34 +- .../net/ethernet/freescale/dpaa2/dpaa2-switch.c | 57 ++- .../net/ethernet/freescale/dpaa2/dpaa2-switch.h | 9 +- .../net/ethernet/freescale/enetc/enetc_ethtool.c | 2 + drivers/net/ethernet/google/gve/gve.h | 1 + drivers/net/ethernet/google/gve/gve_main.c | 5 +- drivers/net/ethernet/intel/e1000/e1000_main.c | 2 - drivers/net/ethernet/intel/e1000e/netdev.c | 2 - drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 14 +- drivers/net/ethernet/intel/ice/ice_common.c | 1 + drivers/net/ethernet/intel/ice/ice_ethtool.c | 35 +- drivers/net/ethernet/intel/igc/igc_main.c | 7 +- drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 4 +- .../ethernet/marvell/octeontx2/af/rvu_devlink.c | 468 ++++++--------------- drivers/net/ethernet/mellanox/mlx5/core/devlink.c | 4 +- .../ethernet/mellanox/mlx5/core/en/reporter_tx.c | 1 - drivers/net/ethernet/mellanox/mlx5/core/fw.c | 49 ++- .../net/ethernet/mellanox/mlx5/core/mlx5_core.h | 4 +- drivers/net/ethernet/microsoft/mana/gdma_main.c | 4 - drivers/net/ethernet/microsoft/mana/hw_channel.c | 77 ++-- drivers/net/ethernet/microsoft/mana/mana_en.c | 23 +- drivers/net/ethernet/pensando/ionic/ionic_lif.c | 17 +- drivers/net/ethernet/qualcomm/qca_uart.c | 2 +- drivers/net/ethernet/stmicro/stmmac/chain_mode.c | 11 +- .../net/ethernet/stmicro/stmmac/dwmac-loongson.c | 2 +- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 18 +- drivers/net/ethernet/ti/am65-cpsw-nuss.c | 2 +- drivers/net/ethernet/ti/cpsw_ale.c | 9 +- drivers/net/ethernet/xilinx/xilinx_axienet.h | 4 +- drivers/net/phy/phy_device.c | 13 +- drivers/net/usb/aqc111.c | 12 +- drivers/net/usb/kalmia.c | 7 + drivers/net/usb/kaweth.c | 13 + drivers/net/usb/lan78xx.c | 8 +- drivers/net/usb/lan78xx.h | 3 + drivers/net/usb/pegasus.c | 13 +- drivers/net/usb/r8152.c | 1 + drivers/net/virtio_net.c | 1 + drivers/net/vxlan/vxlan_core.c | 11 +- .../net/wireless/broadcom/brcm80211/brcmsmac/dma.c | 2 +- drivers/net/wireless/marvell/libertas/main.c | 4 +- drivers/net/wireless/microchip/wilc1000/hif.c | 2 +- drivers/net/wireless/ralink/rt2x00/rt2x00usb.c | 2 +- drivers/net/wireless/st/cw1200/pm.c | 2 + drivers/net/wireless/ti/wlcore/main.c | 4 +- drivers/net/wireless/ti/wlcore/tx.c | 2 +- drivers/net/wireless/virt_wifi.c | 1 - drivers/nfc/nxp-nci/i2c.c | 4 +- drivers/nfc/pn533/uart.c | 14 +- drivers/nfc/pn533/usb.c | 1 + drivers/nvdimm/bus.c | 5 +- drivers/nvme/host/pci.c | 13 +- drivers/nvme/target/tcp.c | 6 +- drivers/pci/pci-driver.c | 8 - drivers/pci/pci.c | 10 +- drivers/pci/pci.h | 1 - drivers/phy/renesas/phy-rcar-gen3-usb2.c | 123 +++--- drivers/phy/ti/phy-j721e-wiz.c | 2 + drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 9 +- drivers/platform/olpc/olpc-xo175-ec.c | 2 +- drivers/platform/x86/dell/dell-wmi-base.c | 6 + .../dell/dell-wmi-sysman/passwordattr-interface.c | 1 - drivers/platform/x86/intel/hid.c | 13 + drivers/platform/x86/thinkpad_acpi.c | 6 +- drivers/platform/x86/touchscreen_dmi.c | 18 + drivers/regulator/pca9450-regulator.c | 41 +- drivers/remoteproc/mtk_scp.c | 39 ++ drivers/remoteproc/qcom_sysmon.c | 2 +- drivers/scsi/ibmvscsi/ibmvfc.c | 3 +- drivers/scsi/lpfc/lpfc_init.c | 2 + drivers/scsi/lpfc/lpfc_sli.c | 36 +- drivers/scsi/lpfc/lpfc_sli4.h | 3 + drivers/scsi/mpi3mr/mpi3mr_fw.c | 32 +- drivers/scsi/scsi_scan.c | 7 +- drivers/scsi/scsi_transport_sas.c | 2 +- drivers/scsi/ses.c | 7 +- drivers/scsi/storvsc_drv.c | 5 +- drivers/scsi/ufs/ufshcd.c | 29 +- drivers/soc/bcm/bcm2835-power.c | 27 +- drivers/soc/fsl/qbman/qman.c | 24 +- drivers/spi/spi-fsl-lpspi.c | 3 +- drivers/staging/rtl8723bs/core/rtw_ieee80211.c | 29 +- drivers/staging/rtl8723bs/core/rtw_mlme.c | 5 +- drivers/target/loopback/tcm_loop.c | 52 ++- drivers/thunderbolt/nhi.c | 2 +- drivers/tty/serial/8250/8250_dma.c | 15 + drivers/tty/serial/8250/8250_pci.c | 17 + drivers/tty/serial/8250/8250_port.c | 6 + drivers/tty/serial/uartlite.c | 1 + drivers/usb/cdns3/cdns3-gadget.c | 4 + drivers/usb/cdns3/core.c | 11 +- drivers/usb/class/cdc-acm.c | 14 + drivers/usb/class/cdc-acm.h | 2 + drivers/usb/class/cdc-wdm.c | 4 +- drivers/usb/class/usbtmc.c | 9 +- drivers/usb/common/ulpi.c | 5 +- drivers/usb/core/message.c | 100 ++++- drivers/usb/core/phy.c | 8 +- drivers/usb/core/quirks.c | 7 + drivers/usb/dwc2/gadget.c | 2 + drivers/usb/gadget/function/f_hid.c | 11 +- drivers/usb/gadget/function/f_rndis.c | 3 + drivers/usb/gadget/function/f_subset.c | 7 + drivers/usb/gadget/function/f_uac1_legacy.c | 47 ++- drivers/usb/gadget/function/f_uvc.c | 46 +- drivers/usb/gadget/function/u_ether.c | 8 +- drivers/usb/gadget/function/uvc.h | 3 + drivers/usb/gadget/function/uvc_v4l2.c | 13 +- drivers/usb/gadget/udc/dummy_hcd.c | 42 +- drivers/usb/host/ehci-brcm.c | 4 +- drivers/usb/host/xhci.c | 4 +- drivers/usb/image/mdc800.c | 6 +- drivers/usb/misc/uss720.c | 2 +- drivers/usb/misc/yurex.c | 2 +- drivers/usb/renesas_usbhs/common.c | 9 + drivers/usb/serial/io_edgeport.c | 3 + drivers/usb/serial/io_usbvend.h | 1 + drivers/usb/serial/option.c | 4 + drivers/video/fbdev/core/fbcon.c | 262 ++++++------ drivers/video/fbdev/core/fbcon.h | 4 +- drivers/video/fbdev/core/fbmem.c | 2 + drivers/xen/privcmd.c | 76 +++- drivers/xen/xen-acpi-processor.c | 7 +- fs/btrfs/disk-io.c | 4 +- fs/btrfs/ioctl.c | 3 +- fs/btrfs/tree-checker.c | 21 +- fs/btrfs/volumes.c | 5 +- fs/btrfs/zoned.c | 6 +- fs/ceph/dir.c | 15 +- fs/cifs/connect.c | 1 - fs/cifs/inode.c | 6 +- fs/cifs/smb2ops.c | 8 +- fs/erofs/zdata.c | 3 + fs/eventpoll.c | 5 +- fs/ext4/ext4.h | 1 + fs/ext4/extents.c | 22 +- fs/ext4/fast_commit.c | 17 +- fs/ext4/ialloc.c | 6 + fs/ext4/inode.c | 27 +- fs/ext4/mballoc.c | 69 ++- fs/ext4/super.c | 22 +- fs/ext4/sysfs.c | 10 +- fs/jbd2/checkpoint.c | 15 +- fs/ksmbd/mgmt/user_session.c | 4 +- fs/ksmbd/server.c | 6 +- fs/ksmbd/smb2pdu.c | 63 ++- fs/squashfs/cache.c | 3 + fs/xfs/xfs_dquot_item.c | 9 +- fs/xfs/xfs_inode_item.c | 9 +- fs/xfs/xfs_log.c | 2 + fs/xfs/xfs_mount.c | 7 +- include/acpi/acpixf.h | 142 ++++--- include/asm-generic/tlb.h | 77 +++- include/linux/dma-mapping.h | 4 +- include/linux/fbcon.h | 2 + include/linux/hugetlb.h | 17 +- include/linux/indirect_call_wrapper.h | 18 +- include/linux/irqchip/arm-gic-v3.h | 1 + include/linux/mm_types.h | 1 + include/linux/mmc/host.h | 9 +- include/linux/netfilter/ipset/ip_set.h | 2 +- include/linux/of.h | 2 + include/linux/security.h | 1 + include/linux/swapops.h | 20 +- include/linux/usb.h | 8 +- include/linux/usb/r8152.h | 1 + include/net/act_api.h | 1 + include/net/netfilter/nf_conntrack_timeout.h | 1 + include/net/netfilter/nf_tables.h | 7 +- include/net/netlink.h | 39 +- include/net/sch_generic.h | 10 + include/net/udp_tunnel.h | 2 +- include/sound/soc.h | 2 + include/trace/events/kmem.h | 8 +- include/uapi/linux/dma-buf.h | 1 + include/uapi/linux/netfilter/nf_conntrack_common.h | 4 + io_uring/io-wq.c | 2 +- io_uring/io_uring.c | 39 +- kernel/bpf/btf.c | 24 +- kernel/bpf/devmap.c | 22 +- kernel/bpf/verifier.c | 14 +- kernel/cgroup/cgroup.c | 1 + kernel/fork.c | 2 +- kernel/futex/core.c | 3 +- kernel/module.c | 7 + kernel/sched/idle.c | 39 +- kernel/sysctl.c | 2 +- kernel/time/alarmtimer.c | 2 +- kernel/time/time.c | 171 +++++++- kernel/trace/trace.c | 6 +- kernel/trace/trace_osnoise.c | 8 +- lib/bootconfig.c | 9 +- lib/crypto/chacha.c | 4 + lib/nlattr.c | 22 + mm/hugetlb.c | 141 ++++--- mm/mmu_gather.c | 33 ++ mm/rmap.c | 38 +- net/atm/lec.c | 98 +++-- net/atm/lec.h | 2 +- net/batman-adv/bat_iv_ogm.c | 3 + net/batman-adv/bat_v_elp.c | 10 +- net/batman-adv/hard-interface.c | 8 +- net/batman-adv/hard-interface.h | 1 + net/batman-adv/translation-table.c | 9 +- net/bluetooth/hidp/core.c | 16 +- net/bluetooth/l2cap_core.c | 55 ++- net/bluetooth/l2cap_sock.c | 3 + net/bluetooth/mgmt.c | 3 + net/bluetooth/sco.c | 10 +- net/bluetooth/smp.c | 13 +- net/bridge/br_arp_nd_proxy.c | 18 +- net/bridge/br_device.c | 2 +- net/bridge/br_input.c | 2 +- net/can/af_can.c | 4 +- net/can/af_can.h | 2 +- net/can/bcm.c | 1 + net/can/gw.c | 6 +- net/can/proc.c | 3 +- net/ceph/auth.c | 6 +- net/ceph/messenger_v2.c | 31 +- net/ceph/mon_client.c | 6 +- net/core/dev.c | 2 +- net/core/rtnetlink.c | 9 +- net/hsr/hsr_device.c | 32 +- net/ipv4/esp4.c | 11 +- net/ipv4/icmp.c | 4 +- net/ipv6/addrconf.c | 6 +- net/ipv6/datagram.c | 10 + net/ipv6/esp6.c | 11 +- net/ipv6/icmp.c | 3 + net/ipv6/ip6_flowlabel.c | 5 - net/ipv6/ip6_tunnel.c | 7 +- net/ipv6/ndisc.c | 3 + net/ipv6/netfilter/ip6t_rt.c | 4 + net/ipv6/route.c | 11 +- net/ipv6/seg6_iptunnel.c | 41 +- net/ipv6/xfrm6_output.c | 4 +- net/key/af_key.c | 19 +- net/l2tp/l2tp_ppp.c | 25 +- net/mac80211/debugfs.c | 14 +- net/mac80211/mesh.c | 6 + net/mctp/device.c | 17 +- net/mptcp/pm.c | 2 +- net/mptcp/pm_netlink.c | 81 ++-- net/mptcp/protocol.c | 2 + net/mptcp/protocol.h | 3 + net/mptcp/subflow.c | 15 +- net/ncsi/ncsi-aen.c | 3 +- net/ncsi/ncsi-rsp.c | 16 +- net/netfilter/ipset/ip_set_core.c | 4 +- net/netfilter/ipset/ip_set_hash_gen.h | 2 +- net/netfilter/ipset/ip_set_list_set.c | 4 +- net/netfilter/nf_conntrack_expect.c | 4 + net/netfilter/nf_conntrack_h323_asn1.c | 4 + net/netfilter/nf_conntrack_helper.c | 2 +- net/netfilter/nf_conntrack_netlink.c | 89 ++-- net/netfilter/nf_conntrack_proto_tcp.c | 10 +- net/netfilter/nf_conntrack_sip.c | 20 +- net/netfilter/nf_flow_table_offload.c | 196 ++++++--- net/netfilter/nf_tables_api.c | 12 +- net/netfilter/nfnetlink_cthelper.c | 8 +- net/netfilter/nfnetlink_log.c | 10 +- net/netfilter/nfnetlink_osf.c | 13 + net/netfilter/nfnetlink_queue.c | 4 +- net/netfilter/nft_ct.c | 11 +- net/netfilter/nft_payload.c | 6 +- net/netfilter/nft_set_pipapo.c | 59 ++- net/netfilter/nft_set_pipapo.h | 2 + net/netfilter/x_tables.c | 23 + net/netfilter/xt_CT.c | 4 + net/netfilter/xt_IDLETIMER.c | 6 + net/netfilter/xt_cgroup.c | 6 + net/netfilter/xt_dccp.c | 4 +- net/netfilter/xt_rateest.c | 5 + net/netfilter/xt_tcpudp.c | 6 +- net/netfilter/xt_time.c | 4 +- net/nfc/nci/core.c | 31 +- net/nfc/nci/data.c | 12 +- net/nfc/rawsock.c | 11 + net/openvswitch/flow_netlink.c | 2 + net/openvswitch/vport-netdev.c | 9 +- net/packet/af_packet.c | 1 + net/qrtr/af_qrtr.c | 31 +- net/rds/ib_rdma.c | 7 +- net/rfkill/core.c | 37 +- net/rose/af_rose.c | 5 + net/rxrpc/af_rxrpc.c | 6 - net/rxrpc/key.c | 2 +- net/rxrpc/server_key.c | 3 + net/sched/act_ct.c | 6 + net/sched/cls_api.c | 8 + net/sched/cls_flow.c | 10 +- net/sched/cls_fw.c | 14 +- net/sched/sch_ets.c | 12 +- net/sched/sch_hfsc.c | 4 +- net/sched/sch_teql.c | 1 + net/smc/af_smc.c | 152 +++++-- net/smc/smc.h | 34 ++ net/smc/smc_close.c | 7 +- net/smc/smc_rx.c | 9 +- net/sunrpc/cache.c | 26 +- net/sunrpc/xprtrdma/verbs.c | 7 +- net/tipc/group.c | 6 +- net/tipc/socket.c | 2 + net/tls/tls_sw.c | 10 + net/wireless/core.c | 4 +- net/wireless/core.h | 4 +- net/wireless/pmsr.c | 1 + net/wireless/radiotap.c | 4 +- net/wireless/scan.c | 14 +- net/x25/x25_in.c | 9 +- net/x25/x25_subr.c | 1 + net/xfrm/xfrm_interface_core.c | 2 +- net/xfrm/xfrm_output.c | 7 +- net/xfrm/xfrm_policy.c | 2 +- net/xfrm/xfrm_state.c | 1 + net/xfrm/xfrm_user.c | 1 + security/apparmor/apparmorfs.c | 228 ++++++---- security/apparmor/include/label.h | 16 +- security/apparmor/include/lib.h | 12 + security/apparmor/include/match.h | 1 + security/apparmor/include/policy.h | 13 +- security/apparmor/include/policy_ns.h | 2 + security/apparmor/include/policy_unpack.h | 83 ++-- security/apparmor/label.c | 12 +- security/apparmor/match.c | 58 ++- security/apparmor/policy.c | 82 +++- security/apparmor/policy_ns.c | 2 + security/apparmor/policy_unpack.c | 74 +++- security/security.c | 1 + sound/pci/ctxfi/ctdaio.c | 1 + sound/pci/hda/patch_conexant.c | 11 + sound/pci/hda/patch_realtek.c | 1 + sound/soc/amd/acp3x-rt5682-max9836.c | 9 +- sound/soc/codecs/adau1372.c | 34 +- sound/soc/fsl/fsl_easrc.c | 14 +- sound/soc/intel/catpt/device.c | 10 +- sound/soc/intel/catpt/dsp.c | 3 - sound/soc/meson/meson-codec-glue.c | 3 - sound/soc/soc-core.c | 44 +- sound/usb/caiaq/device.c | 2 +- sound/usb/endpoint.c | 10 +- sound/usb/quirks.c | 38 +- sound/usb/validate.c | 2 +- tools/bootconfig/main.c | 7 +- tools/objtool/check.c | 5 +- tools/testing/selftests/net/mptcp/simult_flows.sh | 11 +- 518 files changed, 5450 insertions(+), 2789 deletions(-)
# Librecast Test Results
020/020 [ OK ] liblcrq 010/010 [ OK ] libmld 120/120 [ OK ] liblibrecast
CPU/kernel: Linux auntie 5.15.203-rc1-00571-g0fdd6bfd28d1 #1 SMP Mon Apr 13 17:01:23 -00 2026 x86_64 AMD Ryzen 9 9950X 16-Core Processor AuthenticAMD GNU/Linux
Tested-by: Brett A C Sheffield bacs@librecast.net
On 4/13/26 08:52, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.203 release. There are 570 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed, 15 Apr 2026 15:57:08 +0000. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.203-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels, build tested on BMIPS_GENERIC:
Tested-by: Florian Fainelli florian.fainelli@broadcom.com
On Mon, Apr 13, 2026 at 05:52:11PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.203 release. There are 570 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed, 15 Apr 2026 15:57:08 +0000. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.203-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
The build problem I pointed out in 5.15.202 is still present:
drivers/i3c/master.c:2203:3: error: variable 'i2cdev' is uninitialized when used here [-Werror,-Wuninitialized] 2203 | i2cdev->dev = i2c_new_client_device(adap, &i2cboardinfo->base); | ^~~~~~
https://lore.kernel.org/20260318023542.GA2596820@ax162/
Our builds have been broken for a month:
https://github.com/ClangBuiltLinux/continuous-integration2/actions/workflows...
Cheers, Nathan
On Mon, 13 Apr 2026 17:52:11 +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.203 release. There are 570 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed, 15 Apr 2026 15:57:08 +0000. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.203-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
All tests passing for Tegra ...
Test results for stable-v5.15: 10 builds: 10 pass, 0 fail 28 boots: 28 pass, 0 fail 118 tests: 118 pass, 0 fail
Linux version: 5.15.203-rc1-g0fdd6bfd28d1 Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra186-p3509-0000+p3636-0001, tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000, tegra20-ventana, tegra210-p2371-2180, tegra210-p3450-0000, tegra30-cardhu-a04
Tested-by: Jon Hunter jonathanh@nvidia.com
Jon
Hi!
This is the start of the stable review cycle for the 5.15.203 release. There are 570 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
CIP testing did not find any problems here:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-5...
Tested-by: Pavel Machek (CIP) pavel@nabladev.com
Best regards, Pavel
On 4/13/26 08:52, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.203 release. There are 570 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed, 15 Apr 2026 15:57:08 +0000. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.203-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
Built and booted successfully on RISC-V RV64 (HiFive Unmatched).
Tested-by: Ron Economos re@w6rz.net
On 13/04/26 9:22 pm, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.203 release. There are 570 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed, 15 Apr 2026 15:57:08 +0000. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/ patch-5.15.203-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
Hi Greg,
No issues were seen on x86_64 and aarch64 platforms with our testing.
Tested-by: Vijayendra Suman vijayendra.suman@oracle.com
thanks,
greg k-h
On Mon, Apr 13, 2026 at 05:52:11PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.203 release. There are 570 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Tested-by: Mark Brown broonie@kernel.org
On 4/13/26 09:52, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.203 release. There are 570 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed, 15 Apr 2026 15:57:08 +0000. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.203-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
Compiled and booted on my test system. No dmesg regressions.
Tested-by: Shuah Khan skhan@linuxfoundation.org
thanks, -- Shuah
On 4/13/26 08:52, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.203 release. There are 570 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed, 15 Apr 2026 15:57:08 +0000. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.203-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y and the diffstat can be found below.
thanks,
greg k-h
I took the 5.15 stable-queue as of commit 8704fee09eadb945a49ce5cedc2cb2d506a50b9c ("drop 1 patch from queue-5.15 and queue-5.10 based on RC review feedback") and applied it on top of 5.15.202. This is up to date with most of the patch drops after 5.15.203-rc1. I then tested the resulting kernel on my Lenovo ThinkPad T14 Gen 1. It works well and I have not observed any regressions.
Tested-by: Barry K. Nathan barryn@pobox.com
(As of this writing, one more patch has been dropped from stable-queue, in gve, however the config I used for testing does not build the gve driver.)