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, 16 Jul 2007 01:13:55 +0200
From:	Arnd Bergmann <arnd@...db.de>
To:	"Satyam Sharma" <satyam.sharma@...il.com>
Cc:	"Nigel Cunningham" <nigel@...el.suspend2.net>,
	"Alan Cox" <alan@...rguk.ukuu.org.uk>,
	"Jonathan Campbell" <jon@...dgrounds.com>,
	linux-kernel@...r.kernel.org, torvalds@...nsmeta.com
Subject: Re: Patches for REALLY TINY 386 kernels

On Monday 16 July 2007, Satyam Sharma wrote:
> > Yeah. I was going for the general principle :)
> 
> Even simpler to add --exclude-from=.gitignore to diff
> 
Or build in a separate object directory, using the O=$my_objdir
Kbuild option. That has a number of addition advantages, e.g.
you can easily clean your object files using 'rm -rf $my_objdir'
and if you grep -r the source, you don't find your search string
in generated files.

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