messages from 2021-05-22 16:23:50 to 2021-05-26 17:02:13 UTC [more...]
[PATCH bpf v2] libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.h
2021-05-26 17:01 UTC (8+ messages)
AF_XDP metadata/hints
2021-05-26 17:01 UTC (11+ messages)
[PATCH] mm/page_alloc: Work around a pahole limitation with zero-sized struct pagesets
2021-05-26 17:00 UTC (6+ messages)
` (BTF) "
[RFC PATCH bpf-next] bpf: Introduce bpf_timer
2021-05-26 16:58 UTC (25+ messages)
[PATCH bpf-next v3] libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.h
2021-05-26 16:46 UTC
[PATCH bpf-next v3] docs/bpf: add llvm_reloc.rst to explain llvm bpf relocations
2021-05-26 15:24 UTC
[PATCH bpf-next 0/3] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
2021-05-26 12:40 UTC (5+ messages)
` [PATCH bpf-next 1/3] "
` [PATCH bpf-next 2/3] bpf: support specifying ingress via "
` [PATCH bpf-next 3/3] selftests/bpf: Add test for "
[PATCH v2] lockdown,selinux: avoid bogus SELinux lockdown permission checks
2021-05-26 11:44 UTC (3+ messages)
XDP-hints: Howto support multiple BTF types per packet basis?
2021-05-26 10:58 UTC
[PATCH v26 02/25] LSM: Add the lsmblob data structure
2021-05-26 9:53 UTC (4+ messages)
Portability of bpf_tracing.h
2021-05-26 9:13 UTC (5+ messages)
XDP-hints: Storing some bits in XDP metadata and others in xdp_frame/xdp-buff (was: Checksum for xdp_frame)
2021-05-26 8:58 UTC (2+ messages)
[PATCHv2] selftests: Use kselftest skip code for skipped tests
2021-05-26 8:53 UTC (2+ messages)
BPF: failed module verification on linux-next
2021-05-26 8:15 UTC (8+ messages)
[PATCH -tip v6 00/13] kprobes: Fix stacktrace with kretprobes on x86
2021-05-26 8:04 UTC (14+ messages)
` [PATCH -tip v6 01/13] ia64: kprobes: Fix to pass correct trampoline address to the handler
` [PATCH -tip v6 02/13] kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor()
` [PATCH -tip v6 03/13] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
` [PATCH -tip v6 04/13] kprobes: Add kretprobe_find_ret_addr() for searching return address
` [PATCH -tip v6 05/13] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline code
` [PATCH -tip v6 06/13] ARC: Add instruction_pointer_set() API
` [PATCH -tip v6 07/13] ia64: "
` [PATCH -tip v6 08/13] arm: kprobes: Make a space for regs->ARM_pc at kretprobe_trampoline
` [PATCH -tip v6 09/13] kprobes: Setup instruction pointer in __kretprobe_trampoline_handler
` [PATCH -tip v6 10/13] x86/kprobes: Push a fake return address at kretprobe_trampoline
` [PATCH -tip v6 11/13] x86/unwind: Recover kretprobe trampoline entry
` [PATCH -tip v6 12/13] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline
` [PATCH -tip v6 13/13] x86/kprobes: Fixup return address in generic trampoline handler
[PATCH v12 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
2021-05-26 7:53 UTC (2+ messages)
[PATCH v7 bpf-next 00/11] Socket migration for SO_REUSEPORT
2021-05-26 6:42 UTC (2+ messages)
[syzbot] KASAN: use-after-free Read in check_all_holdout_tasks_trace
2021-05-26 6:03 UTC (13+ messages)
[Patch bpf v2 0/7] sock_map: some bug fixes and improvements
2021-05-26 4:22 UTC (9+ messages)
` [Patch bpf v2 1/7] skmsg: improve udp_bpf_recvmsg() accuracy
` [Patch bpf v2 2/7] selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()
` [Patch bpf v2 3/7] udp: fix a memory leak in udp_read_sock()
` [Patch bpf v2 4/7] skmsg: fix a memory leak in sk_psock_verdict_apply()
` [Patch bpf v2 5/7] skmsg: teach sk_psock_verdict_apply() to return errors
` [Patch bpf v2 6/7] skmsg: pass source psock to sk_psock_skb_redirect()
` [Patch bpf v2 7/7] skmsg: increase sk->sk_drops when dropping packets
[PATCH bpf-next 0/3] Autogenerating API documentation
2021-05-26 3:22 UTC (9+ messages)
[PATCH v2 bpf-next 0/5] libbpf: error reporting changes for v1.0
2021-05-26 0:50 UTC (7+ messages)
` [PATCH v2 bpf-next 1/5] libbpf: add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviors
` [PATCH v2 bpf-next 3/5] libbpf: streamline error reporting for low-level APIs
` [PATCH v2 bpf-next 4/5] libbpf: streamline error reporting for high-level APIs
` [PATCH v2 bpf-next 5/5] bpftool: set errno on skeleton failures and propagate errors
pull-request: bpf 2021-05-26
2021-05-25 22:39 UTC
[PATCH bpf] libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.h
2021-05-25 20:04 UTC (3+ messages)
[PATCH dwarves] btf_encoder: fix and complete filtering out zero-sized per-CPU variables
2021-05-25 19:58 UTC (2+ messages)
linux-next: Tree for May 18 (kernel/bpf/bpf_lsm.o)
2021-05-25 19:15 UTC (6+ messages)
[PATCH bpf-next v2] docs/bpf: add llvm_reloc.rst to explain llvm bpf relocations
2021-05-25 18:52 UTC (3+ messages)
[PATCH bpf 1/2] bpf: Set mac_len in bpf_skb_change_head
2021-05-25 16:03 UTC (3+ messages)
` [PATCH bpf v5] selftests/bpf: Add test for l3 use of bpf_redirect_peer
[PATCH bpf-next v2] docs/bpf: add llvm_reloc.rst to explain llvm bpf relocations
2021-05-25 15:31 UTC (2+ messages)
[PATCH v3] bpftool: Add sock_release help info for cgroup attach/prog load command
2021-05-25 14:20 UTC (3+ messages)
[PATCH] selftests: Use kselftest skip code for skipped tests
2021-05-25 13:56 UTC (4+ messages)
[PATCH bpf-next] xsk: use kvcalloc to support large umems
2021-05-25 11:30 UTC (4+ messages)
[PATCH bpf v4 1/2] bpf: Set mac_len in bpf_skb_change_head
2021-05-25 10:22 UTC (2+ messages)
` [PATCH bpf v5] selftests/bpf: Add test for l3 use of bpf_redirect_peer
libbpf v0.4 release
2021-05-25 6:30 UTC
[PATCH 0/1] bpf: fix spelling mistakes
2021-05-25 4:15 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] samples: bpf: ix kernel-doc syntax in file header
2021-05-25 4:10 UTC (4+ messages)
` [PATCH v2] "
[PATCH bpf-next] docs/bpf: add llvm_reloc.rst to explain llvm bpf relocations
2021-05-25 3:39 UTC (9+ messages)
[PATCH bpf-next 4/5] libbpf: streamline error reporting for high-level APIs
2021-05-25 0:15 UTC (3+ messages)
[PATCH bpf-next 0/5] libbpf: error reporting changes for v1.0
2021-05-25 0:06 UTC (11+ messages)
[PATCH -tip v2 00/10] kprobes: Fix stacktrace with kretprobes
2021-05-24 23:41 UTC (9+ messages)
` [PATCH -tip v2 02/10] kprobes: treewide: Replace arch_deref_entry_point() with dereference_function_descriptor()
[PATCH v7 bpf-next 0/3] Add lookup_and_delete_elem support to BPF hash map types
2021-05-24 22:02 UTC (2+ messages)
[PATCH bpf-next] libbpf: skip bpf_object__probe_loading for light skeleton
2021-05-24 19:30 UTC (2+ messages)
[PATCH bpf-next] libbpf: add support for new llvm bpf relocations
2021-05-24 19:09 UTC (3+ messages)
[RFC PATCH bpf-next seccomp 00/12] eBPF seccomp filters
2021-05-24 18:55 UTC (6+ messages)
[PATCH v2] bpftool: Add sock_release help info for cgroup attach command
2021-05-24 9:11 UTC (3+ messages)
[PATCH] bpftool: Add sock_release help info for cgroup attach command
2021-05-24 7:34 UTC (3+ messages)
Why does bpf_probe_read also release relocation information?
2021-05-24 2:39 UTC (3+ messages)
[syzbot] riscv/fixes boot error: WARNING in vmap_small_pages_range_noflush
2021-05-23 6:59 UTC
Failed to start load kernel modules on 5.13.0-rc2-next-20210521
2021-05-22 19:36 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox