messages from 2026-05-15 16:02:00 to 2026-05-17 21:12:37 UTC [more...]
[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
2026-05-17 21:12 UTC (5+ messages)
` [PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
` [PATCH 3/8] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [PATCH 4/8] bpf: Add bpf_struct_ops_for_each_prog()
[PATCH bpf-next 1/2] bpf,x86: Fix exception unwinding with outgoing stack arguments
2026-05-17 21:00 UTC (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add exception tests with "
[PATCH v3] killswitch: add per-function short-circuit mitigation primitive
2026-05-17 19:19 UTC (3+ messages)
[PATCH v4 0/5] powerpc/bpf: Add support for verifier selftest
2026-05-17 21:40 UTC (14+ messages)
` [PATCH v4 1/5] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v4 2/5] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v4 3/5] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v4 4/5] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH v4 5/5] selftest/bpf: Add tailcall "
[PATCH bpf v2 0/2] Fix bpf_throw() <> global subprogs interaction
2026-05-17 18:30 UTC (4+ messages)
` [PATCH bpf v2 1/2] bpf: Check global subprog exception paths
` [PATCH bpf v2 2/2] selftests/bpf: Cover global subprog exception leaks
[PATCH v3 0/5] powerpc/bpf: Add support for verifier selftest
2026-05-17 17:45 UTC (4+ messages)
` [PATCH v3 1/5] powerpc/bpf: fix alignment of long branch trampoline address
[PATCH bpf-next v3 0/7] bpf: Follow-up fixes for stack argument support
2026-05-17 15:11 UTC (15+ messages)
` [PATCH bpf-next v3 1/7] bpf: Validate outgoing stack args when btf_prepare_func_args fails
` [PATCH bpf-next v3 2/7] selftests/bpf: Add test for stack arg read without caller write
` [PATCH bpf-next v3 3/7] selftests/bpf: Log arg_track_join for stack arg slots in liveness analysis
` [PATCH bpf-next v3 4/7] bpf: Fix arg_track_join log to use sa prefix for stack arg slots
` [PATCH bpf-next v3 5/7] bpf: Clean up redundant stack arg checks for non-JITed programs
` [PATCH bpf-next v3 6/7] bpf,x86: Fix exception unwinding with outgoing stack arguments
` [PATCH bpf-next v3 7/7] selftests/bpf: Add exception tests with "
[PATCH V2 1/2] tools/lib/bpf/libbpf: Prioritize module kfuncs over vmlinux kfuncs
2026-05-17 14:59 UTC (6+ messages)
[PATCH net v5 0/2] bpf, skmsg: fix verdict sk_data_ready racing with ktls rx
2026-05-17 14:56 UTC (3+ messages)
` [PATCH net v5 1/2] "
` [PATCH net v5 2/2] selftests/bpf: add regression test for ktls+sockmap verdict UAF
[PATCH v2] bpf, sockmap: keep sk_msg copy state in sync
2026-05-17 12:50 UTC (2+ messages)
[PATCH 0/7] uprobes/x86: Fix red zone issue for optimized uprobes
2026-05-17 11:45 UTC (7+ messages)
` [PATCH 1/7] uprobes/x86: Move optimized uprobe from nop5 to nop10
[PATCH net] selftests: net: Fix checksums in xdp_native
2026-05-17 11:27 UTC (5+ messages)
[PATCH] bpf: arena: fix TOCTOU race in arena_vm_fault() — WITHDRAW
2026-05-17 8:04 UTC
[PATCH] bpf: arena: fix TOCTOU race in arena_vm_fault()
2026-05-17 7:47 UTC
Race condition in bpf_arena fault handler leads to page table / range tree desynchronization
2026-05-17 7:09 UTC (2+ messages)
[PATCH net v3 0/5] xsk: fix meta and publish of cq issues
2026-05-17 6:33 UTC (6+ messages)
` [PATCH net v3 1/5] xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()
` [PATCH net v3 2/5] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH net v3 3/5] xsk: drain continuation descs after overflow in xsk_build_skb()
` [PATCH net v3 4/5] xsk: drain continuation descs on invalid descriptor in __xsk_generic_xmit()
` [PATCH net v3 5/5] selftests/xsk: drain CQ to wait for TX completion
[PATCH net v2 5/5] selftests/xsk: fix multi-buffer invalid desc tests for drain_cont
2026-05-17 6:15 UTC (4+ messages)
[PATCH v2] tracing/probes: Allow use of BTF names to dereference pointers
2026-05-17 2:22 UTC (3+ messages)
[PATCH net v2 0/5] xsk: fix meta and publish of cq issues
2026-05-17 2:09 UTC (3+ messages)
[PATCH net v2 4/5] xsk: drain continuation descs on invalid descriptor in __xsk_generic_xmit()
2026-05-17 1:58 UTC (3+ messages)
[PATCH net v2 3/5] xsk: drain continuation descs after overflow in xsk_build_skb()
2026-05-17 1:49 UTC (3+ messages)
[PATCH bpf-next v2 1/2] bpf: Validate outgoing stack args when btf_prepare_func_args fails
2026-05-17 1:44 UTC (4+ messages)
[PATCH bpf-next v11 00/11] selftests/bpf: Tolerate partial builds across kernel configs
2026-05-17 1:32 UTC (3+ messages)
[PATCH bpf v1 0/2] Fix bpf_throw() <> global subprogs interaction
2026-05-16 23:09 UTC (4+ messages)
` [PATCH bpf v1 1/2] bpf: Check global subprog exception paths
` [PATCH bpf v1 2/2] selftests/bpf: Cover global subprog exception leaks
[PATCH] io_uring: propagate array_index_nospec opcode into req->opcode
2026-05-16 19:06 UTC (3+ messages)
[PATCH] bpf, sockmap: keep sk_msg copy state in sync
2026-05-16 17:11 UTC (2+ messages)
[RFC PATCH v3] bpf: introduce TAINT_UNSAFE_BPF for mutating helpers
2026-05-16 17:01 UTC (7+ messages)
[PATCH RESEND bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
2026-05-16 16:18 UTC (7+ messages)
[PATCH net 1/2] net: tls: preserve split open record on async encrypt
2026-05-16 15:16 UTC (2+ messages)
[PATCH net 2/2] selftests: net: add kTLS async split record regression
2026-05-16 15:16 UTC (2+ messages)
[PATCH bpf] selftests/bpf: Reject unsupported -k option in vmtest.sh
2026-05-16 12:06 UTC
[PATCH bpf-next v5 0/4] bpf: add icmp_send kfunc
2026-05-16 9:54 UTC (10+ messages)
` [PATCH bpf-next v5 1/4] bpf: add bpf_icmp_send kfunc
` [PATCH bpf-next v5 2/4] selftests/bpf: add bpf_icmp_send kfunc tests
` [PATCH bpf-next v5 3/4] selftests/bpf: add bpf_icmp_send kfunc IPv6 tests
` [PATCH bpf-next v5 4/4] selftests/bpf: add bpf_icmp_send recursion test
[PATCH] bpf: test_run: reduce kernel stack usage
2026-05-16 8:48 UTC (6+ messages)
[PATCH net-next v2 0/7] net: convert atm/xdp/af_iucv/l2tp_ppp/rxrpc/tipc to getsockopt_iter
2026-05-16 8:34 UTC (4+ messages)
` [PATCH net-next v2 1/7] af_iucv: take socket lock around SO_MSGSIZE getsockopt
[PATCH] cgroup/rstat: validate cpu before css_rstat_cpu() access
2026-05-16 7:08 UTC (4+ messages)
` [PATCH v2] "
[syzbot] [bpf?] general protection fault in bpf_get_local_storage (2)
2026-05-16 5:38 UTC (4+ messages)
[PATCH bpf-next v5 0/3] bpf: Implement stack_map_get_build_id_offset_sleepable()
2026-05-16 2:20 UTC (9+ messages)
` [PATCH bpf-next v5 2/3] bpf: Avoid faultable build ID reads under mm locks
` [PATCH bpf-next v5 3/3] bpf: Cache build IDs in sleepable stackmap path
[PATCH net 0/4] xsk: fix meta and publish of cq issues
2026-05-16 0:39 UTC (8+ messages)
` [PATCH net 3/4] xsk: drain continuation descs after overflow in xsk_build_skb()
[PATCH] Revert "mm: introduce a new page type for page pool in page type"
2026-05-16 0:10 UTC (2+ messages)
[PATCH v2 00/18] perf build: Reduce build time by nearly half
2026-05-15 23:32 UTC (50+ messages)
` [PATCH v3 00/17] "
` [PATCH v4 00/14] "
` [PATCH v4 01/14] tools build: Fix feature checks to touch target files on success
` [PATCH v4 02/14] perf trace beauty: Make beauty generated C code standalone .o files
` [PATCH v4 03/14] perf build: Decouple pmu-events from prepare umbrella target
` [PATCH v4 04/14] perf build: Remove empty archheaders target
` [PATCH v4 05/14] perf build: Move BPF skeleton generation out of Makefile.perf
` [PATCH v4 06/14] perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
` [PATCH v4 07/14] perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase
` [PATCH v4 08/14] perf build: Move libsymbol dependency out of prepare step
` [PATCH v4 09/14] perf build: Remove redundant libbpf feature check for static builds
` [PATCH v4 10/14] perf pmu-events: Split big_c_string storage into standalone compilation unit
` [PATCH v4 11/14] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
` [PATCH v4 12/14] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
` [PATCH v4 13/14] perf pmu-events: Convert recursive shell assignments and macros to Make built-ins
` [PATCH v4 14/14] perf build: Convert llvm-config shell queries to simply expanded variables
` [PATCH v5 00/14] perf build: Reduce build time by nearly half
` [PATCH v5 01/14] tools build: Fix feature checks to touch target files on success
` [PATCH v5 02/14] perf trace beauty: Make beauty generated C code standalone .o files
` [PATCH v5 03/14] perf build: Decouple pmu-events from prepare umbrella target
` [PATCH v5 04/14] perf build: Remove empty archheaders target
` [PATCH v5 05/14] perf build: Move BPF skeleton generation out of Makefile.perf
` [PATCH v5 06/14] perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
` [PATCH v5 07/14] perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase
` [PATCH v5 08/14] perf build: Move libsymbol dependency out of prepare step
` [PATCH v5 09/14] perf build: Remove redundant libbpf feature check for static builds
` [PATCH v5 10/14] perf pmu-events: Split big_c_string storage into standalone compilation unit
` [PATCH v5 11/14] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
` [PATCH v5 12/14] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
` [PATCH v5 13/14] perf pmu-events: Convert recursive shell assignments and macros to Make built-ins
` [PATCH v5 14/14] perf build: Convert llvm-config shell queries to simply expanded variables
[PATCH 0/6] tools/build: Allow versioning of all LLVM tools
2026-05-15 22:58 UTC (3+ messages)
` [PATCH 5/6] tools/build: selftests: Allow versioning LLVM lld
[PATCH bpf-next 0/3] tracing: Expose tracepoint BTF ids via tracefs
2026-05-15 22:48 UTC (11+ messages)
` [PATCH bpf-next 1/3] bpf: Export btf_get_module_btf() and btf_relocate_id()
` [PATCH bpf-next 2/3] tracing: Expose tracepoint BTF ids via tracefs
` [PATCH bpf-next 3/3] selftests/bpf: Add test for tracepoint btf_ids tracefs file
[PATCH] libbpf: fix UAF in strset__add_str()
2026-05-15 22:08 UTC (3+ messages)
` [PATCH v2] "
[PATCH bpf] bpf: Add Jiayuan Chen to sockmap maintainers
2026-05-15 21:50 UTC (2+ messages)
[PATCH] samples/bpf: add SPDX license identifier to parse_simple.c
2026-05-15 21:48 UTC (2+ messages)
[PATCH bpf-next v4 24/25] bpf, arm64: Add JIT support for stack arguments
2026-05-15 18:35 UTC (3+ messages)
[PATCH] bpf: fix btf_types_are_same for cross-BTF type comparison
2026-05-15 18:27 UTC (2+ messages)
[PATCH RFC net-next 0/4] xdp: reuse generic skb XDP handling for veth
2026-05-15 18:18 UTC (3+ messages)
[PATCH net-next 00/12] net: enable TC956x support
2026-05-15 17:59 UTC (2+ messages)
[PATCH bpf-next v4 17/25] bpf,x86: Implement JIT support for stack arguments
2026-05-15 17:55 UTC (3+ messages)
[PATCH RFC bpf-next 2/2] selftests/bpf: Add LoongArch support for get_preempt_count()
2026-05-15 17:45 UTC (4+ messages)
[PATCH net-next v5 8/8] selftests: drv-net: add netkit devmem tests
2026-05-15 17:23 UTC (2+ messages)
[PATCH net-next v5 3/8] net: devmem: support TX over NETMEM_TX_NO_DMA devices
2026-05-15 17:23 UTC (2+ messages)
[PATCH] [v2] bpf: make bpf_session_is_return() reference optional
2026-05-15 17:00 UTC (2+ messages)
[PATCH bpf-next v4 18/25] selftests/bpf: Add tests for BPF function stack arguments
2026-05-15 16:57 UTC (3+ messages)
[PATCH bpf-next v4 16/25] bpf: Disable private stack for x86_64 if stack arguments used
2026-05-15 16:41 UTC (3+ messages)
[PATCH bpf-next v4 15/25] bpf: Reject stack arguments if tail call reachable
2026-05-15 16:39 UTC (3+ messages)
[PATCH bpf-next v4 12/25] bpf: Prepare architecture JIT support for stack arguments
2026-05-15 16:33 UTC (3+ messages)
[PATCH] selftests/bpf: fix tunnel option size in ip6geneve_set_tunnel()
2026-05-15 16:01 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