BPF List
 help / color / mirror / Atom feed
 messages from 2026-05-06 13:50:53 to 2026-05-07 22:22:45 UTC [more...]

[PATCH v7 00/10] Reintroduce Hornet LSM
 2026-05-07 22:22 UTC  (14+ messages)
` [PATCH v7 01/10] crypto: pkcs7: add flag for validated trust on a signed info block
` [PATCH v7 02/10] crypto: pkcs7: add ability to extract signed attributes by OID
` [PATCH v7 03/10] crypto: pkcs7: add tests for pkcs7_get_authattr
` [PATCH v7 04/10] lsm: framework for BPF integrity verification
` [PATCH v7 05/10] lsm: security: Add additional enum values for bpf integrity checks
` [PATCH v7 06/10] security: Hornet LSM
` [PATCH v7 07/10] hornet: Introduce gen_sig
` [PATCH v7 08/10] hornet: Add a light skeleton data extractor scripts
` [PATCH v7 09/10] selftests/hornet: Add a selftest for the Hornet LSM
` [PATCH v7 10/10] ipe: Add BPF program load policy enforcement via Hornet integration

[PATCH net-next 00/12] net: enable TC956x support
 2026-05-07 22:17 UTC  (47+ messages)
` [PATCH net-next 08/12] dt-bindings: net: toshiba,tc965x-dwmac: add TC956x Ethernet bridge
` [PATCH net-next 09/12] gpio: tc956x: add TC956x/QPS615 support
` [PATCH net-next 10/12] net: stmmac: "

[PATCH bpf-next v2 00/23] bpf: Support stack arguments for BPF functions and kfuncs
 2026-05-07 22:11 UTC  (30+ messages)
` [PATCH bpf-next v2 01/23] bpf: Convert bpf_get_spilled_reg macro to static inline function
` [PATCH bpf-next v2 02/23] bpf: Remove copy_register_state wrapper function
` [PATCH bpf-next v2 03/23] bpf: Add helper functions for r11-based stack argument insns
` [PATCH bpf-next v2 04/23] bpf: Set sub->arg_cnt earlier in btf_prepare_func_args()
` [PATCH bpf-next v2 05/23] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next v2 06/23] bpf: Refactor jmp history to use dedicated spi/frame fields
` [PATCH bpf-next v2 07/23] bpf: Add precision marking and backtracking for stack argument slots
` [PATCH bpf-next v2 08/23] bpf: Refactor record_call_access() to extract per-arg logic
` [PATCH bpf-next v2 09/23] bpf: Extend liveness analysis to track stack argument slots
` [PATCH bpf-next v2 10/23] bpf: Reject stack arguments in non-JITed programs
` [PATCH bpf-next v2 11/23] bpf: Prepare architecture JIT support for stack arguments
` [PATCH bpf-next v2 12/23] bpf: Enable r11 based insns
` [PATCH bpf-next v2 13/23] bpf: Support stack arguments for kfunc calls
` [PATCH bpf-next v2 14/23] bpf: Reject stack arguments if tail call reachable
` [PATCH bpf-next v2 15/23] bpf,x86: Implement JIT support for stack arguments
` [PATCH bpf-next v2 16/23] selftests/bpf: Add tests for BPF function "
` [PATCH bpf-next v2 17/23] selftests/bpf: Add tests for stack argument validation
` [PATCH bpf-next v2 18/23] selftests/bpf: Add BTF fixup for __naked subprog parameter names
` [PATCH bpf-next v2 19/23] selftests/bpf: Add verifier tests for stack argument validation
` [PATCH bpf-next v2 20/23] selftests/bpf: Add precision backtracking test for stack arguments
` [PATCH bpf-next v2 21/23] bpf, arm64: Map BPF_REG_0 to x8 instead of x7
` [PATCH bpf-next v2 22/23] bpf, arm64: Add JIT support for stack arguments
` [PATCH bpf-next v2 23/23] selftests/bpf: Enable stack argument tests for arm64

[PATCH net-next v5 0/5] veth: add Byte Queue Limits (BQL) support
 2026-05-07 20:45 UTC  (13+ messages)
` [PATCH net-next v5 1/5] veth: fix OOB txq access in veth_poll() with asymmetric queue counts
` [PATCH net-next v5 3/5] veth: implement Byte Queue Limits (BQL) for latency reduction

[v6 00/10] Reintroduce Hornet LSM
 2026-05-07 19:19 UTC  (2+ messages)

[PATCH net-next v9 6/7] net: bcmgenet: add XDP statistics counters
 2026-05-07 19:17 UTC  (2+ messages)

[PATCH net-next v9 7/7] net: bcmgenet: reject MTU changes incompatible with XDP
 2026-05-07 19:18 UTC  (2+ messages)

[PATCH net-next v9 5/7] net: bcmgenet: add XDP_REDIRECT and ndo_xdp_xmit support
 2026-05-07 19:17 UTC  (2+ messages)

[PATCH net-next v9 3/7] net: bcmgenet: add basic XDP support (PASS/DROP)
 2026-05-07 19:17 UTC  (2+ messages)

[PATCH net-next v9 4/7] net: bcmgenet: add XDP_TX support
 2026-05-07 19:17 UTC  (2+ messages)

[PATCH net-next v9 1/7] net: bcmgenet: convert RX path to page_pool
 2026-05-07 19:17 UTC  (2+ messages)

[bpf-next v3 0/2] bpf: Fix deadlock in kptr dtor in nmi
 2026-05-07 18:52 UTC  (5+ messages)
` [bpf-next v3 1/2] bpf: Offload kptr destructors that run from NMI
` [bpf-next v3 2/2] selftests/bpf: Add kptr destructor NMI exerciser

[PATCH 1/2] perf/lock: Fix non-atomic max/time and min_time updates in contention_data
 2026-05-07 18:42 UTC  (2+ messages)
` [PATCH 2/2] perf build: compile BPF skeletons with -mcpu=v3

[PATCH bpf] bpf: Don't run arg-tracking analysis twice on main subprog
 2026-05-07 18:22 UTC 

[bpf-next v2 0/2] bpf: Fix deadlock in kptr dtor in nmi
 2026-05-07 17:19 UTC  (7+ messages)
` [bpf-next v2 1/2] bpf: Offload kptr destructors that run from NMI

[PATCH v3 0/2] Introduce CONFIG_CGROUP_LSM_NUM to render BPF_LSM_CGROUP attachment limit configurable
 2026-05-07 16:39 UTC  (10+ messages)
` [PATCH v3 1/2] bpf: render CGROUP_LSM_NUM configurable as a KConfig
` [PATCH v3 2/2] selftests/bpf: add tests to verify the enforcement of CONFIG_CGROUP_LSM_NUM

[PATCH v14 10/19] unwind_user/sframe: Remove .sframe section on detected corruption
 2026-05-07 16:23 UTC  (3+ messages)

[PATCH v14 07/19] unwind_user/sframe: Wire up unwind_user to sframe
 2026-05-07 16:18 UTC  (3+ messages)

[PATCH 1/2] tools/lib/bpf/libbpf: Prioritize module kfuncs over vmlinux kfuncs
 2026-05-07 16:14 UTC  (2+ messages)

[PATCH v14 17/19] unwind_user/sframe: Separate reading of FRE from reading of FRE data words
 2026-05-07 16:01 UTC  (3+ messages)

[PATCH net-next v2 0/6] net: devmem: support devmem with netkit devices
 2026-05-07 15:38 UTC  (9+ messages)
` [PATCH net-next v2 1/6] net: add netmem_tx modes that indicate dma capability
` [PATCH net-next v2 2/6] net: devmem: support TX over NETMEM_TX_NO_DMA devices

[PATCH v14 16/19] unwind_user/sframe: Add support for SFrame V3 flexible FDEs
 2026-05-07 15:30 UTC  (3+ messages)

[PATCH 0/4] mm: introduce mthp_ext via cgroup-bpf to make mTHP more transparent
 2026-05-07 15:19 UTC  (5+ messages)

[PATCH v14 02/19] unwind_user/sframe: Add support for reading .sframe headers
 2026-05-07 14:55 UTC  (4+ messages)

[PATCH v14 19/19] unwind_user/sframe: Add prctl() interface for registering .sframe sections
 2026-05-07 14:14 UTC  (3+ messages)

[PATCH bpf v1] selftests/bpf: Use both hrtimer enqueue helpers in vmlinux test
 2026-05-07 14:00 UTC  (2+ messages)

[PATCH bpf-next v4 00/12] Refactor verifier object relationship tracking
 2026-05-07 13:23 UTC  (25+ messages)
` [PATCH bpf-next v4 01/12] bpf: Simplify mark_stack_slot_obj_read() and callers
` [PATCH bpf-next v4 02/12] bpf: Unify dynptr handling in the verifier
` [PATCH bpf-next v4 03/12] bpf: Assign reg->id when getting referenced kptr from ctx
` [PATCH bpf-next v4 04/12] bpf: Preserve reg->id of pointer objects after null-check
` [PATCH bpf-next v4 05/12] bpf: Refactor object relationship tracking and fix dynptr UAF bug
` [PATCH bpf-next v4 06/12] bpf: Remove redundant dynptr arg check for helper
` [PATCH bpf-next v4 07/12] bpf: Unify referenced object tracking in verifier
` [PATCH bpf-next v4 08/12] bpf: Unify release handling for helpers and kfuncs
` [PATCH bpf-next v4 09/12] selftests/bpf: Test creating dynptr from dynptr data and slice
` [PATCH bpf-next v4 10/12] selftests/bpf: Test using dynptr after freeing the underlying object
` [PATCH bpf-next v4 11/12] selftests/bpf: Test using slice after invalidating dynptr clone
` [PATCH bpf-next v4 12/12] selftests/bpf: Test using file dynptr after the reference on file is dropped

[PATCH net v7] net: Validate protocol in skb_steal_sock() for BPF-assigned sockets
 2026-05-07 10:46 UTC 

[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-05-07  9:57 UTC  (6+ messages)
` [PATCH v11 01/14] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()

[PATCH net-next v3 00/13] net: lan966x: add support for PCIe FDMA
 2026-05-07  9:21 UTC  (4+ messages)
` [PATCH net-next v3 09/13] net: lan966x: add PCIe FDMA support

[PATCH bpf-next v3 00/10] bpf: Introduce resizable hash map
 2026-05-07  8:26 UTC  (5+ messages)
` [PATCH bpf-next v3 02/10] rhashtable: Add rhashtable_walk_enter_from()

[PATCH v3] bpf: crypto: snapshot params before string validation
 2026-05-07  8:19 UTC  (3+ messages)

[PATCH v2] fprobe: Fix unregister_fprobe() to wait for RCU grace period
 2026-05-07  7:46 UTC 

[PATCH v1 bpf] bpf: Free reuseport cBPF prog after RCU grace period
 2026-05-07  1:40 UTC  (3+ messages)

(no subject)
 2026-05-06 22:23 UTC  (9+ messages)
` [PATCH v2 1/5] arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSE
` [PATCH v2 2/5] lib/bitrev: Introduce GENERIC_BITREVERSE
` [PATCH v2 3/5] bitops: Define generic___bitrev8/16/32 for reuse
` [PATCH v2 4/5] arch/riscv: Add bitrev.h file to support rev8 and brev8
` [PATCH v2 5/5] MAINTAINERS: BITOPS: include bitrev.[ch]

[PATCH v14 00/19] unwind_deferred: Implement sframe handling
 2026-05-06 21:17 UTC  (9+ messages)
` [PATCH v14 04/19] x86/uaccess: Add unsafe_copy_from_user() implementation

[PATCH v2 2/2] selftests/bpf: add tests to verify the enforcement of CONFIG_CGROUP_LSM_NUM
 2026-05-06 20:07 UTC  (2+ messages)

[PATCH v2 1/2] bpf: render CGROUP_LSM_NUM configurable as a KConfig
 2026-05-06 19:46 UTC  (2+ messages)

[PATCH 2/2] selftests/bpf: add tests to verify the enforcement of CONFIG_CGROUP_LSM_NUM
 2026-05-06 18:41 UTC  (2+ messages)

[PATCH net-next v7 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-05-06 16:58 UTC  (3+ messages)
` [PATCH net-next v7 1/2] net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switch
` [PATCH net-next v7 2/2] net: mana: force full-page RX buffers via ethtool private flag

[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-05-06 16:52 UTC  (10+ messages)

[PATCH v14 08/19] unwind_user: Stop when reaching an outermost frame
 2026-05-06 15:40 UTC  (4+ messages)

[PATCH v14 06/19] unwind_user/sframe: Detect .sframe sections in executables
 2026-05-06 15:36 UTC  (4+ messages)

[PATCH v14 05/19] unwind_user/sframe: Add support for reading .sframe contents
 2026-05-06 15:29 UTC  (5+ messages)

[PATCH v14 03/19] unwind_user/sframe: Store .sframe section data in per-mm maple tree
 2026-05-06 15:21 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] BPF in Stable Kernels, an Update
 2026-05-06 15:06 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox