messages from 2026-09-12 09:59:36 to 2026-09-13 19:41:40 UTC [more...]
[PATCH bpf-next v3 00/15] BPF interface for applying Landlock rulesets
2026-09-13 19:41 UTC (9+ messages)
` [PATCH bpf-next v3 04/15] lsm: Add the bpf_lsm_policy_release kfunc and policy object destructor
[PATCH RFC v2 00/15] rcu-tasks: let preemption outside trampolines be a quiescent state
2026-09-13 18:20 UTC (15+ messages)
` [PATCH RFC v2 08/15] bpf, x86: Maintain Tasks RCU trampoline nesting in the BPF trampoline
[PATCH bpf v2 0/3] libbpf: Validate struct_ops member offsets
2026-09-13 15:49 UTC (9+ messages)
` [PATCH bpf v2 1/3] libbpf: Validate struct_ops member offsets before data access
` [PATCH bpf v2 2/3] bpftool: Keep struct_ops field offsets when skipping bitfields
` [PATCH bpf v2 3/3] selftests/bpf: Cover struct_ops bitfield and offset validation
[PATCH bpf v3 0/2] net: xdp: fix bpf_xdp_shrink_data() page handling on generic XDP and veth
2026-09-13 13:05 UTC (3+ messages)
` [PATCH bpf v3 1/2] bpf, veth: xdp: fix page_pool page leak on skb-backed XDP
[PATCH bpf-next v4 00/15] bpf: Support by-value struct and __int128 arguments
2026-09-13 4:00 UTC (21+ messages)
` [PATCH bpf-next v4 01/15] bpf: Read a kfunc's __sz argument only when it is in a register
` [PATCH bpf-next v4 02/15] selftests/bpf: Add a test for an __int128 by-value argument
` [PATCH bpf-next v4 03/15] bpf: Rename bpf_subprog_info::arg_cnt to arg_slot_cnt
` [PATCH bpf-next v4 04/15] bpf: Index global function arguments by argument slot
` [PATCH bpf-next v4 05/15] bpf: Support by-value struct arguments up to 16 bytes
` [PATCH bpf-next v4 06/15] bpf: Support __int128 as a by-value function argument
` [PATCH bpf-next v4 07/15] bpf: Rename bpf_call_summary::num_params to arg_slot_cnt
` [PATCH bpf-next v4 08/15] bpf: Recognize by-value struct and __int128 kfunc arguments
` [PATCH bpf-next v4 09/15] bpf: Prepare kfunc arguments for the JIT from an ABI description
` [PATCH bpf-next v4 10/15] bpf, x86: Move kfunc arguments into the x86-64 calling convention
` [PATCH bpf-next v4 11/15] bpf, arm64: Place trampoline arguments by the arm64 "
` [PATCH bpf-next v4 12/15] bpf, arm64: Move kfunc arguments into "
` [PATCH bpf-next v4 13/15] selftests/bpf: Add C tests for by-value arguments up to 16 bytes
` [PATCH bpf-next v4 14/15] selftests/bpf: Add inline-asm tests for by-value arguments
` [PATCH bpf-next v4 15/15] selftests/bpf: Add tests for by-value kfunc arguments
ANNOUNCE: pahole v1.32 (DWZ alt files, lots of new regression tests, BTF signatures, coverage analysis)
2026-09-13 2:21 UTC
[RFC PATCH 00/20] rv: Add support for BPF monitors
2026-09-13 1:26 UTC (18+ messages)
[PATCH bpf-next v3] bpf, x86: Add support for BPF_SDIV and BPF_SMOD in the i386 JIT
2026-09-12 22:27 UTC (2+ messages)
[PATCH] sched: Set need-resched flags before tracing
2026-09-12 21:30 UTC (2+ messages)
[PATCH bpf-next v3 2/2] bpf, mips: Add support for BPF_MOVSX in the JITs
2026-09-12 19:37 UTC (3+ messages)
[PATCH bpf-next] bpf: Use kvfree() in xdp_test_run_teardown()
2026-09-12 19:20 UTC (2+ messages)
[PATCH bpf-next v2 00/13] bpf: track scalar equality across the low 32 bits
2026-09-12 19:09 UTC (11+ messages)
` [PATCH bpf-next v2 01/13] bpf: move linked-scalar flags out of bpf_reg_state->id [NFC]
` [PATCH bpf-next v2 02/13] bpf: compare linked-scalar kinds in regs_exact()
` [PATCH bpf-next v2 03/13] bpf: track low-32 scalar equality across zero-extending movs
` [PATCH bpf-next v2 05/13] bpf: keep the range across a sign extension that cannot change it
` [PATCH bpf-next v2 07/13] bpf: track low-32 scalar equality across sign-extending movs
[PATCH 5.15 419/935] perf test: Use sqrtloop workload to test bperf event
2026-09-12 6:57 UTC
[PATCH bpf] bpf: Fix out-of-bounds read of rtt_min in sock_ops
2026-09-12 18:20 UTC (2+ messages)
[PATCH bpf-next v2] bpf, mips: Add BPF_MEMSX support to the JITs
2026-09-12 18:06 UTC
[PATCH bpf-next v2] bpf: Avoid soft lockup in __htab_map_lookup_and_delete_batch()
2026-09-12 17:40 UTC (2+ messages)
[PATCH bpf-next v4 1/2] bpf: Allow terminal gotox instructions
2026-09-12 17:30 UTC (2+ messages)
[PATCH bpf-next v3 00/15] bpf: Support by-value struct and __int128 arguments
2026-09-12 17:30 UTC (9+ messages)
` [PATCH bpf-next v3 11/15] bpf, arm64: Move kfunc arguments into the arm64 calling convention
` [PATCH bpf-next v3 15/15] selftests/bpf: Temporary hack to disable register mismatch in arm64
[PATCH bpf-next v3 14/15] selftests/bpf: Add tests for by-value kfunc arguments
2026-09-12 17:24 UTC (3+ messages)
[PATCH bpf-next v3 10/15] bpf, x86: Move kfunc arguments into the x86-64 calling convention
2026-09-12 17:14 UTC (3+ messages)
[PATCH bpf-next v3 08/15] bpf: Recognize by-value struct and __int128 kfunc arguments
2026-09-12 17:13 UTC (3+ messages)
[PATCH bpf-next v3 02/15] selftests/bpf: Add a test for an __int128 by-value argument
2026-09-12 17:07 UTC (3+ messages)
[PATCH bpf v2 0/2] bpf: Fix use-after-free of progs detached from busy trampolines
2026-09-12 16:42 UTC (7+ messages)
` [PATCH bpf v2 1/2] bpf: Skip detached progs in trampoline images that are still in use
` [PATCH bpf v2 2/2] selftests/bpf: Detach a trampoline prog while a task sleeps before it
[PATCH 6.1 0497/1191] perf test: Use sqrtloop workload to test bperf event
2026-09-12 6:53 UTC
[PATCH 6.6 0606/1424] perf test: Use sqrtloop workload to test bperf event
2026-09-12 6:50 UTC
[PATCH 6.12 0358/1376] perf test: Use sqrtloop workload to test bperf event
2026-09-12 6:46 UTC
[PATCH v15 net-next 0/2] octeontx2-pf: mqprio bandwidth offload for NIX TX schedulers
2026-09-12 10:56 UTC (3+ messages)
` [PATCH v15 net-next 1/2] octeontx2: use atomic bitops for PF/VF and rep flags
[PATCH bpf] bpf: Keep progs alive until the trampoline image calling them is freed
2026-09-12 10:00 UTC (12+ messages)
page: | 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