lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <fe79ea3f-0cd0-7a14-65f3-c12e5c5069c0@linux-m68k.org> Date: Mon, 4 Oct 2021 17:48:12 +1000 From: Greg Ungerer <gerg@...ux-m68k.org> To: Geert Uytterhoeven <geert@...ux-m68k.org>, Randy Dunlap <rdunlap@...radead.org> Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, linux-m68k <linux-m68k@...ts.linux-m68k.org> Subject: Re: [RFC PATCH] m68k: set a default value for MEMORY_RESERVE On 4/10/21 4:47 pm, Geert Uytterhoeven wrote: > On Sun, Oct 3, 2021 at 2:02 AM Randy Dunlap <rdunlap@...radead.org> wrote: >> 'make randconfig' can produce a .config file with >> "CONFIG_MEMORY_RESERVE=" (no value) since it has no default. >> When a subsequent 'make all' is done, kconfig restarts the config >> and prompts for a value for MEMORY_RESERVE. This breaks >> scripting/automation where there is no interactive user input. >> >> Add a default value for MEMORY_RESERVE. (Any integer value will >> work here for kconfig.) >> >> Fixes a kconfig warning: >> >> .config:214:warning: symbol value '' invalid for MEMORY_RESERVE >> * Restart config... >> Memory reservation (MiB) (MEMORY_RESERVE) [] (NEW) >> >> Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") # from beginning of git history >> Signed-off-by: Randy Dunlap <rdunlap@...radead.org> > > Reviewed-by: Geert Uytterhoeven <geert@...ux-m68k.org> Acked-by: Greg Ungerer <gerg@...ux-m68k.org> > As this is relevant for m68knommu, I'll leave it to Greg, unless he's too > busy. Thanks Geert. No problem though, I'll pick this up and push to the m68knommu git tree. Regards Greg
Powered by blists - more mailing lists