All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	patches@lists.linux.dev, linux-kernel@vger.kernel.org,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
	lkft-triage@lists.linaro.org, pavel@nabladev.com,
	jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, rwarsow@gmx.de, conor@kernel.org,
	hargar@microsoft.com, broonie@kernel.org, achill@achill.org,
	sr@sladewatkins.com
Subject: [PATCH 6.12 000/349] 6.12.96-rc1 review
Date: Thu, 16 Jul 2026 15:28:54 +0200	[thread overview]
Message-ID: <20260716133033.287196923@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 6.12.96 release.
There are 349 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 Sat, 18 Jul 2026 13:30:01 +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/v6.x/stable-review/patch-6.12.96-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-6.12.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 6.12.96-rc1

Neill Kapron <nkapron@google.com>
    usb: gadget: f_fs: Initialize epfile->in early to fix endpoint direction checks

Ji'an Zhou <eilaimemedsnaimel@gmail.com>
    fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req

Joanne Koong <joannelkoong@gmail.com>
    fuse: re-lock request before returning from fuse_ref_folio()

Alberto Ruiz <aruiz@redhat.com>
    fuse: fix device node leak in cuse_process_init_reply()

Michael Bommarito <michael.bommarito@gmail.com>
    RDMA/siw: bound Read Response placement to the RREAD length

Zhenhao Wan <whi4ed0g@gmail.com>
    RDMA/rtrs-srv: Bound RDMA-Write length to chunk size in rdma_write_sg

Dmitry Torokhov <dmitry.torokhov@gmail.com>
    Input: maplecontrol - set driver data before registering input device

Dmitry Torokhov <dmitry.torokhov@gmail.com>
    Input: maplemouse - set driver data before registering input device

Dmitry Torokhov <dmitry.torokhov@gmail.com>
    Input: maple_keyb - set driver data before registering input device

Dmitry Torokhov <dmitry.torokhov@gmail.com>
    Input: mms114 - fix multi-touch slot corruption

Florian Fuchs <fuchsfl@gmail.com>
    Input: maplemouse - fix NULL pointer dereference in open()

Bryam Vargas <hexlabsecurity@proton.me>
    Input: mms114 - reject an oversized device packet size

Bryam Vargas <hexlabsecurity@proton.me>
    Input: touchwin - reset the packet index on every complete packet

Dmitry Torokhov <dmitry.torokhov@gmail.com>
    Input: mms114 - fix touch indexing for MMS134S and MMS136

Bryam Vargas <hexlabsecurity@proton.me>
    Input: iforce - bound the device-reported force-feedback effect index

Bryam Vargas <hexlabsecurity@proton.me>
    Input: goodix - clamp the device-reported contact count

Ranjan Kumar <kumarranja@chromium.org>
    Input: elan_i2c - prevent division by zero and arithmetic underflow

Bryam Vargas <hexlabsecurity@proton.me>
    Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED count

Bryam Vargas <hexlabsecurity@proton.me>
    Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count

Haoxiang Li <haoxiang_li2024@163.com>
    Input: synaptics-rmi4 - unregister function handlers on physical driver registration failure

Guillermo Rodríguez <guille.rodriguez@gmail.com>
    i2c: stm32f7: truncate clock period instead of rounding it

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    i2c: mpc: Fix timeout calculations

Johan Hovold <johan@kernel.org>
    i2c: core: fix adapter deregistration race

Johan Hovold <johan@kernel.org>
    i2c: core: fix adapter debugfs creation

Johan Hovold <johan@kernel.org>
    i2c: core: fix NULL-deref on adapter registration failure

Johan Hovold <johan@kernel.org>
    i2c: core: fix irq domain leak on adapter registration failure

Johan Hovold <johan@kernel.org>
    i2c: core: fix adapter probe deferral loop

Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com>
    dma-buf/udmabuf: skip redundant cpu sync to fix cacheline EEXIST warning

Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com>
    udmabuf: fix DMA direction mismatch in release_udmabuf()

Sean Christopherson <seanjc@google.com>
    KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode

Sean Christopherson <seanjc@google.com>
    KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exits

Sean Christopherson <seanjc@google.com>
    KVM: VMX: Refresh GUEST_PENDING_DBG_EXCEPTIONS.BS on all injected #DBs

Nicolin Chen <nicolinc@nvidia.com>
    iommufd: Set upper bounds on cache invalidation entry_num and entry_len

Weinan Liu <wnliu@google.com>
    iommu/amd: Don't split flush for amd_iommu_domain_flush_all()

Zenghui Yu <zenghui.yu@linux.dev>
    selftests/mm: pagemap_ioctl: use the correct page size for transact_test()

Pedro Falcato <pfalcato@suse.de>
    mm: do file ownership checks with the proper mount idmap

David Hildenbrand (Arm) <david@kernel.org>
    selftests: mm: fix and speedup "droppable" test

Anthony Yznaga <anthony.yznaga@oracle.com>
    mm: fix mmap errno value when MAP_DROPPABLE is not supported

Vivian Wang <wangruikang@iscas.ac.cn>
    riscv: mm: Unconditionally sfence.vma for spurious fault

Vivian Wang <wangruikang@iscas.ac.cn>
    riscv: mm: Define DIRECT_MAP_PHYSMEM_END

Koichiro Den <den@valinux.co.jp>
    NTB: epf: Fix request_irq() unwind in ntb_epf_init_isr()

Bryam Vargas <hexlabsecurity@proton.me>
    exfat: bound uniname advance in exfat_find_dir_entry()

Andrii Kuchmenko <capyenglishlite@gmail.com>
    module: decompress: check return value of module_extend_max_pages()

Benjamin Coddington <ben.coddington@hammerspace.com>
    NFSv4: include MAY_WRITE in open permission mask for O_TRUNC

Ricardo Robaina <rrobaina@redhat.com>
    audit: fix potential integer overflow in audit_log_n_hex()

Huihui Huang <hhhuang@smu.edu.sg>
    tracing: Prevent out-of-bounds read in glob matching

Johan Hovold <johan@kernel.org>
    i2c: core: fix hang on adapter registration failure

Wentao Liang <vulab@iscas.ac.cn>
    regulator: scmi: fix of_node refcount leak in scmi_regulator_probe()

Janne Grunau <j@jannau.net>
    watchdog: apple: Add "apple,t8103-wdt" compatible

Vasily Khoruzhick <vasilykh@arista.com>
    EDAC/i10nm: Don't fail probing if ADXL is missing

Carlos Song <carlos.song@nxp.com>
    spi: fsl-lpspi: terminate the RX channel on TX prepare failure path

Carlos Song <carlos.song@nxp.com>
    spi: fsl-lpspi: replace dmaengine_terminate_all() with dmaengine_terminate_sync()

Mark Rutland <mark.rutland@arm.com>
    arm64: fpsimd: Fix type mismatch in sme_{save,load}_state()

Paul Louvel <paul.louvel@bootlin.com>
    crypto: talitos/hash - fix SEC2 64k - 1 ahash request limitation

Paul Louvel <paul.louvel@bootlin.com>
    crypto: talitos/hash - remove useless wrapper

Paul Louvel <paul.louvel@bootlin.com>
    crypto: talitos/hash - rename first_desc/last_desc to first_request/last_request

Paul Louvel <paul.louvel@bootlin.com>
    crypto: talitos/hash - drop workqueue mechanism for SEC1

Paul Louvel <paul.louvel@bootlin.com>
    crypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueue

Paul Louvel <paul.louvel@bootlin.com>
    crypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional descriptor

Paul Louvel <paul.louvel@bootlin.com>
    crypto: talitos - move code in current_desc_hdr() into a standalone function

Paul Louvel <paul.louvel@bootlin.com>
    crypto: talitos - move dma mapping code in talitos_submit() into a standalone dma_map_request() function

Paul Louvel <paul.louvel@bootlin.com>
    crypto: talitos - move dma unmapping code in flush_channel() into a standalone dma_unmap_request() function

Paul Louvel <paul.louvel@bootlin.com>
    crypto: talitos - add chaining of arbitrary number of descriptor for the SEC1

Paul Louvel <paul.louvel@bootlin.com>
    crypto: talitos - use dma_sync_single_for_cpu() before reading descriptor header

Giovanni Cabiddu <giovanni.cabiddu@intel.com>
    crypto: qat - validate RSA CRT component lengths

Ahsan Atta <ahsan.atta@intel.com>
    crypto: qat - protect service table iterations with service_lock

Ahsan Atta <ahsan.atta@intel.com>
    crypto: qat - notify fatal error before AER reset preparation

Ahsan Atta <ahsan.atta@intel.com>
    crypto: qat - keep VFs enabled during reset

Eric Biggers <ebiggers@kernel.org>
    crypto: drbg - Fix the fips_enabled priority boost

Eric Biggers <ebiggers@kernel.org>
    crypto: drbg - Fix drbg_max_addtl() on 64-bit kernels

Eric Biggers <ebiggers@kernel.org>
    crypto: drbg - Fix returning success on failure in CTR_DRBG

Tycho Andersen (AMD) <tycho@kernel.org>
    crypto: ccp - Do not initialize SNP for ioctl(SNP_VLEK_LOAD)

Tycho Andersen (AMD) <tycho@kernel.org>
    crypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT)

Tycho Andersen (AMD) <tycho@kernel.org>
    crypto: ccp - Do not initialize SNP for SEV ioctls

Wentao Liang <vulab@iscas.ac.cn>
    crypto: tegra - fix refcount leak in tegra_se_host1x_submit()

Ruijie Li <ruijieli51@gmail.com>
    crypto: pcrypt - restore callback for non-parallel fallback

Anastasia Tishchenko <sv3iry@gmail.com>
    crypto: ecc - Fix carry overflow in vli multiplication

Thorsten Blum <thorsten.blum@linux.dev>
    crypto: caam - use print_hex_dump_devel to guard key hex dumps again

Thorsten Blum <thorsten.blum@linux.dev>
    crypto: caam - use print_hex_dump_devel to guard key hex dumps

Eric Biggers <ebiggers@kernel.org>
    crypto: af_alg - Remove zero-copy support from skcipher and aead

Bryam Vargas <hexlabsecurity@proton.me>
    isofs: bound Rock Ridge symlink components to the SL record

Bryam Vargas <hexlabsecurity@proton.me>
    partitions: aix: bound the pp_count scan to the ppe array

Qu Wenruo <wqu@suse.com>
    btrfs: do not trim a device which is not writeable

Tianchu Chen <flynnnchen@tencent.com>
    nvmet-auth: validate reply message payload bounds against transfer length

Bryam Vargas <hexlabsecurity@proton.me>
    nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page

Achkinazi, Igor <Igor.Achkinazi@dell.com>
    nvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disks

Mikulas Patocka <mpatocka@redhat.com>
    dm-ioctl: report an error if a device has no table

Wentao Liang <vulab@iscas.ac.cn>
    nvme: target: rdma: fix ndev refcount leak on queue connect

Wentao Liang <vulab@iscas.ac.cn>
    hwrng: jh7110 - fix refcount leak in starfive_trng_read()

Bryam Vargas <hexlabsecurity@proton.me>
    udf: validate sparing table length as an entry count, not a byte count

Bryam Vargas <hexlabsecurity@proton.me>
    udf: validate VAT header length against the VAT inode size

Michael Bommarito <michael.bommarito@gmail.com>
    udf: validate free block extents against the partition length

Maciej W. Rozycki <macro@orcam.me.uk>
    PCI: Always lift 2.5GT/s restriction in PCIe failed link retraining

Reinette Chatre <reinette.chatre@intel.com>
    x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC enabled

Chao Shi <coshi036@gmail.com>
    block: skip sync_blockdev() on surprise removal in bdev_mark_dead()

Paul Cercueil <paul@crapouillou.net>
    usb: gadget: f_fs: Fix DMA fence leak

Paul Menzel <pmenzel@molgen.mpg.de>
    usb: typec: ucsi: cancel pending work on system suspend

Fan Wu <fanwu01@zju.edu.cn>
    usb: typec: ucsi: ccg: Fix use-after-free of ucsi on remove

Madhu M <madhu.m@intel.com>
    usb: typec: ucsi: Pass full DP config payload in SET_NEW_CAM for DP alt mode

Andrei Kuchynski <akuchynski@chromium.org>
    usb: typec: ucsi: Invert DisplayPort role assignment

Badhri Jagan Sridharan <badhri@google.com>
    usb: typec: tcpm: Validate SVID index in svdm_consume_modes()

Andy Yan <andyshrk@163.com>
    usb: typec: tcpm: Fix VDM type for Enter Mode commands

Shuangpeng Bai <shuangpeng.kernel@gmail.com>
    usb: typec: class: drop PD lookup reference

Myeonghun Pak <mhun512@gmail.com>
    usb: typec: anx7411: use devm_pm_runtime_enable()

Sam Day <me@samcday.com>
    usbip: vudc: fix NULL deref in vep_dequeue()

Yichong Chen <chenyichong@uniontech.com>
    usbip: tools: support SuperSpeedPlus devices

Xu Rao <raoxu@uniontech.com>
    USB: usb-storage: ene_ub6250: restore media-ready check

Johan Hovold <johan@kernel.org>
    USB: ulpi: fix memory leak on registration failure

Johan Hovold <johan@kernel.org>
    USB: serial: digi_acceleport: fix write buffer corruption

Johan Hovold <johan@kernel.org>
    USB: serial: digi_acceleport: fix hard lockup on disconnect

Johan Hovold <johan@kernel.org>
    USB: serial: digi_acceleport: fix broken rx after throttle

Fabio Porcedda <fabio.porcedda@gmail.com>
    USB: serial: option: add Telit Cinterion FE990D50 compositions

Johan Hovold <johan@kernel.org>
    USB: serial: keyspan_pda: fix information leak

Haoxiang Li <haoxiang_li2024@163.com>
    usb: mtu3: unmap request DMA on queue failure

Myeonghun Pak <mhun512@gmail.com>
    USB: misc: uss720: unregister parport on probe failure

Xu Rao <raoxu@uniontech.com>
    USB: storage: include US_FL_NO_SAME in quirks mask

Myeonghun Pak <mhun512@gmail.com>
    usb: sl811-hcd: disable controller wakeup on remove

Johan Hovold <johan@kernel.org>
    USB: legousbtower: fix use-after-free on disconnect race

Erich E. Hoover <erich.e.hoover@gmail.com>
    USB: quirks: add NO_LPM for the Samsung T5 EVO Portable SSD

Johan Hovold <johan@kernel.org>
    USB: iowarrior: fix use-after-free on disconnect

Johan Hovold <johan@kernel.org>
    USB: ldusb: fix use-after-free on disconnect race

Johan Hovold <johan@kernel.org>
    USB: idmouse: fix use-after-free on disconnect race

Xu Rao <raoxu@uniontech.com>
    usb: gadget: f_printer: take kref only for successful open

Jimmy Hu <hhhuuu@google.com>
    usb: gadget: udc: Fix use-after-free in gadget_match_driver

Maoyi Xie <maoyixie.tju@gmail.com>
    usb: gadget: composite: fix dead empty check in the USB_DT_OTG handler

Dawei Feng <dawei.feng@seu.edu.cn>
    usb: free iso schedules on failed submit

WenTao Liang <vulab@iscas.ac.cn>
    usb: dwc3: meson-g12a: fix refcount leak in dwc3_meson_g12a_resume()

Rodrigo Lugathe da Conceição Alves <lugathe2@gmail.com>
    USB: core: add USB_QUIRK_NO_LPM for VIA Labs USB 2.0 hub

Haoxiang Li <haoxiang_li2024@163.com>
    usb: cdnsp: fix stream context array leak in cdnsp_alloc_stream_info()

Jared Baldridge <jrb@expunge.us>
    usb: cdc_acm: Add quirk for Uniden BC125AT scanner

Maoyi Xie <maoyixie.tju@gmail.com>
    net: usb: kalmia: bound RX frame length in kalmia_rx_fixup()

Paul Moses <p@1g4.org>
    bpf: Validate BTF repeated field counts before expansion

Dawei Feng <dawei.feng@seu.edu.cn>
    bpf: Restore sysctl new-value from 1 to 0

Zhao Zhang <zzhan461@ucr.edu>
    bpf: Reject fragmented frames in devmap

Yingjie Gao <gaoyingjie@uniontech.com>
    xfs: fix exchmaps reservation limit check

Darrick J. Wong <djwong@kernel.org>
    xfs: fix pointer arithmetic error on 32-bit systems

Alexey Nepomnyashih <sdl@nppct.ru>
    xfs: fix unreachable BIGTIME check in dquot flush validation

Yingjie Gao <gaoyingjie@uniontech.com>
    xfs: release dquot buffer after dqflush failure

Yousef Alhouseen <alhouseenyousef@gmail.com>
    xfs: use null daddr for unset first bad log block

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    serial: 8250_mid: Disable DMA for selected platforms

Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
    media: mtk-jpeg: cancel workqueue on release for supported platforms only

Deepanshu Kartikey <kartikey406@gmail.com>
    nilfs2: reject CLEAN_SEGMENTS ioctl with out-of-range segment numbers

Tristan Madani <tristan@talencesecurity.com>
    hfs/hfsplus: zero-initialize buffer in hfs_bnode_read

Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
    HID: sensor-hub: Add sensor_hub_input_attr_read_values() for multi-byte reads

Maoyi Xie <maoyixie.tju@gmail.com>
    HID: lg-g15: cancel pending work on remove to fix a use-after-free

Manish Khadka <maskmemanish@gmail.com>
    HID: letsketch: fix UAF on inrange_timer at driver unbind

Myeonghun Pak <mhun512@gmail.com>
    HID: wacom: stop hardware after post-start probe failures

Tianchu Chen <flynnnchen@tencent.com>
    HID: hid-goodix-spi: validate report size to prevent stack buffer overflow

Yichong Chen <chenyichong@uniontech.com>
    tools/mm/slabinfo: fix total_objects attribute name

Xuewen Wang <wangxuewen@kylinos.cn>
    tools/mm/slabinfo: Fix trace disable logic inversion

Vlastimil Babka (SUSE) <vbabka@kernel.org>
    mm/slab: do not limit zeroing to orig_size when only red zoning is enabled

Lukas Wunner <lukas@wunner.de>
    X.509: Fix validation of ASN.1 certificate header

Robin Murphy <robin.murphy@arm.com>
    perf/arm-cmn: Fix DVM node events

Kartik Rajput <kkartik@nvidia.com>
    clocksource/drivers/timer-tegra186: Fix support for multiple watchdog instances

Thomas Gleixner <tglx@kernel.org>
    time/jiffies: Register jiffies clocksource before usage

WenTao Liang <vulab@iscas.ac.cn>
    posix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error path

Yuho Choi <dbgh9129@gmail.com>
    cpufreq: pcc: fix use-after-free and double free in _OSC evaluation

Tianxiang Chen <nanmu@xiaomi.com>
    cpufreq: Fix hotplug-suspend race during reboot

Steven Rostedt <rostedt@goodmis.org>
    sched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RT

Fushuai Wang <wangfushuai@baidu.com>
    cpufreq: intel_pstate: Sync policy->cur during CPU offline

Guangshuo Li <lgs201920130244@gmail.com>
    firmware_loader: fix device reference leak in firmware_upload_register()

Guangshuo Li <lgs201920130244@gmail.com>
    cpufreq: qcom-cpufreq-hw: Fix possible double free

Abdun Nihaal <nihaal@cse.iitm.ac.in>
    OPP: of: Fix potential memory leak in opp_parse_supplies()

Baokun Li <libaokun@linux.alibaba.com>
    writeback: fix race between cgroup_writeback_umount() and inode_switch_wbs()

Norbert Manthey <nmanthey@amazon.de>
    smb: client: mask server-provided mode to 07777 in modefromsid

Xu Rao <raoxu@uniontech.com>
    smb: client: fix atime clamp check in read completion

Zihan Xi <xizh2024@lzu.edu.cn>
    smb: client: harden POSIX SID length parsing

Zihan Xi <xizh2024@lzu.edu.cn>
    smb: client: use unaligned reads in parse_posix_ctxt()

Haoxiang Li <haoxiang_li2024@163.com>
    smb: client: Fix next buffer leak in receive_encrypted_standard()

Henrique Carvalho <henrique.carvalho@suse.com>
    smb: client: fix double-free in SMB2_close() replay

Henrique Carvalho <henrique.carvalho@suse.com>
    smb: client: fix double-free in SMB2_open() replay

Zhao Zhang <zzhan461@ucr.edu>
    smb: client: fix double-free in SMB2_flush() replay

Henrique Carvalho <henrique.carvalho@suse.com>
    smb: client: fix change notify replay double-free

Henrique Carvalho <henrique.carvalho@suse.com>
    smb: client: fix double-free in SMB2_ioctl() replay

Henrique Carvalho <henrique.carvalho@suse.com>
    smb: client: fix query_info() replay double-free

Henrique Carvalho <henrique.carvalho@suse.com>
    smb: client: fix query directory replay double-free

Namjae Jeon <linkinjeon@kernel.org>
    ksmbd: use opener credentials for ADS I/O

Namjae Jeon <linkinjeon@kernel.org>
    ksmbd: use opener credentials for delete-on-close

Gil Portnoy <dddhkts1@gmail.com>
    ksmbd: add per-handle permission check to FILE_LINK_INFORMATION

Gil Portnoy <dddhkts1@gmail.com>
    ksmbd: enforce FILE_READ_ATTRIBUTES on SMB_FIND_FILE_POSIX_INFORMATION

Namjae Jeon <linkinjeon@kernel.org>
    ksmbd: run set info with opener credentials

Gil Portnoy <dddhkts1@gmail.com>
    ksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITY

Namjae Jeon <linkinjeon@kernel.org>
    ksmbd: require source read access for duplicate extents

Davide Ornaghi <d.ornaghi97@gmail.com>
    ksmbd: fix UAF of struct file_lock in SMB2_LOCK deferred-lock cancellation

Namjae Jeon <linkinjeon@kernel.org>
    ksmbd: serialize QUERY_DIRECTORY requests per file

Gil Portnoy <dddhkts1@gmail.com>
    ksmbd: add a permission check for FSCTL_SET_ZERO_DATA

Gil Portnoy <dddhkts1@gmail.com>
    ksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILE

Dan Carpenter <error27@gmail.com>
    smb/client: Fix error code in smb2_aead_req_alloc()

Junrui Luo <moonafterrain@outlook.com>
    coresight: ultrasoc-smb: Fix OOB write in smb_sync_perf_buffer()

Deepanshu Kartikey <kartikey406@gmail.com>
    fs/ntfs3: fix missing run load for vcn0 in attr_data_get_block_locked()

Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
    fs/ntfs3: zero-fill folios beyond i_valid in ntfs_read_folio()

Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
    fs/ntfs3: fsync files by syncing parent inodes

Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
    fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmpr

Muhammad Bilal <meatuni001@gmail.com>
    Bluetooth: L2CAP: validate option length before reading conf opt value

Muhammad Bilal <meatuni001@gmail.com>
    Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync()

Pauli Virtanen <pav@iki.fi>
    Bluetooth: hci_uart: clear HCI_UART_SENDING when write_work is canceled

Yousef Alhouseen <alhouseenyousef@gmail.com>
    Bluetooth: fix UAF in bt_accept_dequeue()

Maoyi Xie <maoyixie.tju@gmail.com>
    Bluetooth: btnxpuart: Fix out-of-bounds firmware read in nxp_recv_fw_req_v3()

Yousef Alhouseen <alhouseenyousef@gmail.com>
    Bluetooth: bnep: pin L2CAP connection during netdev registration

Sergey Senozhatsky <senozhatsky@chromium.org>
    Bluetooth: btmtksdio: fix infinite loop in btmtksdio_txrx_work()

Xiang Mei <xmei5@asu.edu>
    netfilter: ebtables: terminate table name before find_table_lock()

Florian Westphal <fw@strlen.de>
    netfilter: ebtables: module names must be null-terminated

Florian Westphal <fw@strlen.de>
    netfilter: handle unreadable frags

Pratham Gupta <pratham36gupta@gmail.com>
    netfilter: ctnetlink: use nf_ct_exp_net() in expectation dump

Zijiang Huang <huangzjsmile@gmail.com>
    mm/swap: add cond_resched() in swap_reclaim_full_clusters to prevent softlockup

Qi Zheng <zhengqi.arch@bytedance.com>
    mm: shrinker: fix NULL pointer dereference in debugfs

Qi Zheng <zhengqi.arch@bytedance.com>
    mm: shrinker: fix shrinker_info teardown race with expansion

Shakeel Butt <shakeel.butt@linux.dev>
    mm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show()

Andrei Kuchynski <akuchynski@chromium.org>
    mfd: cros_ec: Delay dev_set_drvdata() until probe success

Wyatt Feng <bronzed_45_vested@icloud.com>
    net: ipv4: bound TCP reordering sysctl writes and MTU probe sizes

Yuyang Huang <yuyanghuang@google.com>
    ipv4: igmp: remove multicast group from hash table on device destruction

Breno Leitao <leitao@debian.org>
    netpoll: fix a use-after-free on shutdown path

Runyu Xiao <runyu.xiao@seu.edu.cn>
    io_uring/io-wq: re-check IO_WQ_BIT_EXIT for each linked work item

Runyu Xiao <runyu.xiao@seu.edu.cn>
    gpio: eic-sprd: use raw_spinlock_t in the irq startup path

Koichiro Den <den@valinux.co.jp>
    NTB: epf: Avoid calling pci_irq_vector() from hardirq context

Yunpeng Tian <shionthanatos@gmail.com>
    fs/ntfs3: validate Dirty Page Table capacity in log_replay copy_lcns

Thomas Gleixner <tglx@kernel.org>
    debugobjects: Plug race against a concurrent OOM disable

Runyu Xiao <runyu.xiao@seu.edu.cn>
    coresight: etb10: restore atomic_t for shared reading state

Samuel Page <sam@bynar.io>
    Bluetooth: MGMT: Fix UAF of hci_conn_params in add_device_complete

Chi Wang <wangchi@kylinos.cn>
    audit: Fix data races of skb_queue_len() readers on audit_queue

Zijing Yin <yzjaurora@gmail.com>
    net: af_key: initialize alg_key_len for IPComp states

Gil Portnoy <dddhkts1@gmail.com>
    ksmbd: fix use-after-free of a deferred file_lock on SMB2_CLOSE then SMB2_CANCEL

Dawei Feng <dawei.feng@seu.edu.cn>
    crypto: amlogic - avoid double cleanup in meson_crypto_probe()

Alexandru Hossu <hossu.alexandru@gmail.com>
    staging: rtl8723bs: fix OOB write in HT_caps_handler()

Alexandru Hossu <hossu.alexandru@gmail.com>
    staging: rtl8723bs: fix OOB reads in is_ap_in_tkip() IE loop

Alexandru Hossu <hossu.alexandru@gmail.com>
    staging: rtl8723bs: fix OOB reads in IE loops in issue_assocreq() and join_cmd_hdl()

Alexandru Hossu <hossu.alexandru@gmail.com>
    staging: rtl8723bs: fix OOB read in update_beacon_info() IE loop

Alexandru Hossu <hossu.alexandru@gmail.com>
    staging: rtl8723bs: fix OOB read in OnAssocRsp() IE loop

Alexandru Hossu <hossu.alexandru@gmail.com>
    staging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth()

Alexandru Hossu <hossu.alexandru@gmail.com>
    staging: rtl8723bs: fix heap buffer overflow in rtw_cfg80211_set_wpa_ie()

Arnd Bergmann <arnd@arndb.de>
    staging: media: atomisp: reduce load_primary_binaries() stack usage

Ricardo Ribalda <ribalda@chromium.org>
    media: staging: ipu3-imgu: Add range check for imgu_css_cfg_acc_stripe

Hao-Qun Huang <alvinhuang0603@gmail.com>
    staging: vme_user: fix location monitor leak in tsi148 bridge

Hao-Qun Huang <alvinhuang0603@gmail.com>
    staging: vme_user: fix location monitor leak in fake bridge

Shoichiro Miyamoto <shoichiro.miyamoto@gmail.com>
    smb: client: restrict implied bcc[0] exemption to responses without data area

Michael Tautschnig <tautschn@amazon.com>
    staging: vme_user: bound slave read/write to the kern_buf size

Samuel Page <sam@bynar.io>
    tipc: fix out-of-bounds read in broadcast Gap ACK blocks

Yizhou Zhao <zhaoyz24@mails.tsinghua.edu.cn>
    6lowpan: fix NHC entry use-after-free on error path

Runyu Xiao <runyu.xiao@seu.edu.cn>
    usb: dwc3: run gadget disconnect from sleepable suspend context

Alan Stern <stern@rowland.harvard.edu>
    USB: chaoskey: Fix slab-use-after-free in chaoskey_release()

Michael Bommarito <michael.bommarito@gmail.com>
    hwrng: virtio: clamp device-reported used.len at copy_data()

Johan Hovold <johan@kernel.org>
    virtio-mmio: fix device release warning on module unload

Ammar Faizi <ammarfaizi2@openresty.com>
    virtio_pci: fix vq info pointer lookup via wrong index

Xiang Mei <xmei5@asu.edu>
    netfilter: ipset: fix race between dump and ip_set_list resize

SeongJae Park <sj@kernel.org>
    mm/damon/ops-common: handle extreme intervals in damon_hot_score()

Richard Zhu <hongxing.zhu@nxp.com>
    PCI: imx6: Fix IMX6SX_GPR12_PCIE_TEST_POWERDOWN handling

Ratheesh Kannoth <rkannoth@marvell.com>
    PCI: host-common: Request bus reassignment when not probe-only

Mahesh Vaidya <mahesh.vaidya@altera.com>
    PCI: altera: Do not dispose parent IRQ mapping

Ziyao Li <liziyao@uniontech.com>
    PCI: loongson: Override PCIe bridge supported speeds for Loongson-3C6000 series

Myeonghun Pak <mhun512@gmail.com>
    usb: typec: tcpci_rt1711h: unregister TCPCI port with devres

胡连勤 <hulianqin@vivo.com>
    usb: xhci: Fix sleep in atomic context in xhci_free_streams()

Carlos Llamas <cmllamas@google.com>
    binder: fix UAF in binder_free_transaction()

Carlos Llamas <cmllamas@google.com>
    binder: fix UAF in binder_thread_release()

Johan Hovold <johan@kernel.org>
    Bluetooth: btusb: fix wakeup source leak on probe failure

Johan Hovold <johan@kernel.org>
    Bluetooth: btusb: fix use-after-free on marvell probe failure

Johan Hovold <johan@kernel.org>
    Bluetooth: btusb: fix use-after-free on registration failure

Zenm Chen <zenmchen@gmail.com>
    Bluetooth: btusb: Add USB ID 2c4e:0128 for Mercusys MA60XNB

Alex Williamson <alex.williamson@nvidia.com>
    vfio: Remove device debugfs before releasing devres

Junrui Luo <moonafterrain@outlook.com>
    vfio: prevent infinite loop in vfio_mig_get_next_state() on blocked arc

Alex Williamson <alex.williamson@nvidia.com>
    vfio/pci: Fix racy bitfields and tighten struct layout

Alex Williamson <alex.williamson@nvidia.com>
    vfio/pci: Release the VGA arbiter client on register_device() failure

Alex Williamson <alex.williamson@nvidia.com>
    vfio/pci: Latch disable_idle_d3 per device

Raghavendra Rao Ananta <rananta@google.com>
    vfio/pci: Use a private flag to prevent power state change with VFs

Cássio Gabriel <cassiogabrielcontato@gmail.com>
    ALSA: usb-audio: Update US-16x08 EQ/comp shadow state after successful writes

Cássio Gabriel <cassiogabrielcontato@gmail.com>
    ALSA: usb-audio: Update Babyface Pro control caches only after successful writes

Cássio Gabriel <cassiogabrielcontato@gmail.com>
    ALSA: usb-audio: Roll back quirk control caches on write errors

Cássio Gabriel <cassiogabrielcontato@gmail.com>
    ALSA: usb-audio: Propagate US-16x08 write errors in route/mix EQ-switch put callbacks

Cássio Gabriel <cassiogabrielcontato@gmail.com>
    ALSA: usb-audio: Propagate errors in scarlett_ctl_enum_put()

Darvell Long <contact@darvell.me>
    ALSA: usb-audio: avoid kobject path lookup in DualSense match

HyeongJun An <sammiee5311@gmail.com>
    ALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()

Zhao Dongdong <zhaodongdong@kylinos.cn>
    ALSA: ice1712: check snd_ctl_new1() return value

Zhao Dongdong <zhaodongdong@kylinos.cn>
    ALSA: gus: check snd_ctl_new1() return value

Maoyi Xie <maoyixie.tju@gmail.com>
    ALSA: firewire: isight: bound the sample count to the packet payload

Zhao Dongdong <zhaodongdong@kylinos.cn>
    ALSA: es1938: check snd_ctl_new1() return value

Zhao Dongdong <zhaodongdong@kylinos.cn>
    ALSA: cmipci: check snd_ctl_new1() return value

Maoyi Xie <maoyixie.tju@gmail.com>
    ALSA: caiaq: fix out-of-bounds read in the Traktor Kontrol S4 input parser

Zhao Dongdong <zhaodongdong@kylinos.cn>
    ALSA: ymfpci: check snd_ctl_new1() return value

Cássio Gabriel <cassiogabrielcontato@gmail.com>
    ALSA: virtio: Validate control metadata from the device

Cássio Gabriel <cassiogabrielcontato@gmail.com>
    ALSA: virtio: Add missing 384 kHz PCM rate mapping

Liviu Stan <liviu.stan@analog.com>
    iio: temperature: ltc2983: Fix reinit_completion() called after conversion start

Liviu Stan <liviu.stan@analog.com>
    iio: temperature: ltc2983: Fix n_wires default bypassing rotation check

Pengpeng Hou <pengpeng@iscas.ac.cn>
    iio: temperature: Build mlx90635 with CONFIG_MLX90635

Stepan Ionichev <sozdayvek@gmail.com>
    iio: resolver: ad2s1210: notify trigger and clear state on fault read error

Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    iio: magnetometer: ak8975: Add missed pm_runtime_put_autosuspend() call

Javier Carrasco <javier.carrasco.cruz@gmail.com>
    iio: light: veml6030: fix channel type when pushing events

Stepan Ionichev <sozdayvek@gmail.com>
    iio: light: tsl2591: return actual error from probe IRQ failure

Joshua Crofts <joshua.crofts1@gmail.com>
    iio: light: opt3001: fix missing state reset on timeout

Biren Pandya <birenpandya@gmail.com>
    iio: light: gp2ap002: fix runtime PM leak on read error

Vidhu Sarwal <vidhu.linux@gmail.com>
    iio: light: al3010: fix incorrect scale for the highest gain range

Andreas Kempe <andreas.kempe@actia.se>
    iio: imu: st_lsm6dsx: deselect shub page before reading whoami

Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com>
    iio: imu: inv_icm42600: fix timestamping by limiting FIFO reading

Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com>
    iio: imu: inv_icm42600: fix timestamp clock period by using lower value

Runyu Xiao <runyu.xiao@seu.edu.cn>
    iio: imu: bmi160: add IRQF_NO_THREAD to data-ready trigger IRQ

Runyu Xiao <runyu.xiao@seu.edu.cn>
    iio: imu: adis: add IRQF_NO_THREAD to non-FIFO trigger IRQ

Stepan Ionichev <sozdayvek@gmail.com>
    iio: gyro: bmg160: wait full startup time after mode change at probe

Stepan Ionichev <sozdayvek@gmail.com>
    iio: gyro: bmg160: bail out when bandwidth/filter is not in table

Lars-Peter Clausen <lars@metafoo.de>
    iio: event: Fix event FIFO reset race

Herman van Hazendonk <github.com@herrie.org>
    iio: common: st_sensors: honour channel endianness in read_axis_data

Maxwell Doose <m32285159@gmail.com>
    iio: chemical: scd30: Cleanup initializations and fix sign-extension bug

Dan Carpenter <error27@gmail.com>
    iio: backend: fix uninitialized data in debugfs

Pengpeng Hou <pengpeng@iscas.ac.cn>
    iio: adc: ti-ads124s08: Return reset GPIO lookup errors

Guangshuo Li <lgs201920130244@gmail.com>
    iio: adc: ti-ads1119: fix PM reference leak in buffer preenable

Maxwell Doose <m32285159@gmail.com>
    iio: adc: spear: Initialize completion before requesting IRQ

Maxwell Doose <m32285159@gmail.com>
    iio: adc: lpc32xx: Initialize completion before requesting IRQ

Biren Pandya <birenpandya@gmail.com>
    iio: accel: kxsd9: fix runtime PM imbalance on write_raw() error

Bryam Vargas <hexlabsecurity@proton.me>
    iio: accel: bmc150: clamp the device-reported FIFO frame count

Griffin Kroah-Hartman <griffin@kroah.com>
    usb: gadget: function: rndis: add length check for header

Griffin Kroah-Hartman <griffin@kroah.com>
    usb: gadget: function: rndis: add length check to response query

Krzysztof Karas <krzysztof.karas@intel.com>
    drm/i915: ensure segment offset never exceeds allowed max

Alice Ryhl <aliceryhl@google.com>
    rust: kasan: KASAN+RUST requires clang

Taeyang Lee <0wn@theori.io>
    perf/core: Detach event groups during remove_on_exec

Alice Ryhl <aliceryhl@google.com>
    rust: Kbuild: set frame-pointer llvm module flag for CONFIG_FRAME_POINTER

Huacai Chen <chenhuacai@kernel.org>
    LoongArch: Add PIO for early access before ACPI PCI root register

HyeongJun An <sammiee5311@gmail.com>
    platform/x86: intel-hid: Protect ACPI notify handler against recursion

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    ACPI: NFIT: core: Fix possible NULL pointer dereference

Jeremy Linton <jeremy.linton@arm.com>
    ACPI: CPPC: Suppress UBSAN warning caused by field misuse

Florian Fainelli <florian.fainelli@broadcom.com>
    perf trace beauty fcntl: Fix build with older kernel headers

Pedro Falcato <pfalcato@suse.de>
    mm/khugepaged: write all dirty file folios when collapsing

Christoph Hellwig <hch@lst.de>
    block: fix queue freeze vs limits lock order in sysfs store methods

Christoph Hellwig <hch@lst.de>
    block: add a store_limit operations for sysfs entries

Hangbin Liu <liuhangbin@gmail.com>
    bonding: fix xfrm offload feature setup on active-backup mode

NeilBrown <neil@brown.name>
    nfsd: change nfs4_client_to_reclaim() to allocate data

NeilBrown <neilb@ownmail.net>
    nfsd: move name lookup out of nfsd4_list_rec_dir()

John Johansen <john.johansen@canonical.com>
    apparmor: advertise the tcp fast open fix is applied

John Stultz <jstultz@google.com>
    locking/rtmutex: Make sure we wake anything on the wake_q when we release the lock->wait_lock

Michael Bommarito <michael.bommarito@gmail.com>
    NFSv4/flexfiles: reject zero filehandle version count

Jonathan Curley <jcurley@purestorage.com>
    NFSv4/flexfiles: Add data structure support for striped layouts

Jonathan Curley <jcurley@purestorage.com>
    NFSv4/flexfiles: Remove cred local variable dependency

Mike Snitzer <snitzer@kernel.org>
    nfs_common: rename functions that invalidate LOCALIO nfs_clients

Mike Snitzer <snitzer@kernel.org>
    nfsd: add nfsd_file_{get,put} to 'nfs_to' nfsd_localio_operations

Mingyu Wang <25181214217@stu.xidian.edu.cn>
    fbdev: fbcon: fix out-of-bounds read in err_out of fbcon_do_set_font()

Keshav Verma <iganschel@gmail.com>
    f2fs: fix listxattr handling of corrupted xattr entries

Chao Yu <chao@kernel.org>
    f2fs: fix potential deadlock in gc_merge path of f2fs_balance_fs()

Ruipeng Qi <ruipengqi3@gmail.com>
    f2fs: fix potential deadlock in f2fs_balance_fs()

Bryam Vargas <hexlabsecurity@proton.me>
    f2fs: bound i_inline_xattr_size for non-inline-xattr inodes

Chao Yu <chao@kernel.org>
    f2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inode

Wenjie Qi <qwjhust@gmail.com>
    f2fs: validate orphan inode entry count

Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
    device property: initialize the remaining fields of fwnode_handle in fwnode_init()

Uladzislau Rezki (Sony) <urezki@gmail.com>
    mm/vmalloc: take vmap_purge_lock in shrinker

Marco Scardovi <scardracs@disroot.org>
    gpio: rockchip: fix generic IRQ chip leak on remove

Marco Scardovi <scardracs@disroot.org>
    gpio: rockchip: teardown bugs and resource leaks

Ye Zhang <ye.zhang@rock-chips.com>
    gpio: rockchip: change the GPIO version judgment logic

Tiezhu Yang <yangtiezhu@loongson.cn>
    drm/amd: Fix set but not used warnings

Mikhail Dmitrichenko <mdmitrichenko@astralinux.ru>
    bcachefs: avoid truncating fiemap extent length

Wentao Guan <guanwentao@uniontech.com>
    perf: Fix dangling cgroup pointer in cpuctx backport

Kiryl Shutsemau <kas@kernel.org>
    userfaultfd: gate must_wait writability check on pte_present()

Chris Mason <clm@meta.com>
    nfsd: release layout stid on setlease failure

Scott Mayhew <smayhew@redhat.com>
    nfsd: fix file change detection in CB_GETATTR

Daniel Borkmann <daniel@iogearbox.net>
    bpf, arm64: Reject out-of-range B.cond targets


-------------

Diffstat:

 Documentation/crypto/userspace-if.rst              |  31 +-
 Makefile                                           |   7 +-
 arch/arm64/kernel/entry-fpsimd.S                   |   8 +-
 arch/arm64/lib/insn.c                              |   2 +
 arch/loongarch/include/asm/acpi.h                  |   2 +
 arch/loongarch/kernel/acpi.c                       |  28 +
 arch/loongarch/kernel/setup.c                      |   2 +
 arch/loongarch/pci/acpi.c                          |   2 +
 arch/riscv/include/asm/pgtable.h                   |  10 +
 arch/riscv/kernel/entry.S                          |   7 +-
 arch/x86/kernel/cpu/resctrl/monitor.c              |  45 +-
 arch/x86/kvm/svm/svm.c                             |   3 +
 arch/x86/kvm/vmx/vmx.c                             |  41 +-
 arch/x86/kvm/x86.c                                 |   3 -
 block/bdev.c                                       |   8 +-
 block/blk-sysfs.c                                  | 108 ++--
 block/partitions/aix.c                             |   9 +
 crypto/af_alg.c                                    |  69 +--
 crypto/algif_aead.c                                |   8 +-
 crypto/asymmetric_keys/x509_loader.c               |   2 +-
 crypto/drbg.c                                      |   4 +-
 crypto/ecc.c                                       |  31 +-
 crypto/pcrypt.c                                    |   4 +
 drivers/acpi/cppc_acpi.c                           |  11 +-
 drivers/acpi/nfit/core.c                           |   3 +
 drivers/android/binder.c                           |  19 +-
 drivers/base/firmware_loader/sysfs_upload.c        |   8 +-
 drivers/bluetooth/btmtksdio.c                      |   2 +-
 drivers/bluetooth/btnxpuart.c                      |   6 +
 drivers/bluetooth/btusb.c                          |  39 +-
 drivers/bluetooth/hci_ldisc.c                      |  14 +-
 drivers/char/hw_random/jh7110-trng.c               |  13 +-
 drivers/char/hw_random/virtio-rng.c                |  23 +-
 drivers/clocksource/timer-tegra186.c               |   3 +-
 drivers/cpufreq/cpufreq.c                          |   2 +
 drivers/cpufreq/intel_pstate.c                     |   6 +-
 drivers/cpufreq/pcc-cpufreq.c                      |   2 +
 drivers/cpufreq/qcom-cpufreq-hw.c                  |   1 -
 drivers/crypto/amlogic/amlogic-gxl-core.c          |   2 +-
 drivers/crypto/caam/caamalg.c                      |  12 +-
 drivers/crypto/caam/caamalg_qi.c                   |  12 +-
 drivers/crypto/caam/caamalg_qi2.c                  |  12 +-
 drivers/crypto/caam/caamhash.c                     |   4 +-
 drivers/crypto/caam/key_gen.c                      |   4 +-
 drivers/crypto/ccp/sev-dev.c                       |  37 +-
 drivers/crypto/intel/qat/qat_common/adf_aer.c      |   4 +-
 drivers/crypto/intel/qat/qat_common/adf_init.c     |  16 +
 drivers/crypto/intel/qat/qat_common/adf_sriov.c    |  12 +-
 .../crypto/intel/qat/qat_common/qat_asym_algs.c    |  10 +-
 drivers/crypto/talitos.c                           | 561 +++++++++++----------
 drivers/crypto/talitos.h                           |  12 +
 drivers/crypto/tegra/tegra-se-main.c               |   2 +-
 drivers/dma-buf/udmabuf.c                          |   9 +-
 drivers/edac/i10nm_base.c                          |  14 +-
 drivers/gpio/gpio-eic-sprd.c                       |   8 +-
 drivers/gpio/gpio-rockchip.c                       |  31 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c           |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h            |   6 +-
 drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c       |   9 +-
 drivers/gpu/drm/i915/i915_mm.c                     |   4 +-
 drivers/hid/hid-goodix-spi.c                       |   3 +
 drivers/hid/hid-letsketch.c                        |  36 +-
 drivers/hid/hid-lg-g15.c                           |  16 +
 drivers/hid/hid-sensor-hub.c                       |  77 ++-
 drivers/hid/wacom_sys.c                            |  12 +-
 drivers/hwtracing/coresight/coresight-etb10.c      |   6 +-
 drivers/hwtracing/coresight/ultrasoc-smb.c         |   1 +
 drivers/i2c/busses/i2c-mpc.c                       |   2 +-
 drivers/i2c/busses/i2c-stm32f7.c                   |   9 +-
 drivers/i2c/i2c-core-base.c                        |  81 +--
 drivers/iio/accel/bmc150-accel-core.c              |   2 +
 drivers/iio/accel/kxsd9.c                          |   5 +-
 drivers/iio/adc/lpc32xx_adc.c                      |   4 +-
 drivers/iio/adc/spear_adc.c                        |   3 +-
 drivers/iio/adc/ti-ads1119.c                       |   6 +-
 drivers/iio/adc/ti-ads124s08.c                     |   3 +-
 drivers/iio/chemical/scd30_core.c                  |  19 +-
 drivers/iio/common/st_sensors/st_sensors_core.c    |  23 +-
 drivers/iio/gyro/bmg160_core.c                     |  16 +-
 drivers/iio/imu/adis_trigger.c                     |   2 +-
 drivers/iio/imu/bmi160/bmi160_core.c               |   3 +-
 drivers/iio/imu/inv_icm42600/inv_icm42600_accel.c  |   4 +-
 drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.c |   9 +-
 drivers/iio/imu/inv_icm42600/inv_icm42600_buffer.h |   1 +
 drivers/iio/imu/inv_icm42600/inv_icm42600_gyro.c   |   4 +-
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c       |  21 +-
 drivers/iio/industrialio-backend.c                 |   2 +-
 drivers/iio/industrialio-event.c                   |   5 +-
 drivers/iio/light/al3010.c                         |   2 +-
 drivers/iio/light/gp2ap002.c                       |   2 +-
 drivers/iio/light/opt3001.c                        |   6 +-
 drivers/iio/light/tsl2591.c                        |   6 +-
 drivers/iio/light/veml6030.c                       |   8 +-
 drivers/iio/magnetometer/ak8975.c                  |   1 +
 drivers/iio/resolver/ad2s1210.c                    |   2 +-
 drivers/iio/temperature/Makefile                   |   2 +-
 drivers/iio/temperature/ltc2983.c                  |   5 +-
 drivers/infiniband/sw/siw/siw_qp_rx.c              |   9 +
 drivers/infiniband/ulp/rtrs/rtrs-srv.c             |   5 +-
 drivers/input/joystick/iforce/iforce-packets.c     |  18 +-
 drivers/input/joystick/maplecontrol.c              |   3 +-
 drivers/input/keyboard/maple_keyb.c                |   4 +-
 drivers/input/mouse/elan_i2c_core.c                |  36 +-
 drivers/input/mouse/maplemouse.c                   |   9 +-
 drivers/input/rmi4/rmi_bus.c                       |   4 +-
 drivers/input/rmi4/rmi_f30.c                       |   2 +-
 drivers/input/rmi4/rmi_f3a.c                       |   2 +-
 drivers/input/touchscreen/goodix.c                 |   3 +-
 drivers/input/touchscreen/mms114.c                 |  26 +-
 drivers/input/touchscreen/touchwin.c               |  15 +-
 drivers/iommu/amd/iommu.c                          |   3 +-
 drivers/iommu/iommufd/hw_pagetable.c               |  11 +-
 drivers/md/dm-ioctl.c                              |   5 +-
 .../media/platform/mediatek/jpeg/mtk_jpeg_core.c   |   3 +-
 drivers/mfd/cros_ec_dev.c                          |   3 +-
 drivers/net/bonding/bond_main.c                    |   2 +-
 drivers/net/bonding/bond_netlink.c                 |  16 +-
 drivers/net/usb/kalmia.c                           |   8 +
 drivers/ntb/hw/epf/ntb_hw_epf.c                    |  14 +-
 drivers/nvme/host/multipath.c                      |   6 +
 drivers/nvme/target/discovery.c                    |  23 +-
 drivers/nvme/target/fabrics-cmd-auth.c             |  15 +-
 drivers/nvme/target/rdma.c                         |   6 +-
 drivers/opp/of.c                                   |   3 +-
 drivers/pci/controller/dwc/pci-imx6.c              |  12 +-
 drivers/pci/controller/pci-host-common.c           |   4 +
 drivers/pci/controller/pci-loongson.c              |  36 ++
 drivers/pci/controller/pcie-altera.c               |   1 -
 drivers/pci/quirks.c                               |  51 +-
 drivers/perf/arm-cmn.c                             |  23 +-
 drivers/platform/x86/intel/hid.c                   |   9 +
 drivers/regulator/scmi-regulator.c                 |   4 +-
 drivers/spi/spi-fsl-lpspi.c                        |  18 +-
 drivers/staging/media/atomisp/pci/sh_css.c         |   6 +-
 drivers/staging/media/ipu3/ipu3-css-params.c       |   8 +-
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c      |  20 +-
 drivers/staging/rtl8723bs/core/rtw_wlan_util.c     |  23 +-
 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c  |   8 +
 drivers/staging/vme_user/vme_fake.c                |   8 +
 drivers/staging/vme_user/vme_tsi148.c              |   8 +
 drivers/staging/vme_user/vme_user.c                |  22 +
 drivers/tty/serial/8250/8250_mid.c                 |  13 +-
 drivers/usb/cdns3/cdnsp-mem.c                      |   2 +
 drivers/usb/class/cdc-acm.c                        |   3 +
 drivers/usb/common/ulpi.c                          |  23 +-
 drivers/usb/core/quirks.c                          |   6 +
 drivers/usb/dwc3/dwc3-meson-g12a.c                 |  14 +-
 drivers/usb/dwc3/gadget.c                          |  43 +-
 drivers/usb/fotg210/fotg210-hcd.c                  |   6 +-
 drivers/usb/gadget/composite.c                     |   5 +-
 drivers/usb/gadget/function/f_fs.c                 |   3 +-
 drivers/usb/gadget/function/f_printer.c            |   3 +-
 drivers/usb/gadget/function/rndis.c                |  20 +-
 drivers/usb/gadget/udc/core.c                      |  29 +-
 drivers/usb/host/ehci-sched.c                      |  11 +-
 drivers/usb/host/sl811-hcd.c                       |   1 +
 drivers/usb/host/xhci.c                            |  11 +-
 drivers/usb/misc/chaoskey.c                        |   1 -
 drivers/usb/misc/idmouse.c                         |  45 +-
 drivers/usb/misc/iowarrior.c                       |   4 +-
 drivers/usb/misc/ldusb.c                           |  38 +-
 drivers/usb/misc/legousbtower.c                    |  37 +-
 drivers/usb/misc/uss720.c                          |   5 +-
 drivers/usb/mtu3/mtu3_gadget.c                     |   1 +
 drivers/usb/serial/digi_acceleport.c               |  43 +-
 drivers/usb/serial/keyspan_pda.c                   |   2 +-
 drivers/usb/serial/option.c                        |  16 +
 drivers/usb/storage/ene_ub6250.c                   |   3 +-
 drivers/usb/storage/usb.c                          |   2 +-
 drivers/usb/typec/anx7411.c                        |   4 +-
 drivers/usb/typec/class.c                          |   1 +
 drivers/usb/typec/tcpm/tcpci_rt1711h.c             |  13 +-
 drivers/usb/typec/tcpm/tcpm.c                      |   9 +-
 drivers/usb/typec/ucsi/displayport.c               |   7 +-
 drivers/usb/typec/ucsi/ucsi.c                      |  20 +
 drivers/usb/typec/ucsi/ucsi.h                      |   1 +
 drivers/usb/typec/ucsi/ucsi_acpi.c                 |  10 +-
 drivers/usb/typec/ucsi/ucsi_ccg.c                  |   2 +-
 drivers/usb/usbip/vudc.h                           |   1 -
 drivers/usb/usbip/vudc_dev.c                       |   4 +-
 drivers/vfio/debugfs.c                             |   1 +
 drivers/vfio/pci/vfio_pci_core.c                   |  37 +-
 drivers/vfio/vfio_main.c                           |  11 +-
 drivers/video/fbdev/core/fbcon.c                   |   7 +
 drivers/virtio/virtio_mmio.c                       |  26 +-
 drivers/virtio/virtio_pci_common.c                 |  10 +-
 drivers/watchdog/apple_wdt.c                       |   1 +
 fs/bcachefs/fs.c                                   |   8 +-
 fs/btrfs/extent-tree.c                             |  12 +-
 fs/exfat/dir.c                                     |  13 +-
 fs/f2fs/checkpoint.c                               |  14 +-
 fs/f2fs/data.c                                     |  29 ++
 fs/f2fs/f2fs.h                                     |   1 +
 fs/f2fs/gc.c                                       |  50 +-
 fs/f2fs/inode.c                                    |  30 +-
 fs/f2fs/segment.c                                  |   8 +
 fs/f2fs/xattr.c                                    |   6 +-
 fs/fs-writeback.c                                  |  31 +-
 fs/fuse/cuse.c                                     |   4 +-
 fs/fuse/dev.c                                      |  11 +-
 fs/hfs/bnode.c                                     |   2 +
 fs/hfsplus/bnode.c                                 |   2 +
 fs/isofs/rock.c                                    |  11 +
 fs/nfs/dir.c                                       |   2 +
 fs/nfs/flexfilelayout/flexfilelayout.c             | 153 +++---
 fs/nfs/flexfilelayout/flexfilelayout.h             |  27 +-
 fs/nfs/flexfilelayout/flexfilelayoutdev.c          |  54 +-
 fs/nfs/localio.c                                   |   2 +-
 fs/nfs_common/nfslocalio.c                         |   8 +-
 fs/nfsd/localio.c                                  |   2 +
 fs/nfsd/nfs4layouts.c                              |   4 +-
 fs/nfsd/nfs4recover.c                              | 118 ++---
 fs/nfsd/nfs4state.c                                |  35 +-
 fs/nfsd/nfsctl.c                                   |   4 +-
 fs/nilfs2/segment.c                                |  22 +
 fs/ntfs3/attrib.c                                  |  14 +
 fs/ntfs3/dir.c                                     |   2 +-
 fs/ntfs3/file.c                                    |  30 +-
 fs/ntfs3/frecord.c                                 |  59 ++-
 fs/ntfs3/fslog.c                                   |  20 +-
 fs/ntfs3/inode.c                                   |  10 +-
 fs/ntfs3/ntfs_fs.h                                 |   4 +-
 fs/smb/client/cifsacl.c                            |   2 +-
 fs/smb/client/file.c                               |   2 +-
 fs/smb/client/smb2misc.c                           |  32 +-
 fs/smb/client/smb2ops.c                            |  18 +-
 fs/smb/client/smb2pdu.c                            |  22 +-
 fs/smb/server/smb2pdu.c                            | 101 ++--
 fs/smb/server/vfs.c                                |  18 +-
 fs/smb/server/vfs_cache.c                          |   5 +
 fs/smb/server/vfs_cache.h                          |   2 +
 fs/udf/balloc.c                                    |   5 +-
 fs/udf/super.c                                     |  11 +-
 fs/userfaultfd.c                                   |  14 +-
 fs/xfs/libxfs/xfs_bmap_btree.h                     |   2 +-
 fs/xfs/libxfs/xfs_exchmaps.c                       |   2 +-
 fs/xfs/xfs_dquot.c                                 |  16 +-
 fs/xfs/xfs_log_recover.c                           |   6 +-
 fs/xfs/xfs_qm.c                                    |   5 +-
 include/crypto/drbg.h                              |  18 +-
 include/linux/damon.h                              |   8 +-
 include/linux/f2fs_fs.h                            |   1 +
 include/linux/fs.h                                 |   5 +
 include/linux/fwnode.h                             |   2 +
 include/linux/glob.h                               |   1 +
 include/linux/hid-sensor-hub.h                     |  25 +
 include/linux/nfslocalio.h                         |   7 +-
 include/linux/vfio_pci_core.h                      |  15 +-
 include/net/bonding.h                              |   1 +
 init/Kconfig                                       |   1 +
 io_uring/io-wq.c                                   |   2 +-
 kernel/audit.c                                     |  21 +-
 kernel/bpf/btf.c                                   |   9 +-
 kernel/bpf/cgroup.c                                |   2 +-
 kernel/bpf/devmap.c                                |   7 +
 kernel/events/core.c                               |  19 +-
 kernel/locking/rtmutex.c                           |  18 +-
 kernel/locking/rtmutex_api.c                       |   2 +-
 kernel/module/decompress.c                         |   2 +
 kernel/sched/features.h                            |   8 +
 kernel/time/jiffies.c                              |  11 +-
 kernel/time/posix-cpu-timers.c                     |   1 +
 kernel/trace/trace_events_filter.c                 |   6 +-
 lib/debugobjects.c                                 |  17 +
 lib/glob.c                                         |  31 +-
 mm/damon/ops-common.c                              |   1 +
 mm/filemap.c                                       |   2 +-
 mm/khugepaged.c                                    |  41 +-
 mm/madvise.c                                       |   3 +-
 mm/mincore.c                                       |   3 +-
 mm/mmap.c                                          |   2 +-
 mm/shrinker.c                                      |  13 +-
 mm/shrinker_debug.c                                |  14 +-
 mm/slub.c                                          |  18 +-
 mm/swapfile.c                                      |   1 +
 mm/vmalloc.c                                       |   1 +
 net/6lowpan/nhc.c                                  |   2 +-
 net/bluetooth/af_bluetooth.c                       |  17 +-
 net/bluetooth/bnep/core.c                          |  27 +-
 net/bluetooth/iso.c                                |  13 +-
 net/bluetooth/l2cap_core.c                         |  36 +-
 net/bluetooth/l2cap_sock.c                         |   4 +-
 net/bluetooth/mgmt.c                               |   3 +
 net/bridge/netfilter/ebtables.c                    |   9 +
 net/core/netpoll.c                                 |   9 +-
 net/ipv4/igmp.c                                    |   1 +
 net/ipv4/sysctl_net_ipv4.c                         |  10 +-
 net/ipv4/tcp_output.c                              |   4 +-
 net/ipv6/netfilter/nf_conntrack_reasm.c            |   2 +-
 net/key/af_key.c                                   |   1 +
 net/netfilter/ipset/ip_set_core.c                  |   8 +-
 net/netfilter/nf_conntrack_netlink.c               |   2 +-
 net/netfilter/nfnetlink_log.c                      |  26 +-
 net/netfilter/nfnetlink_queue.c                    |  16 +-
 net/netfilter/xt_u32.c                             |  16 +-
 net/tipc/bcast.c                                   |  22 +-
 net/tipc/bcast.h                                   |   2 +-
 net/tipc/node.c                                    |  15 +-
 security/apparmor/net.c                            |   1 +
 sound/core/seq/seq_memory.c                        |   2 +-
 sound/firewire/isight.c                            |   3 +-
 sound/isa/gus/gus_pcm.c                            |   2 +
 sound/pci/cmipci.c                                 |   6 +
 sound/pci/es1938.c                                 |   2 +
 sound/pci/ice1712/aureon.c                         |   2 +
 sound/pci/ice1712/ice1712.c                        |   8 +
 sound/pci/ice1712/ice1724.c                        |   6 +
 sound/pci/ymfpci/ymfpci_main.c                     |   6 +
 sound/usb/caiaq/input.c                            |   2 +-
 sound/usb/mixer_quirks.c                           | 101 ++--
 sound/usb/mixer_scarlett.c                         |   4 +-
 sound/usb/mixer_us16x08.c                          | 127 +++--
 sound/virtio/virtio_kctl.c                         |  50 ++
 sound/virtio/virtio_pcm.c                          |   3 +-
 sound/virtio/virtio_pcm_ops.c                      |   3 +-
 tools/mm/slabinfo.c                                |   6 +-
 tools/perf/trace/beauty/fcntl.c                    |  16 +
 tools/testing/selftests/mm/droppable.c             |  48 +-
 tools/testing/selftests/mm/pagemap_ioctl.c         |  12 +-
 tools/usb/usbip/libsrc/usbip_common.c              |   2 +
 tools/usb/usbip/libsrc/usbip_device_driver.c       |   4 +
 tools/usb/usbip/libsrc/vhci_driver.c               |   1 +
 322 files changed, 3289 insertions(+), 1627 deletions(-)



             reply	other threads:[~2026-07-16 14:20 UTC|newest]

Thread overview: 355+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-16 13:28 Greg Kroah-Hartman [this message]
2026-07-16 13:28 ` [PATCH 6.12 001/349] bpf, arm64: Reject out-of-range B.cond targets Greg Kroah-Hartman
2026-07-16 13:28 ` [PATCH 6.12 002/349] nfsd: fix file change detection in CB_GETATTR Greg Kroah-Hartman
2026-07-16 13:28 ` [PATCH 6.12 003/349] nfsd: release layout stid on setlease failure Greg Kroah-Hartman
2026-07-16 13:28 ` [PATCH 6.12 004/349] userfaultfd: gate must_wait writability check on pte_present() Greg Kroah-Hartman
2026-07-16 13:28 ` [PATCH 6.12 005/349] perf: Fix dangling cgroup pointer in cpuctx backport Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 006/349] bcachefs: avoid truncating fiemap extent length Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 007/349] drm/amd: Fix set but not used warnings Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 008/349] gpio: rockchip: change the GPIO version judgment logic Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 009/349] gpio: rockchip: teardown bugs and resource leaks Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 010/349] gpio: rockchip: fix generic IRQ chip leak on remove Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 011/349] mm/vmalloc: take vmap_purge_lock in shrinker Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 012/349] device property: initialize the remaining fields of fwnode_handle in fwnode_init() Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 013/349] f2fs: validate orphan inode entry count Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 014/349] f2fs: atomic: fix UAF issue on f2fs_inode_info.atomic_inode Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 015/349] f2fs: bound i_inline_xattr_size for non-inline-xattr inodes Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 016/349] f2fs: fix potential deadlock in f2fs_balance_fs() Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 017/349] f2fs: fix potential deadlock in gc_merge path of f2fs_balance_fs() Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 018/349] f2fs: fix listxattr handling of corrupted xattr entries Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 019/349] fbdev: fbcon: fix out-of-bounds read in err_out of fbcon_do_set_font() Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 020/349] nfsd: add nfsd_file_{get,put} to nfs_to nfsd_localio_operations Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 021/349] nfs_common: rename functions that invalidate LOCALIO nfs_clients Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 022/349] NFSv4/flexfiles: Remove cred local variable dependency Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 023/349] NFSv4/flexfiles: Add data structure support for striped layouts Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 024/349] NFSv4/flexfiles: reject zero filehandle version count Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 025/349] locking/rtmutex: Make sure we wake anything on the wake_q when we release the lock->wait_lock Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 026/349] apparmor: advertise the tcp fast open fix is applied Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 027/349] nfsd: move name lookup out of nfsd4_list_rec_dir() Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 028/349] nfsd: change nfs4_client_to_reclaim() to allocate data Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 029/349] bonding: fix xfrm offload feature setup on active-backup mode Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 030/349] block: add a store_limit operations for sysfs entries Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 031/349] block: fix queue freeze vs limits lock order in sysfs store methods Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 032/349] mm/khugepaged: write all dirty file folios when collapsing Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 033/349] perf trace beauty fcntl: Fix build with older kernel headers Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 034/349] ACPI: CPPC: Suppress UBSAN warning caused by field misuse Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 035/349] ACPI: NFIT: core: Fix possible NULL pointer dereference Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 036/349] platform/x86: intel-hid: Protect ACPI notify handler against recursion Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 037/349] LoongArch: Add PIO for early access before ACPI PCI root register Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 038/349] rust: Kbuild: set frame-pointer llvm module flag for CONFIG_FRAME_POINTER Greg Kroah-Hartman
2026-07-16 15:59   ` Miguel Ojeda
2026-07-16 13:29 ` [PATCH 6.12 039/349] perf/core: Detach event groups during remove_on_exec Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 040/349] rust: kasan: KASAN+RUST requires clang Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 041/349] drm/i915: ensure segment offset never exceeds allowed max Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 042/349] usb: gadget: function: rndis: add length check to response query Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 043/349] usb: gadget: function: rndis: add length check for header Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 044/349] iio: accel: bmc150: clamp the device-reported FIFO frame count Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 045/349] iio: accel: kxsd9: fix runtime PM imbalance on write_raw() error Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 046/349] iio: adc: lpc32xx: Initialize completion before requesting IRQ Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 047/349] iio: adc: spear: " Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 048/349] iio: adc: ti-ads1119: fix PM reference leak in buffer preenable Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 049/349] iio: adc: ti-ads124s08: Return reset GPIO lookup errors Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 050/349] iio: backend: fix uninitialized data in debugfs Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 051/349] iio: chemical: scd30: Cleanup initializations and fix sign-extension bug Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 052/349] iio: common: st_sensors: honour channel endianness in read_axis_data Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 053/349] iio: event: Fix event FIFO reset race Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 054/349] iio: gyro: bmg160: bail out when bandwidth/filter is not in table Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 055/349] iio: gyro: bmg160: wait full startup time after mode change at probe Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 056/349] iio: imu: adis: add IRQF_NO_THREAD to non-FIFO trigger IRQ Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 057/349] iio: imu: bmi160: add IRQF_NO_THREAD to data-ready " Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 058/349] iio: imu: inv_icm42600: fix timestamp clock period by using lower value Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 059/349] iio: imu: inv_icm42600: fix timestamping by limiting FIFO reading Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 060/349] iio: imu: st_lsm6dsx: deselect shub page before reading whoami Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 061/349] iio: light: al3010: fix incorrect scale for the highest gain range Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 062/349] iio: light: gp2ap002: fix runtime PM leak on read error Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 063/349] iio: light: opt3001: fix missing state reset on timeout Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 064/349] iio: light: tsl2591: return actual error from probe IRQ failure Greg Kroah-Hartman
2026-07-16 13:29 ` [PATCH 6.12 065/349] iio: light: veml6030: fix channel type when pushing events Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 066/349] iio: magnetometer: ak8975: Add missed pm_runtime_put_autosuspend() call Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 067/349] iio: resolver: ad2s1210: notify trigger and clear state on fault read error Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 068/349] iio: temperature: Build mlx90635 with CONFIG_MLX90635 Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 069/349] iio: temperature: ltc2983: Fix n_wires default bypassing rotation check Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 070/349] iio: temperature: ltc2983: Fix reinit_completion() called after conversion start Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 071/349] ALSA: virtio: Add missing 384 kHz PCM rate mapping Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 072/349] ALSA: virtio: Validate control metadata from the device Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 073/349] ALSA: ymfpci: check snd_ctl_new1() return value Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 074/349] ALSA: caiaq: fix out-of-bounds read in the Traktor Kontrol S4 input parser Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 075/349] ALSA: cmipci: check snd_ctl_new1() return value Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 076/349] ALSA: es1938: " Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 077/349] ALSA: firewire: isight: bound the sample count to the packet payload Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 078/349] ALSA: gus: check snd_ctl_new1() return value Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 079/349] ALSA: ice1712: " Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 080/349] ALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup() Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 081/349] ALSA: usb-audio: avoid kobject path lookup in DualSense match Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 082/349] ALSA: usb-audio: Propagate errors in scarlett_ctl_enum_put() Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 083/349] ALSA: usb-audio: Propagate US-16x08 write errors in route/mix EQ-switch put callbacks Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 084/349] ALSA: usb-audio: Roll back quirk control caches on write errors Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 085/349] ALSA: usb-audio: Update Babyface Pro control caches only after successful writes Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 086/349] ALSA: usb-audio: Update US-16x08 EQ/comp shadow state " Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 087/349] vfio/pci: Use a private flag to prevent power state change with VFs Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 088/349] vfio/pci: Latch disable_idle_d3 per device Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 089/349] vfio/pci: Release the VGA arbiter client on register_device() failure Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 090/349] vfio/pci: Fix racy bitfields and tighten struct layout Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 091/349] vfio: prevent infinite loop in vfio_mig_get_next_state() on blocked arc Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 092/349] vfio: Remove device debugfs before releasing devres Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 093/349] Bluetooth: btusb: Add USB ID 2c4e:0128 for Mercusys MA60XNB Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 094/349] Bluetooth: btusb: fix use-after-free on registration failure Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 095/349] Bluetooth: btusb: fix use-after-free on marvell probe failure Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 096/349] Bluetooth: btusb: fix wakeup source leak on " Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 097/349] binder: fix UAF in binder_thread_release() Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 098/349] binder: fix UAF in binder_free_transaction() Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 099/349] usb: xhci: Fix sleep in atomic context in xhci_free_streams() Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 100/349] usb: typec: tcpci_rt1711h: unregister TCPCI port with devres Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 101/349] PCI: loongson: Override PCIe bridge supported speeds for Loongson-3C6000 series Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 102/349] PCI: altera: Do not dispose parent IRQ mapping Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 103/349] PCI: host-common: Request bus reassignment when not probe-only Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 104/349] PCI: imx6: Fix IMX6SX_GPR12_PCIE_TEST_POWERDOWN handling Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 105/349] mm/damon/ops-common: handle extreme intervals in damon_hot_score() Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 106/349] netfilter: ipset: fix race between dump and ip_set_list resize Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 107/349] virtio_pci: fix vq info pointer lookup via wrong index Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 108/349] virtio-mmio: fix device release warning on module unload Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 109/349] hwrng: virtio: clamp device-reported used.len at copy_data() Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 110/349] USB: chaoskey: Fix slab-use-after-free in chaoskey_release() Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 111/349] usb: dwc3: run gadget disconnect from sleepable suspend context Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 112/349] 6lowpan: fix NHC entry use-after-free on error path Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 113/349] tipc: fix out-of-bounds read in broadcast Gap ACK blocks Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 114/349] staging: vme_user: bound slave read/write to the kern_buf size Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 115/349] smb: client: restrict implied bcc[0] exemption to responses without data area Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 116/349] staging: vme_user: fix location monitor leak in fake bridge Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 117/349] staging: vme_user: fix location monitor leak in tsi148 bridge Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 118/349] media: staging: ipu3-imgu: Add range check for imgu_css_cfg_acc_stripe Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 119/349] staging: media: atomisp: reduce load_primary_binaries() stack usage Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 120/349] staging: rtl8723bs: fix heap buffer overflow in rtw_cfg80211_set_wpa_ie() Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 121/349] staging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth() Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 122/349] staging: rtl8723bs: fix OOB read in OnAssocRsp() IE loop Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 123/349] staging: rtl8723bs: fix OOB read in update_beacon_info() " Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 124/349] staging: rtl8723bs: fix OOB reads in IE loops in issue_assocreq() and join_cmd_hdl() Greg Kroah-Hartman
2026-07-16 13:30 ` [PATCH 6.12 125/349] staging: rtl8723bs: fix OOB reads in is_ap_in_tkip() IE loop Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 126/349] staging: rtl8723bs: fix OOB write in HT_caps_handler() Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 127/349] crypto: amlogic - avoid double cleanup in meson_crypto_probe() Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 128/349] ksmbd: fix use-after-free of a deferred file_lock on SMB2_CLOSE then SMB2_CANCEL Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 129/349] net: af_key: initialize alg_key_len for IPComp states Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 130/349] audit: Fix data races of skb_queue_len() readers on audit_queue Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 131/349] Bluetooth: MGMT: Fix UAF of hci_conn_params in add_device_complete Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 132/349] coresight: etb10: restore atomic_t for shared reading state Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 133/349] debugobjects: Plug race against a concurrent OOM disable Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 134/349] fs/ntfs3: validate Dirty Page Table capacity in log_replay copy_lcns Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 135/349] NTB: epf: Avoid calling pci_irq_vector() from hardirq context Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 136/349] gpio: eic-sprd: use raw_spinlock_t in the irq startup path Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 137/349] io_uring/io-wq: re-check IO_WQ_BIT_EXIT for each linked work item Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 138/349] netpoll: fix a use-after-free on shutdown path Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 139/349] ipv4: igmp: remove multicast group from hash table on device destruction Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 140/349] net: ipv4: bound TCP reordering sysctl writes and MTU probe sizes Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 141/349] mfd: cros_ec: Delay dev_set_drvdata() until probe success Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 142/349] mm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show() Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 143/349] mm: shrinker: fix shrinker_info teardown race with expansion Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 144/349] mm: shrinker: fix NULL pointer dereference in debugfs Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 145/349] mm/swap: add cond_resched() in swap_reclaim_full_clusters to prevent softlockup Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 146/349] netfilter: ctnetlink: use nf_ct_exp_net() in expectation dump Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 147/349] netfilter: handle unreadable frags Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 148/349] netfilter: ebtables: module names must be null-terminated Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 149/349] netfilter: ebtables: terminate table name before find_table_lock() Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 150/349] Bluetooth: btmtksdio: fix infinite loop in btmtksdio_txrx_work() Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 151/349] Bluetooth: bnep: pin L2CAP connection during netdev registration Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 152/349] Bluetooth: btnxpuart: Fix out-of-bounds firmware read in nxp_recv_fw_req_v3() Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 153/349] Bluetooth: fix UAF in bt_accept_dequeue() Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 154/349] Bluetooth: hci_uart: clear HCI_UART_SENDING when write_work is canceled Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 155/349] Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync() Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 156/349] Bluetooth: L2CAP: validate option length before reading conf opt value Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 157/349] fs/ntfs3: rename ni_readpage_cmpr into ni_read_folio_cmpr Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 158/349] fs/ntfs3: fsync files by syncing parent inodes Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 159/349] fs/ntfs3: zero-fill folios beyond i_valid in ntfs_read_folio() Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 160/349] fs/ntfs3: fix missing run load for vcn0 in attr_data_get_block_locked() Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 161/349] coresight: ultrasoc-smb: Fix OOB write in smb_sync_perf_buffer() Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 162/349] smb/client: Fix error code in smb2_aead_req_alloc() Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 163/349] ksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILE Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 164/349] ksmbd: add a permission check for FSCTL_SET_ZERO_DATA Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 165/349] ksmbd: serialize QUERY_DIRECTORY requests per file Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 166/349] ksmbd: fix UAF of struct file_lock in SMB2_LOCK deferred-lock cancellation Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 167/349] ksmbd: require source read access for duplicate extents Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 168/349] ksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITY Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 169/349] ksmbd: run set info with opener credentials Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 170/349] ksmbd: enforce FILE_READ_ATTRIBUTES on SMB_FIND_FILE_POSIX_INFORMATION Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 171/349] ksmbd: add per-handle permission check to FILE_LINK_INFORMATION Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 172/349] ksmbd: use opener credentials for delete-on-close Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 173/349] ksmbd: use opener credentials for ADS I/O Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 174/349] smb: client: fix query directory replay double-free Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 175/349] smb: client: fix query_info() " Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 176/349] smb: client: fix double-free in SMB2_ioctl() replay Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 177/349] smb: client: fix change notify replay double-free Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 178/349] smb: client: fix double-free in SMB2_flush() replay Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 179/349] smb: client: fix double-free in SMB2_open() replay Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 180/349] smb: client: fix double-free in SMB2_close() replay Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 181/349] smb: client: Fix next buffer leak in receive_encrypted_standard() Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 182/349] smb: client: use unaligned reads in parse_posix_ctxt() Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 183/349] smb: client: harden POSIX SID length parsing Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 184/349] smb: client: fix atime clamp check in read completion Greg Kroah-Hartman
2026-07-16 13:31 ` [PATCH 6.12 185/349] smb: client: mask server-provided mode to 07777 in modefromsid Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 186/349] writeback: fix race between cgroup_writeback_umount() and inode_switch_wbs() Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 187/349] OPP: of: Fix potential memory leak in opp_parse_supplies() Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 188/349] cpufreq: qcom-cpufreq-hw: Fix possible double free Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 189/349] firmware_loader: fix device reference leak in firmware_upload_register() Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 190/349] cpufreq: intel_pstate: Sync policy->cur during CPU offline Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 191/349] sched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RT Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 192/349] cpufreq: Fix hotplug-suspend race during reboot Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 193/349] cpufreq: pcc: fix use-after-free and double free in _OSC evaluation Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 194/349] posix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error path Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 195/349] time/jiffies: Register jiffies clocksource before usage Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 196/349] clocksource/drivers/timer-tegra186: Fix support for multiple watchdog instances Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 197/349] perf/arm-cmn: Fix DVM node events Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 198/349] X.509: Fix validation of ASN.1 certificate header Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 199/349] mm/slab: do not limit zeroing to orig_size when only red zoning is enabled Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 200/349] tools/mm/slabinfo: Fix trace disable logic inversion Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 201/349] tools/mm/slabinfo: fix total_objects attribute name Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 202/349] HID: hid-goodix-spi: validate report size to prevent stack buffer overflow Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 203/349] HID: wacom: stop hardware after post-start probe failures Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 204/349] HID: letsketch: fix UAF on inrange_timer at driver unbind Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 205/349] HID: lg-g15: cancel pending work on remove to fix a use-after-free Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 206/349] HID: sensor-hub: Add sensor_hub_input_attr_read_values() for multi-byte reads Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 207/349] hfs/hfsplus: zero-initialize buffer in hfs_bnode_read Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 208/349] nilfs2: reject CLEAN_SEGMENTS ioctl with out-of-range segment numbers Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 209/349] media: mtk-jpeg: cancel workqueue on release for supported platforms only Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 210/349] serial: 8250_mid: Disable DMA for selected platforms Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 211/349] xfs: use null daddr for unset first bad log block Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 212/349] xfs: release dquot buffer after dqflush failure Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 213/349] xfs: fix unreachable BIGTIME check in dquot flush validation Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 214/349] xfs: fix pointer arithmetic error on 32-bit systems Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 215/349] xfs: fix exchmaps reservation limit check Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 216/349] bpf: Reject fragmented frames in devmap Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 217/349] bpf: Restore sysctl new-value from 1 to 0 Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 218/349] bpf: Validate BTF repeated field counts before expansion Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 219/349] net: usb: kalmia: bound RX frame length in kalmia_rx_fixup() Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 220/349] usb: cdc_acm: Add quirk for Uniden BC125AT scanner Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 221/349] usb: cdnsp: fix stream context array leak in cdnsp_alloc_stream_info() Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 222/349] USB: core: add USB_QUIRK_NO_LPM for VIA Labs USB 2.0 hub Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 223/349] usb: dwc3: meson-g12a: fix refcount leak in dwc3_meson_g12a_resume() Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 224/349] usb: free iso schedules on failed submit Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 225/349] usb: gadget: composite: fix dead empty check in the USB_DT_OTG handler Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 226/349] usb: gadget: udc: Fix use-after-free in gadget_match_driver Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 227/349] usb: gadget: f_printer: take kref only for successful open Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 228/349] USB: idmouse: fix use-after-free on disconnect race Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 229/349] USB: ldusb: " Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 230/349] USB: iowarrior: fix use-after-free on disconnect Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 231/349] USB: quirks: add NO_LPM for the Samsung T5 EVO Portable SSD Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 232/349] USB: legousbtower: fix use-after-free on disconnect race Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 233/349] usb: sl811-hcd: disable controller wakeup on remove Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 234/349] USB: storage: include US_FL_NO_SAME in quirks mask Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 235/349] USB: misc: uss720: unregister parport on probe failure Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 236/349] usb: mtu3: unmap request DMA on queue failure Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 237/349] USB: serial: keyspan_pda: fix information leak Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 238/349] USB: serial: option: add Telit Cinterion FE990D50 compositions Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 239/349] USB: serial: digi_acceleport: fix broken rx after throttle Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 240/349] USB: serial: digi_acceleport: fix hard lockup on disconnect Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 241/349] USB: serial: digi_acceleport: fix write buffer corruption Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 242/349] USB: ulpi: fix memory leak on registration failure Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 243/349] USB: usb-storage: ene_ub6250: restore media-ready check Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 244/349] usbip: tools: support SuperSpeedPlus devices Greg Kroah-Hartman
2026-07-16 13:32 ` [PATCH 6.12 245/349] usbip: vudc: fix NULL deref in vep_dequeue() Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 246/349] usb: typec: anx7411: use devm_pm_runtime_enable() Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 247/349] usb: typec: class: drop PD lookup reference Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 248/349] usb: typec: tcpm: Fix VDM type for Enter Mode commands Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 249/349] usb: typec: tcpm: Validate SVID index in svdm_consume_modes() Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 250/349] usb: typec: ucsi: Invert DisplayPort role assignment Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 251/349] usb: typec: ucsi: Pass full DP config payload in SET_NEW_CAM for DP alt mode Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 252/349] usb: typec: ucsi: ccg: Fix use-after-free of ucsi on remove Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 253/349] usb: typec: ucsi: cancel pending work on system suspend Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 254/349] usb: gadget: f_fs: Fix DMA fence leak Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 255/349] block: skip sync_blockdev() on surprise removal in bdev_mark_dead() Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 256/349] x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC enabled Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 257/349] PCI: Always lift 2.5GT/s restriction in PCIe failed link retraining Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 258/349] udf: validate free block extents against the partition length Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 259/349] udf: validate VAT header length against the VAT inode size Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 260/349] udf: validate sparing table length as an entry count, not a byte count Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 261/349] hwrng: jh7110 - fix refcount leak in starfive_trng_read() Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 262/349] nvme: target: rdma: fix ndev refcount leak on queue connect Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 263/349] dm-ioctl: report an error if a device has no table Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 264/349] nvme-multipath: set BIO_REMAPPED on bios remapped to per-path namespace disks Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 265/349] nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 266/349] nvmet-auth: validate reply message payload bounds against transfer length Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 267/349] btrfs: do not trim a device which is not writeable Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 268/349] partitions: aix: bound the pp_count scan to the ppe array Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 269/349] isofs: bound Rock Ridge symlink components to the SL record Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 270/349] crypto: af_alg - Remove zero-copy support from skcipher and aead Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 271/349] crypto: caam - use print_hex_dump_devel to guard key hex dumps Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 272/349] crypto: caam - use print_hex_dump_devel to guard key hex dumps again Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 273/349] crypto: ecc - Fix carry overflow in vli multiplication Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 274/349] crypto: pcrypt - restore callback for non-parallel fallback Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 275/349] crypto: tegra - fix refcount leak in tegra_se_host1x_submit() Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 276/349] crypto: ccp - Do not initialize SNP for SEV ioctls Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 277/349] crypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT) Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 278/349] crypto: ccp - Do not initialize SNP for ioctl(SNP_VLEK_LOAD) Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 279/349] crypto: drbg - Fix returning success on failure in CTR_DRBG Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 280/349] crypto: drbg - Fix drbg_max_addtl() on 64-bit kernels Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 281/349] crypto: drbg - Fix the fips_enabled priority boost Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 282/349] crypto: qat - keep VFs enabled during reset Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 283/349] crypto: qat - notify fatal error before AER reset preparation Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 284/349] crypto: qat - protect service table iterations with service_lock Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 285/349] crypto: qat - validate RSA CRT component lengths Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 286/349] crypto: talitos - use dma_sync_single_for_cpu() before reading descriptor header Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 287/349] crypto: talitos - add chaining of arbitrary number of descriptor for the SEC1 Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 288/349] crypto: talitos - move dma unmapping code in flush_channel() into a standalone dma_unmap_request() function Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 289/349] crypto: talitos - move dma mapping code in talitos_submit() into a standalone dma_map_request() function Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 290/349] crypto: talitos - move code in current_desc_hdr() into a standalone function Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 291/349] crypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional descriptor Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 292/349] crypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueue Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 293/349] crypto: talitos/hash - drop workqueue mechanism for SEC1 Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 294/349] crypto: talitos/hash - rename first_desc/last_desc to first_request/last_request Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 295/349] crypto: talitos/hash - remove useless wrapper Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 296/349] crypto: talitos/hash - fix SEC2 64k - 1 ahash request limitation Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 297/349] arm64: fpsimd: Fix type mismatch in sme_{save,load}_state() Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 298/349] spi: fsl-lpspi: replace dmaengine_terminate_all() with dmaengine_terminate_sync() Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 299/349] spi: fsl-lpspi: terminate the RX channel on TX prepare failure path Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 300/349] EDAC/i10nm: Dont fail probing if ADXL is missing Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 301/349] watchdog: apple: Add "apple,t8103-wdt" compatible Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 302/349] regulator: scmi: fix of_node refcount leak in scmi_regulator_probe() Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 303/349] i2c: core: fix hang on adapter registration failure Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 304/349] tracing: Prevent out-of-bounds read in glob matching Greg Kroah-Hartman
2026-07-16 13:33 ` [PATCH 6.12 305/349] audit: fix potential integer overflow in audit_log_n_hex() Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 306/349] NFSv4: include MAY_WRITE in open permission mask for O_TRUNC Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 307/349] module: decompress: check return value of module_extend_max_pages() Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 308/349] exfat: bound uniname advance in exfat_find_dir_entry() Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 309/349] NTB: epf: Fix request_irq() unwind in ntb_epf_init_isr() Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 310/349] riscv: mm: Define DIRECT_MAP_PHYSMEM_END Greg Kroah-Hartman
2026-07-16 17:20   ` Vivian Wang
2026-07-16 13:34 ` [PATCH 6.12 311/349] riscv: mm: Unconditionally sfence.vma for spurious fault Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 312/349] mm: fix mmap errno value when MAP_DROPPABLE is not supported Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 313/349] selftests: mm: fix and speedup "droppable" test Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 314/349] mm: do file ownership checks with the proper mount idmap Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 315/349] selftests/mm: pagemap_ioctl: use the correct page size for transact_test() Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 316/349] iommu/amd: Dont split flush for amd_iommu_domain_flush_all() Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 317/349] iommufd: Set upper bounds on cache invalidation entry_num and entry_len Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 318/349] KVM: VMX: Refresh GUEST_PENDING_DBG_EXCEPTIONS.BS on all injected #DBs Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 319/349] KVM: x86: Ensure vendors exit handler runs before fastpath userspace exits Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 320/349] KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 321/349] udmabuf: fix DMA direction mismatch in release_udmabuf() Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 322/349] dma-buf/udmabuf: skip redundant cpu sync to fix cacheline EEXIST warning Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 323/349] i2c: core: fix adapter probe deferral loop Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 324/349] i2c: core: fix irq domain leak on adapter registration failure Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 325/349] i2c: core: fix NULL-deref " Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 326/349] i2c: core: fix adapter debugfs creation Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 327/349] i2c: core: fix adapter deregistration race Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 328/349] i2c: mpc: Fix timeout calculations Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 329/349] i2c: stm32f7: truncate clock period instead of rounding it Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 330/349] Input: synaptics-rmi4 - unregister function handlers on physical driver registration failure Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 331/349] Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 332/349] Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED count Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 333/349] Input: elan_i2c - prevent division by zero and arithmetic underflow Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 334/349] Input: goodix - clamp the device-reported contact count Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 335/349] Input: iforce - bound the device-reported force-feedback effect index Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 336/349] Input: mms114 - fix touch indexing for MMS134S and MMS136 Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 337/349] Input: touchwin - reset the packet index on every complete packet Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 338/349] Input: mms114 - reject an oversized device packet size Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 339/349] Input: maplemouse - fix NULL pointer dereference in open() Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 340/349] Input: mms114 - fix multi-touch slot corruption Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 341/349] Input: maple_keyb - set driver data before registering input device Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 342/349] Input: maplemouse " Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 343/349] Input: maplecontrol " Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 344/349] RDMA/rtrs-srv: Bound RDMA-Write length to chunk size in rdma_write_sg Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 345/349] RDMA/siw: bound Read Response placement to the RREAD length Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 346/349] fuse: fix device node leak in cuse_process_init_reply() Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 347/349] fuse: re-lock request before returning from fuse_ref_folio() Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 348/349] fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req Greg Kroah-Hartman
2026-07-16 13:34 ` [PATCH 6.12 349/349] usb: gadget: f_fs: Initialize epfile->in early to fix endpoint direction checks Greg Kroah-Hartman
2026-07-16 14:54 ` [PATCH 6.12 000/349] 6.12.96-rc1 review Brett A C Sheffield
2026-07-16 17:03 ` Florian Fainelli
2026-07-16 20:09 ` Peter Schneider

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260716133033.287196923@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=achill@achill.org \
    --cc=akpm@linux-foundation.org \
    --cc=broonie@kernel.org \
    --cc=conor@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=hargar@microsoft.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@nabladev.com \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=sr@sladewatkins.com \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.