bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-11 08:03:15 to 2023-01-13 20:28:08 UTC [more...]

[PATCHv2 bpf-next 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2023-01-13 20:27 UTC  (6+ messages)
` [PATCHv2 bpf-next 1/3] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
` [PATCHv2 bpf-next 2/3] selftests/bpf: Add serial_test_kprobe_multi_bench_attach_kernel/module tests
` [PATCHv2 bpf-next 3/3] bpf: Change modules resolving for kprobe multi link

[PATCH bpf-next v7 00/17] xdp: hints via kfuncs
 2023-01-13 20:25 UTC  (31+ messages)
` [PATCH bpf-next v7 01/17] bpf: Document XDP RX metadata
` [PATCH bpf-next v7 02/17] bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
` [PATCH bpf-next v7 03/17] bpf: Move offload initialization into late_initcall
` [PATCH bpf-next v7 04/17] bpf: Reshuffle some parts of bpf/offload.c
` [PATCH bpf-next v7 05/17] bpf: Introduce device-bound XDP programs
` [PATCH bpf-next v7 06/17] selftests/bpf: Update expected test_offload.py messages
` [PATCH bpf-next v7 07/17] bpf: XDP metadata RX kfuncs
` [PATCH bpf-next v7 08/17] bpf: Support consuming XDP HW metadata from fext programs
` [PATCH bpf-next v7 09/17] veth: Introduce veth_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v7 10/17] veth: Support RX XDP metadata
` [PATCH bpf-next v7 11/17] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [PATCH bpf-next v7 12/17] net/mlx4_en: Introduce wrapper for xdp_buff
` [PATCH bpf-next v7 13/17] net/mlx4_en: Support RX XDP metadata
` [PATCH bpf-next v7 14/17] xsk: Add cb area to struct xdp_buff_xsk
` [PATCH bpf-next v7 15/17] net/mlx5e: Introduce wrapper for xdp_buff
      ` [xdp-hints] "
` [PATCH bpf-next v7 16/17] net/mlx5e: Support RX XDP metadata
` [PATCH bpf-next v7 17/17] selftests/bpf: Simple program to dump XDP RX metadata

[PATCH bpf-next v2 0/2] bpf: Fix to preserve reg parent/live fields when copying range info
 2023-01-13 20:02 UTC  (3+ messages)

[RFC bpf-next 0/5] Support for BPF_ST instruction in LLVM C compiler
 2023-01-13 19:23 UTC  (9+ messages)

[RFC bpf-next 0/8] xdp: introduce xdp-feature support
 2023-01-13 18:22 UTC  (5+ messages)
` [RFC bpf-next 6/8] libbpf: add API to get XDP/XSK supported features

[PATCH] selftests/bpf: Fix missing space error
 2023-01-13 18:02 UTC 

[PATCH v2 bpf-next 0/6] Dynptr convenience helpers
 2023-01-13 16:35 UTC  (25+ messages)
  ` bpf helpers freeze. Was: "

[BUG] bpf: pointer-leak due to insufficient speculative store bypass mitigation
 2023-01-13 16:22 UTC  (4+ messages)
` [PATCH] bpf: Fix "

Kernel Panic in 4.19 ARM machines
 2023-01-13 15:57 UTC  (3+ messages)

[PATCH] bpftool: Always disable stack protection for clang
 2023-01-13 15:49 UTC  (3+ messages)

[PATCH] libbpf: replace '.' with '_' in legacy kprobe event name
 2023-01-13 14:12 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
 2023-01-13 14:12 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnel

[PATCH bpf-next 07/25] libbpf: complete riscv arch spec in bpf_tracing.h
 2023-01-13 13:44 UTC  (2+ messages)
  ` [PATCH bpf-next 21/25] libbpf: define riscv syscall regs "

Intel i810 (ice driver) + AF_XDP: list_add corruption
 2023-01-13 13:34 UTC 

[PATCHSET 0/8] perf/core: Prepare sample data for BPF
 2023-01-13 13:25 UTC  (6+ messages)
` [PATCH 3/8] perf/core: Add perf_sample_save_raw_data() helper
` [PATCH 8/8] perf/core: Call perf_prepare_sample() before running BPF

[RFC PATCH bpf-next v2 00/11] mm, bpf: Add BPF into /proc/meminfo
 2023-01-13 11:53 UTC  (14+ messages)
` [RFC PATCH bpf-next v2 01/11] mm: percpu: count memcg relevant memory only when kmemcg is enabled
` [RFC PATCH bpf-next v2 02/11] mm: percpu: introduce percpu_size()
` [RFC PATCH bpf-next v2 03/11] mm: slab: rename obj_full_size()
` [RFC PATCH bpf-next v2 04/11] mm: slab: introduce ksize_full()
` [RFC PATCH bpf-next v2 05/11] mm: vmalloc: introduce vsize()
` [RFC PATCH bpf-next v2 06/11] mm: util: introduce kvsize()
` [RFC PATCH bpf-next v2 07/11] bpf: introduce new helpers bpf_ringbuf_pages_{alloc,free}
` [RFC PATCH bpf-next v2 08/11] bpf: use bpf_map_kzalloc in arraymap
` [RFC PATCH bpf-next v2 09/11] bpf: use bpf_map_kvcalloc in bpf_local_storage
` [RFC PATCH bpf-next v2 10/11] bpf: add and use bpf map free helpers
` [RFC PATCH bpf-next v2 11/11] bpf: introduce bpf memory statistics

[bpf-next v5 1/3] bpf: hash map, avoid deadlock with suitable hash mask
 2023-01-13  9:15 UTC  (8+ messages)
` [bpf-next v5 2/3] selftests/bpf: add test case for htab map
` [bpf-next v5 3/3] bpf: hash map, suppress false lockdep warning

[PATCH HID for-next v2 0/9] HID-BPF LLVM fixes, no more hacks
 2023-01-13  9:09 UTC  (10+ messages)
` [PATCH HID for-next v2 1/9] selftests: hid: add vmtest.sh
` [PATCH HID for-next v2 2/9] selftests: hid: allow to compile hid_bpf with LLVM
` [PATCH HID for-next v2 3/9] selftests: hid: attach/detach 2 bpf programs, not just one
` [PATCH HID for-next v2 4/9] selftests: hid: ensure the program is correctly pinned
` [PATCH HID for-next v2 5/9] selftests: hid: prepare tests for HID_BPF API change
` [PATCH HID for-next v2 6/9] HID: bpf: rework how programs are attached and stored in the kernel
` [PATCH HID for-next v2 7/9] selftests: hid: enforce new attach API
` [PATCH HID for-next v2 8/9] HID: bpf: clean up entrypoint
` [PATCH HID for-next v2 9/9] HID: bpf: reorder BPF registration

[PATCH] libbpf: resolve kernel function name optimization for kprobe
 2023-01-13  8:00 UTC  (9+ messages)

[PATCH net-next v4 00/10] virtio-net: support multi buffer xdp
 2023-01-13  8:00 UTC  (11+ messages)
` [PATCH net-next v4 01/10] virtio-net: disable the hole mechanism for xdp
` [PATCH net-next v4 02/10] virtio-net: fix calculation of MTU for single buffer xdp
` [PATCH net-next v4 03/10] virtio-net: set up xdp for multi buffer packets
` [PATCH net-next v4 04/10] virtio-net: update bytes calculation for xdp_frame
` [PATCH net-next v4 05/10] virtio-net: build xdp_buff with multi buffers
` [PATCH net-next v4 06/10] virtio-net: construct multi-buffer xdp in mergeable
` [PATCH net-next v4 07/10] virtio-net: transmit the multi-buffer xdp
` [PATCH net-next v4 08/10] virtio-net: build skb from "
` [PATCH net-next v4 09/10] virtio-net: remove xdp related info from page_to_skb()
` [PATCH net-next v4 10/10] virtio-net: support multi-buffer xdp

WARNING in debug_mutex_unlock
 2023-01-13  6:45 UTC  (2+ messages)

[PATCH v3 0/9] virtio-net: support multi buffer xdp
 2023-01-13  3:01 UTC  (8+ messages)
` [PATCH v3 2/9] virtio-net: set up xdp for multi buffer packets
` [PATCH v3 4/9] virtio-net: build xdp_buff with multi buffers
` [PATCH v3 5/9] virtio-net: construct multi-buffer xdp in mergeable

[LSF/MM/BPF TOPIC] tracing mapped pages for quicker boot performance
 2023-01-12 22:30 UTC  (5+ messages)

CORE feature request: support checking field type directly
 2023-01-12 22:18 UTC 

[PATCH bpf-next v1 0/8] Dynptr fixes
 2023-01-12 18:51 UTC  (11+ messages)
` [PATCH bpf-next v1 1/8] bpf: Fix state pruning for STACK_DYNPTR stack slots
` [PATCH bpf-next v1 3/8] bpf: Fix partial dynptr stack slot reads/writes

Potential write after free to a task local storage within an eBPF program
 2023-01-12 18:37 UTC  (2+ messages)

[PATCH 5.10 402/783] perf trace: Return error if a system call doesnt exist
 2023-01-12 13:52 UTC  (3+ messages)
` [PATCH 5.10 403/783] perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number
` [PATCH 5.10 404/783] perf trace: Handle failure when trace point folder is missed

[PATCH bpf-next v3 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2023-01-12  9:29 UTC  (20+ messages)
` [PATCH bpf-next v3 01/15] selftests/xsk: print correct payload for packet dump
` [PATCH bpf-next v3 02/15] selftests/xsk: do not close unused file descriptors
` [PATCH bpf-next v3 03/15] selftests/xsk: submit correct number of frames in populate_fill_ring
` [PATCH bpf-next v3 04/15] selftests/xsk: print correct error codes when exiting
` [PATCH bpf-next v3 05/15] selftests/xsk: remove unused variable outstanding_tx
` [PATCH bpf-next v3 06/15] selftests/xsk: add debug option for creating netdevs
` [PATCH bpf-next v3 07/15] selftests/xsk: replace asm acquire/release implementations
` [PATCH bpf-next v3 08/15] selftests/xsk: remove namespaces
` [PATCH bpf-next v3 09/15] selftests/xsk: load and attach XDP program only once per mode
` [PATCH bpf-next v3 10/15] selftests/xsk: remove unnecessary code in control path
` [PATCH bpf-next v3 11/15] selftests/xsk: get rid of built-in XDP program
` [PATCH bpf-next v3 12/15] selftests/xsk: add test when some packets are XDP_DROPed
` [PATCH bpf-next v3 13/15] selftests/xsk: merge dual and single thread dispatchers
` [PATCH bpf-next v3 14/15] selftests/xsk: automatically restore packet stream
` [PATCH bpf-next v3 15/15] selftests/xsk: automatically switch XDP programs

[PATCH bpf-next v2 0/2] bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
 2023-01-12  8:20 UTC  (8+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnel

KASAN: use-after-free Read in ___bpf_prog_run
 2023-01-12  6:59 UTC  (6+ messages)

[PATCH bpf-next v3 00/16] bpfilter
 2023-01-12  3:17 UTC  (7+ messages)

[PATCH] bpf_doc: Fix build error with older python versions
 2023-01-12  1:10 UTC  (2+ messages)

[PATCH v1] tools/resolve_btfids: Install subcmd headers
 2023-01-12  0:40 UTC 

Possible race with xsk_flush
 2023-01-11 23:06 UTC  (7+ messages)
` [PATCH] veth: Fix race with AF_XDP exposing old or uninitialized descriptors

[PATCH bpf-next v2 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2023-01-11 19:20 UTC  (5+ messages)
` [PATCH bpf-next v2 11/15] selftests/xsk: get rid of built-in XDP program

[PATCH bpf-next 0/7] BPF verifier state equivalence checks improvements
 2023-01-11 19:08 UTC  (10+ messages)
` [PATCH bpf-next 7/7] bpf: unify PTR_TO_MAP_{KEY,VALUE} with default case in regsafe()

[PATCH 1/3] perf/core: Change the layout of perf_sample_data
 2023-01-11 17:59 UTC  (8+ messages)
` [PATCH 2/3] perf/core: Set data->sample_flags in perf_prepare_sample()

[PATCHv2 bpf-next 1/2] bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP program
 2023-01-11 17:22 UTC  (4+ messages)
` [PATCHv2 bpf-next 2/2] bpf/selftests: Add verifier tests for loading sleepable programs

[PATCH v3] scripts: Exclude Rust CUs with pahole
 2023-01-11 16:21 UTC  (5+ messages)

[PATCH v2] scripts: Exclude Rust CUs with pahole
 2023-01-11 15:23 UTC  (5+ messages)

[PATCH 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2023-01-11  9:53 UTC  (10+ messages)
` [PATCH 2/3] bpf: Optimize get_modules_for_addrs()

[PATCH HID for-next v1 0/9] HID-BPF LLVM fixes, no more hacks
 2023-01-11  9:47 UTC  (4+ messages)
` [PATCH HID for-next v1 6/9] HID: bpf: rework how programs are attached and stored in the kernel

[QUESTION] usage of BPF_MAP_TYPE_RINGBUF
 2023-01-11  8:27 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).