BPF List
 help / color / mirror / Atom feed
 messages from 2023-01-09 11:44:38 to 2023-01-12 01:10:22 UTC [more...]

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

[PATCH bpf-next v1 0/8] Dynptr fixes
 2023-01-12  1:08 UTC  (14+ 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
` [PATCH bpf-next v1 5/8] selftests/bpf: Add dynptr pruning tests

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

[PATCH bpf-next v7 00/17] xdp: hints via kfuncs
 2023-01-12  0:32 UTC  (18+ 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
` [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-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 v2 bpf-next 0/6] Dynptr convenience helpers
 2023-01-11 22:56 UTC  (20+ messages)
  ` bpf helpers freeze. Was: "

[PATCH bpf-next v2 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2023-01-11 19:20 UTC  (12+ messages)
` [PATCH bpf-next v2 03/15] selftests/xsk: submit correct number of frames in populate_fill_ring
` [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 bpf-next v2 0/2] bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
 2023-01-11 15:47 UTC  (5+ 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] 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

[PATCH bpf-next v3 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2023-01-11  9:35 UTC  (16+ 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

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

[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  (4+ messages)

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

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

[PATCH v3 1/2] perf build: Properly guard libbpf includes
 2023-01-10 20:00 UTC  (18+ 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  (12+ messages)
` [PATCH v3 2/2] bpf: remove the do_idr_lock parameter from bpf_prog_free_id()

[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  (6+ messages)
` [PATCH v1 1/3] tools build: Pass libbpf feature only if libbpf 1.0+
` [PATCH v1 2/3] perf build: Remove libbpf pre-1.0 feature tests
` [PATCH v1 3/3] perf bpf: Remove pre libbpf 1.0 conditional logic

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

Prezentacja
 2023-01-10  9:05 UTC 

Closing the BPF map permission loophole
 2023-01-10  9:11 UTC  (14+ messages)

[PATCH v1 01/10] powerpc/bpf/32: Fix Oops on tail call tests
 2023-01-10  8:44 UTC  (5+ messages)
` [PATCH v1 06/10] powerpc/bpf: Perform complete extra passes to update addresses

[bpf-next v4 1/2] bpf: hash map, avoid deadlock with suitable hash mask
 2023-01-10  8:10 UTC  (10+ messages)
` [bpf-next v4 2/2] selftests/bpf: add test case for htab map

[PATCH] perf lock contention: Do not use BPF task local storage
 2023-01-10  6:29 UTC  (7+ messages)

[RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
 2023-01-10  6:26 UTC  (5+ messages)

[PATCH] libbpf: resolve kernel function name optimization for kprobe
 2023-01-10  3:11 UTC  (3+ messages)

[PATCH bpf-next 0/3] Annotate kfuncs with new __bpf_kfunc macro
 2023-01-10  2:21 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: Add __bpf_kfunc tag for marking kernel functions as kfuncs

[bpf-next v1] bpf: hash map, suppress lockdep warning
 2023-01-10  2:01 UTC  (6+ messages)

[PATCH bpf-next v6 00/17] xdp: hints via kfuncs
 2023-01-09 22:44 UTC  (7+ messages)
` [PATCH bpf-next v6 15/17] net/mlx5e: Introduce wrapper for xdp_buff
` [PATCH bpf-next v6 16/17] net/mlx5e: Support RX XDP metadata

[syzbot] WARNING in bpf_xdp_adjust_tail (4)
 2023-01-09 18:08 UTC 

[PATCH bpf-next] bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP program
 2023-01-09 16:55 UTC  (3+ messages)

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-09 15:53 UTC  (6+ messages)

Fwd: [PATCH bpf] scripts: Exclude Rust CUs with pahole
 2023-01-09 15:39 UTC  (2+ messages)

[BUG] bpf: pointer-leak due to insufficient speculative store bypass mitigation
 2023-01-09 15:05 UTC  (2+ messages)
` [PATCH] bpf: Fix "

KASAN: use-after-free Read in ___bpf_prog_run
 2023-01-09 13:21 UTC  (5+ messages)


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