Re: [PATCH v2 2/8] x86/kaslr: Remove bogus warning and unnecessary goto

From: Kees Cook
Date: Tue Jul 28 2020 - 14:26:58 EST


On Mon, Jul 27, 2020 at 07:07:55PM -0400, Arvind Sankar wrote:
> Drop the warning on seeing "--" in handle_mem_options. This will trigger
> whenever one of the memory options is present in the command line
> together with "--", but there's no problem if that is the case.
>
> Replace goto with break.
>
> Signed-off-by: Arvind Sankar <nivedita@xxxxxxxxxxxx>

Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>

--
Kees Cook