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-next>] [day] [month] [year] [list]
Date:	Fri, 2 May 2008 17:16:02 +0200
From:	Bart Van Assche <bart.vanassche@...il.com>
To:	Jesper Juhl <trivial@...nel.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH 2.6.25.1] Suppress more generated files via Documentation/dontdiff

Can the patch below please be reviewed ? Last time I ran diff over two kernel 
trees I noted that several generated files were included in the diff. The 
patch below suppresses these generated files (modules.order, timeconst.h and 
several vdso* and vdso32* files).

Signed-off-by: bart.vanassche@...il.com

--- orig/linux-2.6.25.1/Documentation/dontdiff  2008-05-01 23:45:25.000000000 
+0200
+++ linux-2.6.25.1/Documentation/dontdiff       2008-05-02 15:43:51.000000000 
+0200
@@ -142,6 +142,7 @@ mkprep
 mktables
 mktree
 modpost
+modules.order
 modversions.h*
 offset.h
 offsets.h
@@ -173,10 +174,11 @@ split-include
 tags
 tftpboot.img
 times.h*
+timeconst.h
 tkparse
 trix_boot.h
 utsrelease.h*
-vdso.lds
+vdso*[^Sch]
 version.h*
 vmlinux
 vmlinux-*
--
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