mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH] PCI/P2PDMA: Update DMABUF lifecycle docs after move_notify() rename
 2026-09-09  1:03 UTC  (2+ messages)

[PATCH 1/2] perf/x86/intel: Correct pt_regs->flags update for PEBS path
 2026-09-09  0:59 UTC  (8+ messages)
` [PATCH 2/2] perf/x86: Disable precise sampling for PERF_SAMPLE_STACK_USER

[PATCH v9 00/39] dyndbg: fix classmaps API for subsystems, query extensions, and selftests
 2026-09-09  0:55 UTC  (40+ messages)
` [PATCH v9 01/39] selftests/dyndbg: Add kselftest script to verify dynamic-debug
` [PATCH v9 02/39] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v9 03/39] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v9 04/39] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v9 05/39] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v9 06/39] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v9 07/39] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v9 08/39] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v9 09/39] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v9 10/39] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v9 11/39] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v9 12/39] dyndbg: bump num-tokens in a query-cmd from 9 to 15
` [PATCH v9 13/39] dyndbg: reduce verbose/debug clutter
` [PATCH v9 14/39] lib/parser: add match_wildcard_hyphen() for agnostic matching
` [PATCH v9 15/39] kbuild, dyndbg: Clean up builtin module-name ambiguities
` [PATCH v9 16/39] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v9 17/39] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v9 18/39] dyndbg: replace classmap list with an array-slice
` [PATCH v9 19/39] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v9 20/39] dyndbg: reduce class param storage to u32
` [PATCH v9 21/39] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v9 22/39] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v9 23/39] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v9 24/39] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v9 25/39] selftests/dyndbg: enable FT_classmap_inheritance
` [PATCH v9 26/39] dyndbg: detect class_id reservation conflicts
` [PATCH v9 27/39] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_{DEFINE,USE_} args at compile-time
` [PATCH v9 28/39] dyndbg-test: add do_bulk testpoint, rename do_prints to do_classes
` [PATCH v9 29/39] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v9 30/39] dyndbg: control-parser: treat comma as a token separator
` [PATCH v9 31/39] selftests: enable comma-terminator tests
` [PATCH v9 32/39] dyndbg: split multi-query strings with @
` [PATCH v9 33/39] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v9 34/39] dyndbg: harden classmap and descriptor validation
` [PATCH v9 35/39] docs/dyndbg: add classmap info to howto
` [PATCH v9 36/39] dyndbg: Ignore additional arguments from pr_fmt
` [PATCH v9 37/39] dyndbg: add epilogue to dynamic_debug/control file
` [PATCH v9 38/39] dyndbg: add +c flag to count advantage of classmaps for DRM
` [PATCH v9 39/39] dyndbg: add DEBUG-biased fallback stubs for _dynamic_func_call_cls

[PATCH v5 1/9] crash_dump: Fix potential double free and UAF of keys_header
 2026-09-09  0:53 UTC  (18+ messages)
` [PATCH v5 2/9] crash_dump: Read the number of dm-crypt keys from reserved memory
` [PATCH v5 3/9] crash_dump: Disallow writing to dm-crypt configfs during kexec_file_load syscall
` [PATCH v5 4/9] crash_dump: Free temporary dm-crypt keys_header buffer in kdump kernel
` [PATCH v5 5/9] crash_dump: Only use kexec_dprintk during the kexec_file_load syscall
` [PATCH v5 6/9] crash_dump: Improve readability of config_keys_restore_store
` [PATCH v5 7/9] crash_dump: Check the function return codes in restore_dm_crypt_keys_to_thread_keyring
` [PATCH v5 8/9] crash_dump: Disallow configfs/crash_dm_crypt_key/reuse if crash hotplug supported
` [PATCH v5 9/9] Documentation: kdump: Add arm64 and ppc64le to encrypted dump target support list

[PATCH nf 0/1] netfilter: x_tables: avoid holding mutex over faultable user copies
 2026-09-09  0:52 UTC  (2+ messages)

[PATCH v2 0/8] gpu: nova-core: add NVKV codec
 2026-09-09  0:51 UTC  (3+ messages)
` [PATCH v2 5/8] gpu: nova-core: add NVKV decoder

[PATCH] drm/sched: drop the unused entity argument from drm_sched_fence_alloc()
 2026-09-09  0:51 UTC 

[PATCH] usb: mdc800: fix circular locking dependency in probe/open
 2026-09-09  0:48 UTC 

[PATCH net-next v2] net: stmmac: fix error path cleanup in DMA descriptor ring allocation
 2026-09-09  0:48 UTC  (2+ messages)

[PATCH v3] MAINTAINERS: Update maintainers and group list for QLogic and Broadcom drivers
 2026-09-09  0:47 UTC  (2+ messages)

[PATCH v3 00/21] lib: Rust implementation of SPDM
 2026-09-09  0:46 UTC  (17+ messages)
` [PATCH v3 09/21] lib: rspdm: Initial commit of Rust SPDM
` [PATCH v3 10/21] PCI/TSM: Rename pf0 to host
` [PATCH v3 12/21] PCI/CMA: Add a PCI TSM CMA driver using SPDM
` [PATCH v3 14/21] lib: rspdm: Support SPDM get_version
` [PATCH v3 15/21] lib: rspdm: Support SPDM get_capabilities
` [PATCH v3 16/21] lib: rspdm: Support SPDM negotiate_algorithms
` [PATCH v3 17/21] lib: rspdm: Support SPDM get_digests
` [PATCH v3 19/21] lib: rspdm: Support SPDM certificate validation

[PATCH] selftests/damon: ignore test-generated damon_dump_output
 2026-09-09  0:45 UTC  (2+ messages)

[PATCH v6 00/10] PCI: dw-rockchip: add system suspend support
 2026-09-09  0:44 UTC  (3+ messages)
` [PATCH v6 02/10] PCI: dw-rockchip: Restore vpcie3v3 regulator handle

[PATCH v3] x86/kprobe: Fix crash when probe cs call
 2026-09-09  0:44 UTC  (2+ messages)

[PATCH net 0/3] net: dsa: lantiq_gswip: SGMII/2500BASE-X and flow-control fixes
 2026-09-09  0:43 UTC  (4+ messages)
` [PATCH net 3/3] net: dsa: lantiq_gswip: fix GSWIP_MDIO_PHY_FCONTX_EN value

[PATCH net-next] net: smc91x: Remove stale documentation reference
 2026-09-09  0:40 UTC  (2+ messages)

[PATCH net] selftests/drivers/net: include lib/sh/*.sh
 2026-09-09  0:40 UTC  (2+ messages)

[PATCH 0/8] x86/microcode: Address GNR errata and follow-up
 2026-09-09  0:39 UTC  (10+ messages)
` [PATCH 1/8] x86/microcode/intel: Reject problematic loading on GNR systems
  ` [PATCH v2] x86/microcode/intel: Reject problematic loading on Granite Rapids systems

[RFC PATCH] Docs/mm/damon/design: clarify when qt_exceeds increases
 2026-09-09  0:38 UTC  (2+ messages)

[PATCH v4 0/3] drm/sched: fix use-after-free of the fence timeline name
 2026-09-09  0:37 UTC  (6+ messages)
` [PATCH v4 1/3] drm/sched: cache the timeline name to fix a use-after-free

[PATCH v4 1/9] crash_dump: Fix potential double free and UAF of keys_header
 2026-09-09  0:31 UTC  (3+ messages)

[PATCH v1 0/8] Alternate Injection: Secure Interrupt Delivery for SEV-SNP Guests - Guest Support
 2026-09-09  0:30 UTC  (3+ messages)
` [PATCH v1 4/8] x86/sev: Route unsupported APIC register accesses to the hypervisor APIC emulation

[PATCH net-next v3 0/2] selftests: drv-net: Allow cross-compiling the hardware tests
 2026-09-09  0:30 UTC  (3+ messages)

[PATCH net] net: openvswitch: fix use-after-free of the flow table mask array
 2026-09-09  0:30 UTC  (2+ messages)

[PATCH v2] net: starfire: fix ioaddr sign-extension causing ioremap() failure
 2026-09-09  0:28 UTC  (2+ messages)
` [PATCH net-next v3] "

commit 108cc873398932af589c295f78c348513b8d70d9 breaks update-grub on btrfs root filesystem
 2026-09-09  0:25 UTC  (2+ messages)

[PATCH RESEND wireless-next 00/18] wifi: Add Seamless Mobility Domain (SMD) AP support
 2026-09-09  0:20 UTC  (7+ messages)

[PATCH] selftests: damon: add script dir to sys.path for PYTHONSAFEPATH compatibility
 2026-09-09  0:20 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: phy: motorcomm: Enable analog frontend DAC on yt8531S
 2026-09-09  0:20 UTC  (2+ messages)

[PATCH] once_lite: Simplify condition handling and fix context analysis
 2026-09-09  0:20 UTC  (5+ messages)

[PATCH] x86/mm/pat: skip RWX verification until kernel text is set to read only
 2026-09-09  0:15 UTC  (3+ messages)

Fifth DAMON merge anniversary
 2026-09-09  0:14 UTC 

[PATCH 00/13] srcu: Round out atomic SRCU support
 2026-09-09  0:11 UTC  (31+ messages)
` [PATCH 01/13] litmus: Add SRCU fastpath anchor-before-scan test
` [PATCH 03/13] srcutree: Add reader-free fastpath to synchronize_srcu_atomic()
` [PATCH 04/13] rcutorture: Add atomic-SRCU support to torture.sh
` [PATCH 06/13] srcutree: Make init_srcu_struct_atomic() prevent transition to big
` [PATCH 07/13] srcutree: Don't transition atomic SRCU to big in srcu_gp_end()
` [PATCH 08/13] srcutree: Forbid srcu_expedite_current() on atomic SRCU
` [PATCH 09/13] rcutorture: Disable srcu_expedite_current() for "
` [PATCH 10/13] srcutree: Skip callback scheduling for atomic SRCU grace periods
` [PATCH 11/13] srcutree: Remove srcu_barrier() sleep for atomic SRCU
` [PATCH 12/13] srcutree: Remove debug pr_alert()s
` [PATCH 13/13] srcu: Restrict atomic-SRCU non_block annotation to task context

[PATCH net-next v5] tipc: replace deprecated strcpy with strscpy in tipc_bearer_get_name()
 2026-09-09  0:07 UTC  (2+ messages)

[PATCH v3 0/4] KVM: TDX: Validate directly configurable CPUID bits
 2026-09-09  0:04 UTC  (5+ messages)

[patch V2 0/8] exec/exit: POSIX timer related bugfixes and related cleanups
 2026-09-09  0:03 UTC  (8+ messages)
` [patch V2 1/8] signal: Prevent exec() race

[PATCH net-next v2] ppp: pass private data to channel callbacks
 2026-09-09  0:03 UTC  (2+ messages)

[PATCHv3 net] net: ll_temac: Return actual error from of_get_mac_address()
 2026-09-09  0:00 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm: rockchip: Add FriendlyElec NanoPi R28S
 2026-09-08 23:58 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: "

[PATCH net v2] net: phy: dp83867: restore LED configuration after a soft reset
 2026-09-08 23:57 UTC 

[PATCH v4 0/4] selftests: add shared Makefile for BPF selftests and new memcg test
 2026-09-08 23:55 UTC  (5+ messages)
` [PATCH v4 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
` [PATCH v4 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
` [PATCH v4 3/4] selftests/hid: build the BPF program via the shared lib.bpf.mk
` [PATCH v4 4/4] selftests/sched_ext: build BPF schedulers "

[PATCH v3 0/3] riscv: word-at-a-time: improve find_zero()
 2026-09-08 23:53 UTC  (4+ messages)
` [PATCH v3 1/3] riscv: word-at-a-time: improve find_zero() for !RISCV_ISA_ZBB
` [PATCH v3 2/3] riscv: word-at-a-time: improve find_zero() without Zbb
` [PATCH v3 3/3] riscv: word-at-a-time: improve find_zero() for Zbb

[PATCH net-next 00/14] net: Remove obsolete 32-bit DMA mask fallbacks
 2026-09-08 23:50 UTC  (2+ messages)

[PATCH net v2] ppp_async: drop the errored frame instead of resetting its headroom
 2026-09-08 23:50 UTC  (2+ messages)

[PATCH v2 0/5] optimize pgtable_l4|l5_enabled
 2026-09-08 23:48 UTC  (11+ messages)
` [PATCH v2 3/5] riscv: support early isa ext and use it to "
` [PATCH v2 4/5] riscv: RISCV_ISA_SV48 and RISCV_ISA_SV57 under NONPORTABLE

[PATCH bpf-next 1/2] bpftool: Skip non-autoload programs when generating light skeletons
 2026-09-08 23:48 UTC  (3+ messages)

[PATCH v2] kprobes: use DEFINE_DEBUGFS_ATTRIBUTE for the enabled knob
 2026-09-08 23:46 UTC  (3+ messages)

[PATCH v2 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
 2026-09-08 23:45 UTC  (2+ messages)

[PATCH net-next 0/4] netlink: fix ynl spec tooling robustness bugs
 2026-09-08 23:45 UTC  (5+ messages)
` [PATCH net-next 1/4] netlink: specs: fix duplicate if/then keys in netlink-raw schema
` [PATCH net-next 2/4] tools: ynl: reject zero-length attributes instead of looping forever
` [PATCH net-next 3/4] tools: ynl: stop find_kernel_root() spinning at the filesystem root
` [PATCH net-next 4/4] tools: ynl: fix uapi generation for anonymous enums with documented entries

[PATCH v5 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-09-08 23:44 UTC  (7+ messages)
` [PATCH v5 4/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest

[PATCH] HID: nintendo: relax subcommand limiter until cadence is proven
 2026-09-08 23:43 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] net: dsa: mv88e6060: Publish the OF module alias
 2026-09-08 23:40 UTC  (2+ messages)

[PATCH net v3] net: mana: Clear RDMA teardown and suspend state in mana_rdma_probe()
 2026-09-08 23:40 UTC  (2+ messages)

[PATCH RFC 6/8] SUNRPC: Reduce rpciod workqueue contention
 2026-09-08 23:39 UTC  (2+ messages)

[PATCH] scripts/sorttable: Mark long_size as __maybe_unused
 2026-09-08 23:37 UTC  (3+ messages)

[PATCH v6] phy: Add USB3 PHY support to Google Tensor SoC USB PHY driver
 2026-09-08 23:31 UTC  (3+ messages)

[PATCH net-next V4 00/14] net/mlx5e: Add support for HW-GRO to PSP
 2026-09-08 23:31 UTC  (7+ messages)
` [PATCH net-next V4 09/14] net/mlx5e: psp: Add an rx_decap steering table
` [PATCH net-next V4 13/14] selftests: net: gro: Add PSP encapsulation and encryption
` [PATCH net-next V4 14/14] selftests: drv-net: Add PSP HW GRO conformance tests

netfs_read_gaps(): aliased sink folio makes the read destination unreadable, SIGBUS on cifs with signing
 2026-09-08 23:24 UTC 

[PATCH v14 00/22] TDX KVM selftests
 2026-09-08 23:24 UTC  (9+ messages)
` [PATCH v14 18/22] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v14 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus

[PATCH bpf-next 1/2] bpf: Only check nmi_uaccess_okay() when signalling current
 2026-09-08 23:21 UTC  (2+ messages)

[PATCH bpf] bpf: Fix non-linear SRH access in bpf_update_srh_state()
 2026-09-08 23:19 UTC  (2+ messages)

[PATCH v9 0/5] x86/pvh: fix unbootable VMs again (PVH + KASAN)
 2026-09-08 23:16 UTC  (7+ messages)
` [PATCH v9 2/5] x86/asm, x86/boot: expose inline memcmp()

[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-09-08 23:16 UTC  (14+ messages)
` [PATCH v2 09/15] accel/qda: Add DMA-backed GEM objects and memory manager integration
` [PATCH v2 11/15] accel/qda: Add PRIME DMA-BUF import support
` [PATCH v2 12/15] accel/qda: Add FastRPC invocation support

[PATCH RFC] fs: cache-align lock_class_keys in struct file_system_type
 2026-09-08 23:10 UTC  (5+ messages)

[PATCH] usb: mtu3: fix system suspend in gadget mode after soft disconnect
 2026-09-08 23:10 UTC 

[PATCH] PCI: vmd: Flush initiator posted writes before demuxing interrupts on Meteor Lake
 2026-09-08 23:10 UTC  (2+ messages)

[PATCH] module: reject out-of-range relocation target indices
 2026-09-08 23:08 UTC 

[PATCH v4] PCI: Fix BAR resize for devices on a root bus
 2026-09-08 23:03 UTC  (2+ messages)

[PATCH v5] PCI: Fix BAR resize for devices on a root bus
 2026-09-08 23:03 UTC 

[PATCH 2/2] userns: Add KUnit test suite for uid_gid_map
 2026-09-08 23:01 UTC  (3+ messages)
` [PATCH v5 1/2] userns: Add __counted_by_ptr attribute to struct uid_gid_map

[PATCH v2] PCI: qcom: Block accesses to downstream devices on link down
 2026-09-08 23:00 UTC  (2+ messages)

[PATCH v2] xfs: bound logged region access in inode buffer recovery
 2026-09-08 23:00 UTC  (6+ messages)

[PATCH v2 1/5] x86/mm/pat: acquire init_mm write lock on collapse to avoid UAF
 2026-09-08 23:00 UTC  (11+ messages)
` [tip: x86/urgent] x86/mm/pat: Acquire "
                ` Update on CPA fixes, x86/urgent and x86/mm

[PATCH net] net: phy: dp83867: restore the LED polarity after a soft reset
 2026-09-08 22:59 UTC  (3+ messages)

[PATCH 0/2 5.10] serial: 8250_dw: fix port leak on clock notifier failure
 2026-09-08 22:59 UTC  (3+ messages)

[PATCH v12 00/13] sched, steal_governor: Introduce preferred CPUs and steal-driven vCPU backoff
 2026-09-08 22:58 UTC  (5+ messages)
` [PATCH v12 08/13] sched/core: Push current task from non preferred CPU

[PATCH net-next v3 0/6] eth: fbnic: expand hwmon sensor support
 2026-09-08 22:57 UTC  (7+ messages)
` [PATCH net-next v3 1/6] eth: fbnic: move sensor read logic out of fbnic_mac
` [PATCH net-next v3 2/6] eth: fbnic: expose all hwmon attributes unconditionally as read-only
` [PATCH net-next v3 3/6] eth: fbnic: cache hwmon sensor readings
` [PATCH net-next v3 4/6] eth: fbnic: report temperature and voltage thresholds via hwmon
` [PATCH net-next v3 5/6] eth: fbnic: report temperature and voltage alarms "
` [PATCH net-next v3 6/6] eth: fbnic: firmware notifies hwmon on sensor threshold events

[PATCH] rust: clk: document overflow panics in `Hertz` constructors
 2026-09-08 22:56 UTC 

[PATCH v2 5/5] x86/mm/pat: fix effective RW computation in lookup_address_in_pgd_attr()
 2026-09-08 22:52 UTC  (2+ messages)
` [tip: x86/mm] x86/mm/pat: Fix "

[PATCH v2 2/5] x86/mm/pat: acquire init_mm read lock on attribute change to avoid UAF
 2026-09-08 22:51 UTC  (2+ messages)
` [tip: x86/urgent] x86/mm/pat: Acquire init_mm read lock on attribute changes "

[PATCH v2 3/5] x86/alternative: exclude text poking against change_page_attr()
 2026-09-08 22:51 UTC  (2+ messages)
` [tip: x86/urgent] x86/alternatives: Exclude "

[PATCH v2 4/5] x86/mm/pat: allocate split page tables as kernel page tables
 2026-09-08 22:51 UTC  (2+ messages)
` [tip: x86/urgent] x86/mm/pat: Allocate "

[PATCH] x86/mm: Fix pmd_modify() dropping the dirty bit
 2026-09-08 22:51 UTC  (2+ messages)
` [tip: x86/urgent] x86/mm: Fix user-space data loss with MADV_FREE and THP

[RFC v4 0/2] Realtime workqueues and panthor realtime submission
 2026-09-08 22:51 UTC  (5+ messages)
` [RFC v4 1/2] workqueue: Add support for real-time workers

[PATCH net v3] octeontx2-af: Fix rep link state sync and workqueue races
 2026-09-08 22:51 UTC  (2+ messages)

[PATCH v2] arm64: dts: imx8mn: Add display DT overlays for the ifm VHIP4 EvalBoard
 2026-09-08 22:48 UTC 

[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-09-08 22:44 UTC  (11+ messages)

[PATCH] usb: dwc3: qcom: Add support to skip phy management by USB core
 2026-09-08 22:43 UTC  (3+ messages)

[PATCH v17 0/7] firmware: arm_rmm: Add RMM v2.0 base RMI support
 2026-09-08 22:41 UTC  (5+ messages)
` [PATCH v17 1/7] firmware: arm_rmm: Add SMC definitions for calling the RMM

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®