bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-29 14:45:14 to 2020-05-01 22:09:50 UTC [more...]

decruft the vmalloc API v2
 2020-05-01 22:09 UTC  (5+ messages)
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc

[PATCH bpf-next v3] bpf: bpf_{g,s}etsockopt for struct bpf_sock_addr
 2020-05-01 22:07 UTC  (6+ messages)

-EBUSY with some selftests on 5.7-rcX
 2020-05-01 20:18 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: fix use-after-free of bpf_link when priming half-fails
 2020-05-01 19:59 UTC  (2+ messages)

[PATCH] bpf: Tweak BPF jump table optimizations for objtool compatibility
 2020-05-01 19:56 UTC  (5+ messages)

[PATCH bpf-next] libbpf: fix probe code to return EPERM if encountered
 2020-05-01 19:16 UTC  (5+ messages)

[PATCH bpf-next v1 00/19] bpf: implement bpf iterator for kernel data
 2020-05-01 19:01 UTC  (46+ messages)
` [PATCH bpf-next v1 03/19] bpf: add bpf_map iterator
` [PATCH bpf-next v1 07/19] bpf: create anonymous bpf iterator
` [PATCH bpf-next v1 08/19] bpf: create file "
` [PATCH bpf-next v1 09/19] bpf: add PTR_TO_BTF_ID_OR_NULL support
` [PATCH bpf-next v1 11/19] bpf: add task and task/file targets
` [PATCH bpf-next v1 14/19] bpf: support variable length array in tracing programs
` [PATCH bpf-next v1 15/19] tools/libbpf: add bpf_iter support
` [PATCH bpf-next v1 17/19] tools/bpf: selftests: add iterator programs for ipv6_route and netlink

Fighting BPF verifier to reach end-of-packet with XDP
 2020-05-01 18:10 UTC  (2+ messages)

[PATCH v9 bpf-next 0/3] bpf: sharing bpf runtime stats with
 2020-05-01 17:56 UTC  (6+ messages)
` [PATCH v9 bpf-next 1/3] bpf: sharing bpf runtime stats with BPF_ENABLE_STATS
` [PATCH v9 bpf-next 2/3] libbpf: add support for command BPF_ENABLE_STATS
` [PATCH v9 bpf-next 3/3] bpf: add selftest for BPF_ENABLE_STATS

[PATCH bpf-next] bpf: fix use-after-free of bpf_link when priming half-fails
 2020-05-01 17:46 UTC  (5+ messages)
` [Potential Spoof] "

[PATCH bpf-next 0/3] Enable socket lookup in SOCKMAP/SOCKHASH from BPF
 2020-05-01 16:12 UTC  (10+ messages)
` [PATCH bpf-next 1/3] bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASH
` [PATCH bpf-next 2/3] selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowed
` [PATCH bpf-next 3/3] selftests/bpf: Use SOCKMAP for server sockets in bpf_sk_assign test

KASAN: use-after-free Read in inet_diag_bc_sk
 2020-05-01 14:49 UTC  (2+ messages)

[PATCH net-next v2 01/33] xdp: add frame size to xdp_buff
 2020-05-01 14:47 UTC  (39+ messages)
` [PATCH net-next v2 02/33] bnxt: add XDP frame size to driver
` [PATCH net-next v2 03/33] sfc: add XDP frame size
` [PATCH net-next v2 04/33] mvneta: add XDP frame size to driver
` [PATCH net-next v2 05/33] net: netsec: Add support for XDP frame size
` [PATCH net-next v2 06/33] net: XDP-generic determining "
` [PATCH net-next v2 07/33] xdp: xdp_frame add member frame_sz and handle in convert_to_xdp_frame
` [PATCH net-next v2 08/33] xdp: cpumap redirect use frame_sz and increase skb_tailroom
` [PATCH net-next v2 09/33] veth: adjust hard_start offset on redirect XDP frames
` [PATCH net-next v2 10/33] veth: xdp using frame_sz in veth driver
` [PATCH net-next v2 11/33] dpaa2-eth: add XDP frame size
` [PATCH net-next v2 12/33] hv_netvsc: add XDP frame size to driver
` [PATCH net-next v2 13/33] qlogic/qede: "
` [PATCH net-next v2 14/33] net: ethernet: ti: add XDP frame size to driver cpsw
` [PATCH net-next v2 15/33] ena: add XDP frame size to amazon NIC driver
` [PATCH net-next v2 16/33] mlx4: add XDP frame size and adjust max XDP MTU
` [PATCH net-next v2 17/33] net: thunderx: add XDP frame size
` [PATCH net-next v2 18/33] nfp: add XDP frame size to netronome driver
` [PATCH net-next v2 19/33] tun: add XDP frame size
` [PATCH net-next v2 20/33] vhost_net: also populate "
` [PATCH net-next v2 21/33] virtio_net: add XDP frame size in two code paths
` [PATCH net-next v2 22/33] ixgbe: fix XDP redirect on archs with PAGE_SIZE above 4K
` [PATCH net-next v2 23/33] ixgbe: add XDP frame size to driver
` [PATCH net-next v2 24/33] ixgbevf: add XDP frame size to VF driver
` [PATCH net-next v2 25/33] i40e: add XDP frame size to driver
` [PATCH net-next v2 26/33] ice: "
` [PATCH net-next v2 27/33] xdp: for Intel AF_XDP drivers add XDP frame_sz
` [PATCH net-next v2 28/33] mlx5: rx queue setup time determine frame_sz for XDP
` [PATCH net-next v2 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size
` [PATCH net-next v2 30/33] xdp: clear grow memory in bpf_xdp_adjust_tail()
` [PATCH net-next v2 31/33] bpf: add xdp.frame_sz in bpf_prog_test_run_xdp()
` [PATCH net-next v2 32/33] selftests/bpf: adjust BPF selftest for xdp_adjust_tail
` [PATCH net-next v2 33/33] selftests/bpf: xdp_adjust_tail add grow tail tests

KASAN: slab-out-of-bounds Read in inet_diag_bc_sk
 2020-05-01 11:10 UTC 

[PATCH bpf] security: Fix the default value of fs_context_parse_param hook
 2020-05-01  7:30 UTC  (3+ messages)

[PATCH] bpf, x86_32: Fix clobbering of dst for BPF_JSET
 2020-05-01  6:53 UTC  (3+ messages)

[PATCH net-next 0/2] inet_diag: add cgroup attribute and filter
 2020-05-01  5:54 UTC  (5+ messages)
` [PATCH net-next 1/2] inet_diag: add cgroup id attribute
` [PATCH net-next 2/2] inet_diag: add support for cgroup filter

BPFilter: bit size mismatch between bpfiter_umh and vmliux
 2020-05-01  5:15 UTC  (4+ messages)

[PATCH net-next] dpaa2-eth: fix error return code in setup_dpni()
 2020-05-01  3:40 UTC  (2+ messages)

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-05-01  2:44 UTC  (10+ messages)

[PATCH bpf 0/2] bpf, arm: Small JIT optimizations
 2020-05-01  2:02 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instruction
` [PATCH bpf-next 2/2] bpf, arm: Optimize ALU ARSH K using asr immediate instruction

[PATCH 00/15] gcc-10 warning fixes
 2020-04-30 21:30 UTC  (2+ messages)
` [PATCH 05/15] bpf: avoid gcc-10 stringop-overflow warning

[PATCH bpf-next v1 12/19] bpf: add bpf_seq_printf and bpf_seq_write helpers
 2020-04-30 20:06 UTC  (4+ messages)

KASAN: use-after-free Write in bpf_link_put
 2020-04-30 18:16 UTC  (3+ messages)

pulling cap_perfmon
 2020-04-30 18:03 UTC 

[PATCH iproute2-next 0/2] ss: add support for cgroup v2 information and filtering
 2020-04-30 15:52 UTC  (3+ messages)
` [PATCH iproute2-next 1/2] ss: introduce cgroup2 cache and helper functions
` [PATCH iproute2-next 2/2] ss: add support for cgroup v2 information and filtering

[PATCH bpf-next v2] bpf: bpf_{g,s}etsockopt for struct bpf_sock
 2020-04-30 14:39 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: Test allowed maps for bpf_sk_select_reuseport
 2020-04-30 14:32 UTC  (2+ messages)

[PATCH v12 0/4] perf tools: add support for libpfm4
 2020-04-30 14:26 UTC  (7+ messages)
` [PATCH v12 1/4] perf doc: pass ASCIIDOC_EXTRA as an argument
` [PATCH v12 2/4] tools feature: add support for detecting libpfm4
` [PATCH v12 3/4] perf pmu: add perf_pmu__find_by_type helper
` [PATCH v12 4/4] perf tools: add support for libpfm4

[PATCH -next] bpf: fix error return code in map_lookup_and_delete_elem()
 2020-04-30 14:26 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: fix false uninitialized variable warning
 2020-04-30 14:25 UTC  (3+ messages)

[PATCH v13 0/4] perf tools: add support for libpfm4
 2020-04-30 14:24 UTC  (5+ messages)
` [PATCH v13 1/4] perf doc: pass ASCIIDOC_EXTRA as an argument
` [PATCH v13 2/4] tools feature: add support for detecting libpfm4
` [PATCH v13 3/4] perf pmu: add perf_pmu__find_by_type helper
` [PATCH v13 4/4] perf tools: add support for libpfm4

[PATCH bpf-next] bpf, riscv: Fix stack layout of JITed code on RV32
 2020-04-30 14:23 UTC  (3+ messages)

[PATCH net-next 20/33] vhost_net: also populate XDP frame size
 2020-04-30 10:14 UTC  (8+ messages)
` [PATCH net-next 21/33] virtio_net: add XDP frame size in two code paths

[RFC PATCH bpf-next 0/6] bpf, printk: add BTF-based type printing
 2020-04-30 10:03 UTC  (5+ messages)

[PATCH] net: ena: fix gcc-4.8 missing-braces warning
 2020-04-30  7:18 UTC  (2+ messages)

[PATCH v8 bpf-next 0/3] bpf: sharing bpf runtime stats with
 2020-04-30  7:05 UTC  (10+ messages)
` [PATCH v8 bpf-next 1/3] bpf: sharing bpf runtime stats with BPF_ENABLE_STATS
` [PATCH v8 bpf-next 3/3] bpf: add selftest for BPF_ENABLE_STATS

BPF vs objtool again
 2020-04-30  4:43 UTC  (6+ messages)

[PATCH bpf-next] libbpf: fix false unused variable warning
 2020-04-30  2:13 UTC  (4+ messages)

[PATCH bpf-next 1/2] bpf: Change error code when ops is NULL
 2020-04-30  2:04 UTC  (2+ messages)

[PATCH] bpf: fix unused variable warning
 2020-04-29 23:15 UTC  (3+ messages)

[PATCH bpf-next v3 0/3] tools: bpftool: probe features for unprivileged users
 2020-04-29 23:14 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] tools: bpftool: for "feature probe" define "full_mode" bool as global
` [PATCH bpf-next v3 2/3] tools: bpftool: allow unprivileged users to probe features
` [PATCH bpf-next v3 3/3] tools: bpftool: make libcap dependency optional

[PATCH v6] perf tools: add support for libpfm4
 2020-04-29 16:59 UTC  (3+ messages)

(no subject)
 2020-04-29 16:53 UTC 

[PATCH bpf-next] bpf: bpf_{g,s}etsockopt for struct bpf_sock
 2020-04-29 16:45 UTC  (2+ messages)

[PATCH bpf-next v9 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-04-29 16:17 UTC  (5+ messages)

bpf_override_return out of order execution?
 2020-04-29 14:49 UTC 


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