messages from 2026-04-03 14:26:27 to 2026-04-06 15:03:28 UTC [more...]
[PATCH bpf v3 0/2] bpf: reject negative CO-RE accessor indices
2026-04-06 15:03 UTC (8+ messages)
` [PATCH bpf v3 1/2] bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()
` [PATCH bpf v3 2/2] selftests/bpf: add test for negative CO-RE accessor index rejection
[PATCH net-next v2 0/4] bpf-timestamp: convert to push-level granularity
2026-04-06 14:38 UTC (13+ messages)
` [PATCH net-next v2 1/4] tcp: separate BPF timestamping from tcp_tx_timestamp
` [PATCH net-next v2 2/4] tcp: advance the tsflags check to save cycles
` [PATCH net-next v2 3/4] bpf-timestamp: keep track of the skb when wait_for_space occurs
` [PATCH net-next v2 4/4] bpf-timestamp: complete tracing the skb from each push in sendmsg
[PATCH v9 00/10] VMSCAPE optimization for BHI variant
2026-04-06 14:23 UTC (25+ messages)
` [PATCH v9 01/10] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v9 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v9 07/10] x86/vmscape: Use static_call() for predictor flush
[PATCH] bpf: verifier: restrict insn_array_maps to jump tables
2026-04-06 11:37 UTC (2+ messages)
[RFC PATCH 0/4] trace, livepatch: Allow kprobe return overriding for livepatched functions
2026-04-06 11:08 UTC (17+ messages)
` [RFC PATCH 3/4] livepatch: Add "replaceable" attribute to klp_patch
` [RFC PATCH 2/4] trace: Allow kprobes to override livepatched functions
[PATCH net-next v6 0/7] net: bcmgenet: add XDP support
2026-04-06 8:35 UTC (7+ messages)
` [PATCH net-next v6 2/7] net: bcmgenet: register xdp_rxq_info for each RX ring
` [PATCH net-next v6 3/7] net: bcmgenet: add basic XDP support (PASS/DROP)
` [PATCH net-next v6 4/7] net: bcmgenet: add XDP_TX support
` [PATCH net-next v6 5/7] net: bcmgenet: add XDP_REDIRECT and ndo_xdp_xmit support
` [PATCH net-next v6 6/7] net: bcmgenet: add XDP statistics counters
` [PATCH net-next v6 7/7] net: bcmgenet: reject MTU changes incompatible with XDP
[PATCH net-next v2] selftests/drivers/net: Add an xdp test to xdp.py
2026-04-06 7:26 UTC
[PATCH bpf-next 00/10] bpf: Support stack arguments for BPF functions and kfuncs
2026-04-06 6:03 UTC (8+ messages)
` [PATCH bpf-next 03/10] bpf: Support stack arguments for bpf functions
[PATCH bpf-next v3 00/11] bpf: Support stack arguments for BPF functions and kfuncs
2026-04-06 4:59 UTC (19+ messages)
` [PATCH bpf-next v3 01/11] bpf: Introduce bpf register BPF_REG_STACK_ARG_BASE
` [PATCH bpf-next v3 02/11] bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of arguments
` [PATCH bpf-next v3 03/11] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next v3 04/11] bpf: Refactor process_iter_arg() to have proper argument index
` [PATCH bpf-next v3 05/11] bpf: Support stack arguments for kfunc calls
` [PATCH bpf-next v3 06/11] bpf: Reject stack arguments in non-JITed programs
` [PATCH bpf-next v3 07/11] bpf: Enable stack argument support for x86_64
` [PATCH bpf-next v3 08/11] bpf,x86: Implement JIT support for stack arguments
` [PATCH bpf-next v3 09/11] selftests/bpf: Add tests for BPF function "
` [PATCH bpf-next v3 10/11] selftests/bpf: Add negative test for greater-than-8-byte kfunc stack argument
` [PATCH bpf-next v3 11/11] selftests/bpf: Add verifier tests for stack argument validation
[PATCH bpf v2 1/2] bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops
2026-04-06 4:54 UTC (4+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add tests for sock_ops ctx access with same src/dst register
[PATCH v2][next] bpf: Avoid thousands of -Wflex-array-members-not-at-end warnings
2026-04-06 3:27 UTC (3+ messages)
[PATCH bpf v1 1/2] bpf: Fix SOCK_OPS_GET_SK same-register OOB read in sock_ops
2026-04-06 3:13 UTC (7+ messages)
` [PATCH bpf v1 2/2] selftests/bpf: Add test for SOCK_OPS_GET_SK with same src/dst register
[PATCH bpf-next v4 0/7] Allow variable offsets for syscall PTR_TO_CTX
2026-04-06 2:02 UTC (9+ messages)
` [PATCH bpf-next v4 2/7] bpf: Enable unaligned accesses for syscall ctx
` [PATCH bpf-next v4 3/7] selftests/bpf: Convert ctx tests from ASM to C
` [PATCH bpf-next v4 6/7] selftests/bpf: Add tests for unaligned syscall ctx accesses
` [PATCH bpf-next v4 7/7] selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAX
[PATCH bpf] bpf: Fix stale offload->prog pointer after constant blinding
2026-04-06 2:00 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: remove unused toggle in tc_tunnel
2026-04-06 1:50 UTC (2+ messages)
[PATCH 0/2] bpf: Fix torn writes in non-prealloc htab with BPF_F_LOCK
2026-04-06 1:50 UTC (2+ messages)
[PATCH bpf v2 0/2] bpf: fix end-of-list detection in cgroup_storage_get_next_key()
2026-04-06 1:50 UTC (2+ messages)
bpf() system call writes out of bounds of user supplied buffer
2026-04-05 22:21 UTC (5+ messages)
[PATCH v3 0/2] BPF documentation improvements
2026-04-05 21:45 UTC (7+ messages)
` [PATCH v3 1/2] bpf, doc: Clarify Pseudo-C notation and w vs r register usage
` [PATCH v3 2/2] bpf, doc: Improve MOV/MOVSX documentation and add examples
` [Bpf] "
[PATCH v2 bpf-next 0/2] Properly load values from insn_arays with non-zero offsets
2026-04-05 18:24 UTC (10+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Do not ignore offsets for loads from insn_arrays
[PATCH bpf-next v2 00/11] bpf: Support stack arguments for BPF functions and kfuncs
2026-04-05 17:08 UTC (13+ messages)
` [PATCH bpf-next v2 01/11] bpf: Introduce bpf register BPF_REG_STACK_ARG_BASE
` [PATCH bpf-next v2 02/11] bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of arguments
` [PATCH bpf-next v2 03/11] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next v2 04/11] bpf: Refactor process_iter_arg() to have proper argument index
` [PATCH bpf-next v2 05/11] bpf: Support stack arguments for kfunc calls
` [PATCH bpf-next v2 06/11] bpf: Reject stack arguments in non-JITed programs
` [PATCH bpf-next v2 07/11] bpf: Enable stack argument support for x86_64
` [PATCH bpf-next v2 08/11] bpf,x86: Implement JIT support for stack arguments
` [PATCH bpf-next v2 09/11] selftests/bpf: Add tests for BPF function "
` [PATCH bpf-next v2 10/11] selftests/bpf: Add negative test for greater-than-8-byte kfunc stack argument
` [PATCH bpf-next v2 11/11] selftests/bpf: Add verifier tests for stack argument validation
Discover How To Instantly Rank On Top Of Every Search From Google Rankings To AI Discovery In ChatGPT, Gemini, Claude, Perplexity, & Copilot Confirmation
2026-04-05 16:48 UTC
BPF tracing fexit argument lifetime mismatch leads to slab-use-after-free
2026-04-05 13:12 UTC
[PATCH net-next V2 0/5] net/mlx5e: XDP, Add support for multi-packet per page
2026-04-05 6:30 UTC (5+ messages)
` [PATCH net-next V2 1/5] net/mlx5e: XSK, Increase size for chunk_size param
` [PATCH net-next V2 4/5] net/mlx5e: XDP, Use a single linear page per rq
[PATCH 0/2] bpf: calls to bpf_loop() should have an SCC and accumulate backedges
2026-04-04 23:49 UTC (7+ messages)
[PATCH bpf-next v3 0/9] Introduce arena library and runtime
2026-04-04 20:01 UTC (16+ messages)
` [PATCH bpf-next v3 1/9] bpf: Upgrade scalar to PTR_TO_ARENA on arena pointer addition
` [PATCH bpf-next v3 2/9] selftests/bpf: Add test for scalar/arena "
` [PATCH bpf-next v3 3/9] selftests/bpf: Move bpf_arena_spin_lock.h to the top level
` [PATCH bpf-next v3 4/9] selftests/bpf: Deduplicate WRITE_ONCE macro between headers
BPF sock_ops macro expansion flaw leads to out-of-bounds read
2026-04-04 14:13 UTC (2+ messages)
[PATCH bpf-next v9 0/9] bpf: Extend the bpf_list family of APIs
2026-04-04 10:38 UTC (6+ messages)
` [PATCH bpf-next v9 1/9] bpf: refactor kfunc checks using table-driven approach in verifier
[PATCH v6 net 0/8] xsk: tailroom reservation and MTU validation
2026-04-04 10:11 UTC (10+ messages)
` [PATCH v6 net 1/8] xsk: tighten UMEM headroom validation to account for tailroom and min frame
` [PATCH v6 net 3/8] xsk: fix XDP_UMEM_SG_FLAG issues
` [PATCH v6 net 4/8] xsk: validate MTU against usable frame size on bind
[PATCH v1] perf cgroup: Update metric leader in evlist__expand_cgroup
2026-04-04 6:05 UTC (4+ messages)
` [PATCH v2] "
[PATCH v3 0/12] io_uring: add IORING_OP_BPF for extending io_uring
2026-04-04 2:54 UTC (10+ messages)
` [PATCH V3 05/12] io_uring: bpf: extend io_uring with bpf struct_ops
[PATCH bpf] bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()
2026-04-03 22:13 UTC (2+ messages)
[PATCH v3 dwarves 0/2] pahole: add BTF layout encoding feature
2026-04-03 21:08 UTC (2+ messages)
[PATCH bpf-next v12 0/5] emit ENDBR/BTI instructions for indirect jump targets
2026-04-03 18:56 UTC (13+ messages)
` [PATCH bpf-next v12 1/5] bpf: Move constants blinding out of arch-specific JITs
` [PATCH bpf-next v12 2/5] bpf: Pass bpf_verifier_env to JIT
` [PATCH bpf-next v12 3/5] bpf: Add helper to detect indirect jump targets
` [PATCH bpf-next v12 4/5] bpf, x86: Emit ENDBR for "
` [PATCH bpf-next v12 5/5] bpf, arm64: Emit BTI for indirect jump target
[PATCH bpf-next 0/3] bpf: Refactor how the verifier matches kfunc checks
2026-04-03 17:08 UTC (4+ messages)
` [PATCH bpf-next 1/3] bpf: Teach resolve_btfids about the setsc type
` [PATCH bpf-next 2/3] bpf: Introduce BTF_SET/ID_SUB and BPF_VERIF_KFUNC_DEF
` [PATCH bpf-next 3/3] bpf: classify rbtree kfuncs with BPF_VERIF_KFUNC_DEF sets
[PATCH v3 0/2] Support BPF traversal of wakeup sources
2026-04-03 16:28 UTC (7+ messages)
[PATCH v4] libbpf: Replace strncpy() with strnlen()+memcpy() in skel_map_create()
2026-04-03 16:16 UTC (4+ messages)
[PATCH v10 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-04-03 16:12 UTC (2+ messages)
` [PATCH v10 00/12] barrier: Add smp_cond_load_{relaxed, acquire}_timeout()
[PATCH v5 bpf-next 0/6] bpf: Prep patches for static stack liveness
2026-04-03 15:40 UTC (2+ messages)
[PATCH v2 00/10] selftests/bpf: Tolerate partial builds across kernel configs
2026-04-03 15:31 UTC (13+ messages)
` [PATCH v2 01/10] selftests/bpf: Fall back to distro build directory for test_kmods
` [PATCH v2 02/10] selftests/bpf: Tolerate BPF and skeleton generation failures
` [PATCH v2 03/10] selftests/bpf: Avoid rebuilds when running emit_tests
` [PATCH v2 04/10] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
` [PATCH v2 05/10] selftests/bpf: Tolerate test file compilation failures
` [PATCH v2 06/10] selftests/bpf: Allow test_progs to link with a partial object set
` [PATCH v2 07/10] selftests/bpf: Tolerate benchmark build failures
` [PATCH v2 08/10] selftests/bpf: Provide weak definitions for cross-test functions
` [PATCH v2 09/10] selftests/bpf: Skip tests whose objects were not built
` [PATCH v2 10/10] selftests/bpf: Tolerate missing files during install
[PATCH bpf v4 0/2] bpf: reject direct access to nullable PTR_TO_BUF pointers
2026-04-03 15:27 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