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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 5 May 2008 20:45:38 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Sergio Luis <sergio@...e.br>
Cc:	Sam Ravnborg <sam@...nborg.org>,
	Parag Warudkar <parag.warudkar@...il.com>,
	LKML <linux-kernel@...r.kernel.org>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	"akpm@...l.org" <akpm@...l.org>,
	Peter Zijlstra <peterz@...radead.org>,
	Arjan van de Ven <arjan@...radead.org>,
	Dave Jones <davej@...hat.com>
Subject: Re: [PATCH] default to n for GROUP_SCHED and FAIR_GROUP_SCHED


* Sergio Luis <sergio@...e.br> wrote:

> >  In latest kbuild.git I've added a new feature.
> >
> >         make K=.config alldefconfig
> >
> >  would give you eaxtly what you request here.
> >  K= is used to say where to locate the base-configuration.

> Can I specify /proc/config.gz (gzipped) in the K parameter?
> -sergio

i think the 'natural' script behavior would be for this to do the right 
thing:

   zcat /proc/config.gz | make K=- alldefconfig

or something like that - so that it can be scripted in a pipe.

Kbuild might in addition also have specials for .gz files as you 
suggest, that would only make it all more usable and more flexible.

	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

Powered by Openwall GNU/*/Linux Powered by OpenVZ