Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2026-09-04 05:13:32 to 2026-09-04 05:22:55 UTC [more...]

[PATCH 7.2 000/713] 7.2.4-rc1 review
 2026-09-04  4:56 UTC  (201+ messages)
` [PATCH 7.2 169/713] nfsd: convert nfsd_net boolean flags to unsigned long flags word
` [PATCH 7.2 172/713] nfsd: defer vfree of compound ops to fix rpc_status UAF
` [PATCH 7.2 173/713] nfsd: dont free session slots that are still in use
` [PATCH 7.2 174/713] nfsd: drop the stateid, not the stateowner, on seqid_op replay retry
` [PATCH 7.2 175/713] nfsd: ensure nfsd_file_do_acquire() does not use a non-opened file
` [PATCH 7.2 176/713] nfsd: fix BUG_ON in nfsd4_alloc_layout_stateid on racing delegation revoke
` [PATCH 7.2 177/713] nfsd: fix clock domain mismatch in clients_still_reclaiming()
` [PATCH 7.2 178/713] nfsd: fix cpntf publish race in nfs4_init_cp_state
` [PATCH 7.2 196/713] nfsd: gate nfs3 setacl by argp->mask
` [PATCH 7.2 197/713] nfsd: hold rcu across localio cmpxchg retry
` [PATCH 7.2 198/713] nfsd: initialize copy-notify stateid before publishing it
` [PATCH 7.2 199/713] nfsd: initialize DRC hash table before registering shrinker
` [PATCH 7.2 200/713] nfsd: move nfsd_debugfs_init() after nfsd4_init_slabs() in init_nfsd()
` [PATCH 7.2 201/713] nfsd: close shrinker/GC/fsnotify vs per-net shutdown race in filecache
` [PATCH 7.2 202/713] nfsd: reject out-of-range nseconds in NFSv3 SETATTR and create ops
` [PATCH 7.2 203/713] nfsd: reject out-of-range useconds in NFSv2 SETATTR/CREATE
` [PATCH 7.2 204/713] nfsd: reject reclaim LOCK after RECLAIM_COMPLETE
` [PATCH 7.2 205/713] nfsd: release OPEN-decoded posix ACLs via op_release
` [PATCH 7.2 206/713] nfsd: revoke copy-notify stateids before dropping their reference
` [PATCH 7.2 207/713] NFSD: Prevent lock owner use-after-free during client teardown
` [PATCH 7.2 208/713] NFSD: Prevent post-shutdown use-after-free in unlock_filesystem
` [PATCH 7.2 209/713] NFSD: Prevent client use-after-free during admin state revocation
` [PATCH 7.2 210/713] NFSD: Prevent client use-after-free during delegation revoke
` [PATCH 7.2 211/713] NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanup
` [PATCH 7.2 212/713] nfsd: use test_and_clear_bit for somebody_reclaimed to prevent lost update
` [PATCH 7.2 213/713] libceph: validate OSD extent maps before cursor advance
` [PATCH 7.2 214/713] libceph: reject buckets with mismatched CRUSH ids
` [PATCH 7.2 215/713] ceph: fix UAF in __kick_flushing_caps() on cf entry freed during unlock
` [PATCH 7.2 216/713] ceph: fix UAF in check_new_map() on session "
` [PATCH 7.2 217/713] ceph: force a cap message when a deferred revoke cant be acked immediately
` [PATCH 7.2 218/713] ceph: reject export_targets ranks >= CEPH_MAX_MDS in mdsmap decode
` [PATCH 7.2 219/713] ceph: bound copied dentry name length in NFS export get_name
` [PATCH 7.2 220/713] ceph: bound MDSCapAuth path and fs_name decode in handle_session()
` [PATCH 7.2 221/713] ceph: bound num_export_targets array for mds info v2/v3
` [PATCH 7.2 222/713] ceph: bound xattr value length in __build_xattrs()
` [PATCH 7.2 223/713] ceph: cap delegated inode count in ceph_parse_deleg_inos()
` [PATCH 7.2 224/713] ceph: do not repeat ceph_trim_dentries() if no progress possible
` [PATCH 7.2 225/713] ceph: fix leaked inode reference on writeback abort at umount
` [PATCH 7.2 226/713] btrfs: drop recovered reloc root refs on recovery failure
` [PATCH 7.2 227/713] btrfs: fix extent map leak in NOCOW direct I/O write
` [PATCH 7.2 228/713] btrfs: do not overwrite NODATASUM flag when removing NODATACOW flag
` [PATCH 7.2 229/713] audit: avoid dropping live tree ref on fsnotify rule autoremove
` [PATCH 7.2 230/713] cifs: add cifs_resize_file_locked() to guard fscache_resize_cookie() under i_rwsem
` [PATCH 7.2 231/713] cifs: call pagecache_isize_extended() in cifs_setsize() when extending
` [PATCH 7.2 232/713] cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()
` [PATCH 7.2 233/713] cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0
` [PATCH 7.2 234/713] cifs: use cifs_invalidate_cache() in cifs_do_truncate() for O_TRUNC
` [PATCH 7.2 235/713] smb: client: clear setuid/setgid bit on write with cifsacl/modefromsid/posix extensions
` [PATCH 7.2 236/713] smb: client: fix UAF and buffer leak in cifs_check_trans2() for malformed secondary T2
` [PATCH 7.2 237/713] smb: client: clear ce->tgthint in free_tgts()
` [PATCH 7.2 238/713] ksmbd: only rebind the reopened files own oplock on durable reconnect
` [PATCH 7.2 239/713] smb: client: fix ALIGN() overflow in symlink_data() error context loop
` [PATCH 7.2 240/713] smb: client: fix copy-paste error in WSL EA length accounting for $LXDEV
` [PATCH 7.2 241/713] smb: client: fix OOB read/write from unvalidated DataOffset in coalesce_t2()
` [PATCH 7.2 242/713] smb: client: fix use-before-check of ReparseDataLength in reparse_buf_ptr()
` [PATCH 7.2 243/713] smb: client: harden DFS cache against invalid target hints
` [PATCH 7.2 244/713] smb: client: reject a tree connect response whose byte count is too small
` [PATCH 7.2 245/713] smb: client: restore the data_offset bound in is_valid_oplock_break()
` [PATCH 7.2 246/713] HID: apple: preserve keyboard backlight across T2 resume
` [PATCH 7.2 247/713] HID: corsair-void: Check size of status and firmware events before reading them
` [PATCH 7.2 248/713] HID: picolcd: clamp eeprom debugfs read to bytes actually received
` [PATCH 7.2 249/713] HID: roccat: free buffered reports when destroying device
` [PATCH 7.2 250/713] HID: sensor: custom: Fix field sysfs group cleanup on failure
` [PATCH 7.2 251/713] HID: sony: fix UAF of ghl_poke_timer / ghl_urb at driver unbind
` [PATCH 7.2 252/713] HID: universal-pidff: stop the device when force-feedback init fails
` [PATCH 7.2 253/713] HID: mcp2221: stop device IO before hid_hw_stop
` [PATCH 7.2 254/713] HID: mcp2221: clear rxbuf after I2C/SMBus transfer completes
` [PATCH 7.2 255/713] HID: mcp2221: validate report size in mcp2221_raw_event()
` [PATCH 7.2 256/713] HID: intel-thc-hid: intel-quickspi: validate report size before copy
` [PATCH 7.2 257/713] HID: intel-thc-hid: intel-quickspi: bound GET_REPORT response to the caller buffer
` [PATCH 7.2 258/713] HID: intel-thc-hid: intel-quicki2c: fix autosuspend cleanup during teardown
` [PATCH 7.2 259/713] HID: intel-thc-hid: intel-quickspi: "
` [PATCH 7.2 260/713] eventfs: Initialize ei->children and ei->list in init_ei()
` [PATCH 7.2 261/713] fs/ntfs3: validate dirty page table on log replay
` [PATCH 7.2 262/713] fs/ntfs3: fix info-leak on partial LZNT decompress in ni_read_frame()
` [PATCH 7.2 263/713] fs/ntfs3: bound page_lcns[] index by the log record
` [PATCH 7.2 264/713] ntfs: bound the free-cluster bitmap scan to the volume
` [PATCH 7.2 265/713] ntfs: reject invalid empty mapping pairs
` [PATCH 7.2 266/713] ntfs: reject invalid MFT LCNs from boot sector
` [PATCH 7.2 267/713] ntfs: validate non-resident attribute offsets
` [PATCH 7.2 268/713] ntfs: verify run length exceeding volume boundary
` [PATCH 7.2 269/713] eCryptfs: bound the packet-length peek to the user buffer
` [PATCH 7.2 270/713] ecryptfs: fix tag 11 packet exact-fit size check
` [PATCH 7.2 271/713] ecryptfs: hold msg ctx list lock when cleaning daemon queue
` [PATCH 7.2 272/713] ecryptfs: pass packet set buffer size to parser
` [PATCH 7.2 273/713] ecryptfs: reject oversized encrypted_key_size in parse_tag_3_packet
` [PATCH 7.2 274/713] ecryptfs: reject too-small tag 70 packets
` [PATCH 7.2 275/713] ecryptfs: release message context on send failure
` [PATCH 7.2 276/713] ecryptfs: show filename encryption options
` [PATCH 7.2 277/713] efivarfs: Rate limit statfs() handler
` [PATCH 7.2 278/713] entry: Fix seccomp bypass after ptrace with TSYNC
` [PATCH 7.2 279/713] erofs: skip sufficiently large global buffers when resizing
` [PATCH 7.2 280/713] ext2: Fix lost inode updates for IS_SYNC inodes
` [PATCH 7.2 281/713] fanotify: fix use-after-free of file range info
` [PATCH 7.2 282/713] fat: restore original value when fat_ent_write failed
` [PATCH 7.2 283/713] fbdev: omapfb: panel-dsi-cm: initialize lock before registering display
` [PATCH 7.2 284/713] fbdev: pvr2fb: correct user pointer annotation and sentinel initializer
` [PATCH 7.2 285/713] fbdev: ssd1307fb: defer I2C transfers from damage callbacks
` [PATCH 7.2 286/713] fbdev: uvesafb: unregister connector callback on init failure
` [PATCH 7.2 287/713] fonts: fixup font.h kernel-doc warnings
` [PATCH 7.2 288/713] forcedeth: fix off-by-one when saving/restoring non-PCI config space
` [PATCH 7.2 289/713] fpga: stratix10-soc: Fix SVC mailbox handling during reconfiguration
` [PATCH 7.2 290/713] fsnotify: Fix stale object mask after concurrent mark updates
` [PATCH 7.2 291/713] hsi: omap_ssi_core: fix missing DMA mask setup for SSI controller device
` [PATCH 7.2 292/713] hugetlb: only adjust reservation during unmapping if mapcount is 0
` [PATCH 7.2 293/713] accel/rocket: fix NULL dereference and integer overflow in rocket_job_push()
` [PATCH 7.2 294/713] accel/rocket: initialize job domain before cleanup paths
` [PATCH 7.2 295/713] accel/rocket: Fix error path handling in rocket_job_run()
` [PATCH 7.2 296/713] acpi/apei/ghes: Use raw_spinlock_t for CXL CPER work locks
` [PATCH 7.2 297/713] ACPI: APEI: Fix ERST timeout unit conversion
` [PATCH 7.2 298/713] ACPI: APEI: GHES: fix ARM section length accounting after header
` [PATCH 7.2 299/713] ACPI: CPPC: Reject desired_perf reads on _CPC revision 4+
` [PATCH 7.2 300/713] ACPI: CPPC: Skip desired_perf read in cppc_get_perf()
` [PATCH 7.2 301/713] ACPI: pfr_update: fix stack buffer overflow in query_capability()
` [PATCH 7.2 302/713] ACPI: scan: Avoid registering platform devices with resource overlaps
` [PATCH 7.2 303/713] ACPI: TAD: Add locking around AML evaluations
` [PATCH 7.2 304/713] alpha/PCI: Fix I/O port accessor argument order in pci_legacy_write()
` [PATCH 7.2 305/713] alpha: marvel: Fix irq_set_status_flags to use correct IRQ number
` [PATCH 7.2 306/713] alpha: marvel: Fix lock ordering in init_io7_irqs()
` [PATCH 7.2 307/713] ARM: 9477/1: Disable broken eBPF JIT on the Risc PC
` [PATCH 7.2 308/713] ata: libata-scsi: fix DSM TRIM for sector sizes larger than 2048 bytes
` [PATCH 7.2 309/713] auxdisplay: charlcd: cancel backlight work on registration failure
` [PATCH 7.2 310/713] backlight: aw99706: Fix DT property names to match binding
` [PATCH 7.2 311/713] backlight: aw99706: Honor the core blank state in update_status()
` [PATCH 7.2 312/713] block: validate user space vectors during extraction
` [PATCH 7.2 313/713] block: set QUEUE_FLAG_DYING unconditionally in blk_mark_disk_dead()
` [PATCH 7.2 314/713] Bluetooth: btusb: Add ASUS USB-BT540 for Realtek 8761CU
` [PATCH 7.2 315/713] Bluetooth: btusb: Add ASUS USB-BT600 "
` [PATCH 7.2 316/713] Bluetooth: btusb: limit RTL8761B BROKEN_EXT_SCAN quirk to 0bda:a728
` [PATCH 7.2 317/713] Bluetooth: eir: Fix OOB read in eir_get_service_data()
` [PATCH 7.2 318/713] bnx2x: fix double free in bnx2x_init_firmware() error path
` [PATCH 7.2 319/713] bnxt_en: Write doorbell when linearizing skb fails
` [PATCH 7.2 320/713] bpf, x86: Fix per-CPU address resolution into an extended register
` [PATCH 7.2 321/713] bpf: Disable preemption in __bpf_get_stack
` [PATCH 7.2 322/713] buffer: avoid tail commit walk for uptodate folios
` [PATCH 7.2 323/713] bpf: Harden bloom filter sizing and indexing on 32-bit kernels
` [PATCH 7.2 324/713] dm-io: clone the source bio instead of copying its biovec
` [PATCH 7.2 325/713] dm-io: report non-retryable errors separatedly
` [PATCH 7.2 326/713] dm-era: fix shadowed superblock leak on take-snap failure
` [PATCH 7.2 327/713] dm raid1: reserve space for NUL-terminator in build_constructor_string()
` [PATCH 7.2 328/713] dm array: validate array block headers on read
` [PATCH 7.2 329/713] dm array: reject an array block whose value size is not the callers
` [PATCH 7.2 330/713] coresight: etm3x: Fix cntr_val_show() to match cntr_val_store() behavior
` [PATCH 7.2 331/713] cpufreq: apple-soc: Fix OPP table cleanup
` [PATCH 7.2 332/713] cpufreq: schedutil: Fix rate limit overflow
` [PATCH 7.2 333/713] cxl/features: bound fwctl command payload to the input buffer
` [PATCH 7.2 334/713] cxl/mce: Make the MCE notifier per-region
` [PATCH 7.2 335/713] cxl/pmem: Format the nvdimm serial number as unsigned decimal
` [PATCH 7.2 336/713] cxl/ras: Fix cxl_rch_get_aer_severity() wrong severity register
` [PATCH 7.2 337/713] Bluetooth: hci_bcm4377: Ignore reserved PHY in ext adv reports on BCM4378
` [PATCH 7.2 338/713] Bluetooth: hci_bcm: fix usage_count leak when autosuspend_delay is negative
` [PATCH 7.2 339/713] Bluetooth: hci_uart: Fix false success return in hci_uart_setup()
` [PATCH 7.2 340/713] Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_ready
` [PATCH 7.2 341/713] Bluetooth: RFCOMM: serialize security confirmation handling
` [PATCH 7.2 342/713] Bluetooth: hci_conn: re-enable advertising only for peripheral role
` [PATCH 7.2 343/713] Bluetooth: hci_core: use skb_get() instead of skb_clone() for req_skb
` [PATCH 7.2 344/713] Bluetooth: hci_event: clear HCI_LE_ADV only on a created connection
` [PATCH 7.2 345/713] Bluetooth: hci_h5: fix usage_count leak when autosuspend_delay is negative
` [PATCH 7.2 346/713] Bluetooth: hci_intel: "
` [PATCH 7.2 347/713] Bluetooth: hci_sync: Clear HCI_CMD_PENDING when dropping the last request
` [PATCH 7.2 348/713] kasan: fix cache shrink race with CPU hotplug
` [PATCH 7.2 349/713] kho: fix size calculation in kho_preserved_memory_reserve()
` [PATCH 7.2 350/713] jbd2: bound shrinker scans by examined checkpoint buffers
` [PATCH 7.2 351/713] jbd2: check need_resched() when skipping busy "
` [PATCH 7.2 352/713] ipip: fix skb leak in collect_md mode when metadata_dst allocation fails
` [PATCH 7.2 353/713] ip: orphan prefetched skbs before multicast forwarding
` [PATCH 7.2 355/713] ip6_gre: fix hardware header length for NBMA tunnels
` [PATCH 7.2 356/713] ipv6: rpl: fix NULL dereference of idev in ipv6_rpl_srh_rcv()
` [PATCH 7.2 357/713] ipv6: use RCU iterator to dump route exceptions
` [PATCH 7.2 358/713] landlock: Require LANDLOCK_ACCESS_FS_MAKE_REG for whiteout creation
` [PATCH 7.2 364/713] mpls: reload header after pskb_may_pull()
` [PATCH 7.2 365/713] mptcp: fix uninitialized local_id in syncookie MP_JOIN reconstruction
` [PATCH 7.2 366/713] module/kallsyms: fix nextval for data symbol lookup
` [PATCH 7.2 367/713] nouveau/gem: reserve the bo in the info ioctl around the vma lookup
` [PATCH 7.2 368/713] params: fix charp corruption on allocation failure
` [PATCH 7.2 369/713] phy: fsl-imx8mq-usb: fix typec switch leak on probe error path
` [PATCH 7.2 370/713] SUNRPC: xdr_buf_trim: clamp buf->len to avoid underflow
` [PATCH 7.2 371/713] SUNRPC: Zero rpc_gss_wire_cred at svcauth_gss_decode_credbody() entry
` [PATCH 7.2 372/713] SUNRPC: svcauth_gss: enforce krb5 token minimum length
` [PATCH 7.2 373/713] sunrpc: route to a populated pool in svc_pool_for_cpu()
` [PATCH 7.2 374/713] SUNRPC: Restore NUMA_NO_NODE for svc thread allocations in global mode
` [PATCH 7.2 375/713] SUNRPC: always drain cache_cleaner before destroying a cache_detail
` [PATCH 7.2 376/713] SUNRPC: Check svc pool percpu counter allocation
` [PATCH 7.2 377/713] SUNRPC: close backchannel before destroying callback service
` [PATCH 7.2 378/713] sunrpc: defer rq_argp and rq_resp free until after RCU grace period
` [PATCH 7.2 379/713] SUNRPC: fix gssx_dec_option_array error path bugs
` [PATCH 7.2 380/713] sunrpc: fix use-after-free in __rpc_clnt_handle_event and __rpc_clnt_remove_pipedir
` [PATCH 7.2 381/713] SUNRPC: Guard svcauth_gss_release() dispatch on rq_auth_stat
` [PATCH 7.2 382/713] SUNRPC: harden gss_krb5_unwrap_v2 against short tokens
` [PATCH 7.2 383/713] SUNRPC: harden gss_unwrap_resp_priv length checks
` [PATCH 7.2 384/713] sunrpc: init gssp_lock before publishing proc entry
` [PATCH 7.2 385/713] SUNRPC: reject duplicate CREDS_VALUE options
` [PATCH 7.2 386/713] SUNRPC: Reject krb5 v2 wrap tokens with oversized ec field
` [PATCH 7.2 387/713] SUNRPC: Reject short RFC 4121 MIC tokens in gss_krb5_verify_mic_v2
` [PATCH 7.2 388/713] SUNRPC: wait for in-flight client TLS handshake callback
` [PATCH 7.2 389/713] svcrdma: Reorder rpcrdma_rn_unregister before rdma_destroy_id
` [PATCH 7.2 390/713] svcrdma: Clear sc_cm_id when ADDR_CHANGE replacement fails
` [PATCH 7.2 391/713] svcrdma: Fix offset arithmetic in read_chunk_range
` [PATCH 7.2 392/713] svcrdma: Fix pcl_for_each_segment for empty chunks
` [PATCH 7.2 393/713] svcrdma: Fix unmatched rn_unregister on failed accept


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox