BPF List
 help / color / mirror / Atom feed
 messages from 2023-01-12 01:09:03 to 2023-01-15 18:00:01 UTC [more...]

[PATCH HID for-next v2 0/9] HID-BPF LLVM fixes, no more hacks
 2023-01-15 17:59 UTC  (11+ 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

[QUESTION] usage of BPF_MAP_TYPE_RINGBUF
 2023-01-15 17:09 UTC  (4+ messages)

[PATCH bpf-next v7 0/3] Add skb + xdp dynptrs
 2023-01-15 12:41 UTC  (3+ messages)

[PATCH bpf-next v7 00/17] xdp: hints via kfuncs
 2023-01-15 11:13 UTC  (21+ messages)
` [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

[bpf-next 00/10] samples/bpf: modernize BPF functionality test programs
 2023-01-15  7:16 UTC  (11+ messages)
` [bpf-next 01/10] samples/bpf: ensure ipv6 is enabled before running tests
` [bpf-next 02/10] samples/bpf: refactor BPF functionality testing scripts
` [bpf-next 03/10] samples/bpf: fix broken lightweight tunnel testing
` [bpf-next 04/10] samples/bpf: fix broken cgroup socket testing
` [bpf-next 05/10] samples/bpf: replace broken overhead microbenchmark with fib_table_lookup
` [bpf-next 06/10] samples/bpf: replace legacy map with the BTF-defined map
` [bpf-next 07/10] samples/bpf: split common macros to net_shared.h
` [bpf-next 08/10] samples/bpf: replace BPF programs header with net_shared.h
` [bpf-next 09/10] samples/bpf: use vmlinux.h instead of implicit headers in BPF test program
` [bpf-next 10/10] samples/bpf: change _kern suffix to .bpf with BPF test programs

[PATCH] tools: bpf: Disable stack protector
 2023-01-14 23:00 UTC 

[RFC v2 bpf-next 0/7] xdp: introduce xdp-feature support
 2023-01-14 15:54 UTC  (8+ messages)
` [RFC v2 bpf-next 1/7] netdev-genl: create a simple family for netdev stuff
` [RFC v2 bpf-next 2/7] drivers: net: turn on XDP features
` [RFC v2 bpf-next 3/7] xsk: add usage of XDP features flags
` [RFC v2 bpf-next 4/7] libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recv
` [RFC v2 bpf-next 5/7] libbpf: add API to get XDP/XSK supported features
` [RFC v2 bpf-next 6/7] bpf: devmap: check XDP features in bpf_map_update_elem and __xdp_enqueue
` [RFC v2 bpf-next 7/7] selftests/bpf: introduce XDP compliance test tool

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

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

[PATCH] bpf: Add CONFIG_BPF_HELPER_STRICT
 2023-01-14  7:53 UTC 

[PATCH net-next v4 00/10] virtio-net: support multi buffer xdp
 2023-01-14  7:16 UTC  (13+ 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

CORE feature request: support checking field type directly
 2023-01-14  2:44 UTC  (6+ messages)

[PATCH bpf-next v2 0/2] bpf: Fix to preserve reg parent/live fields when copying range info
 2023-01-14  1:30 UTC  (7+ messages)

Struct_ops Questions
 2023-01-14  1:05 UTC 

Closing the BPF map permission loophole
 2023-01-13 23:44 UTC  (15+ messages)

[PATCH v3] kallsyms: Remove the performance test from kallsyms_selftest.c
 2023-01-13 23:23 UTC  (2+ messages)

[PATCHSET 0/8] perf/core: Prepare sample data for BPF
 2023-01-13 22:57 UTC  (10+ 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

[PATCHv2 bpf-next 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2023-01-13 22:43 UTC  (9+ 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 v1 0/8] Dynptr fixes
 2023-01-13 22:31 UTC  (8+ messages)
` [PATCH bpf-next v1 3/8] bpf: Fix partial dynptr stack slot reads/writes

[PATCH] selftests/bpf: Fix missing space error
 2023-01-13 22:30 UTC  (2+ messages)

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

[PATCH net-next 1/2] ixgbe: XDP: fix checker warning from rcu pointer
 2023-01-13 21:42 UTC 

[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
 2023-01-13 21:07 UTC  (6+ messages)

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

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

[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  (7+ messages)
` [bpf-next v5 3/3] bpf: hash map, suppress false lockdep warning

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

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)

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  (7+ messages)
` [PATCH bpf-next v3 04/15] selftests/xsk: print correct error codes when exiting
` [PATCH bpf-next v3 11/15] selftests/xsk: get rid of built-in XDP program

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox