messages from 2026-04-11 14:00:36 to 2026-04-13 04:05:20 UTC [more...]
[PATCH v3 0/5] LoongArch: BPF: Support more atomic instructions
2026-04-13 4:05 UTC (4+ messages)
` [PATCH v3 1/5] LoongArch: Define instruction formats for AM{SWAP/ADD}.{B/H} and DBAR
` [PATCH v3 4/5] LoongArch: BPF: Support load-acquire and store-release instructions
` [PATCH v3 5/5] selftests/bpf: Make CAN_USE_LOAD_ACQ_STORE_REL usable for LoongArch
[PATCH v2 0/5] LoongArch: BPF: Support more atomic instructions
2026-04-13 4:02 UTC (4+ messages)
` [PATCH v2 4/5] LoongArch: BPF: Support load-acquire and store-release instructions
[PATCH bpf-next v2 2/3] bpf: Use kmalloc_nolock() universally in local storage
2026-04-13 3:48 UTC (3+ messages)
[PATCH bpf v6 0/2] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
2026-04-13 2:38 UTC (5+ messages)
` [PATCH bpf v6 1/2] "
` [PATCH bpf v6 2/2] selftests/bpf: Add test for large offset bpf-to-bpf call
[PATCH v3 bpf-next 0/2] bpf: Fix Null-Pointer Dereference in kernel_clone() via BPF fmod_ret on security_task_alloc
2026-04-13 1:58 UTC (7+ messages)
` [PATCH v3 bpf-next 1/2] "
` [PATCH v3 bpf-next 2/2] selftests/bpf: Add selftests for verifying return values of fmod_ret
[PATCH v2 0/4] Firmware LSM hook
2026-04-13 1:38 UTC (7+ messages)
[PATCH RFC bpf-next v2 00/18] bpf: Introduce resizable hash map
2026-04-12 23:25 UTC (20+ messages)
` [PATCH RFC bpf-next v2 03/18] bpf: Implement lookup, delete, update for resizable hashtab
` [PATCH RFC bpf-next v2 04/18] rhashtable: Add rhashtable_walk_enter_from()
` [PATCH RFC bpf-next v2 09/18] bpf: Implement alloc and free for resizable hashtab
` [PATCH RFC bpf-next v2 12/18] selftests/bpf: Add basic tests for resizable hash map
` [PATCH RFC bpf-next v2 13/18] selftests/bpf: Support resizable hashtab in test_maps
` [PATCH RFC bpf-next v2 14/18] selftests/bpf: Resizable hashtab BPF_F_LOCK tests
` [PATCH RFC bpf-next v2 15/18] selftests/bpf: Add stress tests for resizable hash get_next_key
` [PATCH RFC bpf-next v2 16/18] selftests/bpf: Add BPF iterator tests for resizable hash map
` [PATCH RFC bpf-next v2 18/18] selftests/bpf: Add resizable hashmap to benchmarks
[PATCH bpf v4 0/2] bpf: fix short IPv4/IPv6 handling in test_run_skb
2026-04-12 22:50 UTC (2+ messages)
[PATCH v3 0/2] Support BPF traversal of wakeup sources
2026-04-12 22:48 UTC (8+ messages)
[PATCH bpf] selftests/bpf: Run test_perf_branches more than 1 time
2026-04-12 22:39 UTC (2+ messages)
[PATCH bpf-next v4 00/18] bpf: Support stack arguments for BPF functions and kfuncs
2026-04-12 22:36 UTC (30+ messages)
` [PATCH bpf-next v4 01/18] bpf: Remove unused parameter from check_map_kptr_access()
` [PATCH bpf-next v4 02/18] bpf: Change from "arg #%d" to "arg#%d" in verifier log
` [PATCH bpf-next v4 03/18] bpf: Refactor to avoid redundant calculation of bpf_reg_state
` [PATCH bpf-next v4 04/18] bpf: Refactor to handle memory and size together
` [PATCH bpf-next v4 05/18] bpf: Change some regno type from u32 to int type
` [PATCH bpf-next v4 06/18] bpf: Use argument index instead of register index in kfunc verifier logs
` [PATCH bpf-next v4 07/18] bpf: Introduce bpf register BPF_REG_STACK_ARG_BASE
` [PATCH bpf-next v4 08/18] bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of arguments
` [PATCH bpf-next v4 09/18] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next v4 10/18] bpf: Fix interaction between stack argument PTR_TO_STACK and dead slot poisoning
` [PATCH bpf-next v4 11/18] bpf: Reject stack arguments in non-JITed programs
` [PATCH bpf-next v4 12/18] bpf: Reject stack arguments if tail call reachable
` [PATCH bpf-next v4 13/18] bpf: Support stack arguments for kfunc calls
` [PATCH bpf-next v4 14/18] bpf: Enable stack argument support for x86_64
` [PATCH bpf-next v4 15/18] bpf,x86: Implement JIT support for stack arguments
` [PATCH bpf-next v4 16/18] selftests/bpf: Add tests for BPF function "
` [PATCH bpf-next v4 17/18] selftests/bpf: Add negative test for greater-than-8-byte kfunc stack argument
` [PATCH bpf-next v4 18/18] selftests/bpf: Add verifier tests for stack argument validation
[PATCH bpf-next] selftests/bpf: Use memfd_create instead of shm_open in cgroup_iter_memcg
2026-04-12 22:00 UTC (2+ messages)
[PATCH bpf v4 0/2] bpf: Fix arena VMA use-after-free on fork
2026-04-12 21:30 UTC (5+ messages)
` [PATCH bpf v4 1/2] bpf: Fix use-after-free of arena VMA "
` [PATCH bpf v4 2/2] selftests/bpf: Add test for arena VMA use-after-free "
[PATCH v4 00/10] selftests/bpf: Tolerate partial builds across kernel configs
2026-04-12 21:09 UTC (4+ messages)
[PATCH bpf-next] selftests/bpf: Add BPF struct_ops + livepatch integration test
2026-04-12 21:02 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: Fix reg_bounds to match new tnum-based refinement
2026-04-12 20:20 UTC (2+ messages)
[PATCH bpf-next v7 0/9] Introduce arena library and runtime
2026-04-12 20:00 UTC (19+ messages)
` [PATCH bpf-next v7 1/9] bpf: Allow instructions with arena source and non-arena dest registers
` [PATCH bpf-next v7 2/9] selftests/bpf: Add tests for non-arena/arena operations
` [PATCH bpf-next v7 3/9] selftests/bpf: Move bpf_arena_spin_lock.h to the top level
` [PATCH bpf-next v7 4/9] selftests/bpf: Move READ_ONCE/WRITE_ONCE macros to bpf_experimental.h
` [PATCH bpf-next v7 5/9] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v7 6/9] selftests/bpf: Add arena ASAN runtime to libarena
` [PATCH bpf-next v7 7/9] selftests/bpf: Add ASAN support for libarena selftests
` [PATCH bpf-next v7 8/9] selftests/bpf: Add buddy allocator for libarena
` [PATCH bpf-next v7 9/9] selftests/bpf: Add selftests for libarena buddy allocator
[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
2026-04-12 19:59 UTC (3+ messages)
[PATCH bpf-next v3 0/3] bpf: add the missing fsession
2026-04-12 19:50 UTC (5+ messages)
` [PATCH bpf-next v3 1/3] bpf: add missing fsession to the verifier log
` [PATCH bpf-next v3 2/3] docs/bpf: add missing fsession attach type to docs
` [PATCH bpf-next v3 3/3] bpftool: add missing fsession to the usage and docs of bpftool
[PATCH v4 bpf-next 0/6] bpf: Split verifier.c
2026-04-12 19:50 UTC (11+ messages)
` [PATCH v4 bpf-next 1/6] bpf: Split fixup/post-processing logic from verifier.c into fixups.c
` [PATCH v4 bpf-next 2/6] bpf: Move compute_insn_live_regs() into liveness.c
` [PATCH v4 bpf-next 3/6] bpf: Move check_cfg() into cfg.c
` [PATCH v4 bpf-next 4/6] bpf: Move state equivalence logic to states.c
` [PATCH v4 bpf-next 5/6] bpf: Move backtracking logic to backtrack.c
` [PATCH v4 bpf-next 6/6] bpf: Move BTF checking logic into check_btf.c
[PATCH v2 0/3] bpf: fix sock_ops rtt_min OOB read and related guard issues
2026-04-12 19:40 UTC (5+ messages)
` [PATCH v2 1/3] bpf: zero dst_reg on sock_ops field guard failure when dst == src
` [PATCH v2 2/3] bpf: extract SOCK_OPS_LOAD_TCP_SOCK_FIELD from SOCK_OPS_GET_FIELD
` [PATCH v2 3/3] bpf: guard sock_ops rtt_min against non-locked tcp_sock
[PATCH bpf v3 0/2] bpf: Fix SOCK_OPS_GET_SK same-register OOB read in sock_ops and add selftest
2026-04-12 19:40 UTC (2+ messages)
[PATCH net-next v6 0/7] net: bcmgenet: add XDP support
2026-04-12 19:22 UTC (3+ messages)
` [PATCH net-next v6 3/7] net: bcmgenet: add basic XDP support (PASS/DROP)
[PATCH net-next] netkit: Don't emit scrub attribute for single device mode
2026-04-12 18:00 UTC (2+ messages)
[PATCH bpf-next v6 0/9] Introduce arena library and runtime
2026-04-12 16:49 UTC (14+ messages)
` [PATCH bpf-next v6 1/9] bpf: Upgrade scalar to PTR_TO_ARENA on arena pointer addition
` [PATCH bpf-next v6 2/9] selftests/bpf: Add test for scalar/arena "
` [PATCH bpf-next v6 3/9] selftests/bpf: Move bpf_arena_spin_lock.h to the top level
` [PATCH bpf-next v6 4/9] selftests/bpf: Deduplicate WRITE_ONCE macro between headers
` [PATCH bpf-next v6 5/9] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v6 6/9] selftests/bpf: Add arena ASAN runtime to libarena
` [PATCH bpf-next v6 7/9] selftests/bpf: Add ASAN support for libarena selftests
` [PATCH bpf-next v6 8/9] selftests/bpf: Add buddy allocator for libarena
` [PATCH bpf-next v6 9/9] selftests/bpf: Add selftests for libarena buddy allocator
[PATCH v3 bpf-next 0/6] bpf: Split verifier.c
2026-04-12 14:59 UTC (9+ messages)
` [PATCH v3 bpf-next 1/6] bpf: Split fixup/post-processing logic from verifier.c into fixups.c
` [PATCH v3 bpf-next 2/6] bpf: Move compute_insn_live_regs() into liveness.c
` [PATCH v3 bpf-next 3/6] bpf: Move check_cfg() into cfg.c
` [PATCH v3 bpf-next 4/6] bpf: Move state equivalence logic to states.c
` [PATCH v3 bpf-next 5/6] bpf: Move backtracking logic to backtrack.c
` [PATCH v3 bpf-next 6/6] bpf: Move BTF checking logic into check_btf.c
[PATCH v2 bpf-next 0/6] bpf: Split verifier.c
2026-04-12 14:03 UTC (9+ messages)
` [PATCH v2 bpf-next 1/6] bpf: Split fixup/post-processing logic from verifier.c into fixups.c
` [PATCH v2 bpf-next 2/6] bpf: Move compute_insn_live_regs() into liveness.c
` [PATCH v2 bpf-next 3/6] bpf: Move check_cfg() into cfg.c
` [PATCH v2 bpf-next 4/6] bpf: Move state equivalence logic to states.c
` [PATCH v2 bpf-next 5/6] bpf: Move backtracking logic to backtrack.c
` [PATCH v2 bpf-next 6/6] bpf: Move BTF checking logic into check_btf.c
[RFC PATCH 0/4] trace, livepatch: Allow kprobe return overriding for livepatched functions
2026-04-12 13:50 UTC (14+ messages)
` [RFC PATCH 2/4] trace: Allow kprobes to override "
[RFC PATCH 3/4] livepatch: Add "replaceable" attribute to klp_patch
2026-04-12 12:18 UTC (15+ messages)
[PATCH bpf-next 0/6] bpf: Split verifier.c
2026-04-12 3:43 UTC (8+ messages)
` [PATCH bpf-next 1/6] bpf: Split fixup/post-processing logic from verifier.c into fixups.c
` [PATCH bpf-next 2/6] bpf: Move compute_insn_live_regs() into liveness.c
` [PATCH bpf-next 3/6] bpf: Move check_cfg() into cfg.c
` [PATCH bpf-next 4/6] bpf: Move state equivalence logic to states.c
` [PATCH bpf-next 5/6] bpf: Move backtracking logic to backtrack.c
` [PATCH bpf-next 6/6] bpf: Move BTF checking logic into check_btf.c
[PATCH bpf-next] bpf: Simplify do_check_insn()
2026-04-12 0:50 UTC (2+ messages)
[PATCH v2 bpf-next] bpf: Move checks for reserved fields out of the main pass
2026-04-11 22:30 UTC (2+ messages)
[PATCH bpf v3 0/2] bpf: Fix arena VMA use-after-free on fork
2026-04-11 20:47 UTC (4+ messages)
` [PATCH bpf v3 1/2] bpf: Fix use-after-free of arena VMA "
` [PATCH bpf v3 2/2] selftests/bpf: Add test for arena VMA use-after-free "
[RFC PATCH] bpf: cpumap: report queue_index to xdp_rxq_info
2026-04-11 19:10 UTC (4+ messages)
[PATCH bpf-next] bpf: Move checks for reserved fields out of the main pass
2026-04-11 18:40 UTC
[PATCH v3 0/5] powerpc/bpf: Add support for verifier selftest
2026-04-11 22:14 UTC (6+ messages)
` [PATCH v3 1/5] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v3 2/5] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v3 3/5] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v3 4/5] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH v3 5/5] selftest/bpf: Add tailcall "
[PATCH bpf v2 0/2] bpf: Fix arena VMA use-after-free on fork
2026-04-11 17:57 UTC (5+ messages)
` [PATCH bpf v2 1/2] bpf: Fix use-after-free of arena VMA "
` [PATCH bpf v2 2/2] selftests/bpf: Add test for arena VMA use-after-free "
[PATCH bpf-next] bpf/tests: Exhaustive test coverage for signed division and modulo
2026-04-11 17:40 UTC (3+ messages)
` [PATCH v2] "
[PATCH bpf-next v13 0/5] emit ENDBR/BTI instructions for indirect
2026-04-11 17:11 UTC (10+ messages)
` [PATCH bpf-next v13 1/5] bpf: Move constants blinding out of arch-specific JITs
` [PATCH bpf-next v13 2/5] bpf: Pass bpf_verifier_env to JIT
` [PATCH bpf-next v13 3/5] bpf: Add helper to detect indirect jump targets
` [PATCH bpf-next v13 4/5] bpf, x86: Emit ENDBR for "
` [PATCH bpf-next v13 5/5] bpf, arm64: Emit BTI for indirect jump target
[PATCH bpf-next] bpf: Delete unused variable
2026-04-11 17:10 UTC (2+ messages)
[PATCH bpf-next v2 0/4] selftests/bpf: impose global ordering for test decl_tags
2026-04-11 14:20 UTC (2+ 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