bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-07 10:34:04 to 2021-03-10 22:43:35 UTC [more...]

[PATCHv2 bpf-next 0/4] kbuild/resolve_btfids: Invoke resolve_btfids clean in root Makefile
 2021-03-10 22:42 UTC  (5+ messages)
` [PATCH bpf-next 1/4] tools/resolve_btfids: Build libbpf and libsubcmd in separate directories

[BUG] One-liner array initialization with two pointers in BPF results in NULLs
 2021-03-10 22:07 UTC  (8+ messages)

[PATCH bpf-next 0/5] Add a snprintf eBPF helper
 2021-03-10 22:02 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf: Add a ARG_PTR_TO_CONST_STR argument type
` [PATCH bpf-next 2/5] bpf: Add a bpf_snprintf helper
` [PATCH bpf-next 3/5] libbpf: Initialize the bpf_seq_printf parameters array field by field
` [PATCH bpf-next 4/5] libbpf: Introduce a BPF_SNPRINTF helper macro
` [PATCH bpf-next 5/5] selftests/bpf: Add a series of tests for bpf_snprintf

[PATCH bpf-next 0/2] libbpf/xsk cleanups
 2021-03-10 22:00 UTC  (4+ messages)
` [PATCH bpf-next 1/2] libbpf: xsk: remove linux/compiler.h header
` [PATCH bpf-next 2/2] libbpf: xsk: move barriers from libbpf_util.h to xsk.h

[PATCH] selftests/bpf: fix warning comparing pointer to 0
 2021-03-10 22:00 UTC  (3+ messages)

[PATCH] bpf: fix warning comparing pointer to 0
 2021-03-10 22:00 UTC  (2+ messages)

test_ima passing only first time
 2021-03-10 21:57 UTC 

pull-request: bpf 2021-03-10
 2021-03-10 21:55 UTC 

Warnings in test_maps selftests in test_sockmap parts
 2021-03-10 21:41 UTC  (5+ messages)

[PATCH v4 dwarves] btf: Add support for the floating-point types
 2021-03-10 21:35 UTC  (4+ messages)

[PATCH] net: ipv6: route.c:fix indentation
 2021-03-10 21:00 UTC  (2+ messages)

[PATCH net 0/2] Fix ip6ip6 crash for collect_md skbs
 2021-03-10 20:40 UTC  (4+ messages)
` [PATCH net 1/2] net: Consolidate common blackhole dst ops
` [PATCH net 2/2] net, bpf: Fix ip6ip6 crash with collect_md populated skbs

[PATCH v3 dwarves] btf: Add support for the floating-point types
 2021-03-10 19:48 UTC  (2+ messages)

[BPF CO-RE clarification] Use CO-RE on older kernel versions
 2021-03-10 19:19 UTC  (6+ messages)
        ` Fwd: "

[syzbot] BUG: unable to handle kernel access to user memory in sock_ioctl
 2021-03-10 18:53 UTC  (2+ messages)

[PATCH -tip 0/5] kprobes: Fix stacktrace in kretprobes
 2021-03-10 18:31 UTC  (16+ messages)
` [PATCH -tip 3/5] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()

[PATCH] bpf: Add getter and setter for SO_REUSEPORT through bpf_{g,s}etsockopt
 2021-03-10 18:23 UTC 

[syzbot] UBSAN: shift-out-of-bounds in ___bpf_prog_run
 2021-03-10 16:05 UTC 

The killing of ideal_nops[]
 2021-03-10 16:04 UTC  (2+ messages)

[PATCH 2/2] MIPS: Remove KVM_TE support
 2021-03-10 15:08 UTC 

[PATCH dwarves v2] btf: Add support for the floating-point types
 2021-03-10 13:39 UTC  (8+ messages)

[PATCH] perf machine: Assign boolean values to a bool variable
 2021-03-10  9:55 UTC  (3+ messages)

[PATCH net] selftests/bpf: set gopt opt_class to 0 if get tunnel opt failed
 2021-03-10  7:09 UTC  (4+ messages)

[Patch bpf-next v2 0/9] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-10  6:33 UTC  (10+ messages)
` [Patch bpf-next v2 2/9] sock: introduce sk_prot->update_proto()

[Patch bpf-next v4 00/11] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-10  5:32 UTC  (12+ messages)
` [Patch bpf-next v4 01/11] skmsg: lock ingress_skb when purging
` [Patch bpf-next v4 02/11] skmsg: introduce a spinlock to protect ingress_msg
` [Patch bpf-next v4 03/11] skmsg: introduce skb_send_sock() for sock_map
` [Patch bpf-next v4 04/11] skmsg: avoid lock_sock() in sk_psock_backlog()
` [Patch bpf-next v4 05/11] sock_map: introduce BPF_SK_SKB_VERDICT
` [Patch bpf-next v4 06/11] sock: introduce sk->sk_prot->psock_update_sk_prot()
` [Patch bpf-next v4 07/11] udp: implement ->read_sock() for sockmap
` [Patch bpf-next v4 08/11] skmsg: extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()
` [Patch bpf-next v4 09/11] udp: implement udp_bpf_recvmsg() for sockmap
` [Patch bpf-next v4 10/11] sock_map: update sock type checks for UDP
` [Patch bpf-next v4 11/11] selftests/bpf: add a test case for udp sockmap

[PATCH bpf-next 00/10] BPF static linking
 2021-03-10  4:04 UTC  (11+ messages)
` [PATCH bpf-next 01/10] libbpf: expose btf_type_by_id() internally
` [PATCH bpf-next 02/10] libbpf: add internal helper to get raw BTF strings section
` [PATCH bpf-next 03/10] libbpf: generalize BTF and BTF.ext type ID and strings iteration
` [PATCH bpf-next 04/10] libbpf: add generic BTF type shallow copy API
` [PATCH bpf-next 05/10] libbpf: add BPF static linker APIs
` [PATCH bpf-next 06/10] libbpf: add BPF static linker BTF and BTF.ext support
` [PATCH bpf-next 07/10] bpftool: add `gen bpfo` command to perform BPF static linking
` [PATCH bpf-next 08/10] selftests/bpf: re-generate vmlinux.h and BPF skeletons if bpftool changed
` [PATCH bpf-next 09/10] selftests/bpf: pass all BPF .o's through BPF static linker
` [PATCH bpf-next 10/10] selftests/bpf: add multi-file statically linked BPF object file test

[PATCH] perf tools: Remove redundant code
 2021-03-10  3:18 UTC 

[PATCH v8 net-next] virtio-net: support XDP when not more queues
 2021-03-10  2:24 UTC 

pull-request: bpf-next 2021-03-09
 2021-03-10  1:54 UTC 

bpf timer design
 2021-03-10  1:19 UTC  (2+ messages)

[PATCH bpf-next v6 0/2] Optimize bpf_redirect_map()/xdp_do_redirect()
 2021-03-10  0:20 UTC  (5+ messages)
` [PATCH bpf-next v6 1/2] bpf, xdp: make bpf_redirect_map() a map operation
` [PATCH bpf-next v6 2/2] bpf, xdp: restructure redirect actions

[PATCH bpf-next 1/2] libbpf: add explicit padding to bpf_xdp_set_link_opts
 2021-03-10  0:02 UTC 

[PATCH bpf v2] bpf: don't do bpf_cgroup_storage_set() for kuprobe/tp programs
 2021-03-09 20:38 UTC  (3+ messages)

[BUG] hitting bug when running spinlock test
 2021-03-09 19:25 UTC  (7+ messages)

[PATCH bpf-next 0/2] selftests/bpf: Add clang-based BTF_KIND_FLOAT tests
 2021-03-09 19:10 UTC  (2+ messages)

[PATCH v7 net-next] virtio-net: support XDP when not more queues
 2021-03-09 16:44 UTC  (3+ messages)

[PATCH intel-net 0/3] intel: Rx headroom fixes
 2021-03-09 16:27 UTC  (7+ messages)
` [PATCH intel-net 1/3] i40e: move headroom initialization to i40e_configure_rx_ring
  ` [Intel-wired-lan] "
` [PATCH intel-net 2/3] ice: move headroom initialization to ice_setup_rx_ctx
  ` [Intel-wired-lan] "
` [PATCH intel-net 3/3] ixgbe: move headroom initialization to ixgbe_configure_rx_ring
  ` [Intel-wired-lan] "

[PATCH v25 02/25] LSM: Add the lsmblob data structure
 2021-03-09 14:42 UTC 

[PATCHv2 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-03-09 10:13 UTC  (5+ messages)
` [PATCHv2 bpf-next 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCHv2 bpf-next 2/4] xdp: extend xdp_redirect_map with broadcast support
` [PATCHv2 bpf-next 3/4] sample/bpf: add xdp_redirect_map_multi for redirect_map broadcast test
` [PATCHv2 bpf-next 4/4] selftests/bpf: add xdp_redirect_multi test

[PATCH bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-03-09  9:53 UTC  (9+ messages)
` [PATCH bpf-next 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCH bpf-next 2/4] xdp: extend xdp_redirect_map with broadcast support
` [PATCH bpf-next 3/4] sample/bpf: add xdp_redirect_map_multi for redirect_map broadcast test
` [PATCH bpf-next 4/4] selftests/bpf: add xdp_redirect_multi test

[PATCH] net: netlink: fix error return code of netlink_proto_init()
 2021-03-09  8:55 UTC  (3+ messages)

[Intel-wired-lan] [net PATCH] ixgbe: Fix NULL pointer dereference in ethtool loopback test
 2021-03-09  7:29 UTC 

[PATCH bpf-next] selftests/bpf: fix compiler warning in BPF_KPROBE definition in loop6.c
 2021-03-09  5:29 UTC  (2+ messages)

[PATCH bpf] bpf: don't do bpf_cgroup_storage_set() for kuprobe/tp programs
 2021-03-09  5:26 UTC 

[PATCH v7 net-next] virtio-net: support XDP when not more queues
 2021-03-09  2:47 UTC 

[RESEND PATCH v3] seccomp: Improve performance by optimizing rmb()
 2021-03-09  3:03 UTC 

[PATCH bpf-next] bpf: x86: use kvmalloc_array instead kmalloc_array in bpf_jit_comp
 2021-03-09  1:56 UTC 

[PATCH v2 bpf-next 0/2] Add clang-based BTF_KIND_FLOAT tests
 2021-03-09  0:56 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_size
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add BTF_KIND_FLOAT to btf_dump_test_case_syntax

[Patch bpf-next v3 0/9] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-09  0:10 UTC  (5+ messages)
` [Patch bpf-next v3 3/9] udp: implement ->sendmsg_locked()

[PATCH] btf: Add support for the floating-point types
 2021-03-08 22:31 UTC  (9+ messages)

[PATCH bpf-next V2 0/2] bpf: Updates for BPF-helper bpf_check_mtu
 2021-03-08 22:14 UTC  (8+ messages)
` [PATCH bpf-next V2 1/2] bpf: BPF-helper for MTU checking add length input

[PATCH bpf V3 0/2] bpf: Updates for BPF-helper bpf_check_mtu
 2021-03-08 21:50 UTC  (4+ messages)
` [PATCH bpf V3 1/2] bpf: BPF-helper for MTU checking add length input
` [PATCH bpf V3 2/2] selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len param

[PATCH bpf-next] selftests/bpf: Fix typo in Makefile
 2021-03-08 21:19 UTC  (3+ messages)

[PATCH bpf-next] libbpf: fix INSTALL flag order
 2021-03-08 18:50 UTC  (2+ messages)

[PATCH v2 bpf] libbpf: fix INSTALL flag order
 2021-03-08 18:50 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Fix arm64 build
 2021-03-08 18:40 UTC  (3+ messages)

[PATCH v3 bpf-next] bpf: devmap: move drop error path to devmap for XDP_REDIRECT
 2021-03-08 16:15 UTC  (4+ messages)

[PATCH bpf-next v2] bpf: Change inode_storage's lookup_elem return value from NULL to -EBADF
 2021-03-08 16:00 UTC  (4+ messages)

[PATCH] tools include: Add __sum16 and __wsum definitions
 2021-03-08 13:41 UTC  (3+ messages)

[PATCH bpf] bpf: Dont allow vmlinux BTF to be used in map_create and prog_load
 2021-03-08 13:10 UTC  (4+ messages)

[PATCHv2 bpf-next] selftests/bpf: Fix test_attach_probe for powerpc uprobes
 2021-03-08 10:44 UTC  (4+ messages)

bpf_core_type_id_kernel with qualifier aborts clang compilation
 2021-03-08  9:33 UTC  (4+ messages)

[PATCH v6 net-next] virtio-net: support XDP when not more queues
 2021-03-08  7:16 UTC 

[PATCH v6 net-next] virtio-net: support XDP when not more queues
 2021-03-08  3:41 UTC  (2+ messages)

[syzbot] general protection fault in btf_type_id_size
 2021-03-07 21:19 UTC 

[PATCH bpf-next] bpf: Change inode_storage's lookup_elem return value from NULL to -EBADF
 2021-03-07 10:32 UTC 


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