BPF List
 help / color / mirror / Atom feed
 messages from 2024-01-21 23:54:22 to 2024-01-24 02:22:37 UTC [more...]

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

[Bpf] Sign extension ISA question
 2024-01-24  2:07 UTC  (7+ messages)
`  "
        ` Jump instructions clarification
          ` [Bpf] "

[PATCH v5 bpf 00/11] net: bpf_xdp_adjust_tail() and Intel mbuf fixes
 2024-01-24  1:53 UTC  (13+ messages)
` [PATCH v5 bpf 01/11] xsk: recycle buffer in case Rx queue was full
` [PATCH v5 bpf 02/11] xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
` [PATCH v5 bpf 03/11] xsk: fix usage of multi-buffer BPF helpers for ZC XDP
` [PATCH v5 bpf 04/11] ice: work on pre-XDP prog frag count
` [PATCH v5 bpf 05/11] i40e: handle multi-buffer packets that are shrunk by xdp prog
` [PATCH v5 bpf 06/11] ice: remove redundant xdp_rxq_info registration
` [PATCH v5 bpf 07/11] intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers
` [PATCH v5 bpf 08/11] ice: update xdp_rxq_info::frag_size for ZC enabled Rx queue
` [PATCH v5 bpf 09/11] xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL
` [PATCH v5 bpf 10/11] i40e: set xdp_rxq_info::frag_size
` [PATCH v5 bpf 11/11] i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queue

linux-next: manual merge of the bpf-next tree with the mm tree
 2024-01-24  1:18 UTC  (2+ messages)

[PATCH bpf-next v8 1/3] bpf: make common crypto API for TC/XDP programs
 2024-01-24  0:12 UTC  (3+ messages)

[PATCHv2 bpf-next 0/8] bpf: Add cookies retrieval for perf/kprobe multi links
 2024-01-24  0:10 UTC  (2+ messages)

[PATCH] bpf: use r constraint instead of p constraint in selftests
 2024-01-24  0:00 UTC  (3+ messages)

[PATCH] bpf: avoid VLAs in progs/test_xdp_dynptr.c
 2024-01-24  0:00 UTC  (3+ messages)

[PATCH] bpf: fix constraint in test_tcpbpf_kern.c
 2024-01-24  0:00 UTC  (3+ messages)

[RFC PATCH v7 0/8] net_sched: Introduce eBPF based Qdisc
 2024-01-23 23:51 UTC  (7+ messages)
` [RFC PATCH v7 1/8] "
` [RFC PATCH v7 6/8] tools/libbpf: Add support for BPF_PROG_TYPE_QDISC

[PATCH] bpf: Refactor ptr alu checking rules to allow alu explicitly
 2024-01-23 23:40 UTC  (2+ messages)

[PATCH v1 bpf-next] bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n
 2024-01-23 23:40 UTC  (2+ messages)

[PATCH bpf-next] bpf, docs: Clarify that MOVSX is only for BPF_X not BPF_K
 2024-01-23 23:40 UTC  (2+ messages)

[PATCH bpf-next 0/2] Enable the inline of kptr_xchg for arm64
 2024-01-23 23:40 UTC  (2+ messages)

[PATCH bpf-next] libbpf: call dup2() syscall directly
 2024-01-23 23:40 UTC  (2+ messages)

[Bpf] BPF ISA conformance groups
 2024-01-23 23:29 UTC  (14+ messages)

Standardizing BPF assembly language?
 2024-01-23 23:15 UTC  (10+ messages)
` [Bpf] "

[PATCH bpf] riscv, bpf: Fix unpredictable kernel crash about RV64 struct_ops
 2024-01-23 22:41 UTC  (2+ messages)

[PATCH bpf-next 0/4] transition sockmap testing to test_progs
 2024-01-23 22:36 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: sockmap, add test for sk_msg prog pop msg helper
` [PATCH bpf-next 2/4] bpf: sockmap, add a sendmsg test so we can check that path
` [PATCH bpf-next 3/4] bpf: sockmap, add a cork to force buffering of the scatterlist
` [PATCH bpf-next 4/4] bpf: sockmap test cork and pop combined

[PATCH] bpf_helpers.h: define bpf_tail_call_static when building with GCC
 2024-01-23 21:19 UTC  (2+ messages)

[PATCH v4 bpf-next 0/3] bpf: Add bpf_iter_cpumask
 2024-01-23 20:47 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/3] bpf: Add bpf_iter_cpumask kfuncs
` [PATCH v4 bpf-next 2/3] bpf, doc: Add document for cpumask iter
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add selftests "

[PATCH v2] libbpf: Add some details for BTF parsing failures
 2024-01-23 20:44 UTC 

[PATCH net 0/2] tsnep: XDP fixes
 2024-01-23 20:09 UTC  (3+ messages)
` [PATCH net 1/2] tsnep: Remove FCS for XDP data path
` [PATCH net 2/2] tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring

[PATCH v1] libbpf: Add some details for BTF parsing failures
 2024-01-23 20:06 UTC  (2+ messages)

[PATCH 0/2] HID: bpf: couple of upstream fixes
 2024-01-23 19:57 UTC  (5+ messages)
` [PATCH 1/2] HID: bpf: remove double fdget()
` [PATCH 2/2] HID: bpf: use __bpf_kfunc instead of noinline

[PATCH bpf-next v7 0/2] Skip callback tests if jit is disabled in test_verifier
 2024-01-23 19:51 UTC  (4+ messages)
` [PATCH bpf-next v7 1/2] selftests/bpf: Move is_jit_enabled() into testing_helpers
` [PATCH bpf-next v7 2/2] selftests/bpf: Skip callback tests if jit is disabled in test_verifier

[PATCH v4 0/4] net/sched: Load modules via alias
 2024-01-23 17:40 UTC  (6+ messages)
` [PATCH v4 1/4] net/sched: Add helper macros with module names
` [PATCH v4 2/4] net/sched: Add module aliases for cls_,sch_,act_ modules
` [PATCH v4 3/4] net/sched: Load modules via their alias
` [PATCH v4 4/4] net/sched: Remove alias of sch_clsact

[bug report] bpf: Add fd-based tcx multi-prog infra with link support
 2024-01-23 14:18 UTC  (5+ messages)

[PATCH bpf-next] tools/resolve_btfids: fix cross-compilation to non-host endianness
 2024-01-23 12:07 UTC 

[PATCH net-next v3 0/5] remove page frag implementation in vhost_net
 2024-01-23 10:42 UTC  (2+ messages)
` [PATCH net-next v3 4/5] vhost/net: remove vhost_net_page_frag_refill()

RFC: Mark "inlined by some callers" functions in BTF
 2024-01-23 10:32 UTC  (3+ messages)

[PATCH bpf-next 0/3] Use bpf_prog_pack for RV64 bpf trampoline
 2024-01-23 10:32 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Use precise image size for struct_ops trampoline
` [PATCH bpf-next 2/3] bpf: Keep im address consistent between dry run and real patching
` [PATCH bpf-next 3/3] riscv, bpf: Use bpf_prog_pack for RV64 bpf trampoline

Better error message for kernels not compiled with BTF
 2024-01-23  9:40 UTC  (2+ messages)

[PATCH bpf-next v17 00/14] Registrating struct_ops types from modules
 2024-01-23  7:11 UTC  (3+ messages)
` [PATCH bpf-next v17 11/14] bpf, net: switch to dynamic registration

[PATCH bpf-next v6 0/3] Skip callback tests if jit is disabled in test_verifier
 2024-01-23  5:43 UTC  (8+ messages)
` [PATCH bpf-next v6 1/3] selftests/bpf: Move is_jit_enabled() into testing_helpers
` [PATCH bpf-next v6 2/3] selftests/bpf: Copy insn_is_pseudo_func() "
` [PATCH bpf-next v6 3/3] selftests/bpf: Skip callback tests if jit is disabled in test_verifier

[PATCH 43/82] bpf: Refactor intentional wrap-around test
 2024-01-23  5:13 UTC  (4+ messages)

[PATCH v2 bpf-next 1/2] selftests/bpf: Fix the flaky tc_redirect_dtime test
 2024-01-23  5:02 UTC  (2+ messages)

[PATCH RESEND bpf-next v3 0/6] Zbb support and code simplification for RV64 JIT
 2024-01-23  1:57 UTC  (9+ messages)

[PATCH bpf 0/3] Fix the read of vsyscall page through bpf
 2024-01-23  0:25 UTC  (6+ messages)
` [PATCH bpf 2/3] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
` [PATCH bpf 3/3] selftest/bpf: Test the read of vsyscall page under x86-64

[RFC PATCH 0/5] x86: Build the core kernel using PIC codegen
 2024-01-22 22:44 UTC  (8+ messages)
` [RFC PATCH 1/5] kallsyms: Avoid weak references for kallsyms symbols
` [RFC PATCH 2/5] vmlinux: Avoid weak reference to notes section
` [RFC PATCH 3/5] btf: Avoid weak external references
` [RFC PATCH 4/5] x86/head64: Replace pointer fixups with PIE codegen
` [RFC PATCH 5/5] x86: Build the core kernel with position independent codegen

[RFC bpf-next v3] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments
 2024-01-22 21:22 UTC 

[PATCH v10 net-next 00/15] Introducing P4TC
 2024-01-22 19:48 UTC  (16+ messages)
` [PATCH v10 net-next 01/15] net: sched: act_api: Introduce P4 actions list
` [PATCH v10 net-next 02/15] net/sched: act_api: increase action kind string length
` [PATCH v10 net-next 03/15] net/sched: act_api: Update tc_action_ops to account for P4 actions
` [PATCH v10 net-next 04/15] net/sched: act_api: add struct p4tc_action_ops as a parameter to lookup callback
` [PATCH v10 net-next 05/15] net: sched: act_api: Add support for preallocated P4 action instances
` [PATCH v10 net-next 06/15] p4tc: add P4 data types
` [PATCH v10 net-next 07/15] p4tc: add template API
` [PATCH v10 net-next 08/15] p4tc: add template pipeline create, get, update, delete
` [PATCH v10 net-next 09/15] p4tc: add template action create, update, delete, get, flush and dump
` [PATCH v10 net-next 10/15] p4tc: add runtime action support
` [PATCH v10 net-next 11/15] p4tc: add template table create, update, delete, get, flush and dump
` [PATCH v10 net-next 12/15] p4tc: add runtime table entry create and update
` [PATCH v10 net-next 13/15] p4tc: add runtime table entry get, delete, flush and dump
` [PATCH v10 net-next 14/15] p4tc: add set of P4TC table kfuncs
` [PATCH v10 net-next 15/15] p4tc: add P4 classifier

[LSF/MM/BPF TOPIC] Instruction-level BPF memory model
 2024-01-22 19:01 UTC 

[PATCH stable 5.15] bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
 2024-01-22 17:46 UTC  (2+ messages)

[RFC PATCH bpf-next 0/5] static branches
 2024-01-22 16:49 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/5] bpf: fix potential error return
` [RFC PATCH bpf-next 2/5] bpf: keep track of and expose xlated insn offsets
` [RFC PATCH bpf-next 3/5] bpf: x86: expose how xlated insns map to jitted insns
` [RFC PATCH bpf-next 4/5] bpf: add support for an extended JA instruction
` [RFC PATCH bpf-next 5/5] bpf: x86: add BPF_STATIC_BRANCH_UPDATE syscall

[GIT PULL] BPF token for v6.8
 2024-01-22 15:25 UTC  (3+ messages)

[PATCH v4 bpf 00/11] net: bpf_xdp_adjust_tail() and Intel mbuf fixes
 2024-01-22 14:08 UTC  (4+ messages)
` [PATCH v4 bpf 05/11] i40e: handle multi-buffer packets that are shrunk by xdp prog

[PATCH v5 net-next 0/3] add multi-buff support for xdp running in generic mode
 2024-01-22 11:19 UTC  (7+ messages)
` [PATCH v5 net-next 1/3] net: introduce page_pool pointer in softnet_data percpu struct

[syzbot] [bpf?] KMSAN: uninit-value in ___bpf_prog_run (4)
 2024-01-22  7:46 UTC  (2+ messages)

[PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy
 2024-01-22  6:54 UTC  (7+ messages)
` [PATCH net-next v3 06/27] virtio_ring: introduce virtqueue_get_buf_ctx_dma()

[PATCH bpf-next] bpftool: add support for split BTF to gen min_core_btf
 2024-01-22  6:44 UTC  (2+ messages)

[PATCH v5 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions
 2024-01-22  6:25 UTC  (5+ messages)
` [PATCH v5 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
` [PATCH v5 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [PATCH v5 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects
` [PATCH v5 4/4] selftest/bpf: Test a perf bpf program that suppresses "

[PATCH bpf-next] Correct bpf_core_read.h comment wrt bpf_core_relo struct
 2024-01-22  5:20 UTC  (2+ messages)

[PATCH net-next 00/17] virtio-net: support AF_XDP zero copy (3/3)
 2024-01-22  4:24 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] State Of The Page
 2024-01-22  0:18 UTC  (6+ messages)


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