bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-25 11:38:13 to 2021-05-27 21:58:50 UTC [more...]

[RFT] Testing 1.22
 2021-05-27 21:57 UTC  (8+ messages)

[PATCH 4.19 00/12] bpf: fix verifier selftests, add CVE-2021-29155 fixes
 2021-05-27 20:31 UTC  (15+ messages)
` [PATCH 4.19 01/12] bpf: fix up selftests after backports were fixed
` [PATCH 4.19 02/12] bpf, selftests: Fix up some test_verifier cases for unprivileged
` [PATCH 4.19 03/12] selftests/bpf: Test narrow loads with off > 0 in test_verifier
` [PATCH 4.19 04/12] selftests/bpf: add selftest part of "bpf: improve verifier branch analysis"
` [PATCH 4.19 05/12] bpf: Move off_reg into sanitize_ptr_alu
` [PATCH 4.19 06/12] bpf: Ensure off_reg has no mixed signed bounds for all types
` [PATCH 4.19 07/12] bpf: Rework ptr_limit into alu_limit and add common error path
` [PATCH 4.19 08/12] bpf: Improve verifier error messages for users
` [PATCH 4.19 09/12] bpf: Refactor and streamline bounds check into helper
` [PATCH 4.19 10/12] bpf: Move sanitize_val_alu out of op switch
` [PATCH 4.19 11/12] bpf: Tighten speculative pointer arithmetic mask
` [PATCH 4.19 12/12] bpf: Update selftests to reflect new error states

[PATCH bpf-next v2 0/3] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
 2021-05-27 20:13 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 2/3] bpf: support specifying ingress via "
` [PATCH bpf-next v2 3/3] selftests/bpf: Add test for "

[PATCH v2] kbuild: quote OBJCOPY var to avoid a pahole call break the build
 2021-05-27 19:00 UTC  (3+ messages)

XDP-hints: Howto support multiple BTF types per packet basis?
 2021-05-27 17:44 UTC  (9+ messages)

[PATCH v2] mm/page_alloc: Work around a pahole limitation with zero-sized struct pagesets
 2021-05-27 17:27 UTC  (5+ messages)

[PATCH v3] mm/page_alloc: Require pahole v1.22 to cope with zero-sized struct pagesets
 2021-05-27 17:19 UTC 

[PATCH bpf-next 0/3] bpf: Introduce BPF timers
 2021-05-27 16:57 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpf: Introduce bpf_timer
` [PATCH bpf-next 2/3] bpf: Add verifier checks for bpf_timer
` [PATCH bpf-next 3/3] selftests/bpf: Add bpf_timer test

[PATCH dwarves] btf_encoder: fix and complete filtering out zero-sized per-CPU variables
 2021-05-27 16:47 UTC  (9+ messages)

[PATCH -tip v7 00/13] kprobes: Fix stacktrace with kretprobes on x86
 2021-05-27 16:41 UTC  (15+ messages)
` [PATCH -tip v7 01/13] ia64: kprobes: Fix to pass correct trampoline address to the handler
` [PATCH -tip v7 02/13] kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor()
` [PATCH -tip v7 03/13] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
` [PATCH -tip v7 04/13] kprobes: Add kretprobe_find_ret_addr() for searching return address
` [PATCH -tip v7 05/13] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline code
` [PATCH -tip v7 06/13] ARC: Add instruction_pointer_set() API
` [PATCH -tip v7 07/13] ia64: "
` [PATCH -tip v7 08/13] arm: kprobes: Make a space for regs->ARM_pc at kretprobe_trampoline
` [PATCH -tip v7 09/13] kprobes: Setup instruction pointer in __kretprobe_trampoline_handler
` [PATCH -tip v7 10/13] x86/kprobes: Push a fake return address at kretprobe_trampoline
` [PATCH -tip v7 11/13] x86/unwind: Recover kretprobe trampoline entry
` [PATCH -tip v7 12/13] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline
` [PATCH -tip v7 13/13] x86/kprobes: Fixup return address in generic trampoline handler

[PATCH v3 bpf-next 0/2] libbpf: BTF dumper support for typed data
 2021-05-27 15:59 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] "
` [PATCH v3 bpf-next 2/2] selftests/bpf: add dump type data tests to btf dump tests

[PATCH][next] bpf: devmap: remove redundant assignment of variable drops
 2021-05-27 14:55 UTC  (2+ messages)

[PATCH] mm/page_alloc: Work around a pahole limitation with zero-sized struct pagesets
 2021-05-27 14:41 UTC  (14+ messages)
` (BTF) "

[PATCH v2] lockdown,selinux: avoid bogus SELinux lockdown permission checks
 2021-05-27 14:18 UTC  (5+ messages)

bpf: Run devmap xdp_prog on flush instead of bulk enqueue
 2021-05-27 12:58 UTC  (2+ messages)

[QUESTION] BPF kernel selftests failed in the LTS stable kernel 4.19.x
 2021-05-27  8:37 UTC  (4+ messages)

[PATCH bpf-next v3] docs/bpf: add llvm_reloc.rst to explain llvm bpf relocations
 2021-05-27  6:04 UTC  (2+ messages)

[Patch bpf v3 0/8] sock_map: some bug fixes and improvements
 2021-05-27  1:11 UTC  (9+ messages)
` [Patch bpf v3 1/8] skmsg: improve udp_bpf_recvmsg() accuracy
` [Patch bpf v3 2/8] selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()
` [Patch bpf v3 3/8] udp: fix a memory leak in udp_read_sock()
` [Patch bpf v3 4/8] skmsg: clear skb redirect pointer before dropping it
` [Patch bpf v3 5/8] skmsg: fix a memory leak in sk_psock_verdict_apply()
` [Patch bpf v3 6/8] skmsg: teach sk_psock_verdict_apply() to return errors
` [Patch bpf v3 7/8] skmsg: pass source psock to sk_psock_skb_redirect()
` [Patch bpf v3 8/8] skmsg: increase sk->sk_drops when dropping packets

[PATCH -tip v6 00/13] kprobes: Fix stacktrace with kretprobes on x86
 2021-05-27  0:20 UTC  (16+ 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 bpf-next 0/3] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
 2021-05-26 21:05 UTC  (4+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: Add test for "

[PATCH bpf-next 0/3] Autogenerating API documentation
 2021-05-26 20:45 UTC  (10+ messages)

AF_XDP metadata/hints
 2021-05-26 18:44 UTC  (13+ messages)

Portability of bpf_tracing.h
 2021-05-26 18:34 UTC  (4+ messages)

[RFC PATCH bpf-next] bpf: Introduce bpf_timer
 2021-05-26 18:25 UTC  (18+ messages)

[PATCH bpf-next v3] libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.h
 2021-05-26 17:50 UTC  (2+ messages)

[PATCH bpf v2] libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.h
 2021-05-26 17:01 UTC  (8+ messages)

[PATCH v26 02/25] LSM: Add the lsmblob data structure
 2021-05-26  9:53 UTC  (4+ 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  (5+ messages)

[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  (3+ messages)
` [Patch bpf v2 7/7] skmsg: increase sk->sk_drops when dropping packets

[PATCH v2 bpf-next 0/5] libbpf: error reporting changes for v1.0
 2021-05-26  0:50 UTC  (3+ messages)

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)

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

[PATCH] selftests: Use kselftest skip code for skipped tests
 2021-05-25 13:56 UTC  (2+ 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).