messages from 2026-06-02 02:24:51 to 2026-06-02 22:49:24 UTC [more...]
[PATCH v4 00/25] dynamic-debug cleanups refactors maintenance + alignment fix
2026-06-02 22:48 UTC (26+ messages)
` [PATCH v4 01/25] docs/dyndbg: update examples \012 to \n
` [PATCH v4 02/25] docs/dyndbg: explain flags parse 1st
` [PATCH v4 03/25] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v4 04/25] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v4 05/25] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v4 06/25] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v4 07/25] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v4 08/25] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v4 09/25] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v4 10/25] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v4 11/25] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v4 12/25] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v4 13/25] dyndbg: reduce verbose/debug clutter
` [PATCH v4 14/25] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v4 15/25] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v4 16/25] dyndbg: replace classmap list with an array-slice
` [PATCH v4 17/25] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v4 18/25] dyndbg: Upgrade class param storage to u64 for 64-bit classmaps
` [PATCH v4 19/25] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v4 20/25] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v4 21/25] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v4 22/25] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v4 23/25] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v4 24/25] lib/parser: add match_wildcard_hyphen() for agnostic matching
` [PATCH v4 25/25] dynamic_debug: use KBUILD_MODFILE for unique builtin module names
[PATCH v7 00/42] guest_memfd: In-place conversion support
2026-06-02 22:41 UTC (6+ messages)
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages
[PATCH v6 14/15] selftests/mm: add userfaultfd RWP tests
2026-06-02 22:18 UTC (2+ messages)
[PATCH v4 0/7] mm: Fix MF_DELAYED handling on memory failure
2026-06-02 21:55 UTC (8+ messages)
` [PATCH v4 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH v4 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH v4 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH v4 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
` [PATCH v4 5/7] mm: selftests: Add shmem into memory failure test
` [PATCH v4 6/7] KVM: selftests: Add the guest_memfd "
` [PATCH v4 7/7] KVM: selftests: Test guest_memfd behavior with respect to stage 2 page tables
[PATCH net-next v5] selftests: openvswitch: add dec_ttl action support and test
2026-06-02 21:40 UTC (2+ messages)
[PATCH v7 34/42] KVM: selftests: Test conversion with elevated page refcount
2026-06-02 21:26 UTC (2+ messages)
[PATCH net-next v2 0/6] net: dsa: mv8ee6xxx: MQPRIO and 802.1Qat support
2026-06-02 21:12 UTC (4+ messages)
` [PATCH net-next v2 5/6] net: dsa: mv88e6xxx: MQPRIO support
[PATCH bpf-next 0/2] RISC-V JIT support for bpf_get_current_task/_btf
2026-06-02 20:58 UTC (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: use host CPU features in JIT disassembler
` [PATCH bpf-next 2/2] bpf, riscv: inline bpf_get_current_task() and bpf_get_current_task_btf()
[PATCH net-next] selftests: drv-net: tso: add new tests for ip6tnl, ipip, and sit tunnels
2026-06-02 20:00 UTC (2+ messages)
[PATCH net-next v11 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
2026-06-02 19:06 UTC (6+ messages)
` [PATCH v11 1/2] "
` [PATCH v11 2/2] selftests: net: add local ECMP rehash test
[PATCH net v2 0/3] vxlan: vnifilter: fix VNI add/update notifications
2026-06-02 18:51 UTC (4+ messages)
` [PATCH net v2 1/3] vxlan: vnifilter: send notification on VNI add
` [PATCH net v2 2/3] vxlan: vnifilter: fix spurious notification on VNI update
` [PATCH net v2 3/3] selftests: net: add vxlan vnifilter notification test
[PATCH net-next v2] selftests: net: add socat syslog for PPPoL2TP
2026-06-02 18:50 UTC (2+ messages)
configurable block error injection
2026-06-02 17:56 UTC (16+ messages)
` [PATCH 1/9] block: remove ALLOW_ERROR_INJECTION for should_fail_bio
` [PATCH 2/9] block: consolidate the calls to should_fail_bio
` [PATCH 3/9] block: refactor should_fail_bio and should_fail_request
` [PATCH 4/9] block: move the FAIL_MAKE_REQUEST symbol from lib/ to block/
` [PATCH 5/9] block: add a macro to initialize the status table
` [PATCH 6/9] block: add a "tag" for block status codes
` [PATCH 7/9] block: add a str_to_blk_op helper
` [PATCH 8/9] block: add configurable error injection
` [PATCH 9/9] block: move the fail request code
[PATCH v3 0/2] eventpoll: Fix epoll_wait() report false negative
2026-06-02 17:51 UTC (3+ messages)
` [PATCH v3 1/2] selftests/eventpoll: Add test for multiple waiters
` [PATCH v3 2/2] eventpoll: Fix epoll_wait() report false negative
[PATCH v5 00/13] liveupdate: Remove limits on sessions and files
2026-06-02 17:07 UTC (17+ messages)
` [PATCH v5 01/13] liveupdate: change file_set->count type to u64 for type safety
` [PATCH v5 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v5 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v5 04/13] liveupdate: register luo_ser as KHO subtree
` [PATCH v5 05/13] liveupdate: Extract luo_file_deserialize_one helper
` [PATCH v5 06/13] liveupdate: Extract luo_session_deserialize_one helper
` [PATCH v5 07/13] kho: add support for linked-block serialization
` [PATCH v5 08/13] liveupdate: defer session block allocation and PA setting
` [PATCH v5 09/13] liveupdate: Remove limit on the number of sessions
` [PATCH v5 10/13] liveupdate: Remove limit on the number of files per session
` [PATCH v5 11/13] selftests/liveupdate: Test session and file limit removal
` [PATCH v5 12/13] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH v5 13/13] selftests/liveupdate: Add stress-files "
[PATCH] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_WRITE_HYPERCALL_PAGE
2026-06-02 17:01 UTC (2+ messages)
[PATCH v4 00/13] liveupdate: Remove limits on sessions and files
2026-06-02 16:43 UTC (15+ messages)
` [PATCH v4 01/13] liveupdate: change file_set->count type to u64 for type safety
` [PATCH v4 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v4 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v4 07/13] kho: add support for linked-block serialization
` [PATCH v4 08/13] liveupdate: defer session block allocation and PA setting
[PATCH v2 1/2] bpf: Tighten cgroup storage cookie checks for prog arrays
2026-06-02 16:41 UTC (6+ messages)
` [PATCH v2 2/2] selftests/bpf: Cover tail-call cgroup storage prog-array checks
[PATCH v23 00/28] riscv control-flow integrity for usermode
2026-06-02 16:19 UTC (11+ messages)
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
[PATCH bpf v4 0/2] bpf: Update transport_header when encapsulating UDP tunnel in lwt
2026-06-02 15:51 UTC (4+ messages)
` [PATCH bpf v4 1/2] "
` [PATCH bpf v4 2/2] selftests/bpf: Add tests to verify the fix of encapsulating VxLAN "
[PATCH bpf-next v2 0/8] tools build: bpf: Append EXTRA_CFLAGS and HOST_EXTRACFLAGS
2026-06-02 15:32 UTC (10+ messages)
` [PATCH bpf-next v2 1/8] bpftool: Pass host flags to bootstrap libbpf
` [PATCH bpf-next v2 2/8] bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGS
` [PATCH bpf-next v2 3/8] bpftool: Append extra host flags
` [PATCH bpf-next v2 4/8] libbpf: Initialize CFLAGS before including Makefile.include
` [PATCH bpf-next v2 5/8] tools/bpf: build: Append extra cflags
` [PATCH bpf-next v2 6/8] selftests/bpf: Initialize operation name before use
` [PATCH bpf-next v2 7/8] selftests/bpf: Use common CFLAGS for urandom_read
` [PATCH bpf-next v2 8/8] selftests/bpf: Avoid static LLVM linking for cross builds
[PATCH 0/2] selftests/damon: test kdamond refresh_ms
2026-06-02 14:28 UTC (6+ messages)
` [PATCH 1/2] selftests/damon/_damon_sysfs: support "
` [PATCH 2/2] selftests/damon/sysfs_refresh: test "
[PATCH bpf-next RESEND v12 00/11] selftests/bpf: Tolerate partial builds across kernel configs
2026-06-02 13:37 UTC (15+ messages)
` [PATCH bpf-next RESEND v12 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
` [PATCH bpf-next RESEND v12 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
` [PATCH bpf-next RESEND v12 03/11] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH bpf-next RESEND v12 04/11] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH bpf-next RESEND v12 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH bpf-next RESEND v12 06/11] selftests/bpf: Tolerate test file compilation failures
` [PATCH bpf-next RESEND v12 07/11] selftests/bpf: Skip tests whose objects were not built
` [PATCH bpf-next RESEND v12 08/11] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH bpf-next RESEND v12 09/11] selftests/bpf: Tolerate benchmark build failures
` [PATCH bpf-next RESEND v12 10/11] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH bpf-next RESEND v12 11/11] selftests/bpf: Tolerate missing files during install
[PATCH] selftests/bpf: Page out as late a possible in file_reader
2026-06-02 13:30 UTC (6+ messages)
[PATCH v2 0/2] eventpoll: Fix epoll_wait() report false negative
2026-06-02 13:20 UTC (2+ messages)
[PATCH] selftests/livepatch: fix resource leak in test_klp_syscall init error path
2026-06-02 12:45 UTC
[PATCH v2] selftests/openvswitch: guard command substitutions against empty output
2026-06-02 12:40 UTC
[PATCH v5 0/2] mm/process_vm_access: pidfd and nowait support for process_vm_readv/writev
2026-06-02 12:16 UTC (4+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] selftests/mm: add tests for process_vm_readv flags
[PATCH net v2 00/11] mptcp: misc fixes for v7.1-rc7
2026-06-02 12:14 UTC (12+ messages)
` [PATCH net v2 01/11] mptcp: fix missing wakeups in edge scenarios
` [PATCH net v2 02/11] mptcp: fix retransmission loop when csum is enabled
` [PATCH net v2 03/11] mptcp: close TOCTOU race while computing rcv_wnd
` [PATCH net v2 04/11] mptcp: allow subflow rcv wnd to shrink
` [PATCH net v2 05/11] mptcp: pm: fix extra_subflows underflow on userspace PM subflow creation
` [PATCH net v2 06/11] selftests: mptcp: add test for extra_subflows underflow on userspace PM
` [PATCH net v2 07/11] mptcp: sockopt: check timestamping ret value
` [PATCH net v2 08/11] mptcp: sockopt: set sockopt on all subflows
` [PATCH net v2 09/11] mptcp: check desc->count in read_sock
` [PATCH net v2 10/11] mptcp: fix uninit-value in mptcp_established_options
` [PATCH net v2 11/11] mptcp: add-addr: always drop other suboptions
[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
2026-06-02 12:07 UTC (3+ messages)
[PATCH 0/8] riscv: Add reliable stack unwinding for livepatch
2026-06-02 11:37 UTC (7+ messages)
` [PATCH v2 2/8] riscv: stacktrace: Add frame record metadata
` [PATCH v2 3/8] riscv: stacktrace: disable KASAN instrumentation for stacktrace.o
` [PATCH v2 4/8] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
[PATCH net v2 0/2] nfc: llcp: two fixes for nfc_llcp_getsockopt()
2026-06-02 10:40 UTC (2+ messages)
[PATCH v6 00/15] userfaultfd: working set tracking for VM guest memory
2026-06-02 10:07 UTC (3+ messages)
` [PATCH v6 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
[PATCH v8 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-06-02 9:41 UTC (10+ messages)
` [PATCH v8 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v8 3/6] mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pages
` [PATCH v8 4/6] mm/memory-failure: add panic option for unrecoverable pages
[PATCH 2/3] RISC-V: KVM: Fix skip of valid pages in kvm_riscv_gstage_wp_range
2026-06-02 8:00 UTC (2+ messages)
[PATCH] LoongArch: bpf: Support kptr xchg inline
2026-06-02 7:29 UTC (3+ messages)
[PATCH v6 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
2026-06-02 7:01 UTC (6+ messages)
` [PATCH v6 1/5] selftests/mm: move pkey selftest helpers to pkey_util.c
` [PATCH v6 2/5] selftests/mm: unify pkey sighandler selftest assertions and tracing
` [PATCH v6 3/5] selftests/mm: use pkey_assert on clone_raw failure in pkey test
` [PATCH v6 4/5] selftests/mm: add missing mmap() return checks in pkey tests
` [PATCH v6 5/5] selftests/mm: add missing pthread_create() "
[PATCH v1 0/7] iommufd: Fix bugs in eventq fops_read paths
2026-06-02 6:27 UTC (2+ messages)
[PATCH bpf v3 0/2] bpf: Update transport_header when encapsulating UDP tunnel in lwt
2026-06-02 5:38 UTC (7+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] selftests/bpf: Add tests to verify the fix of encapsulating VxLAN "
[PATCH net-next v3 0/4] selftests: rds: ROCE support follow ups
2026-06-02 5:06 UTC (5+ messages)
` [PATCH net-next v3 1/4] selftests: rds: Rename run.sh to rds_run.sh
` [PATCH net-next v3 2/4] selftests: rds: pin RDS sockets to their intended transport
` [PATCH net-next v3 3/4] selftests: rds: support RDS built as loadable modules
` [PATCH net-next v3 4/4] selftests: rds: report missing RDMA prereqs as XFAIL
[PATCH net-next v2 4/4] selftests: rds: report missing RDMA prereqs as XFAIL
2026-06-02 5:04 UTC (3+ messages)
[PATCH v5 0/4] selftests/mm: refactor pkey helpers and fix mmap error handling
2026-06-02 4:58 UTC (2+ messages)
[PATCH] fs/proc/task_mmu: do not warn on seeing non-migration pmd entry
2026-06-02 4:21 UTC (4+ 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