bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-20 17:03:21 to 2020-07-22 21:12:42 UTC [more...]

[PATCH v8 bpf-next 00/13] bpf: Add d_path helper
 2020-07-22 21:12 UTC  (2+ messages)
` [PATCH v8 bpf-next 01/13] selftests/bpf: Fix resolve_btfids test

test_bpf regressions on s390 since 5.4
 2020-07-22 21:01 UTC  (2+ messages)

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

[PATCH v4 bpf-next 0/9] BPF XDP link
 2020-07-22 19:56 UTC  (15+ messages)
` [PATCH v4 bpf-next 1/9] bpf: make bpf_link API available indepently of CONFIG_BPF_SYSCALL
` [PATCH v4 bpf-next 2/9] bpf, xdp: maintain info on attached XDP BPF programs in net_device
` [PATCH v4 bpf-next 3/9] bpf, xdp: extract common XDP program attachment logic
` [PATCH v4 bpf-next 4/9] bpf, xdp: add bpf_link-based XDP attachment API
` [PATCH v4 bpf-next 5/9] bpf, xdp: implement LINK_UPDATE for BPF XDP link
` [PATCH v4 bpf-next 6/9] bpf: implement BPF XDP link-specific introspection APIs
` [PATCH v4 bpf-next 7/9] libbpf: add support for BPF XDP link
` [PATCH v4 bpf-next 8/9] selftests/bpf: add BPF XDP link selftests
` [PATCH v4 bpf-next 9/9] bpf, xdp: remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands

pull-request: bpf-next 2020-07-21
 2020-07-22 19:59 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix pos computation for bpf_iter seq_ops->start()
 2020-07-22 19:51 UTC 

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

[PATCH v4 bpf-next 0/4] bpf: fix stackmap on perf_events with PEBS
 2020-07-22 18:42 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/4] bpf: separate bpf_get_[stack|stackid] for perf events BPF
` [PATCH v4 bpf-next 2/4] bpf: fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
` [PATCH v4 bpf-next 3/4] selftests/bpf: add callchain_stackid
` [PATCH v4 bpf-next 4/4] selftests/bpf: add get_stackid_cannot_attach

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

get rid of the address_space override in setsockopt
 2020-07-22 17:09 UTC  (30+ messages)
` [PATCH 02/24] bpfilter: fix up a sparse annotation
` [PATCH 03/24] net: add a new sockptr_t type
` [PATCH 12/24] bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t
` [PATCH 24/24] net: pass a sockptr_t into ->setsockopt
  ` [MPTCP] "

[PATCH bpf-next 0/2] Fix BPF socket lookup with reuseport groups with connections
 2020-07-22 16:59 UTC  (4+ messages)
` [PATCH bpf-next 1/2] udp: Don't discard reuseport selection when group has connections
` [PATCH bpf-next 2/2] selftests/bpf: Test BPF socket lookup and reuseport with connections

[PATCH v3 bpf-next 0/2] bpf: fix stackmap on perf_events with PEBS
 2020-07-22 16:49 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/2] bpf: separate bpf_get_[stack|stackid] for perf events BPF

KMSAN: uninit-value in __skb_flow_dissect (3)
 2020-07-22 16:31 UTC  (2+ messages)

[PATCH net-next 00/15] qed/qede: improve chain API and add XDP_REDIRECT support
 2020-07-22 15:53 UTC  (16+ messages)
` [PATCH net-next 01/15] qed: reformat "qed_chain.h" a bit
` [PATCH net-next 02/15] qed: reformat Makefile
` [PATCH net-next 03/15] qed: move chain methods to a separate file
` [PATCH net-next 04/15] qed: prevent possible double-frees of the chains
` [PATCH net-next 05/15] qed: sanitize PBL chains allocation
` [PATCH net-next 06/15] qed: move chain initialization inlines next to allocation functions
` [PATCH net-next 07/15] qed: simplify initialization of the chains with an external PBL
` [PATCH net-next 08/15] qed: simplify chain allocation with init params struct
` [PATCH net-next 09/15] qed: add support for different page sizes for chains
` [PATCH net-next 10/15] qed: optimize common chain accessors
` [PATCH net-next 11/15] qed: introduce qed_chain_get_elem_used{,u32}()
` [PATCH net-next 12/15] qede: reformat several structures in "qede.h"
` [PATCH net-next 13/15] qede: reformat net_device_ops declarations
` [PATCH net-next 14/15] qede: refactor XDP Tx processing
` [PATCH net-next 15/15] qede: add .ndo_xdp_xmit() and XDP_REDIRECT support

[PATCH bpf-next] tools/bpftool: strip BPF .o files before skeleton generation
 2020-07-22  8:20 UTC  (2+ messages)

[RFC PATCH] bpftool btf: Add prefix option to dump C
 2020-07-22  6:57 UTC  (2+ messages)

[PATCH v3 bpf-next 0/9] BPF XDP link
 2020-07-22  6:48 UTC  (5+ messages)
` [PATCH v3 bpf-next 2/9] bpf, xdp: maintain info on attached XDP BPF programs in net_device

[PATCH bpf-next 2/7] bpf, xdp: add bpf_link-based XDP attachment API
 2020-07-22  6:45 UTC  (10+ messages)

[PATCH bpf-next] bpf: Generate cookie for new non-initial net NS
 2020-07-22  6:30 UTC  (3+ messages)

[PATCH bpf-next v2 0/6] bpf: Support multi-attach for freplace programs
 2020-07-22  6:02 UTC  (12+ messages)
` [PATCH bpf-next v2 3/6] bpf: support attaching freplace programs to multiple attach points

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

[PATCH bpf-next v3] bpftool: use only nftw for file tree parsing
 2020-07-22  0:20 UTC  (7+ messages)
` [PATCH bpf-next v4] "

[PATCH v2 0/4] s390/bpf: implement BPF_PROBE_MEM
 2020-07-21 20:23 UTC  (4+ messages)

[PATCH bpf-next v2 0/5] bpf: compute btf_ids at build time for btf_iter
 2020-07-21 20:21 UTC  (6+ messages)
` [PATCH bpf-next v2 2/5] tools/bpf: sync btf_ids.h to tools
` [PATCH bpf-next v2 3/5] bpf: add BTF_ID_LIST_GLOBAL in btf_ids.h

[PATCH bpf-next] samples/bpf, selftests/bpf: use bpf_probe_read_kernel
 2020-07-21 19:58 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix test_lwt_seg6local.sh hangs
 2020-07-21 19:49 UTC  (2+ messages)

[PATCH bpf-next v1 0/3] bpf, riscv: Add compressed instructions to rv64 JIT
 2020-07-21 19:42 UTC  (7+ messages)
` [PATCH bpf-next v1 1/3] bpf, riscv: Modify JIT ctx to support compressed instructions
` [PATCH bpf-next v1 2/3] bpf, riscv: Add encodings for "
` [PATCH bpf-next v1 3/3] bpf, riscv: Use compressed instructions in the rv64 JIT

[PATCH v3] folds tests from test_current_pid_tgid_new_ns into test_progs
 2020-07-21 19:37 UTC  (3+ messages)

[PATCH] tools/bpftool: Fix error return code in do_skeleton()
 2020-07-21 19:36 UTC  (3+ messages)
` [PATCH v2] tools/bpftool: Fix error handing "

[PATCH v2] libbpf bpf_helpers: Use __builtin_offsetof for offsetof
 2020-07-21 19:26 UTC  (3+ messages)

[PATCH] ebpf: fix parameter naming confusing
 2020-07-21 19:17 UTC  (2+ messages)

[PATCH 0/5] s390/bpf: fix lib/test_bpf.c failures
 2020-07-21 18:17 UTC  (2+ messages)

[RFC PATCH bpf-next 0/2] BTF support for ksyms
 2020-07-21 16:45 UTC  (9+ messages)
` [RFC PATCH bpf-next 1/2] bpf: BTF support for __ksym externs
` [RFC PATCH bpf-next 2/2] selftests/bpf: Test __ksym externs with BTF

[PATCH bpf-next] bpf: cpumap: fix possible rcpu kthread hung
 2020-07-21 16:20 UTC  (6+ messages)

[PATCH bpf-next] bpf, netns: Fix build without CONFIG_INET
 2020-07-21 16:14 UTC  (3+ messages)

[PATCH] docs: core-api/printk-formats.rst: use literal block syntax
 2020-07-21 14:27 UTC  (3+ messages)

[PATCH bpf-next v3 0/4] bpf: cgroup skb improvements for bpf_prog_test_run
 2020-07-21 11:06 UTC  (4+ messages)
` [PATCH bpf-next v3 4/4] bpf: try to use existing cgroup storage in bpf_prog_test_run_skb

linux-next: Tree for Jul 20 (kernel/bpf/net_namespace)
 2020-07-21 10:19 UTC  (3+ messages)

BPF selftests build failures
 2020-07-21  7:04 UTC  (5+ messages)

[PATCH bpf-next v4 00/14] xsk: support shared umems between devices and queues
 2020-07-21  5:04 UTC  (15+ messages)
` [PATCH bpf-next v4 01/14] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem
` [PATCH bpf-next v4 02/14] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces
` [PATCH bpf-next v4 03/14] xsk: create and free buffer pool independently from umem
` [PATCH bpf-next v4 04/14] xsk: move fill and completion rings to buffer pool
` [PATCH bpf-next v4 05/14] xsk: move queue_id, dev and need_wakeup "
` [PATCH bpf-next v4 06/14] xsk: move xsk_tx_list and its lock "
` [PATCH bpf-next v4 07/14] xsk: move addrs from buffer pool to umem
` [PATCH bpf-next v4 08/14] xsk: enable sharing of dma mappings
` [PATCH bpf-next v4 09/14] xsk: rearrange internal structs for better performance
` [PATCH bpf-next v4 10/14] xsk: add shared umem support between queue ids
` [PATCH bpf-next v4 11/14] xsk: add shared umem support between devices
` [PATCH bpf-next v4 12/14] libbpf: support shared umems between queues and devices
` [PATCH bpf-next v4 13/14] samples/bpf: add new sample xsk_fwd.c
` [PATCH bpf-next v4 14/14] xsk: documentation for XDP_SHARED_UMEM between queues and netdevs

BPF logging infrastructure. Was: [PATCH bpf-next 4/6] tools: add new members to bpf_attr.raw_tracepoint in bpf.h
 2020-07-21  3:00 UTC  (12+ messages)

[PATCH bpf-next v4 0/4] Generalizing bpf_local_storage
 2020-07-20 22:44 UTC  (5+ messages)
` [PATCH bpf-next v4 2/4] bpf: Implement bpf_local_storage for inodes

Verification speed w/ KASAN builds
 2020-07-20 20:37 UTC  (2+ messages)

[PATCH bpf-next] bpf: allow loading instructions from a fd
 2020-07-20 20:33 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).