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:	Fri, 27 May 2011 08:08:26 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	richard -rw- weinberger <richard.weinberger@...il.com>,
	KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>,
	benh@...nel.crashing.org, linux-mm@...ck.org,
	linux-kernel@...r.kernel.org, hughd@...gle.com,
	akpm@...ux-foundation.org, dave@...ux.vnet.ibm.com,
	kamezawa.hiroyu@...fujitsu.com
Subject: Re: [PATCH] mm: don't access vm_flags as 'int'


* Linus Torvalds <torvalds@...ux-foundation.org> wrote:

> On Thu, May 26, 2011 at 11:50 AM, richard -rw- weinberger
> <richard.weinberger@...il.com> wrote:
> >
> > This breaks kernel builds with CONFIG_HUGETLBFS=n. :-(
> 
> Grr. I did the "allyesconfig" build to find any problems, but that
> obviously also sets HUGETLBFS.
> 
> But "allnoconfig" does find this.

Yeah, my experience is that [all[yes|no|mod]|def]config covers about 
95% of the build bugs and the remaining 5% are rarely showstopper 
problems (they generally don't show up in configs that people use).

Given how fast allnoconfig and defconfig builds i've got allnoconfig 
and defconfig scripted to always execute together with allyesconfig.

So if you go the trouble to build allyesconfig manually, it costs 
almost no time to tack on the allnoconfig and defconfig as well (and 
stick this all into a script), while it increases the efficiency of 
the build test remarkably.

Thanks,

	Ingo
--
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