bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-31 15:52:41 to 2020-11-04 11:09:27 UTC [more...]

[PATCHv2 iproute2-next 0/5] iproute2: add libbpf support
 2020-11-04 11:09 UTC  (31+ messages)
` [PATCHv3 "
  ` [PATCHv3 iproute2-next 1/5] configure: add check_libbpf() for later "
  ` [PATCHv3 iproute2-next 3/5] lib: add "

[PATCH bpf-next v2 0/8] Implement task_local_storage
 2020-11-04 11:03 UTC  (27+ messages)
` [PATCH bpf-next v2 1/8] bpf: Implement task local storage
` [PATCH bpf-next v2 2/8] libbpf: Add support for "
` [PATCH bpf-next v2 3/8] bpftool: "
` [PATCH bpf-next v2 4/8] bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
` [PATCH bpf-next v2 5/8] bpf: Fix tests for local_storage
` [PATCH bpf-next v2 6/8] bpf: Update selftests for local_storage to use vmlinux.h
` [PATCH bpf-next v2 7/8] bpf: Add tests for task_local_storage
` [PATCH bpf-next v2 8/8] bpf: Exercise syscall operations for inode and sk storage

[PATCH v3 net-next 0/5] xdp: introduce bulking for page_pool tx return path
 2020-11-04 10:22 UTC  (6+ messages)
` [PATCH v3 net-next 1/5] net: xdp: introduce bulking for xdp "
` [PATCH v3 net-next 2/5] net: page_pool: add bulk support for ptr_ring
` [PATCH v3 net-next 3/5] net: mvneta: add xdp tx return bulking support
` [PATCH v3 net-next 4/5] net: mvpp2: "
` [PATCH v3 net-next 5/5] net: mlx5: "

[PATCH bpf-next 0/2] libbpf: add support for privileged/unprivileged control separation
 2020-11-04  9:46 UTC  (3+ messages)
` [PATCH bpf-next 1/2] libbpf: separate XDP program load with xsk socket creation
` [PATCH bpf-next 2/2] samples/bpf: sample application for eBPF load and socket creation split

[PATCH 00/12] [Set 2] Rid W=1 warnings in Net
 2020-11-04  9:31 UTC  (4+ messages)
` [PATCH 05/12] net: xen-netback: xenbus: Demote nonconformant kernel-doc headers
` [PATCH 08/12] net: xen-netfront: Demote non-kernel-doc headers to standard comment blocks

[PATCH bpf 0/2] libbpf: fix two bugs in xsk_socket__delete
 2020-11-04  8:26 UTC  (6+ messages)
` [PATCH bpf 1/2] libbpf: fix null dereference "
` [PATCH bpf 2/2] libbpf: fix possible use after free "

[PATCH bpf-next] lib/strncpy_from_user.c: Don't overcopy bytes after NUL terminator
 2020-11-04  2:29 UTC 

[bpf-next PATCH v3 0/5] selftests/bpf: Migrate test_tcpbpf_user to be a part of test_progs framework
 2020-11-04  2:10 UTC  (9+ messages)
` [bpf-next PATCH v3 1/5] selftests/bpf: Move test_tcppbf_user into test_progs
` [bpf-next PATCH v3 2/5] selftests/bpf: Drop python client/server in favor of threads
` [bpf-next PATCH v3 3/5] selftests/bpf: Replace EXPECT_EQ with ASSERT_EQ and refactor verify_results
` [bpf-next PATCH v3 4/5] selftests/bpf: Migrate tcpbpf_user.c to use BPF skeleton
` [bpf-next PATCH v3 5/5] selftest/bpf: Use global variables instead of maps for test_tcpbpf_kern

[PATCH v4 seccomp 0/5] seccomp: Add bitmap cache of constant allow filter results
 2020-11-04  0:29 UTC  (13+ messages)
` [PATCH v4 seccomp 5/5] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2020-11-03 23:28 UTC  (9+ messages)

[PATCHv2 0/2] pahole: Workaround dwarf bug for function encoding
 2020-11-03 23:22 UTC  (15+ messages)
` [PATCH 1/2] btf_encoder: Move find_all_percpu_vars in generic collect_symbols
` [PATCH 2/2] btf_encoder: Change functions check due to broken dwarf

[PATCH 5.9 280/391] rcu-tasks: Fix grace-period/unlock race in RCU Tasks Trace
 2020-11-03 20:35 UTC  (3+ messages)
` [PATCH 5.9 281/391] rcu-tasks: Fix low-probability task_struct leak
` [PATCH 5.9 282/391] rcu-tasks: Enclose task-list scan in rcu_read_lock()

[bpf-next PATCH v2 1/5] selftests/bpf: Move test_tcppbf_user into test_progs
 2020-11-03 19:06 UTC  (22+ messages)
` [bpf-next PATCH v2 2/5] selftests/bpf: Drop python client/server in favor of threads
` [bpf-next PATCH v2 3/5] selftests/bpf: Replace EXPECT_EQ with ASSERT_EQ and refactor verify_results
` [bpf-next PATCH v2 4/5] selftests/bpf: Migrate tcpbpf_user.c to use BPF skeleton
` [bpf-next PATCH v2 5/5] selftest/bpf: Use global variables instead of maps for test_tcpbpf_kern
` [bpf-next PATCH v2 0/5] selftests/bpf: Migrate test_tcpbpf_user to be a part of test_progs framework

[PATCH bpf] selftest/bpf: Validate initial values of per-cpu hash elems
 2020-11-03 18:28 UTC  (5+ messages)

bpf_probe_read*str() may store junk after NUL terminator
 2020-11-03 18:24 UTC  (2+ messages)

[PATCH bpf v2] bpf: zero-fill re-used per-cpu map element
 2020-11-03 18:19 UTC  (3+ messages)
` [PATCH bpf v3] "

[PATCH bpf-next 00/11] libbpf: split BTF support
 2020-11-03 17:55 UTC  (37+ messages)
` [PATCH bpf-next 03/11] libbpf: unify and speed up BTF string deduplication
` [PATCH bpf-next 04/11] libbpf: implement basic split BTF support
` [PATCH bpf-next 05/11] selftests/bpf: add split BTF basic test
` [PATCH bpf-next 06/11] selftests/bpf: add checking of raw type dump in BTF writer APIs selftests
` [PATCH bpf-next 07/11] libbpf: fix BTF data layout checks and allow empty BTF
` [PATCH bpf-next 08/11] libbpf: support BTF dedup of split BTFs
` [PATCH bpf-next 09/11] libbpf: accomodate DWARF/compiler bug with duplicated identical arrays
` [PATCH bpf-next 10/11] selftests/bpf: add split BTF dedup selftests
` [PATCH bpf-next 11/11] tools/bpftool: add bpftool support for split BTF

[PATCH bpf-next 0/5] Implement task_local_storage
 2020-11-03 14:52 UTC  (7+ messages)
` [PATCH bpf-next 1/5] bpf: Implement task local storage

[PATCH bpf-next 0/5] selftests/xsk: xsk selftests
 2020-11-03 12:26 UTC  (3+ messages)

potential NULL deref in xsk_socket__delete
 2020-11-03  7:26 UTC  (2+ messages)

[PATCH bpf-next 0/2] selftest/bpf: improve bpf tunnel test
 2020-11-03  4:29 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftest/bpf: add missed ip6ip6 test back
` [PATCH bpf-next 2/2] selftest/bpf: remove unused bpf tunnel testing code

x86 BPF JIT failed to load a program with continuous JMPs
 2020-11-03  4:00 UTC 

[PATCH bpf-next V5 0/5] Subj: bpf: New approach for BPF MTU handling
 2020-11-02 20:10 UTC  (16+ messages)
` [PATCH bpf-next V5 2/5] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V5 3/5] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V5 4/5] bpf: drop MTU check when doing TC-BPF redirect to ingress

For review: seccomp_user_notif(2) manual page [v2]
 2020-11-02 20:04 UTC  (18+ messages)

[RFC PATCH 0/6] Sleepable tracepoints
 2020-11-02 18:51 UTC  (10+ messages)
` [RFC PATCH 1/6] tracing: introduce sleepable tracepoints
` [RFC PATCH 6/6] tracing: use sched-RCU instead of SRCU for rcuidle tracepoints

[selftest/bpf] 472547778d: WARNING:at_kernel/bpf/verifier.c:#resolve_pseudo_ldimm64
 2020-11-02 17:51 UTC  (3+ messages)

[PATCH net-next] ice: Remove xsk_buff_pool from VSI structure
 2020-11-02  9:37 UTC 

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run3
 2020-11-02 11:54 UTC 

[PATCH bpf-net] bpf: fix error path in htab_map_alloc()
 2020-11-02 11:41 UTC 

KASAN: slab-out-of-bounds Write in xfrm_attr_cpy32
 2020-11-02  7:23 UTC 

[PATCH bpf-next 2/5] bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
 2020-10-31 18:45 UTC  (3+ messages)
` [RFC PATCH] bpf: bpf_get_current_task_btf_proto can be static


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