BPF List
 help / color / mirror / Atom feed
 messages from 2023-12-06 18:47:57 to 2023-12-08 08:30:35 UTC [more...]

[PATCH bpf-next v4] bpf: Fix a race condition between btf_put() and map_free()
 2023-12-08  8:30 UTC  (7+ messages)

[PATCH v2 0/3] Combine perf and bpf for fast eval of hw breakpoint conditions
 2023-12-08  8:06 UTC  (10+ messages)
` [PATCH v2 2/3] perf/bpf: Allow a bpf program to suppress all sample side effects
` [PATCH v2 3/3] selftest/bpf: Test a perf bpf program that suppresses "

[PATCH net-next v9 00/15] Introducing P4TC
 2023-12-08  7:33 UTC  (3+ messages)
` [PATCH net-next v9 14/15] p4tc: add set of P4TC table kfuncs

[PATCH net-next v5 0/3] ethtool: Add ethtool_puts()
 2023-12-08  6:33 UTC  (10+ messages)
` [PATCH net-next v5 1/3] ethtool: Implement ethtool_puts()
  ` [Intel-wired-lan] "
` [PATCH net-next v5 2/3] checkpatch: add ethtool_sprintf rules
  ` [Intel-wired-lan] "
` [PATCH net-next v5 3/3] net: Convert some ethtool_sprintf() to ethtool_puts()

[PATCH bpf-next] bpf: Load vmlinux btf for any struct_ops map
 2023-12-08  6:17 UTC 

BPF LSM prevent program unload
 2023-12-08  5:17 UTC  (16+ messages)

[PATCH bpf-next 0/2] Add new bpf_cpumask_weight() kfunc
 2023-12-08  4:39 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Add "
` [PATCH bpf-next 2/2] selftests/bpf: Add test for "

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

[PATCH bpf-next v5] bpf: Fix a race condition between btf_put() and map_free()
 2023-12-08  4:18 UTC  (2+ messages)

[PATCH bpf-next 0/7] BPF Static Keys
 2023-12-08  3:45 UTC  (3+ messages)
` [PATCH bpf-next 6/7] libbpf: BPF Static Keys support

[PATCH bpf-next 0/1] use preserve_static_offset in bpf uapi headers
 2023-12-08  3:36 UTC  (4+ messages)
` [PATCH bpf-next 1/1] bpf: Mark virtual BPF context structures as preserve_static_offset

[PATCH bpf v5 0/3] bpf: fix accesses to uninit stack slots
 2023-12-08  3:25 UTC  (4+ messages)
` [PATCH bpf-next v5 1/3] bpf: add some comments to stack representation
` [PATCH bpf-next v5 2/3] bpf: fix accesses to uninit stack slots
` [PATCH bpf-next v5 3/3] bpf: minor cleanup around stack bounds

[PATCH bpf V2 1/1] bpf: fix verification of indirect var-off stack access
 2023-12-08  3:23 UTC  (7+ messages)

[PATCH bpf v4 0/3] bpf: fix accesses to uninit stack slots
 2023-12-08  3:01 UTC  (7+ messages)
` [PATCH bpf v4 1/3] bpf: add some comments to stack representation
` [PATCH bpf v4 2/3] bpf: fix accesses to uninit stack slots
` [PATCH bpf v4 3/3] bpf: minor cleanup around stack bounds

[PATCH] perf lock contention: Account contending locks too
 2023-12-08  2:28 UTC 

[net-next v1 00/16] Device Memory TCP
 2023-12-08  1:47 UTC  (18+ messages)
` [net-next v1 01/16] net: page_pool: factor out releasing DMA from releasing the page
` [net-next v1 02/16] net: page_pool: create hooks for custom page providers
` [net-next v1 03/16] queue_api: define queue api
` [net-next v1 04/16] gve: implement "
` [net-next v1 05/16] net: netdev netlink api to bind dma-buf to a net device
` [net-next v1 06/16] netdev: support binding dma-buf to netdevice
` [net-next v1 07/16] netdev: netdevice devmem allocator
` [net-next v1 08/16] memory-provider: dmabuf devmem memory provider
` [net-next v1 09/16] page_pool: device memory support
` [net-next v1 10/16] page_pool: don't release iov on elevanted refcount
` [net-next v1 11/16] net: support non paged skb frags
` [net-next v1 12/16] net: add support for skbs with unreadable frags
` [net-next v1 13/16] tcp: RX path for devmem TCP
` [net-next v1 14/16] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [net-next v1 15/16] net: add devmem TCP documentation
` [net-next v1 16/16] selftests: add ncdevmem, netcat for devmem TCP

[GIT PULL] Networking for v6.7-rc5
 2023-12-08  1:10 UTC  (2+ messages)

[PATCH 12/36] sched_ext: Implement BPF extensible scheduler class
 2023-12-08  0:16 UTC  (3+ messages)
` [PATCH] scx: set p->scx.ops_state using atomic_long_set_release

[PATCH] tools/lib/bpf: add pr_warn() to more -EINVAL cases
 2023-12-07 22:58 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Test the release of map btf
 2023-12-07 22:49 UTC  (2+ messages)

[PATCH v2 2/2] x86/cfi,bpf: Fix BPF JIT call
 2023-12-07 22:32 UTC  (13+ messages)

[PATCH RFC bpf-next 0/3] BPF FS mount options parsing follow ups
 2023-12-07 22:27 UTC  (4+ messages)
` [PATCH RFC bpf-next 1/3] bpf: add mapper macro for bpf_cmd enum
` [PATCH RFC bpf-next 2/3] bpf: extend parsing logic for BPF FS delegate_cmds mount option
` [PATCH RFC bpf-next 3/3] selftests/bpf: utilize string values for delegate_xxx mount options

[bug report] until recently, code for bpf_loop callbacks using stack for ctx was mangled by verifier
 2023-12-07 21:58 UTC 

linux-next: Signed-off-by missing for commit in the bpf-next tree
 2023-12-07 21:57 UTC  (2+ messages)

IETF 118 BPF WG summary
 2023-12-07 21:51 UTC  (4+ messages)
` BPF ISA conformance groups
  ` [Bpf] "

[PATCH bpf-next v4 00/10] Add bpf_xdp_get_xfrm_state() kfunc
 2023-12-07 21:21 UTC  (9+ messages)
` [PATCH bpf-next v4 01/10] xfrm: bpf: Move xfrm_interface_bpf.c to xfrm_bpf.c
    ` [devel-ipsec] "
` [PATCH bpf-next v4 02/10] bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc
` [PATCH bpf-next v4 03/10] bpf: xfrm: Add bpf_xdp_xfrm_state_release() kfunc

[PATCH bpf-next v5 0/3] bpf: fix verification of indirect var-off stack access
 2023-12-07 19:10 UTC  (5+ messages)
` [PATCH bpf-next v5 1/3] "
` [PATCH bpf-next v5 2/3] bpf: add verifier regression test for previous patch
` [PATCH bpf-next v5 3/3] bpf: guard stack limits against 32bit overflow

[PATCH bpf-next 0/8] BPF token support in libbpf's BPF object
 2023-12-07 18:54 UTC  (9+ messages)
` [PATCH bpf-next 1/8] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH bpf-next 2/8] libbpf: split feature detectors definitions from cached results
` [PATCH bpf-next 3/8] libbpf: further decouple feature checking logic from bpf_object
` [PATCH bpf-next 4/8] libbpf: move feature detection code into its own file
` [PATCH bpf-next 5/8] libbpf: wire up token_fd into feature probing logic
` [PATCH bpf-next 6/8] libbpf: wire up BPF token support at BPF object level
` [PATCH bpf-next 7/8] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH bpf-next 8/8] selftests/bpf: add tests for BPF object load with implicit token

[PATCH bpf-next v6 0/4] Relax tracing prog recursive attach rules
 2023-12-07 18:05 UTC  (4+ messages)
` [PATCH bpf-next v6 1/4] bpf: "

[PATCH net 0/2] fixes for ktls
 2023-12-07 18:00 UTC  (5+ messages)
` [PATCH net 1/2] net: tls, update curr on splice as well
` [PATCH net 2/2] bpf: sockmap, updating the sg structure should also update curr

pull-request: bpf 2023-12-06
 2023-12-07 17:50 UTC  (2+ messages)

Question about bpf perfbuf/ringbuf: pinned in backend with overwriting
 2023-12-07 14:48 UTC  (2+ messages)

[PATCH bpf-next v7 1/3] bpf: make common crypto API for TC/XDP programs
 2023-12-07 12:14 UTC  (2+ messages)

[PATCH bpf-next v6 00/13] xsk: TX metadata
 2023-12-07 10:47 UTC  (5+ messages)
` [PATCH bpf-next v6 06/13] xsk: Document tx_metadata_len layout

[PATCH bpf-next] netkit: Add some ethtool ops to provide information to user
 2023-12-07  9:56 UTC  (9+ messages)
  ` [External] "
      `  "

[PATCH RESEND bpf-next v1] test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_K
 2023-12-07  7:03 UTC  (2+ messages)

[PATCH v4 bpf-next 3/3] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()
 2023-12-07  6:56 UTC  (2+ messages)

[PATCH net-next 0/6] remove page frag implementation in vhost_net
 2023-12-07  5:52 UTC  (3+ messages)
` [PATCH net-next 4/6] vhost/net: remove vhost_net_page_frag_refill()

[PATCH bpf-next v2] bpf: Support uid and gid when mounting bpffs
 2023-12-07  4:32 UTC  (4+ messages)

[PATCH v1] test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_K
 2023-12-07  4:00 UTC 

[PATCH bpf-next v3] bpf: Support uid and gid when mounting bpffs
 2023-12-07  3:57 UTC 

[PATCH bpf-next v4 0/2] bpf: fix verification of indirect var-off stack access
 2023-12-07  3:30 UTC  (6+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] bpf: guard stack limits against 32bit overflow

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

[PATCH bpf-next] selftests/bpf: Test the release of map btf
 2023-12-07  2:06 UTC  (3+ messages)

[PATCH v1] perf env: Avoid recursively taking env->bpf_progs.lock
 2023-12-07  1:46 UTC 

[PATCH v7 bpf-next 0/7] Allocate bpf trampoline on bpf_prog_pack
 2023-12-07  1:40 UTC  (9+ messages)
` [PATCH v7 bpf-next 1/7] bpf: Let bpf_prog_pack_free handle any pointer
` [PATCH v7 bpf-next 2/7] bpf: Adjust argument names of arch_prepare_bpf_trampoline()
` [PATCH v7 bpf-next 3/7] bpf: Add helpers for trampoline image management
` [PATCH v7 bpf-next 4/7] bpf, x86: Adjust arch_prepare_bpf_trampoline return value
` [PATCH v7 bpf-next 5/7] bpf: Add arch_bpf_trampoline_size()
` [PATCH v7 bpf-next 6/7] bpf: Use arch_bpf_trampoline_size
` [PATCH v7 bpf-next 7/7] x86, bpf: Use bpf_prog_pack for bpf trampoline

[PATCH bpf-next v12 00/14] Registrating struct_ops types from modules
 2023-12-07  1:39 UTC  (15+ messages)
` [PATCH bpf-next v12 01/14] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v12 02/14] bpf: get type information with BPF_ID_LIST
` [PATCH bpf-next v12 03/14] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v12 04/14] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v12 05/14] bpf: make struct_ops_map support btfs other than btf_vmlinux
` [PATCH bpf-next v12 06/14] bpf: lookup struct_ops types from a given module BTF
` [PATCH bpf-next v12 07/14] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v12 08/14] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v12 09/14] bpf: validate value_type
` [PATCH bpf-next v12 10/14] bpf, net: switch to dynamic registration
` [PATCH bpf-next v12 11/14] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v12 12/14] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v12 13/14] selftests/bpf: test case for register_bpf_struct_ops()
` [PATCH bpf-next v12 14/14] bpf: pass btf object id in bpf_map_info

linux-next: manual merge of the security tree with the bpf-next tree
 2023-12-07  1:08 UTC 

[PATCH 0/3] net/sched: Load modules via alias
 2023-12-06 23:55 UTC  (10+ messages)
` [PATCH 1/3] net/sched: cls: Load net classifier "
` [PATCH 2/3] net/sched: sch: Load qdisc "
` [PATCH 3/3] net/sched: act: Load TC action "

[PATCH bpf-next] bpf: rename MAX_BPF_LINK_TYPE into __MAX_BPF_LINK_TYPE for consistency
 2023-12-06 22:50 UTC  (3+ messages)

[PATCHv4 bpf 0/2] bpf: Fix map poke update
 2023-12-06 21:50 UTC  (2+ messages)

[PATCH v6 bpf-next 0/7] Allocate bpf trampoline on bpf_prog_pack
 2023-12-06 21:31 UTC  (5+ messages)
` [PATCH v6 bpf-next 5/7] bpf: Add arch_bpf_trampoline_size()

[PATCH bpf-next v4 0/2] Allow data_meta size > 32
 2023-12-06 20:59 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] selftests/bpf: increase invalid metadata size
` [PATCH bpf-next v4 2/2] net, xdp: allow metadata > 32

[PATCH bpf-next v3 0/3] xsk: TX metadata Launch Time support
 2023-12-06 19:06 UTC  (11+ messages)
` [PATCH bpf-next v3 2/3] net: stmmac: add Launch Time support to XDP ZC
        ` [xdp-hints] "

[PATCH bpf-next 00/13] Enhance BPF global subprogs with argument tags
 2023-12-06 18:47 UTC  (5+ messages)
` [PATCH bpf-next 10/13] bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args


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