bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-23 07:52:58 to 2020-04-28 05:18:48 UTC [more...]

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

[PATCH bpf-next 0/6] Add ASAN to selftest and fix found problems
 2020-04-28  4:46 UTC  (7+ messages)
` [PATCH bpf-next 1/6] selftests/bpf: ensure test flavors use correct skeletons
` [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()

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

[PATCH bpf-next v2] [tools/bpf] workaround a verifier failure for test_progs
 2020-04-28  2:56 UTC 

[PATCH v17 0/3] BPF: New helper to obtain namespace data from current task
 2020-04-28  1:47 UTC  (5+ messages)

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

BPF office hours
 2020-04-27 22:37 UTC 

[PATCH 00/38] net: manually convert files to ReST format - part 1
 2020-04-27 22:01 UTC  (3+ messages)
` [PATCH 21/38] docs: networking: convert filter.txt to ReST
` [PATCH 38/38] docs: networking: convert kcm.txt "

[PATCH bpf-next v3 0/2] Change return code if failed to load
 2020-04-27 21:37 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: Change error code when ops is NULL
` [PATCH bpf-next v3 2/2] libbpf: Return err if bpf_object__load failed

pass kernel pointers to the sysctl ->proc_handler method v3
 2020-04-27 21:23 UTC  (13+ messages)
` [PATCH 1/5] bpf-cgroup: remove unused exports
` [PATCH 2/5] mm: remove watermark_boost_factor_sysctl_handler
` [PATCH 3/5] sysctl: remove all extern declaration from sysctl.c
` [PATCH 4/5] sysctl: avoid forward declarations
  ` [PATCH 5/5] sysctl: pass kernel pointers to ->proc_handler

[PATCH v2] bpf: Fix sk_psock refcnt leak when receiving message
 2020-04-27 21:21 UTC  (3+ messages)

[PATCH net-next 01/33] xdp: add frame size to xdp_buff
 2020-04-27 20:22 UTC  (33+ messages)
` [PATCH net-next 06/33] net: XDP-generic determining XDP frame size
` [PATCH net-next 07/33] xdp: xdp_frame add member frame_sz and handle in convert_to_xdp_frame
` [PATCH net-next 08/33] xdp: cpumap redirect use frame_sz and increase skb_tailroom
` [PATCH net-next 09/33] veth: adjust hard_start offset on redirect XDP frames
` [PATCH net-next 10/33] veth: xdp using frame_sz in veth driver
` [PATCH net-next 19/33] tun: add XDP frame size
` [PATCH net-next 20/33] vhost_net: also populate "
` [PATCH net-next 21/33] virtio_net: add XDP frame size in two code paths
` [PATCH net-next 23/33] ixgbe: add XDP frame size to driver
` [PATCH net-next 28/33] mlx5: rx queue setup time determine frame_sz for XDP
` [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] selftests/bpf: Copy runqslower to OUTPUT directory
 2020-04-27 20:18 UTC  (3+ messages)

[PATCH bpf-next v1 00/19] bpf: implement bpf iterator for kernel data
 2020-04-27 20:12 UTC  (20+ 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
` [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 08/19] bpf: create file "
` [PATCH bpf-next v1 09/19] bpf: add PTR_TO_BTF_ID_OR_NULL support
` [PATCH bpf-next v1 10/19] bpf: add netlink and ipv6_route targets
` [PATCH bpf-next v1 11/19] bpf: add task and task/file targets
` [PATCH bpf-next v1 12/19] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [PATCH bpf-next v1 13/19] bpf: handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
` [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 16/19] tools/bpftool: add bpf_iter support for bptool
` [PATCH bpf-next v1 17/19] tools/bpf: selftests: add iterator programs for ipv6_route and netlink
` [PATCH bpf-next v1 18/19] tools/bpf: selftests: add iter progs for bpf_map/task/task_file
` [PATCH bpf-next v1 19/19] tools/bpf: selftests: add bpf_iter selftests

[PATCH] net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()
 2020-04-27 18:17 UTC  (2+ messages)

Suspicious RCU usage in bpf_ipv4_fib_lookup
 2020-04-27 17:25 UTC  (2+ messages)

[PATCH bpf-next] tools: bpftool: allow unprivileged users to probe features
 2020-04-27 14:16 UTC  (3+ messages)

memory leak in inet_create (2)
 2020-04-27 13:48 UTC 

[PATCH net-next] dpaa2-eth: fix error return code in setup_dpni()
 2020-04-27 10:43 UTC 

[PATCH 0/1] Open source our TC classifier
 2020-04-27  9:45 UTC  (4+ messages)
` [PATCH 1/1] selftests/bpf: add cls_redirect classifier

WARNING: locking bug in inet_dgram_connect (2)
 2020-04-27  9:08 UTC 

[bpf-next PATCH 03/10] bpf: verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
 2020-04-27  6:35 UTC 

[PATCH] net: bpf: add bpf_ktime_get_boot_ns()
 2020-04-26 20:54 UTC  (3+ messages)

[PATCH] xsk: Fix typo in xsk_umem_consume_tx and xsk_generic_xmit comments
 2020-04-26 16:34 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=n
 2020-04-26 15:59 UTC  (2+ messages)

KMSAN: uninit-value in bpf_skb_load_helper_32
 2020-04-26 10:48 UTC 

bpf: test_sysctl run failed on Debian9
 2020-04-26  8:04 UTC  (3+ messages)

[PATCH] bpf: Fix sk_psock refcnt leak when receiving message
 2020-04-25 21:17 UTC  (3+ messages)

[PATCH] net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()
 2020-04-25 18:46 UTC 

[PATCH 00/16] kbuild: support 'userprogs' syntax
 2020-04-25 11:53 UTC  (13+ messages)
` [PATCH 02/16] Revert "objtool: Skip samples subdirectory"
` [PATCH 03/16] kbuild: add infrastructure to build userspace programs
` [PATCH 05/16] samples: seccomp: build sample programs for target architecture
` [PATCH 06/16] kbuild: doc: document the new syntax 'userprogs'
` [PATCH 08/16] samples: uhid: build sample program for target architecture
` [PATCH 12/16] samples: pidfd: "
` [PATCH 14/16] samples: auxdisplay: use 'userprogs' syntax

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

[PATCH v2 bpf] bpf: fix leak in LINK_UPDATE and enforce empty old_prog_fd
 2020-04-25  2:12 UTC  (3+ messages)

pull-request: bpf 2020-04-24
 2020-04-25  1:26 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix a couple of broken test_btf cases
 2020-04-25  0:48 UTC  (2+ messages)

[PATCH bpf-next] tools/runqslower: ensure own vmlinux.h is picked up first
 2020-04-25  0:46 UTC  (2+ messages)

[PATCH -next] bpf: Make bpf_link_fops static
 2020-04-25  0:44 UTC  (2+ messages)

[PATCH bpf] bpftool: Respect the -d option in struct_ops cmd
 2020-04-25  0:41 UTC  (3+ messages)

[PATCH bpf 1/2] bpf: Propagate expected_attach_type when verifying freplace programs
 2020-04-25  0:40 UTC  (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add test for freplace program with expected_attach_type

[PATCH] bpf, x86_32: Fix logic error in BPF_LDX zero-extension
 2020-04-25  0:25 UTC  (2+ messages)

[PATCH bpf v2 1/2] bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extension
 2020-04-25  0:15 UTC  (2+ messages)

[PATCH] bpf: Fix reStructuredText markup
 2020-04-25  0:09 UTC  (4+ messages)
` [PATCH v2] "

selftests 'make install' crashing due to bpf makefile bug
 2020-04-24 18:15 UTC  (2+ messages)

linux-next: Tree for Apr 24 (kernel/bpf/cgroup.c)
 2020-04-24 18:12 UTC  (2+ messages)

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

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-04-24 14:34 UTC  (7+ messages)
` [RFC PATCHv2 "
  ` [RFC PATCHv2 bpf-next 1/2] xdp: add a new helper for "
  ` [RFC PATCHv2 bpf-next 2/2] sample/bpf: add xdp_redirect_map_multicast test

[PATCH AUTOSEL 5.4 01/26] libbpf: Initialize *nl_pid so gcc 10 is happy
 2020-04-24 12:22 UTC 

[PATCH AUTOSEL 5.6 01/38] libbpf: Initialize *nl_pid so gcc 10 is happy
 2020-04-24 12:21 UTC 

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

[PATCH bpf] bpf: fix leak in LINK_UPDATE and enforce empty old_prog_fd
 2020-04-24  3:50 UTC 

[PATCH bpf-next 1/2] bpf: Change error code when ops is NULL
 2020-04-24  1:13 UTC  (7+ messages)
` [PATCH bpf-next v2 0/2] Change return code if failed to load object
  ` [PATCH bpf-next v2 1/2] bpf: Change error code when ops is NULL

[PATCH v2 bpf-next] bpf: make verifier log more relevant by default
 2020-04-23 19:41 UTC 

[PATCH bpf-next] bpf: make verifier log more relevant by default
 2020-04-23 18:32 UTC  (3+ messages)

[PATCH] docs: Fix WARNING - Title underline too short
 2020-04-23 13:35 UTC  (3+ messages)

decruft the vmalloc API v2
 2020-04-23 10:32 UTC  (3+ messages)
` [PATCH 04/29] staging: media: ipu3: use vmap instead of reimplementing it

bpf: test_progs run failed on debian 9
 2020-04-23  9:55 UTC 

bpf: test_btf run failed on debian9
 2020-04-23  9:44 UTC 

[PATCH] bpf, x32: remove unneeded conversion to bool
 2020-04-23  9:40 UTC  (4+ 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).