bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-14 00:40:48 to 2023-02-15 14:45:15 UTC [more...]

[PATCH bpf-next v1 0/4] Support bpf trampoline for RV64
 2023-02-15 14:45 UTC  (6+ 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] xsk: check IFF_UP earlier in Tx path
 2023-02-15 14:33 UTC 

[PATCH 0/3] Documentation fixes for next-20230215
 2023-02-15 14:20 UTC  (6+ 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

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

[PATCH intel-next v4 0/8] i40e: support XDP multi-buffer
 2023-02-15 12:43 UTC  (9+ 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

[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 bpf-next] selftests/bpf: Fix build error for LoongArch
 2023-02-15 11:01 UTC 

[PATCH bpf-next 0/4] bpf: Introduce kptr_rcu
 2023-02-15 10:48 UTC  (6+ 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 v2 net-next] net: no longer support SOCK_REFCNT_DEBUG feature
 2023-02-15 10:30 UTC  (6+ messages)

[PATCH bpf-next] selftests/bpf: Fix map_kptr test
 2023-02-15 10:26 UTC  (4+ messages)

[PATCH bpf-next V1] xdp: bpf_xdp_metadata use NODEV for no device support
 2023-02-15 10:09 UTC 

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

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

[PATCH v5 bpf-next 3/9] bpf: Add bpf_rbtree_{add,remove,first} kfuncs
 2023-02-15  9:43 UTC  (10+ 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)

[PATCH bpf-next 0/7] Transit between BPF TCP congestion controls
 2023-02-15  2:58 UTC  (13+ 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

[PATCH net-next v3] xsk: support use vaddr as ring
 2023-02-15  1:48 UTC  (4+ messages)

[QUESTION] usage of BPF_MAP_TYPE_RINGBUF
 2023-02-15  1:35 UTC  (7+ messages)

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

[PATCH bpf-next v2 0/4] Improvements for BPF_ST tracking by verifier
 2023-02-14 23:20 UTC  (5+ 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 bpf-next] bpf, docs: Add myself to BPF docs MAINTAINERS entry
 2023-02-14 22:35 UTC 

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  (16+ messages)
` [PATCH 1/7] perf bpf filter: Introduce basic BPF filter expression
` [PATCH 2/7] perf bpf filter: Implement event sample filtering
` [PATCH 3/7] perf record: Add BPF event filter support
` [PATCH 4/7] perf record: Record dropped sample count
` [PATCH 5/7] perf bpf filter: Add 'pid' sample data support
` [PATCH 6/7] perf bpf filter: Add more weight "
` [PATCH 7/7] perf bpf filter: Add data_src "

[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  (6+ 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 v2 bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
 2023-02-14 21:05 UTC  (5+ 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 bpf-next v2] selftests/bpf: Cross-compile bpftool
 2023-02-14 16:12 UTC 

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

[PATCH intel-next v2 0/8] i40e: support XDP multi-buffer
 2023-02-14 12:19 UTC 

[PATCH bpf-next v5 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
 2023-02-14  9:57 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] bpf: "

[PATCH bpf-next] selftests/bpf: Cross-compile bpftool
 2023-02-14  9:46 UTC  (8+ messages)

Kernel build fail with 'btf_encoder__encode: btf__dedup failed!'
 2023-02-14  6:33 UTC  (2+ messages)

[PATCH v2 bpf-next 1/2] selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, kfunc_dynptr_param tests
 2023-02-14  6:00 UTC  (3+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Clean up dynptr prog_tests

[PATCH net-next] hv_netvsc: add missing NETDEV_XDP_ACT_NDO_XMIT xdp-features flag
 2023-02-14  4:10 UTC  (2+ messages)

[PATCH net-next] net: mvneta: do not set xdp_features for hw buffer devices
 2023-02-14  4:10 UTC  (2+ messages)

[PATCH net-next] net: stmmac: add missing NETDEV_XDP_ACT_XSK_ZEROCOPY bit to xdp_features
 2023-02-14  4:10 UTC  (2+ messages)

[PATCH v6 bpf-next 0/8] BPF rbtree next-gen datastructure
 2023-02-14  3:50 UTC  (8+ messages)
` [PATCH v6 bpf-next 2/8] bpf: Add bpf_rbtree_{add,remove,first} kfuncs
` [PATCH v6 bpf-next 4/8] bpf: Add callback validation to kfunc verifier logic
` [PATCH v6 bpf-next 6/8] bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.h
` [PATCH v6 bpf-next 7/8] selftests/bpf: Add rbtree selftests
` [PATCH v6 bpf-next 8/8] bpf, documentation: Add graph documentation for non-owning refs

[PATCH net v4 1/3] ixgbe: allow to increase MTU to 3K with XDP enabled
 2023-02-14  2:23 UTC  (4+ messages)
` [PATCH net v2 2/3] i40e: add double of VLAN header when computing the max MTU
  ` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH net v4 1/3] ixgbe: allow to increase MTU to 3K with XDP enabled

[PATCH net v2 3/3] ixgbe: add double of VLAN header when computing the max MTU
 2023-02-14  2:19 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next] net: Kconfig.debug: wrap socket refcnt debug into an option
 2023-02-14  2:15 UTC  (3+ messages)

[PATCH 00/33] virtio-net: support AF_XDP zero copy
 2023-02-14  1:53 UTC  (6+ messages)
` [PATCH 06/33] virtio_ring: introduce virtqueue_reset()

[PATCH bpf-next] net: lan966x: set xdp_features flag
 2023-02-14  1:50 UTC  (2+ messages)

[PATCH bpf-next] ice: update xdp_features with xdp multi-buff
 2023-02-14  1:39 UTC  (3+ 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).