BPF List
 help / color / mirror / Atom feed
 messages from 2025-12-04 16:16:58 to 2025-12-08 03:04:21 UTC [more...]

[PATCH bpf-next v3 0/6] Add cryptographic hash and signature verification kfuncs to BPF
 2025-12-08  3:01 UTC  (7+ messages)
` [PATCH bpf-next v3 1/6] bpf: Extend bpf_crypto_type with hash operations
` [PATCH bpf-next v3 2/6] crypto: Add BPF hash algorithm type registration module
` [PATCH bpf-next v3 3/6] bpf: Add SHA hash kfunc for cryptographic hashing
` [PATCH bpf-next v3 4/6] selftests/bpf: Add tests for bpf_crypto_hash kfunc
` [PATCH bpf-next v3 5/6] bpf: Add ECDSA signature verification kfuncs
` [PATCH bpf-next v3 6/6] selftests/bpf: Add tests for "

[PATCH bpf-next 0/8] bpf: Introduce verifier test oracle
 2025-12-08  2:17 UTC  (10+ messages)
` [PATCH bpf-next 1/8] bpf: Save pruning point states in oracle
` [PATCH bpf-next 2/8] bpf: Patch bytecode with oracle check instructions
` [PATCH bpf-next 3/8] bpf: Create inner oracle maps
` [PATCH bpf-next 4/8] bpf: Populate "
` [PATCH bpf-next 5/8] bpf: Create and populate oracle map
` [PATCH bpf-next 6/8] bpf: Check oracle in interpreter
` [PATCH bpf-next 7/8] bpf: Introduce CONFIG_BPF_ORACLE
` [PATCH bpf-next 8/8] bpftool: Dump oracle maps

[PATCH bpf-next v2 0/5] Add cryptographic hash and signature verification kfuncs to BPF
 2025-12-08  1:29 UTC  (13+ messages)
` [PATCH bpf-next v2 1/5] crypto: Add BPF hash algorithm type registration module
` [PATCH bpf-next v2 2/5] bpf: Add SHA hash kfunc for cryptographic hashing
` [PATCH bpf-next v2 3/5] selftests/bpf: Add tests for bpf_crypto_hash kfunc
` [PATCH bpf-next v2 4/5] bpf: Add ECDSA signature verification kfuncs
` [PATCH bpf-next v2 5/5] selftests/bpf: Add tests for "

[RFC PATCH 0/8] uprobe/x86: Add support to optimize prologue
 2025-12-07 22:23 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix bpf_seq_read docs for increased buffer size
 2025-12-07 17:42 UTC  (2+ messages)

[RFC PATCH v2 00/15] s390: SFrame user space unwinding
 2025-12-07 15:10 UTC  (18+ messages)
` [RFC PATCH v2 01/15] unwind_user: Enhance comments on get CFA, FP, and RA
` [RFC PATCH v2 02/15] unwind_user/fp: Use dummies instead of ifdef
` [RFC PATCH v2 03/15] x86/unwind_user: Guard unwind_user_word_size() by UNWIND_USER
` [RFC PATCH v2 04/15] s390: asm/dwarf.h should only be included in assembly files
` [RFC PATCH v2 05/15] s390/vdso: Avoid emitting DWARF CFI for non-vDSO
` [RFC PATCH v2 06/15] s390/vdso: Keep function symbols in vDSO
` [RFC PATCH v2 07/15] s390/vdso: Enable SFrame generation "
` [RFC PATCH v2 08/15] unwind_user: Enable archs that define CFA = SP_callsite + offset
` [RFC PATCH v2 09/15] unwind_user: Enable archs that pass RA in a register
` [RFC PATCH v2 10/15] unwind_user: Enable archs that save RA/FP in other registers
` [RFC PATCH v2 11/15] unwind_user/sframe: Enable archs with encoded SFrame CFA offsets
` [RFC PATCH v2 12/15] s390/ptrace: Provide frame_pointer()
` [RFC PATCH v2 13/15] s390/unwind_user/sframe: Enable HAVE_UNWIND_USER_SFRAME
` [RFC PATCH v2 14/15] unwind_user/backchain: Introduce back chain user space unwinding
` [RFC PATCH v2 15/15] s390/unwind_user/backchain: Enable HAVE_UNWIND_USER_BACKCHAIN

Article proposal for your site
 2025-12-07 15:08 UTC 

[PATCH] bpf: Fix bpf_seq_read docs for increased buffer size
 2025-12-07  9:12 UTC  (3+ messages)

[PATCH v8 00/13] Direct Map Removal Support for guest_memfd
 2025-12-07  3:12 UTC  (18+ messages)
` [PATCH v8 01/13] x86: export set_direct_map_valid_noflush to KVM module
` [PATCH v8 02/13] x86/tlb: export flush_tlb_kernel_range "
` [PATCH v8 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v8 04/13] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v8 05/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v8 06/13] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v8 07/13] KVM: arm64: "
` [PATCH v8 08/13] KVM: selftests: load elf via bounce buffer
` [PATCH v8 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v8 10/13] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v8 11/13] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v8 12/13] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v8 13/13] KVM: selftests: Test guest execution from direct map removed gmem

[syzbot] [bpf?] KMSAN: uninit-value in handle_bug
 2025-12-06 14:30 UTC 

[PATCH bpf v5 0/2] bpf: fix bpf_d_path() helper prototype
 2025-12-06 14:12 UTC  (3+ messages)
` [PATCH bpf v5 1/2] bpf: mark bpf_d_path() buffer as writeable
` [PATCH bpf v5 2/2] selftests/bpf: add regression test for bpf_d_path()

[PATCH bpf v4 2/2] selftests/bpf: add regression test for bpf_d_path()
 2025-12-06 14:06 UTC  (4+ messages)

[PATCH bpf v1 1/2] bpf: cpumap: propagate underlying error in cpu_map_update_elem()
 2025-12-06 12:26 UTC  (7+ messages)

[PATCH] tools/lib/bpf: fix -Wdiscarded-qualifiers under C23
 2025-12-06  9:28 UTC  (5+ messages)
` [PATCH v2 bpf-next] "
    ` [PATCH v3] "

[syzbot] Monthly bpf report (Dec 2025)
 2025-12-06  9:24 UTC 

[PATCH bpf-next v2 0/4] resolve_btfids: Support for BTF modifications
 2025-12-06  5:08 UTC  (10+ messages)
` [PATCH bpf-next v2 4/4] resolve_btfids: change in-place update with raw binary output

[PATCH bpf-next v3 0/6] resolve_btfids: Support for BTF modifications
 2025-12-06  1:37 UTC  (16+ messages)
` [PATCH bpf-next v3 1/6] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v3 2/6] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v3 3/6] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v3 4/6] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
` [PATCH bpf-next v3 5/6] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
  ` [PATCH bpf-next v3 6/6] resolve_btfids: change in-place update with raw binary output

[PATCH bpf-next v8 0/6] Support associating BPF programs with struct_ops
 2025-12-06  0:59 UTC  (2+ messages)

[git pull][vfs] tree-in-dcache stuff
 2025-12-06  0:16 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: Add debug messaging in dedup equivalence/identity matching
 2025-12-06  0:14 UTC  (2+ messages)

[PATCH v2 0/4] libbpf: move arena variables out of the zero
 2025-12-06  0:11 UTC  (8+ messages)
` [PATCH v2 2/4] bpf/verifier: do not limit maximum direct offset into arena map
` [PATCH v2 3/4] libbpf: move arena globals to the end of the arena

[PATCH v2 00/13] selftests: Fix build warnings and errors
 2025-12-05 22:21 UTC  (17+ messages)
` [PATCH v2 01/13] clone3: clone3_cap_checkpoint_restore: Fix build warnings
` [PATCH v2 02/13] selftests: ntsync: "
` [PATCH v2 03/13] selftests/filesystems: fclog: Fix build warnings and errors
` [PATCH v2 04/13] selftests/filesystems: file_stressor: Fix build warning
` [PATCH v2 05/13] selftests/filesystems: anon_inode_test: "
` [PATCH v2 06/13] selftest: af_unix: Support compilers without flex-array-member-not-at-end support
` [PATCH v2 07/13] selftest/futex: Comment out test_futex_mpol
` [PATCH v2 08/13] selftests: net: netlink-dumps: Avoid uninitialized variable warning
` [PATCH v2 09/13] selftests/seccomp: Fix build warning
` [PATCH v2 10/13] selftests: net: Fix build warnings
` [PATCH v2 11/13] selftests/fs/mount-notify: Fix build warning
` [PATCH v2 12/13] selftests/fs/mount-notify-ns: "
` [PATCH v2 13/13] selftests: net: tfo: "

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-12-05 17:24 UTC  (8+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
  ` [PATCH v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH net-next v2 0/9] tun: optimize SKB allocation with NAPI cache
 2025-12-05 16:56 UTC  (10+ messages)
` [PATCH net-next v2 5/9] tun: use bulk NAPI cache allocation in tun_xdp_one

[PATCH net-next v2 0/7] net: ethernet: ti: am65-cpsw: add AF_XDP zero copy support
 2025-12-05 16:27 UTC  (3+ messages)
` [PATCH net-next v2 5/7] net: ethernet: ti: am65-cpsw: Add AF_XDP zero copy for TX

[PATCH] bpftool: Fix build with OpenSSL versions older than 3.0
 2025-12-05 15:32 UTC  (3+ messages)

[PATCH v1 1/4] tools/rtla: Consolidate nr_cpus usage across all tools
 2025-12-05 15:19 UTC  (4+ messages)
` [PATCH v1 2/4] tools/rtla: Remove unneeded nr_cpus arguments
` [PATCH v1 3/4] tools/rtla: Remove unneeded nr_cpus members
` [PATCH v1 4/4] tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpu

[PATCH bpf-next v3 0/2] powerpc64/bpf: Inline helper in powerpc JIT
 2025-12-05 14:01 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] powerpc64/bpf: Support internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v3 2/2] powerpc64/bpf: Inline bpf_get_smp_processor_id() and bpf_get_current_task/_btf()

[ANN] poll on EoY break
 2025-12-05 10:55 UTC  (2+ messages)
` [ANN] End of year break up to January 2

[PATCH net] net: enetc: do not transmit redirected XDP frames when the link is down
 2025-12-05 10:53 UTC 

[PATCH 1/2] tools/build: Add a feature test for libopenssl
 2025-12-05 10:28 UTC  (6+ messages)

[PATCH bpf] tools: bpftool: fix truncated netlink dumps
 2025-12-05 10:01 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] net/smc: Introduce smc_hs_ctrl
 2025-12-05  4:16 UTC  (3+ messages)
` [PATCH bpf-next v5 2/3] net/smc: bpf: Introduce generic hook for handshake flow

[PATCH v1 1/4] bpf: Add wakeup_source iterator
 2025-12-05  3:17 UTC  (3+ messages)

[PATCH RFC] virtio_net: gate delayed refill scheduling
 2025-12-05  1:31 UTC  (9+ messages)

[PATCH bpf v3 2/2] selftests/bpf: fix and consolidate d_path LSM regression test
 2025-12-04 21:41 UTC  (3+ messages)

[PATCH 00/13] selftests: Fix problems seen when building with -Werror
 2025-12-04 20:07 UTC  (24+ messages)
` [PATCH 01/13] clone3: clone3_cap_checkpoint_restore: Fix build errors seen "
` [PATCH 02/13] selftests: ntsync: Fix build errors -seen "
` [PATCH 03/13] selftests/filesystems: fclog: Fix build errors seen "
` [PATCH 04/13] selftests/filesystems: file_stressor: Fix build error "
` [PATCH 05/13] selftests/filesystems: anon_inode_test: "
` [PATCH 06/13] selftest: af_unix: Support compilers without flex-array-member-not-at-end support
` [PATCH 07/13] selftest/futex: Comment out test_futex_mpol
` [PATCH 08/13] selftests: net: netlink-dumps: Avoid uninitialized variable error
` [PATCH 09/13] selftests/seccomp: Fix build error seen with -Werror
` [PATCH 10/13] selftests: net: Work around "
` [PATCH 11/13] selftests/fs/mount-notify: Fix build failure "
` [PATCH 12/13] selftests/fs/mount-notify-ns: Fix build failures "
` [PATCH 13/13] selftests: net: tfo: Fix build error "

[PATCH] bpf: avoid warning for unused register_bpf_struct_ops()
 2025-12-04 19:22 UTC  (2+ messages)

[PATCH 0/2] bpf, net: Fix smc for CONFIG_BPF_JIT=n
 2025-12-04 19:20 UTC  (2+ messages)

[PATCH 1/2] bpf: Fix register_bpf_struct_ops() dummy
 2025-12-04 19:15 UTC  (4+ messages)
` [PATCH 2/2] net: smc: SMC_HS_CTRL_BPF should depend on BPF_JIT

[PATCH v3 0/2] Replace trace_cpu_frequency with trace_policy_frequency
 2025-12-04 18:47 UTC  (9+ messages)
` [PATCH v3 1/2] cpufreq: "

[PATCH v2 0/2] bpf, x86/unwind/orc: Support reliable unwinding through BPF stack frames
 2025-12-04 17:02 UTC  (4+ messages)
` [PATCH v2 1/2] bpf: Add bpf_has_frame_pointer()

[PATCH bpf 1/2] bpf: Fix truncated dmabuf iterator reads
 2025-12-04 16:44 UTC  (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add test for truncated dmabuf_iter reads


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox