Re: [PATCH] treewide: drop CONFIG_EMBEDDED

2023-08-16 Thread Geert Uytterhoeven
Hi Randy, On Wed, Aug 16, 2023 at 7:50 AM Randy Dunlap wrote: > There is only one Kconfig user of CONFIG_EMBEDDED and it can be > switched to EXPERT or "if !ARCH_MULTIPLATFORM" (suggested by Arnd). > > Signed-off-by: Randy Dunlap Makes perfect sense to me. Acked-by: G

Re: [PATCH AUTOSEL 5.18 39/41] wireguard: selftests: use virt machine on m68k

2022-07-14 Thread Geert Uytterhoeven
s introduced in v5.19-rc1, so this patch must not be backported to v5.18 and earlier. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But w

Re: [PATCH crypto 1/2] lib/crypto: blake2s-generic: reduce code size on small systems

2022-01-16 Thread Geert Uytterhoeven
8 - -8 blake2s_compress_generic5088 520 -4568 Total: Before=32800278, After=32795854, chg -0.01% > Signed-off-by: Jason A. Donenfeld For the size reduction: Tested-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert

Re: [PATCH crypto v3 0/2] reduce code size from blake2s on m68k and other small platforms

2022-01-16 Thread Geert Uytterhoeven
e2s_init.constprop94 - -94 blake2s256_hmac 302 --302 sha1_transform 4402 582 -3820 Total: Before=4230537, After=4226309, chg -0.10% Tested-by: Geert Uytterhoeven Gr{oetje,eeting}s,