messages from 2024-01-26 03:26:13 to 2024-01-29 12:15:12 UTC [more...]
[PATCH net-next 0/7] dma: skip calling no-op sync ops when possible
2024-01-29 12:15 UTC (17+ messages)
` [PATCH net-next 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations
` [PATCH net-next 3/7] iommu/dma: avoid expensive indirect "
` [PATCH net-next 4/7] page_pool: make sure frag API fields don't span between cachelines
` [PATCH net-next 5/7] page_pool: don't use driver-set flags field directly
` [PATCH net-next 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH net-next 7/7] xsk: use generic DMA sync shortcut instead of a custom one
[PATCH bpf-next] bpftool: Support dumping kfunc prototypes from BTF
2024-01-29 12:11 UTC (2+ messages)
ISA: BPF_MSH and deprecated packet access instructions
2024-01-29 12:07 UTC (18+ messages)
` [Bpf] "
[PATCH v6 net-next 0/5] add multi-buff support for xdp running in generic mode
2024-01-29 12:06 UTC (11+ messages)
` [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
` [PATCH v6 net-next 2/5] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
` [PATCH v6 net-next 3/5] xdp: add multi-buff support for xdp running in generic mode
` [PATCH v6 net-next 4/5] net: page_pool: make stats available just for global pools
` [PATCH v6 net-next 5/5] veth: rely on netif_skb_segment_for_xdp utility routine
[PATCH RESEND bpf-next v3 0/6] Zbb support and code simplification for RV64 JIT
2024-01-29 11:43 UTC (6+ messages)
` [PATCH RESEND bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions
` "
[PATCH] bpftool: Add missing libgen.h for basename()
2024-01-29 11:23 UTC (10+ messages)
[PATCH bpf-next] tools/resolve_btfids: fix cross-compilation to non-host endianness
2024-01-29 10:09 UTC (4+ messages)
[PATCH v6 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-01-29 9:54 UTC (10+ messages)
` [PATCH v6 32/36] fprobe: Rewrite fprobe on function-graph tracer
[PATCH 5.10.y 0/1] bpf: fix warning ftrace_verify_code
2024-01-29 9:17 UTC (2+ messages)
` [PATCH 5.10.y 1/1] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
[PATCH bpf-next v4 0/3] Fix make install target for BPF selftests
2024-01-29 7:09 UTC (4+ messages)
` [PATCH bpf-next v4 1/3] selftests/bpf: Remove incorrect object path
` [PATCH bpf-next v4 2/3] selftests/bpf: Make install target copy test_progs extra files
` [PATCH bpf-next v4 3/3] selftests/bpf: Make install target copy bpftool
[PATCH net-next 0/5] virtio-net: sq support premapped mode
2024-01-29 6:23 UTC (19+ messages)
` [PATCH net-next 4/5] virtio_ring: introduce virtqueue_get_dma_premapped()
` [PATCH net-next 5/5] virtio_net: sq support premapped mode
BPF selftests and strict aliasing
2024-01-29 5:33 UTC (4+ messages)
[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
2024-01-29 4:32 UTC
[PATCH dwarves v3] pahole: Inject kfunc decl tags into BTF
2024-01-29 1:30 UTC
[PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
2024-01-29 1:24 UTC (4+ messages)
` [PATCH bpf-next v4 1/3] bpf: btf: Support flags for BTF_SET8 sets
` [PATCH bpf-next v4 2/3] bpf: btf: Add BTF_KFUNCS_START/END macro pair
` [PATCH bpf-next v4 3/3] bpf: treewide: Annotate BPF kfuncs in BTF
[PATCH bpf-next v7 0/2] bpf, arm64: use BPF prog pack allocator in BPF JIT
2024-01-29 1:02 UTC (3+ messages)
` [PATCH bpf-next v7 1/2] arm64: patching: implement text_poke API
[PATCH bpf-next] libbpf: fix faccessat() usage on Android
2024-01-28 18:56 UTC (2+ messages)
[PATCH bpf-next 0/3] Use bpf_prog_pack for RV64 bpf trampoline
2024-01-28 17:30 UTC (2+ messages)
[PATCH bpf-next v3 1/2] selftests/bpf: Remove incorrect object path
2024-01-28 12:20 UTC (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Make install target copy test_progs extra files
[PATCH] bpf: generate const static pointers for kernel helpers
2024-01-28 11:57 UTC (3+ messages)
[PATCH bpf-next v2] selftests/bpf: Drop return in bpf_testmod_exit
2024-01-28 11:43 UTC
[PATCH bpf-next] bpf: remove unused field "mod" in struct bpf_trampoline
2024-01-28 9:04 UTC (2+ messages)
[PATCH bpf-next] [docs/bpf] Improve documentation of 64-bit immediate instructions
2024-01-27 20:32 UTC (2+ messages)
[LSF/MM/BPF TOPIC] State Of The Page
2024-01-27 18:43 UTC (5+ messages)
[PATCH bpf-next v3 0/6] Improvements for tracking scalars in the BPF verifier
2024-01-27 17:52 UTC (7+ messages)
` [PATCH bpf-next v3 1/6] bpf: Track spilled unbounded scalars
` [PATCH bpf-next v3 2/6] selftests/bpf: Test tracking "
` [PATCH bpf-next v3 3/6] bpf: Preserve boundaries and track scalars on narrowing fill
` [PATCH bpf-next v3 4/6] selftests/bpf: Add test cases for "
` [PATCH bpf-next v3 5/6] bpf: handle scalar spill vs all MISC in stacksafe()
` [PATCH bpf-next v3 6/6] selftests/bpf: states pruning checks for scalar vs STACK_MISC
[PATCH bpf-next] bpf, docs: Expand set of initial conformance groups
2024-01-27 17:03 UTC (2+ messages)
` [Bpf] "
[bpf-next] selftests/bpf: Drop return in bpf_testmod_exit
2024-01-27 14:41 UTC (2+ messages)
[PATCH bpf-next v1] bpf,token: use BIT_ULL() to convert the bit mask
2024-01-27 13:48 UTC
[PATCH] bpf: use -Wno-error in certain tests when building with GCC
2024-01-27 10:09 UTC (3+ messages)
[PATCH V2] bpf: use -Wno-error in certain tests when building with GCC
2024-01-27 10:07 UTC
[PATCH net-next] xdp: Remove usage of the deprecated ida_simple_xx() API
2024-01-27 10:02 UTC (2+ messages)
` [PATCH net-next RESEND] "
[PATCH bpf-next v2] selftests/bpf: Include runner extras for install target
2024-01-27 9:03 UTC (3+ messages)
[Bpf] Sign extension ISA question
2024-01-27 6:56 UTC (16+ messages)
` "
` Jump instructions clarification
` 64-bit immediate "
` [Bpf] "
[PATCH bpf-next] selftests/bpf: Remove "&>" usage in the selftests
2024-01-27 6:27 UTC (5+ messages)
pull-request: bpf-next 2024-01-26
2024-01-27 5:30 UTC (2+ messages)
Standardizing BPF assembly language?
2024-01-27 5:29 UTC (7+ messages)
` [Bpf] "
[PATCH net-next 0/3] net: stmmac: EST conformance support
2024-01-27 4:04 UTC (4+ messages)
` [PATCH net-next 1/3] net: stmmac: Offload queueMaxSDU from tc-taprio
` [PATCH net-next 2/3] net: stmmac: est: Per Tx-queue error count for HLBF
` [PATCH net-next 3/3] net: stmmac: Report taprio offload status
[RFC PATCH v7 0/8] net_sched: Introduce eBPF based Qdisc
2024-01-27 1:17 UTC (9+ messages)
` [RFC PATCH v7 1/8] "
` [RFC PATCH v7 7/8] samples/bpf: Add an example of bpf fq qdisc
[RFC bpf-next v3] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments
2024-01-27 0:42 UTC (8+ messages)
[PATCH bpf-next v3] bpftool: add support for split BTF to gen min_core_btf
2024-01-26 23:51 UTC (2+ messages)
[PATCH v2 bpf-next 0/7] Trusted PTR_TO_BTF_ID arg support in global subprogs
2024-01-26 22:21 UTC (6+ messages)
` [PATCH v2 bpf-next 2/7] libbpf: fix __arg_ctx type enforcement for perf_event programs
[LSF/MM/BPF TOPIC] Discuss more features + use cases for sched_ext
2024-01-26 21:59 UTC
[PATCH bpf v2 0/3] Fix the read of vsyscall page through bpf
2024-01-26 19:36 UTC (5+ messages)
` [PATCH bpf v2 1/3] x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h
` [PATCH bpf v2 2/3] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
` [PATCH bpf v2 3/3] selftest/bpf: Test the read of vsyscall page under x86-64
[PATCH bpf-next] selftests/bpf: Add missing line break in test_verifier
2024-01-26 19:20 UTC (2+ messages)
BTF generation and pruning (notes from office hours)
2024-01-26 18:35 UTC (3+ messages)
[PATCH bpf-next] bpf, docs: Clarify definitions of various instructions
2024-01-26 18:10 UTC (5+ messages)
` [Bpf] "
[RFC bpf-next] bpf: Create shadow variables for struct_ops in skeletons
2024-01-26 17:54 UTC (7+ messages)
[PATCH bpf-next v2] bpftool: add support for split BTF to gen min_core_btf
2024-01-26 17:51 UTC (2+ messages)
[PATCH bpf-next v8 1/3] bpf: make common crypto API for TC/XDP programs
2024-01-26 17:38 UTC (6+ messages)
[PATCH bpf-next] bpf: One more maintainer for libbpf and BPF selftests
2024-01-26 17:24 UTC (4+ messages)
[PATCH bpf-next] perf/bpf: Fix duplicate type check
2024-01-26 17:19 UTC (2+ messages)
[PATCH bpf-next v2 0/4] transition sockmap testing to test_progs
2024-01-26 15:40 UTC (13+ messages)
` [PATCH bpf-next v2 1/4] bpf: sockmap, add test for sk_msg prog pop msg helper
` [PATCH bpf-next v2 2/4] bpf: sockmap, add a sendmsg test so we can check that path
` [PATCH bpf-next v2 3/4] bpf: sockmap, add a cork to force buffering of the scatterlist
[PATCH v2 0/3] HID: bpf: couple of upstream fixes
2024-01-26 11:20 UTC (3+ messages)
` [PATCH v2 2/3] HID: bpf: actually free hdev memory after attaching a HID-BPF program
Anonymous struct types in parameter lists in BPF selftests
2024-01-26 9:56 UTC (3+ messages)
[PATCH RFC 1/4] fs/locks: Fix file lock cache accounting, again
2024-01-26 9:50 UTC
[PATCH bpf-next v2] bpf: Fix error checks against bpf_get_btf_vmlinux()
2024-01-26 5:10 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).