Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2025-12-19 08:15:15 to 2025-12-23 06:59:30 UTC [more...]

[PATCH 0/9] vDSO: Provide clock_getres_time64() where applicable
 2025-12-23  6:59 UTC  (10+ messages)
` [PATCH 1/9] vdso: Add prototype for __vdso_clock_getres_time64()
` [PATCH 2/9] selftests: vDSO: vdso_config: Add configurations for clock_getres_time64()
` [PATCH 3/9] selftests: vDSO: vdso_test_abi: Use UAPI system call numbers
` [PATCH 4/9] selftests: vDSO: vdso_test_abi: Add test for clock_getres_time64()
` [PATCH 5/9] x86/vdso: Provide clock_getres_time64() for x86-32
` [PATCH 6/9] ARM: VDSO: also patch out __vdso_clock_getres() if unavailable
` [PATCH 7/9] ARM: VDSO: provide clock_getres_time64()
` [PATCH 8/9] arm64: vdso32: Provide clock_getres_time64()
` [PATCH 9/9] MIPS: vdso: Provide getres_time64() for 32-bit ABIs

[PATCH v5] cpuset: Avoid invalidating sibling partitions on cpuset.cpus conflict
 2025-12-23  6:06 UTC  (6+ messages)
` [PATCH v6] "
  ` [PING][PATCH "

[RFC bpf PATCH 0/2] bpf: Fix memory access tags in helper prototypes
 2025-12-23  3:22 UTC  (7+ messages)
` [RFC PATCH bpf 1/2] "
` [RFC PATCH bpf 2/2] selftests/bpf: add regression tests for snprintf and get_stack helpers

[PATCH v2 1/5] selftests/mm: fix va_high_addr_switch.sh return value
 2025-12-23  3:04 UTC  (15+ messages)
` [PATCH v2 2/5] selftests/mm: allocate 6 hugepages in va_high_addr_switch.sh
  ` [PATCH v2 3/5] selftests/mm: remove arm64 nr_hugepages setup for va_high_addr_switch test
    ` [PATCH v2 4/5] selftests/mm: va_high_addr_switch return fail when either test failed
      ` [PATCH v2 5/5] selftests/mm: fix comment for check_test_requirements

[PATCH v3 0/3] selftests/mm: hugetlb cgroup charging: robustness fixes
 2025-12-23  2:41 UTC  (16+ messages)
` [PATCH v3 1/3] selftests/mm/write_to_hugetlbfs: parse -s as size_t
` [PATCH v3 2/3] selftests/mm/charge_reserved_hugetlb: drop mount size for hugetlbfs
` [PATCH v3 3/3] selftests/mm/charge_reserved_hugetlb.sh: add waits with timeout helper

[PATCH 00/20] ublk: add support for integrity data
 2025-12-23  1:58 UTC  (20+ messages)
` [PATCH 03/20] blk-integrity: take const pointer in blk_integrity_rq()
` [PATCH 04/20] ublk: add integrity UAPI
` [PATCH 05/20] ublk: move ublk flag check functions earlier
` [PATCH 06/20] ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
` [PATCH 07/20] ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_desc
` [PATCH 08/20] ublk: add ublk_copy_user_bvec() helper
` [PATCH 09/20] ublk: split out ublk_user_copy() helper

[PATCH] selftests/hid: run vmtest.sh's pytest with verbose output
 2025-12-23  1:51 UTC 

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2025-12-23  1:21 UTC  (31+ messages)
` [PATCH v9 01/30] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v9 02/30] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v9 03/30] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v9 04/30] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v9 05/30] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v9 06/30] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v9 07/30] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v9 08/30] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v9 09/30] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v9 10/30] KVM: arm64: Document the KVM ABI for SME
` [PATCH v9 11/30] KVM: arm64: Define internal features "
` [PATCH v9 12/30] KVM: arm64: Rename sve_state_reg_region
` [PATCH v9 13/30] KVM: arm64: Store vector lengths in an array
` [PATCH v9 14/30] KVM: arm64: Implement SME vector length configuration
` [PATCH v9 15/30] KVM: arm64: Support SME control registers
` [PATCH v9 16/30] KVM: arm64: Support TPIDR2_EL0
` [PATCH v9 17/30] KVM: arm64: Support SME identification registers for guests
` [PATCH v9 18/30] KVM: arm64: Support SME priority registers
` [PATCH v9 19/30] KVM: arm64: Provide assembly for SME register access
` [PATCH v9 20/30] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v9 21/30] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v9 22/30] KVM: arm64: Expose SME specific state to userspace
` [PATCH v9 23/30] KVM: arm64: Context switch SME state for guests
` [PATCH v9 24/30] KVM: arm64: Handle SME exceptions
` [PATCH v9 25/30] KVM: arm64: Expose SME to nested guests
` [PATCH v9 26/30] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v9 27/30] KVM: arm64: selftests: Remove spurious check for single bit safe values
` [PATCH v9 28/30] KVM: arm64: selftests: Skip impossible invalid value tests
` [PATCH v9 29/30] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v9 30/30] KVM: arm64: selftests: Add SME to set_id_regs test

[PATCH v2] kunit: Enforce task execution in {soft,hard}irq contexts
 2025-12-22 20:22 UTC  (4+ messages)

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-12-22 20:04 UTC  (2+ messages)
` (subset) "

[PATCH v2] KVM: selftests: Fix sign extension bug in get_desc64_base()
 2025-12-22 17:42 UTC 

[PATCH] KVM: selftests: Fix sign extension bug in get_desc64_base()
 2025-12-22 17:27 UTC  (3+ messages)

[PATCH v2 0/3] bitmap: convert self-test to KUnit
 2025-12-22 13:39 UTC  (4+ messages)
` [PATCH v2 1/3] test_bitmap: extract benchmark module
` [PATCH v2 2/3] bitmap: convert self-test to KUnit
` [PATCH v2 3/3] bitmap: break kunit into test cases

[PATCH] rust: kunit: replace `kernel::c_str!` with C-Strings
 2025-12-22 12:59 UTC  (2+ messages)

[PATCH v10 00/16] arm64: entry: Convert to Generic Entry
 2025-12-22 11:47 UTC  (17+ messages)
` [PATCH v10 01/16] arm64: Remove unused _TIF_WORK_MASK
` [PATCH v10 02/16] arm64/ptrace: Split report_syscall()
` [PATCH v10 03/16] arm64/ptrace: Return early for ptrace_report_syscall_entry() error
` [PATCH v10 04/16] arm64/ptrace: Refactor syscall_trace_enter/exit()
` [PATCH v10 05/16] arm64: ptrace: Move rseq_syscall() before audit_syscall_exit()
` [PATCH v10 06/16] arm64: syscall: Rework el0_svc_common()
` [PATCH v10 07/16] arm64/ptrace: Not check _TIF_SECCOMP/SYSCALL_EMU for syscall_exit_work()
` [PATCH v10 08/16] arm64/ptrace: Do not report_syscall_exit() for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v10 09/16] arm64/ptrace: Expand secure_computing() in place
` [PATCH v10 10/16] arm64/ptrace: Use syscall_get_arguments() helper
` [PATCH v10 11/16] entry: Split syscall_exit_to_user_mode_work() for arch reuse
` [PATCH v10 12/16] entry: Add arch_ptrace_report_syscall_entry/exit()
` [PATCH v10 13/16] arm64: entry: Convert to generic entry
` [PATCH v10 14/16] arm64: Inline el0_svc_common()
` [PATCH v10 15/16] entry: Inline syscall_exit_work() and syscall_trace_enter()
` [PATCH v10 16/16] selftests: sud_test: Support aarch64

[PATCH v3 00/14] tools/nolibc: always use 64-bit time-related types
 2025-12-22  9:39 UTC  (19+ messages)
` [PATCH v3 01/14] tools/nolibc/poll: use kernel types for system call invocations
` [PATCH v3 02/14] tools/nolibc/poll: drop __NR_poll fallback
` [PATCH v3 03/14] tools/nolibc/select: drop non-pselect based implementations
` [PATCH v3 04/14] tools/nolibc/time: drop invocation of gettimeofday system call
` [PATCH v3 05/14] tools/nolibc: prefer explicit 64-bit time-related system calls
` [PATCH v3 06/14] tools/nolibc/gettimeofday: avoid libgcc 64-bit divisions
` [PATCH v3 07/14] tools/nolibc/select: avoid libgcc 64-bit multiplications
` [PATCH v3 08/14] tools/nolibc: use custom structs timespec and timeval
` [PATCH v3 09/14] tools/nolibc: always use 64-bit time types
` [PATCH v3 10/14] selftests/nolibc: test compatibility of nolibc and kernel "
` [PATCH v3 11/14] tools/nolibc: remove time conversions
` [PATCH v3 12/14] tools/nolibc: add compiler version detection macros
` [PATCH v3 13/14] tools/nolibc: add __nolibc_static_assert()
` [PATCH v3 14/14] selftests/nolibc: add static assertions around time types handling

[PATCH v2 0/4] HID: multitouch: set INPUT_PROP_PRESSUREPAD on compatible touchpads
 2025-12-22  7:36 UTC  (6+ messages)
` [PATCH v2 1/4] HID: multitouch: set INPUT_PROP_PRESSUREPAD based on Digitizer/Button Type
` [PATCH v2 2/4] selftests/hid: require hidtools 0.12
` [PATCH v2 3/4] selftests/hid: use a enum class for the different button types
` [PATCH v2 4/4] selftests/hid: add a test for the Digitizer/Button Type pressurepad

[PATCH] selftests: net: fib-onlink-tests: Set high metric for default IPv6 route
 2025-12-21 14:59 UTC  (4+ messages)

[PATCH v2 0/3] selftests/mm: hugetlb cgroup charging: robustness fixes
 2025-12-21 11:56 UTC  (13+ messages)
` [PATCH v2 1/3] selftests/mm/write_to_hugetlbfs: parse -s as size_t
` [PATCH v2 2/3] selftests/mm/charge_reserved_hugetlb.sh: add waits with timeout helper
` [PATCH v2 3/3] selftests/mm/charge_reserved_hugetlb: fix hugetlbfs mount size for large hugepages

[PATCH v1 1/3] selftests/mm: fix va_high_addr_switch.sh return value
 2025-12-21  3:24 UTC  (3+ messages)

[PATCH v2 RESEND] selftests: hid: tests: test_wacom_generic: add tests for display devices and opaque devices
 2025-12-20 20:48 UTC 

[GIT PULL] kunit fixes update for Linux 6.19-rc3
 2025-12-20 20:11 UTC  (2+ messages)

[PATCH 0/3] selftests/mm: hugetlb cgroup charging: robustness fixes
 2025-12-20 18:58 UTC  (5+ messages)
` [PATCH 1/3] selftests/mm/write_to_hugetlbfs: parse -s with strtoull and use size_t
` [PATCH 2/3] selftests/mm/charge_reserved_hugetlb.sh: add waits with timeout helper
` [PATCH 3/3] selftests/mm/charge_reserved_hugetlb: fix hugetlbfs mount size for large hugepages

[PATCH v9 16/16] selftests: sud_test: Support aarch64
 2025-12-20 14:53 UTC  (2+ messages)

[PATCH] kunit: Protect KUNIT_BINARY_STR_ASSERTION against ERR_PTR values
 2025-12-20  6:59 UTC  (2+ messages)

[PATCH 0/2] vfio: selftests: Clean up <uapi/linux/types.h> includes
 2025-12-19 23:38 UTC  (3+ messages)
` [PATCH 1/2] tools include: Add definitions for __aligned_{l,b}e64
` [PATCH 2/2] vfio: selftests: Drop <uapi/linux/types.h> includes

[PATCH v3 0/4] KVM: selftests: arm64: Improve diagnostics from set_id_regs
 2025-12-19 19:28 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: selftests: arm64: Report set_id_reg reads of test registers as tests
` [PATCH v3 2/4] KVM: selftests: arm64: Report register reset tests individually
` [PATCH v3 3/4] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal
` [PATCH v3 4/4] KVM: selftests: arm64: Skip all 32 bit IDs when set_id_regs is aarch64 only

[PATCH net-next v9 0/6] Suspend IRQs during application busy periods
 2025-12-19 17:10 UTC  (4+ messages)
` [PATCH net-next v9 5/6] selftests: net: Add busy_poll_test

[PATCH] kselftest/arm64: Support FORCE_TARGETS
 2025-12-19 15:29 UTC 

[PATCH 0/3] HID: multitouch: set INPUT_PROP_PRESSUREPAD on compatible touchpads
 2025-12-19 14:00 UTC  (5+ messages)
` [PATCH 2/3] selftests/hid: use a enum class for the different button types
` [PATCH 3/3] HID: multitouch: set INPUT_PROP_PRESSUREPAD based on Digitizer/Button Type

[PATCH] rust: fix off-by-one line number in rustdoc tests
 2025-12-19 10:38 UTC  (2+ messages)

[RFC PATCH] rust: doctests: Number tests by line numerically, not lexicographically
 2025-12-19 10:04 UTC  (2+ messages)

[PATCH] kunit: Enforce task execution in {soft,hard}irq contexts
 2025-12-19  8:54 UTC  (2+ messages)

[PATCH 0/4] Various mm kselftests improvements/fixes
 2025-12-19  8:29 UTC  (6+ messages)
` [PATCH 3/4] selftests/mm: fix faulting-in code in pagemap_ioctl test

[PATCH RESEND] x86: checksum: Fix unaligned checksums on < i686
 2025-12-19  8:21 UTC  (2+ messages)

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-12-19  8:15 UTC  (8+ messages)
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "
          ` [PATCH v16] "
            ` [PATCH v17] "
              ` [PATCH v18] "
                ` [PATCH v19] "


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