mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH usb-next v2] USB: gadgetfs: Fix use-after-free in gadgetfs_kill_sb
 2026-08-29 15:05 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: Return -EINVAL for an empty SMCCC filter range at base 0
 2026-08-29 15:04 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: arm64: selftests: Test "

[BUG] fanotify: destroy/add race leaves a mark on a detached connector
 2026-08-29 15:04 UTC  (7+ messages)

The Linux Kernel Is Approaching 2,000 CVEs Per Release
 2026-08-29 15:01 UTC 

[PATCH] HID: multitouch: ignore unstable pen serial on ELAN 04f3:2dd2
 2026-08-29 14:58 UTC 

[PATCH v3 0/2] Add ITE885x UCSI I2C transport driver
 2026-08-29 14:55 UTC  (3+ messages)
` [PATCH v3 1/2] ACPI: scan: do not enumerate MSFT8000 as a serial bus slave
` [PATCH v3 2/2] usb: typec: ucsi: add ITE885x I2C transport driver

[PATCH v10 0/2] hung_task: Improve warning budget handling and task reporting
 2026-08-29 14:53 UTC  (3+ messages)
` [PATCH v10 1/2] hung_task: Reset warning budget when problem gets resolved
` [PATCH v10 2/2] hung_task: Log summary line when warning budget is exhausted

[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-08-29 14:51 UTC  (3+ messages)
` [PATCH RFC 4/8] xfs: port to fs_bdev_file_open_by_path()

[RFC 00/10] Reclaimable kernel stacks
 2026-08-29 14:49 UTC  (11+ messages)
` [RFC 06/10] Reclaim memory from blocked "

[PATCH v2 0/6] Add TEE based client driver for UEFI Secure Application
 2026-08-29 14:49 UTC  (6+ messages)

[PATCH net v2] ip: skip IPv4 cmsgs for non-IPv4 packets
 2026-08-29 14:48 UTC 

[PATCH] mm: filemap: tighten dropbehind completion context check
 2026-08-29 14:47 UTC  (5+ messages)
` [PATCH v2] mm: filemap: retain mapped dropbehind folios

vt: Enlarge the framebuffer glyph size from 16 to 32 bits
 2026-08-29 14:39 UTC  (13+ messages)
` [Patch 1/9]: Make consolemap.c handle Unicode planes outside BMP
` [Patch 3/9]: Replace scr_readw/writew by scr_readg/writeg, etc
` [Patch 9/9]: vt: Misc changes, e.g. to #include directives

[PATCH net v2] net: ntb_netdev: Fix statistics races
 2026-08-29 14:38 UTC  (4+ messages)

[PATCH] mm/mremap: account mm->locked_vm correctly for MREMAP_DONTUNMAP
 2026-08-29 14:37 UTC  (2+ messages)

[PATCH v3 0/6] mm/mglru: clean up folio counters and flag usage
 2026-08-29 14:31 UTC  (12+ messages)
` [PATCH v3 2/6] mm/mglru: introduce helpers for manipulating gen and refs flags
` [PATCH v3 3/6] mm/migrate: copy all referenced state via folio_migrate_lru_refs
` [PATCH v3 4/6] mm/mglru: move max_seq read into walk_update_folio
` [PATCH v3 5/6] mm/mglru: use explicit tier range in read_ctrl_pos()

[syzbot] [kernel?] WARNING: still has locks held in devlink_compat_flash_update
 2026-08-29 14:24 UTC  (2+ messages)
` [PATCH net] devlink: request flash firmware without instance lock

[PATCH v7 0/6] rtc: s35390a: Allow use of output pin for interrupt signal 1 for wakealarm
 2026-08-29 14:22 UTC  (7+ messages)
` [PATCH v7 1/6] dt-bindings: rtc: Add pinctrl for S35390A
` [PATCH v7 2/6] rtc: s35390a: Add missing newline to dev_err
` [PATCH v7 3/6] rtc: s35390a: Fix alarm not disabling
` [PATCH v7 5/6] rtc: s35390a: Add pinctrl
` [PATCH v7 4/6] rtc: s35390a: Read 24-hour mode on access
` [PATCH v7 6/6] rtc: s35390a: Add synology quirk

[PATCH 1/1] i2c: imx: honour I2C_M_IGNORE_NAK for write messages
 2026-08-29 14:21 UTC 

[PATCH 0/1] i2c: imx: honour I2C_M_IGNORE_NAK for write messages
 2026-08-29 14:21 UTC 

[PATCH 00/16] Bluetooth: L2CAP: fix and annotate l2cap_conn::chan_l locking
 2026-08-29 14:20 UTC  (17+ messages)
` [PATCH 01/16] Bluetooth: L2CAP: take chan->lock for l2cap_chan_add/ready/del
` [PATCH 02/16] Bluetooth: L2CAP: add l2cap_chan_close_unlocked() and locking helpers
` [PATCH 03/16] Bluetooth: L2CAP: fix race condition in l2cap_sock_shutdown()
` [PATCH 04/16] Bluetooth: 6lowpan: use l2cap_chan_close_unlocked()
` [PATCH 05/16] Bluetooth: L2CAP: remove unused l2cap_chan_close()
` [PATCH 06/16] Bluetooth: 6lowpan: avoid concurrent peer_del() in bt_6lowpan_disconnect
` [PATCH 07/16] Bluetooth: L2CAP: hold conn->lock for __l2cap_ecred_conn_rsp_defer
` [PATCH 08/16] Bluetooth: L2CAP: hold l2cap_conn::lock in l2cap_connect_cfm()
` [PATCH 09/16] Bluetooth: L2CAP: add annotations for l2cap_chan list locking
` [PATCH 10/16] Bluetooth: L2CAP: take lock for l2cap_chan_del in l2cap_ecred_rsp_defer
` [PATCH 11/16] Bluetooth: L2CAP: hold chan in l2cap_ecred_conn_rsp()
` [PATCH 12/16] Bluetooth: L2CAP: annotate locking for l2cap_chan_del()
` [PATCH 13/16] Bluetooth: L2CAP: annotate locking for l2cap_ops callbacks
` [PATCH 14/16] Bluetooth: L2CAP: make concurrent l2cap_set_timer() refcounting safe
` [PATCH 15/16] Bluetooth: L2CAP: remove conditional locking from l2cap_connect()
` [PATCH 16/16] Bluetooth: L2CAP: refuse __l2cap_chan_add if chan already has conn

[PATCH v4] Input: atkbd - fix uaf in atkbd_set_repeat_rate
 2026-08-29 13:59 UTC 

[PATCH v9 1/2] hung_task: Reset warning budget when problem gets resolved
 2026-08-29 13:54 UTC  (5+ messages)

[PATCH] mm/mremap: fix locked_vm accounting for MREMAP_DONTUNMAP
 2026-08-29 13:53 UTC  (3+ messages)

[PATCH] opp: Use %pe to print symbolic error name
 2026-08-29 13:49 UTC 

[PATCH] crypto: ccp: Initialize DBC ioctl mutex before registering device
 2026-08-29 13:34 UTC 

[PATCH v2 0/2] media: i2c: Surface Pro 7+ camera flip fixes
 2026-08-29 13:21 UTC  (4+ messages)
` [PATCH v2 2/2] media: i2c: ov5693: fix horizontal flip polarity and Bayer phase

[PATCH net v2] udp: revalidate socket family before publishing an IPv6 cork
 2026-08-29 13:21 UTC 

[PATCH] srcu: Fix WARN_ON() for rcu_segcblist_n_cbs() in cleanup_srcu_struct()
 2026-08-29 13:19 UTC  (2+ messages)

[PATCH v4] keys/trusted_keys: move TPM-specific fields into trusted_tpm_options
 2026-08-29 13:09 UTC 

[syzbot] [serial?] KASAN: slab-use-after-free Write in release_tty
 2026-08-29 13:07 UTC 

[PATCH v15 0/8] blk: honor isolcpus configuration
 2026-08-29 13:06 UTC  (6+ messages)
` [PATCH v15 8/8] docs: add io_queue flag to isolcpus

[PATCH v2 0/2] Add Reset GPIO to imx258
 2026-08-29 13:06 UTC  (3+ messages)
` [PATCH v2 1/2] media: i2c: imx258: Add wait after enabling
` [PATCH v2 2/2] media: i2c: imx258: Add reset-gpio support

[PATCH v2 0/3] platform/x86: Describe Yoga Book haptics and audio resources
 2026-08-29 13:06 UTC  (3+ messages)
` [PATCH v2 3/3] platform/x86: x86-android-tablets: Add Yoga Book audio GPIOs

[PATCH wireless 0/2] wifi: iwlwifi: recover the device after it loses power in D3cold
 2026-08-29 12:37 UTC  (4+ messages)
` [PATCH wireless 1/2] wifi: iwlwifi: pcie: arm the product reset at probe
` [PATCH wireless 2/2] wifi: iwlwifi: pcie: request a product reset when the device is gone after resume

[syzbot] [serial?] KASAN: slab-use-after-free Write in release_tty
 2026-08-29 12:34 UTC  (2+ messages)
` Forwarded: [PATCH] usb: gadget: u_serial: fix use-after-free of gs_port on concurrent open

[PATCH] ceph: unregister aborted requests in ceph_mdsc_wait_request()
 2026-08-29 12:33 UTC  (2+ messages)

[PATCH v2] ceph: unregister aborted requests in ceph_mdsc_wait_request()
 2026-08-29 12:32 UTC 

[PATCH v2 0/2] ceph: handle a NULL oldest snap context in writeback
 2026-08-29 12:28 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] ceph: don't wait forever for undrainable dirty refs in vmtruncate

[PATCH] Input: drv260x - switch to using fsleep()
 2026-08-29 12:21 UTC 

[PATCH nf 0/1] netfilter: nf_dup: prevent asynchronous duplicate recursion
 2026-08-29 12:20 UTC  (4+ messages)
` [PATCH nf 1/1] "

[PATCH] tools/sched_ext: Extend the prolog migration probe to cid-form schedulers
 2026-08-29 12:20 UTC 

[PATCH v4 2/9] crash_dump: Disallow writing to dm-crypt configfs during kexec_file_load syscall
 2026-08-29 12:17 UTC  (3+ messages)

[PATCH v5] staging: rtl8723bs: fixed formatting issues in rtw_security.c
 2026-08-29 12:14 UTC  (2+ messages)

[PATCH v2 0/2] Input: drv260x: restore configuration across power loss
 2026-08-29 12:14 UTC  (5+ messages)
` [PATCH v2 1/2] Input: drv260x: Restore configuration after device close
` [PATCH v2 2/2] Input: drv260x: Fix suspend and resume sequencing

[PATCH v2] staging: rtl8723bs: fix checkpatch whitespace and indentation errors
 2026-08-29 12:13 UTC  (2+ messages)

[PATCH RFC v3 0/3] mm/zswap: shrink zswap_entry via a fixed pool index
 2026-08-29 12:10 UTC  (6+ messages)
` [PATCH RFC v3 2/3] mm/zswap: replace the zswap_pools list with a fixed pools array

[PATCH] ceph: handle a NULL oldest snap context in writeback
 2026-08-29 12:08 UTC  (2+ messages)

[PATCH v3 0/3] media: Add OmniVision OV32C4 sensor driver
 2026-08-29 11:58 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: media: i2c: Add OmniVision OV32C4
` [PATCH v3 2/3] media: i2c: Add driver for "
` [PATCH v3 3/3] media: ipu-bridge: Add "

[PATCH net] tipc: Dont send random pad bytes in RESET/ACTIVATE messages
 2026-08-29 11:58 UTC 

[RFC PATCH 00/18] mm: arm64: Add kernel replication feature
 2026-08-29 11:55 UTC  (2+ messages)

[BUG] sunrpc: rpc_pipe_msg left queued on a stack frame (nfsd cld upcall)
 2026-08-29 11:53 UTC  (2+ messages)

[PATCH] rhashtable: use per-init-site lockdep classes for bucket locks
 2026-08-29 11:50 UTC  (2+ messages)

[PATCH v2 0/3] pinctrl: airoha: add EcoNet EN7528 pin controller support
 2026-08-29 11:47 UTC  (4+ messages)
` [PATCH v2 2/3] dt-bindings: pinctrl: Add EcoNet EN7528 pin controller

[PATCH v6 0/5] ceph: reduce mdsc->mutex contention in the cephfs kclient
 2026-08-29 11:35 UTC  (6+ messages)
` [PATCH v6 1/5] ceph: use READ_ONCE/WRITE_ONCE for oldest_tid
` [PATCH v6 2/5] ceph: replace the request_tree rbtree with an xarray keyed by r_tid
` [PATCH v6 3/5] ceph: add wait_list_lock for wait-list serialization
` [PATCH v6 4/5] ceph: move mdsc->mutex into __do_request()
` [PATCH v6 5/5] ceph: narrow mdsc->mutex scope in replay_unsafe_requests

[RFC PATCH v2] hwmon: it87: Add basic IT8613E fan monitoring support
 2026-08-29 11:30 UTC 

[PATCH v2] mailmap: update entry for Christopher Obbard
 2026-08-29 11:28 UTC 

[PATCH] platform/x86: hp-wmi: add support for OMEN 16-am2xxx boards
 2026-08-29 11:27 UTC 

[PATCH] pinctrl: stm32: fix the unit of the hwspinlock timeout
 2026-08-29 11:20 UTC  (3+ messages)
` [PATCH v2] "

[RFC PATCH 00/18] mm: arm64: Add kernel replication feature
 2026-08-29 11:19 UTC  (2+ messages)

[PATCH] Input: st-keyscan - disable interrupt while clock is gated
 2026-08-29 11:12 UTC 

[RFC PATCH] hwmon: it87: Add basic IT8613E fan monitoring support
 2026-08-29 11:08 UTC 

[PATCH 1/2] scripts: add TOML config to container tool
 2026-08-29 11:01 UTC  (8+ messages)

[PATCH 0/6] userfaultfd: decouple uffd mode from VMA flags
 2026-08-29 11:00 UTC  (8+ messages)
` [PATCH 6/6] userfaultfd: collapse VM_UFFD_{MISSING,WP,MINOR,RWP} into single VM_UFFD

[PATCH v2 0/6] arch, mm/execmem: resolve confusion about set_direct_map_valid_noflush()
 2026-08-29 10:48 UTC  (3+ messages)

[PATCH v2 0/2] Add UCSI I2C transport driver for ITE885x USB-C controllers
 2026-08-29 10:37 UTC  (4+ messages)

[BUG] misc/mei: Race between mei_release() disconnect and mei_ioctl_connect_vtag() causes CSME reset storm and i915 freeze
 2026-08-29 10:36 UTC  (3+ messages)

[PATCH] PCI: qcom: Only check bridge nodes for PERST# GPIOs
 2026-08-29 10:36 UTC 

[PATCH v2 0/4] scsi: replace __get_free_pages() with kmalloc()
 2026-08-29 10:35 UTC  (2+ messages)

[PATCH] media: i2c: imx258: Add reset-gpio support
 2026-08-29 10:33 UTC  (4+ messages)

[PATCH v3] Input: atkbd - fix uaf in atkbd_set_repeat_rate
 2026-08-29 10:33 UTC  (2+ messages)

[RFC PATCH v2 00/23] sched: Scale cache-aware aggregation at LLC granularity
 2026-08-29 10:31 UTC  (3+ messages)
` [RFC PATCH v2 01/23] sched/topology: Add llc_to_node() to translate LLC id to NUMA node

rust_binder: use KVVec for files_to_translate
 2026-08-29 10:30 UTC  (4+ messages)

[PATCH] exit: hold a reference to thread_pid across proc_flush_pid
 2026-08-29 10:19 UTC 

[PATCH] wifi: mac80211: skip reconfiguration when the last emulated chanctx goes
 2026-08-29 10:15 UTC 

[PATCH v2] ARM: dts: samsung: exynos4210-i9100: Enable RTS/CTS in Bluetooth node
 2026-08-29 10:15 UTC 

[RFC PATCH 0/1] RME Babyface Pro FS driver (proprietary mode)
 2026-08-29 10:03 UTC  (2+ messages)
` [RFC PATCH 1/1] ALSA: usb: add "

[PATCH] Bluetooth: hci_bcm: Default to 4 Mbps
 2026-08-29 10:02 UTC 

[PATCH] mm: fix the race on huge alloc failed
 2026-08-29 10:00 UTC 

[PATCH] thermal/drivers/qcom/spmi-mbg-tm: Import IIO_CONSUMER namespace
 2026-08-29  9:56 UTC  (5+ messages)

[PATCH] fs/ext4: fix ABBA deadlock in ext4_rmdir()
 2026-08-29  9:53 UTC  (2+ messages)

[syzbot] BUG: Address NUM::NUM on device lo is missing its host route
 2026-08-29  9:52 UTC 

[PATCH bpf v2] bpf: Fix UAF due to concurrent consumption of waiting_for_gp_ttrace
 2026-08-29  9:50 UTC  (4+ messages)

[PATCH] crypto: hisilicon/zip - enable auto clock gating for DAE
 2026-08-29  9:49 UTC 

[PATCH 0/4] arm64: amlogic: t7: describe the VIM4 supplies and keep the fabric clocks running
 2026-08-29  9:47 UTC  (5+ messages)
` [PATCH 1/4] clk: meson: t7: keep the memory "
` [PATCH 2/4] arm64: dts: amlogic: t7: fix the pin groups of two PWM outputs
` [PATCH 3/4] arm64: dts: amlogic: t7: khadas-vim4: add the PWM-driven supplies
` [PATCH 4/4] arm64: dts: amlogic: t7: fix the pin groups of the vsync PWM

[REGRESSION] 6.12.y: s2idle hangs after 171ef40fce41 ("PM: sleep: Use complete() in device_pm_sleep_init()")
 2026-08-29  9:47 UTC 

[syzbot] [fs?] KASAN: slab-use-after-free Write in do_bad_area
 2026-08-29  9:45 UTC  (2+ messages)

[PATCH 0/2] x86/fred: Fix stack depot exhaustion on FRED systems
 2026-08-29  9:42 UTC  (3+ messages)
` [PATCH 2/2] x86/fred: Fix stack depot filtering of FRED event stacks

[PATCH] x86/PCI: Disable D3cold on Intel BE200 Wi-Fi on Lenovo IdeaPad Pro 5 14IAH10
 2026-08-29  9:39 UTC  (3+ messages)

[RFC PATCH] usb: dwc3: core: resume xHCI child on runtime resume in host mode
 2026-08-29  9:34 UTC  (5+ messages)

[PATCH] KVM: x86/pmu: Add mediated vPMU PerfMon v5 support
 2026-08-29  9:30 UTC  (2+ messages)

[PATCH net] bnxt_en: Prevent queue stop with deferred completions
 2026-08-29  9:27 UTC  (2+ messages)

[RFC PATCH 0/7] sched/cache: Per-task control of cache aware scheduling via prctl
 2026-08-29  9:27 UTC  (2+ messages)

[PATCH v1 0/3] lib/842: reject malformed streams before invalid memory accesses
 2026-08-29  9:18 UTC  (4+ messages)
` [PATCH v1 1/3] lib/842: reject output overflows from index and short data
` [PATCH v1 2/3] lib/842: require a complete history block for repeat templates
` [PATCH v1 3/3] lib/842: add KUnit tests for the decompressor

[PATCH v5 0/4] tools/accounting: refactor delay fields and share format_timespec()
 2026-08-29  9:16 UTC  (5+ messages)
` [PATCH v5 1/4] delaytop: refactor repetitive delay fields into array with enum
` [PATCH v5 2/4] tools/include/uapi: Add __kernel_old_time_t typedef to tools/include/uapi/linux/time_types.h
` [PATCH v5 3/4] tools/accounting: factor out shared format_timespec() implementation
` [PATCH v5 4/4] tools/accounting: simplify 32-bit time_t overflow check in format_timespec()

[BUG] drivers/tty: NULL pointer dereference in paste_selection()
 2026-08-29  9:11 UTC  (4+ messages)

[PATCH v3 0/9] ASoC: qcom: Add QAIF driver for Shikra audio platform
 2026-08-29  9:10 UTC  (11+ messages)
` [PATCH v3 1/9] ASoC: dt-bindings: qcom,qaif-cpu: Add binding

[PATCH] drm/amd/display: add missing CRC1 window registers and masks for DCN3.2
 2026-08-29  8:59 UTC  (2+ messages)
` [PATCH v2] drm/amd/display: add missing CRC engine 1 "

[PATCH net v2] net: unix: reject negative max_dgram_qlen values
 2026-08-29  8:58 UTC 

[PATCH] accel/amdxdna: fix NULL deref and GEM object leak in error paths
 2026-08-29  8:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] btrfs: fix deadlocks with transaction commit when cloning inline extents
 2026-08-29  8:55 UTC  (2+ messages)

[PATCH 0/5] sparc32: replace sp_banks with memblock
 2026-08-29  8:54 UTC  (6+ messages)
` [PATCH 4/5] sparc32: move early memory setup to setup_arch

[PATCH] mm/damon: fix unconditionally skip last region
 2026-08-29  8:34 UTC  (2+ messages)

[PATCH] ksmbd: validate normalized name response length
 2026-08-29  8:33 UTC  (2+ messages)

[PATCH v3] platform/x86: int3472: support the POWER1 GPIO type
 2026-08-29  8:29 UTC 

[PATCH] tracing: Have show_event_filters/triggers files take trace array ref
 2026-08-29  8:21 UTC  (2+ messages)

[PATCH v3 0/3] Add support for CH1115 Controller
 2026-08-29  8:18 UTC  (3+ messages)
` [PATCH v3 2/3] drm/ch1115: add support for Chipwealth CH1115 OLED controller

[PATCH] dt-bindings: fix typos in various bindings
 2026-08-29  8:11 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/7] thunderbolt: Fix DP tunnel teardown while an async DPRX read is running
 2026-08-29  8:08 UTC  (8+ messages)
` [PATCH v3 1/7] thunderbolt: Hold a router reference for each allocated HopID
` [PATCH v3 2/7] thunderbolt: Make the DP tunnel activation callback mandatory
` [PATCH v3 3/7] thunderbolt: Fix domain reference leak when DPRX read is canceled
` [PATCH v3 4/7] thunderbolt: Don't access a DP tunnel after its DPRX read was canceled
` [PATCH v3 5/7] thunderbolt: Mark discovered tunnels as active
` [PATCH v3 6/7] thunderbolt: Tear down inactive DP tunnels when the domain is stopped
` [PATCH v3 7/7] thunderbolt: Drop the DP tunnel activation callback data

[PATCH] locking: Revert switching guards to _irq_{disable,enable}()
 2026-08-29  8:05 UTC  (11+ messages)

[PATCH v6 00/21] Add basic pinctrl drivers for JHB100 SoC
 2026-08-29  8:02 UTC  (3+ messages)
` [PATCH v6 03/21] dt-bindings: pinctrl: Add starfive,jhb100-sys0-pinctrl

[PATCH] accel/amdxdna: fix race condition in mailbox send path
 2026-08-29  7:53 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/2] fpga: add dma-buf based FPGA programming interface
 2026-08-29  7:52 UTC  (3+ messages)

[RESEND RFC PATCH v2 00/13] mm/swap: introduce per-priority allocation queues
 2026-08-29  7:48 UTC  (4+ messages)
` [RESEND RFC PATCH v2 11/13] mm/swap: bound synchronous discard during allocation
` [RESEND RFC PATCH v2 12/13] mm/swap: drop swap active plist
` [RESEND RFC PATCH v2 13/13] lib/plist.c: remove requeue function

page:  |  | latest

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

all inboxes | Powered by JetHome®