BPF List
 help / color / mirror / Atom feed
 messages from 2023-11-27 02:19:48 to 2023-11-28 22:45:01 UTC [more...]

[PATCHv2 bpf 0/2] bpf: Fix prog_array_map_poke_run map poke update
 2023-11-28 22:44 UTC  (5+ messages)
` [PATCHv2 bpf 1/2] bpf: Add checkip argument to bpf_arch_text_poke
` [PATCHv2 bpf 2/2] bpf: Fix prog_array_map_poke_run map poke update

[PATCH net-next] xdp: add multi-buff support for xdp running in generic mode
 2023-11-28 22:27 UTC  (6+ messages)

[PATCH AUTOSEL 6.1 14/25] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
 2023-11-28 21:07 UTC 

[PATCH AUTOSEL 6.6 17/40] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
 2023-11-28 21:05 UTC 

[RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
 2023-11-28 20:54 UTC  (4+ messages)

[PATCH ipsec-next v2 0/6] Add bpf_xdp_get_xfrm_state() kfunc
 2023-11-28 19:15 UTC  (9+ messages)
` [PATCH ipsec-next v2 1/6] bpf: xfrm: "
` [PATCH ipsec-next v2 2/6] bpf: xfrm: Add bpf_xdp_xfrm_state_release() kfunc
` [PATCH ipsec-next v2 3/6] libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
` [PATCH ipsec-next v2 4/6] bpf: selftests: test_tunnel: Use vmlinux.h declarations
` [PATCH ipsec-next v2 5/6] bpf: selftests: Move xfrm tunnel test to test_progs
` [PATCH ipsec-next v2 6/6] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()

[PATCH ipsec-next v1 0/7] Add bpf_xdp_get_xfrm_state() kfunc
 2023-11-28 16:56 UTC  (20+ messages)
` [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations

BPF GCC status - Nov 2023
 2023-11-28 16:23 UTC 

[PATCH bpf v3 0/2] sockmap fix for KASAN_VMALLOC and af_unix
 2023-11-28 15:55 UTC  (3+ messages)
` [PATCH bpf v3 1/2] bpf: sockmap, af_unix stream sockets need to hold ref for pair sock
` [PATCH bpf v3 2/2] bpf: sockmap, add af_unix test with both sockets in map

[linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
 2023-11-28 15:52 UTC  (8+ messages)

[PATCH v13 bpf-next 0/6] bpf: File verification with LSM and fsverity
 2023-11-28 15:10 UTC  (13+ messages)
` [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v13 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs

Does skb_metadata_differs really need to stop GRO aggregation?
 2023-11-28 14:39 UTC  (4+ messages)

[PATCH bpf v2 0/2] bpf: fix accesses to uninit stack slots
 2023-11-28 14:14 UTC  (9+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] bpf: new verifier tests for stack access

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-11-28 14:07 UTC  (3+ messages)
` [PATCH 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array

[PATCH] rethook: Use __rcu pointer for rethook::handler
 2023-11-28 12:29 UTC  (4+ messages)

[PATCH bpf-next v3 0/2] Allow data_meta size > 32
 2023-11-28 12:25 UTC  (7+ messages)
` [PATCH bpf-next v3 1/2] selftests/bpf: increase invalid metadata size
` [PATCH bpf-next v3 2/2] net, xdp: allow metadata > 32

[PATCH v3 00/33] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-28 12:22 UTC  (36+ messages)
` [PATCH v3 01/33] tracing: Add a comment about ftrace_regs definition
` [PATCH v3 02/33] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v3 03/33] seq_buf: Export seq_buf_puts()
` [PATCH v3 04/33] function_graph: Convert ret_stack to a series of longs
` [PATCH v3 05/33] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v3 06/33] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v3 07/33] function_graph: Allow multiple users to attach to function graph
` [PATCH v3 08/33] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v3 09/33] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v3 10/33] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v3 11/33] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v3 12/33] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v3 13/33] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v3 14/33] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v3 15/33] function_graph: Move graph depth stored data "
` [PATCH v3 16/33] function_graph: Move graph notrace bit "
` [PATCH v3 17/33] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v3 18/33] function_graph: Add selftest for passing local variables
` [PATCH v3 19/33] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v3 20/33] function_graph: Add a new exit "
` [PATCH v3 21/33] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v3 22/33] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v3 23/33] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v3 24/33] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v3 25/33] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v3 26/33] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v3 27/33] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v3 28/33] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v3 29/33] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v3 30/33] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v3 31/33] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v3 32/33] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v3 33/33] Documentation: probes: Update fprobe on function-graph tracer

[PATCH v2] libbpf: fix the name of a reused map
 2023-11-28 11:14 UTC 

[PATCH v2] libbpf: fix the name of a reused map
 2023-11-28 11:09 UTC 

IETF 118 BPF WG summary
 2023-11-28  9:43 UTC  (4+ messages)
` [Bpf] "

[PATCH v3 0/2] mm: memcg: improve vmscan tracepoints
 2023-11-28  9:32 UTC  (7+ messages)
` [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg

max<min after jset
 2023-11-28  4:16 UTC  (2+ messages)

[PATCH bpf-next v6 00/13] xsk: TX metadata
 2023-11-28  3:09 UTC  (15+ messages)
` [PATCH bpf-next v6 01/13] xsk: Support tx_metadata_len
` [PATCH bpf-next v6 02/13] xsk: Add TX timestamp and TX checksum offload support
` [PATCH bpf-next v6 03/13] tools: ynl: Print xsk-features from the sample
` [PATCH bpf-next v6 04/13] net/mlx5e: Implement AF_XDP TX timestamp and checksum offload
` [PATCH bpf-next v6 05/13] net: stmmac: Add Tx HWTS support to XDP ZC
` [PATCH bpf-next v6 06/13] xsk: Document tx_metadata_len layout
` [PATCH bpf-next v6 07/13] xsk: Validate xsk_tx_metadata flags
` [PATCH bpf-next v6 08/13] xsk: Add option to calculate TX checksum in SW
` [PATCH bpf-next v6 09/13] selftests/xsk: Support tx_metadata_len
` [PATCH bpf-next v6 10/13] selftests/bpf: Add csum helpers
` [PATCH bpf-next v6 11/13] selftests/bpf: Add TX side to xdp_metadata
` [PATCH bpf-next v6 12/13] selftests/bpf: Convert xdp_hw_metadata to XDP_USE_NEED_WAKEUP
` [PATCH bpf-next v6 13/13] selftests/bpf: Add TX side to xdp_hw_metadata

[Bug Report] bpf: zero access_size of stack causes array indix oob in check_stack_range_initialized()
 2023-11-28  2:36 UTC  (2+ messages)

[PATCH bpf-next v3 1/2] bpftool: mark orphaned programs during prog show
 2023-11-28  2:30 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: update test_offload to use new orphaned property

[PATCH net-next 0/5] selftests: tc-testing: updates and cleanups for tdc
 2023-11-28  2:20 UTC  (5+ messages)
` [PATCH net-next 1/5] selftests: tc-testing: remove buildebpf plugin

[PATCH 0/3] kernfs: Convert from strlcpy() to strscpy()
 2023-11-28  0:38 UTC  (3+ messages)

[PATCH bpf v2] netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_link
 2023-11-28  0:30 UTC  (3+ messages)

[PATCH v3 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie
 2023-11-27 23:04 UTC  (3+ messages)

[PATCH bpf-next v11 00/13] Registrating struct_ops types from modules
 2023-11-27 22:08 UTC  (5+ messages)
` [PATCH bpf-next v11 07/13] bpf: pass attached BTF to the bpf_struct_ops subsystem

[PATCH bpf-next] bpf: Fix a few selftest failures due to llvm18 change
 2023-11-27 19:57 UTC  (5+ messages)

[PATCH bpf] netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_link
 2023-11-27 19:57 UTC  (4+ messages)

[PATCH v11 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-27 19:04 UTC  (18+ messages)
` [PATCH v11 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v11 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v11 bpf-next 03/17] bpf: introduce BPF token object
` [PATCH v11 bpf-next 04/17] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v11 bpf-next 05/17] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v11 bpf-next 06/17] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v11 bpf-next 07/17] bpf: take into account BPF token when fetching helper protos
` [PATCH v11 bpf-next 08/17] bpf: consistently use BPF token throughout BPF verifier logic
` [PATCH v11 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v11 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v11 bpf-next 11/17] bpf,lsm: add BPF token "
` [PATCH v11 bpf-next 12/17] libbpf: add bpf_token_create() API
` [PATCH v11 bpf-next 13/17] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v11 bpf-next 14/17] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v11 bpf-next 15/17] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v11 bpf-next 16/17] selftests/bpf: add BPF token-enabled tests
` [PATCH v11 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token

[PATCH v1 bpf-next 0/9] bpftool: Add end-to-end testing
 2023-11-27 18:39 UTC  (9+ messages)
` [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton

[PATCH bpf-next 00/10] BPF verifier retval logic fixes
 2023-11-27 18:19 UTC  (6+ messages)
` [PATCH bpf-next 04/10] bpf: enforce exact retval range on subprog/callback exit

[PATCH v10 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-27 18:18 UTC  (6+ messages)
` [PATCH v10 bpf-next 03/17] bpf: introduce BPF token object

[PATCH bpf-next v2 1/2] bpftool: mark orphaned programs during prog show
 2023-11-27 18:02 UTC  (3+ messages)

Building Estimates
 2023-11-27 16:37 UTC 

[PATCH bpf] bpf, x64: Fix prog_array_map_poke_run map poke update
 2023-11-27 16:27 UTC  (4+ messages)

[syzbot] [bpf?] [trace?] WARNING in format_decode (3)
 2023-11-27 14:10 UTC  (4+ messages)
` [PATCH net] bpf: test_run: fix WARNING in format_decode

[PATCH v2 0/2] mm: memcg: improve vmscan tracepoints
 2023-11-27 11:37 UTC  (9+ messages)
` [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg

[PATCH bpf v3 0/6] bpf: Fix the release of inner map
 2023-11-27  3:54 UTC  (7+ messages)
` [PATCH bpf v3 4/6] bpf: Optimize the free "

[PATCHv4 bpf-next 0/6] bpf: Add link_info support for uprobe multi link
 2023-11-27  2:19 UTC  (3+ messages)
` [PATCHv4 bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link


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