mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] crypto: replace broken libkcapi link in Crypto API documentation
@ 2026-03-13 22:00 Paul Louvel via B4 Relay
  2026-03-13 23:46 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Louvel via B4 Relay @ 2026-03-13 22:00 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller, Jonathan Corbet, Shuah Khan
  Cc: linux-crypto, linux-doc, linux-kernel, Paul Louvel

From: Paul Louvel <paul.louvel@bootlin.com>

The "User Space Interface" section of the Crypto API documentation
contains a link to the libkcapi project that no longer works.

Update the link to point to the correct upstream location so that
users can access the library documentation.

Signed-off-by: Paul Louvel <paul.louvel@bootlin.com>
---
The "User Space Interface" of the Crypto API documentation has a broken
link to libkcapi. Replacing it with a working one.
---
 Documentation/crypto/userspace-if.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/crypto/userspace-if.rst b/Documentation/crypto/userspace-if.rst
index 021759198fe7..79e41845f611 100644
--- a/Documentation/crypto/userspace-if.rst
+++ b/Documentation/crypto/userspace-if.rst
@@ -23,7 +23,7 @@ user space, however. This includes the difference between synchronous
 and asynchronous invocations. The user space API call is fully
 synchronous.
 
-[1] https://www.chronox.de/libkcapi/index.html
+[1] https://www.chronox.de/libkcapi/
 
 User Space API General Remarks
 ------------------------------
@@ -406,4 +406,4 @@ Please see [1] for libkcapi which provides an easy-to-use wrapper around
 the aforementioned Netlink kernel interface. [1] also contains a test
 application that invokes all libkcapi API calls.
 
-[1] https://www.chronox.de/libkcapi/index.html
+[1] https://www.chronox.de/libkcapi/

---
base-commit: b84a0ebe421ca56995ff78b66307667b62b3a900
change-id: 20260313-crypto-api-libkcapi-broken-link-65069e8ce688

Best regards,
-- 
Paul Louvel <paul.louvel@bootlin.com>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] crypto: replace broken libkcapi link in Crypto API documentation
  2026-03-13 22:00 [PATCH] crypto: replace broken libkcapi link in Crypto API documentation Paul Louvel via B4 Relay
@ 2026-03-13 23:46 ` Randy Dunlap
  2026-03-14 10:44   ` Paul Louvel
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2026-03-13 23:46 UTC (permalink / raw)
  To: paul.louvel, Herbert Xu, David S. Miller, Jonathan Corbet, Shuah Khan
  Cc: linux-crypto, linux-doc, linux-kernel



On 3/13/26 3:00 PM, Paul Louvel via B4 Relay wrote:
> From: Paul Louvel <paul.louvel@bootlin.com>
> 
> The "User Space Interface" section of the Crypto API documentation
> contains a link to the libkcapi project that no longer works.
> 
> Update the link to point to the correct upstream location so that
> users can access the library documentation.
> 
> Signed-off-by: Paul Louvel <paul.louvel@bootlin.com>
> ---
> The "User Space Interface" of the Crypto API documentation has a broken
> link to libkcapi. Replacing it with a working one.
> ---
>  Documentation/crypto/userspace-if.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/crypto/userspace-if.rst b/Documentation/crypto/userspace-if.rst
> index 021759198fe7..79e41845f611 100644
> --- a/Documentation/crypto/userspace-if.rst
> +++ b/Documentation/crypto/userspace-if.rst
> @@ -23,7 +23,7 @@ user space, however. This includes the difference between synchronous
>  and asynchronous invocations. The user space API call is fully
>  synchronous.
>  
> -[1] https://www.chronox.de/libkcapi/index.html
> +[1] https://www.chronox.de/libkcapi/
>  
>  User Space API General Remarks
>  ------------------------------
> @@ -406,4 +406,4 @@ Please see [1] for libkcapi which provides an easy-to-use wrapper around
>  the aforementioned Netlink kernel interface. [1] also contains a test
>  application that invokes all libkcapi API calls.
>  
> -[1] https://www.chronox.de/libkcapi/index.html
> +[1] https://www.chronox.de/libkcapi/
> 
> ---
> base-commit: b84a0ebe421ca56995ff78b66307667b62b3a900
> change-id: 20260313-crypto-api-libkcapi-broken-link-65069e8ce688
> 
> Best regards,

Hi,
Either link works for me (with the same content).
Could it be browser-dependent?


-- 
~Randy


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] crypto: replace broken libkcapi link in Crypto API documentation
  2026-03-13 23:46 ` Randy Dunlap
@ 2026-03-14 10:44   ` Paul Louvel
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Louvel @ 2026-03-14 10:44 UTC (permalink / raw)
  To: Randy Dunlap, Herbert Xu, David S. Miller, Jonathan Corbet, Shuah Khan
  Cc: linux-crypto, linux-doc, linux-kernel

Hi,

I have just checked this morning on the same browser, and indeed, it works.
It was broken for the past few days.
Please ignore this patch then.

Regards,
Paul.

On 3/14/26 12:46 AM, Randy Dunlap wrote:
>
> On 3/13/26 3:00 PM, Paul Louvel via B4 Relay wrote:
>> From: Paul Louvel <paul.louvel@bootlin.com>
>>
>> The "User Space Interface" section of the Crypto API documentation
>> contains a link to the libkcapi project that no longer works.
>>
>> Update the link to point to the correct upstream location so that
>> users can access the library documentation.
>>
>> Signed-off-by: Paul Louvel <paul.louvel@bootlin.com>
>> ---
>> The "User Space Interface" of the Crypto API documentation has a broken
>> link to libkcapi. Replacing it with a working one.
>> ---
>>   Documentation/crypto/userspace-if.rst | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/crypto/userspace-if.rst b/Documentation/crypto/userspace-if.rst
>> index 021759198fe7..79e41845f611 100644
>> --- a/Documentation/crypto/userspace-if.rst
>> +++ b/Documentation/crypto/userspace-if.rst
>> @@ -23,7 +23,7 @@ user space, however. This includes the difference between synchronous
>>   and asynchronous invocations. The user space API call is fully
>>   synchronous.
>>   
>> -[1] https://www.chronox.de/libkcapi/index.html
>> +[1] https://www.chronox.de/libkcapi/
>>   
>>   User Space API General Remarks
>>   ------------------------------
>> @@ -406,4 +406,4 @@ Please see [1] for libkcapi which provides an easy-to-use wrapper around
>>   the aforementioned Netlink kernel interface. [1] also contains a test
>>   application that invokes all libkcapi API calls.
>>   
>> -[1] https://www.chronox.de/libkcapi/index.html
>> +[1] https://www.chronox.de/libkcapi/
>>
>> ---
>> base-commit: b84a0ebe421ca56995ff78b66307667b62b3a900
>> change-id: 20260313-crypto-api-libkcapi-broken-link-65069e8ce688
>>
>> Best regards,
> Hi,
> Either link works for me (with the same content).
> Could it be browser-dependent?
>
>
-- 
Paul Louvel, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-14 10:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-13 22:00 [PATCH] crypto: replace broken libkcapi link in Crypto API documentation Paul Louvel via B4 Relay
2026-03-13 23:46 ` Randy Dunlap
2026-03-14 10:44   ` Paul Louvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®