BPF List
 help / color / mirror / Atom feed
 messages from 2024-01-23 00:18:13 to 2024-01-24 18:54:08 UTC [more...]

[PATCH bpf-next v2 0/4] transition sockmap testing to test_progs
 2024-01-24 18:54 UTC  (2+ messages)
` [PATCH bpf-next v2 1/4] bpf: sockmap, add test for sk_msg prog pop msg helper

[PATCH v2 bpf-next 1/2] selftests/bpf: Fix the flaky tc_redirect_dtime test
 2024-01-24 18:20 UTC  (3+ messages)

[PATCH v2] libbpf: Add some details for BTF parsing failures
 2024-01-24 18:18 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] State Of The Page
 2024-01-24 17:55 UTC  (5+ messages)

[PATCH bpf-next 0/4] transition sockmap testing to test_progs
 2024-01-24 17:52 UTC  (8+ 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 v4 bpf-next 0/3] bpf: Add bpf_iter_cpumask
 2024-01-24 17:50 UTC  (11+ 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] bpf_helpers.h: define bpf_tail_call_static when building with GCC
 2024-01-24 17:43 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Implementing KVM vCPU Priority boosting via BPF
 2024-01-24 17:15 UTC  (2+ messages)

[PATCH v5 bpf 00/11] net: bpf_xdp_adjust_tail() and Intel mbuf fixes
 2024-01-24 16:56 UTC  (24+ messages)
` [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 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 11/11] i40e: "

[PATCH bpf-next v6 0/2] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2024-01-24 16:56 UTC  (3+ messages)
` [PATCH bpf-next v6 1/2] arm64: patching: implement text_poke API
` [PATCH bpf-next v6 2/2] bpf, arm64: use bpf_prog_pack for memory management

[RFC PATCH] bpf: Prevent recursive deadlocks in BPF programs attached to spin lock helpers using fentry/ fexit
 2024-01-24 15:43 UTC 

linux-next: manual merge of the bpf-next tree with the mm tree
 2024-01-24 15:34 UTC  (5+ messages)

[RFC PATCH v7 0/8] net_sched: Introduce eBPF based Qdisc
 2024-01-24 15:26 UTC  (15+ messages)
` [RFC PATCH v7 1/8] "
` [RFC PATCH v7 6/8] tools/libbpf: Add support for BPF_PROG_TYPE_QDISC
` [RFC PATCH v7 7/8] samples/bpf: Add an example of bpf fq qdisc

[PATCH v10 net-next 00/15] Introducing P4TC
 2024-01-24 14:40 UTC  (4+ messages)
` [PATCH v10 net-next 15/15] p4tc: add P4 classifier

[PATCH v4 0/4] net/sched: Load modules via alias
 2024-01-24 13:19 UTC  (9+ 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

[PATCH v2 bpf-next 0/6] BPF verifier precision tracking improvements
 2024-01-24 12:38 UTC  (4+ messages)
` [PATCH v2 bpf-next 4/6] bpf: stop setting precise in current state

[PATCH v2 0/3] HID: bpf: couple of upstream fixes
 2024-01-24 11:26 UTC  (4+ messages)
` [PATCH v2 1/3] HID: bpf: remove double fdget()
` [PATCH v2 2/3] HID: bpf: actually free hdev memory after attaching a HID-BPF program
` [PATCH v2 3/3] HID: bpf: use __bpf_kfunc instead of noinline

[PATCH bpf] bpf: Reject pointer spill with var offset
 2024-01-24 10:30 UTC 

[PATCH 0/2] HID: bpf: couple of upstream fixes
 2024-01-24  9:58 UTC  (6+ messages)
` [PATCH 1/2] HID: bpf: remove double fdget()
` [PATCH 2/2] HID: bpf: use __bpf_kfunc instead of noinline

[PATCH net-next 0/5] virtio-net: sq support premapped mode
 2024-01-24  6:54 UTC  (3+ messages)
` [PATCH net-next 1/5] virtio_ring: introduce virtqueue_get_buf_ctx_dma()

[PATCH bpf-next] Correct bpf_core_read.h comment wrt bpf_core_relo struct
 2024-01-24  4:50 UTC  (2+ messages)

[PATCH bpf-next v7 0/2] Skip callback tests if jit is disabled in test_verifier
 2024-01-24  4:50 UTC  (5+ 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 v2 bpf-next 00/30] BPF token
 2024-01-24  2:21 UTC  (31+ 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
` [PATCH v2 bpf-next 19/30] bpf: support symbolic BPF FS delegation mount options
` [PATCH v2 bpf-next 20/30] selftests/bpf: utilize string values for delegate_xxx "
` [PATCH v2 bpf-next 21/30] libbpf: split feature detectors definitions from cached results
` [PATCH v2 bpf-next 22/30] libbpf: further decouple feature checking logic from bpf_object
` [PATCH v2 bpf-next 23/30] libbpf: move feature detection code into its own file
` [PATCH v2 bpf-next 24/30] libbpf: wire up token_fd into feature probing logic
` [PATCH v2 bpf-next 25/30] libbpf: wire up BPF token support at BPF object level
` [PATCH v2 bpf-next 26/30] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH v2 bpf-next 27/30] selftests/bpf: add tests for BPF object load with implicit token
` [PATCH v2 bpf-next 28/30] libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
` [PATCH v2 bpf-next 29/30] selftests/bpf: add tests for "
` [PATCH v2 bpf-next 30/30] selftests/bpf: incorporate LSM policy to token-based tests

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

[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)

[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 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)

[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  (5+ messages)
` [PATCH bpf-next v6 3/3] selftests/bpf: "

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

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

[PATCH bpf 0/3] Fix the read of vsyscall page through bpf
 2024-01-23  0:25 UTC  (5+ 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


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