bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-13 11:38:05 to 2021-03-17 20:06:15 UTC [more...]

[PATCH v3 bpf-next 0/2] Provide NULL and KERNEL_VERSION macros in bpf_helpers.h
 2021-03-17 20:05 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] libbpf: provide "
` [PATCH v3 bpf-next 2/2] selftests/bpf: drop custom NULL #define in skb_pkt_end selftest

[PATCH bpf-next] bpf: Simplify expression for identify bpf mem type
 2021-03-17 19:51 UTC  (2+ messages)

bpf timer design
 2021-03-17 18:20 UTC  (6+ messages)

[PATCH v2 bpf-next 0/4] Generate NULL in vmlinux.h
 2021-03-17 18:15 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/4] bpftool: generate NULL definition "
` [PATCH v2 bpf-next 2/4] selftests/bpf: drop custom NULL #define in skb_pkt_end selftest
` [PATCH v2 bpf-next 3/4] selftests/bpf: treat compilation warnings as errors
` [PATCH v2 bpf-next 4/4] bpftool: "

[PATCH bpf-next v3] bpf: net: emit anonymous enum with BPF_TCP_CLOSE value explicitly
 2021-03-17 17:41 UTC 

[PATCH bpf-next v2] bpf: net: emit anonymous enum with BPF_TCP_CLOSE value explicitly
 2021-03-17 16:59 UTC  (6+ messages)

[PATCH 00/17] Add support for Clang CFI
 2021-03-17 16:05 UTC  (14+ messages)
` [PATCH 04/17] module: cfi: ensure __cfi_check alignment
` [PATCH 06/17] kthread: cfi: disable callback pointer check with modules
` [PATCH 07/17] kallsyms: cfi: strip hashes from static functions
` [PATCH 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH] libbpf: Fix error path in bpf_object__elf_init()
 2021-03-17 14:54 UTC 

[BPF CO-RE clarification] Use CO-RE on older kernel versions
 2021-03-17 14:31 UTC  (9+ messages)

[PATCH bpf-next v2] libbpf: use SOCK_CLOEXEC when opening the netlink socket
 2021-03-17 13:04 UTC  (2+ messages)

[PATCHv2 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-03-17 12:03 UTC  (3+ messages)
` [PATCHv2 bpf-next 2/4] "

[PATCH] libbpf: use SOCK_CLOEXEC when opening the netlink socket
 2021-03-17 11:07 UTC  (2+ messages)

[PATCH v3 net-next 0/6] skbuff: micro-optimize flow dissection
 2021-03-17 11:02 UTC  (11+ messages)
` [PATCH v3 net-next 1/6] flow_dissector: constify bpf_flow_dissector's data pointers
` [PATCH v3 net-next 2/6] skbuff: make __skb_header_pointer()'s data argument const
` [PATCH v3 net-next 3/6] flow_dissector: constify raw input data argument
` [PATCH v3 net-next 4/6] linux/etherdevice.h: misc trailing whitespace cleanup
` [PATCH v3 net-next 5/6] ethernet: constify eth_get_headlen()'s data argument
` [PATCH v3 net-next 6/6] skbuff: micro-optimize {,__}skb_header_pointer()

[PATCH bpf-next 0/5] Add a snprintf eBPF helper
 2021-03-17 10:32 UTC  (20+ 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] MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS again
 2021-03-17  9:59 UTC  (2+ messages)

Design for sk_lookup helper function in context of sk_lookup hook
 2021-03-17  9:04 UTC 

[PATCH] virtio_net: replace if (cond) BUG() with BUG_ON()
 2021-03-17  5:57 UTC 

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

[PATCH v3] bpf: Fix memory leak in copy_process()
 2021-03-17  3:09 UTC 

[PATCH bpf-next 0/4] Generate NULL in vmlinux.h
 2021-03-17  3:08 UTC  (6+ messages)
` [PATCH bpf-next 1/4] bpftool: generate NULL definition "
` [PATCH bpf-next 2/4] selftests/bpf: drop custom NULL #define in skb_pkt_end selftest
` [PATCH bpf-next 3/4] selftests/bpf: treat compilation warnings as errors
` [PATCH bpf-next 4/4] bpftool: "

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

[PATCH -tip v2 00/10] kprobes: Fix stacktrace with kretprobes
 2021-03-17  0:27 UTC  (5+ messages)
` [PATCH -tip v2 04/10] kprobes: stacktrace: Recover the address changed by kretprobe

[PATCH v3 bpf] ftrace: Fix modify_ftrace_direct
 2021-03-16 23:52 UTC  (3+ messages)

[PATCH] selftests/bpf/get_cgroup_id: Use nanosleep() syscall instead of sleep()
 2021-03-16 23:20 UTC  (2+ messages)

[PATCH] selftests/bpf: fix warning comparing pointer to 0
 2021-03-16 23:00 UTC  (2+ messages)

[PATCH] libbpf: avoid inline hint definition from 'linux/stddef.h'
 2021-03-16 21:57 UTC  (4+ messages)

[PATCH v2 bpf-next 0/4] Build BPF selftests and its libbpf, bpftool in debug mode
 2021-03-16 21:36 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: add explicit padding to bpf_xdp_set_link_opts
` [PATCH v2 bpf-next 2/4] bpftool: fix maybe-uninitialized warnings
` [PATCH v2 bpf-next 3/4] selftests/bpf: fix maybe-uninitialized warning in xdpxceiver test
` [PATCH v2 bpf-next 4/4] selftests/bpf: build everything in debug mode

[PATCH bpf] bpf: Fix fexit trampoline
 2021-03-16 21:00 UTC 

[PATCH v2] bpf: Fix memory leak in copy_process()
 2021-03-16 20:51 UTC  (4+ messages)
` 回复: "

Generating libbpf API documentation
 2021-03-16 20:14 UTC  (3+ messages)

[PATCH v2 bpf] ftrace: Fix modify_ftrace_direct
 2021-03-16 19:50 UTC  (3+ messages)

libbpf pinning strategies - towards v1
 2021-03-16 18:28 UTC  (3+ messages)

[PATCH v3 bpf-next] bpf: add lookup_and_delete_elem support to hashtab
 2021-03-16 17:44 UTC 

[PATCH v2 bpf-next 00/17] AF_XDP selftests improvements & bpf_link
 2021-03-16  8:44 UTC  (9+ messages)
` [PATCH v2 bpf-next 06/17] libbpf: xsk: use bpf_link
` [PATCH v2 bpf-next 07/17] samples: bpf: do not unload prog within xdpsock
` [PATCH v2 bpf-next 13/17] veth: implement ethtool's get_channels() callback
` [PATCH v2 bpf-next 14/17] selftests: xsk: implement bpf_link test

[PATCH] bpf: selftests: remove unused 'nospace_err' in tests for batched ops in array maps
 2021-03-16  5:30 UTC  (3+ messages)

[PATCH] samples: bpf: Fix a spelling typo in do_hbm_test.sh
 2021-03-16  5:20 UTC  (3+ messages)

[PATCH bpf-next] bpf: net: emit anonymous enum with BPF_TCP_CLOSE value explicitly
 2021-03-16  5:01 UTC  (5+ messages)

[PATCH bpf-next 00/15] Support calling kernel function
 2021-03-16  3:39 UTC  (17+ messages)
` [PATCH bpf-next 01/15] bpf: Simplify freeing logic in linfo and jited_linfo
` [PATCH bpf-next 02/15] bpf: btf: Support parsing extern func
` [PATCH bpf-next 03/15] bpf: Refactor btf_check_func_arg_match
` [PATCH bpf-next 04/15] bpf: Support bpf program calling kernel function
` [PATCH bpf-next 05/15] bpf: Support kernel function call in x86-32
` [PATCH bpf-next 06/15] tcp: Rename bictcp function prefix to cubictcp
` [PATCH bpf-next 07/15] bpf: tcp: White list some tcp cong functions to be called by bpf-tcp-cc
` [PATCH bpf-next 08/15] libbpf: Refactor bpf_object__resolve_ksyms_btf_id
` [PATCH bpf-next 09/15] libbpf: Refactor codes for finding btf id of a kernel symbol
` [PATCH bpf-next 10/15] libbpf: Rename RELO_EXTERN to RELO_EXTERN_VAR
` [PATCH bpf-next 11/15] libbpf: Record extern sym relocation first
` [PATCH bpf-next 12/15] libbpf: Support extern kernel function
` [PATCH bpf-next 13/15] bpf: selftests: Rename bictcp to bpf_cubic
` [PATCH bpf-next 14/15] bpf: selftest: bpf_cubic and bpf_dctcp calling kernel functions
` [PATCH bpf-next 15/15] bpf: selftest: Add kfunc_call test

[Patch bpf-next v4 00/11] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-15 20:55 UTC  (5+ messages)
` [Patch bpf-next v4 04/11] skmsg: avoid lock_sock() in sk_psock_backlog()

[PATCH net] selftests/bpf: set gopt opt_class to 0 if get tunnel opt failed
 2021-03-15 16:32 UTC  (5+ messages)

[PATCH] bpf: Add getter and setter for SO_REUSEPORT through bpf_{g,s}etsockopt
 2021-03-15 16:25 UTC  (2+ messages)

[syzbot] BUG: unable to handle kernel access to user memory in sock_ioctl
 2021-03-15 14:41 UTC  (7+ messages)

[syzbot] memory leak in copy_process (2)
 2021-03-15  7:28 UTC 

[PATCH] net: ethernet: intel: igb: Typo fix in the file igb_main.c
 2021-03-15  2:41 UTC  (2+ messages)

[PATCH v2 bpf-next] bpf: add lookup_and_delete_elem support to hashtab
 2021-03-15  0:08 UTC  (4+ messages)

[RFC 0/1] Combining CUs into a single hash table
 2021-03-14 23:33 UTC  (5+ messages)

The killing of ideal_nops[]
 2021-03-14 22:43 UTC  (3+ messages)

[PATCH bpf] ftrace: Fix modify_ftrace_direct
 2021-03-14 21:38 UTC  (2+ messages)

[PATCH v8 net-next] virtio-net: support XDP when not more queues
 2021-03-14 12:04 UTC  (2+ messages)

[PATCH v2 net-next 0/6] skbuff: micro-optimize flow dissection
 2021-03-14 10:15 UTC  (10+ messages)
` [PATCH v2 net-next 1/6] flow_dissector: constify bpf_flow_dissector's data pointers
` [PATCH v2 net-next 2/6] skbuff: make __skb_header_pointer()'s data argument const
` [PATCH v2 net-next 3/6] flow_dissector: constify raw input @data argument
` [PATCH v2 net-next 4/6] linux/etherdevice.h: misc trailing whitespace cleanup
` [PATCH v2 net-next 5/6] ethernet: constify eth_get_headlen()'s @data argument
` [PATCH v2 net-next 6/6] skbuff: micro-optimize {,__}skb_header_pointer()

[PATCH bpf-next 00/10] BPF static linking
 2021-03-13 21:27 UTC  (7+ messages)
` [PATCH bpf-next 07/10] bpftool: add `gen bpfo` command to perform "


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