messages from 2026-03-24 02:55:44 to 2026-03-24 20:01:16 UTC [more...]
[PATCH v7 00/10] VMSCAPE optimization for BHI variant
2026-03-24 20:00 UTC (10+ messages)
` [PATCH v7 07/10] x86/vmscape: Use static_call() for predictor flush
[PATCH bpf-next v6 0/6] bpf: Add support for sleepable tracepoint programs
2026-03-24 19:56 UTC (9+ messages)
` [PATCH bpf-next v6 1/6] bpf: Add sleepable support for raw "
` [PATCH bpf-next v6 2/6] bpf: Rename bpf_prog_run_array_uprobe() to bpf_prog_run_array_sleepable()
` [PATCH bpf-next v6 3/6] bpf: Add sleepable support for classic tracepoint programs
` [PATCH bpf-next v6 4/6] bpf: Verifier support for sleepable "
` [PATCH bpf-next v6 5/6] libbpf: Add section handlers for sleepable tracepoints
` [PATCH bpf-next v6 6/6] selftests/bpf: Add tests for sleepable tracepoint programs
[PATCH v8 00/10] VMSCAPE optimization for BHI variant
2026-03-24 19:51 UTC (16+ messages)
` [PATCH v8 01/10] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v8 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v8 03/10] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()
` [PATCH v8 04/10] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v8 05/10] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v8 06/10] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v8 07/10] x86/vmscape: Use static_call() for predictor flush
` [PATCH v8 08/10] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v8 09/10] x86/vmscape: Resolve conflict between attack-vectors and vmscape=force
` [PATCH v8 10/10] x86/vmscape: Add cmdline vmscape=on to override attack vector controls
[PATCH bpf v4 0/3] bpf: fix and improve open-coded task_vma iterator
2026-03-24 19:38 UTC (3+ messages)
` [PATCH bpf v4 1/3] bpf: fix mm lifecycle in "
[PATCH v2 bpf-next 0/6] Fix invariant violations and improve branch detection
2026-03-24 19:33 UTC (11+ messages)
` [PATCH v2 bpf-next 1/6] bpf: Refactor reg_bounds_sanity_check
` [PATCH v2 bpf-next 3/6] bpf: Exit early if reg_bounds_sync gets invalid inputs
[PATCH] rcu: Use an intermediate irq_work to start process_srcu()
2026-03-24 19:23 UTC (8+ messages)
` [PATCH v2] "
[PATCH v2 bpf-next 1/2] bpf: Support 32-bit scalar spills in stacksafe()
2026-03-24 19:20 UTC (5+ messages)
[PATCH v15 bpf-next 0/9] Add BTF layout to BTF
2026-03-24 18:55 UTC (11+ messages)
` [PATCH v15 bpf-next 1/9] btf: Add BTF kind layout encoding to UAPI
` [PATCH v15 bpf-next 2/9] libbpf: Support layout section handling in BTF
` [PATCH v15 bpf-next 3/9] libbpf: Use layout to compute an unknown kind size
` [PATCH v15 bpf-next 4/9] libbpf: Add layout encoding support
` [PATCH v15 bpf-next 5/9] libbpf: BTF validation can use layout for unknown kinds
` [PATCH v15 bpf-next 6/9] libbpf: Support sanitization of BTF layout for older kernels
` [PATCH v15 bpf-next 7/9] btf: support kernel parsing of BTF with layout info
` [PATCH v15 bpf-next 8/9] selftests/bpf: Test kind encoding/decoding
` [PATCH v15 bpf-next 9/9] kbuild, bpf: Specify "layout" optional feature
[PATCH 0/2] kallsyms: show typed function parameters in oops/WARN dumps
2026-03-24 18:51 UTC (12+ messages)
` [PATCH 1/2] kallsyms: show function parameter info "
` [PATCH 2/2] kallsyms: add BTF-based deep parameter rendering in oops dumps
[PATCH] docs: Document pahole v1.26 requirement for KF_IMPLICIT_ARGS kfuncs
2026-03-24 18:47 UTC (5+ messages)
` [PATCH] docs: Raise minimum pahole version to 1.26 "
[PATCH v2 0/5] bpf: skb_adjust_room helper refactor and tunnel decap flags
2026-03-24 18:30 UTC (7+ messages)
` [PATCH v2 1/5] bpf: name the enum for BPF_FUNC_skb_adjust_room flags
` [PATCH v2 3/5] bpf: add helper masks for ADJ_ROOM flags and encap validation
` [PATCH v2 4/5] bpf: allow new DECAP flags and add guard rails
[PATCH bpf-next v3 1/2] bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
2026-03-24 17:22 UTC (4+ messages)
[PATCH bpf-next 1/2] net: clear the dst when performing encap / decap
2026-03-24 17:16 UTC (2+ messages)
[PATCH v3 0/3] mm: Free contiguous order-0 pages efficiently
2026-03-24 17:14 UTC (9+ messages)
` [PATCH v3 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v3 2/3] vmalloc: Optimize vfree
` [PATCH v3 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()
[PATCH net-next v3 0/2] e1000e: add XDP support
2026-03-24 16:48 UTC (6+ messages)
` [PATCH net-next v3 1/2] e1000e: add basic "
[PATCH v3 0/12] io_uring: add IORING_OP_BPF for extending io_uring
2026-03-24 16:37 UTC (13+ messages)
` [PATCH V3 01/12] io_uring: make io_import_fixed() global
` [PATCH V3 02/12] io_uring: refactor io_prep_reg_iovec() for BPF kfunc use
` [PATCH V3 03/12] io_uring: refactor io_import_reg_vec() "
` [PATCH V3 04/12] io_uring: prepare for extending io_uring with bpf
` [PATCH V3 05/12] io_uring: bpf: extend io_uring with bpf struct_ops
` [PATCH V3 06/12] io_uring: bpf: implement struct_ops registration
` [PATCH V3 07/12] io_uring: bpf: add BPF buffer descriptor for IORING_OP_BPF
` [PATCH V3 08/12] io_uring: bpf: add per-buffer iterator kfuncs
` [PATCH V3 09/12] bpf: add bpf_uring_buf_dynptr to special_kfunc_list
` [PATCH V3 10/12] selftests/io_uring: add io_uring_unregister_buffers()
` [PATCH V3 11/12] selftests/io_uring: add BPF struct_ops and kfunc tests
` [PATCH V3 12/12] selftests/io_uring: add buffer iterator selftest with BPF arena
[PATCH v3] libbpf: Replace strncpy() with strnlen()+memcpy() in skel_map_create()
2026-03-24 16:31 UTC (2+ messages)
[PATCH] libbpf: Replace strncpy() with strnlen()+memcpy() in skel_map_create()
2026-03-24 16:31 UTC (8+ messages)
[PATCH bpf-next v1] bpf: Update MAINTAINERS
2026-03-24 16:24 UTC (4+ messages)
[PATCH bpf-next] selftests/bpf: Add test for struct_ops __ref argument in any position
2026-03-24 16:24 UTC (2+ messages)
[PATCH bpf] bpf: propagate kvmemdup_bpfptr errors from bpf_prog_verify_signature
2026-03-24 16:24 UTC (2+ messages)
[PATCH bpf-next 0/3] bpf: Enhance freplace compatibility
2026-03-24 16:18 UTC (5+ messages)
` [PATCH bpf-next 1/3] bpf: Disallow freplace on XDP with mismatched xdp_has_frags values
` [PATCH bpf-next 2/3] bpf: Disallow freplace on kprobe with mismatched kprobe_write_ctx values
` [PATCH bpf-next 3/3] selftests/bpf: Add tests to verify freplace compatibility
[PATCH 0/6] tools build: bpf: Append EXTRA_CFLAGS and HOST_EXTRACFLAGS
2026-03-24 15:55 UTC (5+ messages)
` [PATCH 5/6] selftests/bpf: Initialize operation name before use
[PATCH bpf-next v4] bpftool: Enable aarch64 ISA extensions for JIT disassembly
2026-03-24 15:50 UTC (4+ messages)
[PATCH bpf-next v1 1/1] selftests/bpf: Fix compiler warnings in task_local_data.h
2026-03-24 15:50 UTC (2+ messages)
[PATCH] bpf, btf: switch CONFIG_CFI_CLANG to CONFIG_CFI
2026-03-24 15:50 UTC (2+ messages)
[PATCH bpf-next] bpf: test_run: Remove ipv6_bpf_stub usage
2026-03-24 15:50 UTC (3+ messages)
[PATCH bpf-next v2] bpf: Simplify tnum_step()
2026-03-24 15:50 UTC (2+ messages)
[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
2026-03-24 15:37 UTC (5+ messages)
` [PATCH v2 04/19] net: Use trace_call__##name() at guarded tracepoint "
[PATCH v2] libbpf: Replace strncpy() with strnlen()+memcpy() in skel_map_create()
2026-03-24 15:26 UTC (4+ messages)
[PATCH net-next] virtio_net: sync RX buffer before reading the header
2026-03-24 15:15 UTC
[PATCH bpf-next v5 2/5] bpf: Add sleepable support for classic tracepoint programs
2026-03-24 14:32 UTC (3+ messages)
[PATCHv4 bpf-next 00/25] bpf: tracing_multi link
2026-03-24 14:29 UTC (30+ messages)
` [PATCHv4 bpf-next 01/25] ftrace: Add ftrace_hash_count function
` [PATCHv4 bpf-next 02/25] ftrace: Make ftrace_hash_clear global
` [PATCHv4 bpf-next 03/25] bpf: Use mutex lock pool for bpf trampolines
` [PATCHv4 bpf-next 04/25] bpf: Add struct bpf_trampoline_ops object
` [PATCHv4 bpf-next 05/25] bpf: Add struct bpf_tramp_node object
` [PATCHv4 bpf-next 06/25] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCHv4 bpf-next 07/25] bpf: Add multi tracing attach types
` [PATCHv4 bpf-next 08/25] bpf: Move sleepable verification code to btf_id_allow_sleepable
` [PATCHv4 bpf-next 09/25] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCHv4 bpf-next 10/25] bpf: Add support for tracing multi link
` [PATCHv4 bpf-next 11/25] bpf: Add support for tracing_multi link cookies
` [PATCHv4 bpf-next 12/25] bpf: Add support for tracing_multi link session
` [PATCHv4 bpf-next 13/25] bpf: Add support for tracing_multi link fdinfo
` [PATCHv4 bpf-next 14/25] libbpf: Add bpf_object_cleanup_btf function
` [PATCHv4 bpf-next 15/25] libbpf: Add bpf_link_create support for tracing_multi link
` [PATCHv4 bpf-next 16/25] libbpf: Add btf_type_is_traceable_func function
` [PATCHv4 bpf-next 17/25] libbpf: Add support to create tracing multi link
` [PATCHv4 bpf-next 18/25] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
` [PATCHv4 bpf-next 19/25] selftests/bpf: Add tracing multi skel/pattern/ids module "
` [PATCHv4 bpf-next 20/25] selftests/bpf: Add tracing multi intersect tests
` [PATCHv4 bpf-next 21/25] selftests/bpf: Add tracing multi cookies test
` [PATCHv4 bpf-next 22/25] selftests/bpf: Add tracing multi session test
` [PATCHv4 bpf-next 23/25] selftests/bpf: Add tracing multi attach fails test
` [PATCHv4 bpf-next 24/25] selftests/bpf: Add tracing multi attach benchmark test
` [PATCHv4 bpf-next 25/25] selftests/bpf: Add tracing multi attach rollback tests
[RFC PATCH 0/7] LoongArch: BPF: Support more atomic instructions
2026-03-24 13:10 UTC (11+ messages)
` [RFC PATCH 1/7] LoongArch: Add some code related with AM{SWAP/ADD}.{B/H}
` [RFC PATCH 2/7] LoongArch: Add some code related with {LLACQ/SCREL}.{W/D}
` [RFC PATCH 3/7] LoongArch: BPF: Rename emit_atomic() to emit_atomic_rmw()
` [RFC PATCH 4/7] LoongArch: BPF: Add the default case in emit_atomic_rmw()
` [RFC PATCH 5/7] LoongArch: BPF: Add {8,16}-bit read-modify-write instructions
` [RFC PATCH 6/7] LoongArch: BPF: Add load-acquire and store-release instructions
` [RFC PATCH 7/7] selftests/bpf: Enable CAN_USE_LOAD_ACQ_STORE_REL for LoongArch
[PATCH bpf-next v10 0/5] emit ENDBR/BTI instructions for indirect jump targets
2026-03-24 12:46 UTC (7+ messages)
` [PATCH bpf-next v10 1/5] bpf: Move constants blinding out of arch-specific JITs
` [PATCH bpf-next v10 2/5] bpf: Pass bpf_verifier_env to JIT
` [PATCH bpf-next v10 3/5] bpf: Add helper to detect indirect jump targets
` [PATCH bpf-next v10 4/5] bpf, x86: Emit ENDBR for "
` [PATCH bpf-next v10 5/5] bpf, arm64: Emit BTI for indirect jump target
[PATCH] arch/arc: bpf_jit: fix missing newline in pr_err messages
2026-03-24 12:27 UTC
[PATCH net-next v9 00/14] netkit: Support for io_uring zero-copy and AF_XDP
2026-03-24 9:29 UTC (4+ messages)
` [PATCH net-next v9 14/14] selftests/net: Add queue lease tests
[PATCH bpf-next v2] selftests/bpf: test access to ringbuf position with map pointer
2026-03-24 9:24 UTC (5+ messages)
[PATCH v4] selftests/bpf: move trampoline_count to dedicated bpf_testmod target
2026-03-24 9:08 UTC (2+ messages)
[PATCH net-next 5/5] net/mlx5e: XDP, Use page fragments for linear data in multibuf-mode
2026-03-24 8:50 UTC (3+ messages)
[PATCH net-next v4 0/2] e1000e: add XDP support
2026-03-24 8:48 UTC (5+ messages)
` [PATCH net-next v4 1/2] e1000e: add basic "
` [Intel-wired-lan] "
` [PATCH net-next v4 2/2] e1000e: add XDP_REDIRECT support
` [Intel-wired-lan] "
[PATCH 03/11 net-next v4] ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)
2026-03-24 8:47 UTC (3+ messages)
[PATCH net-next 00/10] net: lan966x: add support for PCIe FDMA
2026-03-24 8:07 UTC (5+ messages)
[PATCHv7 00/13] kexec: Use BPF lskel to enable kexec to load PE format boot image
2026-03-24 7:09 UTC (3+ messages)
[PATCH bpf-next] bpf: Drop redundant CONT_JMP alias
2026-03-24 6:29 UTC (2+ messages)
[PATCH bpf-next v4 0/3] bpf: fsession support for riscv
2026-03-24 6:07 UTC (2+ messages)
[PATCH 0/4] bpf: add a few hooks for sandboxing
2026-03-24 5:27 UTC (8+ messages)
` [PATCH 1/4] ns: add bpf hooks
[PATCH bpf v3 0/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
2026-03-24 3:26 UTC (7+ messages)
` [PATCH bpf v3 2/3] selftests/bpf: Add test for large offset bpf-to-bpf call
` [PATCH bpf v3 3/3] bpf: Fix incorrect subprog ID in dumped bpf_pseudo_call instructions
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