linux-trace-kernel
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/05/27
[PATCH 6/8] riscv: stacktrace: switch to frame-pointer based unwinder
Wang Han
2026/05/27
[PATCH 5/8] riscv: stacktrace: introduce stack-bound tracking helpers
Wang Han
2026/05/27
[PATCH 4/8] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
Wang Han
2026/05/27
[PATCH 3/8] riscv: stacktrace: disable KASAN instrumentation for stacktrace.o
Wang Han
2026/05/27
[PATCH 2/8] riscv: stacktrace: Add frame record metadata
Wang Han
2026/05/27
[PATCH 8/8] selftests/livepatch: Add RISC-V syscall wrapper prefix
Wang Han
2026/05/27
[PATCH 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
Wang Han
2026/05/27
[PATCH 7/8] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
Wang Han
2026/05/27
[PATCH 0/8] riscv: Add reliable stack unwinding for livepatch
Wang Han
2026/05/27
[PATCHv6 bpf-next 25/29] selftests/bpf: Add tracing multi session test
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 23/29] selftests/bpf: Add tracing multi intersect tests
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 29/29] selftests/bpf: Add tracing multi attach rollback tests
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 28/29] selftests/bpf: Add tracing multi attach benchmark test
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 22/29] selftests/bpf: Add tracing multi skel/pattern/ids module attach tests
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 27/29] selftests/bpf: Add tracing multi verifier fails test
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 26/29] selftests/bpf: Add tracing multi attach fails test
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 19/29] libbpf: Add btf_type_is_traceable_func function
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 18/29] libbpf: Add bpf_link_create support for tracing_multi link
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 17/29] libbpf: Add bpf_object_cleanup_btf function
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 24/29] selftests/bpf: Add tracing multi cookies test
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 21/29] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 20/29] libbpf: Add support to create tracing multi link
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 16/29] bpf: Add support for tracing_multi link fdinfo
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 15/29] bpf: Add support for tracing_multi link session
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 12/29] bpf: Add bpf_trampoline_multi_attach/detach functions
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 11/29] bpf: Move sleepable verification code to btf_id_allow_sleepable
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 14/29] bpf: Add support for tracing_multi link cookies
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 10/29] bpf: Add multi tracing attach types
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 13/29] bpf: Add support for tracing multi link
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 09/29] bpf: Factor fsession link to use struct bpf_tramp_node
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 08/29] bpf: Add struct bpf_tramp_node object
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 07/29] bpf: Add bpf_trampoline_add/remove_prog functions
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 06/29] bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 05/29] bpf: Add struct bpf_trampoline_ops object
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 04/29] bpf: Use mutex lock pool for bpf trampolines
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 03/29] ftrace: Add add_ftrace_hash_entry function
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 00/29] bpf: tracing_multi link
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 02/29] ftrace: Add ftrace_hash_remove function
Jiri Olsa
2026/05/27
[PATCHv6 bpf-next 01/29] ftrace: Add ftrace_hash_count function
Jiri Olsa
2026/05/27
Re: [PATCHv4 11/13] selftests/bpf: Add reattach tests for uprobe syscall
Jakub Sitnicki
2026/05/27
Re: [PATCHv4 10/13] selftests/bpf: Change uprobe/usdt trigger bench code to use nop10
Jakub Sitnicki
2026/05/27
Re: [PATCHv4 09/13] selftests/bpf: Change uprobe syscall tests to use nop10
Jakub Sitnicki
2026/05/27
Re: [PATCHv4 12/13] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
Jiri Olsa
2026/05/27
Re: [PATCHv4 03/13] uprobes/x86: Allow to copy uprobe trampolines on fork
Jiri Olsa
2026/05/27
Re: [PATCHv4 06/13] libbpf: Change has_nop_combo to work on top of nop10
Jiri Olsa
2026/05/27
Re: [PATCHv4 04/13] uprobes/x86: Unmap trampoline vma object in case it's unused
Jiri Olsa
2026/05/27
Re: [PATCHv4 02/13] uprobes/x86: Remove struct uprobe_trampoline object
Jiri Olsa
2026/05/27
Re: [PATCHv4 09/13] selftests/bpf: Change uprobe syscall tests to use nop10
Jiri Olsa
2026/05/27
[PATCH] selftests/ftrace: Fix trace_marker_raw test on 64K page kernels
Tianchen Ding
2026/05/27
Re: [PATCH v6] tracing/eprobes: Allow use of BTF names to dereference pointers
Jiri Olsa
2026/05/27
Re: [PATCH v3 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver
Greg Kroah-Hartman
2026/05/27
[PATCH] rv: Use 0 to check for preemption enabled in opid
Gabriele Monaco
2026/05/26
[PATCH v2 11/12] verification/rvgen: Generate cleanup hook for per-obj monitor
Gabriele Monaco
2026/05/26
[PATCH v2 10/12] rv: Add automatic cleanup handlers for per-task HA monitors
Gabriele Monaco
2026/05/26
[PATCH v2 08/12] rv: Ensure synchronous cleanup for HA monitors
Gabriele Monaco
2026/05/26
[PATCH v2 03/12] rv: Reset per-task DA monitors before releasing the slot
Gabriele Monaco
2026/05/26
[PATCH v2 02/12] rv: Fix read_lock scope in per-task DA cleanup
Gabriele Monaco
2026/05/26
[PATCH v2 01/12] rv: Fix __user specifier usage in extract_params()
Gabriele Monaco
2026/05/26
[PATCH v2 00/12] rv: Fixes on Deterministic and Hybrid Automata
Gabriele Monaco
2026/05/26
[PATCH v2 09/12] rv: Do not rely on clean monitor when initialising HA
Gabriele Monaco
2026/05/26
[PATCH v2 07/12] rv: Fix monitor start ordering and memory ordering for monitoring flag
Gabriele Monaco
2026/05/26
[PATCH v2 12/12] verification/rvgen: Fix suffix strip in dot2k
Gabriele Monaco
2026/05/26
[PATCH v2 06/12] rv: Ensure all pending probes terminate on per-obj monitor destroy
Gabriele Monaco
2026/05/26
[PATCH v2 05/12] rv: Prevent in-flight per-task handlers from using invalid slots
Gabriele Monaco
2026/05/26
[PATCH v2 04/12] rv: Prevent task migration while handling per-CPU events
Gabriele Monaco
2026/05/26
Re: [PATCH v21 0/9] ring-buffer: Making persistent ring buffers robust
Google
2026/05/26
Re: [PATCH v21 8/9] ring-buffer: Show persistent buffer dropped events in trace file
Google
2026/05/26
Re: [PATCH v2] tracing: Point constant hist field type to string literal
Google
2026/05/26
[PATCH v2] tracing: Point constant hist field type to string literal
Yu Peng
2026/05/26
Re: [PATCH v2] tracing: Point constant hist field type to string literal
Steven Rostedt
2026/05/26
Re: [RFC PATCH v3 0/3] trace: stack trace deduplication for ftrace ring buffer
Li Pengfei
2026/05/26
[PATCH v2] tracing: Point constant hist field type to string literal
Yu Peng
2026/05/26
Re: [PATCH bpf-next v2 2/3] tracing: Expose tracepoint BTF ids via tracefs
Steven Rostedt
2026/05/26
Re: [PATCH] tracing: Use kstrdup_const() for constant hist field type
Steven Rostedt
2026/05/26
Re: [PATCH] tracing: Use kstrdup_const() for constant hist field type
Google
2026/05/26
Re: [PATCH] tracing: Fix field_var_str allocation errno
Google
2026/05/26
Re: [PATCHv4 08/13] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
bot+bpf-ci
2026/05/26
Re: [PATCHv4 03/13] uprobes/x86: Allow to copy uprobe trampolines on fork
bot+bpf-ci
2026/05/26
Re: [PATCHv4 09/13] selftests/bpf: Change uprobe syscall tests to use nop10
bot+bpf-ci
2026/05/26
Re: [PATCHv4 06/13] libbpf: Change has_nop_combo to work on top of nop10
bot+bpf-ci
2026/05/26
Re: [PATCHv4 04/13] uprobes/x86: Unmap trampoline vma object in case it's unused
bot+bpf-ci
2026/05/26
Re: [PATCHv4 07/13] libbpf: Detect uprobe syscall with new error
bot+bpf-ci
2026/05/26
Re: [PATCHv4 12/13] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
bot+bpf-ci
2026/05/26
Re: [PATCHv4 02/13] uprobes/x86: Remove struct uprobe_trampoline object
bot+bpf-ci
2026/05/26
Re: [PATCH v2 06/17] landlock: Add create_ruleset and free_ruleset tracepoints
Justin Suess
2026/05/26
[PATCHv4 13/13] selftests/bpf: Add tests for forked/cloned optimized uprobes
Jiri Olsa
2026/05/26
[PATCHv4 11/13] selftests/bpf: Add reattach tests for uprobe syscall
Jiri Olsa
2026/05/26
[PATCHv4 12/13] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
Jiri Olsa
2026/05/26
[PATCHv4 10/13] selftests/bpf: Change uprobe/usdt trigger bench code to use nop10
Jiri Olsa
2026/05/26
[PATCHv4 09/13] selftests/bpf: Change uprobe syscall tests to use nop10
Jiri Olsa
2026/05/26
[PATCHv4 08/13] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
Jiri Olsa
2026/05/26
[PATCHv4 07/13] libbpf: Detect uprobe syscall with new error
Jiri Olsa
2026/05/26
[PATCHv4 06/13] libbpf: Change has_nop_combo to work on top of nop10
Jiri Olsa
2026/05/26
[PATCHv4 05/13] uprobes/x86: Move optimized uprobe from nop5 to nop10
Jiri Olsa
2026/05/26
[PATCHv4 04/13] uprobes/x86: Unmap trampoline vma object in case it's unused
Jiri Olsa
2026/05/26
[PATCHv4 02/13] uprobes/x86: Remove struct uprobe_trampoline object
Jiri Olsa
2026/05/26
[PATCHv4 03/13] uprobes/x86: Allow to copy uprobe trampolines on fork
Jiri Olsa
2026/05/26
[PATCHv4 01/13] uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
Jiri Olsa
2026/05/26
[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
Jiri Olsa
2026/05/26
Re: [RFC PATCH v3 0/3] trace: stack trace deduplication for ftrace ring buffer
Steven Rostedt
2026/05/26
[PATCH 6.12] x86/fgraph: Fix return_to_handler regs.rsp value
Gyokhan Kochmarla
2026/05/26
[PATCH 6.12] tracing: Fix the bug where bpf_get_stackid returns -EFAULT on the ARM64
Gyokhan Kochmarla
2026/05/26
Re: [PATCH v21 0/9] ring-buffer: Making persistent ring buffers robust
Steven Rostedt
2026/05/26
Re: [PATCH v21 8/9] ring-buffer: Show persistent buffer dropped events in trace file
Steven Rostedt
2026/05/26
[PATCH v4 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver
Praveen Talari
2026/05/26
[PATCH v4 1/2] serial: qcom-geni: trace: Add tracepoint support for Qualcomm GENI serial
Praveen Talari
2026/05/26
[PATCH v4 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
Praveen Talari
2026/05/26
Re: [PATCH 6/9] rv: Ensure synchronous cleanup for HA monitors
Wen Yang
2026/05/26
Re: [PATCH] tracing: Do not call map->ops->elt_free() if elt_alloc() is not succeeded
Tom Zanussi
2026/05/26
Re: [PATCH v9] blk-mq: add tracepoint block_rq_tag_wait
Jens Axboe
2026/05/26
Re: [PATCH v2] perf/ftrace: Fix WARNING in __unregister_ftrace_function
Steven Rostedt
2026/05/26
[PATCH 1/5] x86/xen: Drop lazy mode from trace entries
Juergen Gross
2026/05/26
Re: [PATCH v6] tracing/eprobes: Allow use of BTF names to dereference pointers
Steven Rostedt
2026/05/26
Re: [PATCH v6] tracing/eprobes: Allow use of BTF names to dereference pointers
Steven Rostedt
2026/05/26
Re: [PATCH RFC 3/3] mm: use non-temporal stores for demotion
Gregory Price
2026/05/26
[PATCH 0/5] x86/xen: Get rid of Xen private lazy MMU mode tracking
Juergen Gross
2026/05/26
Re: [PATCH mm-unstable v18 14/14] Documentation: mm: update the admin guide for mTHP collapse
Nico Pache
2026/05/26
Re: [PATCH mm-unstable v18 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
Nico Pache
2026/05/26
Re: [PATCH mm-unstable v18 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
Nico Pache
2026/05/26
Re: [PATCHv3 05/12] libbpf: Change has_nop_combo to work on top of nop10
Jiri Olsa
2026/05/26
Re: [PATCH mm-unstable v18 14/14] Documentation: mm: update the admin guide for mTHP collapse
Nico Pache
2026/05/26
Re: [PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce mTHP collapse support
Nico Pache
2026/05/26
[RFC PATCH v3 1/3] trace: add lock-free stackmap for stack trace deduplication
Li Pengfei
2026/05/26
[RFC PATCH v3 3/3] trace: add documentation, selftest and tooling for stackmap
Li Pengfei
2026/05/26
[RFC PATCH v3 2/3] trace: integrate stackmap into ftrace stack recording path
Li Pengfei
2026/05/26
[RFC PATCH v3 0/3] trace: stack trace deduplication for ftrace ring buffer
Li Pengfei
2026/05/26
[PATCH RFC 0/3] Demote to lower tier using non-temporal stores
Yiannis Nikolakopoulos
2026/05/26
[PATCH RFC 2/3] mm: new migrate_mode flag for async using non-temporal stores
Yiannis Nikolakopoulos
2026/05/26
[PATCH RFC 3/3] mm: use non-temporal stores for demotion
Yiannis Nikolakopoulos
2026/05/26
[PATCH RFC 1/3] mm, x86: support copying a folio using non-temporal stores
Yiannis Nikolakopoulos
2026/05/26
Re: [PATCHv3 07/12] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
Jakub Sitnicki
2026/05/26
Re: [PATCH v2 10/17] landlock: Set audit_net.sk for socket access checks
Mickaël Salaün
2026/05/26
[PATCH 2/4] rtla/tests: Add unit test for restoring continue flag
Tomas Glozar
2026/05/26
[PATCH 3/4] rtla/tests: Run runtime tests in temporary directory
Tomas Glozar
2026/05/26
[PATCH 4/4] rtla/tests: Add runtime tests for restoring continue flag
Tomas Glozar
2026/05/26
[PATCH 1/4] rtla/actions: Restore continue flag in actions_perform()
Tomas Glozar
2026/05/26
Re: [PATCH] tracing: Disable KCOV instrumentation for trace_irqsoff.o
Karl Mehltretter
2026/05/26
Re: [PATCHv3 04/12] uprobes/x86: Move optimized uprobe from nop5 to nop10
Jiri Olsa
2026/05/26
Re: [PATCH bpf-next v2 2/3] tracing: Expose tracepoint BTF ids via tracefs
Mykyta Yatsenko
2026/05/26
[PATCH] tracing: Use kstrdup_const() for constant hist field type
Yu Peng
2026/05/26
[PATCH] tracing: Fix field_var_str allocation errno
Yu Peng
2026/05/26
Re: [PATCHv3 04/12] uprobes/x86: Move optimized uprobe from nop5 to nop10
Peter Zijlstra
2026/05/26
Re: [PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
Lorenzo Stoakes
2026/05/25
Re: [PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce mTHP collapse support
Wei Yang
2026/05/25
Re: [PATCH] tracing: Disable KCOV instrumentation for trace_irqsoff.o
Google
2026/05/25
Re: [PATCH v21 9/9] ring-buffer: Show persistent buffer dropped events in trace_pipe file
Google
2026/05/25
Re: [PATCH v21 0/9] ring-buffer: Making persistent ring buffers robust
Google
2026/05/25
Re: [PATCH v3 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver
Praveen Talari
2026/05/25
Re: [PATCH v21 8/9] ring-buffer: Show persistent buffer dropped events in trace file
Google
2026/05/25
Re: [PATCHv2] trace: allocate fields with elt struct
Google
2026/05/25
Re: [PATCH] rethook: Use tsk->on_cpu to check task execution state
Google
2026/05/25
Re: [PATCH v6] tracing/eprobes: Allow use of BTF names to dereference pointers
Google
2026/05/25
Re: [PATCHv5 bpf-next 06/28] bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
Jiri Olsa
2026/05/25
Re: [PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce mTHP collapse support
Andrew Morton
2026/05/25
[PATCH] tracing: Disable KCOV instrumentation for trace_irqsoff.o
Karl Mehltretter
2026/05/25
Re: [PATCHv3 08/12] selftests/bpf: Change uprobe syscall tests to use nop10
Jiri Olsa
2026/05/25
Re: [PATCHv3 11/12] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
Jiri Olsa
2026/05/25
Re: [PATCH v6] tracing/eprobes: Allow use of BTF names to dereference pointers
Google
2026/05/25
Re: [PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce mTHP collapse support
Nico Pache
2026/05/25
[PATCH] rethook: Use tsk->on_cpu to check task execution state
Tengda Wu
2026/05/25
Re: [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support
Nico Pache
2026/05/25
Re: [PATCH 3/3] rv/rtapp: Add wakeup monitor
Nam Cao
2026/05/25
Re: [PATCH 2/3] rv/rtapp/sleep: Update nanosleep rule
Nam Cao
2026/05/25
Re: [PATCH 07/13] rv: Simply hybrid automata monitors's clock variables
Gabriele Monaco
2026/05/25
Re: [PATCH] tracing: Replace BUG_ON with lockdep_assert_held in uprobe_buffer functions
Google
2026/05/25
Re: [RFC PATCH v2 0/3] trace: stack trace deduplication for ftrace ring buffer
Li Pengfei
2026/05/25
Re: [RFC PATCH v2 0/3] trace: stack trace deduplication for ftrace ring buffer
Google
2026/05/24
Re: [PATCH v2] perf/ftrace: Fix WARNING in __unregister_ftrace_function
Google
2026/05/24
Re: [PATCH v3 2/2] spi: qcom-geni: Add trace events for Qualcomm GENI SPI driver
Mukesh Savaliya
2026/05/24
[PATCH] tracing/probes: Point the error offset correctly for eprobe argument error
Masami Hiramatsu (Google)
2026/05/24
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
2026/05/24
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
2026/05/24
Re: [BUG] tracing/kprobe: perf dynamic ustring sample can exceed PERF_MAX_TRACE_SIZE and WARN
Google
2026/05/24
Re: [BUG] tracing/uprobe: oversized dynamic ustring triggers WARN_ON_ONCE panic
Google
2026/05/24
[PATCH v9] blk-mq: add tracepoint block_rq_tag_wait
Aaron Tomlin
2026/05/24
Re: [PATCH v8] blk-mq: add tracepoint block_rq_tag_wait
Aaron Tomlin
2026/05/24
Re: [PATCHv3 02/12] uprobes/x86: Remove struct uprobe_trampoline object
Jiri Olsa
2026/05/24
Re: [PATCHv3 03/12] uprobes/x86: Allow to copy uprobe trampolines on fork
Jiri Olsa
2026/05/24
[PATCH RESEND] rtla: Fix output files in source tree
Ben Hutchings
2026/05/24
[PATCH] tracing: fix CFI violation in probestub helper
Eva Kurchatova
2026/05/24
[BUG] tracing/kprobe: perf dynamic ustring sample can exceed PERF_MAX_TRACE_SIZE and WARN
Yifei Chu
2026/05/24
[BUG] tracing/uprobe: oversized dynamic ustring triggers WARN_ON_ONCE panic
Yifei Chu
2026/05/24
Re: [PATCH v6] tracing/eprobes: Allow use of BTF names to dereference pointers
Google
2026/05/23
Re: [RFC PATCH 2/2] tracing: Record and show boot ID in last_boot_info
Google
2026/05/23
[PATCH v8] blk-mq: add tracepoint block_rq_tag_wait
Aaron Tomlin
2026/05/23
Re: [PATCH v7] blk-mq: add tracepoint block_rq_tag_wait
Aaron Tomlin
2026/05/23
[PATCH v7] blk-mq: add tracepoint block_rq_tag_wait
Aaron Tomlin
2026/05/22
[PATCH v7 42/42] KVM: selftests: Update private memory exits test to work with per-gmem attributes
Ackerley Tng via B4 Relay
2026/05/22
[PATCH v7 41/42] KVM: selftests: Add script to exercise private_mem_conversions_test
Ackerley Tng via B4 Relay
2026/05/22
[PATCH v7 39/42] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
Ackerley Tng via B4 Relay
2026/05/22
[PATCH v7 38/42] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
Ackerley Tng via B4 Relay
2026/05/22
[PATCH v7 35/42] KVM: selftests: Reset shared memory after hole-punching
Ackerley Tng via B4 Relay
2026/05/22
[PATCH v7 37/42] KVM: selftests: Provide common function to set memory attributes
Ackerley Tng via B4 Relay
2026/05/22
[PATCH v7 36/42] KVM: selftests: Provide function to look up guest_memfd details from gpa
Ackerley Tng via B4 Relay
2026/05/22
[PATCH v7 34/42] KVM: selftests: Test conversion with elevated page refcount
Ackerley Tng via B4 Relay
2026/05/22
[PATCH v7 32/42] KVM: selftests: Test that truncation does not change shared/private status
Ackerley Tng via B4 Relay
2026/05/22
[PATCH v7 31/42] KVM: selftests: Convert with allocated folios in different layouts
Ackerley Tng via B4 Relay
2026/05/22
[PATCH v7 30/42] KVM: selftests: Test conversion before allocation
Ackerley Tng via B4 Relay
2026/05/22
[PATCH v7 21/42] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
Ackerley Tng via B4 Relay
2026/05/22
[PATCH v7 28/42] KVM: selftests: Test conversion flow when INIT_SHARED
Ackerley Tng via B4 Relay
Earlier messages
Later messages