bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-28 04:51:14 to 2020-04-29 16:17:55 UTC [more...]

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

[PATCH bpf-next v1 00/19] bpf: implement bpf iterator for kernel data
 2020-04-29 15:34 UTC  (42+ messages)
` [PATCH bpf-next v1 01/19] net: refactor net assignment for seq_net_private structure
` [PATCH bpf-next v1 02/19] bpf: implement an interface to register bpf_iter targets
` [PATCH bpf-next v1 03/19] bpf: add bpf_map iterator
` [PATCH bpf-next v1 04/19] bpf: allow loading of a bpf_iter program
` [PATCH bpf-next v1 05/19] bpf: support bpf tracing/iter programs for BPF_LINK_CREATE
  ` [Potential Spoof] "
` [PATCH bpf-next v1 06/19] bpf: support bpf tracing/iter programs for BPF_LINK_UPDATE
` [PATCH bpf-next v1 07/19] bpf: create anonymous bpf iterator
` [PATCH bpf-next v1 16/19] tools/bpftool: add bpf_iter support for bptool

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

[PATCH v6] perf tools: add support for libpfm4
 2020-04-29 14:49 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] tools: bpftool: probe features for unprivileged users
 2020-04-29 14:45 UTC  (4+ 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 bpf-next v2 0/3] tools: bpftool: probe features for unprivileged users
 2020-04-29 14:44 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] tools: bpftool: for "feature probe" define "full_mode" bool as global
` [PATCH bpf-next v2 2/3] tools: bpftool: allow unprivileged users to probe features
` [PATCH bpf-next v2 3/3] tools: bpftool: make libcap dependency optional

[PATCH] bpf: fix unused variable warning
 2020-04-29 13:21 UTC 

[RFC PATCH bpf-next 0/6] bpf, printk: add BTF-based type printing
 2020-04-29 12:15 UTC  (7+ messages)
` [RFC PATCH bpf-next 5/6] printk: add type-printing %pT<type> format specifier which uses BTF

[PATCH v8 bpf-next 0/3] bpf: sharing bpf runtime stats with
 2020-04-29  6:45 UTC  (4+ messages)
` [PATCH v8 bpf-next 1/3] bpf: sharing bpf runtime stats with BPF_ENABLE_STATS
` [PATCH v8 bpf-next 2/3] libbpf: add support for command BPF_ENABLE_STATS
` [PATCH v8 bpf-next 3/3] bpf: add selftest for BPF_ENABLE_STATS

[PATCH v7 bpf-next 0/3] bpf: sharing bpf runtime stats with
 2020-04-29  5:36 UTC  (9+ messages)
` [PATCH v7 bpf-next 1/3] bpf: sharing bpf runtime stats with BPF_ENABLE_STATS
` [PATCH v7 bpf-next 2/3] libbpf: add support for command BPF_ENABLE_STATS
` [PATCH v7 bpf-next 3/3] bpf: add selftest for BPF_ENABLE_STATS

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

[PATCH v2 00/15] kbuild: support 'userprogs' syntax
 2020-04-29  3:45 UTC  (16+ messages)
` [PATCH v2 01/15] bpfilter: match bit size of bpfilter_umh to that of the kernel
` [PATCH v2 02/15] kbuild: add infrastructure to build userspace programs
` [PATCH v2 03/15] bpfilter: use 'userprogs' syntax to build bpfilter_umh
` [PATCH v2 04/15] samples: seccomp: build sample programs for target architecture
` [PATCH v2 05/15] kbuild: doc: document the new syntax 'userprogs'
` [PATCH v2 06/15] samples: uhid: fix warnings in uhid-example
` [PATCH v2 07/15] samples: uhid: build sample program for target architecture
` [PATCH v2 08/15] samples: hidraw: "
` [PATCH v2 09/15] samples: connector: "
` [PATCH v2 10/15] samples: vfs: build sample programs "
` [PATCH v2 11/15] samples: pidfd: build sample program "
` [PATCH v2 12/15] samples: mei: "
` [PATCH v2 13/15] samples: auxdisplay: use 'userprogs' syntax
` [PATCH v2 14/15] samples: timers: "
` [PATCH v2 15/15] samples: watchdog: "

[PATCH v2 bpf-next 00/11] Fix libbpf and selftest issues detected by ASAN
 2020-04-29  2:56 UTC  (13+ messages)
` [PATCH v2 bpf-next 01/11] selftests/bpf: ensure test flavors use correct skeletons
` [PATCH v2 bpf-next 02/11] selftests/bpf: add SAN_CFLAGS param to selftests build to allow sanitizers
` [PATCH v2 bpf-next 03/11] selftests/bpf: convert test_hashmap into test_progs test
` [PATCH v2 bpf-next 04/11] libbpf: fix memory leak and possible double-free in hashmap__clear
` [PATCH v2 bpf-next 05/11] selftests/bpf: fix memory leak in test selector
` [PATCH v2 bpf-next 06/11] selftests/bpf: fix memory leak in extract_build_id()
` [PATCH v2 bpf-next 07/11] selftests/bpf: fix invalid memory reads in core_relo selftest
` [PATCH v2 bpf-next 08/11] libbpf: fix huge memory leak in libbpf_find_vmlinux_btf_id()
` [PATCH v2 bpf-next 09/11] selftests/bpf: disable ASAN instrumentation for mmap()'ed memory read
` [PATCH v2 bpf-next 10/11] selftests/bpf: fix bpf_link leak in ns_current_pid_tgid selftest
` [PATCH v2 bpf-next 11/11] selftests/bpf: add runqslower binary to .gitignore

[PATCH 00/16] kbuild: support 'userprogs' syntax
 2020-04-29  2:43 UTC  (6+ messages)
` [PATCH 02/16] Revert "objtool: Skip samples subdirectory"

[PATCH v6 bpf-next 0/3] bpf: sharing bpf runtime stats with
 2020-04-29  2:06 UTC  (7+ messages)
` [PATCH v6 bpf-next 1/3] bpf: sharing bpf runtime stats with BPF_ENABLE_STATS
` [PATCH v6 bpf-next 2/3] libbpf: add support for command BPF_ENABLE_STATS
` [PATCH v6 bpf-next 3/3] bpf: add selftest for BPF_ENABLE_STATS

[PATCH v2] selftests/bpf: Copy runqslower to OUTPUT directory
 2020-04-29  1:25 UTC  (5+ messages)

[PATCH v3 bpf-next 0/3] Add BTF-defined map-in-map support to libbpf
 2020-04-29  0:37 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/3] libbpf: refactor BTF-defined map definition parsing logic
` [PATCH v3 bpf-next 2/3] libbpf: refactor map creation logic and fix cleanup leak
` [PATCH v3 bpf-next 3/3] libbpf: add BTF-defined map-in-map support

[PATCH v3 bpf-next 00/10] bpf_link observability APIs
 2020-04-29  0:33 UTC  (12+ messages)
` [PATCH v3 bpf-next 01/10] bpf: refactor bpf_link update handling
` [PATCH v3 bpf-next 02/10] bpf: allocate ID for bpf_link
` [PATCH v3 bpf-next 03/10] bpf: support GET_FD_BY_ID and GET_NEXT_ID "
` [PATCH v3 bpf-next 04/10] bpf: add support for BPF_OBJ_GET_INFO_BY_FD "
` [PATCH v3 bpf-next 05/10] libbpf: add low-level APIs for new bpf_link commands
` [PATCH v3 bpf-next 06/10] selftests/bpf: test bpf_link's get_next_id, get_fd_by_id, and get_obj_info
` [PATCH v3 bpf-next 07/10] bpftool: expose attach_type-to-string array to non-cgroup code
` [PATCH v3 bpf-next 08/10] bpftool: add bpf_link show and pin support
` [PATCH v3 bpf-next 09/10] bpftool: add bpftool-link manpage
` [PATCH v3 bpf-next 10/10] bpftool: add link bash completions

[PATCH v2 bpf-next 00/10] bpf_link observability APIs
 2020-04-29  0:11 UTC  (25+ messages)
` [PATCH v2 bpf-next 01/10] bpf: refactor bpf_link update handling
` [PATCH v2 bpf-next 02/10] bpf: allocate ID for bpf_link
` [PATCH v2 bpf-next 03/10] bpf: support GET_FD_BY_ID and GET_NEXT_ID "
` [PATCH v2 bpf-next 04/10] bpf: add support for BPF_OBJ_GET_INFO_BY_FD "
` [PATCH v2 bpf-next 05/10] libbpf: add low-level APIs for new bpf_link commands
` [PATCH v2 bpf-next 06/10] selftests/bpf: test bpf_link's get_next_id, get_fd_by_id, and get_obj_info
` [PATCH v2 bpf-next 07/10] bpftool: expose attach_type-to-string array to non-cgroup code
` [PATCH v2 bpf-next 08/10] bpftool: add bpf_link show and pin support
` [PATCH v2 bpf-next 09/10] bpftool: add bpftool-link manpage
` [PATCH v2 bpf-next 10/10] bpftool: add link bash completions

[PATCH bpf-next v2] [tools/bpf] workaround a verifier failure for test_progs
 2020-04-28 22:33 UTC  (3+ messages)

[PATCH v5 bpf-next 0/3] bpf: sharing bpf runtime stats with
 2020-04-28 22:13 UTC  (5+ messages)
` [PATCH v5 bpf-next 3/3] bpf: add selftest for BPF_ENABLE_STATS

[PATCH bpf-next 0/6] Add ASAN to selftest and fix found problems
 2020-04-28 22:13 UTC  (10+ messages)
` [PATCH bpf-next 2/6] selftests/bpf: add test_progs-asan flavor with AddressSantizer
` [PATCH bpf-next 3/6] selftests/bpf: convert test_hashmap into test_progs test
` [PATCH bpf-next 4/6] libbpf: fix memory leak and possible double-free in hashmap__clear
` [PATCH bpf-next 5/6] selftests/bpf: fix memory leak in test selector
` [PATCH bpf-next 6/6] selftests/bpf: fix memory leak in extract_build_id()

[PATCH] net: ena: fix gcc-4.8 missing-braces warning
 2020-04-28 21:51 UTC 

[PATCH 00/38] net: manually convert files to ReST format - part 1
 2020-04-28 21:40 UTC  (4+ messages)

[PATCH bpf-next v1 10/19] bpf: add netlink and ipv6_route targets
 2020-04-28 19:50 UTC  (3+ messages)
` [RFC PATCH] bpf: __bpf_iter__netlink() can be static

[PATCH -next] libbpf: Remove unneeded semicolon
 2020-04-28 19:49 UTC  (2+ messages)

[PATCH net-next 01/33] xdp: add frame size to xdp_buff
 2020-04-28 19:36 UTC  (14+ messages)
` [PATCH net-next 21/33] virtio_net: add XDP frame size in two code paths
` [PATCH net-next 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size
` [PATCH net-next 30/33] xdp: clear grow memory in bpf_xdp_adjust_tail()

[PATCH v2 bpf-next 0/3] Add BTF-defined map-in-map support to libbpf
 2020-04-28 18:35 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: refactor BTF-defined map definition parsing logic
` [PATCH v2 bpf-next 2/3] libbpf: refactor map creation logic and fix cleanup leak
` [PATCH v2 bpf-next 3/3] libbpf: add BTF-defined map-in-map support

[PATCH bpf-next v1 12/19] bpf: add bpf_seq_printf and bpf_seq_write helpers
 2020-04-28 16:35 UTC  (3+ messages)

BPFilter: bit size mismatch between bpfiter_umh and vmliux
 2020-04-28 16:14 UTC  (2+ messages)

[PATCH] selftests/bpf: Copy runqslower to OUTPUT directory
 2020-04-28 14:40 UTC  (3+ messages)

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-04-28 12:19 UTC  (9+ messages)

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-04-28 11:09 UTC  (5+ messages)
` [RFC PATCHv2 "
  ` [RFC PATCHv2 bpf-next 1/2] xdp: add a new helper for "

-EBUSY with some selftests on 5.7-rcX
 2020-04-28 10:32 UTC 

[PATCH bpf-next v3 0/2] Change return code if failed to load
 2020-04-28  6:58 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Change error code when ops is NULL

[PATCH] KVM: MIPS/TLB: Remove Unneeded semicolon in tlb.c
 2020-04-28  6:32 UTC 

[PATCH 04/16] net: bpfilter: use 'userprogs' syntax to build bpfilter_umh
 2020-04-28  5:13 UTC  (3+ messages)

[PATCH v3 bpf-next] bpf: make verifier log more relevant by default
 2020-04-28  4:55 UTC  (3+ 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).