messages from 2026-06-26 17:22:35 to 2026-06-29 15:08:34 UTC [more...]
[PATCH bpf-next v5 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
2026-06-29 15:08 UTC (4+ messages)
` [PATCH bpf-next v5 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
[PATCH] selftests: proc: include fcntl.h in proc-pidns
2026-06-29 14:47 UTC (3+ messages)
[PATCH v3 0/2] mm/damon/core: detect internal variation above max_nr_regions/2
2026-06-29 14:56 UTC (2+ messages)
` [PATCH v3 2/2] mm/damon/tests/core-kunit: test split "
[PATCH 0/5] mm/damon: five misc fixups
2026-06-29 14:55 UTC (2+ messages)
` [PATCH 5/5] mm/damon/tests/core-kunit: add KUnit test for walk_control_obsolete behavior
[PATCH v2 0/2] selftests/damon: test kdamond refresh_ms
2026-06-29 14:49 UTC (3+ messages)
` [PATCH v2 1/2] selftests/damon/_damon_sysfs: support "
` [PATCH v2 2/2] selftests/damon/sysfs_refresh: test "
[PATCH v5 0/2] selftests/damon: fix memcg_path staging handling
2026-06-29 14:48 UTC (3+ messages)
` [PATCH v5 1/2] selftests/damon/_damon_sysfs.py: fix memcg_path assignment
` [PATCH v5 2/2] selftests/damon/sysfs.py: validate memcg_path staging readback
[PATCH v3 0/3] selftests/damon: misc fixes for test bugs
2026-06-29 14:46 UTC (4+ messages)
` [PATCH v3 1/3] selftests/damon: prevent cross-context state pollution in DamonCtx
` [PATCH v3 2/3] selftests/damon/damos_tried_regions: fix expectation output and join TypeError
` [PATCH v3 3/3] selftests/damon: fix dead code, skipped checks, and broken lookups
[PATCH v5] selftests/cgroup: Adjust cpu test duration based on HZ
2026-06-29 13:58 UTC (2+ messages)
[PATCH 0/2] KVM: nSVM: Expose DecodeAssists to L1
2026-06-29 12:52 UTC (3+ messages)
` [PATCH 1/2] KVM: nSVM: Virtualize DecodeAssists for nested guests
` [PATCH 2/2] KVM: selftests: Add nested SVM DecodeAssists test
[PATCH] selftests/bpf: Mask socket type flags in mptcpify prog
2026-06-29 12:56 UTC
[PATCH] kunit: configs: enable GPIO kunit test cases in all_tests.config
2026-06-29 12:42 UTC
[PATCH v7 00/15] userfaultfd: working set tracking for VM guest memory
2026-06-29 12:07 UTC (16+ messages)
` [PATCH v7 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v7 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v7 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v7 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v7 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v7 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v7 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v7 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v7 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v7 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v7 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v7 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v7 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v7 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v7 15/15] Documentation/userfaultfd: document RWP working set tracking
[PATCH] KVM: selftests: fix steal_time for arm64
2026-06-29 12:04 UTC (6+ messages)
` [PATCH] KVM: selftests: fix steal_time for arm64 with host page size > 4K
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-06-29 11:39 UTC (11+ messages)
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\
[PATCH bpf v2 0/4] bpf, sockmap: Fix sockmap leaking UDP socks
2026-06-29 11:38 UTC (15+ messages)
` [PATCH bpf v2 1/4] bpf, sockmap: Reject unhashed UDP sockets on sockmap update
` [PATCH bpf v2 2/4] selftests/bpf: Ensure UDP sockets are bound
` [PATCH bpf v2 3/4] selftests/bpf: Adapt sockmap update error handling
` [PATCH bpf v2 4/4] selftests/bpf: Fail unbound UDP on sockmap update
[PATCH 0/5] software node: provide support for fw_devlink
2026-06-29 11:20 UTC (7+ messages)
` [PATCH 1/5] kunit: provide a set of fwnode-oriented helpers
` [PATCH 2/5] software node: add fw_devlink support
` [PATCH 3/5] software node: add kunit tests for "
` [PATCH 4/5] MAINTAINERS: add myself as reviewer of software node support
` [PATCH 5/5] gpio: kunit: add test cases verifying swnode devlink support
[RFC PATCH v2 0/3] KVM: selftests: Improvements on dirty-ring
2026-06-29 10:59 UTC (4+ messages)
` [RFC PATCH v2 1/3] KVM: selftests: memstress: Add option to enable dirty-ring on VM creation
` [RFC PATCH v2 2/3] KVM: selftests: Check dirty-ring size before enabling
` [RFC PATCH v2 3/3] KVM: selftests: dirty_log_perf_test: Add dirty-ring support
[PATCH v7 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
2026-06-29 10:32 UTC (6+ messages)
` [PATCH v7 1/5] selftests/mm: move pkey selftest helpers to pkey_util.c
` [PATCH v7 2/5] selftests/mm: unify pkey sighandler selftest assertions and tracing
` [PATCH v7 3/5] selftests/mm: use pkey_assert on clone_raw failure in pkey test
` [PATCH v7 4/5] selftests/mm: add missing mmap() return checks in pkey tests
` [PATCH v7 5/5] selftests/mm: add missing pthread_create() "
[PATCH] selftests/mm: hmm-tests: include linux/mman.h to access MADV_COLLAPSE
2026-06-29 10:20 UTC (2+ messages)
[PATCH 0/2] rust: kernel: add cfg_select! and use it for config-based selection
2026-06-29 9:43 UTC (5+ messages)
` [PATCH 1/2] rust: kernel: add cfg_select! backport "
` [PATCH 2/2] rust: kernel: migrate to cfg_select! "
[PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
2026-06-29 9:40 UTC (11+ messages)
[PATCH 2/4] selftests: filesystems: fix spelling mistake in statmount test
2026-06-29 9:30 UTC (2+ messages)
` [PATCH 3/4] selftests: powerpc: fix spelling mistake
[PATCH v3] lib/random32: convert selftest to KUnit
2026-06-29 9:01 UTC (2+ messages)
[PATCH 2/4] selftests: filesystems: fix spelling mistake in statmount test
2026-06-29 8:28 UTC (2+ messages)
` [PATCH 3/4] selftests: powerpc: fix spelling mistake
[PATCH] selftests/x86: test_shadow_stack: Check mmap return value
2026-06-29 8:01 UTC
[PATCH v4 RESEND 0/7] riscv: Add reliable stack unwinding for livepatch
2026-06-29 7:27 UTC (8+ messages)
` [PATCH v4 RESEND 1/7] riscv: stacktrace: Add frame record metadata
` [PATCH v4 RESEND 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
` [PATCH v4 RESEND 3/7] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH v4 RESEND 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v4 RESEND 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH v4 RESEND 6/7] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH v4 RESEND 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix
[PATCH v8 00/11] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()
2026-06-29 7:16 UTC (14+ messages)
` [PATCH v8 01/11] cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed
` [PATCH v8 02/11] cgroup/cpuset: Fix node inconsistencies between cpuset_update_tasks_nodemask() and cpuset_attach()
` [PATCH v8 03/11] cgroup/cpuset: Prevent race between task attach and cpuset state change
` [PATCH v8 04/11] cgroup/cpuset: Put all task attach related variables into attach_ctx
` [PATCH v8 05/11] cgroup/cpuset: Add a cpuset_reserve_dl_bw() helper
` [PATCH v8 06/11] cgroup/cpuset: Expand the scope of cpuset_can_attach_check()
` [PATCH v8 07/11] cgroup/cpuset: Make attach_ctx.old_cs track task group leader
` [PATCH v8 08/11] cgroup/cpuset: Move mpol_rebind_mm/cpuset_migrate_mm() calls inside cpuset_attach_task()
` [PATCH v8 09/11] cgroup/cpuset: Support multiple source cpusets for cpuset_*attach()
` [PATCH v8 10/11] cgroup/cpuset: Support multiple destination "
` [PATCH v8 11/11] selftests/cgroup: Add test for cpuset affinity on controller disable
[PATCH v4 3/7] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
2026-06-29 6:42 UTC
[PATCH v4 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
2026-06-29 6:42 UTC
[PATCH v4 1/7] riscv: stacktrace: Add frame record metadata
2026-06-29 6:42 UTC
[PATCH v4 0/7] riscv: Add reliable stack unwinding for livepatch
2026-06-29 6:42 UTC
[PATCH v4 6/7] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
2026-06-29 6:42 UTC
[PATCH v4 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix
2026-06-29 6:42 UTC
[PATCH v4 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
2026-06-29 6:42 UTC
[PATCH v4 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
2026-06-29 6:42 UTC
[PATCH v13 00/11] tracing/probes: Add more typecast features
2026-06-29 6:14 UTC (12+ messages)
` [PATCH v13 01/11] tracing/probes: Allow eprobe to use variable without $ prefix
` [PATCH v13 02/11] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v13 03/11] tools/bootconfig: Ignore comment lines in dynamic_events/kprobe_events file
` [PATCH v13 04/11] perf/probe: "
` [PATCH v13 05/11] tracing/probes: Support typecast for various probe events
` [PATCH v13 06/11] tracing/probes: Support nested typecast
` [PATCH v13 07/11] tracing/probes: Type casting always involves nested calls
` [PATCH v13 08/11] tracing/probes: Support field specifier option for typecast
` [PATCH v13 09/11] tracing/probes: Add $current variable support
` [PATCH v13 10/11] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v13 11/11] tracing/probes: Add a new testcase for BTF typecasts
[PATCH bpf-next v2 0/3] Add BPF Exceptions support for RISC-V
2026-06-29 3:01 UTC (9+ messages)
` [PATCH bpf-next v2 1/3] riscv: stacktrace: Implement arch_bpf_stack_walk() for BPF
` [PATCH bpf-next v2 2/3] riscv, bpf: Add support for BPF exceptions
` [PATCH bpf-next v2 3/3] riscv, bpf: Remove BPF exceptions from BPF CI denylist
[PATCH bpf-next 0/3] Add BPF Exceptions support for RISC-V
2026-06-29 2:53 UTC (7+ messages)
` [PATCH bpf-next 2/3] riscv, bpf: Add support for BPF exceptions
[PATCH v12 00/11] tracing/probes: Add more typecast features
2026-06-28 23:53 UTC (12+ messages)
` [PATCH v12 01/11] tracing/probes: Allow eprobe to use variable without $ prefix
` [PATCH v12 02/11] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v12 03/11] tools/bootconfig: Ignore comment lines in dynamic_events/kprobe_events file
` [PATCH v12 04/11] perf/probe: "
` [PATCH v12 05/11] tracing/probes: Support typecast for various probe events
` [PATCH v12 06/11] tracing/probes: Support nested typecast
` [PATCH v12 07/11] tracing/probes: Type casting always involves nested calls
` [PATCH v12 08/11] tracing/probes: Support field specifier option for typecast
` [PATCH v12 09/11] tracing/probes: Add $current variable support
` [PATCH v12 10/11] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v12 11/11] tracing/probes: Add a new testcase for BTF typecasts
[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
2026-06-28 18:44 UTC (9+ messages)
[PATCH] selftests/mm: pagemap_ioctl: use the correct page size for transact_test()
2026-06-28 18:13 UTC (2+ messages)
[PATCH iproute2-next 0/7] devlink: add per-port resource support
2026-06-28 17:14 UTC (2+ messages)
[PATCH v3 17/17] selftests/verification: Add selftests for deadline and stall monitors
2026-06-28 16:58 UTC (2+ messages)
[PATCH v11 00/11] tracing/probes: Add more typecast features
2026-06-28 16:03 UTC (3+ messages)
` [PATCH v11 11/11] tracing/probes: Add a new testcase for BTF typecasts
[PATCH] selftests/membarrier: Add membarrier_rseq_stress binary to .gitignore
2026-06-28 14:59 UTC
[PATCH bpf-next v3 0/2] bpf: Enforce gotox targets against subprog bounds
2026-06-28 13:59 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add cross-subprog gotox target coverage
[PATCH bpf 0/2] bpf: Keep fastcall stack slots for helper stack reads
2026-06-28 13:47 UTC (7+ messages)
` [PATCH bpf 1/2] bpf: Keep fastcall spills "
` "
` [PATCH bpf 2/2] selftests/bpf: Cover fastcall "
` "
[PATCH 00/19] crypto: cmh - add CRI CryptoManager Hub driver
2026-06-28 8:41 UTC (5+ messages)
` [PATCH 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)
[PATCH 1/2] x86/uprobes: Keep shadow stack in sync for emulated CALLs
2026-06-27 17:14 UTC (5+ messages)
[PATCH 5.15.y] selftests: arm64: signal: skip SVE VL change test with single VL
2026-06-27 16:35 UTC (4+ messages)
` [PATCH v2 5.15.y] kselftest/arm64: signal: Skip SVE signal test if not enough VLs supported
[PATCH] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_WRITE_HYPERCALL_PAGE
2026-06-27 13:58 UTC (5+ messages)
[PATCH v6 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-27 13:10 UTC (6+ messages)
` [PATCH v6 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
[PATCH v7 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-06-27 9:28 UTC (11+ messages)
` [PATCH v7 01/10] rust: module: move module types into `module.rs`
` [PATCH v7 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v7 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v7 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v7 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v7 06/10] rust: miscdevice: "
` [PATCH v7 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v7 08/10] rust: binder: "
` [PATCH v7 09/10] rust: macros: remove `THIS_MODULE` static from `module!`
` [PATCH v7 10/10] rust: module: update MAINTAINERS to cover module.rs
[PATCH 1/2] Documentation: kunit: Test Kconfig entries shouldn't select other configs
2026-06-27 8:29 UTC (2+ messages)
` [PATCH 2/2] Documentation: kunit: Fix outdated FAQ entries
[PATCH v2] selftests: mincore: use default huge page size for hugetlb test
2026-06-27 8:03 UTC (2+ messages)
` [PATCH v3] selftests: mincore: fix the readahead check on large base page sizes
[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-06-27 7:52 UTC (3+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test
[PATCH] selftests: filelock: add .gitignore for ofdlocks
2026-06-27 6:50 UTC (2+ messages)
[PATCH] selftests: Open /dev/udmabuf O_RDONLY
2026-06-27 1:09 UTC (2+ messages)
[PATCH bpf 0/2] bpf, sockmap: Fix sockmap leaking UDP socks
2026-06-26 21:43 UTC (10+ messages)
` [PATCH bpf 1/2] bpf, sockmap: Don't leak UDP socks on lookup-bind-release
[PATCH RESEND v4] selftests/cgroup: Adjust cpu test duration based on HZ
2026-06-26 20:19 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox