* linux-next: Signed-off-by missing for commit in the jc_docs tree
@ 2025-06-09 22:17 Stephen Rothwell
2025-06-09 22:23 ` Jonathan Corbet
0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2025-06-09 22:17 UTC (permalink / raw)
To: Jonathan Corbet
Cc: Shouye Liu, shouyeliu, Linux Kernel Mailing List,
Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 260 bytes --]
Hi all,
Commit
47cbe79dedbe ("Documentation: amd-pstate:fix minimum performance state label error")
is missing a Signed-off-by from its author.
Actually it looks like 2 different email addresses have been used.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: linux-next: Signed-off-by missing for commit in the jc_docs tree
2025-06-09 22:17 linux-next: Signed-off-by missing for commit in the jc_docs tree Stephen Rothwell
@ 2025-06-09 22:23 ` Jonathan Corbet
2025-06-16 2:19 ` liu shouye
0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Corbet @ 2025-06-09 22:23 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Shouye Liu, shouyeliu, Linux Kernel Mailing List,
Linux Next Mailing List
Stephen Rothwell <sfr@canb.auug.org.au> writes:
> Hi all,
>
> Commit
>
> 47cbe79dedbe ("Documentation: amd-pstate:fix minimum performance state label error")
>
> is missing a Signed-off-by from its author.
>
> Actually it looks like 2 different email addresses have been used.
Gee, I must have pushed that tree at least five minutes ago, you
couldn't find this sooner? :)
Shouye, can you send me a version with a matching signoff, please?
Thanks,
jon
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: linux-next: Signed-off-by missing for commit in the jc_docs tree
2025-06-09 22:23 ` Jonathan Corbet
@ 2025-06-16 2:19 ` liu shouye
2025-06-19 19:24 ` Jonathan Corbet
0 siblings, 1 reply; 6+ messages in thread
From: liu shouye @ 2025-06-16 2:19 UTC (permalink / raw)
To: Jonathan Corbet
Cc: Stephen Rothwell, Shouye Liu, Linux Kernel Mailing List,
Linux Next Mailing List
From: Shouye Liu <shouyeliu@tencent.com>
In the AMD P-States Performance Scale diagram, the labels for "Max Perf"
and "Lowest Perf" were incorrectly used to define the range for
"Desired Perf".The "Desired performance target" should be bounded by the
"Maximum requested performance" and the "Minimum requested performance",
which corresponds to "Max Perf" and "Min Perf", respectively.
Signed-off-by: Shouye Liu <shouyeliu@tencent.com>
---
Documentation/admin-guide/pm/amd-pstate.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/admin-guide/pm/amd-pstate.rst
b/Documentation/admin-guide/pm/amd-pstate.rst
index 412423c54f25..e1771f2225d5 100644
--- a/Documentation/admin-guide/pm/amd-pstate.rst
+++ b/Documentation/admin-guide/pm/amd-pstate.rst
@@ -72,7 +72,7 @@ to manage each performance update behavior. ::
Lowest non- | |
| |
linear perf ------>+-----------------------+
+-----------------------+
| |
| |
- | | Lowest perf
---->| |
+ | | Min perf
---->| |
| |
| |
Lowest perf ------>+-----------------------+
+-----------------------+
| |
| |
--
2.19.1
Jonathan Corbet <corbet@lwn.net> 于2025年6月10日周二 06:23写道:
>
> Stephen Rothwell <sfr@canb.auug.org.au> writes:
>
> > Hi all,
> >
> > Commit
> >
> > 47cbe79dedbe ("Documentation: amd-pstate:fix minimum performance state label error")
> >
> > is missing a Signed-off-by from its author.
> >
> > Actually it looks like 2 different email addresses have been used.
>
> Gee, I must have pushed that tree at least five minutes ago, you
> couldn't find this sooner? :)
>
> Shouye, can you send me a version with a matching signoff, please?
>
> Thanks,
>
> jon
I'm very sorry to see this email so late. This patch adds my "From"
Thanks,
Shouye
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: linux-next: Signed-off-by missing for commit in the jc_docs tree
2025-06-16 2:19 ` liu shouye
@ 2025-06-19 19:24 ` Jonathan Corbet
2025-06-20 2:16 ` [PATCH] Documentation: amd-pstate:fix minimum performance state label error shouyeliu
0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Corbet @ 2025-06-19 19:24 UTC (permalink / raw)
To: liu shouye
Cc: Stephen Rothwell, Shouye Liu, Linux Kernel Mailing List,
Linux Next Mailing List
liu shouye <shouyeliu@gmail.com> writes:
> From: Shouye Liu <shouyeliu@tencent.com>
>
> In the AMD P-States Performance Scale diagram, the labels for "Max Perf"
> and "Lowest Perf" were incorrectly used to define the range for
> "Desired Perf".The "Desired performance target" should be bounded by the
> "Maximum requested performance" and the "Minimum requested performance",
> which corresponds to "Max Perf" and "Min Perf", respectively.
>
> Signed-off-by: Shouye Liu <shouyeliu@tencent.com>
> ---
> Documentation/admin-guide/pm/amd-pstate.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/pm/amd-pstate.rst
> b/Documentation/admin-guide/pm/amd-pstate.rst
> index 412423c54f25..e1771f2225d5 100644
> --- a/Documentation/admin-guide/pm/amd-pstate.rst
> +++ b/Documentation/admin-guide/pm/amd-pstate.rst
> @@ -72,7 +72,7 @@ to manage each performance update behavior. ::
> Lowest non- | |
> | |
> linear perf ------>+-----------------------+
> +-----------------------+
> | |
> | |
> - | | Lowest perf
> ---->| |
> + | | Min perf
> ---->| |
> | |
> | |
> Lowest perf ------>+-----------------------+
> +-----------------------+
> | |
> | |
> --
> 2.19.1
This patch has been severely white-space mangled by your mail client.
Care to retry after verifying that you can send patches without this
sort of interference?
Thanks,
jon
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] Documentation: amd-pstate:fix minimum performance state label error
2025-06-19 19:24 ` Jonathan Corbet
@ 2025-06-20 2:16 ` shouyeliu
2025-06-21 20:11 ` Jonathan Corbet
0 siblings, 1 reply; 6+ messages in thread
From: shouyeliu @ 2025-06-20 2:16 UTC (permalink / raw)
To: corbet; +Cc: linux-kernel, linux-next, sfr, shouyeliu, shouyeliu
From: Shouye Liu <shouyeliu@tencent.com>
In the AMD P-States Performance Scale diagram, the labels for "Max Perf"
and "Lowest Perf" were incorrectly used to define the range for
"Desired Perf".The "Desired performance target" should be bounded by the
"Maximum requested performance" and the "Minimum requested performance",
which corresponds to "Max Perf" and "Min Perf", respectively.
Signed-off-by: Shouye Liu <shouyeliu@tencent.com>
---
Documentation/admin-guide/pm/amd-pstate.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst
index 412423c54f25..e1771f2225d5 100644
--- a/Documentation/admin-guide/pm/amd-pstate.rst
+++ b/Documentation/admin-guide/pm/amd-pstate.rst
@@ -72,7 +72,7 @@ to manage each performance update behavior. ::
Lowest non- | | | |
linear perf ------>+-----------------------+ +-----------------------+
| | | |
- | | Lowest perf ---->| |
+ | | Min perf ---->| |
| | | |
Lowest perf ------>+-----------------------+ +-----------------------+
| | | |
--
2.19.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] Documentation: amd-pstate:fix minimum performance state label error
2025-06-20 2:16 ` [PATCH] Documentation: amd-pstate:fix minimum performance state label error shouyeliu
@ 2025-06-21 20:11 ` Jonathan Corbet
0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2025-06-21 20:11 UTC (permalink / raw)
To: shouyeliu; +Cc: linux-kernel, linux-next, sfr, shouyeliu, shouyeliu
shouyeliu <shouyeliu@gmail.com> writes:
> From: Shouye Liu <shouyeliu@tencent.com>
>
> In the AMD P-States Performance Scale diagram, the labels for "Max Perf"
> and "Lowest Perf" were incorrectly used to define the range for
> "Desired Perf".The "Desired performance target" should be bounded by the
> "Maximum requested performance" and the "Minimum requested performance",
> which corresponds to "Max Perf" and "Min Perf", respectively.
>
> Signed-off-by: Shouye Liu <shouyeliu@tencent.com>
> ---
> Documentation/admin-guide/pm/amd-pstate.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst
> index 412423c54f25..e1771f2225d5 100644
> --- a/Documentation/admin-guide/pm/amd-pstate.rst
> +++ b/Documentation/admin-guide/pm/amd-pstate.rst
> @@ -72,7 +72,7 @@ to manage each performance update behavior. ::
> Lowest non- | | | |
> linear perf ------>+-----------------------+ +-----------------------+
> | | | |
> - | | Lowest perf ---->| |
> + | | Min perf ---->| |
> | | | |
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-06-21 20:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-09 22:17 linux-next: Signed-off-by missing for commit in the jc_docs tree Stephen Rothwell
2025-06-09 22:23 ` Jonathan Corbet
2025-06-16 2:19 ` liu shouye
2025-06-19 19:24 ` Jonathan Corbet
2025-06-20 2:16 ` [PATCH] Documentation: amd-pstate:fix minimum performance state label error shouyeliu
2025-06-21 20:11 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox