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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 3 Jan 2014 14:49:44 +0100 From: Michal Marek <mmarek@...e.cz> To: Franck Bui-Huu <fbuihuu@...il.com> Cc: linux-kernel@...r.kernel.org Subject: Re: [PATCH] Fix detectition of kernel git repository in setlocalversion script [take #2] On Mon, Dec 02, 2013 at 04:34:29PM +0100, Franck Bui-Huu wrote: > setlocalversion script was testing the presence of .git directory in order to find out > if git is used as SCM to track the current kernel project. However in some cases, .git > is not a directory but can be a file: when the kernel is a git submodule part of a git > super project for example. > > This patch just fixes this by using 'git rev-parse --show-cdup' to check that the > current directory is the kernel git topdir. This has the advantage to not test and rely > on git internal infrastructure directly. > > Signed-off-by: Franck Bui-Huu <fbuihuu@...il.com> > --- > scripts/setlocalversion | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied to kbuild.git#kbuild. Michal -- 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