bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-18 07:06:21 to 2021-06-23 21:37:59 UTC [more...]

[PATCH] media: bpf: do not copy more entries than user space requested
 2021-06-23 21:37 UTC 

pull-request: bpf 2021-06-23
 2021-06-23 20:54 UTC 

[PATCH net-next v3 0/3] Some optimization for lockless qdisc
 2021-06-23 19:40 UTC  (5+ messages)
` [PATCH net-next v3 1/3] net: sched: avoid unnecessary seqcount operation "
` [PATCH net-next v3 2/3] net: sched: implement TCQ_F_CAN_BYPASS "
` [PATCH net-next v3 3/3] net: sched: remove qdisc->empty "

[PATCH 1/4] net: if_arp: add ARPHRD_PUREIP type
 2021-06-23 17:31 UTC  (7+ messages)
` [PATCH 2/4] net: ipv6: don't generate link local address on PUREIP device
` [PATCH 3/4] net: dev_is_mac_header_xmit() return false for ARPHRD_PUREIP
` [PATCH 4/4] drivers: net: mediatek: initial implementation of ccmni

[PATCH v9 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-06-23 14:40 UTC  (9+ messages)
` [PATCH v9 bpf-next 08/14] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v9 bpf-next 10/14] bpf: add multi-buffer support to xdp copy helpers

XDP-hints: Howto support multiple BTF types per packet basis?
 2021-06-23  8:32 UTC  (13+ messages)

[PATCHv2 bpf-next] bpf, x86: Remove unused cnt increase from EMIT macro
 2021-06-23 11:25 UTC 

[PATCH net-next v3 0/5] Generic XDP improvements
 2021-06-23 11:17 UTC  (12+ messages)
` [PATCH net-next v3 1/5] net: core: split out code to run generic XDP prog
` [PATCH net-next v3 2/5] bitops: add non-atomic bitops for pointers
` [PATCH net-next v3 3/5] bpf: cpumap: implement generic cpumap
` [PATCH net-next v3 4/5] bpf: devmap: implement devmap prog execution for generic XDP
` [PATCH net-next v3 5/5] bpf: update XDP selftests to not fail with "

[PATCH bpf-next v4 00/19] Clean up and document RCU-based object protection for XDP and TC BPF
 2021-06-23 11:07 UTC  (20+ messages)
` [PATCH bpf-next v4 01/19] rcu: Create an unrcu_pointer() to remove __rcu from a pointer
` [PATCH bpf-next v4 02/19] doc: Clarify and expand RCU updaters and corresponding readers
` [PATCH bpf-next v4 03/19] doc: Give XDP as example of non-obvious RCU reader/updater pairing
` [PATCH bpf-next v4 04/19] bpf: allow RCU-protected lookups to happen from bh context
` [PATCH bpf-next v4 05/19] xdp: add proper __rcu annotations to redirect map entries
` [PATCH bpf-next v4 06/19] sched: remove unneeded rcu_read_lock() around BPF program invocation
` [PATCH bpf-next v4 07/19] ena: remove rcu_read_lock() around XDP "
` [PATCH bpf-next v4 08/19] bnxt: "
` [PATCH bpf-next v4 09/19] thunderx: "
` [PATCH bpf-next v4 10/19] freescale: "
` [PATCH bpf-next v4 11/19] net: intel: "
` [PATCH bpf-next v4 12/19] marvell: "
` [PATCH bpf-next v4 13/19] mlx4: "
` [PATCH bpf-next v4 14/19] nfp: "
` [PATCH bpf-next v4 15/19] qede: "
` [PATCH bpf-next v4 16/19] sfc: "
` [PATCH bpf-next v4 17/19] netsec: "
` [PATCH bpf-next v4 18/19] stmmac: "
` [PATCH bpf-next v4 19/19] net: ti: "

[PATCH bpf-next v3 00/16] Clean up and document RCU-based object protection for XDP_REDIRECT
 2021-06-23 10:55 UTC  (14+ messages)
` [PATCH bpf-next v3 03/16] xdp: add proper __rcu annotations to redirect map entries
` [PATCH bpf-next v3 15/16] stmmac: remove rcu_read_lock() around XDP program invocation

[PATCH bpf] Revert "bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GET"
 2021-06-23  8:44 UTC  (9+ messages)

[PATCH] docs: af_xdp: consistent indentation in examples
 2021-06-23  8:00 UTC  (4+ messages)

[PATCH bpf] net/bpfilter: specify the log level for the kmsg message
 2021-06-23  6:57 UTC  (3+ messages)

[PATCH net-next v2 0/5] Generic XDP improvements
 2021-06-22 20:23 UTC  (7+ messages)
` [PATCH net-next v2 1/5] net: core: split out code to run generic XDP prog
` [PATCH net-next v2 2/5] bitops: add non-atomic bitops for pointers
` [PATCH net-next v2 3/5] bpf: cpumap: implement generic cpumap
` [PATCH net-next v2 4/5] bpf: devmap: implement devmap prog execution for generic XDP
` [PATCH net-next v2 5/5] bpf: update XDP selftests to not fail with "

BPF calls to modules?
 2021-06-22 18:57 UTC  (9+ messages)

[PATCH v2 1/3] perf test: Pass the verbose option to shell tests
 2021-06-22 18:17 UTC  (8+ messages)
` [PATCH v2 2/3] perf test: Add verbose skip output for bpf counters
` [PATCH v2 3/3] perf test: Make stat bpf counters test more robust

Create inner maps dynamically from ebpf kernel prog program
 2021-06-22 15:40 UTC  (4+ messages)

Fw: [Netdev 0x15] Submission #5 "XDP Hints / hardware offloads..."
 2021-06-22 15:27 UTC 

[PATCH bpf-next v3 1/2] libbpf: add request buffer type for netlink messages
 2021-06-22 15:07 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] libbpf: netlink: switch to void * casting

[PATCH bpf-next 0/1] arm64: Add BPF exception tables
 2021-06-22 11:00 UTC  (7+ messages)
        ` [PATCH] x86 bpf: Fix extable offset calculation

[PATCH bpf-next 1/3] net: bonding: Add XDP support to the bonding driver
 2021-06-22  7:24 UTC  (2+ messages)

[PATCH net v2] net: sched: add barrier to ensure correct ordering for lockless qdisc
 2021-06-21 23:29 UTC  (5+ messages)

TXTIME (Launch Time) setting per XDP frame from userspace
 2021-06-21 23:04 UTC  (2+ messages)

[PATCH bpf-next v6 0/4] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
 2021-06-21 22:46 UTC  (4+ messages)
` [PATCH bpf-next v6 3/4] bpf: support specifying ingress via "

[syzbot] KASAN: use-after-free Read in check_all_holdout_tasks_trace
 2021-06-21 22:41 UTC  (5+ messages)

[PATCH 1/4] perf test: Fix non-bash issue with stat bpf counters
 2021-06-21 21:30 UTC  (8+ messages)
` [PATCH 2/4] perf test: Pass the verbose option to shell tests

[PATCH net-next] net/netif_receive_skb_core: Use migrate_disable()
 2021-06-21 19:10 UTC  (2+ messages)

[PATCH AUTOSEL 5.12 24/39] bpf, selftests: Adjust few selftest outcomes wrt unreachable code
 2021-06-21 17:51 UTC 

[PATCH net-next 0/4] Generic XDP improvements
 2021-06-21 15:50 UTC  (7+ messages)
` [PATCH net-next 1/4] net: core: split out code to run generic XDP prog
` [PATCH net-next 2/4] net: implement generic cpumap
` [PATCH net-next 3/4] bpf: devmap: implement devmap prog execution for generic XDP
` [PATCH net-next 4/4] bpf: update XDP selftests to not fail with "

[PATCH] add multiple program checks to bpf_object__probe_loading
 2021-06-21 15:30 UTC  (5+ messages)
` [PATCH bpf-next] libbpf: add extra BPF_PROG_TYPE check "

[PATCH RESEND bpf v3 0/8] sock_map: some bug fixes and improvements
 2021-06-21 15:00 UTC  (3+ messages)

[PATCH RFC bpf-next 0/7] Add bpf_link based TC-BPF API
 2021-06-21 13:55 UTC  (19+ messages)

[PATCH v3] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-06-21  8:35 UTC  (4+ messages)

[RFCv3 00/19] x86/ftrace/bpf: Add batch support for direct/tracing attach
 2021-06-21  6:50 UTC  (9+ messages)

[PATCH v5 bpf-next 0/3] libbpf: BTF dumper support for typed data
 2021-06-19  8:56 UTC  (4+ messages)
` [PATCH v5 bpf-next 1/3] "
` [PATCH v5 bpf-next 2/3] selftests/bpf: add ASSERT_STRNEQ() variant for test_progs
` [PATCH v5 bpf-next 3/3] selftests/bpf: add dump type data tests to btf dump tests

[PATCH v3] riscv: Ensure BPF_JIT_REGION_START aligned with PMD size
 2021-06-19  6:58 UTC  (2+ messages)

[PATCH bpf-next] bpf, x86: Remove unused cnt increase from EMIT macro
 2021-06-18 20:07 UTC  (3+ messages)

[PATCH bpf-next v4 0/1] Autogenerating libbpf API documentation
 2021-06-18 18:30 UTC  (3+ messages)
` [PATCH bpf-next v4 1/1] Add documentation for libbpf including API autogen

[PATCH bpf] samples/bpf: Fix Segmentation fault for xdp_redirect command
 2021-06-18 18:20 UTC  (2+ messages)

[PATCH bpf] samples/bpf: Fix the error return code of xdp_redirect's main()
 2021-06-18 18:20 UTC  (2+ messages)

[PATCH -tip v8 00/13] kprobes: Fix stacktrace with kretprobes on x86
 2021-06-18 17:44 UTC  (12+ messages)
` [PATCH -tip v8 05/13] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline code
` [PATCH -tip v8 06/13] ARC: Add instruction_pointer_set() API
` [PATCH -tip v8 07/13] ia64: "
` [PATCH -tip v8 08/13] arm: kprobes: Make a space for regs->ARM_pc at kretprobe_trampoline
` [PATCH -tip v8 09/13] kprobes: Enable stacktrace from pt_regs in kretprobe handler
` [PATCH -tip v8 10/13] x86/kprobes: Push a fake return address at kretprobe_trampoline
` [PATCH -tip v8 11/13] x86/unwind: Recover kretprobe trampoline entry
` [PATCH -tip v8 12/13] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline
` [PATCH -tip v8 13/13] x86/kprobes: Fixup return address in generic trampoline handler

latest pahole breaks libbpf CI and let's talk about staging
 2021-06-18 17:21 UTC  (10+ messages)

[PATCH bpf v2] xsk: fix broken Tx ring validation
 2021-06-18 15:10 UTC  (3+ messages)

[PATCH bpf v2] bpf: fix libelf endian handling in resolv_btfids
 2021-06-18 15:10 UTC  (2+ messages)

[PATCH bpf] xsk: fix missing validation for skb and unaligned mode
 2021-06-18 15:00 UTC  (3+ messages)

kernel bpf test_progs - vm wrong libc version
 2021-06-18 14:34 UTC  (9+ messages)

[PATCH bpf-next v3 0/1] Autogenerating libbpf API documentation
 2021-06-18 14:00 UTC  (4+ messages)
` [PATCH bpf-next v3 1/1] Add documentation for libbpf including API autogen


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