bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-24 02:23:03 to 2024-01-26 11:53:58 UTC [more...]

[PATCH bpf v2 0/3] Fix the read of vsyscall page through bpf
 2024-01-26 11:54 UTC  (2+ messages)
` [PATCH bpf v2 1/3] x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h

[PATCH v2 0/3] HID: bpf: couple of upstream fixes
 2024-01-26 11:20 UTC  (5+ 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-next v8 1/3] bpf: make common crypto API for TC/XDP programs
 2024-01-26 10:30 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

Anonymous struct types in parameter lists in BPF selftests
 2024-01-26  9:56 UTC  (4+ messages)

[PATCH RFC 1/4] fs/locks: Fix file lock cache accounting, again
 2024-01-26  9:50 UTC 

[Bpf] Sign extension ISA question
 2024-01-26  5:34 UTC  (12+ messages)
`  "
        ` Jump instructions clarification
            ` [Bpf] "
            ` 64-bit immediate "
              ` [Bpf] "

[PATCH bpf-next] bpf, docs: Clarify definitions of various instructions
 2024-01-26  5:12 UTC  (4+ messages)
` [Bpf] "

[PATCH bpf-next v2] bpf: Fix error checks against bpf_get_btf_vmlinux()
 2024-01-26  5:10 UTC  (2+ messages)

[PATCH bpf-next] bpf: One more maintainer for libbpf and BPF selftests
 2024-01-26  4:10 UTC  (3+ messages)

[RFC bpf-next] bpf: Create shadow variables for struct_ops in skeletons
 2024-01-26  2:46 UTC  (5+ messages)

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

[PATCH bpf-next] bpf: Fix error checks against bpf_get_btf_vmlinux()
 2024-01-26  2:08 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Add missing line break in test_verifier
 2024-01-26  1:57 UTC 

Add missing line break in test_verifier
 2024-01-26  1:39 UTC  (3+ messages)

[PATCH v3] libbpf: Add some details for BTF parsing failures
 2024-01-25 23:18 UTC 

BTF generation and pruning (notes from office hours)
 2024-01-25 22:56 UTC 

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

[PATCH v2 bpf-next 0/7] Trusted PTR_TO_BTF_ID arg support in global subprogs
 2024-01-25 20:55 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/7] libbpf: integrate __arg_ctx feature detector into kernel_supports()
` [PATCH v2 bpf-next 2/7] libbpf: fix __arg_ctx type enforcement for perf_event programs
` [PATCH v2 bpf-next 3/7] bpf: move arg:ctx type enforcement check inside the main logic loop
` [PATCH v2 bpf-next 4/7] bpf: add __arg_trusted global func arg tag
` [PATCH v2 bpf-next 5/7] bpf: add arg:maybe_null tag to be combined with trusted pointers
` [PATCH v2 bpf-next 6/7] libbpf: add __arg_trusted and __arg_maybe_null tag macros
` [PATCH v2 bpf-next 7/7] selftests/bpf: add trusted global subprog arg tests

[syzbot] [bpf?] general protection fault in bpf_struct_ops_find_value
 2024-01-25 18:17 UTC  (3+ messages)

[syzbot] [bpf?] general protection fault in btf_is_module
 2024-01-25 18:05 UTC  (3+ messages)

[PATCH v10 net-next 00/15] Introducing P4TC
 2024-01-25 17:59 UTC  (6+ messages)
` [PATCH v10 net-next 15/15] p4tc: add P4 classifier

[PATCH bpf-next v2] selftests/bpf: Include runner extras for install target
 2024-01-25 16:05 UTC 

[PATCH v6 bpf 00/11] net: bpf_xdp_adjust_tail() and Intel mbuf fixes
 2024-01-25 15:53 UTC  (19+ 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 v6 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-01-25 15:11 UTC  (4+ messages)
` [PATCH v6 32/36] fprobe: Rewrite fprobe on function-graph tracer

[PATCH bpf-next] selftests/bpf: Include runner extras for install target
 2024-01-25 14:17 UTC  (2+ messages)

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

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

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

[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  (8+ messages)
` [Bpf] "

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

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

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

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

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


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