Re: [PATCH v4 0/2] My new rcutorture patches for 6.15
From: Joel Fernandes
Date: Tue Apr 15 2025 - 09:40:52 EST
On 4/15/2025 9:36 AM, Joel Fernandes wrote:
> The gpwrap one is is v4 where I just fixed the hrtimer_init() since v2.
>
> The ARM64 image check is now in my for-next branch, it is required to do large
> scale tests with SRCU.
>
> (These are only the new commits, the existing ones in my for-next branch for
> rcutorture will be sent separately once we figure out which one of them is
> causing SRCU issues).
>
> Joel Fernandes (2):
> rcutorture: Perform more frequent testing of ->gpwrap
> rcutorture: Fix issue with re-using old images on ARM64
>
> kernel/rcu/rcu.h | 4 ++
> kernel/rcu/rcutorture.c | 68 ++++++++++++++++++-
> kernel/rcu/tree.c | 34 +++++++++-
> kernel/rcu/tree.h | 1 +
> .../rcutorture/bin/kvm-test-1-run.sh | 2 +-
> 6 files changed, 107 insertions(+), 6 deletions(-)
>
Oops, s/15/16/ in subject :)
- Joel