messages from 2026-02-18 15:00:14 to 2026-02-20 18:28:27 UTC [more...]
[PATCH 0/2] bpf: classify block device hooks and add selftests
2026-02-20 18:28 UTC (4+ messages)
` [PATCH 1/2] bpf: classify block device hooks appropriately
` [PATCH 2/2] selftests/bpf: add block device management selftests
[PATCH bpf v1 0/7] selftests/bpf: Add and use strscpy()
2026-02-20 18:20 UTC (8+ messages)
` [PATCH bpf v1 1/7] selftests/bpf: Add simple strscpy() implementation
` [PATCH bpf v1 2/7] selftests/bpf: Add strscpy_cat()
` [PATCH bpf v1 3/7] selftests/bpf: Replace strcpy() calls with strscpy()
` [PATCH bpf v1 4/7] selftests/bpf: Replace strncpy() "
` [PATCH bpf v1 5/7] selftests/bpf: Use strscpy_cat() in the test_loader
` [PATCH bpf v1 6/7] selftests/bpf: Use strscpy in bpftool_helpers.c
` [PATCH bpf v1 7/7] selftests/bpf: Use memcpy() for bounded non-NULL-terminated copies
[LSF/MM/BPF TOPIC] Recover true signatures in pahole
2026-02-20 18:01 UTC (2+ messages)
[PATCH bpf-next v2 0/6] bpf: Introduce 64-bit bitops kfuncs
2026-02-20 17:50 UTC (19+ messages)
` [PATCH bpf-next v2 1/6] "
` [PATCH bpf-next v2 2/6] bpf, x86: Add 64-bit bitops kfuncs support for x86_64
` [PATCH bpf-next v2 3/6] bpf, arm64: Add 64-bit bitops kfuncs support
` [PATCH bpf-next v2 4/6] selftests/bpf: Add tests for 64-bit bitops kfuncs
` [PATCH bpf-next v2 5/6] selftests/bpf: Add __cpu_feature annotation for CPU-feature-gated tests
` [PATCH bpf-next v2 6/6] selftests/bpf: Add JIT disassembly tests for 64-bit bitops kfuncs
[PATCH v8 0/5] BPF controlled io_uring
2026-02-20 17:45 UTC (5+ messages)
` [PATCH v8 5/5] selftests/io_uring: add a bpf io_uring selftest
Fwd: [PATCH v4 07/17] kbuild: generate module BTF based on vmlinux.unstripped
2026-02-20 16:55 UTC (2+ messages)
[PATCH 0/3] libbpf/bpftool: support merging split BTFs
2026-02-20 16:48 UTC (4+ messages)
` [PATCH 1/3] libbpf: support appending split BTF in btf__add_btf()
` [PATCH 2/3] bpftool: support merging multiple module BTFs in btf dump
` [PATCH 3/3] selftests/bpf: add test for btf__add_btf() with split BTF sources
[PATCH] module: Fix kernel panic when a symbol st_shndx is out of bounds
2026-02-20 15:55 UTC (2+ messages)
[PATCH 0/4] bpf: add a few hooks for sandboxing
2026-02-20 15:16 UTC (6+ messages)
` [PATCH 1/4] ns: add bpf hooks
` [PATCH 2/4] cgroup: add bpf hook for attach
` [PATCH 3/4] selftests/bpf: add ns hook selftest
` [PATCH 4/4] selftests/bpf: add cgroup attach selftests
[LSF/MM/BPF TOPIC] BPF local storage for every packet
2026-02-20 14:56 UTC
[PATCH v2 bpf 0/4] Fix invariant violation for single-value tnums
2026-02-20 14:29 UTC (6+ messages)
` [PATCH v2 bpf 1/4] bpf: Introduce tnum_step to step through tnum's members
` [PATCH v2 bpf 2/4] bpf: Improve bounds when tnum has a single possible value
` [PATCH v2 bpf 3/4] selftests/bpf: Test refinement of single-value tnum
` [PATCH v2 bpf 4/4] selftests/bpf: Avoid simplification of crafted bounds test
[LSF/MM/BPF TOPIC] User space RAID5 with ublk and io_uring BPF
2026-02-20 14:13 UTC (2+ messages)
[PATCH bpf 0/4] Fix invariant violation for single-value tnums
2026-02-20 14:02 UTC (10+ messages)
` [PATCH bpf 2/4] bpf: Improve bounds when tnum has a single possible value
[PATCHv4 bpf-next 0/5] libbpf: Make optimized uprobes backward compatible
2026-02-20 11:24 UTC (7+ messages)
` [PATCHv4 bpf-next 1/5] libbpf: Add uprobe syscall feature detection
` [PATCHv4 bpf-next 2/5] libbpf: Add support to detect nop,nop5 instructions combo for usdt probe
` [PATCHv4 bpf-next 3/5] selftests/bpf: Emit nop,nop5 instructions combo for x86_64 arch
` [PATCHv4 bpf-next 4/5] selftests/bpf: Add test for checking correct nop of optimized usdt
` [PATCHv4 bpf-next 5/5] selftests/bpf: Add usdt trigger bench
[PATCH v1 bpf-next] net: core: allow netdev_upper_get_next_dev_rcu from bh context
2026-02-20 11:09 UTC
[PATCH bpf-next 00/17] bpf: tracing_multi link
2026-02-20 10:58 UTC (24+ messages)
` [PATCH bpf-next 01/17] ftrace: Add ftrace_hash_count function
` [PATCH bpf-next 02/17] bpf: Use mutex lock pool for bpf trampolines
` [PATCH bpf-next 03/17] bpf: Add struct bpf_trampoline_ops object
` [PATCH bpf-next 04/17] bpf: Add struct bpf_tramp_node object
` [PATCH bpf-next 05/17] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCH bpf-next 06/17] bpf: Add multi tracing attach types
` [PATCH bpf-next 07/17] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCH bpf-next 08/17] bpf: Add support for tracing multi link
` [PATCH bpf-next 09/17] bpf: Add support for tracing_multi link cookies
` [PATCH bpf-next 10/17] bpf: Add support for tracing_multi link session
` [PATCH bpf-next 11/17] libbpf: Add support to create tracing multi link
` [PATCH bpf-next 12/17] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
` [PATCH bpf-next 13/17] selftests/bpf: Add tracing multi intersect tests
` [PATCH bpf-next 14/17] selftests/bpf: Add tracing multi cookies test
` [PATCH bpf-next 15/17] selftests/bpf: Add tracing multi session test
` [PATCH bpf-next 16/17] selftests/bpf: Add tracing multi attach fails test
` [PATCH bpf-next 17/17] selftests/bpf: Add tracing multi attach benchmark test
[LSF/MM/BPF TOPIC] eBPF-driven Data Placement Hint
2026-02-20 7:14 UTC
[PATCH v2 0/5] powerpc64/bpf: various fixes
2026-02-20 6:39 UTC (6+ messages)
` [PATCH v2 1/5] powerpc64/bpf: do not increment tailcall count when prog is NULL
` [PATCH v2 2/5] powerpc64/bpf: fix the address returned by bpf_get_func_ip
` [PATCH v2 3/5] powerpc64/bpf: use consistent tailcall offset in trampoline
` [PATCH v2 4/5] powerpc64/bpf: remove BPF redzone protection in trampoline stack
` [PATCH v2 5/5] powerpc64/bpf: fix handling of BPF stack in exception callback
[PATCH] selftests/bpf: test accounting of tail calls when prog is NULL
2026-02-20 6:34 UTC (3+ messages)
[PATCH 1/2] bpf: do not increment tailcall count when prog is NULL
2026-02-20 6:29 UTC (2+ messages)
` [PATCH 2/2] bpf: zero extend function arguments while calling kernel function
Function Return ABI (was Re: Argument passing and ABI: GCC vs clang)
2026-02-20 3:38 UTC (2+ messages)
[PATCH] bpf: devmap: hoist loop-invariant xdp buff pointer setup
2026-02-20 2:53 UTC (2+ messages)
[LSF/MM/BPF TOPIC] eBPF isolation with pkeys
2026-02-20 2:50 UTC (8+ messages)
[PATCH v1 bpf] bpf: devmap: fix stack-out-of-bounds write in get_upper_ifindexes()
2026-02-20 2:44 UTC (2+ messages)
[PATCH bpf-next 0/5] Introduce KF_FORBID_SLEEP modifier for acquire/release kfuncs
2026-02-20 1:09 UTC (14+ messages)
` [PATCH bpf-next 1/5] bpf: Add KF_ACQUIRE and KF_RELEASE support for iterators
` [PATCH bpf-next 2/5] bpf: Add KF_FORBID_SLEEP modifier for KF_ACQUIRE kfuncs
` [PATCH bpf-next 3/5] bpf: Move locking to bpf_iter_task_vma_next()
` [PATCH bpf-next 4/5] bpf: Add split iteration support to task_vma iterator
` [PATCH bpf-next 5/5] selftests/bpf: Add tests for split "
[PATCH bpf-next] xsk: avoid double checking against rx queue being full
2026-02-20 1:06 UTC (3+ messages)
[PATCH bpf v2 00/15] selftests/bpf: Fixes for userspace ASAN
2026-02-20 0:36 UTC (17+ messages)
` [PATCH bpf v2 05/15] selftests/bpf: Fix memory leaks in tests
` [PATCH bpf v2 09/15] selftests/bpf: Fix double thread join in uprobe_multi_test
` [PATCH bpf v2 11/15] selftests/bpf: Free bpf_object in test_sysctl
` [PATCH bpf v2 14/15] selftests/bpf: Check BPFTOOL env var in detect_bpftool_path()
` [PATCH bpf v2 15/15] selftests/bpf: Don't override SIGSEGV handler with ASAN
[PATCH bpf-next 1/1] selftests/bpf: Change task local data library license
2026-02-19 22:58 UTC
[RFC PATCH bpf-next 0/2] libbpf: Handle duplicate kprobe symbols
2026-02-19 21:57 UTC (6+ messages)
` [RFC PATCH bpf-next 1/2] libbpf: Handle duplicate kprobe symbols in attach_kprobe_opts
` [External] "
` [RFC PATCH bpf-next 2/2] selftests/bpf: Add tests for duplicate kprobe symbol handling
[PATCH bpf-next v2 0/2] selftests/bpf: fix flaky build_id test
2026-02-19 21:15 UTC (2+ messages)
[[LSF/MM/BPF TOPIC] Progress on BTF linking and deduplication using the toolchain
2026-02-19 19:57 UTC
[GIT PULL] BPF fixes for 7.0-rc1
2026-02-19 18:58 UTC (2+ messages)
[PATCH v3 bpf/net 0/6] sockmap: Fix UAF and broken memory accounting for UDP
2026-02-19 18:29 UTC (9+ messages)
` [PATCH v3 bpf/net 1/6] sockmap: Annotate sk->sk_data_ready() "
` [PATCH v3 bpf/net 2/6] sockmap: Annotate sk->sk_write_space() "
` [PATCH v3 bpf/net 3/6] sockmap: Fix use-after-free in udp_bpf_recvmsg()
` [PATCH v3 bpf/net 4/6] sockmap: Pass gfp_t flag to sk_psock_skb_ingress()
` [PATCH v3 bpf/net 5/6] sockmap: Consolidate sk_psock_skb_ingress_self()
` [PATCH v3 bpf/net 6/6] sockmap: Fix broken memory accounting for UDP
[PATCH bpf-next v3 0/5] Add the the capability to load HW RX checsum in eBPF programs
2026-02-19 17:13 UTC (5+ messages)
` [PATCH bpf-next v3 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
[PATCH net] eth: fbnic: Advertise supported XDP features
2026-02-19 17:10 UTC (2+ messages)
[RFC PATCH 0/1] bpf: Add tunnel decapsulation and GSO state updates per new flags
2026-02-19 12:18 UTC (4+ messages)
` [RFC PATCH 1/1] "
[PATCH bpf v3 0/9] Address XDP frags having negative tailroom
2026-02-19 12:00 UTC (3+ messages)
` [PATCH bpf v3 5/9] i40e: fix registering XDP RxQ info
[LSF/MM/BPF TOPIC] Scalar Evolution for BPF Verifier
2026-02-19 6:41 UTC
[RFC PATCH bpf-next 0/1] Upgrading uprobe and kprobe to their `multi` counterparts
2026-02-19 5:31 UTC (9+ messages)
` [RFC PATCH bpf-next 1/1] libbpf: Auto-upgrade uprobes to multi-uprobes when supported
[PATCH bpf-next v2 0/2] bpf: Add multi-level pointer parameter support for trampolines
2026-02-19 5:17 UTC (5+ messages)
` Re: [PATCH bpf-next v2 0/2] bpf: Add multi-level pointer parameter
` "
[PATCH 0/2] bnxt_en: Add XDP RSS hash metadata
2026-02-19 3:07 UTC (4+ messages)
[PATCH net] net/mlx5e: XSK, Fix unintended ICOSQ change
2026-02-19 1:10 UTC (2+ messages)
[PATCH bpf v2] selftests/bpf: Remove hexdump dependency
2026-02-18 23:20 UTC (3+ messages)
[PATCH bpf v1 0/2] libbpf: Remove extern declaration of bpf_stream_vprintk()
2026-02-18 23:20 UTC (4+ messages)
` [PATCH bpf v1 1/2] selftests/bpf: Use vmlinux.h in test_xdp_meta
` [PATCH bpf v1 2/2] libbpf: Remove extern declaration of bpf_stream_vprintk()
[PATCH bpf-next 0/2] libbpf: Add bpf_prog_clone for individual program loading
2026-02-18 19:08 UTC (9+ messages)
` [PATCH bpf-next 1/2] libbpf: Introduce bpf_prog_clone()
` [PATCH bpf-next 2/2] selftests/bpf: Use bpf_prog_clone() in veristat
[PATCH bpf-next v10 0/8] bpf: Extend BPF syscall with common attributes support
2026-02-18 18:44 UTC (5+ messages)
` [PATCH bpf-next v10 4/8] bpf: Add syscall common attributes support for prog_load
Question about redundant copies of json-writer.c
2026-02-18 18:11 UTC
[PATCH v3 dwarves 0/5] Improve BTF concrete function accuracy
2026-02-18 17:54 UTC (3+ messages)
[PATCH RFC bpf-next 0/6] bpf: Add support for sleepable raw tracepoint programs
2026-02-18 16:39 UTC (9+ messages)
` [PATCH RFC bpf-next 1/6] bpf: Allow sleepable programs for BPF_TRACE_RAW_TP attach type
` [PATCH RFC bpf-next 2/6] bpf: Reject sleepable raw_tp programs on non-faultable tracepoints
` [PATCH RFC bpf-next 3/6] bpf: Remove preempt_disable from faultable tracepoint BPF callbacks
` [PATCH RFC bpf-next 4/6] bpf: Add sleepable execution path for raw tracepoint programs
` [PATCH RFC bpf-next 5/6] libbpf: Add tp_btf.s section handler for sleepable raw tracepoints
` [PATCH RFC bpf-next 6/6] selftests/bpf: Add tests for sleepable raw tracepoint programs
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