bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-10 17:23:35 to 2021-04-13 18:10:54 UTC [more...]

[syzbot] WARNING: suspicious RCU usage in lock_sock_nested
 2021-04-13 18:10 UTC  (2+ messages)

[PATCH] arch/arm64/kernel/traps: Use find_vma_intersection() in traps for setting si_code
 2021-04-13 18:00 UTC  (4+ messages)

[PATCH v2 bpf-next] cpumap: bulk skb using netif_receive_skb_list
 2021-04-13 17:57 UTC  (2+ messages)

[PATCH bpf-next 0/5] support build selftests/bpf with clang
 2021-04-13 17:50 UTC  (30+ messages)
` [PATCH bpf-next 1/5] selftests: set CC to clang in lib.mk if LLVM is set
` [PATCH bpf-next 2/5] tools: allow proper CC/CXX/... override with LLVM=1 in Makefile.include
` [PATCH bpf-next 3/5] selftests/bpf: fix test_cpp compilation failure with clang
` [PATCH bpf-next 4/5] selftests/bpf: silence clang compilation warnings
` [PATCH bpf-next 5/5] bpftool: fix a clang compilation warning

[PATCH] selftests/bpf: use !E instead of comparing with NULL
 2021-04-13 17:22 UTC  (9+ messages)

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run2
 2021-04-13 17:20 UTC  (3+ messages)
` [syzbot] "

[PATCH RFC net] igb: Fix XDP with PTP enabled
 2021-04-13 17:21 UTC  (5+ messages)

[PATCH] i40e: fix the panic when running bpf in xdpdrv mode
 2021-04-13 16:18 UTC  (5+ messages)
` [PATCH net v2] "

[PATCHv5 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-04-13 15:38 UTC  (6+ messages)
` [PATCHv5 bpf-next 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCHv5 bpf-next 2/4] xdp: extend xdp_redirect_map with broadcast support
` [PATCHv5 bpf-next 3/4] sample/bpf: add xdp_redirect_map_multi for redirect_map broadcast test
` [PATCHv5 bpf-next 4/4] selftests/bpf: add xdp_redirect_multi test

[PATCH bpf-next v3 0/5] bpf: tools: support build selftests/bpf with clang
 2021-04-13 15:34 UTC  (6+ messages)
` [PATCH bpf-next v3 1/5] selftests: set CC to clang in lib.mk if LLVM is set
` [PATCH bpf-next v3 2/5] tools: allow proper CC/CXX/... override with LLVM=1 in Makefile.include
` [PATCH bpf-next v3 3/5] selftests/bpf: fix test_cpp compilation failure with clang
` [PATCH bpf-next v3 4/5] selftests/bpf: silence clang compilation warnings
` [PATCH bpf-next v3 5/5] bpftool: fix a clang compilation warning

[PATCH bpf-next v2 0/5] bpf: tools: support build selftests/bpf with clang
 2021-04-13 15:21 UTC  (15+ messages)
` [PATCH bpf-next v2 1/5] selftests: set CC to clang in lib.mk if LLVM is set
` [PATCH bpf-next v2 2/5] tools: allow proper CC/CXX/... override with LLVM=1 in Makefile.include
` [PATCH bpf-next v2 3/5] selftests/bpf: fix test_cpp compilation failure with clang
` [PATCH bpf-next v2 4/5] selftests/bpf: silence clang compilation warnings
` [PATCH bpf-next v2 5/5] bpftool: fix a clang compilation warning

[PATCH v8 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-04-13 15:16 UTC  (3+ messages)

[syzbot] WARNING in bpf_test_run
 2021-04-13 12:55 UTC  (5+ messages)

[PATCHv2 RFC bpf-next 0/7] bpf: Add support for ftrace probe
 2021-04-13 12:15 UTC  (8+ messages)
` [PATCHv2 RFC bpf-next 1/7] bpf: Move bpf_prog_start/end functions to generic place
` [PATCHv2 RFC bpf-next 2/7] bpf: Add bpf_functions object
` [PATCHv2 RFC bpf-next 3/7] bpf: Add support to attach program to ftrace probe
` [PATCHv2 RFC bpf-next 4/7] libbpf: Add btf__find_by_pattern_kind function
` [PATCHv2 RFC bpf-next 5/7] libbpf: Add support to load and attach ftrace probe
` [PATCHv2 RFC bpf-next 6/7] selftests/bpf: Add ftrace probe to fentry test
` [PATCHv2 RFC bpf-next 7/7] selftests/bpf: Add ftrace probe test

[PATCH net-next v2 0/7] stmmac: add XDP ZC support
 2021-04-13  9:36 UTC  (8+ messages)
` [PATCH net-next v2 1/7] net: stmmac: rearrange RX buffer allocation and free functions
` [PATCH net-next v2 2/7] net: stmmac: introduce dma_recycle_rx_skbufs for stmmac_reinit_rx_buffers
` [PATCH net-next v2 3/7] net: stmmac: refactor stmmac_init_rx_buffers "
` [PATCH net-next v2 4/7] net: stmmac: rearrange RX and TX desc init into per-queue basis
` [PATCH net-next v2 5/7] net: stmmac: Refactor __stmmac_xdp_run_prog for XDP ZC
` [PATCH net-next v2 6/7] net: stmmac: Enable RX via AF_XDP zero-copy
` [PATCH net-next v2 7/7] net: stmmac: Add TX via XDP zero-copy socket

[PATCH bpf-next 1/2] bpf: return target info when a tracing bpf_link is queried
 2021-04-13  9:16 UTC  (7+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add tests for target information in bpf_link info queries

[PATCH bpf-next v2 1/2] bpf: return target info when a tracing bpf_link is queried
 2021-04-13  9:16 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: add tests for target information in bpf_link info queries

Selftest failures related to kern_sync_rcu()
 2021-04-13  8:50 UTC  (3+ messages)

[PATCH net-next 0/7] stmmac: add XDP ZC support
 2021-04-13  7:58 UTC  (10+ messages)
` [PATCH net-next 1/7] net: stmmac: rearrange RX buffer allocation and free functions
` [PATCH net-next 2/7] net: stmmac: introduce dma_recycle_rx_skbufs for stmmac_reinit_rx_buffers
` [PATCH net-next 3/7] net: stmmac: refactor stmmac_init_rx_buffers "
` [PATCH net-next 4/7] net: stmmac: rearrange RX and TX desc init into per-queue basis
` [PATCH net-next 5/7] net: stmmac: Refactor __stmmac_xdp_run_prog for XDP ZC
` [PATCH net-next 6/7] net: stmmac: Enable RX via AF_XDP zero-copy
` [PATCH net-next 7/7] net: stmmac: Add TX via XDP zero-copy socket

BUG: unable to handle kernel paging request in bpf_trace_run2
 2021-04-13  7:57 UTC  (3+ messages)
` [syzbot] "

[PATCH v2 bpf-next 0/2] xsk: introduce generic almost-zerocopy xmit
 2021-04-13  7:14 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Make docs tests fail more reliably
 2021-04-13  4:57 UTC  (3+ messages)

[PATCH bpf-next v2] libbpf: clarify flags in ringbuf helpers
 2021-04-13  4:30 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: Generate BTF_KIND_FLOAT when linking vmlinux
 2021-04-13  3:18 UTC  (3+ messages)

[PATCH net-next v4 00/10] virtio-net support xdp socket zero copy xmit
 2021-04-13  3:15 UTC  (11+ messages)
` [PATCH net-next v4 01/10] netdevice: priv_flags extend to 64bit
` [PATCH net-next v4 02/10] netdevice: add priv_flags IFF_NOT_USE_DMA_ADDR
` [PATCH net-next v4 03/10] virtio-net: "
` [PATCH net-next v4 04/10] xsk: support get page by addr
` [PATCH net-next v4 05/10] xsk: XDP_SETUP_XSK_POOL support option IFF_NOT_USE_DMA_ADDR
` [PATCH net-next v4 06/10] virtio-net: unify the code for recycling the xmit ptr
` [PATCH net-next v4 07/10] virtio-net: virtnet_poll_tx support budget check
` [PATCH net-next v4 08/10] virtio-net: xsk zero copy xmit setup
` [PATCH net-next v4 09/10] virtio-net: xsk zero copy xmit implement wakeup and xmit
` [PATCH net-next v4 10/10] virtio-net: xsk zero copy xmit kick by threshold

[RFC Patch bpf-next] bpf: introduce bpf timer
 2021-04-12 23:01 UTC  (6+ messages)

[PATCH bpf-next v3 0/3] add batched ops for percpu array
 2021-04-12 21:49 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] bpf: add batched ops support "
` [PATCH bpf-next v3 2/3] bpf: selftests: remove percpu macros from bpf_util.h
` [PATCH bpf-next v3 3/3] bpf: selftests: update array map tests for per-cpu batched ops

[PATCH bpf-next v3 0/6] Add a snprintf eBPF helper
 2021-04-12 20:40 UTC  (10+ messages)
` [PATCH bpf-next v3 1/6] bpf: Factorize bpf_trace_printk and bpf_seq_printf
` [PATCH bpf-next v3 2/6] bpf: Add a ARG_PTR_TO_CONST_STR argument type
` [PATCH bpf-next v3 3/6] bpf: Add a bpf_snprintf helper
` [PATCH bpf-next v3 4/6] libbpf: Initialize the bpf_seq_printf parameters array field by field
` [PATCH bpf-next v3 5/6] libbpf: Introduce a BPF_SNPRINTF helper macro
` [PATCH bpf-next v3 6/6] selftests/bpf: Add a series of tests for bpf_snprintf

BUG: unable to handle kernel paging request in bpf_check
 2021-04-12 17:08 UTC  (2+ messages)

mmotm 2021-04-11-20-47 uploaded (bpf: xsk.c)
 2021-04-12 16:38 UTC 

[PATCHv4 bpf-next 0/5] bpf: Tracing and lsm programs re-attach
 2021-04-12 16:25 UTC  (6+ messages)
` [PATCHv4 bpf-next 1/5] bpf: Allow trampoline re-attach for tracing and lsm programs
` [PATCHv4 bpf-next 2/5] selftests/bpf: Add re-attach test to fentry_test
` [PATCHv4 bpf-next 3/5] selftests/bpf: Add re-attach test to fexit_test
` [PATCHv4 bpf-next 4/5] selftests/bpf: Add re-attach test to lsm test
` [PATCHv4 bpf-next 5/5] selftests/bpf: Test that module can't be unloaded with attached trampoline

[PATCH AUTOSEL 5.11 17/51] bpf: Take module reference for trampoline in module
 2021-04-12 16:22 UTC 

[Patch bpf-next] sock_map: fix a potential use-after-free in sock_map_close()
 2021-04-12 15:40 UTC  (3+ messages)

[PATCH bpf-next] bpf: Document PROG_TEST_RUN limitations
 2021-04-12 15:40 UTC  (4+ messages)

[Patch bpf-next] skmsg: pass psock pointer to ->psock_update_sk_prot()
 2021-04-12 15:40 UTC  (3+ messages)

ANNOUNCE: pahole v1.21 (clang's LTO edition, BTF floats)
 2021-04-12 15:08 UTC 

[PATCH v4 bpf-next] bpf: add lookup_and_delete_elem support to hashtab
 2021-04-12 14:19 UTC  (4+ messages)

[PATCH 1/3] powerpc/ebpf32: Fix comment on BPF_ALU{64} | BPF_LSH | BPF_K
 2021-04-12 11:44 UTC  (3+ messages)
` [PATCH 2/3] powerpc/ebpf32: Rework 64 bits shifts to avoid tests and branches
` [PATCH 3/3] powerpc/ebpf32: Use standard function call for functions within 32M distance

[PATCH net v3] net: sched: fix packet stuck problem for lockless qdisc
 2021-04-12  8:21 UTC  (4+ messages)

[PATCH v2 0/9] riscv: improve self-protection
 2021-04-12  5:37 UTC  (4+ messages)
` [PATCH v2 1/9] riscv: add __init section marker to some functions

[PATCHv3 bpf-next 1/5] bpf: Allow trampoline re-attach for tracing and lsm programs (fwd)
 2021-04-11 18:47 UTC 

sysctl: setting key "net.core.bpf_jit_enable": Invalid argument
 2021-04-11 18:39 UTC  (3+ messages)

[PATCH kbuild v4] kbuild: add an elfnote for whether vmlinux is built with lto
 2021-04-11 18:09 UTC  (11+ messages)

[PATCHv3 bpf-next 0/5] bpf: Tracing and lsm programs re-attach
 2021-04-11 13:00 UTC  (6+ messages)
` [PATCHv3 bpf-next 1/5] bpf: Allow trampoline re-attach for tracing and lsm programs
` [PATCHv3 bpf-next 2/5] selftests/bpf: Add re-attach test to fentry_test
` [PATCHv3 bpf-next 3/5] selftests/bpf: Add re-attach test to fexit_test
` [PATCHv3 bpf-next 4/5] selftests/bpf: Add re-attach test to lsm test
` [PATCHv3 bpf-next 5/5] selftests/bpf: Test that module can't be unloaded with attached trampoline

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-04-11 10:05 UTC  (8+ messages)
` [PATCH net-next v3 2/5] mm: add a signature in struct page

[PATCHv2 bpf-next 00/15] Improve BPF syscall command documentation
 2021-04-10 18:12 UTC  (5+ messages)
` [PATCHv2 bpf-next 06/15] bpf: Document BPF_PROG_TEST_RUN syscall command

5.?? regression: strace testsuite OOpses kernel on ia64
 2021-04-10 17:36 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;
as well as URLs for NNTP newsgroup(s).