messages from 2025-12-05 16:59:23 to 2025-12-09 00:25:45 UTC [more...]
[GIT PULL] __auto_type conversion for v6.19-rc1
2025-12-09 0:25 UTC (5+ messages)
[PATCH AUTOSEL 6.18-6.12] bpf: Skip bounds adjustment for conditional jumps on same scalar register
2025-12-09 0:15 UTC (3+ messages)
` [PATCH AUTOSEL 6.18-6.12] cxgb4: Rename sched_class to avoid type clash
` [PATCH AUTOSEL 6.18-6.12] bpf: Disable file_alloc_security hook
[PATCH bpf-next] bpf: Fix bpf_seq_read docs for increased buffer size
2025-12-08 23:41 UTC (3+ messages)
[PATCH 0/5] io_uring: add IORING_OP_BPF for extending io_uring
2025-12-08 22:45 UTC (7+ messages)
` [PATCH 3/5] io_uring: bpf: extend io_uring with bpf struct_ops
[PATCH v2 0/4] libbpf: move arena variables out of the zero
2025-12-08 22:30 UTC (9+ 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 v3] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
2025-12-08 20:46 UTC (3+ messages)
[PATCH v2 00/13] selftests: Fix build warnings and errors
2025-12-08 19:27 UTC (18+ 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: "
[RFC PATCH v3 00/17] s390: SFrame user space unwinding
2025-12-08 17:15 UTC (18+ messages)
` [RFC PATCH v3 01/17] unwind_user: Enhance comments on get CFA, FP, and RA
` [RFC PATCH v3 02/17] unwind_user/fp: Use dummies instead of ifdef
` [RFC PATCH v3 03/17] x86/unwind_user: Guard unwind_user_word_size() by UNWIND_USER
` [RFC PATCH v3 04/17] x86/unwind_user: Simplify unwind_user_word_size()
` [RFC PATCH v3 05/17] s390: asm/dwarf.h should only be included in assembly files
` [RFC PATCH v3 06/17] s390/vdso: Avoid emitting DWARF CFI for non-vDSO
` [RFC PATCH v3 07/17] s390/vdso: Keep function symbols in vDSO
` [RFC PATCH v3 08/17] s390/vdso: Enable SFrame generation "
` [RFC PATCH v3 09/17] unwind_user: Enable archs that define CFA = SP_callsite + offset
` [RFC PATCH v3 10/17] unwind_user: Enable archs that pass RA in a register
` [RFC PATCH v3 11/17] unwind_user: Enable archs that save RA/FP in other registers
` [RFC PATCH v3 12/17] unwind_user/sframe: Enable archs with encoded SFrame CFA offsets
` [RFC PATCH v3 13/17] s390/ptrace: Provide frame_pointer()
` [RFC PATCH v3 14/17] s390/unwind_user/sframe: Enable HAVE_UNWIND_USER_SFRAME
` [RFC PATCH v3 15/17] unwind_user: Introduce FP/RA location unknown
` [RFC PATCH v3 16/17] unwind_user/fp: Use arch-specific helper to initialize FP frame
` [RFC PATCH v3 17/17] s390/unwind_user/fp: Enable back chain unwinding of user space
[PATCH] powerpc64/bpf: support direct_call on livepatch function
2025-12-08 16:35 UTC (9+ messages)
[PATCH] x86/bpf: Avoid emitting LOCK prefix for XCHG atomic ops
2025-12-08 16:33 UTC
[PATCH dwarves v2 0/2] pahole: Replace or add functions with true signatures in btf
2025-12-08 16:22 UTC (3+ messages)
` [PATCH dwarves v2 2/2] "
[PATCH v1 1/1] bpf: Mark BPF printing functions with __printf() attribute
2025-12-08 16:18 UTC
[PATCH v1 1/1] : Mark BPF printing functions with __printf() attribute
2025-12-08 15:50 UTC (2+ messages)
[PATCH v1 1/1] bpf: Mark bpf_stream_vprintk_impl() with __printf() attribute
2025-12-08 15:48 UTC
[PATCH net] virtio-net: enable all napis before scheduling refill work
2025-12-08 15:48 UTC (2+ messages)
[RFC PATCH v2 00/15] s390: SFrame user space unwinding
2025-12-08 15:38 UTC (19+ 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
[PATCH bpf-next v2 0/2] bpf: cpumap: improve error propagation in cpu_map_update_elem()
2025-12-08 14:20 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: cpumap: propagate underlying error "
` [PATCH bpf-next v2 2/2] selftests/bpf: add tests for attaching invalid fd
[PATCH bpf-next] bpftool: Fix build warnings from vmlinux.h due to MS extensions
2025-12-08 13:07 UTC
[syzbot] [net?] [virt?] BUG: sleeping function called from invalid context in __bpf_stream_push_str
2025-12-08 11:21 UTC
[PATCH net-next v2 0/9] tun: optimize SKB allocation with NAPI cache
2025-12-08 11:04 UTC (10+ messages)
` [PATCH net-next v2 5/9] tun: use bulk NAPI cache allocation in tun_xdp_one
[RFC PATCH 0/8] uprobe/x86: Add support to optimize prologue
2025-12-08 10:29 UTC (5+ messages)
[PATCH v8 00/13] Direct Map Removal Support for guest_memfd
2025-12-08 9:10 UTC (20+ 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 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] [net?] [bpf?] general protection fault in bq_flush_to_queue (2)
2025-12-08 8:58 UTC
[syzbot] [bpf?] KASAN: slab-use-after-free Write in defer_free
2025-12-08 8:58 UTC
[PATCH v2 11/23] mm: introduce BPF kfunc to access memory events
2025-12-08 8:49 UTC (3+ messages)
` [PATCH v2 21/23] sched: psi: implement bpf_psi_create_trigger() kfunc
[PATCH bpf-next v9 00/10] Improve the performance of BTF type lookups with binary search
2025-12-08 6:36 UTC (12+ messages)
` [PATCH bpf-next v9 01/10] libbpf: Add BTF permutation support for type reordering
` [PATCH bpf-next v9 02/10] selftests/bpf: Add test cases for btf__permute functionality
` [PATCH bpf-next v9 03/10] tools/resolve_btfids: Support BTF sorting feature
` [PATCH bpf-next v9 04/10] libbpf: Optimize type lookup with binary search for sorted BTF
` [PATCH bpf-next v9 05/10] libbpf: Verify BTF Sorting
` [PATCH bpf-next v9 06/10] btf: Optimize type lookup with binary search
` [PATCH bpf-next v9 07/10] btf: Verify BTF Sorting
` [PATCH bpf-next v9 08/10] bpf: Skip anonymous types in type lookup for performance
` [PATCH bpf-next v9 09/10] bpf: Optimize the performance of find_bpffs_btf_enums
` [PATCH bpf-next v9 10/10] libbpf: Optimize the performance of determine_ptr_size
[PATCH v2 0/3] RISC-V: add percpu.h to include/asm
2025-12-08 3:49 UTC (4+ messages)
` [PATCH v2 1/3] riscv: remove irqflags.h inclusion in asm/bitops.h
` [PATCH v2 2/3] riscv: introduce percpu.h into include/asm
` [PATCH v2 3/3] riscv: store percpu offset into thread_info
[PATCH bpf-next v3 0/6] Add cryptographic hash and signature verification kfuncs to BPF
2025-12-08 3:25 UTC (8+ 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 "
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)
[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 (2+ 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 4/4] resolve_btfids: change in-place update with raw binary output
2025-12-06 5:08 UTC (2+ messages)
[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 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
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