bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-09 10:13:11 to 2020-07-13 17:47:24 UTC [more...]

[PATCH bpf-next v4 00/16] Run a BPF program on socket lookup
 2020-07-13 17:46 UTC  (10+ messages)
` [PATCH bpf-next v4 01/16] bpf, netns: Handle multiple link attachments
` [PATCH bpf-next v4 02/16] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next v4 03/16] inet: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v4 04/16] inet: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v4 07/16] udp: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v4 08/16] udp: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v4 09/16] udp6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v4 10/16] udp6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v4 11/16] bpf: Sync linux/bpf.h to tools/

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

WARNING in submit_bio_checks
 2020-07-13 16:16 UTC  (3+ messages)

[PATCH bpf-next 2/7] bpf, xdp: add bpf_link-based XDP attachment API
 2020-07-13 14:32 UTC  (2+ messages)
  ` [PATCH bpf-next 4/7] bpf: implement BPF XDP link-specific introspection APIs

[PATCH bpf-next] bpf: allow loading instructions from a fd
 2020-07-13 13:05 UTC 

[PATCH v3 bpf-next 0/2] bpf: fix use of trace_printk() in BPF
 2020-07-13 11:52 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] bpf: use dedicated bpf_trace_printk event instead of trace_printk()
` [PATCH v3 bpf-next 2/2] selftests/bpf: add selftests verifying bpf_trace_printk() behaviour

[PATCH bpf-next 0/7] BPF XDP link
 2020-07-13  5:12 UTC  (8+ messages)
` [PATCH bpf-next 1/7] 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
` [PATCH bpf-next 3/7] bpf, xdp: implement LINK_UPDATE for BPF XDP link
` [PATCH bpf-next 4/7] bpf: implement BPF XDP link-specific introspection APIs
` [PATCH bpf-next 5/7] libbpf: add support for BPF XDP link
` [PATCH bpf-next 6/7] selftests/bpf: add BPF XDP link selftests
` [PATCH bpf-next 7/7] bpf, xdp: remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands

[PATCH] xsk: ixgbe: solve the soft interrupt 100% CPU usage when xdp rx traffic congestion
 2020-07-13  2:55 UTC  (3+ messages)

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-07-12 21:02 UTC  (12+ messages)
        ` [PATCH 00/14] Make the user mode driver code a better citizen
            ` [PATCH v2 00/15] "
              ` [PATCH v3 00/16] "
                ` [PATCH v3 10/16] exec: Remove do_execve_file
                ` [merged][PATCH v3 00/16] Make the user mode driver code a better citizen

[PATCH bpf-next 0/5] bpf: fix stackmap on perf_events with PEBS
 2020-07-12  6:34 UTC  (10+ messages)
` [PATCH bpf-next 1/5] bpf: block bpf_get_[stack|stackid] on perf_event with PEBS entries
` [PATCH bpf-next 2/5] bpf: add callchain to bpf_perf_event_data
` [PATCH bpf-next 3/5] bpf: introduce bpf_get_callchain_stackid
` [PATCH bpf-next 4/5] selftests/bpf: add get_stackid_cannot_attach
` [PATCH bpf-next 5/5] selftests/bpf: add callchain_stackid

[PATCH v7 bpf-next 0/9] bpf: Add d_path helper - preparation changes
 2020-07-11 21:53 UTC  (10+ messages)
` [PATCH v7 bpf-next 1/9] bpf: Add resolve_btfids tool to resolve BTF IDs in ELF object
` [PATCH v7 bpf-next 2/9] bpf: Compile resolve_btfids tool at kernel compilation start
` [PATCH v7 bpf-next 3/9] bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macros
` [PATCH v7 bpf-next 4/9] bpf: Resolve BTF IDs in vmlinux image
` [PATCH v7 bpf-next 5/9] bpf: Remove btf_id helpers resolving
` [PATCH v7 bpf-next 6/9] bpf: Use BTF_ID to resolve bpf_ctx_convert struct
` [PATCH v7 bpf-next 7/9] bpf: Add info about .BTF_ids section to btf.rst
` [PATCH v7 bpf-next 8/9] tools headers: Adopt verbatim copy of btf_ids.h from kernel sources
` [PATCH v7 bpf-next 9/9] selftests/bpf: Add test for resolve_btfids

[PATCH v6 bpf-next 0/9] bpf: Add d_path helper - preparation changes
 2020-07-11 20:03 UTC  (12+ messages)
` [PATCH v6 bpf-next 1/9] bpf: Add resolve_btfids tool to resolve BTF IDs in ELF object
` [PATCH v6 bpf-next 2/9] bpf: Compile resolve_btfids tool at kernel compilation start
` [PATCH v6 bpf-next 3/9] bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macros
` [PATCH v6 bpf-next 4/9] bpf: Resolve BTF IDs in vmlinux image
` [PATCH v6 bpf-next 5/9] bpf: Remove btf_id helpers resolving
` [PATCH v6 bpf-next 6/9] bpf: Use BTF_ID to resolve bpf_ctx_convert struct
` [PATCH v6 bpf-next 7/9] bpf: Add info about .BTF_ids section to btf.rst
` [PATCH v6 bpf-next 8/9] tools headers: Adopt verbatim copy of btf_ids.h from kernel sources
` [PATCH v6 bpf-next 9/9] selftests/bpf: Add test for resolve_btfids

general protection fault in htab_elem_free_rcu
 2020-07-11 17:03 UTC 

[PATCHv5 bpf-next 0/3] xdp: add a new helper for dev map multicast support
 2020-07-11 16:09 UTC  (17+ messages)
` [PATCHv6 "
  ` [PATCHv6 bpf-next 1/3] "
  ` [PATCHv6 bpf-next 2/3] sample/bpf: add xdp_redirect_map_multicast test

[PATCH] MAINTAINERS: XDP: restrict N: and K:
 2020-07-11 11:10 UTC  (13+ messages)
                ` [PATCH v2] "

BUG: stack guard page was hit in __bad_area_nosemaphore
 2020-07-11  6:58 UTC 

BUG: stack guard page was hit in no_context
 2020-07-11  6:55 UTC 

[PATCH bpf-next 1/2] bpf, x86: Factor common x86 JIT code
 2020-07-11  3:13 UTC  (2+ messages)

[RFC PATCH bpf-next 0/5] bpf: tailcalls in BPF subprograms
 2020-07-11  3:25 UTC  (6+ messages)
` [RFC PATCH bpf-next 4/5] bpf, x64: rework pro/epilogue and tailcall handling in JIT

[PATCH bpf-next] tools/bpftool: remove warning about PID iterator support
 2020-07-11  2:09 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Fix cgroup sockopt verifier test
 2020-07-10 23:34 UTC  (3+ messages)

[PATCH v2 bpf-next 0/2] bpf: fix use of trace_printk() in BPF
 2020-07-10 23:04 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/2] bpf: use dedicated bpf_trace_printk event instead of trace_printk()
` [PATCH v2 bpf-next 2/2] selftests/bpf: add selftests verifying bpf_trace_printk() behaviour

[PATCH v5 bpf-next 0/5] bpf: Introduce minimal support for sleepable progs
 2020-07-10 22:59 UTC  (9+ messages)
` [PATCH v5 bpf-next 2/5] bpf: Introduce sleepable BPF programs

pull-request: bpf 2020-07-09
 2020-07-10 21:08 UTC  (2+ messages)

Occasionally hanging sockopts selftests
 2020-07-10 20:47 UTC  (3+ messages)

[PATCH bpf-next v3 00/16] Run a BPF program on socket lookup
 2020-07-10 19:24 UTC  (23+ messages)
` [PATCH bpf-next v3 01/16] bpf, netns: Handle multiple link attachments
` [PATCH bpf-next v3 02/16] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next v3 12/16] libbpf: Add support for SK_LOOKUP program type
` [PATCH bpf-next v3 16/16] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

[PATCH] bpf: fix fds_example SIGSEGV error
 2020-07-10 18:46 UTC  (2+ messages)

[PATCH bpf] bpf: Shift and mask loads narrower than context field size
 2020-07-10 17:31 UTC 

[PATCH bpf] selftests/bpf: Set attach type for CGROUP_SOCKOPT verifier test
 2020-07-10 16:52 UTC  (2+ messages)

[PATCH bpf-next] libbpf: fix memory leak and optimize BTF sanitization
 2020-07-10 14:29 UTC  (2+ messages)

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

[PATCH 0/5] Refactor kallsyms_show_value() users for correct cred
 2020-07-10 14:09 UTC  (3+ messages)
` [PATCH 4/5] kprobes: Do not expose probe addresses to non-CAP_SYSLOG

[PATCH] perf parse-events: report bpf errors
 2020-07-10 12:37 UTC  (3+ messages)

[PATCH bpf-next v4 0/4] Generalizing bpf_local_storage
 2020-07-10  6:59 UTC  (3+ messages)
` [PATCH bpf-next v4 1/4] bpf: Generalize bpf_sk_storage

[PATCH bpf-next 0/3] bpf: Populate bpffs with map and prog iterators
 2020-07-10  6:31 UTC  (4+ messages)
` [PATCH bpf-next 3/3] bpf: Add kernel module with user mode driver that populates bpffs

[PATCH bpf] libbpf: Fix libbpf hashmap on (I)LP32 architectures
 2020-07-09 22:59 UTC  (2+ messages)

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

[PATCH bpf] selftests: bpf: fix detach from sockmap tests
 2020-07-09 21:43 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: fix use of trace_printk() in BPF
 2020-07-09 21:41 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: use dedicated bpf_trace_printk event instead of trace_printk()

[PATCH v2 bpf 0/2] bpf: net: Fixes in sk_user_data of reuseport_array
 2020-07-09 21:27 UTC  (9+ messages)
` [PATCH v2 bpf 1/2] bpf: net: Avoid copying sk_user_data of reuseport_array during sk_clone
` [PATCH v2 bpf 2/2] bpf: net: Avoid incorrect bpf_sk_reuseport_detach call

[GIT PULL] kallsyms_show_value() refactoring for v5.8-rc5
 2020-07-09 20:20 UTC  (2+ messages)

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

[PATCH bpf-next 00/14] xsk: support shared umems between devices and queues
 2020-07-09 15:20 UTC  (3+ messages)
` [PATCH bpf-next 11/14] xsk: add shared umem support between devices

[PATCH bpf-next 00/14] xsk: support shared umems between devices and queues
 2020-07-09 14:56 UTC  (3+ messages)
` [PATCH 1/2] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem
  ` [PATCH 2/2] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces

[PATCH] Replace HTTP links with HTTPS ones: XDP (eXpress Data Path)
 2020-07-09 11:26 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).