[PATCH 0/5] public_keys: make const
Sascha Hauer
s.hauer at pengutronix.de
Thu Oct 23 01:02:20 PDT 2025
On Mon, 20 Oct 2025 13:30:57 +0200, Sascha Hauer wrote:
> We current have a struct list_head member in struct public_key which
> prevents them from being put into the readonly data section.
> Move the list_head out of struct public_key so we can make the compiled in
> keys const. With this we can do some further cleanup by removing the key
> duplication functions.
>
>
> [...]
Applied, thanks!
[1/5] public-keys: ecdsa: remove list in ecdsa keys
https://git.pengutronix.de/cgit/barebox/commit/?id=7f357a8d26b7 (link may not be stable)
[2/5] public-keys: move list out of struct public_key
https://git.pengutronix.de/cgit/barebox/commit/?id=cc79e3c27d5d (link may not be stable)
[3/5] public-keys: rsa: allow struct public_key to be const
https://git.pengutronix.de/cgit/barebox/commit/?id=0a0231bb7909 (link may not be stable)
[4/5] public-keys: rsa: remove unused functions
https://git.pengutronix.de/cgit/barebox/commit/?id=381f324c265f (link may not be stable)
[5/5] public-keys: make const
https://git.pengutronix.de/cgit/barebox/commit/?id=af91031293c7 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer at pengutronix.de>
More information about the barebox
mailing list