Re: [PATCH] Makefile: fix syntax error in warning message

From: Kees Cook
Date: Thu Feb 20 2014 - 19:14:11 EST


On Wed, Feb 19, 2014 at 2:13 PM, <stefan.seyfried@xxxxxxxxxxxxxx> wrote:
> From: Stefan Seyfried <seife+kernel@xxxxxxxxxxxxxx>
>
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 893d6f0..eeaf3e7 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -606,7 +606,7 @@ ifdef CONFIG_CC_STACKPROTECTOR_REGULAR
> stackp-flag := -fstack-protector
> ifeq ($(call cc-option, $(stackp-flag)),)
> $(warning Cannot use CONFIG_CC_STACKPROTECTOR: \
> - -fstack-protector not supported by compiler))
> + -fstack-protector not supported by compiler)
> endif
> else ifdef CONFIG_CC_STACKPROTECTOR_STRONG
> stackp-flag := -fstack-protector-strong

Hi!

Thanks, yes, this has already been picked up:
http://marc.info/?l=linux-mm-commits&m=139275774732494&w=2

-Kees

--
Kees Cook
Chrome OS Security
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/