mbox series

[0/6] RCU torture for v6.13

Message ID 20241106160223.42119-1-frederic@kernel.org (mailing list archive)
Headers show
Series RCU torture for v6.13 | expand

Message

Frederic Weisbecker Nov. 6, 2024, 4:02 p.m. UTC
Hello,

Please find below the RCU NOCB patches targeted for the upcoming
merge window.

Paul E. McKenney (4):
  torture: Add --no-affinity parameter to kvm.sh
  refscale: Correct affinity check
  rcuscale: Add guest_os_delay module parameter
  rcutorture: Avoid printing cpu=-1 for no-fault RCU boost failure

Uladzislau Rezki (Sony) (2):
  rcuscale: Do a proper cleanup if kfree_scale_init() fails
  rcuscale: Remove redundant WARN_ON_ONCE() splat

 kernel/rcu/rcuscale.c                         |  6 +--
 kernel/rcu/rcutorture.c                       |  9 +++-
 kernel/rcu/refscale.c                         | 19 +++++++-
 .../rcutorture/bin/kvm-test-1-run-batch.sh    | 43 ++++++++++---------
 tools/testing/selftests/rcutorture/bin/kvm.sh |  6 +++
 5 files changed, 56 insertions(+), 27 deletions(-)

Thanks.

Comments

Neeraj Upadhyay Nov. 11, 2024, 5:35 p.m. UTC | #1
On 11/6/2024 9:32 PM, Frederic Weisbecker wrote:
> Hello,
> 
> Please find below the RCU NOCB patches targeted for the upcoming
> merge window.
> 
> Paul E. McKenney (4):
>   torture: Add --no-affinity parameter to kvm.sh
>   refscale: Correct affinity check
>   rcuscale: Add guest_os_delay module parameter
>   rcutorture: Avoid printing cpu=-1 for no-fault RCU boost failure
> 
> Uladzislau Rezki (Sony) (2):
>   rcuscale: Do a proper cleanup if kfree_scale_init() fails
>   rcuscale: Remove redundant WARN_ON_ONCE() splat
> 
>  kernel/rcu/rcuscale.c                         |  6 +--
>  kernel/rcu/rcutorture.c                       |  9 +++-
>  kernel/rcu/refscale.c                         | 19 +++++++-
>  .../rcutorture/bin/kvm-test-1-run-batch.sh    | 43 ++++++++++---------
>  tools/testing/selftests/rcutorture/bin/kvm.sh |  6 +++
>  5 files changed, 56 insertions(+), 27 deletions(-)
> 
> Thanks.

Reviewed-by: Neeraj Upadhyay <Neeraj.Upadhyay@amd.com>


- Neeraj