[PATCH] Documentation: amd-pstate: fix dead links in the reference section

Ninad Naik posted 1 patch 1 day, 13 hours ago
Documentation/admin-guide/pm/amd-pstate.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] Documentation: amd-pstate: fix dead links in the reference section
Posted by Ninad Naik 1 day, 13 hours ago
The links for AMD64 Architecture Programmer's Manual and PPR for AMD
Family 19h Model 51h, Revision A1 Processors redirect to a generic page.
Update the links to the working ones.

Signed-off-by: Ninad Naik <ninadnaik07@gmail.com>
---
 Documentation/admin-guide/pm/amd-pstate.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst
index e1771f2225d5..13d6580894bc 100644
--- a/Documentation/admin-guide/pm/amd-pstate.rst
+++ b/Documentation/admin-guide/pm/amd-pstate.rst
@@ -790,13 +790,13 @@ Reference
 ===========
 
 .. [1] AMD64 Architecture Programmer's Manual Volume 2: System Programming,
-       https://www.amd.com/system/files/TechDocs/24593.pdf
+       https://docs.amd.com/v/u/en-US/24593_3.44_APM_Vol2
 
 .. [2] Advanced Configuration and Power Interface Specification,
        https://uefi.org/sites/default/files/resources/ACPI_Spec_6_4_Jan22.pdf
 
 .. [3] Processor Programming Reference (PPR) for AMD Family 19h Model 51h, Revision A1 Processors
-       https://www.amd.com/system/files/TechDocs/56569-A1-PUB.zip
+       https://docs.amd.com/v/u/en-US/56569-A1-PUB_3.03
 
 .. [4] Linux Kernel Selftests,
        https://www.kernel.org/doc/html/latest/dev-tools/kselftest.html
-- 
2.53.0
Re: [PATCH] Documentation: amd-pstate: fix dead links in the reference section
Posted by Mario Limonciello 20 hours ago

On 3/30/26 2:08 PM, Ninad Naik wrote:
> The links for AMD64 Architecture Programmer's Manual and PPR for AMD
> Family 19h Model 51h, Revision A1 Processors redirect to a generic page.
> Update the links to the working ones.
> 
> Signed-off-by: Ninad Naik <ninadnaik07@gmail.com>
Acked-by: Mario Limonciello (AMD) <superm1@kernel.org>

Applied.

> ---
>   Documentation/admin-guide/pm/amd-pstate.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst
> index e1771f2225d5..13d6580894bc 100644
> --- a/Documentation/admin-guide/pm/amd-pstate.rst
> +++ b/Documentation/admin-guide/pm/amd-pstate.rst
> @@ -790,13 +790,13 @@ Reference
>   ===========
>   
>   .. [1] AMD64 Architecture Programmer's Manual Volume 2: System Programming,
> -       https://www.amd.com/system/files/TechDocs/24593.pdf
> +       https://docs.amd.com/v/u/en-US/24593_3.44_APM_Vol2
>   
>   .. [2] Advanced Configuration and Power Interface Specification,
>          https://uefi.org/sites/default/files/resources/ACPI_Spec_6_4_Jan22.pdf
>   
>   .. [3] Processor Programming Reference (PPR) for AMD Family 19h Model 51h, Revision A1 Processors
> -       https://www.amd.com/system/files/TechDocs/56569-A1-PUB.zip
> +       https://docs.amd.com/v/u/en-US/56569-A1-PUB_3.03
>   
>   .. [4] Linux Kernel Selftests,
>          https://www.kernel.org/doc/html/latest/dev-tools/kselftest.html