bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-16 02:26:10 to 2020-07-19 15:52:55 UTC [more...]

[PATCH bpf-next] bpf: cpumap: fix possible rcpu kthread hung
 2020-07-19 15:52 UTC 

Question regarding the use of XDP_USE_NEED_WAKEUP
 2020-07-19 11:58 UTC 

[PATCH] libbpf bpf_helpers: Use __builtin_offsetof for offsetof if available
 2020-07-19  3:52 UTC  (3+ messages)

[PATCH] docs: core-api/printk-formats.rst: use literal block syntax
 2020-07-19  2:55 UTC  (2+ messages)

[PATCH 0/3] xtensa: add seccomp support
 2020-07-19  2:16 UTC  (4+ messages)
` [PATCH 1/3] xtensa: expose syscall through user_pt_regs
` [PATCH 2/3] xtensa: add seccomp support
` [PATCH 3/3] selftests/seccomp: add xtensa support

Doubt eBPF
 2020-07-18 18:11 UTC  (2+ messages)

[PATCH -next] bpf: Make some functions static
 2020-07-18 11:51 UTC 

memory leak in veth_dev_init
 2020-07-18 11:51 UTC 

[PATCH bpf-next 0/2] compute bpf_skc_to_*() helper socket btf ids at build time
 2020-07-18  5:10 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf: change var type of BTF_ID_LIST to static
` [PATCH bpf-next 2/2] bpf: compute bpf_skc_to_*() helper socket btf ids at build time

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

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

[PATCH bpf-next v5 00/15] Run a BPF program on socket lookup
 2020-07-18  3:25 UTC  (18+ messages)
` [PATCH bpf-next v5 01/15] bpf, netns: Handle multiple link attachments
` [PATCH bpf-next v5 02/15] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next v5 03/15] inet: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v5 04/15] inet: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v5 05/15] inet6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v5 06/15] inet6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v5 07/15] udp: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v5 08/15] udp: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v5 09/15] udp6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v5 10/15] udp6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v5 11/15] bpf: Sync linux/bpf.h to tools/
` [PATCH bpf-next v5 12/15] libbpf: Add support for SK_LOOKUP program type
` [PATCH bpf-next v5 13/15] tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
` [PATCH bpf-next v5 14/15] selftests/bpf: Add verifier tests for bpf_sk_lookup context access
` [PATCH bpf-next v5 15/15] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

[PATCH v3] folds tests from test_current_pid_tgid_new_ns into test_progs
 2020-07-18  0:49 UTC  (2+ messages)

[PATCH v7 bpf-next 0/9] introduce support for XDP programs in CPUMAP
 2020-07-17 23:13 UTC  (12+ messages)

[PATCH bpf-next v3] bpftool: use only nftw for file tree parsing
 2020-07-17 22:55 UTC 

[PATCH bpf-next v2] bpftool: use only nftw for file tree parsing
 2020-07-17 22:43 UTC  (3+ messages)

[PATCH 0/5] s390/bpf: fix lib/test_bpf.c failures
 2020-07-17 22:23 UTC  (7+ messages)
` [PATCH 1/5] selftests: bpf: test_kmod.sh: fix running out of srctree
` [PATCH 2/5] s390/bpf: fix sign extension in branch_ku
` [PATCH 3/5] s390/bpf: use brcl for jumping to exit_ip if necessary
` [PATCH 4/5] s390/bpf: tolerate not converging code shrinking
` [PATCH 5/5] s390/bpf: use bpf_skip() in bpf_jit_prologue()

[PATCH bpf-next 00/13] bpf: implement bpf iterator for map elements
 2020-07-17 18:52 UTC  (6+ messages)
` [PATCH bpf-next 09/13] tools/bpftool: add bpftool support for bpf map element iterator

how is the bpfilter sockopt processing supposed to work
 2020-07-17 17:28 UTC  (4+ messages)

[PATCH bpf-next 0/5] bpf: tailcalls in BPF subprograms
 2020-07-17 16:16 UTC  (18+ messages)
` [PATCH bpf-next 1/5] bpf, x64: use %rcx instead of %rax for tail call retpolines
` [PATCH bpf-next 2/5] bpf: allow for tailcalls in BPF subprograms
` [PATCH bpf-next 3/5] bpf: propagate poke descriptors to subprograms
` [PATCH bpf-next 4/5] bpf, x64: rework pro/epilogue and tailcall handling in JIT

Maximum size of record over perf ring buffer?
 2020-07-17 14:23 UTC 

bug: BPF program crashing the kernel
 2020-07-17 12:50 UTC 

[PATCH] tools/bpftool: Fix error return code in do_skeleton()
 2020-07-17 12:30 UTC  (2+ messages)
` [PATCH v2] tools/bpftool: Fix error handing "

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

Verification speed w/ KASAN builds
 2020-07-17 10:46 UTC 

[PATCH net-next] net: hyperv: Add attributes to show RX/TX indirection table
 2020-07-17 10:43 UTC  (2+ messages)

sockopt cleanups
 2020-07-17  9:26 UTC  (26+ messages)
` [PATCH 01/22] net/atm: remove the atmdev_ops {get,set}sockopt methods
` [PATCH 02/22] net: streamline __sys_setsockopt
` [PATCH 03/22] net: streamline __sys_getsockopt
` [PATCH 04/22] net: simplify cBPF setsockopt compat handling
` [PATCH 05/22] net: remove compat_sock_common_{get,set}sockopt
  ` [MPTCP] "
` [PATCH 06/22] net: remove compat_sys_{get,set}sockopt
` [PATCH 07/22] netfilter/arp_tables: clean up compat {get,set}sockopt handling
` [PATCH 08/22] netfilter/ip_tables: "
` [PATCH 09/22] netfilter/ip6_tables: "
` [PATCH 10/22] netfilter/ebtables: "
` [PATCH 11/22] netfilter: remove the compat_{get,set} methods
` [PATCH 12/22] netfilter: remove the compat argument to xt_copy_counters_from_user
` [PATCH 13/22] netfilter: split nf_sockopt
` [PATCH 14/22] net/ipv4: factor out MCAST_MSFILTER getsockopt helpers
` [PATCH 15/22] net/ipv4: factor out MCAST_MSFILTER setsockopt helpers
` [PATCH 16/22] net/ipv4: factor out mcast join/leave "
` [PATCH 17/22] net/ipv4: remove compat_ip_{get,set}sockopt
` [PATCH 18/22] net/ipv6: factor out MCAST_MSFILTER getsockopt helpers
` [PATCH 19/22] net/ipv6: factor out MCAST_MSFILTER setsockopt helpers
` [PATCH 20/22] net/ipv6: factor out mcast join/leave "
` [PATCH 21/22] net/ipv6: remove compat_ipv6_{get,set}sockopt
` [PATCH 22/22] net: make ->{get,set}sockopt in proto_ops optional

[PATCH bpf-next] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL
 2020-07-17  9:11 UTC  (3+ messages)

[PATCH v4 bpf-next 00/14] bpf: Add d_path helper
 2020-07-17  8:28 UTC  (6+ messages)
` [PATCH v4 bpf-next 10/14] "

[PATCH v2 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-07-17  4:40 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Add bpf_prog iterator
` [PATCH v2 bpf-next 2/4] bpf: Factor out bpf_link_get_by_id() helper
` [PATCH v2 bpf-next 3/4] bpf: Add BPF program and map iterators as built-in BPF programs
` [PATCH v2 bpf-next 4/4] bpf: Add kernel module with user mode driver that populates bpffs

[PATCH] ebpf: fix parameter naming confusing
 2020-07-17  2:08 UTC 

[PATCH v2 bpf-next 0/2] bpf: fix stackmap on perf_events with PEBS
 2020-07-17  1:07 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/2] bpf: separate bpf_get_[stack|stackid] for perf events BPF
` [PATCH v2 bpf-next 2/2] selftests/bpf: add callchain_stackid

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

[PATCH v2 net-next 0/6] rework mvneta napi_poll loop for XDP multi-buffers
 2020-07-16 22:16 UTC  (7+ messages)
` [PATCH v2 net-next 1/6] xdp: introduce xdp_get_shared_info_from_{buff,frame} utility routines
` [PATCH v2 net-next 2/6] net: mvneta: move skb build after descriptors processing
` [PATCH v2 net-next 3/6] net: mvneta: move mvneta_run_xdp "
` [PATCH v2 net-next 4/6] net: mvneta: drop all fragments in XDP_DROP
` [PATCH v2 net-next 5/6] net: mvneta: get rid of skb in mvneta_rx_queue
` [PATCH v2 net-next 6/6] net: mvneta: move rxq->left_size on the stack

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

[PATCH bpf-next v3 0/4] bpf: cgroup skb improvements for bpf_prog_test_run
 2020-07-16 20:18 UTC  (7+ messages)
` [PATCH bpf-next v3 2/4] bpf: allow to specify ifindex for skb in bpf_prog_test_run_skb
` [PATCH bpf-next v3 3/4] bpf: export some cgroup storages allocation helpers for reusing
` [PATCH bpf-next v3 4/4] bpf: try to use existing cgroup storage in bpf_prog_test_run_skb

[PATCH 0/6] rework mvneta napi_poll loop for XDP multi-buffers
 2020-07-16 20:09 UTC  (6+ messages)
` [PATCH 2/6] net: mvneta: move skb build after descriptors processing

[PATCH] bpf: bpf.h: drop duplicated words in comments
 2020-07-16 19:03 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix possible hang in sockopt_inherit
 2020-07-16 19:02 UTC  (3+ messages)

[PATCH] Revert "test_bpf: flag tests that cannot be jited on s390"
 2020-07-16 19:02 UTC  (3+ messages)

[PATCH bpf-next] bpf: allow loading instructions from a fd
 2020-07-16 18:47 UTC  (3+ messages)

[PATCH] ebpf: fix parameter naming confusing
 2020-07-16 17:49 UTC  (3+ messages)

[PATCH bpf] bpf: Shift and mask loads narrower than context field size
 2020-07-16 17:38 UTC  (6+ messages)

test_bpf regressions on s390 since 5.4
 2020-07-16 15:23 UTC 

[PATCH rdma-rc] RDMA/cm: Protect access to remote_sidr_table
 2020-07-16 13:55 UTC  (2+ messages)

[PATCH bpf-next v4 00/16] Run a BPF program on socket lookup
 2020-07-16 12:32 UTC  (8+ messages)
` [PATCH bpf-next v4 02/16] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next v4 04/16] inet: Run SK_LOOKUP BPF program on socket lookup

[PATCH v2 0/4] s390/bpf: implement BPF_PROBE_MEM
 2020-07-16 11:09 UTC  (3+ messages)
` [PATCH v2 3/4] "

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

[PATCH bpf-next v2 1/6] bpf: change logging calls from verbose() to bpf_log() and use log pointer
 2020-07-16 10:10 UTC  (2+ messages)

WARNING in submit_bio_checks
 2020-07-16  5:00 UTC  (2+ messages)

[PATCH bpf-next v2 00/14] xsk: support shared umems between devices and queues
 2020-07-16  4:42 UTC  (7+ messages)
` [PATCH bpf-next v2 04/14] xsk: move fill and completion rings to buffer pool
` [PATCH bpf-next v2 11/14] xsk: add shared umem support between devices

[PATCH bpf-next] bpftool: use only nftw for file tree parsing
 2020-07-16  3:02 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).