bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-02 23:43:00 to 2023-03-06 19:08:10 UTC [more...]

[LSF/MM/BPF TOPIC] vmtest: Reusable virtual machine testing infrastructure
 2023-03-06 19:07 UTC  (3+ messages)
` [Lsf-pc] "

[RFC net-next] ethtool: provide XDP information with XDP_FEATURES_GET
 2023-03-06 18:32 UTC  (5+ messages)

[PATCH bpf-next v4 0/3] libbpf: allow users to set kprobe/uprobe attach mode
 2023-03-06 18:00 UTC  (6+ messages)
` [PATCH bpf-next v4 1/3] libbpf: add support "
` [PATCH bpf-next v4 2/3] selftests/bpf: split test_attach_probe into multi subtests
` [PATCH bpf-next v4 3/3] selftests/bpf: add test for legacy/perf kprobe/uprobe attach mode

[PATCH net 0/2] add checking sq is full inside xdp xmit
 2023-03-06 17:58 UTC  (6+ messages)
` [PATCH net 1/2] virtio_net: separate the logic of checking whether sq is full
` [PATCH net 2/2] virtio_net: add checking sq is full inside xdp xmit

[syzbot] [hfs?] kernel BUG in __block_write_full_page
 2023-03-06 17:44 UTC 

[PATCH bpf-next] selftests/bpf: use ifname instead of ifindex in XDP compliance test tool
 2023-03-06 16:01 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Use text error for btf_custom_path failures
 2023-03-06 16:17 UTC  (5+ messages)

[PATCH bpf-next] tools/resolve_btfids: Add /libsubcmd to .gitignore
 2023-03-06 15:30 UTC  (3+ messages)

[PATCH v2 net-next] udp: introduce __sk_mem_schedule() usage
 2023-03-06 14:51 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] xdp: recycle Page Pool backed skbs built from XDP frames
 2023-03-06 11:58 UTC  (11+ messages)
` [PATCH bpf-next v1 1/2] "

[PATCH bpf v2 0/2] fix resolving VAR after DATASEC
 2023-03-06 11:21 UTC  (3+ messages)
` [PATCH bpf v2 1/2] btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
` [PATCH bpf v2 2/2] selftests/bpf: check that modifier resolves after pointer

[PATCH] btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
 2023-03-06  9:26 UTC  (3+ messages)

[PATCH bpf-next 00/16] bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage
 2023-03-06  8:53 UTC  (18+ messages)
` [PATCH bpf-next 01/16] bpf: Move a few bpf_local_storage functions to static scope
` [PATCH bpf-next 02/16] bpf: Refactor codes into bpf_local_storage_destroy
` [PATCH bpf-next 03/16] bpf: Remove __bpf_local_storage_map_alloc
` [PATCH bpf-next 04/16] bpf: Remove the preceding __ from __bpf_selem_unlink_storage
` [PATCH bpf-next 05/16] bpf: Remember smap in bpf_local_storage
` [PATCH bpf-next 06/16] bpf: Repurpose use_trace_rcu to reuse_now "
` [PATCH bpf-next 07/16] bpf: Remove bpf_selem_free_fields*_rcu
` [PATCH bpf-next 08/16] bpf: Add bpf_selem_free_rcu callback
` [PATCH bpf-next 09/16] bpf: Add bpf_selem_free()
` [PATCH bpf-next 10/16] bpf: Add bpf_local_storage_rcu callback
` [PATCH bpf-next 11/16] bpf: Add bpf_local_storage_free()
` [PATCH bpf-next 12/16] bpf: Use bpf_mem_cache_alloc/free in bpf_selem_alloc/free
` [PATCH bpf-next 13/16] bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
` [PATCH bpf-next 14/16] selftests/bpf: Replace CHECK with ASSERT in test_local_storage
` [PATCH bpf-next 15/16] selftests/bpf: Check freeing sk->sk_local_storage with sk_local_storage->smap is NULL
` [PATCH bpf-next 16/16] selftests/bpf: Add local-storage-create benchmark

[PATCH v13 bpf-next 00/10] Add skb + xdp dynptrs
 2023-03-06  7:36 UTC  (5+ messages)
` [PATCH v13 bpf-next 03/10] bpf: Allow initializing dynptrs in kfuncs
` [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr

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

[PATCH bpf-next v3 0/3] libbpf: allow users to set kprobe/uprobe attach mode
 2023-03-06  3:50 UTC  (7+ messages)
` [PATCH bpf-next v3 2/3] selftests/bpf: split test_attach_probe into multi subtests
` [PATCH bpf-next v3 3/3] selftests/bpf: add test for legacy/perf kprobe/uprobe attach mode

[PATCH bpf-next 00/17] BPF open-coded iterators
 2023-03-06  0:14 UTC  (33+ messages)
` [PATCH bpf-next 01/17] bpf: improve stack slot state printing
` [PATCH bpf-next 02/17] bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}
` [PATCH bpf-next 03/17] selftests/bpf: enhance align selftest's expected log matching
` [PATCH bpf-next 04/17] bpf: honor env->test_state_freq flag in is_state_visited()
` [PATCH bpf-next 05/17] selftests/bpf: adjust log_fixup's buffer size for proper truncation
` [PATCH bpf-next 06/17] bpf: clean up visit_insn()'s instruction processing
` [PATCH bpf-next 07/17] bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helper
` [PATCH bpf-next 08/17] bpf: ensure that r0 is marked scratched after any function call
` [PATCH bpf-next 09/17] bpf: move kfunc_call_arg_meta higher in the file
` [PATCH bpf-next 10/17] bpf: mark PTR_TO_MEM as non-null register type
` [PATCH bpf-next 11/17] bpf: generalize dynptr_get_spi to be usable for iters
` [PATCH bpf-next 12/17] bpf: add support for fixed-size memory pointer returns for kfuncs
` [PATCH bpf-next 13/17] bpf: add support for open-coded iterator loops
` [PATCH bpf-next 14/17] bpf: implement number iterator
` [PATCH bpf-next 15/17] selftests/bpf: add bpf_for_each(), bpf_for(), and bpf_repeat() macros
` [PATCH bpf-next 16/17] selftests/bpf: add iterators tests
` [PATCH bpf-next 17/17] selftests/bpf: add number iterator tests

[PATCH bpf-next 0/2] bpf: add bound tracking for BPF_MOD
 2023-03-06  3:31 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: check if verifier tracks dst_reg bound "

[PATCH AUTOSEL 6.1 08/15] powerpc/bpf/32: Only set a stack frame when necessary
 2023-03-05 13:52 UTC 

[PATCH AUTOSEL 6.2 08/16] powerpc: Remove __kernel_text_address() in show_instructions()
 2023-03-05 13:52 UTC  (2+ messages)
` [PATCH AUTOSEL 6.2 09/16] powerpc/bpf/32: Only set a stack frame when necessary

[PATCH bpf-next v4 00/18] bpf: bpf memory usage
 2023-03-05 12:46 UTC  (19+ messages)
` [PATCH bpf-next v4 01/18] bpf: add new map ops ->map_mem_usage
` [PATCH bpf-next v4 02/18] bpf: lpm_trie memory usage
` [PATCH bpf-next v4 03/18] bpf: hashtab "
` [PATCH bpf-next v4 04/18] bpf: arraymap "
` [PATCH bpf-next v4 05/18] bpf: stackmap "
` [PATCH bpf-next v4 06/18] bpf: reuseport_array "
` [PATCH bpf-next v4 07/18] bpf: ringbuf "
` [PATCH bpf-next v4 08/18] bpf: bloom_filter "
` [PATCH bpf-next v4 09/18] bpf: cpumap "
` [PATCH bpf-next v4 10/18] bpf: devmap "
` [PATCH bpf-next v4 11/18] bpf: queue_stack_maps "
` [PATCH bpf-next v4 12/18] bpf: bpf_struct_ops "
` [PATCH bpf-next v4 13/18] bpf: local_storage "
` [PATCH bpf-next v4 14/18] bpf, net: bpf_local_storage "
` [PATCH bpf-next v4 15/18] bpf, net: sock_map "
` [PATCH bpf-next v4 16/18] bpf, net: xskmap "
` [PATCH bpf-next v4 17/18] bpf: offload map "
` [PATCH bpf-next v4 18/18] bpf: enforce all maps having memory usage callback

[PATCH v2 bpf-next] libbpf: usdt arm arg parsing support
 2023-03-04 23:34 UTC  (4+ messages)

[PATCH bpf-next v3 0/3] Add support for kptrs in more BPF maps
 2023-03-04 16:17 UTC  (5+ messages)
` [PATCH bpf-next v3 2/3] bpf: Support kptrs in local storage maps

[PATCH bpf-next v2 0/3] bpf: allow ctx writes using BPF_ST_MEM instruction
 2023-03-04  5:50 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 2/3] selftests/bpf: test if pointer type is tracked for BPF_ST_MEM
` [PATCH bpf-next v2 3/3] selftests/bpf: Disassembler tests for verifier.c:convert_ctx_access()

[LSF/MM/BPF] Running BOF
 2023-03-04  5:03 UTC 

[PATCH bpf-next 0/3] bpf: allow ctx writes using BPF_ST_MEM instruction
 2023-03-03 22:56 UTC  (10+ messages)
` [PATCH bpf-next 1/3] "
` [PATCH bpf-next 3/3] selftests/bpf: Disassembler tests for verifier.c:convert_ctx_access()

[PATCH] cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
 2023-03-03 21:03 UTC  (3+ messages)

[PATCH bpf-next] bpf: Use separate RCU callbacks for freeing selem
 2023-03-03 17:55 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] XDP metadata for TX
 2023-03-03 17:16 UTC  (8+ messages)

[PATCH v5 bpf-next 0/6] bpf: Introduce kptr RCU
 2023-03-03 16:50 UTC  (9+ messages)
` [PATCH v5 bpf-next 1/6] bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted
` [PATCH v5 bpf-next 2/6] bpf: Mark cgroups and dfl_cgrp fields as trusted
` [PATCH v5 bpf-next 3/6] bpf: Introduce kptr_rcu
` [PATCH v5 bpf-next 4/6] selftests/bpf: Add a test case for kptr_rcu
` [PATCH v5 bpf-next 5/6] selftests/bpf: Tweak cgroup kfunc test
` [PATCH v5 bpf-next 6/6] bpf: Refactor RCU enforcement in the verifier

[PATCH v2 bpf-next 0/3]: Add socket destroy capability
 2023-03-03 16:00 UTC  (4+ messages)
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add tests for bpf_sock_destroy

[PATCH bpf-next v2 0/3] xdp: recycle Page Pool backed skbs built from XDP frames
 2023-03-03 13:32 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] net: page_pool, skbuff: make skb_mark_for_recycle() always available
` [PATCH bpf-next v2 2/3] xdp: recycle Page Pool backed skbs built from XDP frames
` [PATCH bpf-next v2 3/3] xdp: remove unused {__,}xdp_release_frame()

[PATCH bpf-next v3 02/18] bpf: lpm_trie memory usage
 2023-03-03 10:38 UTC  (3+ messages)

[PATCH bpf v2] bpf, sockmap: fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser()
 2023-03-03  8:09 UTC 

[PATCH bpf] bpf, sockmap: fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser()
 2023-03-03  7:49 UTC  (4+ messages)

[PATCHv2 0/2] bpf: Absolute timer support
 2023-03-03  7:10 UTC  (2+ messages)

[PATCH v3 bpf-next] selftests/bpf: Add -Wuninitialized flag to bpf prog flags
 2023-03-03  6:50 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf, docs: Fix link to netdev-FAQ target
 2023-03-03  6:40 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
 2023-03-03  6:40 UTC  (2+ messages)

[PATCH bpf-next v3 0/8] Transit between BPF TCP congestion controls
 2023-03-03  1:21 UTC  (9+ messages)
` [PATCH bpf-next v3 1/8] bpf: Maintain the refcount of struct_ops maps directly
` [PATCH bpf-next v3 2/8] bpf: Create links for BPF struct_ops maps
` [PATCH bpf-next v3 3/8] net: Update an existing TCP congestion control algorithm
` [PATCH bpf-next v3 4/8] libbpf: Create a bpf_link in bpf_map__attach_struct_ops()
` [PATCH bpf-next v3 5/8] bpf: Update the struct_ops of a bpf_link
` [PATCH bpf-next v3 6/8] libbpf: Update a bpf_link with another struct_ops
` [PATCH bpf-next v3 7/8] libbpf: Use .struct_ops.link section to indicate a struct_ops with a link
` [PATCH bpf-next v3 8/8] selftests/bpf: Test switching TCP Congestion Control algorithms

[PATCH RFC v2 bpf-next 0/3] bpf: add netfilter program type
 2023-03-03  0:27 UTC  (8+ messages)
` [PATCH RFC v2 bpf-next 1/3] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH RFC v2 bpf-next 3/3] bpf: minimal support for programs hooked into netfilter framework

[PATCH bpf-next] selftests/bpf: Add -Wuninitialized flag to bpf prog flags
 2023-03-02 23:50 UTC  (5+ messages)

[PATCH v2 bpf-next] selftests/bpf: Add -Wuninitialized flag to bpf prog flags
 2023-03-02 23:49 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).