BPF List
 help / color / mirror / Atom feed
 messages from 2023-12-04 20:56:58 to 2023-12-05 23:58:51 UTC [more...]

[PATCH v3 net-next 0/2] add multi-buff support for xdp running in generic mode
 2023-12-05 23:58 UTC  (7+ messages)
` [PATCH v3 net-next 2/2] xdp: "

[PATCH bpf v3 0/2] bpf: fix verification of indirect var-off stack access
 2023-12-05 23:35 UTC  (4+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] bpf: guard stack limits against 32bit overflow

[PATCH bpf-next 00/13] Enhance BPF global subprogs with argument tags
 2023-12-05 23:29 UTC  (32+ messages)
` [PATCH bpf-next 01/13] bpf: log PTR_TO_MEM memory size in verifier log
` [PATCH bpf-next 02/13] bpf: emit more dynptr information "
` [PATCH bpf-next 03/13] bpf: tidy up exception callback management a bit
` [PATCH bpf-next 04/13] bpf: use bitfields for simple per-subprog bool flags
` [PATCH bpf-next 05/13] bpf: abstract away global subprog arg preparation logic from reg state setup
` [PATCH bpf-next 06/13] bpf: remove unnecessary and (mostly) ignored BTF check for main program
` [PATCH bpf-next 07/13] bpf: prepare btf_prepare_func_args() for handling static subprogs
` [PATCH bpf-next 08/13] bpf: move subprog call logic back to verifier.c
` [PATCH bpf-next 09/13] bpf: reuse subprog argument parsing logic for subprog call checks
` [PATCH bpf-next 10/13] bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args
` [PATCH bpf-next 11/13] bpf: add dynptr global subprog arg tag support
` [PATCH bpf-next 12/13] libbpf: add __arg_xxx macros for annotating global func args
` [PATCH bpf-next 13/13] selftests/bpf: add global subprog annotation tests

[PATCH v4 bpf-next 00/10] Complete BPF verifier precision tracking support for register spills
 2023-12-05 23:20 UTC  (14+ messages)
` [PATCH v4 bpf-next 01/10] bpf: support non-r10 register spill/fill to/from stack in precision tracking
` [PATCH v4 bpf-next 02/10] selftests/bpf: add stack access precision test
` [PATCH v4 bpf-next 03/10] bpf: fix check for attempt to corrupt spilled pointer
` [PATCH v4 bpf-next 04/10] bpf: preserve STACK_ZERO slots on partial reg spills
` [PATCH v4 bpf-next 05/10] selftests/bpf: validate STACK_ZERO is preserved on subreg spill
` [PATCH v4 bpf-next 06/10] bpf: preserve constant zero when doing partial register restore
` [PATCH v4 bpf-next 07/10] selftests/bpf: validate zero preservation for sub-slot loads
` [PATCH v4 bpf-next 08/10] bpf: track aligned STACK_ZERO cases as imprecise spilled registers
` [PATCH v4 bpf-next 09/10] selftests/bpf: validate precision logic in partial_stack_load_preserves_zeros
` [PATCH v4 bpf-next 10/10] bpf: use common instruction history across all states

[RFC PATCH bpf-next v2 0/4] bpf, x64: Fix tailcall hierarchy
 2023-12-05 23:03 UTC  (9+ messages)
` [RFC PATCH bpf-next v2 1/4] bpf, x64: Emit nops for X86_PATCH
` [RFC PATCH bpf-next v2 2/4] bpf, x64: Fix tailcall hierarchy

[PATCH bpf-next v8 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-12-05 22:59 UTC  (20+ messages)
` [PATCH bpf-next v8 01/18] ice: make RX hash reading code more reusable
` [PATCH bpf-next v8 02/18] ice: make RX HW timestamp "
` [PATCH bpf-next v8 03/18] ice: Make ptype internal to descriptor info processing
` [PATCH bpf-next v8 04/18] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v8 05/18] ice: Support HW timestamp hint
` [PATCH bpf-next v8 06/18] ice: Support RX hash XDP hint
` [PATCH bpf-next v8 07/18] xsk: add functions to fill control buffer
` [PATCH bpf-next v8 08/18] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v8 09/18] xdp: Add VLAN tag hint
` [PATCH bpf-next v8 10/18] ice: Implement "
` [PATCH bpf-next v8 11/18] ice: use VLAN proto from ring packet context in skb path
` [PATCH bpf-next v8 12/18] veth: Implement VLAN tag XDP hint
` [PATCH bpf-next v8 13/18] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
` [PATCH bpf-next v8 14/18] mlx5: implement VLAN tag XDP hint
` [PATCH bpf-next v8 15/18] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [PATCH bpf-next v8 16/18] selftests/bpf: Add flags and VLAN hint to xdp_hw_metadata
` [PATCH bpf-next v8 17/18] selftests/bpf: Add AF_INET packet generation to xdp_metadata
` [PATCH bpf-next v8 18/18] selftests/bpf: Check VLAN tag and proto in xdp_metadata

[PATCH bpf] bpf: Fix a race condition between btf_put() and map_free()
 2023-12-05 22:50 UTC  (9+ messages)

[PATCH bpf-next v3] bpf: Fix a race condition between btf_put() and map_free()
 2023-12-05 22:48 UTC 

[PATCH net-next v9 00/15] Introducing P4TC
 2023-12-05 22:32 UTC  (6+ messages)
` [PATCH net-next v9 15/15] p4tc: add P4 classifier

[PATCHv3 bpf 0/2] bpf: Fix map poke update
 2023-12-05 21:57 UTC  (10+ messages)
` [PATCHv3 bpf 1/2] bpf: Fix prog_array_map_poke_run "
` [PATCHv3 bpf 2/2] selftests/bpf: Add test for early update in prog_array_map_poke_run

[PATCH bpf-next v7 1/3] bpf: make common crypto API for TC/XDP programs
 2023-12-05 21:15 UTC  (8+ messages)
` [PATCH bpf-next v7 3/3] selftests: bpf: crypto skcipher algo selftests

[PATCH net-next] tcp: add tracepoints for data send/recv/acked
 2023-12-05 20:50 UTC  (5+ messages)

BPF LSM prevent program unload
 2023-12-05 20:38 UTC 

[PATCH bpf-next v3 0/3] xsk: TX metadata Launch Time support
 2023-12-05 20:01 UTC  (14+ messages)
` [PATCH bpf-next v3 2/3] net: stmmac: add Launch Time support to XDP ZC
        ` [xdp-hints] "
` [PATCH bpf-next v3 3/3] selftests/bpf: add Launch Time request to xdp_hw_metadata
      ` [xdp-hints] "

[PATCH 0/2] Combine perf and bpf for fast eval of hw breakpoint conditions
 2023-12-05 19:19 UTC  (15+ messages)
` [PATCH 1/2] perf/bpf: Allow a bpf program to suppress I/O signals
` [PATCH 2/2] selftest/bpf: Test returning zero from a perf bpf program suppresses SIGIO

[PATCH v3 bpf-next 00/10] Complete BPF verifier precision tracking support for register spills
 2023-12-05 18:55 UTC  (16+ messages)
` [PATCH v3 bpf-next 03/10] bpf: fix check for attempt to corrupt spilled pointer

[PATCH bpf V2 1/1] bpf: fix verification of indirect var-off stack access
 2023-12-05 18:40 UTC  (9+ messages)

[syzbot] [net?] WARNING in tcp_recvmsg_locked (2)
 2023-12-05 18:38 UTC  (2+ messages)

[PATCH bpf-next] bpf: Support uid and gid when mounting bpffs
 2023-12-05 18:28 UTC  (3+ messages)

[ANN] Winter break shutdown plan
 2023-12-05 18:10 UTC 

[RFC PATCH bpf-next 0/3] bpf: Expand bpf_cgrp_storage to support cgroup1 non-attach case
 2023-12-05 17:15 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/3] bpf: Enable bpf_cgrp_storage for "
` [RFC PATCH bpf-next 2/3] selftests/bpf: Add a new cgroup helper open_classid()
` [RFC PATCH bpf-next 3/3] selftests/bpf: Add selftests for cgroup1 local storage

[PATCH bpf-next v2 0/3] xsk: TX metadata txtime support
 2023-12-05 15:28 UTC  (8+ messages)
` [PATCH bpf-next v2 2/3] net: stmmac: Add txtime support to XDP ZC

[PATCH v3 00/33] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-12-05 14:45 UTC  (3+ messages)
` [PATCH v3 12/33] function_graph: Have the instances use their own ftrace_ops for filtering

[PATCH bpf-next] selftests/bpf: Make sure we trigger metadata kfuncs for dst 8080
 2023-12-05 14:20 UTC  (2+ messages)

[PATCH bpf-next] xsk: Add missing SPDX to AF_XDP TX metadata documentation
 2023-12-05 14:10 UTC  (2+ messages)

[PATCH v1 bpf-next] selftests/bpf: Test bpf_kptr_xchg stashing of bpf_rb_root
 2023-12-05 14:10 UTC  (3+ messages)

[PATCH bpf] xsk: skip polling event check for unbound socket
 2023-12-05 12:50 UTC  (3+ messages)

[PATCH v2] 9p: prevent read overrun in protocol dump tracepoint
 2023-12-05 11:41 UTC  (3+ messages)

[PATCH net-next 0/6] remove page frag implementation in vhost_net
 2023-12-05 11:34 UTC  (2+ messages)
` [PATCH net-next 4/6] vhost/net: remove vhost_net_page_frag_refill()

[PATCH v11 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-12-05  9:13 UTC  (6+ messages)
` [PATCH v11 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS

[PATCH net] net/netfilter: bpf: fix bad registration on nf_defrag
 2023-12-05  8:34 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: Fix a race condition between btf_put() and map_free()
 2023-12-05  7:10 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Fix flaky test_btf_id test

[PATCH bpf-next v4 00/10] Add bpf_xdp_get_xfrm_state() kfunc
 2023-12-05  4:05 UTC  (13+ messages)
` [PATCH bpf-next v4 01/10] xfrm: bpf: Move xfrm_interface_bpf.c to xfrm_bpf.c
` [PATCH bpf-next v4 03/10] bpf: xfrm: Add bpf_xdp_xfrm_state_release() kfunc
` [PATCH bpf-next v4 04/10] libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
` [PATCH bpf-next v4 05/10] bpf: selftests: test_loader: Support __btf_path() annotation
` [PATCH bpf-next v4 06/10] libbpf: selftests: Add verifier tests for CO-RE bitfield writes
` [PATCH bpf-next v4 07/10] bpf: selftests: test_tunnel: Setup fresh topology for each subtest
` [PATCH bpf-next v4 08/10] bpf: selftests: test_tunnel: Use vmlinux.h declarations
` [PATCH bpf-next v4 09/10] bpf: selftests: Move xfrm tunnel test to test_progs
` [PATCH bpf-next v4 10/10] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()

[PATCH net-next v2 0/3] net: stmmac: EST implementation
 2023-12-05  4:02 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
 2023-12-05  3:07 UTC  (3+ messages)

[PATCH v4 bpf-next 0/3] bpf: tcp: Support arbitrary SYN Cookie at TC
 2023-12-05  3:00 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/3] bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check()
` [PATCH v4 bpf-next 2/3] bpf: tcp: Support arbitrary SYN Cookie
` [PATCH v4 bpf-next 3/3] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()

[PATCH bpf v5 0/7] bpf: Fix the release of inner map
 2023-12-05  2:08 UTC  (2+ messages)

[PATCH bpf v4 0/7] bpf: Fix the release of inner map
 2023-12-05  1:48 UTC  (5+ messages)
` [PATCH bpf v4 7/7] selftests/bpf: Test outer map update operations in syscall program

[PATCH v2 0/2] x86/bpf: Fix FineIBT vs eBPF
 2023-12-05  1:18 UTC  (10+ messages)
` [PATCH v2 2/2] x86/cfi,bpf: Fix BPF JIT call

[PATCH bpf-next v2 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
 2023-12-05  0:23 UTC  (3+ messages)
` [PATCH bpf-next v2 1/3] skmsg: Support to get the data length in ingress_msg

[PATCH bpf v2 1/2] bpf: syzkaller found null ptr deref in unix_bpf proto add
 2023-12-04 22:37 UTC  (4+ messages)


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