messages from 2026-04-24 09:12:45 to 2026-04-26 19:03:47 UTC [more...]
[PATCH bpf-next v9 0/8] Introduce arena library and runtime
2026-04-26 19:03 UTC (6+ messages)
` [PATCH bpf-next v9 1/8] selftests/bpf: Add ifdef guard for WRITE_ONCE macro in bpf_atomic.h
` [PATCH bpf-next v9 2/8] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v9 3/8] selftests/bpf: Move arena-related headers into libarena
` [PATCH bpf-next v9 4/8] selftests/bpf: Add arena ASAN runtime to libarena
` [PATCH bpf-next v9 5/8] selftests/bpf: Add ASAN support for libarena selftests
[PATCH bpf-next v9 0/8] Introduce arena library and runtime
2026-04-26 19:02 UTC (4+ messages)
` [PATCH bpf-next v9 1/8] selftests/bpf: Add ifdef guard for WRITE_ONCE macro in bpf_atomic.h
` [PATCH bpf-next v9 2/8] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v9 3/8] selftests/bpf: Move arena-related headers into libarena
[PATCH bpf-next v8 0/8] Introduce arena library and runtime
2026-04-26 18:58 UTC (11+ messages)
` [PATCH bpf-next v8 2/8] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v8 6/8] selftests/bpf: Add buddy allocator for libarena
[PATCH bpf] bpf: Fix off-by-one boundary validation in arena direct-value access
2026-04-26 18:17 UTC (4+ messages)
` [PATCH bpf v2] "
[PATCH v2 0/4] Firmware LSM hook
2026-04-26 13:42 UTC (17+ messages)
[PATCH net] net: mana: hardening: Validate SHM offset from BAR0 register to prevent crash due to alignment fault
2026-04-26 13:15 UTC (3+ messages)
[PATCH bpf v3 0/2] bpf: prevent offloaded programs from running on host via tcx/netkit
2026-04-26 11:01 UTC (5+ messages)
` [PATCH bpf v3 1/2] bpf, tcx, netkit: reject offloaded programs
` [PATCH bpf v3 2/2] bpf, xdp: move offload check into dev_xdp_install()
[PATCH bpf] bpf, sockmap: zero-initialize pages allocated in bpf_msg_push_data
2026-04-26 6:31 UTC (5+ messages)
[PATCH bpf-next v3 0/4] bpf: replace min/max fields with struct cnum{32,64}
2026-04-26 3:36 UTC (12+ messages)
` [PATCH bpf-next v3 1/4] bpf: representation and basic operations on circular numbers
` [PATCH bpf-next v3 2/4] bpf: use accessor functions for bpf_reg_state min/max fields
` [PATCH bpf-next v3 3/4] bpf: replace min/max fields with struct cnum{32,64}
` [PATCH bpf-next v3 4/4] selftests/bpf: new cases handled by 32->64 range refinements
[PATCH v2 bpf] bpf: Free reuseport cBPF prog after RCU grace period
2026-04-26 1:26 UTC
[LSF/MM/BPF] Running BOF
2026-04-26 0:46 UTC
[PATCH v1 bpf] bpf: Free reuseport cBPF prog after RCU grace period
2026-04-25 23:54 UTC (4+ messages)
[PATCH bpf-next 0/2] bpf: range_within() must check cnum ranges instead of min/max pairs
2026-04-25 23:20 UTC (4+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: a test for proper cnums compare in is_state_visited()
[PATCH bpf 1/2] bpf: Do not release trampoline image in case off unregister error
2026-04-25 21:36 UTC (8+ messages)
` [PATCH bpf 2/2] bpf: Remove obsolete WARN_ON call
[PATCH bpf-next v3 00/10] bpf: Introduce resizable hash map
2026-04-25 21:29 UTC (23+ messages)
` [PATCH bpf-next v3 01/10] bpf: Implement resizable hashmap basic functions
` [PATCH bpf-next v3 02/10] rhashtable: Add rhashtable_walk_enter_from()
` [PATCH bpf-next v3 03/10] bpf: Implement get_next_key() resizable hashtab
` [PATCH bpf-next v3 04/10] bpf: Implement batch ops and iterators for "
` [PATCH bpf-next v3 05/10] bpf: Allow timers, workqueues and task_work in "
` [PATCH bpf-next v3 06/10] libbpf: Support resizable hashtable
` [PATCH bpf-next v3 07/10] selftests/bpf: Add basic tests for resizable hash map
` [PATCH bpf-next v3 08/10] selftests/bpf: Add BPF iterator "
` [PATCH bpf-next v3 09/10] bpftool: Add rhash map documentation
` [PATCH bpf-next v3 10/10] selftests/bpf: Add resizable hashmap to benchmarks
[PATCH bpf] bpf, sockmap: reject overflowing copy + len in bpf_msg_push_data()
2026-04-25 19:19 UTC (3+ messages)
[PATCH net v4 1/8] xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devices
2026-04-25 13:53 UTC (3+ messages)
[PATCH bpf v2 0/3] bpf: prevent offloaded programs from running on host via tcx/netkit
2026-04-25 10:44 UTC (7+ messages)
` [PATCH bpf v2 1/3] bpf, tcx: reject offloaded programs on attach
` [PATCH bpf v2 2/3] bpf, netkit: "
` [PATCH bpf v2 3/3] bpf, xdp: reject offloaded programs on link update
[PATCH bpf] bpf, sockmap: Fix wrong rsge offset in bpf_msg_push_data()
2026-04-25 8:25 UTC (4+ messages)
[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
2026-04-25 8:05 UTC (9+ messages)
[PATCH RFC bpf-next 8/8] selftests/bpf: add tests to validate KASAN on JIT programs
2026-04-25 6:50 UTC (2+ messages)
[PATCH RFC bpf-next 7/8] bpf, x86: enable KASAN for JITed programs on x86
2026-04-25 6:33 UTC (2+ messages)
[PATCH RFC bpf-next 6/8] selftests/bpf: do not run verifier JIT tests when BPF_JIT_KASAN is enabled
2026-04-25 6:21 UTC (2+ messages)
[PATCH RFC bpf-next 5/8] bpf, x86: emit KASAN checks into x86 JITed programs
2026-04-25 6:08 UTC (2+ messages)
[PATCH RFC bpf-next 4/8] bpf, x86: add helper to emit kasan checks in x86 JITed programs
2026-04-25 5:46 UTC (2+ messages)
[PATCH bpf-next 00/18] bpf: Support stack arguments for BPF functions and kfuncs
2026-04-25 5:33 UTC (36+ messages)
` [PATCH bpf-next 01/18] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next 02/18] bpf: Add precision marking and backtracking for stack argument slots
` [PATCH bpf-next 03/18] bpf: Refactor record_call_access() to extract per-arg logic
` [PATCH bpf-next 04/18] bpf: Extend liveness analysis to track stack argument slots
` [PATCH bpf-next 05/18] bpf: Reject stack arguments in non-JITed programs
` [PATCH bpf-next 06/18] bpf: Prepare architecture JIT support for stack arguments
` [PATCH bpf-next 07/18] bpf: Enable r11 based insns
` [PATCH bpf-next 08/18] bpf: Support stack arguments for kfunc calls
` [PATCH bpf-next 09/18] bpf: Reject stack arguments if tail call reachable
` [PATCH bpf-next 10/18] bpf,x86: Implement JIT support for stack arguments
` [PATCH bpf-next 11/18] selftests/bpf: Add tests for BPF function "
` [PATCH bpf-next 12/18] selftests/bpf: Add tests for stack argument validation
` [PATCH bpf-next 13/18] selftests/bpf: Add verifier "
` [PATCH bpf-next 14/18] selftests/bpf: Add BTF fixup for __naked subprog parameter names
` [PATCH bpf-next 15/18] selftests/bpf: Add precision backtracking test for stack arguments
` [PATCH bpf-next 16/18] bpf, arm64: Map BPF_REG_0 to x8 instead of x7
` [PATCH bpf-next 17/18] bpf, arm64: Add JIT support for stack arguments
` [PATCH bpf-next 18/18] selftests/bpf: Enable stack argument tests for arm64
[PATCH RFC bpf-next 3/8] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
2026-04-25 5:18 UTC (2+ messages)
[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
2026-04-25 5:05 UTC (16+ messages)
` [PATCH RFC bpf-next 1/8] kasan: expose generic kasan helpers
` [PATCH RFC bpf-next 2/8] bpf: mark instructions accessing program stack
Uninitialized Stack Variable / NULL Pointer Dereference in __sys_socket_create via BPF LSM hooks
2026-04-25 4:34 UTC (2+ messages)
[PATCH net-next v3 4/4] selftests/bpf: Ensure dst addr/port are preserved after socket abort
2026-04-25 4:31 UTC (2+ messages)
[PATCH net v3 3/8] xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err path
2026-04-25 4:17 UTC (2+ messages)
[PATCH net-next v3 2/4] udp: Remove disconnected sockets from the 4-tuple hash
2026-04-25 2:45 UTC (2+ messages)
[PATCH bpf-next v3 0/2] Allow storing referenced struct file kptrs in BPF maps
2026-04-25 2:17 UTC (10+ messages)
` [PATCH bpf-next v3 1/2] bpf: Implement dtor for struct file BTF ID
` [PATCH bpf-next v3 2/2] selftests/bpf: Add test for map-stored struct file kptrs
[PATCH 2/2] kallsyms: add BTF-based deep parameter rendering in oops dumps
2026-04-25 2:15 UTC (2+ messages)
[PATCH 1/2] kallsyms: show function parameter info in oops/WARN dumps
2026-04-25 1:59 UTC (2+ messages)
[PATCH v11 09/12] x86/vmscape: Use static_call() for predictor flush
2026-04-25 1:40 UTC (2+ messages)
[PATCH net-next v7 3/7] net: bcmgenet: add basic XDP support (PASS/DROP)
2026-04-25 1:26 UTC (2+ messages)
[PATCH bpf-next v6 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
2026-04-25 1:13 UTC (2+ messages)
[PATCH bpf-next v3 0/9] Refactor verifier object relationship tracking
2026-04-24 22:48 UTC (11+ messages)
` [PATCH bpf-next v3 1/9] bpf: Unify dynptr handling in the verifier
` [PATCH bpf-next v3 4/9] bpf: Refactor object relationship tracking and fix dynptr UAF bug
[PATCH bpf v1 1/1] bpf: Fix sk_local_storage diag dumping uninitialized special fields
2026-04-24 22:24 UTC (6+ messages)
[PATCH bpf v2 0/2] bpf: Fix arena VMA use-after-free on fork
2026-04-24 20:16 UTC (5+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add test for "
[PATCH bpf-next v2 0/4] bpf: replace min/max fields with struct cnum{32,64}
2026-04-24 19:01 UTC (3+ messages)
[PATCH bpf-next v2 0/2] selftests/bpf: drop xdping tool
2026-04-24 18:20 UTC (2+ messages)
[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-04-24 18:10 UTC (7+ messages)
` [PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed, acquire}_timeout()
[PATCH bpf-next v2 1/4] bpf: representation and basic operations on circular numbers
2026-04-24 17:26 UTC (3+ messages)
[PATCH bpf-next v2 3/4] bpf: replace min/max fields with struct cnum{32,64}
2026-04-24 17:21 UTC (3+ messages)
[PATCH] HID: bpf: Sync KF_SLEEPABLE flags in hid_bpf_syscall_kfuncs set
2026-04-24 15:50 UTC (5+ messages)
[PATCH RFC bpf-next v2 00/18] bpf: Introduce resizable hash map
2026-04-24 15:16 UTC (4+ messages)
` [PATCH RFC bpf-next v2 06/18] bpf: Implement bpf_each_rhash_elem() using walk API
[PATCHv5 bpf-next 04/28] bpf: Use mutex lock pool for bpf trampolines
2026-04-24 11:24 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