bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-19 21:26:10 to 2022-12-22 04:35:47 UTC [more...]

kernel panic: Attempted to kill init!
 2022-12-22  4:35 UTC 

[RFC PATCH RESEND bpf-next 0/4] Support bpf trampoline for RV64
 2022-12-22  3:01 UTC  (9+ 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 v3 1/2] bpf: fix nullness propagation for reg to reg comparisons
 2022-12-22  2:44 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID

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

[PATCH v2 0/9] virtio_net: support multi buffer xdp
 2022-12-22  2:04 UTC  (12+ 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

[PATCH net 1/1] ice: xsk: do not use xdp_return_frame() on tx_buf->raw_buf
 2022-12-22  1:50 UTC  (3+ messages)

Possible race with xsk_flush
 2022-12-22  1:07 UTC  (11+ messages)
` [PATCH] veth: Fix race with AF_XDP exposing old or uninitialized descriptors

Closing the BPF map permission loophole
 2022-12-22  0:55 UTC  (13+ messages)

[PATCH bpf-next 0/4] reduce BPF_ID_MAP_SIZE to fit only valid programs
 2022-12-22  0:33 UTC  (13+ 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

[PATCH] bpf: restore the ebpf audit UNLOAD id field
 2022-12-22  0:13 UTC 

[PATCH v3 bpf-next 1/2] bpf, x86: Improve PROBE_MEM runtime load check
 2022-12-22  0:00 UTC  (2+ messages)

[PATCH v4 bpf] selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIAL
 2022-12-22  0:00 UTC  (3+ messages)

[PATCH net-next v2 0/6] tsnep: XDP support
 2022-12-21 20:19 UTC  (5+ messages)
` [PATCH net-next v2 3/6] tsnep: Support XDP BPF program setup

[PATCH] bpf: Remove unused field initialization
 2022-12-21 20:18 UTC  (4+ messages)

[iovisor-dev] one-shot BPF program in the context of a specific PID
 2022-12-21 19:59 UTC 

[PATCH bpf-next] bpftool: fix linkage with statically built libllvm
 2022-12-21 19:33 UTC  (2+ messages)

[PATCH bpf-next] libbpf: start v1.2 development cycle
 2022-12-21 19:20 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: move struct definitions out of function params
 2022-12-21 19:07 UTC  (2+ messages)

[PATCH v3 bpf] selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIAL
 2022-12-21 18:37 UTC 

Support for gcc
 2022-12-21 18:30 UTC  (8+ messages)

[PATCH v2 bpf] selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIAL
 2022-12-21 17:58 UTC  (3+ messages)

[PATCH 0/6] perf lock contention: Add more filter options (v1)
 2022-12-21 17:54 UTC  (5+ messages)
` [PATCH 2/6] perf lock contention: Add -Y/--type-filter option

[RFC bpf-next 0/8] xdp: introduce xdp-feature support
 2022-12-21 17:50 UTC  (18+ messages)
` [RFC bpf-next 2/8] net: introduce XDP features flag
` [RFC bpf-next 6/8] libbpf: add API to get XDP/XSK supported features

[PATCH bpf-next v5 00/17] xdp: hints via kfuncs
 2022-12-21 17:49 UTC  (19+ 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 v3 0/3] fs/ufs: replace kmap() with kmap_local_page
 2022-12-21 17:46 UTC  (2+ messages)

[PATCH v4 0/3] fs/ufs: Replace kmap() with kmap_local_page
 2022-12-21 17:28 UTC  (4+ messages)
` [PATCH v4 1/3] fs/ufs: Use the offset_in_page() helper
` [PATCH v4 2/3] fs/ufs: Change the signature of ufs_get_page()
` [PATCH v4 3/3] fs/ufs: Replace kmap() with kmap_local_page()

[PATCH v3 bpf-next] bpf: Reduce smap->elem_size
 2022-12-21 14:50 UTC  (2+ messages)

[syzbot] riscv/fixes boot error: WARNING in __apply_to_page_range (2)
 2022-12-21 13:13 UTC  (3+ messages)

[ANNOUNCEMENT] libbpf v1.1 release
 2022-12-21  8:18 UTC 

[PATCH v3 0/2] bpftool: improve error handing for missing .BTF section
 2022-12-21  3:55 UTC  (12+ 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

[syzbot] KASAN: use-after-free Read in put_pmu_ctx
 2022-12-21  2:42 UTC  (13+ messages)

[PATCH v2 bpf-next] bpf: Reduce smap->elem_size
 2022-12-21  1:22 UTC  (3+ messages)

[PATCH bpf-next] bpf: Reduce smap->elem_size
 2022-12-21  1:15 UTC  (4+ messages)

WARNING in __mark_chain_precision
 2022-12-21  0:30 UTC  (3+ messages)

[PATCH bpf 1/2] bpf: pull before calling skb_postpull_rcsum()
 2022-12-21  0:20 UTC  (9+ messages)
` [PATCH bpf 2/2] selftests/bpf: tunnel: add sanity test for checksums
  ` [PATCH bpf] selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIAL

[PATCH v2] libbpf: Fix build warning on ref_ctr_off
 2022-12-21  0:00 UTC  (2+ messages)

[PATCH bpf-next v6 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
 2022-12-21  0:00 UTC  (2+ messages)

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

[bpf-next v2 0/5] samples/bpf: enhance syscall tracing program
 2022-12-20 22:40 UTC  (7+ 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 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)

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

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

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

[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  (3+ messages)
` [PATCH 1/2] bpf: "

[PATCH 3/5] tools lib subcmd: Add dependency test to install_headers
 2022-12-20  7:33 UTC  (2+ messages)

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

[RFC PATCH bpf-next 0/4] Support bpf trampoline for RV64
 2022-12-20  2:16 UTC  (2+ messages)

[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  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add BPF_F_NO_TUNNEL_KEY test


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