bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-26 07:18:18 to 2021-09-29 11:19:44 UTC [more...]

[PATCH v4 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
 2021-09-29 11:18 UTC  (2+ messages)
` [PATCH v4 2/8] bpf powerpc: Remove extra_pass from bpf_jit_build_body()

[PATCH] samples/bpf: relicense bpf_insn.h as GPL-2.0-only OR BSD-2-Clause
 2021-09-29 11:05 UTC  (11+ messages)

[PATCH v14 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-09-29 10:41 UTC  (17+ messages)

[PATCH net-next] net: mlx4: Add XDP_REDIRECT statistics
 2021-09-29 10:19 UTC  (2+ messages)

[PATCH bpf-next] xsk: fix clang build error in __xp_alloc
 2021-09-29 12:14 UTC  (2+ messages)

[PATCH net 1/1] ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup
 2021-09-29 10:00 UTC  (2+ messages)

[net-next v2 PATCH] octeontx2-pf: Add XDP support to netdev PF
 2021-09-29  9:54 UTC 

[PATCH] tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function
 2021-09-29  8:45 UTC 

[net-next PATCH] octeontx2-pf: Add XDP support to RVU netdev PF
 2021-09-29  8:16 UTC 

bpf_get_branch_snapshot on qemu-kvm
 2021-09-29  7:35 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: fix probe_user test failure with clang build kernel
 2021-09-29  6:23 UTC  (2+ messages)

[PATCH bpf-next 00/13] xsk: i40e: ice: introduce batching for Rx buffer allocation
 2021-09-29  5:52 UTC  (5+ messages)
` [PATCH bpf-next 06/13] xsk: optimize for aligned case

[RFC Patch net-next v2] net_sched: introduce eBPF based Qdisc
 2021-09-29  5:40 UTC  (7+ messages)

[PATCH] selftests/bpf: Use kselftest skip code for skipped tests
 2021-09-29  5:22 UTC  (3+ messages)

[PATCH v4] skmsg: lose offset info in sk_psock_skb_ingress
 2021-09-29  5:19 UTC  (2+ messages)

[PATCHv2] selftests/bpf: Use kselftest skip code for skipped tests
 2021-09-29  5:12 UTC 

[PATCH v3 bpf-next 1/5] bpf: Add bloom filter map implementation
 2021-09-29  3:38 UTC  (21+ messages)

[PATCH -tip v11 00/27] kprobes: Fix stacktrace with kretprobes on x86
 2021-09-29  2:24 UTC  (2+ messages)

[PATCH v7] ixgbe: let the xdpdrv work with more than 64 cpus
 2021-09-29  2:20 UTC  (5+ messages)
` [Intel-wired-lan] "

[PATCH v3] skmsg: lose offset info in sk_psock_skb_ingress
 2021-09-29  2:08 UTC  (3+ messages)

[PATCH v3 0/9] sections: Unify kernel sections range check and use
 2021-09-29  1:14 UTC  (9+ messages)
` [PATCH v3 4/9] sections: Move is_kernel_inittext() into sections.h
` [PATCH v3 5/9] x86: mm: Rename __is_kernel_text() to is_x86_32_kernel_text()
` [PATCH v3 6/9] sections: Provide internal __is_kernel() and __is_kernel_text() helper
` [PATCH v3 7/9] mm: kasan: Use is_kernel() helper
` [PATCH v3 8/9] extable: Use is_kernel_text() helper
` [PATCH v3 9/9] powerpc/mm: Use is_kernel_text() and is_kernel_inittext() helper

[PATCH bpf v2] samples: bpf: Fix vmlinux.h generation for XDP samples
 2021-09-29  0:35 UTC  (3+ messages)

[PATCH bpf-next v5 00/12] Support kernel module function calls from eBPF
 2021-09-29  0:10 UTC  (16+ messages)
` [PATCH bpf-next v5 01/12] bpf: Introduce BPF support for kernel module function calls
` [PATCH bpf-next v5 02/12] bpf: Be conservative while processing invalid kfunc calls
` [PATCH bpf-next v5 03/12] bpf: btf: Introduce helpers for dynamic BTF set registration
` [PATCH bpf-next v5 04/12] tools: Allow specifying base BTF file in resolve_btfids
` [PATCH bpf-next v5 05/12] bpf: Enable TCP congestion control kfunc from modules
` [PATCH bpf-next v5 06/12] libbpf: Support kernel module function calls
` [PATCH bpf-next v5 07/12] libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0
` [PATCH bpf-next v5 08/12] libbpf: Make gen_loader data aligned
` [PATCH bpf-next v5 09/12] libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
` [PATCH bpf-next v5 10/12] libbpf: Fix skel_internal.h to set errno on loader retval < 0
` [PATCH bpf-next v5 11/12] bpf: selftests: Fix fd cleanup in get_branch_snapshot
` [PATCH bpf-next v5 12/12] bpf: selftests: Add selftests for module kfunc support

[PATCH bpf-next v2 0/2] bpf: Build with -Wcast-function-type
 2021-09-28 23:33 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
` [PATCH bpf-next v2 2/2] bpf: Replace callers of BPF_CAST_CALL with proper function typedef

[PATCH bpf-next 0/5] introduce dummy BPF STRUCT_OPS
 2021-09-28 23:19 UTC  (7+ messages)
` [PATCH bpf-next 1/5] bpf: add dummy BPF STRUCT_OPS for test purpose
` [PATCH bpf-next 2/5] bpf: factor out a helper to prepare trampoline for struct_ops prog
` [PATCH bpf-next 3/5] bpf: do .test_run in dummy BPF STRUCT_OPS
` [PATCH bpf-next 4/5] bpf: hook .test_run for struct_ops program
` [PATCH bpf-next 5/5] selftests/bpf: test return value handling for struct_ops prog

[PATCH bpf-next v3 0/3] add support for writable bare tracepoint
 2021-09-28 23:11 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] bpf: support writable context for "
` [PATCH bpf-next v3 2/3] libbpf: support detecting and attaching of writable tracepoint program
` [PATCH bpf-next v3 3/3] bpf/selftests: add test for writable bare tracepoint

[PATCH bpf-next] selftests/bpf: fix probe_user test failure with clang build kernel
 2021-09-28 22:46 UTC  (4+ messages)

[PATCH bpf-next] tools/bpftool: Avoid using "?:" in generated code
 2021-09-28 22:30 UTC  (2+ messages)

[PATCH 0/2] bpf: Build with -Wcast-function-type
 2021-09-28 21:12 UTC  (5+ messages)
` [PATCH 1/2] bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
` [PATCH 2/2] bpf: Replace callers of BPF_CAST_CALL with proper function typedef

[PATCH v4 bpf-next 00/10] libbpf: stricter BPF program section name handling
 2021-09-28 20:55 UTC  (12+ messages)
` [PATCH v4 bpf-next 01/10] libbpf: add "tc" SEC_DEF which is a better name for "classifier"
` [PATCH v4 bpf-next 02/10] selftests/bpf: normalize XDP section names in selftests
` [PATCH v4 bpf-next 03/10] selftests/bpf: switch SEC("classifier*") usage to a strict SEC("tc")
` [PATCH v4 bpf-next 04/10] selftests/bpf: normalize all the rest SEC() uses
` [PATCH v4 bpf-next 05/10] libbpf: refactor internal sec_def handling to enable pluggability
` [PATCH v4 bpf-next 06/10] libbpf: reduce reliance of attach_fns on sec_def internals
` [PATCH v4 bpf-next 07/10] libbpf: refactor ELF section handler definitions
` [PATCH v4 bpf-next 08/10] libbpf: complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SEC
` [PATCH v4 bpf-next 09/10] libbpf: add opt-in strict BPF program section name handling logic
` [PATCH v4 bpf-next 10/10] selftests/bpf: switch sk_lookup selftests to strict SEC("sk_lookup") use

[PATCH RFC bpf-next 00/10] bpf: CO-RE support in the kernel
 2021-09-28 20:34 UTC  (14+ messages)
` [PATCH RFC bpf-next 01/10] bpf: Prepare relo_core.c for kernel duty
` [PATCH RFC bpf-next 04/10] bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn()

[PATCH bpf v2] tools/bpftool: Avoid using "?:" in generated code
 2021-09-28 18:37 UTC 

Question about the release of BPF_MAP_TYPE_STRUCT_OPS fd
 2021-09-28 18:33 UTC  (2+ messages)

[PATCH bpf] tools/bpftool: Avoid using "?:" in generated code
 2021-09-28 18:25 UTC  (2+ messages)

[PATCH v4 bpf-next 00/10] libbpf: stricter BPF program section name handling
 2021-09-28  6:20 UTC  (11+ messages)
` [PATCH v4 bpf-next 01/10] libbpf: add "tc" SEC_DEF which is a better name for "classifier"
` [PATCH v4 bpf-next 02/10] selftests/bpf: normalize XDP section names in selftests
` [PATCH v4 bpf-next 03/10] selftests/bpf: switch SEC("classifier*") usage to a strict SEC("tc")
` [PATCH v4 bpf-next 04/10] selftests/bpf: normalize all the rest SEC() uses
` [PATCH v4 bpf-next 05/10] libbpf: refactor internal sec_def handling to enable pluggability
` [PATCH v4 bpf-next 06/10] libbpf: reduce reliance of attach_fns on sec_def internals
` [PATCH v4 bpf-next 07/10] libbpf: refactor ELF section handler definitions
` [PATCH v4 bpf-next 08/10] libbpf: complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SEC
` [PATCH v4 bpf-next 09/10] libbpf: add opt-in strict BPF program section name handling logic
` [PATCH v4 bpf-next 10/10] selftests/bpf: switch sk_lookup selftests to strict SEC("sk_lookup") use

Redux: Backwards compatibility for XDP multi-buff
 2021-09-28 13:43 UTC  (15+ messages)

pull-request: bpf 2021-09-28
 2021-09-28 12:58 UTC  (2+ messages)

[PATCH] bpf: Fix integer overflow in prealloc_elems_and_freelist()
 2021-09-28 12:29 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] add support for writable bare tracepoint
 2021-09-28 12:28 UTC  (4+ messages)
` [PATCH bpf-next v2 2/3] libbpf: support detecting and attaching of writable tracepoint program

How to attach a single bpf_program multiple times?
 2021-09-28  9:54 UTC 

[PATCH bpf-next] bpf: do not invoke the XDP dispatcher for PROG_RUN with single repeat
 2021-09-28  9:30 UTC 

[PATCH bpf-next 0/4] Fix up bpf_jit_limit some more
 2021-09-28  9:02 UTC  (5+ messages)
` [PATCH bpf-next 4/4] bpf: export bpf_jit_current

[PATCH bpf] selftests: bpf: test_lwt_ip_encap: really disable rp_filter
 2021-09-28  7:40 UTC  (2+ messages)

[PATCH bpf] samples: bpf: Fix vmlinux.h generation for XDP samples
 2021-09-28  5:44 UTC  (5+ messages)

[PATCH bpf] selftests: bpf: fix makefile dependencies on libbpf
 2021-09-28  4:53 UTC  (2+ messages)

[PATCH bpf-next] libbpf: ignore STT_SECTION symbols in 'maps' section
 2021-09-28  4:30 UTC  (2+ messages)

[PATCH v3] ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup
 2021-09-28  4:21 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH bpf] samples: bpf: fix test_lru_dist
 2021-09-28  4:15 UTC  (2+ messages)

[PATCH v3 bpf-next 0/9] libbpf: stricter BPF program section name handling
 2021-09-28  1:53 UTC  (5+ messages)
` [PATCH v3 bpf-next 2/9] selftests/bpf: normalize SEC("classifier") usage

[RFC PATCH bpf-next 0/2] bpf: keep track of prog verification stats
 2021-09-28  1:33 UTC  (8+ messages)

[Patch bpf v2 0/4] sock_map: fix ->poll() and update selftests
 2021-09-28  0:22 UTC  (5+ messages)
` [Patch bpf v2 1/4] skmsg: introduce sk_psock_get_checked()
` [Patch bpf v2 2/4] net: rename ->stream_memory_read to ->sock_is_readable
` [Patch bpf v2 3/4] net: implement ->sock_is_readable for UDP and AF_UNIX
` [Patch bpf v2 4/4] selftests/bpf: use recv_timeout() instead of retries

[PATCH dwarves v2 0/2] generate BTF_KIND_TAG types from DW_TAG_LLVM_annotation dwarf tags
 2021-09-27 20:59 UTC  (3+ messages)

[Patch bpf 0/3] sock_map: fix ->poll() and update selftests
 2021-09-27 19:29 UTC  (4+ messages)
` [Patch bpf 2/3] net: poll psock queues too for sockmap sockets

[PATCH v2 1/2] tools/include: Update if_link.h and netlink.h
 2021-09-27 17:05 UTC  (4+ messages)

[PATCH bpf v2 1/2] bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interrupt
 2021-09-27 16:37 UTC  (3+ messages)
` [PATCH bpf v2 2/2] bpf, test, cgroup: Use sk_{alloc,free} for test cases

[PATCH RESEND bpf] bpf, s390: Fix potential memory leak about jit_data
 2021-09-27 16:13 UTC  (4+ messages)

[PATCH bpf-next] samples: bpf: avoid name collision with kernel enum values
 2021-09-27 16:01 UTC  (4+ messages)

Happy birthday BPF!
 2021-09-26 20:34 UTC 


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