public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-27 01:12:17 to 2021-05-28 20:01:13 UTC [more...]

[PATCH RFC bpf-next 0/7] Add bpf_link based TC-BPF API
 2021-05-28 19:59 UTC  (8+ messages)
` [PATCH RFC bpf-next 1/7] net: sched: refactor cls_bpf creation code
` [PATCH RFC bpf-next 2/7] bpf: export bpf_link functions for modules
` [PATCH RFC bpf-next 3/7] net: sched: add bpf_link API for bpf classifier
` [PATCH RFC bpf-next 4/7] net: sched: add lightweight update path for cls_bpf
` [PATCH RFC bpf-next 5/7] tools: bpf.h: sync with kernel sources
` [PATCH RFC bpf-next 6/7] libbpf: add bpf_link based TC-BPF management API
` [PATCH RFC bpf-next 7/7] libbpf: add selftest for "

[RFC v2 0/7] Improve RISC-V Perf support using SBI PMU extension
 2021-05-28 18:44 UTC  (8+ messages)
` [RFC v2 1/7] RISC-V: Remove the current perf implementation
` [RFC v2 2/7] RISC-V: Add CSR encodings for all HPMCOUNTERS
` [RFC v2 3/7] RISC-V: Add a perf core library for pmu drivers
` [RFC v2 4/7] RISC-V: Add a simple platform driver for RISC-V legacy perf
` [RFC v2 5/7] RISC-V: Add RISC-V SBI PMU extension definitions
` [RFC v2 6/7] RISC-V: Add perf platform driver based on SBI PMU extension
` [RFC v2 7/7] Documentation: riscv: Remove the old documentation

[PATCH bpf-next v2 0/3] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
 2021-05-28 18:40 UTC  (10+ 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] lockdown,selinux: avoid bogus SELinux lockdown permission checks
 2021-05-28 18:10 UTC  (18+ messages)

[PATCH] security: remove unneeded subdir-$(CONFIG_...)
 2021-05-28 18:01 UTC 

[RFC bpf-next 0/4] add partial rx hw csum offload support for XDP
 2021-05-28 18:01 UTC  (6+ messages)
` [RFC bpf-next 1/4] net: xdp: introduce flags field in xdp_buff and xdp_frame
` [RFC bpf-next 2/4] mvneta: return csum computation result from mvneta_rx_csum
` [RFC bpf-next 3/4] net: mvneta: report csum result in xdp_buff
` [RFC bpf-next 4/4] net: xdp: update csum building the skb

XDP-hints: Howto support multiple BTF types per packet basis?
 2021-05-28 17:29 UTC  (16+ messages)

XDP-hints working group mailing list is active
 2021-05-28 14:58 UTC  (2+ messages)

[PATCH bpf-next 0/3] Autogenerating API documentation
 2021-05-28 14:50 UTC  (11+ messages)

[PATCH] mm/page_alloc: Work around a pahole limitation with zero-sized struct pagesets
 2021-05-28 13:09 UTC  (11+ messages)

perf test 40 Basic BPF llvm compile dumps core (x86 and s390)
 2021-05-28 13:01 UTC 

[PATCH bpf-next] xsk: support AF_PACKET
 2021-05-28 12:35 UTC  (13+ messages)

[PATCH v2 4.19 00/19] bpf: fix verifier selftests, add CVE-2021-29155, CVE-2021-33200 fixes
 2021-05-28 10:38 UTC  (20+ messages)
` [PATCH v2 4.19 01/19] bpf: fix up selftests after backports were fixed
` [PATCH v2 4.19 02/19] bpf, selftests: Fix up some test_verifier cases for unprivileged
` [PATCH v2 4.19 03/19] selftests/bpf: Test narrow loads with off > 0 in test_verifier
` [PATCH v2 4.19 04/19] selftests/bpf: add selftest part of "bpf: improve verifier branch analysis"
` [PATCH v2 4.19 05/19] bpf: extend is_branch_taken to registers
` [PATCH v2 4.19 06/19] bpf: Test_verifier, bpf_get_stack return value add <0
` [PATCH v2 4.19 07/19] bpf, test_verifier: switch bpf_get_stack's 0 s> r8 test
` [PATCH v2 4.19 08/19] bpf: Move off_reg into sanitize_ptr_alu
` [PATCH v2 4.19 09/19] bpf: Ensure off_reg has no mixed signed bounds for all types
` [PATCH v2 4.19 10/19] bpf: Rework ptr_limit into alu_limit and add common error path
` [PATCH v2 4.19 11/19] bpf: Improve verifier error messages for users
` [PATCH v2 4.19 12/19] bpf: Refactor and streamline bounds check into helper
` [PATCH v2 4.19 13/19] bpf: Move sanitize_val_alu out of op switch
` [PATCH v2 4.19 14/19] bpf: Tighten speculative pointer arithmetic mask
` [PATCH v2 4.19 15/19] bpf: Update selftests to reflect new error states
` [PATCH v2 4.19 16/19] bpf: Fix leakage of uninitialized bpf stack under speculation
` [PATCH v2 4.19 17/19] bpf: Wrap aux data inside bpf_sanitize_info container
` [PATCH v2 4.19 18/19] bpf: Fix mask direction swap upon off reg sign change
` [PATCH v2 4.19 19/19] bpf: No need to simulate speculative domain for immediates

[PATCH 4.19 00/12] bpf: fix verifier selftests, add CVE-2021-29155 fixes
 2021-05-28 10:12 UTC  (16+ 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] selftests/bpf: Fix return value check in attach_bpf()
 2021-05-28  9:07 UTC 

Regression 5.12.0-rc4 net: ice: significant throughput drop
 2021-05-28  8:34 UTC 

Portability of bpf_tracing.h
 2021-05-28  8:29 UTC  (5+ messages)

[PATCH v3] mm/page_alloc: Require pahole v1.22 to cope with zero-sized struct pagesets
 2021-05-28  7:42 UTC  (3+ messages)

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

[Patch bpf v3 0/8] sock_map: some bug fixes and improvements
 2021-05-28  5:27 UTC  (10+ 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 bpf-next] bpf/devmap: remove drops variable from bq_xmit_all()
 2021-05-28  4:02 UTC  (2+ messages)

[PATCH bpf-next] bpf: tnums: Provably sound, faster, and more precise algorithm for tnum_mul
 2021-05-28  3:55 UTC 

[PATCH net-next 0/3] Some optimization for lockless qdisc
 2021-05-28  2:49 UTC  (4+ messages)
` [PATCH net-next 1/3] net: sched: avoid unnecessary seqcount operation "
` [PATCH net-next 2/3] net: sched: implement TCQ_F_CAN_BYPASS "
` [PATCH net-next 3/3] net: sched: remove qdisc->empty "

[PATCH v3 bpf-next 0/2] libbpf: BTF dumper support for typed data
 2021-05-28  1:24 UTC  (4+ 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 net-next v6 0/5] page_pool: recycle buffers
 2021-05-28  0:44 UTC  (2+ messages)

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

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

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

[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 -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][next] bpf: devmap: remove redundant assignment of variable drops
 2021-05-27 14:55 UTC  (2+ 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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox