From: Joel Fernandes <joelagnelf@nvidia.com>
To: Akira Yokosawa <akiyks@gmail.com>
Cc: paulmck@kernel.org, rcu@vger.kernel.org
Subject: Re: [PATCH v5] rcutorture: Perform more frequent testing of ->gpwrap
Date: Mon, 12 May 2025 11:08:00 -0400 [thread overview]
Message-ID: <a61d791b-540d-48ab-a20b-83e2ba71226d@nvidia.com> (raw)
In-Reply-To: <24beb2bb-b168-4849-804b-033c20ca352e@gmail.com>
On 5/11/2025 5:27 AM, Akira Yokosawa wrote:
>
>> @@ -757,6 +766,25 @@ void rcu_request_urgent_qs_task(struct task_struct *t)
>> smp_store_release(per_cpu_ptr(&rcu_data.rcu_urgent_qs, cpu), true);
>> }
>>
>> +/**
>> + * rcu_set_gpwrap_lag - Set RCU GP sequence overflow lag value.
>> + * @lag_gps: Set overflow lag to this many grace period worth of counters
>> + * which is used by rcutorture to quickly force a gpwrap situation.
>> + * @lag_gps = 0 means we reset it back to the boot-time value.
>> + */
> This kernel-doc comment should be in front of its corresponding function
> prototype so that it is recognized as such.
>
>> +static unsigned long seq_gpwrap_lag = ULONG_MAX / 4;
>> +
> , so this static variable needs to go above the kernel-doc comment.
Thanks a lot Akira, I will fix this now.
- Joel
prev parent reply other threads:[~2025-05-12 15:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-21 17:47 [PATCH v5] rcutorture: Perform more frequent testing of ->gpwrap Joel Fernandes
2025-04-21 17:53 ` Joel Fernandes
2025-04-21 18:32 ` Paul E. McKenney
2025-04-21 20:27 ` Joel Fernandes
2025-05-11 9:27 ` Akira Yokosawa
2025-05-12 15:08 ` Joel Fernandes [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a61d791b-540d-48ab-a20b-83e2ba71226d@nvidia.com \
--to=joelagnelf@nvidia.com \
--cc=akiyks@gmail.com \
--cc=paulmck@kernel.org \
--cc=rcu@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.