messages from 2026-06-28 23:52:16 to 2026-06-30 07:34:20 UTC [more...]
[PATCH v8 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
2026-06-30 7:32 UTC (3+ messages)
` [PATCH v8 1/5] selftests/mm: move pkey selftest helpers to pkey_util.c
` [PATCH v8 2/5] selftests/mm: unify pkey sighandler selftest assertions and tracing
[PATCH bpf-next v3 0/2] bpf, sockmap: disallow sockmap mutation from tc, xdp and flow_dissector
2026-06-30 7:14 UTC (7+ messages)
` [PATCH bpf-next v3 1/2] bpf, sockmap: disallow update and delete "
` [PATCH bpf-next v3 2/2] selftests/bpf: drop tc/xdp/flow_dissector sockmap mutation tests
[PATCH v2 00/16] riscv: Generate riscv instruction functions
2026-06-30 6:17 UTC (9+ messages)
` [PATCH v2 02/16] riscv: alternatives: Use generated instruction headers for patching code
` [PATCH v2 07/16] riscv: Use generated instruction headers for misaligned loads/stores
` [PATCH v2 08/16] riscv: kvm: Use generated instruction headers for csr code
[PATCH 0/5] software node: provide support for fw_devlink
2026-06-30 6:16 UTC (11+ 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
[PATCH 00/18] mm/damon: optimize out nr_accesses_bp
2026-06-30 4:52 UTC (5+ messages)
` [PATCH 02/18] mm/damon/tests/core-kunit: test damon_mvsum()
` [PATCH 11/18] mm/damon/tests/core-kunit: remove nr_accesses_bp setup and tests
` [PATCH 12/18] selftests/damon/drgn_dump_damon_status: do not dump nr_accesses_bp
[PATCH net] selftests: drv-net: tso: don't touch dangerous feature bits
2026-06-30 4:33 UTC (2+ messages)
[PATCH net] selftests: net: bump default cmd() timeout to 20 seconds
2026-06-30 4:31 UTC (2+ messages)
[PATCH-next v9 00/11] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()
2026-06-30 3:33 UTC (12+ messages)
` [PATCH-next v9 01/11] cgroup/cpuset: Make nr_deadline_tasks an atomic_t
` [PATCH-next v9 02/11] cgroup/cpuset: Fix node inconsistencies between cpuset_update_tasks_nodemask() and cpuset_attach()
` [PATCH-next v9 03/11] cgroup/cpuset: Prevent race between task attach and cpuset state change
` [PATCH-next v9 04/11] cgroup/cpuset: Put all task attach related variables into attach_ctx
` [PATCH-next v9 05/11] cgroup/cpuset: Add a cpuset_reserve_dl_bw() helper
` [PATCH-next v9 06/11] cgroup/cpuset: Expand the scope of cpuset_can_attach_check()
` [PATCH-next v9 07/11] cgroup/cpuset: Make attach_ctx.old_cs track task group leader
` [PATCH-next v9 08/11] cgroup/cpuset: Move mpol_rebind_mm/cpuset_migrate_mm() calls inside cpuset_attach_task()
` [PATCH-next v9 09/11] cgroup/cpuset: Support multiple source cpusets for cpuset_*attach()
` [PATCH-next v9 10/11] cgroup/cpuset: Support multiple destination "
` [PATCH-next v9 11/11] selftests/cgroup: Add test for cpuset affinity on controller disable
[PATCH v2 0/2] tty: n_gsm: fix gsm_queue() UAF and add a base regression test
2026-06-30 3:22 UTC (5+ messages)
[PATCH v4] lib/random32: convert selftest to KUnit
2026-06-30 3:04 UTC
[PATCH v3] lib/random32: convert selftest to KUnit
2026-06-30 3:00 UTC (3+ messages)
[PATCH] lib/random32: convert selftest to KUnit
2026-06-30 2:55 UTC
[PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
2026-06-30 2:21 UTC (15+ messages)
[PATCH v7 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
2026-06-30 1:47 UTC (8+ 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 net-next v1 0/2] Reuse threaded NAPI kthread across napi_del()/napi_add()
2026-06-30 1:19 UTC (6+ messages)
` [PATCH net-next v1 1/2] net: Save kthread of threaded NAPI in napi_config and restore it when trying to create a new kthread
` [PATCH net-next v1 2/2] selftests: net: Add kthread preserving test in napi_threaded and busy_poll_test
[PATCH v13 00/11] tracing/probes: Add more typecast features
2026-06-30 0:33 UTC (14+ 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 v2 1/2] x86/uprobes: Keep shadow stack in sync for emulated CALLs
2026-06-30 0:13 UTC (2+ messages)
` [PATCH v2 2/2] selftests/x86: Add shadow stack uprobe CALL test
[PATCH net-next] selftests: drv-net: toeplitz: cap the Rx queue count
2026-06-29 23:43 UTC
[PATCH 2/2] selftest/x86: test ARCH_SHSTK_UNLOCK
2026-06-29 21:57 UTC (3+ messages)
[PATCH v8 00/11] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()
2026-06-29 21:53 UTC (6+ messages)
` [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 1/2] x86/uprobes: Keep shadow stack in sync for emulated CALLs
2026-06-29 20:36 UTC (6+ messages)
[PATCH v5] selftests/cgroup: Adjust cpu test duration based on HZ
2026-06-29 18:55 UTC (3+ messages)
[PATCH 0/2] rust: kernel: add cfg_select! and use it for config-based selection
2026-06-29 19:07 UTC (7+ messages)
` [PATCH 1/2] rust: kernel: add cfg_select! backport "
` [PATCH 2/2] rust: kernel: migrate to cfg_select! "
[PATCH v4 00/16] riscv: hwprobe: Expose RVA23U64 base behavior
2026-06-29 18:21 UTC (3+ messages)
` [PATCH v4 06/16] riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs to cpufeature and hwprobe
[PATCH] selftests/bpf: Mask socket type flags in mptcpify prog
2026-06-29 18:12 UTC (2+ messages)
[PATCH v2] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_WRITE_HYPERCALL_PAGE
2026-06-29 16:16 UTC
[PATCH 1/2] Documentation: kunit: Test Kconfig entries shouldn't select other configs
2026-06-29 16:11 UTC (2+ messages)
[PATCH v7 00/15] userfaultfd: working set tracking for VM guest memory
2026-06-29 16:02 UTC (17+ 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 v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-06-29 15:50 UTC (4+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test
[PATCH bpf-next v5 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
2026-06-29 15:49 UTC (8+ messages)
` [PATCH bpf-next v5 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper
[PATCH 00/10] Add sysfs entry for system load control
2026-06-29 15:44 UTC (2+ messages)
` [PATCH 02/10] selftests: power_supply: Add tests for load_switch ABI
[PATCH bpf-next v8 0/9] bpf: Introduce global percpu data
2026-06-29 15:24 UTC (10+ messages)
` [PATCH bpf-next v8 1/9] bpf: Drop duplicate blank lines in verifier
` [PATCH bpf-next v8 2/9] bpf: Introduce global percpu data
` [PATCH bpf-next v8 3/9] libbpf: Probe percpu data feature
` [PATCH bpf-next v8 4/9] libbpf: Add support for global percpu data
` [PATCH bpf-next v8 5/9] bpftool: Generate skeleton "
` [PATCH bpf-next v8 6/9] selftests/bpf: Add tests to verify "
` [PATCH bpf-next v8 7/9] selftests/bpf: Test direct reading/writing read-only percpu_array map
` [PATCH bpf-next v8 8/9] selftests/bpf: Test verifier log for global percpu data
` [PATCH bpf-next v8 9/9] selftests/bpf: Verify bpf_iter "
[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 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] kunit: configs: enable GPIO kunit test cases in all_tests.config
2026-06-29 12:42 UTC
[PATCH] KVM: selftests: fix steal_time for arm64
2026-06-29 12:04 UTC (5+ 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 (3+ messages)
` [PATCH bpf v2 1/4] bpf, sockmap: Reject unhashed UDP sockets on sockmap update
[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] selftests/mm: hmm-tests: include linux/mman.h to access MADV_COLLAPSE
2026-06-29 10:20 UTC (2+ 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 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 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 bpf-next v2 0/3] Add BPF Exceptions support for RISC-V
2026-06-29 3:01 UTC (7+ 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 0/3] Add BPF Exceptions support for RISC-V
2026-06-29 2:53 UTC (5+ 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 (8+ messages)
` [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
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