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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 10 Apr 2008 16:06:43 +0100
From:	David Howells <dhowells@...hat.com>
To:	unlisted-recipients:; (no To-header on input)
Cc:	dhowells@...hat.com, torvalds@...l.org, akpm@...ux-foundation.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/5] FRV: Handle update_mmu_cache() being called when current->mm is NULL

David Howells <dhowells@...hat.com> wrote:

> --- a/Makefile
> +++ b/Makefile
> @@ -501,11 +501,12 @@ endif # $(dot-config)
>  # Defaults vmlinux but it is usually overridden in the arch makefile
>  all: vmlinux
>  
> -ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
> -KBUILD_CFLAGS	+= -Os
> -else
> -KBUILD_CFLAGS	+= -O2
> -endif
> +#ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
> +#KBUILD_CFLAGS	+= -Os
> +#else
> +#KBUILD_CFLAGS	+= -O2
> +#endif
> +KBUILD_CFLAGS	+= -O1

Oops.  Don't use this patch.  I forgot to delete this bit.

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ