[PATCH v4 0/2] My new rcutorture patches for 6.15

Joel Fernandes posted 2 patches 8 months, 1 week ago
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(-)
[PATCH v4 0/2] My new rcutorture patches for 6.15
Posted by Joel Fernandes 8 months, 1 week ago
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(-)

-- 
2.43.0
Re: [PATCH v4 0/2] My new rcutorture patches for 6.15
Posted by Joel Fernandes 8 months, 1 week ago
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