bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-23 21:31:13 to 2024-01-25 13:32:24 UTC [more...]

[PATCH bpf-next v7 0/2] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2024-01-25 13:31 UTC 

[PATCH bpf] bpf: Reject pointer spill with var offset
 2024-01-25 13:05 UTC  (4+ messages)

[PATCH v4 bpf-next 0/3] bpf: Add bpf_iter_cpumask
 2024-01-25 12:31 UTC  (12+ 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-next] selftests/bpf: Include runner extras for install target
 2024-01-25 12:27 UTC 

[RFC PATCH v7 0/8] net_sched: Introduce eBPF based Qdisc
 2024-01-25 11:57 UTC  (14+ messages)
` [RFC PATCH v7 1/8] "
` [RFC PATCH v7 7/8] samples/bpf: Add an example of bpf fq qdisc

Anonymous struct types in parameter lists in BPF selftests
 2024-01-25 11:31 UTC 

[PATCH bpf-next v8 1/3] bpf: make common crypto API for TC/XDP programs
 2024-01-25 11:19 UTC  (10+ messages)
` [PATCH bpf-next v8 2/3] bpf: crypto: add skcipher to bpf crypto
` [PATCH bpf-next v8 3/3] selftests: bpf: crypto skcipher algo selftests

[PATCH net 0/2] tsnep: XDP fixes
 2024-01-25 11:10 UTC  (4+ messages)
` [PATCH net 2/2] tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring

[RFC PATCH 0/5] x86: Build the core kernel using PIC codegen
 2024-01-25 10:43 UTC  (5+ messages)
` [RFC PATCH 4/5] x86/head64: Replace pointer fixups with PIE codegen

pull-request: bpf 2024-01-25
 2024-01-25 10:40 UTC  (2+ messages)

[syzbot] [bpf?] general protection fault in btf_is_module
 2024-01-25  9:50 UTC 

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

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

[PATCH net-next 0/5] virtio-net: sq support premapped mode
 2024-01-25  6:25 UTC  (14+ messages)
` [PATCH net-next 1/5] virtio_ring: introduce virtqueue_get_buf_ctx_dma()
` [PATCH net-next 4/5] virtio_ring: introduce virtqueue_get_dma_premapped()
` [PATCH net-next 5/5] virtio_net: sq support premapped mode

Standardizing BPF assembly language?
 2024-01-25  3:13 UTC  (13+ messages)
` [Bpf] "

Add missing line break in test_verifier
 2024-01-25  3:12 UTC 

[Bpf] BPF ISA conformance groups
 2024-01-25  2:55 UTC  (16+ messages)

[PATCH v2 bpf-next 00/30] BPF token
 2024-01-25  0:10 UTC  (32+ 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

[PATCH v2 bpf-next] libbpf: Ensure undefined bpf_attr field stays 0
 2024-01-24 23:20 UTC  (2+ messages)

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

[RFC bpf-next] bpf: Create shadow variables for struct_ops in skeletons
 2024-01-24 22:41 UTC 

[PATCH bpf-next] libbpf: Stop setting -1 to value_type_btf_obj_fd which breaks backward compatibility
 2024-01-24 22:17 UTC  (2+ messages)

[Bpf] Sign extension ISA question
 2024-01-24 19:33 UTC  (9+ messages)
`  "
        ` Jump instructions clarification
          ` [Bpf] "

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

[LSF/MM/BPF TOPIC] State Of The Page
 2024-01-24 19:05 UTC  (6+ messages)

[PATCH v2 bpf-next 1/2] selftests/bpf: Fix the flaky tc_redirect_dtime test
 2024-01-24 18:20 UTC  (2+ 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] 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)

[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  (6+ messages)
` [PATCH v4 3/4] net/sched: Load modules via their alias

[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 0/2] HID: bpf: couple of upstream fixes
 2024-01-24  9:58 UTC  (4+ messages)
` [PATCH 2/2] HID: bpf: use __bpf_kfunc instead of noinline

[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  (2+ 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  (2+ messages)

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

[PATCH] bpf: fix constraint in test_tcpbpf_kern.c
 2024-01-24  0:00 UTC  (2+ 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)

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).