bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-18 16:23:56 to 2022-12-20 22:23:42 UTC [more...]

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

[PATCH bpf-next v2] bpf: btf: limit logging of ignored BTF mismatches
 2022-12-20 22:11 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: Allow access to perf sample data (v2)
 2022-12-20 22:01 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf/perf: Call perf_prepare_sample() before bpf_prog_run()
` [PATCH bpf-next 2/2] selftests/bpf: Add perf_event_read_sample test cases

[PATCH 1/1] btf_encoder: Generate a new .BTF section even if one exists
 2022-12-20 22:00 UTC  (6+ messages)

[syzbot] KASAN: slab-out-of-bounds Write in copy_array
 2022-12-20 21:25 UTC  (7+ messages)

[PATCH bpf-next 0/4] reduce BPF_ID_MAP_SIZE to fit only valid programs
 2022-12-20 21:21 UTC  (10+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: support for BPF_F_TEST_STATE_FREQ in test_loader
` [PATCH bpf-next 2/4] selftests/bpf: convenience macro for use with 'asm volatile' blocks
` [PATCH bpf-next 3/4] bpf: reduce BPF_ID_MAP_SIZE to fit only valid programs
` [PATCH bpf-next 4/4] selftests/bpf: check if verifier.c:check_ids() handles 64+5 ids

[report] OOB in bpf_load_prog() flow
 2022-12-20 21:03 UTC  (6+ messages)

[PATCH bpf] scripts: Exclude Rust CUs with pahole
 2022-12-20 20:56 UTC  (2+ messages)

Closing the BPF map permission loophole
 2022-12-20 20:44 UTC  (11+ messages)

[PATCH bpf] scripts: Exclude Rust CUs with pahole
 2022-12-20 20:39 UTC 

[syzbot] KASAN: slab-out-of-bounds Write in copy_verifier_state
 2022-12-20 20:30 UTC  (5+ messages)

[syzbot] KASAN: use-after-free Read in put_pmu_ctx
 2022-12-20 19:37 UTC  (12+ messages)

[PATCH v2 bpf-next 0/6] Dynptr convenience helpers
 2022-12-20 19:31 UTC  (7+ messages)

Possible race with xsk_flush
 2022-12-20 18:59 UTC  (10+ messages)
` [PATCH] veth: Fix race with AF_XDP exposing old or uninitialized descriptors

[PATCH 0/6] perf lock contention: Add more filter options (v1)
 2022-12-20 18:28 UTC  (8+ messages)
` [PATCH 1/6] perf lock contention: Factor out lock_type_table
` [PATCH 2/6] perf lock contention: Add -Y/--type-filter option
` [PATCH 3/6] perf lock contention: Support lock type filtering for BPF
` [PATCH 4/6] perf lock contention: Add -L/--lock-filter option
` [PATCH 5/6] perf lock contention: Support lock addr/name filtering for BPF
` [PATCH 6/6] perf test: Update perf lock contention test

[RFC bpf-next 0/8] xdp: introduce xdp-feature support
 2022-12-20 18:03 UTC  (15+ messages)
` [RFC bpf-next 1/8] tools: uapi: align if_link.h
` [RFC bpf-next 2/8] net: introduce XDP features flag
` [RFC bpf-next 3/8] drivers: net: turn on XDP features
` [RFC bpf-next 4/8] xsk: add usage of XDP features flags
` [RFC bpf-next 5/8] xsk: add check for full support of XDP in bind
` [RFC bpf-next 6/8] libbpf: add API to get XDP/XSK supported features
` [RFC bpf-next 7/8] bpf: devmap: check XDP features in bpf_map_update_elem and __xdp_enqueue
` [RFC bpf-next 8/8] selftests/bpf: introduce XDP compliance test tool

[PATCH net 1/1] ice: xsk: do not use xdp_return_frame() on tx_buf->raw_buf
 2022-12-20 17:54 UTC 

Support for gcc
 2022-12-20 17:27 UTC  (2+ messages)

[PATCH v3 0/2] bpftool: improve error handing for missing .BTF section
 2022-12-20 15:38 UTC  (9+ messages)
` [PATCH v3 1/2] libbpf: show error info about missing ".BTF" section
` [PATCH v3 2/2] bpf: makefiles: do not generate empty vmlinux.h

[PATCH v2 0/9] virtio_net: support multi buffer xdp
 2022-12-20 14:14 UTC  (10+ messages)
` [PATCH v2 1/9] virtio_net: disable the hole mechanism for xdp
` [PATCH v2 2/9] virtio_net: set up xdp for multi buffer packets
` [PATCH v2 3/9] virtio_net: update bytes calculation for xdp_frame
` [PATCH v2 4/9] virtio_net: build xdp_buff with multi buffers
` [PATCH v2 5/9] virtio_net: construct multi-buffer xdp in mergeable
` [PATCH v2 6/9] virtio_net: transmit the multi-buffer xdp
` [PATCH v2 7/9] virtio_net: build skb from "
` [PATCH v2 8/9] virtio_net: remove xdp related info from page_to_skb()
` [PATCH v2 9/9] virtio_net: support multi-buffer xdp

[bpf-next v2 0/5] samples/bpf: enhance syscall tracing program
 2022-12-20 11:59 UTC  (6+ messages)
` [bpf-next v2 1/5] samples/bpf: use kyscall instead of kprobe in "
` [bpf-next v2 2/5] samples/bpf: use vmlinux.h instead of implicit headers "
` [bpf-next v2 3/5] samples/bpf: change _kern suffix to .bpf with "
` [bpf-next v2 4/5] samples/bpf: fix tracex2 by using BPF_KSYSCALL macro
` [bpf-next v2 5/5] samples/bpf: use BPF_KSYSCALL macro in syscall tracing programs

[PATCH bpf-next v4] bpf: Add kernel function call support in 32-bit ARM for EABI
 2022-12-20 11:53 UTC 

[PATCH 0/2] bpf-next: Add socket destroy capability
 2022-12-20 10:26 UTC  (6+ messages)
` [PATCH 1/2] bpf: "
` [PATCH 2/2] selftests/bpf: Add tests for bpf_sock_destroy

[PATCH 0/5] Improvements to incremental builds
 2022-12-20  7:33 UTC  (6+ messages)
` [PATCH 3/5] tools lib subcmd: Add dependency test to install_headers

[syzbot] WARNING in put_pmu_ctx
 2022-12-20  6:29 UTC  (2+ messages)

[RFC PATCH RESEND bpf-next 0/4] Support bpf trampoline for RV64
 2022-12-20  3:00 UTC  (7+ messages)
` [RFC PATCH RESEND bpf-next 1/4] bpf: Rollback to text_poke when arch not supported ftrace direct call
` [RFC PATCH RESEND bpf-next 2/4] riscv, bpf: Factor out emit_call for kernel and bpf context
` [RFC PATCH RESEND bpf-next 3/4] riscv, bpf: Add bpf_arch_text_poke support for RV64
` [RFC PATCH RESEND bpf-next 4/4] riscv, bpf: Add bpf trampoline "

[PATCH bpf-next v2 1/2] bpf: fix nullness propagation for reg to reg comparisons
 2022-12-20  2:43 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID

[RFC PATCH bpf-next 0/4] Support bpf trampoline for RV64
 2022-12-20  2:16 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/4] bpf: Rollback to text_poke when arch not supported ftrace direct call
` [RFC PATCH bpf-next 2/4] riscv, bpf: Factor out emit_call for kernel and bpf context
` [RFC PATCH bpf-next 3/4] riscv, bpf: Add bpf_arch_text_poke support for RV64
` [RFC PATCH bpf-next 4/4] riscv, bpf: Add bpf trampoline "

[PATCH] libbpf: fix crash when input null program point in USDT API
 2022-12-20  1:56 UTC  (3+ messages)

[PATCH bpf 1/2] bpf: pull before calling skb_postpull_rcsum()
 2022-12-20  1:55 UTC  (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: tunnel: add sanity test for checksums

[PATCH bpf-next 1/2] bpf: Add flag BPF_F_NO_TUNNEL_KEY to bpf_skb_set_tunnel_key()
 2022-12-19 23:00 UTC  (7+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add BPF_F_NO_TUNNEL_KEY test

[PATCHv3 bpf-next 0/3] bpf: Get rid of trace_printk_lock
 2022-12-19 21:10 UTC  (2+ messages)

[PATCH bpf-next] bpf: Define sock security related BTF IDs under CONFIG_SECURITY_NETWORK
 2022-12-19 21:10 UTC  (2+ messages)

[6.1.0][bpf] BUG: KASAN: slab-out-of-bounds in copy_array (kernel/bpf/verifier.c:1074)
 2022-12-19 19:25 UTC  (2+ messages)

[PATCH] libbpf: Fix build warning on ref_ctr_off
 2022-12-19 19:17 UTC  (3+ messages)

[PATCH v2] libbpf: Fix build warning on ref_ctr_off
 2022-12-19 19:15 UTC 

WARNING in __mark_chain_precision
 2022-12-19 19:13 UTC  (2+ messages)

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

[bpf-next v2 1/2] bpf: add runtime stats, max cost
 2022-12-19 18:24 UTC  (7+ messages)

[PATCH v3 0/3] fs/ufs: replace kmap() with kmap_local_page
 2022-12-19 17:50 UTC  (3+ messages)
` [PATCH v3 3/3] fs/ufs: Replace kmap() with kmap_local_page()

Follow up from the btf_type_tag discussion in the BPF office hours
 2022-12-19 17:27 UTC  (3+ messages)

[PATCH -tip v4 0/2] x86/kprobes: Fix to check not-kprobe's int3 correctly
 2022-12-19 15:23 UTC  (4+ messages)
` [PATCH -tip v4 1/2] x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK
` [PATCH -tip v4 2/2] x86/kprobes: Fix optprobe optimization "

[PATCH stable 6.0 0/8] bpf: Fix kprobe_multi link attachment to kernel modules
 2022-12-19 12:24 UTC  (2+ messages)

BUG: unable to handle kernel paging request in bpf_dispatcher_xdp
 2022-12-19  9:59 UTC  (3+ messages)
` BUG: unable to handle kernel paging request in bpf_dispatcher_xdp #forregzbot

[PATCH bpf-next v6 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
 2022-12-19  9:55 UTC 

[bpf-next v3 1/2] bpf: add runtime stats, max cost
 2022-12-19  6:44 UTC  (2+ messages)
` [bpf-next v3 2/2] bpftool: "

[bpf-next v3 1/2] bpf: hash map, avoid deadlock with suitable hash mask
 2022-12-19  4:15 UTC  (2+ messages)
` [bpf-next v3 2/2] selftests/bpf: add test case for htab map

[bpf-next v2 1/2] bpf: hash map, avoid deadlock with suitable hash mask
 2022-12-19  2:36 UTC  (4+ messages)
` [bpf-next v2 2/2] selftests/bpf: add test case for htab map

[PATCH v3 0/3] Replace invocations of prandom_u32() with get_random_u32()
 2022-12-18 18:18 UTC 

[PATCH AUTOSEL 4.9 14/20] ppp: associate skb with a device at tx
 2022-12-18 16:22 UTC 

[PATCH AUTOSEL 4.14 05/23] bpf: make sure skb->len != 0 when redirecting to a tunneling device
 2022-12-18 16:21 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 16/23] ppp: associate skb with a device at tx

[PATCH AUTOSEL 4.19 05/26] bpf: make sure skb->len != 0 when redirecting to a tunneling device
 2022-12-18 16:20 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 18/26] ppp: associate skb with a device at tx

[PATCH AUTOSEL 5.4 07/30] bpf: make sure skb->len != 0 when redirecting to a tunneling device
 2022-12-18 16:18 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 21/30] ppp: associate skb with a device at tx
` [PATCH AUTOSEL 5.4 22/30] bpf: Prevent decl_tag from being referenced in func_proto arg

[PATCH AUTOSEL 5.10 09/39] bpf: make sure skb->len != 0 when redirecting to a tunneling device
 2022-12-18 16:15 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 27/39] ppp: associate skb with a device at tx
` [PATCH AUTOSEL 5.10 28/39] bpf: Prevent decl_tag from being referenced in func_proto arg
` [PATCH AUTOSEL 5.10 34/39] libbpf: Avoid enum forward-declarations in public API in C++ mode

[PATCH AUTOSEL 5.15 11/46] bpf: make sure skb->len != 0 when redirecting to a tunneling device
 2022-12-18 16:12 UTC  (4+ messages)
` [PATCH AUTOSEL 5.15 31/46] ppp: associate skb with a device at tx
` [PATCH AUTOSEL 5.15 32/46] bpf: Prevent decl_tag from being referenced in func_proto arg
` [PATCH AUTOSEL 5.15 39/46] libbpf: Avoid enum forward-declarations in public API in C++ mode

[PATCH AUTOSEL 6.0 20/73] bpf: make sure skb->len != 0 when redirecting to a tunneling device
 2022-12-18 16:07 UTC  (6+ messages)
` [PATCH AUTOSEL 6.0 46/73] ppp: associate skb with a device at tx
` [PATCH AUTOSEL 6.0 47/73] bpf: Fix a BTF_ID_LIST bug with CONFIG_DEBUG_INFO_BTF not set
` [PATCH AUTOSEL 6.0 48/73] bpf: Prevent decl_tag from being referenced in func_proto arg
` [PATCH AUTOSEL 6.0 58/73] libbpf: Avoid enum forward-declarations in public API in C++ mode
` [PATCH AUTOSEL 6.0 63/73] selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym


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