mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH] scsi: libsas: Fix use-after-free in sas_suspend_devices()
 2026-09-17 16:45 UTC  (2+ messages)

[PATCH 0/2] fs: honor FOP_UNSIGNED_OFFSET in llseek and positional I/O
 2026-09-17 16:45 UTC  (3+ messages)

[PATCH v2 00/13] audit: log all six syscall arguments in the SYSCALL record
 2026-09-17 16:45 UTC  (4+ messages)
` [PATCH v2 01/13] "

[PATCH v22 0/9] shut down devices asynchronously
 2026-09-17 16:45 UTC  (13+ messages)
` [PATCH 1/9] driver core: rely on put_device to free dev->p
` [PATCH 2/9] driver core: prevent device_add() during system shutdown
` [PATCH 3/9] driver core: warn should device_move try to move a need_parent_lock device
` [PATCH 4/9] driver core: separate function to shutdown one device
` [PATCH 5/9] driver core: do not always lock parent in shutdown
` [PATCH 6/9] driver core: async device shutdown infrastructure
` [PATCH 7/9] PCI: Link a virtual function to its physical function
` [PATCH 8/9] PCI: Enable async shutdown support
` [PATCH 9/9] scsi: "

[PATCH] ALSA: hda/tas2781: Fix ACPI device double put in tas2781_read_acpi()
 2026-09-17 16:45 UTC 

[PATCH v2 0/9] drm/panel: novatek-nt36672a: Extend with 5 new panels
 2026-09-17 16:43 UTC  (10+ messages)
` [PATCH v2 1/9] dt-bindings: vendor-prefixes: Add Shenzhen TXD Technology Co., Ltd
` [PATCH v2 2/9] dt-bindings: vendor-prefixes: Add Shen Chao Optoelectronics
` [PATCH v2 3/9] dt-bindings: display: novatek,nt36672a: Add 5 new panels
` [PATCH v2 4/9] drm/panel: novatek-nt36672a: Set driver name to novatek for consistency
` [PATCH v2 5/9] drm/panel: novatek-nt36672a: Combine two init callbacks into one
` [PATCH v2 6/9] drm/panel: novatek-nt36672a: Add 3 panels used in Xiaomi phones
` [PATCH v2 7/9] drm/panel: novatek-nt36672a: Add Tianma panel for Xiaomi Mi A2
` [PATCH v2 8/9] drm/panel: novatek-nt36672a: Add panel for Asus Zenfone Max Pro M1
` [PATCH v2 9/9] MAINTAINERS: Add Alexey Minnekhanov as maintainer for NT36672A panel

[syzbot] [kernel?] KASAN: slab-use-after-free Read in disable_device
 2026-09-17 16:43 UTC 

[PATCH] apparmor: Fix namespace reference leak in __aa_find_or_create_ns()
 2026-09-17 16:43 UTC 

[PATCH v2] pmdomain: imx8m-blk-ctrl: Serialize power on/off across sibling domains
 2026-09-17 16:42 UTC  (2+ messages)

[PATCH v3 0/5] Add two-byte cmpxchg emulation and wire it into the architectures
 2026-09-17 16:42 UTC  (7+ messages)
` [PATCH v3 1/5] lib: Add two-byte cmpxchg emulation function
` [PATCH v3 2/5] ARC: Emulate two-byte cmpxchg
` [PATCH v3 3/5] csky: "
` [PATCH v3 4/5] sh: "
` [PATCH v3 5/5] xtensa: "

[PATCH v6 0/3] driver core: add enumeration failure uevent helper
 2026-09-17 16:42 UTC  (2+ messages)

[PATCH] apparmor: Fix label reference leak in aa_unix_file_perm()
 2026-09-17 16:41 UTC 

[PATCH] USB Audio Class 2 Mixer unit support for GET_CUR, SET_CUR and RANGE
 2026-09-17 16:40 UTC  (13+ messages)

[PATCH] net/smc: Fix socket use-after-free in smc_shutdown()
 2026-09-17 16:39 UTC 

[PATCH v8 0/5] riscv: Add initial CBQRI resctrl support
 2026-09-17 16:39 UTC  (6+ messages)
` [PATCH v8 1/5] riscv_cbqri: Add capacity controller probe and allocation device ops
` [PATCH v8 2/5] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH v8 3/5] riscv_cbqri: Make RESCTRL_FS available on RISC-V
` [PATCH v8 4/5] dt-bindings: riscv: Add binding for CBQRI controllers
` [PATCH v8 5/5] riscv_cbqri: Add CBQRI capacity allocation platform driver

[PATCH] tick/nohz: Avoid unused timekeeping_max_deferment() calls
 2026-09-17 16:39 UTC 

[PATCH v2 0/4] sched/numa: stop VMA scan filters from gating promotion
 2026-09-17 16:39 UTC  (11+ messages)
` [PATCH v2 1/4] mm: support promotion-only NUMA hinting scans
` [PATCH v2 2/4] mm: allow shared folios to be promoted to a fast tier
` [PATCH v2 4/4] sched/numa: do not let VMA PID activity gate promotion

[PATCH v1 00/13] perf trace: Fix BPF filtering and make tracing tests non-exclusive
 2026-09-17 16:39 UTC  (16+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 01/14] perf trace: Include the headers declaring pid_t and strcmp
  ` [PATCH v2 02/14] perf trace: Start BPF summary before starting workload
  ` [PATCH v2 03/14] perf trace: Skip internal tracepoint fields in formatting and beauty map
  ` [PATCH v2 04/14] perf trace: Do not set unaugmented BPF program on sys_exit map
  ` [PATCH v2 05/14] perf trace: Filter events in BPF and avoid tracepoint vetoes
  ` [PATCH v2 06/14] perf trace: Handle fork and exit directly in BPF filter maps
  ` [PATCH v2 07/14] perf test test_task_analyzer: Isolate in temporary directory and make non-exclusive
  ` [PATCH v2 08/14] perf test common: Do not globally disable tracing events in clear_all_probes
  ` [PATCH v2 09/14] perf test probe_vfs_getname: Scope probe name to PID and make non-exclusive
  ` [PATCH v2 10/14] perf test record+probe_libc_inet_pton: Scope event to PID, add retries, "
  ` [PATCH v2 11/14] perf test trace_summary: Improve error diagnostics
  ` [PATCH v2 12/14] perf test trace_btf_general: Drop --max-events=1 and make non-exclusive
  ` [PATCH v2 13/14] perf test trace_summary: Make non-exclusive
  ` [PATCH v2 14/14] perf test uprobe_from_different_cu: Scope probe name to PID

[PATCH v6 0/4] vfio-pci/zdev: Improved zPCI Function Measurement Support
 2026-09-17 16:38 UTC  (6+ messages)
` [PATCH v6 2/4] s390/pci: Reuse FMB buffer and preserve state in device re-enablement

[PATCH] nfc: llcp: Fix local use-after-free in nfc_llcp_general_bytes()
 2026-09-17 16:38 UTC 

[PATCH v2 0/5] kconfig: improve input validation for numeric options
 2026-09-17 16:36 UTC  (5+ messages)
` [PATCH v2 4/5] kconfig: prevent out-of-bounds user input "
` [PATCH v2 5/5] kconfig: use unsigned integers for hex range checks

[PATCH] kcm: Fix socket use-after-free in kcm_unattach()
 2026-09-17 16:36 UTC 

[PATCH RFC v3 00/13] rcu-tasks: build Tasks RCU on Tasks Trace readers in trampolines
 2026-09-17 16:35 UTC  (14+ messages)
` [PATCH RFC v3 03/13] rcu-tasks: Add a Tasks RCU implementation for reader-marked trampolines

[PATCH] cifs: Fix server use-after-free in cifs_chan_skip_or_disable()
 2026-09-17 16:34 UTC 

[PATCH v12 00/25] Allow AET to use PMT as loadable module
 2026-09-17 16:32 UTC  (2+ messages)

[PATCH v6 0/3] arm: dts: altera: add Draeger M48 CPU Module
 2026-09-17 16:31 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: vendor-prefixes: add Draeger AG
` [PATCH v6 2/3] dt-bindings: arm: altera: add Draeger M48 Module
` [PATCH v6 3/3] arm: dts: altera: add Draeger M48 CPU Module

[PATCH] nfsd: Fix id-to-name cache entry leak in idtoname_parse()
 2026-09-17 16:31 UTC 

[PATCH] blk-cgroup: skip rstat flush for cgroups without blkgs
 2026-09-17 16:31 UTC  (2+ messages)

[PATCH v16 0/5] Add RMPOPT support
 2026-09-17 16:31 UTC  (4+ messages)
` [PATCH v16 2/5] x86/sev: Disable CPU hotplug while SNP is active

[PATCH bpf-next v4 0/2] bpf: htab: Reduce memory use of hash maps
 2026-09-17 16:30 UTC  (3+ messages)

[PATCH v3] dmaengine: loongson1-apb-dma: avoid using iterator variable after list_for_each_entry()
 2026-09-17 16:30 UTC 

[PATCH] NFS: Fix layout header use-after-free in pnfs_update_layout()
 2026-09-17 16:29 UTC 

[PATCH v3 0/6] spacemit: k3: Replace bad CLINT node with ACLINT nodes
 2026-09-17 16:29 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: timer: thead,c900-aclint-mtimer: Add SpacemiT K3
` [PATCH v3 2/6] dt-bindings: interrupt-controller: thead,c900-aclint-mswi: "
` [PATCH v3 3/6] dt-bindings: interrupt-controller: thead,c900-aclint-sswi: "
` [PATCH v3 4/6] dt-bindings: timer: sifive,clint: Remove spacemit,k3-clint
` [PATCH v3 5/6] irqchip/aclint-sswi: Add support for SpacemiT K3
` [PATCH v3 6/6] riscv: dts: spacemit: k3: Replace incorrect CLINT node with ACLINT nodes

[syzbot] [kernel?] KASAN: slab-use-after-free Read in disable_device
 2026-09-17 16:29 UTC  (2+ messages)
` Forwarded: "

False-positive missing-firmware warnings for devices not present on the machine
 2026-09-17 16:29 UTC 

[PATCH net] seg6: keep room for the mac header when growing the headroom
 2026-09-17 16:28 UTC  (3+ messages)

[PATCH] drm/nouveau/disp: don't reject HDMI config on cards without SCDC
 2026-09-17 16:28 UTC  (2+ messages)

[PATCH] ceph: Fix mds session leak in __open_export_target_session()
 2026-09-17 16:28 UTC 

[PATCH v7 0/5] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-09-17 16:27 UTC  (5+ messages)
` [PATCH v7 2/5] riscv_cbqri: resctrl: Add cache allocation via capacity block mask

[PATCH] ceph: Fix xattr buffer leak in __send_cap()
 2026-09-17 16:27 UTC 

[PATCH 0/2] clk: imx: add missing pm_runtime_dont_use_autosuspend() calls
 2026-09-17 16:25 UTC  (6+ messages)

[SLUB] nfs_page cmpxchg_double_fail and perf lock perturbation on dual-socket NFS/RDMA
 2026-09-17 16:25 UTC  (2+ messages)

[PATCH v4 0/2] arm64/cpufreq: report and track frequencies above 4.19 GHz
 2026-09-17 16:24 UTC  (5+ messages)
` [PATCH v4 1/2] arm64: topology: fix arch_freq_get_on_cpu() overflow "

[syzbot] [kernel?] KASAN: slab-use-after-free Read in disable_device
 2026-09-17 16:24 UTC 

[PATCH v2] rust: net: netlink: validate attribute length before casting to `c_int`
 2026-09-17 16:23 UTC  (4+ messages)

[PATCH v3 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-17 16:22 UTC  (41+ messages)
` [PATCH v3 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v3 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v3 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v3 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v3 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v3 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v3 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v3 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v3 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v3 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v3 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v3 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v3 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v3 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v3 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v3 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v3 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v3 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v3 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v3 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v3 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v3 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v3 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v3 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v3 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v3 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v3 27/40] mm: remove hugetlb_inline.h
` [PATCH v3 28/40] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH v3 29/40] mm: drop some redundant checks around hugetlb VMAs
` [PATCH v3 30/40] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH v3 31/40] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH v3 32/40] mm/uffd: use predicates for userfaultfd checks
` [PATCH v3 33/40] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH v3 34/40] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH v3 35/40] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH v3 36/40] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH v3 37/40] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH v3 38/40] fuse: dax: do not set VM_MIXEDMAP
` [PATCH v3 39/40] mm/huge_memory: remove vma_is_special_huge()
` [PATCH v3 40/40] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH] KVM: arm64: vgic-its: Update GITS_CTLR.Enabled under its_lock
 2026-09-17 16:20 UTC 

[PATCH 7.2 000/733] 7.2.7-rc1 review
 2026-09-17 16:19 UTC  (2+ messages)

[PATCH v4 00/11] Add S32N79RDB UFS support
 2026-09-17 16:18 UTC  (3+ messages)
` [PATCH v4 08/11] scsi: ufs: Add NXP S32N79 UFS host controller driver

[PATCH v2 1/2] fs/resctrl: Avoid extra call to strlen() in schemata_list_add()
 2026-09-17 16:17 UTC  (4+ messages)

[PATCH] kstrtox: delete saturation in case of overflow
 2026-09-17 16:17 UTC 

[PATCH v2] fs/resctrl: Allocate rmid_ptrs[] using kvzalloc_objs()
 2026-09-17 16:15 UTC  (3+ messages)

[PATCH v2 1/2] list: add missing empty list check to list_cut_before()
 2026-09-17 16:14 UTC  (2+ messages)

[PATCH V1] accel/amdxdna: Fully initialize map structure before registering notifier
 2026-09-17 16:14 UTC  (3+ messages)

[PATCH] usb: gadget: uvc: Fix config_item reference leak in uvc_alloc()
 2026-09-17 16:14 UTC 

[PATCH v2 0/2] pps-gpio: restore pin mux on unbind and shutdown
 2026-09-17 16:13 UTC  (4+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 2/3] dt-bindings: pps: pps-gpio: document optional pinctrl states

Sound/seq: hung task in odev_open - unuse callback sleeps under list_mutex
 2026-09-17 16:13 UTC  (5+ messages)

[PATCH] usb: cdc-acm: Fix urb reference leak in acm_resume()
 2026-09-17 16:12 UTC 

[PATCH v5 5/5] accel/amdxdna: do not fail a sync for a BO with no debug context
 2026-09-17 16:11 UTC 

[PATCH net-next v16 6/6] net: dsa: mxl862xx: document devlink flash and info support
 2026-09-17 16:11 UTC 

[PATCH net-next v16 5/6] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode
 2026-09-17 16:11 UTC 

[PATCH net-next v16 4/6] net: dsa: mxl862xx: add devlink flash_update and info_get
 2026-09-17 16:11 UTC 

[PATCH net-next v16 3/6] driver core: add device_schedule_reprobe()
 2026-09-17 16:11 UTC 

[PATCH net-next v16 1/6] net: dsa: add devlink flash_update callback to dsa_switch_ops
 2026-09-17 16:11 UTC 

[GIT PULL] Networking for v7.3-rc4
 2026-09-17 16:11 UTC 

[PATCH net] net: stmmac: request the MDIO reset GPIO only once
 2026-09-17 16:10 UTC  (2+ messages)

[PATCH] usb: cdns3: cdnsp-pci: Fix PCI function reference leak in cdnsp_pci_probe()
 2026-09-17 16:09 UTC 

[PATCH] mm/damon: reject zero sampling interval
 2026-09-17 16:09 UTC  (2+ messages)

[PATCH v4 0/5] dma: swiotlb: Centralize default pool policy and sizing
 2026-09-17 16:08 UTC  (3+ messages)
` [PATCH v4 5/5] dma: swiotlb: Remove SWIOTLB_ANY

[PATCH v8 0/2] Add LPASS VA CSR HeartBeat pulse clock support
 2026-09-17 16:08 UTC  (3+ messages)
` [PATCH v8 2/2] clk: qcom: Add LPASS VA CSR heartbeat pulse clock

[PATCH] usb: cdnsp: Fix runtime PM reference leak in __cdnsp_gadget_init()
 2026-09-17 16:07 UTC 

[PATCH v2] HID: ayaneo: Add AYANEO 3 detachable controller driver
 2026-09-17 16:07 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2 00/15] iio: adc: ad4134: Enable greater sample rate data capture
 2026-09-17 16:07 UTC  (5+ messages)
` [PATCH v2 09/15] dt-bindings: iio: adc: adi,ad4134: Document SPI connection mode

[PATCH v3 00/20] kbuild: significantly speed up kernel builds
 2026-09-17 16:06 UTC  (20+ messages)
` [PATCH v3 02/20] kallsyms: index symbols by token to speed up table compression
` [PATCH v3 03/20] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH v3 04/20] kbuild: do not sort nm output where the order is irrelevant
` [PATCH v3 05/20] kbuild: only emit vmlinux relocations when required
` [PATCH v3 06/20] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH v3 07/20] kallsyms: reimplement mksysmap in C
` [PATCH v3 08/20] kbuild: cache list, composite object state per object
` [PATCH v3 09/20] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH v3 10/20] kbuild: move the toolchain checks into init/Kconfig.toolchain
` [PATCH v3 11/20] kbuild: avoid re-running compiler and linker probes
` [PATCH v3 12/20] modpost: cache section relocation mismatch state
` [PATCH v3 13/20] modpost: emit module descriptors as assembly
` [PATCH v3 14/20] kbuild: batch module finalisation
` [PATCH v3 15/20] objtool: cache relocations, do less work, eliminate relocation hash
` [PATCH v3 16/20] objtool: size the instruction hash to the text
` [PATCH v3 17/20] objtool: decode instructions and resolve branch targets in parallel
` [PATCH v3 18/20] rust: make exports.o depend on the headers generated for it
` [PATCH v3 19/20] kbuild: build rust crates in parallel with the rest of the build
` [PATCH v3 20/20] kbuild: compress the kernel with pigz if available

[PATCH] kobject: fix uevent socket use-after-free on net namespace delete
 2026-09-17 15:21 UTC  (3+ messages)

[PATCH 0/3] Small improvement about mmc documentation
 2026-09-17  8:48 UTC  (2+ messages)
` [PATCH 3/3] mmc: core: fix stale mmc_start_req() references in comments

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®