Message ID | 20240823175836.2798235-1-coltonlewis@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Add arch_timer_edge_cases selftest | expand |
On Fri, 23 Aug 2024 17:58:34 +0000, Colton Lewis wrote: > Add arch_timer_edge_cases selftest to test various corner cases of the > ARM timers such as: > > * timers above the max TVAL value > * timers in the past > * moving counters ahead and behind pending timers > * reprogramming timers > * timers fired multiple times > * masking/unmasking using the timer control mask > > [...] Applied to next, thanks! [1/2] KVM: selftests: Ensure pending interrupts are handled in arch_timer test commit: ca1a18368d764f9b29ab0c79b3ddd712f5511855 [2/2] KVM: arm64: selftests: Add arch_timer_edge_cases selftest commit: 54306f564441f6bc99514af45552236f28b1768d Cheers, M.