All of lore.kernel.org
 help / color / mirror / Atom feed
* mainline build failure due to 8bdc2a190105 ("crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE")
@ 2022-05-28 10:43 Sudip Mukherjee
  2022-05-28 10:46 ` Jason A. Donenfeld
  0 siblings, 1 reply; 4+ messages in thread
From: Sudip Mukherjee @ 2022-05-28 10:43 UTC (permalink / raw)
  To: Linus Torvalds, Jason A. Donenfeld; +Cc: linux-kernel

Hi All,

The latest mainline kernel branch fails to build for:

arm: imx_v6_v7_defconfig and multi_v7_defconfig
mips: decstation_64_defconfig, decstation_defconfig, decstation_r4k_defconfig

with errors like:

In file included from crypto/chacha20poly1305.c:13:
./include/crypto/poly1305.h:56:46: error: 'CONFIG_CRYPTO_LIB_POLY1305_RSIZE' undeclared here (not in a function); did you mean 'CONFIG_CRYPTO_POLY1305_MODULE'?
   56 |                 struct poly1305_key opaque_r[CONFIG_CRYPTO_LIB_POLY1305_RSIZE];
      |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


git bisect pointed to 8bdc2a190105 ("crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE")

I have checked .config to confirm that it contains:

CONFIG_CRYPTO_CHACHA20POLY1305=m
# CONFIG_CRYPTO_LIB_POLY1305 is not set

so, CONFIG_CRYPTO_LIB_POLY1305_RSIZE will not be defined as it now
depends on CONFIG_CRYPTO_LIB_POLY1305.


--
Regards
Sudip

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

end of thread, other threads:[~2022-05-28 11:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-28 10:43 mainline build failure due to 8bdc2a190105 ("crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE") Sudip Mukherjee
2022-05-28 10:46 ` Jason A. Donenfeld
2022-05-28 11:01   ` Jason A. Donenfeld
2022-05-28 11:09     ` [PATCH] Revert "crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE" Jason A. Donenfeld

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.