messages from 2023-03-07 23:33:28 to 2023-03-09 05:19:53 UTC [more...]
[PATCH v4 bpf-next 0/8] BPF open-coded iterators
2023-03-09 5:19 UTC (16+ messages)
` [PATCH v4 bpf-next 1/8] bpf: factor out fetching basic kfunc metadata
` [PATCH v4 bpf-next 2/8] bpf: add iterator kfuncs registration and validation logic
` [PATCH v4 bpf-next 3/8] bpf: add support for open-coded iterator loops
` [PATCH v4 bpf-next 4/8] bpf: implement number iterator
` [PATCH v4 bpf-next 5/8] selftests/bpf: add bpf_for_each(), bpf_for(), and bpf_repeat() macros
` [PATCH v4 bpf-next 6/8] selftests/bpf: add iterators tests
` [PATCH v4 bpf-next 7/8] selftests/bpf: add number iterator tests
` [PATCH v4 bpf-next 8/8] selftests/bpf: implement and test custom testmod_seq iterator
[Question] How can I get floating point registers on arm64
2023-03-09 3:54 UTC (4+ messages)
[PATCH bpf-next v5 0/8] Transit between BPF TCP congestion controls
2023-03-09 3:34 UTC (25+ messages)
` [PATCH bpf-next v5 1/8] bpf: Retire the struct_ops map kvalue->refcnt
` [PATCH bpf-next v5 2/8] net: Update an existing TCP congestion control algorithm
` [PATCH bpf-next v5 3/8] bpf: Create links for BPF struct_ops maps
` [PATCH bpf-next v5 4/8] libbpf: Create a bpf_link in bpf_map__attach_struct_ops()
` [PATCH bpf-next v5 5/8] bpf: Update the struct_ops of a bpf_link
` [PATCH bpf-next v5 6/8] libbpf: Update a bpf_link with another struct_ops
` [PATCH bpf-next v5 7/8] libbpf: Use .struct_ops.link section to indicate a struct_ops with a link
` [PATCH bpf-next v5 8/8] selftests/bpf: Test switching TCP Congestion Control algorithms
[PATCH net-next 0/8][pull request] i40e: support XDP multi-buffer
2023-03-09 2:28 UTC (5+ messages)
` [PATCH net-next 2/8] i40e: change Rx buffer size for legacy-rx to "
[PATCH v4 bpf-next] bpf: Refactor release_regno searching logic
2023-03-09 2:13 UTC (2+ messages)
[PATCH v2 0/3] Assume libbpf 1.0+
2023-03-09 2:13 UTC (5+ messages)
[PATCH bpf-next] bpf: add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
2023-03-09 1:53 UTC (4+ messages)
[PATCH net, stable v1 0/3] add checking sq is full inside xdp xmit
2023-03-09 1:49 UTC (13+ messages)
` [PATCH net, stable v1 1/3] virtio_net: reorder some funcs
` [PATCH net, stable v1 2/3] virtio_net: separate the logic of checking whether sq is full
` [PATCH net, stable v1 3/3] virtio_net: add checking sq is full inside xdp xmit
[PATCH] Revert "libbpf: Poison strlcpy()"
2023-03-09 1:40 UTC (2+ messages)
[PATCH bpf-next 0/3] net: skbuff: skb bitfield compaction - bpf
2023-03-09 1:16 UTC (5+ messages)
` [PATCH bpf-next 1/3] net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offset
` [PATCH bpf-next 2/3] net: skbuff: reorder bytes 2 and 3 of the bitfield
` [PATCH bpf-next 3/3] net: skbuff: move the fields BPF cares about directly next to the offset marker
[PATCH v3 bpf-next] bpf: Refactor release_regno searching logic
2023-03-09 1:15 UTC (3+ messages)
Broken build on 6.3-rc1 with uClibc-ng based toolchains due to poisoned strlcpy
2023-03-09 0:35 UTC (3+ messages)
[PATCH bpf-next] libbpf: poison strlcpy()
2023-03-09 0:32 UTC (4+ messages)
[PATCH v5 bpf-next 0/8] BPF open-coded iterators
2023-03-09 0:30 UTC (10+ messages)
` [PATCH v5 bpf-next 1/8] bpf: factor out fetching basic kfunc metadata
` [PATCH v5 bpf-next 2/8] bpf: add iterator kfuncs registration and validation logic
` [PATCH v5 bpf-next 3/8] bpf: add support for open-coded iterator loops
` [PATCH v5 bpf-next 4/8] bpf: implement numbers iterator
` [PATCH v5 bpf-next 5/8] selftests/bpf: add bpf_for_each(), bpf_for(), and bpf_repeat() macros
` [PATCH v5 bpf-next 6/8] selftests/bpf: add iterators tests
` [PATCH v5 bpf-next 7/8] selftests/bpf: add number iterator tests
` [PATCH v5 bpf-next 8/8] selftests/bpf: implement and test custom testmod_seq iterator
pull-request: bpf-next 2023-03-08
2023-03-08 23:00 UTC (2+ messages)
KASAN veth use after free in XDP_REDIRECT
2023-03-08 22:33 UTC (4+ messages)
[PATCH net v3] ixgbe: Panic during XDP_TX with > 64 CPUs
2023-03-08 22:07 UTC
[PATCH bpf-next v4] bpf, docs: Explain helper functions
2023-03-08 20:53 UTC
[PATCH bpf-next v2 RESEND] bpf, docs: Add docs on extended 64-bit immediate instructions
2023-03-08 20:46 UTC
[PATCH] bpf: Fix IMA test
2023-03-08 19:20 UTC (7+ messages)
[PATCH v13 bpf-next 00/10] Add skb + xdp dynptrs
2023-03-08 19:02 UTC (22+ 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 v13 bpf-next 10/10] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
[PATCH] xsk: Add missing overflow check in xdp_umem_reg
2023-03-08 18:49 UTC (7+ messages)
[PATCH bpf-next v4 0/9] Transit between BPF TCP congestion controls
2023-03-08 18:43 UTC (25+ messages)
` [PATCH bpf-next v4 1/9] bpf: Retire the struct_ops map kvalue->refcnt
` [PATCH bpf-next v4 2/9] bpf: Create links for BPF struct_ops maps
` [PATCH bpf-next v4 3/9] net: Update an existing TCP congestion control algorithm
` [PATCH bpf-next v4 4/9] bpf: Validate kdata of a struct_ops before transiting to READY
` [PATCH bpf-next v4 5/9] libbpf: Create a bpf_link in bpf_map__attach_struct_ops()
` [PATCH bpf-next v4 6/9] bpf: Update the struct_ops of a bpf_link
` [PATCH bpf-next v4 7/9] libbpf: Update a bpf_link with another struct_ops
` [PATCH bpf-next v4 8/9] libbpf: Use .struct_ops.link section to indicate a struct_ops with a link
` [PATCH bpf-next v4 9/9] selftests/bpf: Test switching TCP Congestion Control algorithms
[PATCH bpf-next v3 0/2] libbpf: usdt arm arg parsing support
2023-03-08 18:36 UTC (7+ messages)
` [PATCH bpf-next v3 2/2] "
[PATCH bpf v3] xsk: Add missing overflow check in xdp_umem_reg
2023-03-08 17:40 UTC
[PATCH net-next] net: stmmac: call stmmac_finalize_xdp_rx() on a condition
2023-03-08 16:26 UTC
[PATCH net-next 0/8] update xdp_features flag according to NIC re-configuration
2023-03-08 15:47 UTC (9+ messages)
` [PATCH net-next 1/8] tools: ynl: fix render-max for flags definition
` [PATCH net-next 5/8] net: ena: take into account xdp_features setting tx/rx queues
` [PATCH net-next 7/8] net/mlx5e: take into account device reconfiguration for xdp_features flag
[RFC v2 bpf-next 0/9] mm/bpf/perf: Store build id in inode object
2023-03-08 14:00 UTC (13+ messages)
` [PATCH RFC v2 bpf-next 4/9] libbpf: Allow to resolve binary path in current directory
` [PATCH RFC v2 bpf-next 5/9] selftests/bpf: Add read_buildid function
` [PATCH RFC v2 bpf-next 7/9] selftests/bpf: Replace extract_build_id with read_build_id
` [PATCH RFC v2 bpf-next 9/9] selftests/bpf: Add iter_task_vma_buildid test
[PATCH bpf-next 1/5] perf/core: Add PERF_FORMAT_LOST read_format
2023-03-08 12:20 UTC (2+ messages)
[PATCH bpf-next 0/2] update 32-bit bounds when the lower 32-bit value is not wrapping
2023-03-08 10:05 UTC (4+ messages)
` [PATCH bpf-next 1/2] bpf: "
Suggested patch for bpftool
2023-03-08 10:04 UTC (4+ messages)
` [EXTERNAL] "
[PATCH bpf-next v4 0/4] net/smc: Introduce BPF injection capability
2023-03-08 9:48 UTC (6+ messages)
` [PATCH bpf-next v4 1/4] net/smc: move smc_sock related structure definition
[PATCH v4 net-next] udp: introduce __sk_mem_schedule() usage
2023-03-08 9:45 UTC (2+ messages)
[PATCH] cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
2023-03-08 9:23 UTC (2+ messages)
[PATCH v2 bpf-next 00/17] bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage
2023-03-08 6:59 UTC (18+ messages)
` [PATCH v2 bpf-next 01/17] bpf: Move a few bpf_local_storage functions to static scope
` [PATCH v2 bpf-next 02/17] bpf: Refactor codes into bpf_local_storage_destroy
` [PATCH v2 bpf-next 03/17] bpf: Remove __bpf_local_storage_map_alloc
` [PATCH v2 bpf-next 04/17] bpf: Remove the preceding __ from __bpf_selem_unlink_storage
` [PATCH v2 bpf-next 05/17] bpf: Remember smap in bpf_local_storage
` [PATCH v2 bpf-next 06/17] bpf: Repurpose use_trace_rcu to reuse_now "
` [PATCH v2 bpf-next 07/17] bpf: Remove bpf_selem_free_fields*_rcu
` [PATCH v2 bpf-next 08/17] bpf: Add bpf_selem_free_rcu callback
` [PATCH v2 bpf-next 09/17] bpf: Add bpf_selem_free()
` [PATCH v2 bpf-next 10/17] bpf: Add bpf_local_storage_rcu callback
` [PATCH v2 bpf-next 11/17] bpf: Add bpf_local_storage_free()
` [PATCH v2 bpf-next 12/17] bpf: Add a few bpf mem allocator functions
` [PATCH v2 bpf-next 13/17] bpf: Use bpf_mem_cache_alloc/free in bpf_selem_alloc/free
` [PATCH v2 bpf-next 14/17] bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
` [PATCH v2 bpf-next 15/17] selftests/bpf: Replace CHECK with ASSERT in test_local_storage
` [PATCH v2 bpf-next 16/17] selftests/bpf: Check freeing sk->sk_local_storage with sk_local_storage->smap is NULL
` [PATCH v2 bpf-next 17/17] selftests/bpf: Add local-storage-create benchmark
[PATCH bpf-next v1 0/2] xdp: recycle Page Pool backed skbs built from XDP frames
2023-03-08 6:27 UTC (11+ messages)
` [PATCH bpf-next v1 1/2] "
[PATCH bpf-next v9 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
2023-03-08 3:58 UTC (2+ messages)
[PATCH v3 net-next] udp: introduce __sk_mem_schedule() usage
2023-03-08 2:12 UTC (3+ messages)
[PATCH v2] perf lock contention: Fix builtin detection
2023-03-08 1:41 UTC (2+ messages)
[PATCH bpf-next 00/16] bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage
2023-03-08 1:24 UTC (7+ messages)
` [PATCH bpf-next 12/16] bpf: Use bpf_mem_cache_alloc/free in bpf_selem_alloc/free
` [PATCH bpf-next 14/16] selftests/bpf: Replace CHECK with ASSERT in test_local_storage
[LSF/MM/BPF TOPIC] bpf iterator for file-system
2023-03-08 0:31 UTC (2+ messages)
Selectively delay loading of eBPF program
2023-03-08 0:10 UTC (4+ messages)
[PATCH bpf-next] libbpf: Fix theoretical u32 underflow in find_cd() function
2023-03-07 23:40 UTC (2+ messages)
[PATCH v2 bpf-next 3/8] bpf: add support for open-coded iterator loops
2023-03-07 23:38 UTC (3+ messages)
[RFC/PATCHSET 0/9] perf record: Implement BPF sample filter (v4)
2023-03-07 23:33 UTC (6+ messages)
` [PATCH 5/9] perf bpf filter: Add 'pid' sample data support
` [PATCH 6/9] perf bpf filter: Add more weight "
` [PATCH 7/9] perf bpf filter: Add data_src "
` [PATCH 8/9] perf bpf filter: Add logical OR operator
` [PATCH 9/9] perf bpf filter: Show warning for missing sample flags
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox