bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-16 05:40:54 to 2021-03-18 23:30:44 UTC [more...]

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

test_ima passing only first time
 2021-03-18 23:22 UTC  (3+ messages)

[PATCH bpf-next 00/15] Support calling kernel function
 2021-03-18 22:53 UTC  (3+ messages)
` [PATCH bpf-next 02/15] bpf: btf: Support parsing extern func

[PATCH v2 00/17] Add support for Clang CFI
 2021-03-18 22:29 UTC  (30+ messages)
` [PATCH v2 01/17] add "
` [PATCH v2 02/17] cfi: add __cficanonical
` [PATCH v2 03/17] mm: add generic __va_function and __pa_function macros
` [PATCH v2 04/17] module: ensure __cfi_check alignment
` [PATCH v2 05/17] workqueue: use WARN_ON_FUNCTION_MISMATCH
` [PATCH v2 06/17] kthread: "
` [PATCH v2 07/17] kallsyms: strip ThinLTO hashes from static functions
` [PATCH v2 08/17] bpf: disable CFI in dispatcher functions
` [PATCH v2 09/17] lib/list_sort: fix function type mismatches
` [PATCH v2 10/17] lkdtm: use __va_function
` [PATCH v2 11/17] psci: use __pa_function for cpu_resume
` [PATCH v2 12/17] arm64: implement __va_function
` [PATCH v2 13/17] arm64: use __pa_function
` [PATCH v2 14/17] arm64: add __nocfi to functions that jump to a physical address
` [PATCH v2 15/17] arm64: add __nocfi to __apply_alternatives
` [PATCH v2 16/17] KVM: arm64: Disable CFI for nVHE
` [PATCH v2 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[RFC][PATCH] libbpf: support kprobe/kretprobe events in legacy environments
 2021-03-18 20:56 UTC  (4+ messages)
` [PATCH] libbpf: allow bpf object kern_version to be overridden

[PATCH 8/9] bpf: Fix typo "accesible"
 2021-03-18 20:22 UTC 

deadlock bug related to bpf,audit subsystems
 2021-03-18 18:19 UTC  (5+ messages)

[PATCH bpf] libbpf: Fix BTF dump of pointer-to-array-of-struct
 2021-03-18 17:08 UTC  (2+ messages)

[Patch bpf-next v5 00/11] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-18 16:40 UTC  (14+ 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] selftests/bpf: fix warning comparing pointer to 0
 2021-03-18 16:23 UTC  (2+ messages)

[PATCH bpf] selftest/bpf: Add a test to check trampoline freeing logic
 2021-03-18 16:20 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Simplify expression for identify bpf mem type
 2021-03-18 15:58 UTC  (2+ messages)

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

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

[PATCHv2 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-03-18 14:19 UTC  (6+ messages)
` [PATCHv2 bpf-next 2/4] "

[PATCH] virtio_net: replace if (cond) BUG() with BUG_ON()
 2021-03-18  8:18 UTC  (2+ messages)

[PATCH net] net: sched: fix packet stuck problem for lockless qdisc
 2021-03-18  6:53 UTC 

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

[PATCH bpf-next v3] bpf: net: emit anonymous enum with BPF_TCP_CLOSE value explicitly
 2021-03-18  3:29 UTC  (2+ messages)

[PATCH v3 bpf-next 0/2] Provide NULL and KERNEL_VERSION macros in bpf_helpers.h
 2021-03-18  3:28 UTC  (4+ 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: Remove insn_buf[] declaration in inner block
 2021-03-18  2:48 UTC 

[PATCH v2] MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS again
 2021-03-18  2:29 UTC 

pull-request: bpf 2021-03-18
 2021-03-18  0:36 UTC 

[PATCH bpf-next v2] libbpf: use SOCK_CLOEXEC when opening the netlink socket
 2021-03-18  0:00 UTC  (3+ messages)

[PATCH] libbpf: Fix error path in bpf_object__elf_init()
 2021-03-17 23:50 UTC  (2+ messages)

[PATCH bpf] bpf: Fix fexit trampoline
 2021-03-17 23:30 UTC  (2+ messages)

[PATCH] MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS again
 2021-03-17 23:08 UTC  (4+ messages)

[PATCH v2 bpf-next 00/11] BPF static linking
 2021-03-17 22:10 UTC  (9+ messages)
` [PATCH v2 bpf-next 07/11] libbpf: add BPF static linker BTF and BTF.ext support
` [PATCH v2 bpf-next 10/11] selftests/bpf: pass all BPF .o's through BPF static linker

[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 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

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

[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  (6+ messages)
` [PATCH v3 net-next 4/6] linux/etherdevice.h: misc trailing whitespace cleanup

[PATCH bpf-next 0/5] Add a snprintf eBPF helper
 2021-03-17 10:32 UTC  (15+ 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

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

[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 -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  (3+ messages)

[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  (5+ messages)
` [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


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