* linux-next: build warning after merge of the crypto tree
@ 2024-10-08 6:29 Stephen Rothwell
2024-10-08 9:12 ` [PATCH cryptodev-2.6] crypto: doc - Fix akcipher title reference Lukas Wunner
0 siblings, 1 reply; 13+ messages in thread
From: Stephen Rothwell @ 2024-10-08 6:29 UTC (permalink / raw)
To: Herbert Xu, Linux Crypto List
Cc: Lukas Wunner, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 306 bytes --]
Hi all,
After merging the crypto tree, today's linux-next build (htmldocs)
produced this warning:
include/crypto/akcipher.h:1: warning: 'Generic Public Key API' not found
Introduced by commit
6b34562f0cfe ("crypto: akcipher - Drop sign/verify operations")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread* [PATCH cryptodev-2.6] crypto: doc - Fix akcipher title reference
2024-10-08 6:29 linux-next: build warning after merge of the crypto tree Stephen Rothwell
@ 2024-10-08 9:12 ` Lukas Wunner
2024-10-10 9:13 ` Herbert Xu
0 siblings, 1 reply; 13+ messages in thread
From: Lukas Wunner @ 2024-10-08 9:12 UTC (permalink / raw)
To: Herbert Xu, David S. Miller
Cc: Stephen Rothwell, linux-crypto, linux-kernel, linux-next
Stephen reports a documentation build warning for "make htmldocs"
introduced by recent commit 6b34562f0cfe ("crypto: akcipher - Drop
sign/verify operations").
The commit renamed a paragraph title in a header file, but neglected to
amend the title reference in the API documentation. Fix it.
Fixes: 6b34562f0cfe ("crypto: akcipher - Drop sign/verify operations")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/all/20241008172926.0b995ea7@canb.auug.org.au/
Signed-off-by: Lukas Wunner <lukas@wunner.de>
---
Documentation/crypto/api-akcipher.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/crypto/api-akcipher.rst b/Documentation/crypto/api-akcipher.rst
index 6f47cc70eca0..ca1ecdd4a7d3 100644
--- a/Documentation/crypto/api-akcipher.rst
+++ b/Documentation/crypto/api-akcipher.rst
@@ -8,7 +8,7 @@ Asymmetric Cipher API
---------------------
.. kernel-doc:: include/crypto/akcipher.h
- :doc: Generic Public Key API
+ :doc: Generic Public Key Cipher API
.. kernel-doc:: include/crypto/akcipher.h
:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_akcipher_decrypt
--
2.43.0
^ permalink raw reply related [flat|nested] 13+ messages in thread* Re: [PATCH cryptodev-2.6] crypto: doc - Fix akcipher title reference
2024-10-08 9:12 ` [PATCH cryptodev-2.6] crypto: doc - Fix akcipher title reference Lukas Wunner
@ 2024-10-10 9:13 ` Herbert Xu
0 siblings, 0 replies; 13+ messages in thread
From: Herbert Xu @ 2024-10-10 9:13 UTC (permalink / raw)
To: Lukas Wunner
Cc: David S. Miller, Stephen Rothwell, linux-crypto, linux-kernel,
linux-next
On Tue, Oct 08, 2024 at 11:12:01AM +0200, Lukas Wunner wrote:
> Stephen reports a documentation build warning for "make htmldocs"
> introduced by recent commit 6b34562f0cfe ("crypto: akcipher - Drop
> sign/verify operations").
>
> The commit renamed a paragraph title in a header file, but neglected to
> amend the title reference in the API documentation. Fix it.
>
> Fixes: 6b34562f0cfe ("crypto: akcipher - Drop sign/verify operations")
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Closes: https://lore.kernel.org/all/20241008172926.0b995ea7@canb.auug.org.au/
> Signed-off-by: Lukas Wunner <lukas@wunner.de>
> ---
> Documentation/crypto/api-akcipher.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Patch applied. Thanks.
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 13+ messages in thread
* linux-next: build warning after merge of the crypto tree
@ 2025-10-20 3:07 Stephen Rothwell
0 siblings, 0 replies; 13+ messages in thread
From: Stephen Rothwell @ 2025-10-20 3:07 UTC (permalink / raw)
To: Herbert Xu
Cc: Meenakshi Aggarwal, Pankaj Gupta, Linux Crypto List,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 787 bytes --]
Hi all,
After merging the crypto tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
security/keys/trusted-keys/trusted_caam.c: In function 'dump_options':
security/keys/trusted-keys/trusted_caam.c:37:20: note: the ABI of passing struct with a flexible array member has changed in GCC 4.4
37 | static inline void dump_options(struct caam_pkey_info pkey_info)
| ^~~~~~~~~~~~
Introduced by commit
9eb25ca6c973 ("KEYS: trusted: caam based protected key")
I am not sure what to do about this. It would be nice if we could
suppress the note as we do not support gcc 4.4 any more. Otherwise,
I suspect that converting the pkey_info argument to a pointer will get
rid of the note.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread* linux-next: build warning after merge of the crypto tree
@ 2025-10-20 2:53 Stephen Rothwell
2025-10-20 3:34 ` Bagas Sanjaya
0 siblings, 1 reply; 13+ messages in thread
From: Stephen Rothwell @ 2025-10-20 2:53 UTC (permalink / raw)
To: Herbert Xu
Cc: Meenakshi Aggarwal, Pankaj Gupta, Linux Crypto List,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]
Hi all,
After merging the crypto tree, today's linux-next build (htmldocs)
produced this warning:
Documentation/security/keys/trusted-encrypted.rst:18: ERROR: Unexpected indentation. [docutils]
Documentation/security/keys/trusted-encrypted.rst:19: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
Introduced by commit
95c46f40aac4 ("docs: trusted-encrypted: trusted-keys as protected keys")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: linux-next: build warning after merge of the crypto tree
2025-10-20 2:53 Stephen Rothwell
@ 2025-10-20 3:34 ` Bagas Sanjaya
0 siblings, 0 replies; 13+ messages in thread
From: Bagas Sanjaya @ 2025-10-20 3:34 UTC (permalink / raw)
To: Stephen Rothwell, Herbert Xu
Cc: Meenakshi Aggarwal, Pankaj Gupta, Linux Crypto List,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 710 bytes --]
On Mon, Oct 20, 2025 at 01:53:39PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the crypto tree, today's linux-next build (htmldocs)
> produced this warning:
>
> Documentation/security/keys/trusted-encrypted.rst:18: ERROR: Unexpected indentation. [docutils]
> Documentation/security/keys/trusted-encrypted.rst:19: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
>
> Introduced by commit
>
> 95c46f40aac4 ("docs: trusted-encrypted: trusted-keys as protected keys")
Fixed by [1].
Thanks.
[1]: https://lore.kernel.org/linux-doc/20251017181135.354411-1-krishnagopi487@gmail.com/
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* linux-next: build warning after merge of the crypto tree
@ 2025-06-16 5:31 Stephen Rothwell
0 siblings, 0 replies; 13+ messages in thread
From: Stephen Rothwell @ 2025-06-16 5:31 UTC (permalink / raw)
To: Herbert Xu, Linux Crypto List
Cc: Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 326 bytes --]
Hi all,
After merging the crypto tree, today's linux-next build (htmldocs)
produced this warning:
include/linux/padata.h:104: warning: Excess struct member 'reorder_work' description in 'parallel_data'
Introduced by commit
71203f68c774 ("padata: Fix pd UAF once and for all")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread* linux-next: build warning after merge of the crypto tree
@ 2024-02-12 3:48 Stephen Rothwell
2024-02-12 12:59 ` Cabiddu, Giovanni
0 siblings, 1 reply; 13+ messages in thread
From: Stephen Rothwell @ 2024-02-12 3:48 UTC (permalink / raw)
To: Herbert Xu
Cc: Damian Muszynski, Mun Chun Yep, Linux Crypto List,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 421 bytes --]
Hi all,
After merging the crypto tree, today's linux-next build (htmldocs)
produced this warning:
Documentation/ABI/testing/sysfs-driver-qat:146: ERROR: Unexpected indentation.
Documentation/ABI/testing/sysfs-driver-qat:146: WARNING: Block quote ends without a blank line; unexpected unindent.
Introduced by commit
f5419a4239af ("crypto: qat - add auto reset on error")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: linux-next: build warning after merge of the crypto tree
2024-02-12 3:48 Stephen Rothwell
@ 2024-02-12 12:59 ` Cabiddu, Giovanni
0 siblings, 0 replies; 13+ messages in thread
From: Cabiddu, Giovanni @ 2024-02-12 12:59 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Herbert Xu, Damian Muszynski, Mun Chun Yep, Linux Crypto List,
Linux Kernel Mailing List, Linux Next Mailing List
On Mon, Feb 12, 2024 at 02:48:30PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the crypto tree, today's linux-next build (htmldocs)
> produced this warning:
>
> Documentation/ABI/testing/sysfs-driver-qat:146: ERROR: Unexpected indentation.
> Documentation/ABI/testing/sysfs-driver-qat:146: WARNING: Block quote ends without a blank line; unexpected unindent.
>
> Introduced by commit
>
> f5419a4239af ("crypto: qat - add auto reset on error")
Thanks Stephen. I'm sending a fix.
Regards,
--
Giovanni
^ permalink raw reply [flat|nested] 13+ messages in thread
* linux-next: build warning after merge of the crypto tree
@ 2022-11-21 1:52 Stephen Rothwell
0 siblings, 0 replies; 13+ messages in thread
From: Stephen Rothwell @ 2022-11-21 1:52 UTC (permalink / raw)
To: Herbert Xu, Linux Crypto List
Cc: Gaosheng Cui, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 426 bytes --]
Hi all,
After merging the crypto tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
WARNING: modpost: drivers/crypto/ccree/ccree.o: section mismatch in reference: init_module (section: .init.text) -> cc_debugfs_global_fini (section: .exit.text)
Introduced by commit
4f1c596df706 ("crypto: ccree - Remove debugfs when platform_driver_register failed")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread* linux-next: build warning after merge of the crypto tree
@ 2022-07-11 10:49 Stephen Rothwell
0 siblings, 0 replies; 13+ messages in thread
From: Stephen Rothwell @ 2022-07-11 10:49 UTC (permalink / raw)
To: Herbert Xu
Cc: Linux Crypto List, Giovanni Cabiddu, Tomasz Kowallik,
Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 328 bytes --]
Hi all,
After merging the crypto tree, today's linux-next build (KCONFIG_NAME)
produced this warning:
Documentation/ABI/testing/sysfs-driver-qat:24: WARNING: Unexpected indentation.
Introduced by commit
d4cfb144f605 ("crypto: qat - expose device config through sysfs for 4xxx")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread* linux-next: build warning after merge of the crypto tree
@ 2019-08-23 3:14 Stephen Rothwell
2019-08-25 18:01 ` Hans de Goede
0 siblings, 1 reply; 13+ messages in thread
From: Stephen Rothwell @ 2019-08-23 3:14 UTC (permalink / raw)
To: Herbert Xu, Linux Crypto List
Cc: Linux Next Mailing List, Linux Kernel Mailing List, Hans de Goede
[-- Attachment #1: Type: text/plain, Size: 396 bytes --]
Hi all,
After merging the crypto tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:
WARNING: modpost: missing MODULE_LICENSE() in lib/crypto/libsha256.o
see include/linux/module.h for more information
Presumably introduced by commit
01d3aee86625 ("crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use")
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: linux-next: build warning after merge of the crypto tree
2019-08-23 3:14 Stephen Rothwell
@ 2019-08-25 18:01 ` Hans de Goede
0 siblings, 0 replies; 13+ messages in thread
From: Hans de Goede @ 2019-08-25 18:01 UTC (permalink / raw)
To: Stephen Rothwell, Herbert Xu, Linux Crypto List
Cc: Linux Next Mailing List, Linux Kernel Mailing List
Hi,
On 23-08-19 05:14, Stephen Rothwell wrote:
> Hi all,
>
> After merging the crypto tree, today's linux-next build (arm
> multi_v7_defconfig) produced this warning:
>
> WARNING: modpost: missing MODULE_LICENSE() in lib/crypto/libsha256.o
> see include/linux/module.h for more information
>
> Presumably introduced by commit
>
> 01d3aee86625 ("crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use")
Yeah my bad, I did not think about this getting build as a module.
I will submit a followup patch fixing this.
Regards,
Hans
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2025-10-20 3:34 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08 6:29 linux-next: build warning after merge of the crypto tree Stephen Rothwell
2024-10-08 9:12 ` [PATCH cryptodev-2.6] crypto: doc - Fix akcipher title reference Lukas Wunner
2024-10-10 9:13 ` Herbert Xu
-- strict thread matches above, loose matches on Subject: below --
2025-10-20 3:07 linux-next: build warning after merge of the crypto tree Stephen Rothwell
2025-10-20 2:53 Stephen Rothwell
2025-10-20 3:34 ` Bagas Sanjaya
2025-06-16 5:31 Stephen Rothwell
2024-02-12 3:48 Stephen Rothwell
2024-02-12 12:59 ` Cabiddu, Giovanni
2022-11-21 1:52 Stephen Rothwell
2022-07-11 10:49 Stephen Rothwell
2019-08-23 3:14 Stephen Rothwell
2019-08-25 18:01 ` Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox