public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-18 09:34:41 to 2025-11-20 02:07:27 UTC [more...]

[PATCH bpf-next v3 0/6] bpf trampoline support "jmp" mode
 2025-11-20  2:07 UTC  (18+ messages)
` [PATCH bpf-next v3 1/6] ftrace: introduce FTRACE_OPS_FL_JMP
` [PATCH bpf-next v3 2/6] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
` [PATCH bpf-next v3 3/6] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
` [PATCH bpf-next v3 4/6] bpf,x86: adjust the "jmp" mode for bpf trampoline
` [PATCH bpf-next v3 5/6] bpf: specify the old and new poke_type for bpf_arch_text_poke
` [PATCH bpf-next v3 6/6] bpf: implement "jmp" mode for trampoline

[BUG] bpftool: Build failure due to opensslv.h
 2025-11-20  1:56 UTC  (6+ messages)

[PATCH 0/5] io_uring: add IORING_OP_BPF for extending io_uring
 2025-11-20  1:51 UTC  (12+ messages)
` [PATCH 3/5] io_uring: bpf: extend io_uring with bpf struct_ops

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-20  1:47 UTC  (6+ messages)
` [PATCH 06/44] bpf: Verifier, remove some unusual uses of min_t() and max_t()
` [PATCH 34/44] bpf: use min() instead of min_t()
` [PATCH 35/44] "
` [PATCH 41/44] net/core: Change loop conditions so min() can be used

[PATCH v3 00/10] BPF controlled io_uring
 2025-11-20  1:41 UTC  (5+ messages)
` [PATCH v3 10/10] selftests/io_uring: add bpf io_uring selftests

[PATCHSET v4 0/5] perf tools: Add deferred callchain support
 2025-11-20  1:07 UTC  (13+ messages)
` [PATCH v4 1/5] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
` [PATCH v4 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH v4 3/5] perf record: Add --call-graph fp,defer option for deferred callchains
` [PATCH v4 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v4 5/5] perf tools: Merge deferred user callchains

[PATCH v3 0/4] make vmalloc gfp flags usage more apparent
 2025-11-20  1:03 UTC  (13+ messages)
` [PATCH v3 1/4] mm/vmalloc: warn on invalid vmalloc gfp flags
` [PATCH v3 2/4] mm/vmalloc: Add a helper to optimize vmalloc allocation gfps
` [PATCH v3 3/4] mm/vmalloc: cleanup large_gfp in vm_area_alloc_pages()
` [PATCH v3 4/4] mm/vmalloc: cleanup gfp flag use in new_vmap_block()

[PATCH v2 22/50] convert efivarfs
 2025-11-19 21:15 UTC  (11+ messages)
                  ` [REGRESSION] "

[syzbot] [bpf?] WARNING: kmalloc bug in bpf_prog_alloc_no_stats
 2025-11-19 20:44 UTC 

[PATCH bpf-next v1 0/3] bpf: Fix FIONREAD and copied_seq issues
 2025-11-19 19:53 UTC  (3+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: Fix incorrect copied_seq calculation

[RFC PATCH v7 0/7] Improve the performance of BTF type lookups with binary search
 2025-11-19 19:50 UTC  (14+ messages)
` [RFC PATCH v7 1/7] libbpf: Add BTF permutation support for type reordering
` [RFC PATCH v7 2/7] selftests/bpf: Add test cases for btf__permute functionality
` [RFC PATCH v7 3/7] tools/resolve_btfids: Add --btf_sort option for BTF name sorting
` [RFC PATCH v7 4/7] libbpf: Optimize type lookup with binary search for sorted BTF
` [RFC PATCH v7 5/7] libbpf: Implement BTF type sorting validation for binary search optimization
` [RFC PATCH v7 6/7] btf: Optimize type lookup with binary search
` [RFC PATCH v7 7/7] btf: Add sorting validation for "

[PATCH v3 0/4] make vmalloc gfp flags usage more apparent
 2025-11-19 18:55 UTC  (4+ messages)

[PATCH] mm/filemap: fix NULL pointer dereference in do_read_cache_folio()
 2025-11-19 17:12 UTC  (10+ messages)

[bpf-next v1 0/5] selftests/bpf: networking test cleanups and build fix
 2025-11-19 16:57 UTC  (6+ messages)
` [bpf-next v1 1/5] selftests/bpf: use sockaddr_storage instead of addr_port in cls_redirect test

[PATCH net-next] net: stmmac: convert priv->sph* to boolean and rename
 2025-11-19 16:40 UTC  (3+ messages)

[PATCH v4 bpf-next 1/2] bpf: properly verify tail call behavior
 2025-11-19 16:33 UTC  (17+ messages)
` [PATCH v5 bpf-next 0/4] "
` [PATCH v5 bpf-next 1/4] "
    ` [PATCH v6 bpf-next 0/4] "
    ` [PATCH v6 bpf-next 1/4] "
    ` [PATCH v6 bpf-next 2/4] bpf: test the proper verification of tail calls
    ` [PATCH v6 bpf-next 3/4] bpf: correct stack liveness for "
    ` [PATCH v6 bpf-next 4/4] bpf: test the correct stack liveness of "
` [PATCH v5 bpf-next 2/4] bpf: test the proper verification "
` [PATCH v5 bpf-next 3/4] bpf: correct stack liveness for "
` [PATCH v5 bpf-next 4/4] bpf: test the correct stack liveness of "

[PATCH net V1] veth: reduce XDP no_direct return section to fix race
 2025-11-19 16:28 UTC 

BPF fentry/fexit trampolines stall livepatch stalls transition due to missing ORC unwind metadata
 2025-11-19 15:41 UTC 

[PATCH net v4 0/1] i40e: xsk: advance next_to_clean on status descriptors
 2025-11-19 16:11 UTC  (6+ messages)
` [PATCH net v4 1/1] "
  ` [Intel-wired-lan] "

[RFC PATCH 0/3] Memory Controller eBPF support
 2025-11-19 16:07 UTC  (8+ messages)
` [RFC PATCH 1/3] memcg: add eBPF struct ops support for memory charging
` [RFC PATCH 2/3] selftests/bpf: add memcg eBPF struct ops test
` [RFC PATCH 3/3] samples/bpf: add example memcg eBPF program

[PATCH net-next v4 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2025-11-19 14:57 UTC  (4+ messages)
` [PATCH net-next v4 01/14] net: Add bind-queue operation

[PATCH bpf-next] selftests/bpf: improve reliability of test_perf_branches_no_hw()
 2025-11-19 14:35 UTC 

[PATCH net-next 0/3] YNL CLI --list-attrs argument
 2025-11-19 14:20 UTC  (14+ messages)
` [PATCH net-next 1/3] tools: ynl: cli: Add --list-attrs option to show operation attributes
` [PATCH net-next 3/3] tools: ynl: cli: Display enum values in --list-attrs output

[PATCH bpf-next] bpf: add a check to make static analysers happy
 2025-11-19 13:37 UTC  (2+ messages)

[PATCH v12 00/13] unwind_deferred: Implement sframe handling
 2025-11-19 13:23 UTC  (14+ messages)
` [PATCH v12 01/13] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v12 02/13] unwind_user/sframe: Store .sframe section data in per-mm maple tree
` [PATCH v12 03/13] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v12 04/13] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v12 05/13] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v12 06/13] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v12 07/13] unwind_user: Stop when reaching an outermost frame
` [PATCH v12 08/13] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v12 09/13] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v12 10/13] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v12 11/13] unwind_user/sframe: Show file name in debug output
` [PATCH v12 12/13] unwind_user/sframe: Add .sframe validation option
` [PATCH v12 13/13] unwind_user/sframe: Add prctl() interface for registering .sframe sections

[bug report] bpf, x86: add support for indirect jumps
 2025-11-19 12:48 UTC  (3+ messages)

[PATCH] selftests: seccomp: Handle syscall interruption in notification test
 2025-11-19 12:24 UTC 

[PATCH v6 net-next 00/14] AccECN protocol case handling series
 2025-11-19 11:22 UTC  (16+ messages)
` [PATCH v6 net-next 03/14] net: update commnets for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v6 net-next 04/14] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v6 net-next 05/14] tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
` [PATCH v6 net-next 09/14] tcp: add TCP_SYNACK_RETRANS synack_type
` [PATCH v6 net-next 10/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK

[PATCH RFC net-next 2/2] xsk: introduce a cached cq to temporarily store descriptor addrs
 2025-11-19  9:20 UTC  (15+ messages)

[PATCH] bpf: Document cfi_stubs and owner fields in struct bpf_struct_ops
 2025-11-19  6:24 UTC 

[bpf-next] selftests/bpf: propagate LLVM toolchain into runqslower sub-make
 2025-11-19  4:37 UTC 

[PATCH] selftests/seccomp: improve backwards compatibility for older kernels
 2025-11-19  3:45 UTC  (2+ messages)
` [PATCH v2] selftests/seccomp: Check for feature support before testing

[RFC mm v7] mm: introduce a new page type for page pool in page type
 2025-11-19  1:27 UTC 

[PATCH v2 bpf-next 0/4] Replace BPF memory allocator with kmalloc_nolock() in local storage
 2025-11-19  0:30 UTC  (2+ messages)

[PATCH net v4] xsk: avoid data corruption on cq descriptor number
 2025-11-18 23:57 UTC  (3+ messages)

[PATCH v11 00/15] unwind_deferred: Implement sframe handling
 2025-11-18 19:26 UTC  (4+ messages)
` [PATCH v11 03/15] unwind_user/sframe: Add support for reading .sframe headers

[PATCH bpf-next] selftests/bpf: use ASSERT_STRNEQ to factor in long slab cache names
 2025-11-18 18:58 UTC  (2+ messages)

Kernel build fails if both CONFIG_DEBUG_INFO_BTF and CONFIG_KCSAN are enabled
 2025-11-18 16:47 UTC  (3+ messages)

[PATCH bpf-next 0/4] Add cryptographic hash and signature verification kfuncs to BPF
 2025-11-18 15:44 UTC  (7+ messages)
` [PATCH bpf-next 1/4] bpf: Add SHA hash kfuncs for cryptographic hashing
` [PATCH bpf-next 2/4] selftests/bpf: Add tests for SHA hash kfuncs

[PATCH net-next 0/4] gve: Implement XDP HW RX Timestamping support for DQ
 2025-11-18 15:00 UTC  (2+ messages)

[PATCH net-next v2 0/3] YNL CLI --list-attrs argument
 2025-11-18 14:32 UTC  (4+ messages)
` [PATCH net-next v2 1/3] tools: ynl: cli: Add --list-attrs option to show operation attributes
` [PATCH net-next v2 2/3] tools: ynl: cli: Parse nested attributes in --list-attrs output
` [PATCH net-next v2 3/3] tools: ynl: cli: Display enum values "

[PATCH net-next v6 0/6] Add AF_XDP zero copy support
 2025-11-18 13:55 UTC  (7+ messages)
` [PATCH net-next v6 1/6] net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues
` [PATCH net-next v6 2/6] net: ti: icssg-prueth: Add XSK pool helpers
` [PATCH net-next v6 3/6] net: ti: icssg-prueth: Add AF_XDP zero copy for TX
` [PATCH net-next v6 4/6] net: ti: icssg-prueth: Make emac_run_xdp function independent of page
` [PATCH net-next v6 5/6] net: ti: icssg-prueth: Add AF_XDP zero copy for RX
` [PATCH net-next v6 6/6] net: ti: icssg-prueth: Enable zero copy in XDP features

[PATCH bpf-next 1/2] bpf: Add bpf_get_task_cmdline kfunc
 2025-11-18 12:58 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add bpf_get_task_cmdline test case

[PATCH bpf-next v2 0/3] bpf: arm64: Indirect jumps
 2025-11-18 12:43 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] bpf: arm64: Add support for instructions array
` [PATCH bpf-next v2 2/3] bpf: arm64: Add support for indirect jumps

[PATCH bpf-next v2 0/2] bpf: Inline helper in powerpc JIT
 2025-11-18 12:16 UTC  (2+ messages)

[PATCH bpf-next v1 1/1] bpf: Annotate rqspinlock lock acquiring functions with __must_check
 2025-11-18 10:42 UTC  (5+ messages)

[RFC mm v6] mm: introduce a new page type for page pool in page type
 2025-11-18 10:20 UTC  (7+ messages)

[PATCH bpf-next v3] selftests/bpf: Fix htab_update/reenter_update selftest failure
 2025-11-18  9:47 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