bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-14 12:44:45 to 2023-02-15 22:38:04 UTC [more...]

[PATCH bpf-next v1 0/4] Support bpf trampoline for RV64
 2023-02-15 22:37 UTC  (7+ messages)
` [PATCH bpf-next v1 1/4] riscv: Extend patch_text for multiple instructions
` [PATCH bpf-next v1 2/4] riscv, bpf: Factor out emit_call for kernel and bpf context
` [PATCH bpf-next v1 3/4] riscv, bpf: Add bpf_arch_text_poke support for RV64
` [PATCH bpf-next v1 4/4] riscv, bpf: Add bpf trampoline "

[PATCH bpf-next 0/4] bpf: Introduce kptr_rcu
 2023-02-15 22:23 UTC  (7+ messages)
` [PATCH bpf-next 1/4] bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted
` [PATCH bpf-next 2/4] bpf: Introduce kptr_rcu
` [PATCH bpf-next 3/4] selftests/bpf: Add a test case for kptr_rcu
` [PATCH bpf-next 4/4] selftests/bpf: Tweak cgroup kfunc test

[PATCH bpf-next 0/7] Transit between BPF TCP congestion controls
 2023-02-15 22:20 UTC  (24+ messages)
` [PATCH bpf-next 1/7] bpf: Create links for BPF struct_ops maps
` [PATCH bpf-next 2/7] net: Update an existing TCP congestion control algorithm
` [PATCH bpf-next 3/7] bpf: Register and unregister a struct_ops by their bpf_links
` [PATCH bpf-next 4/7] libbpf: Create a bpf_link in bpf_map__attach_struct_ops()
` [PATCH bpf-next 5/7] bpf: Update the struct_ops of a bpf_link
` [PATCH bpf-next 6/7] libbpf: Update a bpf_link with another struct_ops
` [PATCH bpf-next 7/7] selftests/bpf: Test switching TCP Congestion Control algorithms

[QUESTION] usage of BPF_MAP_TYPE_RINGBUF
 2023-02-15 22:00 UTC  (8+ messages)

[PATCH RFC bpf-next 0/1] bpf: Support 64-bit pointers to kfuncs
 2023-02-15 21:59 UTC  (9+ messages)
` [PATCH RFC bpf-next 1/1] "

[PATCH bpf-next v2 0/4] Improvements for BPF_ST tracking by verifier
 2023-02-15 20:00 UTC  (6+ messages)
` [PATCH bpf-next v2 1/4] bpf: track immediate values written to stack by BPF_ST instruction
` [PATCH bpf-next v2 2/4] selftests/bpf: check if verifier tracks constants spilled by BPF_ST_MEM
` [PATCH bpf-next v2 3/4] bpf: BPF_ST with variable offset should preserve STACK_ZERO marks
` [PATCH bpf-next v2 4/4] selftests/bpf: check if BPF_ST with variable offset preserves STACK_ZERO

[PATCH] module: Remove the unused function within
 2023-02-15 18:57 UTC  (5+ messages)

[PATCH bpf-next v4] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
 2023-02-15 18:54 UTC 

[PATCH v3 bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
 2023-02-15 18:11 UTC  (3+ messages)

[PATCH bpf] xsk: check IFF_UP earlier in Tx path
 2023-02-15 17:57 UTC  (2+ messages)

[PATCH bpf-next V1] xdp: bpf_xdp_metadata use NODEV for no device support
 2023-02-15 17:50 UTC  (4+ messages)
` [xdp-hints] "
    ` [xdp-hints] "

[PATCH bpf-next] selftests/bpf: Fix map_kptr test
 2023-02-15 17:36 UTC  (6+ messages)

[PATCH bpf-next v2] selftests/bpf: Cross-compile bpftool
 2023-02-15 17:00 UTC  (2+ messages)

[PATCH v5 bpf-next 3/9] bpf: Add bpf_rbtree_{add,remove,first} kfuncs
 2023-02-15 16:56 UTC  (11+ messages)

[PATCH net-next v3] xsk: support use vaddr as ring
 2023-02-15 16:50 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: Fix build error for LoongArch
 2023-02-15 16:50 UTC  (2+ messages)

[PATCH 0/3] Documentation fixes for next-20230215
 2023-02-15 16:50 UTC  (9+ messages)
` [PATCH 1/3] Documentation: hw-vuln: Wrap mitigate_smt_rsb example in literal code block
` [PATCH 2/3] Documentation: bpf: Add missing line break separator in node_data struct "
` [PATCH 3/3] Documentation: amd-pstate: disambiguate user space sections

[PATCH bpf-next] bpf, docs: Add myself to BPF docs MAINTAINERS entry
 2023-02-15 16:50 UTC  (2+ messages)

[PATCH v2 bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
 2023-02-15 15:01 UTC  (6+ messages)

[PATCH intel-next v4 0/8] i40e: support XDP multi-buffer
 2023-02-15 14:51 UTC  (10+ messages)
` [PATCH intel-next v4 1/8] i40e: consolidate maximum frame size calculation for vsi
` [PATCH intel-next v4 2/8] i40e: change Rx buffer size for legacy-rx to support XDP multi-buffer
` [PATCH intel-next v4 3/8] i40e: add pre-xdp page_count in rx_buffer
` [PATCH intel-next v4 4/8] i40e: Change size to truesize when using i40e_rx_buffer_flip()
` [PATCH intel-next v4 5/8] i40e: use frame_sz instead of recalculating truesize for building skb
` [PATCH intel-next v4 6/8] i40e: introduce next_to_process to i40e_ring
` [PATCH intel-next v4 7/8] i40e: add xdp_buff to i40e_ring struct
` [PATCH intel-next v4 8/8] i40e: add support for XDP multi-buffer Rx

[RFC] libbbpf/bpftool: Support 32-bit Architectures
 2023-02-15 14:12 UTC 

[PATCH bpf-next v3 0/8] Add Memory Sanitizer support
 2023-02-15 12:53 UTC  (10+ messages)
` [PATCH bpf-next v3 1/8] libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd()
` [PATCH bpf-next v3 2/8] libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
` [PATCH bpf-next v3 3/8] bpftool: "
` [PATCH bpf-next v3 4/8] samples/bpf: "
` [PATCH bpf-next v3 5/8] selftests/bpf: "
` [PATCH bpf-next v3 6/8] libbpf: Factor out is_percpu_bpf_map_type()
` [PATCH bpf-next v3 7/8] libbpf: Add MSan annotations
` [PATCH bpf-next v3 8/8] selftests/bpf: "

[PATCH v2 1/9] powerpc: Remove __kernel_text_address() in show_instructions()
 2023-02-15 12:40 UTC  (2+ messages)

[PATCH v2 net-next] net: no longer support SOCK_REFCNT_DEBUG feature
 2023-02-15 10:30 UTC  (6+ messages)

[PATCH bpf] selftests/bpf: enable mptcp before testing
 2023-02-15  9:58 UTC  (8+ messages)

[RFC 0/3] Add io_uring & ebpf based methods to implement zero-copy for ublk
 2023-02-15  8:40 UTC  (6+ messages)
` [RFC 1/3] bpf: add UBLK program type
` [RFC 2/3] io_uring: enable io_uring to submit sqes located in kernel
` [RFC 3/3] ublk_drv: add ebpf support
` [UBLKSRV] Add "

[PATCH bpf-next 0/2] Use __GFP_ZERO in bpf memory allocator
 2023-02-15  8:21 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Zeroing allocated object from slab "
` [PATCH bpf-next 2/2] selftests/bpf: Add test case for element reuse in htab map

[RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
 2023-02-15  7:22 UTC  (19+ messages)

[PATCH bpf-next 0/3] Fix BPF verifier global subprog context argument logic
 2023-02-15  6:11 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf: fix global subprog context argument resolution logic
` [PATCH bpf-next 2/3] selftests/bpf: convert test_global_funcs test to test_loader framework
` [PATCH bpf-next 3/3] selftests/bpf: add global subprog context passing tests

[PATCH intel-next v3 0/8] i40e: support XDP multi-buffer
 2023-02-15  4:37 UTC  (11+ messages)
` [PATCH intel-next v3 1/8] i40e: consolidate maximum frame size calculation for vsi
` [PATCH intel-next v3 2/8] i40e: change Rx buffer size for legacy-rx to support XDP multi-buffer
` [PATCH intel-next v3 3/8] i40e: add pre-xdp page_count in rx_buffer
` [PATCH intel-next v3 4/8] i40e: Change size to truesize when using i40e_rx_buffer_flip()
` [PATCH intel-next v3 5/8] i40e: use frame_sz instead of recalculating truesize for building skb
` [PATCH intel-next v3 6/8] i40e: introduce next_to_process to i40e_ring
` [PATCH intel-next v3 7/8] i40e: add xdp_buff to i40e_ring struct
` [PATCH intel-next v3 8/8] i40e: add support for XDP multi-buffer Rx

linux-next: build warning after merge of the bpf-next tree
 2023-02-15  3:45 UTC 

linux-next: manual merge of the mm tree with the bpf-next tree
 2023-02-15  3:26 UTC  (2+ messages)

Adding map read write API to bpftool gen skeleton sub command
 2023-02-15  1:30 UTC  (4+ messages)

BPF Hackathon project
 2023-02-14 22:22 UTC 

[RFC/PATCHSET 0/7] perf record: Implement BPF sample filter (v1)
 2023-02-14 22:16 UTC  (11+ messages)
` [PATCH 1/7] perf bpf filter: Introduce basic BPF filter expression
` [PATCH 4/7] perf record: Record dropped sample count

[PATCH bpf-next] bpf: add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
 2023-02-14 22:12 UTC  (5+ messages)

[PATCH v3] scripts: Exclude Rust CUs with pahole
 2023-02-14 21:22 UTC  (7+ messages)
        ` [PATCH 1/1] pahole/Rust: Check that we're adding DW_TAG_member sorted by byte offset

[PATCH v3 bpf-next] bpf: Refactor release_regno searching logic
 2023-02-14 21:13 UTC  (3+ messages)

[PATCH v1 bpf-next] bpf: Update kfunc __sz documentation
 2023-02-14 20:57 UTC  (2+ messages)

[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-02-14 (ixgbe, i40e)
 2023-02-14 18:51 UTC  (4+ messages)
` [PATCH net 1/3] ixgbe: allow to increase MTU to 3K with XDP enabled
` [PATCH net 2/3] i40e: add double of VLAN header when computing the max MTU
` [PATCH net 3/3] ixgbe: "

[RFC PATCH v2 00/21] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-02-14 18:04 UTC  (12+ messages)
                  ` Attending LFS (was: [RFC PATCH v2 00/21] FUSE BPF: A Stacked Filesystem Extension for FUSE)

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-02-14 16:57 UTC  (2+ messages)
` (subset) "

[PATCH] riscv, mm: Perform BPF exhandler fixup on page fault
 2023-02-14 16:25 UTC 

[PATCH bpf-next 1/2] bpf: use canonical ftrace path
 2023-02-14 16:23 UTC  (3+ messages)

[PATCH 0/2] Allow mixing bpf2bpf calls with tailcalls on LoongArch
 2023-02-14 15:36 UTC  (4+ messages)
` [PATCH 1/2] LoongArch: BPF: Treat function address as 64-bit value

[PATCH v2] LoongArch: BPF: Use 4 instructions for function address in JIT
 2023-02-14 15:26 UTC 

[PATCH bpf-next V1] igc: enable and fix RX hash usage by netstack
 2023-02-14 15:13 UTC  (4+ messages)
` [Intel-wired-lan] "
  ` [xdp-hints] "


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