bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-23 01:05:17 to 2020-07-24 20:38:34 UTC [more...]

[PATCH v4 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-07-24 20:38 UTC 

[PATCH bpf-next] bpf: fix build on architectures with special bpf_user_pt_regs_t
 2020-07-24 20:05 UTC 

[PATCH v3 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-07-24 19:08 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/4] bpf: Factor out bpf_link_get_by_id() helper
` [PATCH v3 bpf-next 2/4] bpf: Add BPF program and map iterators as built-in BPF programs
` [PATCH v3 bpf-next 3/4] bpf: Add kernel module with user mode driver that populates bpffs
` [PATCH v3 bpf-next 4/4] selftests/bpf: Add bpffs preload test

[PATCH v5 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-24 17:35 UTC  (7+ messages)
` [PATCH v5 bpf-next 1/6] bpf, x64: use %rcx instead of %rax for tail call retpolines
` [PATCH v5 bpf-next 2/6] bpf: propagate poke descriptors to subprograms
` [PATCH v5 bpf-next 3/6] bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
` [PATCH v5 bpf-next 4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT
` [PATCH v5 bpf-next 5/6] bpf: allow for tailcalls in BPF subprograms for x64 JIT
` [PATCH v5 bpf-next 6/6] selftests: bpf: add dummy prog for bpf2bpf with tailcall

[PATCH v4 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-24 16:52 UTC  (9+ messages)
` [PATCH v4 bpf-next 1/6] bpf, x64: use %rcx instead of %rax for tail call retpolines
` [PATCH v4 bpf-next 2/6] bpf: propagate poke descriptors to subprograms
` [PATCH v4 bpf-next 3/6] bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
` [PATCH v4 bpf-next 4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT
` [PATCH v4 bpf-next 5/6] bpf: allow for tailcalls in BPF subprograms for x64 JIT
` [PATCH v4 bpf-next 6/6] selftests: bpf: add dummy prog for bpf2bpf with tailcall

[PATCH bpf-next v6 0/7] Generalizing bpf_local_storage
 2020-07-24 15:44 UTC  (10+ messages)
` [PATCH bpf-next v6 1/7] bpf: Renames to prepare for generalizing sk_storage
` [PATCH bpf-next v6 2/7] bpf: Generalize caching for sk_storage
` [PATCH bpf-next v6 3/7] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v6 4/7] bpf: Split bpf_local_storage to bpf_sk_storage
` [PATCH bpf-next v6 5/7] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v6 6/7] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next v6 7/7] bpf: Add selftests for local_storage

Maximum size of record over perf ring buffer?
 2020-07-24  9:40 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH bpf-next 0/2] tools: bpftool: update prog names list and fix segfault
 2020-07-24  9:06 UTC  (3+ messages)
` [PATCH bpf-next 1/2] tools: bpftool: skip type probe if name is not found
` [PATCH bpf-next 2/2] tools: bpftool: add LSM type to array of prog names

[PATCH bpf-next] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL
 2020-07-24  7:53 UTC  (4+ messages)

[PATCH v6 bpf-next 0/5] Make BPF CGROUP_STORAGE map usable by different programs at once
 2020-07-24  6:33 UTC  (8+ messages)
` [PATCH v6 bpf-next 1/5] selftests/bpf: Add test for CGROUP_STORAGE map on multiple attaches
` [PATCH v6 bpf-next 2/5] selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progs
` [PATCH v6 bpf-next 3/5] bpf: Make cgroup storages shared between programs on the same cgroup
` [PATCH v6 bpf-next 4/5] selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress
` [PATCH v6 bpf-next 5/5] Documentation/bpf: Document CGROUP_STORAGE map type

[PATCH v5 bpf-next 0/5] bpf: fix stackmap on perf_events with PEBS
 2020-07-24  5:32 UTC  (7+ messages)
` [PATCH v5 bpf-next 1/5] bpf: separate bpf_get_[stack|stackid] for perf events BPF
` [PATCH v5 bpf-next 2/5] bpf: fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
` [PATCH v5 bpf-next 3/5] libbpf: print hint when PERF_EVENT_IOC_SET_BPF returns -EPROTO
` [PATCH v5 bpf-next 4/5] selftests/bpf: add callchain_stackid
` [PATCH v5 bpf-next 5/5] selftests/bpf: add get_stackid_cannot_attach

[PATCH bpf-next v4 00/13] bpf: implement bpf iterator for map elements
 2020-07-24  5:11 UTC  (15+ messages)
` [PATCH bpf-next v4 01/13] bpf: refactor bpf_iter_reg to have separate seq_info member
` [PATCH bpf-next v4 02/13] bpf: refactor to provide aux info to bpf_iter_init_seq_priv_t
` [PATCH bpf-next v4 03/13] bpf: support readonly/readwrite buffers in verifier
` [PATCH bpf-next v4 04/13] bpf: implement bpf iterator for map elements
` [PATCH bpf-next v4 05/13] bpf: implement bpf iterator for hash maps
` [PATCH bpf-next v4 06/13] bpf: implement bpf iterator for array maps
` [PATCH bpf-next v4 07/13] bpf: implement bpf iterator for sock local storage map
` [PATCH bpf-next v4 08/13] tools/libbpf: add support for bpf map element iterator
` [PATCH bpf-next v4 09/13] tools/bpftool: add bpftool "
` [PATCH bpf-next v4 10/13] selftests/bpf: add test for bpf hash map iterators
` [PATCH bpf-next v4 11/13] selftests/bpf: add test for bpf array "
` [PATCH bpf-next v4 12/13] selftests/bpf: add a test for bpf sk_storage_map iterator
` [PATCH bpf-next v4 13/13] selftests/bpf: add a test for out of bound rdonly buf access

[PATCH bpf 1/2] bpf: fix map leak in HASH_OF_MAPS map
 2020-07-24  1:17 UTC  (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks

[PATCH v5 bpf-next 0/5] Make BPF CGROUP_STORAGE map usable by different programs at once
 2020-07-24  0:05 UTC  (11+ messages)
` [PATCH v5 bpf-next 1/5] selftests/bpf: Add test for CGROUP_STORAGE map on multiple attaches
` [PATCH v5 bpf-next 2/5] selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progs
` [PATCH v5 bpf-next 3/5] bpf: Make cgroup storages shared between programs on the same cgroup
` [PATCH v5 bpf-next 4/5] selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress
` [PATCH v5 bpf-next 5/5] Documentation/bpf: Document CGROUP_STORAGE map type

[PATCH bpf v2 0/2] Fix narrow loads from an offset outside of target field
 2020-07-23 22:05 UTC  (5+ messages)
` [PATCH bpf v2 1/2] bpf: Load zeros for narrow loads beyond "
` [PATCH bpf v2 2/2] selftests/bpf: Add test for narrow loads from context at an offset

[PATCH] docs: index.rst: Add watch_queue
 2020-07-23 20:36 UTC  (5+ messages)
  ` [PATCH] docs: bpf/index.rst: Add ringbuf.rst
  ` [PATCH] docs: bpf/bpf_devel_QA.rst: fix reference to nonexistent document
  ` [PATCH] docs: core-api/printk-formats.rst: use literal block syntax
  ` [PATCH] docs: bpf/ringbuf.rst: fix reference to nonexistent document

[PATCH bpf-next v3 00/13] bpf: implement bpf iterator for map elements
 2020-07-23 18:32 UTC  (16+ messages)
` [PATCH bpf-next v3 01/13] bpf: refactor bpf_iter_reg to have separate seq_info member
` [PATCH bpf-next v3 02/13] bpf: refactor to provide aux info to bpf_iter_init_seq_priv_t
` [PATCH bpf-next v3 03/13] bpf: support readonly/readwrite buffers in verifier
` [PATCH bpf-next v3 04/13] bpf: implement bpf iterator for map elements
` [PATCH bpf-next v3 05/13] bpf: implement bpf iterator for hash maps
` [PATCH bpf-next v3 06/13] bpf: implement bpf iterator for array maps
` [PATCH bpf-next v3 07/13] bpf: implement bpf iterator for sock local storage map
` [PATCH bpf-next v3 08/13] tools/libbpf: add support for bpf map element iterator
` [PATCH bpf-next v3 09/13] tools/bpftool: add bpftool "
` [PATCH bpf-next v3 10/13] selftests/bpf: add test for bpf hash map iterators
` [PATCH bpf-next v3 11/13] selftests/bpf: add test for bpf array "
` [PATCH bpf-next v3 12/13] selftests/bpf: add a test for bpf sk_storage_map iterator
` [PATCH bpf-next v3 13/13] selftests/bpf: add a test for out of bound rdonly buf access

[PATCH v3 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-23 17:55 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/6] bpf, x64: use %rcx instead of %rax for tail call retpolines
` [PATCH v3 bpf-next 2/6] bpf: propagate poke descriptors to subprograms
` [PATCH v3 bpf-next 3/6] bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
` [PATCH v3 bpf-next 4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT
` [PATCH v3 bpf-next 5/6] bpf: allow for tailcalls in BPF subprograms for x64 JIT
` [PATCH v3 bpf-next 6/6] selftests: bpf: add dummy prog for bpf2bpf with tailcall

KASAN: use-after-free Read in macvlan_dev_get_iflink
 2020-07-23 17:06 UTC 

get rid of the address_space override in setsockopt v2
 2020-07-23 16:44 UTC  (38+ messages)
` [PATCH 01/26] bpfilter: fix up a sparse annotation
` [PATCH 02/26] net/bpfilter: split __bpfilter_process_sockopt
` [PATCH 03/26] bpfilter: reject kernel addresses
` [PATCH 04/26] net: add a new sockptr_t type
` [PATCH 05/26] net: switch copy_bpf_fprog_from_user to sockptr_t
` [PATCH 06/26] net: switch sock_setbindtodevice "
` [PATCH 07/26] net: switch sock_set_timeout "
` [PATCH 08/26] "
  ` [MPTCP] "
` [PATCH 09/26] net/xfrm: switch xfrm_user_policy "
` [PATCH 10/26] netfilter: remove the unused user argument to do_update_counters
` [PATCH 11/26] netfilter: switch xt_copy_counters to sockptr_t
` [PATCH 12/26] netfilter: switch nf_setsockopt "
` [PATCH 13/26] bpfilter: switch bpfilter_ip_set_sockopt "
` [PATCH 14/26] net/ipv4: switch ip_mroute_setsockopt "
` [PATCH 15/26] net/ipv4: merge ip_options_get and ip_options_get_from_user
` [PATCH 16/26] net/ipv4: switch do_ip_setsockopt to sockptr_t
` [PATCH 17/26] net/ipv6: switch ip6_mroute_setsockopt "
` [PATCH 18/26] net/ipv6: split up ipv6_flowlabel_opt
` [PATCH 19/26] net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
` [PATCH 20/26] net/ipv6: factor out a ipv6_set_opt_hdr helper
` [PATCH 21/26] net/ipv6: switch do_ipv6_setsockopt to sockptr_t
` [PATCH 22/26] net/udp: switch udp_lib_setsockopt "
` [PATCH 23/26] net/tcp: switch ->md5_parse "
` [PATCH 24/26] net/tcp: switch do_tcp_setsockopt "
` [PATCH 25/26] net: pass a sockptr_t into ->setsockopt
  ` [MPTCP] "
` [PATCH 26/26] net: optimize the sockptr_t for unified kernel/user address spaces

[PATCH v2 bpf-next 0/9] BPF TCP header options
 2020-07-23 16:29 UTC  (4+ messages)
` [PATCH v2 bpf-next 6/9] bpf: tcp: Allow bpf prog to write and parse TCP header option
` [PATCH v2 bpf-next 9/9] tcp: bpf: Optionally store mac header in TCP_SAVE_SYN

[PATCH] bpf: BPF_SYSCALL depends INET
 2020-07-23 16:20 UTC  (3+ messages)

[PATCH v4 bpf-next 0/4] bpf: fix stackmap on perf_events with PEBS
 2020-07-23 15:22 UTC  (5+ messages)
` [PATCH v4 bpf-next 2/4] bpf: fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work

[RFC net-next 00/22] Introduce mb bit in xdp_buff/xdp_frame
 2020-07-23 13:51 UTC  (24+ messages)
` [RFC net-next 01/22] xdp: introduce mb "
` [RFC net-next 02/22] xdp: initialize xdp_buff mb bit to 0 in netif_receive_generic_xdp
` [RFC net-next 03/22] net: virtio_net: initialize mb bit of xdp_buff to 0
` [RFC net-next 04/22] net: xen-netfront: "
` [RFC net-next 05/22] net: veth: "
` [RFC net-next 06/22] net: hv_netvsc: "
` [RFC net-next 07/22] net: bnxt: initialize mb bit in "
` [RFC net-next 08/22] net: dpaa2: "
` [RFC net-next 09/22] net: ti: "
` [RFC net-next 10/22] net: nfp: "
` [RFC net-next 11/22] net: mvpp2: "
` [RFC net-next 12/22] net: sfc: "
` [RFC net-next 13/22] net: qede: "
` [RFC net-next 14/22] net: amazon: ena: "
` [RFC net-next 15/22] net: cavium: thunder: "
` [RFC net-next 16/22] net: socionext: "
` [RFC net-next 17/22] net: tun: "
` [RFC net-next 18/22] net: ixgbe: "
` [RFC net-next 19/22] net: ice: "
` [RFC net-next 20/22] net: i40e: "
` [RFC net-next 21/22] net: mlx5: "
` [RFC net-next 22/22] net: mlx4: "

[PATCH bpf-next v5 5/7] bpf: Implement bpf_local_storage for inodes
 2020-07-23 11:52 UTC  (4+ messages)

selftests: bpf: mmap question
 2020-07-23 11:02 UTC 

[PATCH bpf-next v2 00/13] bpf: implement bpf iterator for map elements
 2020-07-23  5:43 UTC  (4+ messages)
` [PATCH bpf-next v2 01/13] bpf: refactor bpf_iter_reg to have separate seq_info member

[PATCH bpf-next] bpf: fix pos computation for bpf_iter seq_ops->start()
 2020-07-23  5:35 UTC  (3+ messages)

[PATCH bpf-next 0/2] Fix BPF socket lookup with reuseport groups with connections
 2020-07-23  5:15 UTC  (3+ messages)

[PATCH bpf-next] tools/bpftool: strip BPF .o files before skeleton generation
 2020-07-23  5:10 UTC  (3+ messages)

[PATCH v3 bpf-next] fold test_current_pid_tgid_new_ns into test_progs
 2020-07-23  1:54 UTC 

[PATCH v2 net-next 00/15] qed, qede: improve chain API and add XDP_REDIRECT support
 2020-07-23  1:19 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).