BPF List
 help / color / mirror / Atom feed
 messages from 2023-01-10 10:54:54 to 2023-01-13 08:01:45 UTC [more...]

[PATCH net-next v4 00/10] virtio-net: support multi buffer xdp
 2023-01-13  8:00 UTC 

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

[bpf-next v5 1/3] bpf: hash map, avoid deadlock with suitable hash mask
 2023-01-13  5:14 UTC  (7+ 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 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

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

[PATCH bpf-next v7 00/17] xdp: hints via kfuncs
 2023-01-12 22:29 UTC  (30+ 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

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

[RFC bpf-next 0/5] Support for BPF_ST instruction in LLVM C compiler
 2023-01-12 22:27 UTC  (5+ messages)

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

[PATCHSET 0/8] perf/core: Prepare sample data for BPF
 2023-01-12 21:40 UTC  (3+ 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

[BUG] bpf: pointer-leak due to insufficient speculative store bypass mitigation
 2023-01-12 21:24 UTC  (3+ messages)
` [PATCH] bpf: Fix "

[RFC PATCH bpf-next v2 00/11] mm, bpf: Add BPF into /proc/meminfo
 2023-01-12 21:05 UTC  (13+ 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

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

Kernel Panic in 4.19 ARM machines
 2023-01-12 16:48 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

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

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 

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

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  (10+ messages)
` [PATCH bpf-next v2 11/15] selftests/xsk: get rid of built-in XDP program
` [PATCH bpf-next v2 15/15] selftests/xsk: automatically switch XDP programs

[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  (13+ 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  (9+ messages)
` [PATCH HID for-next v1 1/9] selftests: hid: add vmtest.sh
` [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)

WARNING: attempt to execute device eBPF program on the host!
 2023-01-11  4:02 UTC 

[PATCH bpf-next 0/2] bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
 2023-01-11  2:37 UTC  (9+ messages)
` [PATCH bpf-next 1/2] "

[PATCH] libbpf: Fix map creation flags sanitization
 2023-01-11  2:10 UTC  (2+ messages)

[PATCH bpf-next] bpftool: fix output for skipping kernel config check
 2023-01-11  2:00 UTC  (2+ messages)

[syzbot] WARNING: locking bug in __perf_event_task_sched_in (2)
 2023-01-11  1:47 UTC  (2+ messages)

[PATCH bpf-next v3] bpf: btf: limit logging of ignored BTF mismatches
 2023-01-11  1:40 UTC  (2+ messages)

[PATCH bpf-next v2] bpf, x86: Simplify the parsing logic of structure parameters
 2023-01-11  0:00 UTC  (2+ messages)

[PATCH] bpf: Replace 0-length arrays with flexible arrays
 2023-01-10 22:50 UTC  (2+ messages)

[PATCH v1 0/7] Add and use run_command_strbuf
 2023-01-10 22:20 UTC  (8+ messages)
` [PATCH v1 1/7] perf llvm: Fix inadvertent file creation
` [PATCH v1 2/7] tools lib: Move strbuf to libapi
` [PATCH v1 3/7] tools lib subcmd: Add run_command_strbuf
` [PATCH v1 4/7] tools lib api: Minor strbuf_read improvements
` [PATCH v1 5/7] tools lib api: Tweak strbuf allocation size computation
` [PATCH v1 6/7] perf help: Use run_command_strbuf
` [PATCH v1 7/7] perf llvm: Remove read_from_pipe

[PATCH bpf-next v1] bpf: Remove the unnecessary insn buffer comparison
 2023-01-10 22:20 UTC  (2+ messages)

[PATCH bpf-next] bpftool: Add missing quotes to libbpf bootstrap submake vars
 2023-01-10 22:20 UTC  (2+ messages)

[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
 2023-01-10 20:59 UTC  (5+ messages)

[PATCH v3 1/2] perf build: Properly guard libbpf includes
 2023-01-10 20:00 UTC  (17+ messages)

[PATCH 5.15 255/290] perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non BPF mode
 2023-01-10 18:05 UTC 

[PATCH 6.1 063/159] bpf: Always use maximal size for copy_array()
 2023-01-10 18:04 UTC  (2+ messages)
` [PATCH 6.1 099/159] perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non BPF mode

[PATCH 6.0 094/148] perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non BPF mode
 2023-01-10 18:03 UTC 

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

[PATCH v3 1/2] bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG_UNLOAD
 2023-01-10 16:55 UTC  (3+ messages)

[PATCH v4 00/17] IOMMUFD Generic interface
 2023-01-10 15:30 UTC  (8+ messages)

[PATCH v1 0/3] Assume libbpf 1.0 in build
 2023-01-10 13:36 UTC  (3+ messages)

[PATCH v3] kallsyms: Remove the performance test from kallsyms_selftest.c
 2023-01-10 13:01 UTC 


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