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:	Thu, 19 Feb 2015 11:13:11 +0900
From:	Magnus Damm <magnus.damm@...il.com>
To:	luto@...capital.net
Cc:	linux-sh@...r.kernel.org, x86@...nel.org,
	linux-kernel@...r.kernel.org, mingo@...hat.com, hpa@...or.com,
	Magnus Damm <magnus.damm@...il.com>, tglx@...utronix.de
Subject: [PATCH] x86/vdso: Remove all generated files during clean

From: Magnus Damm <damm+renesas@...nsource.se>

Make sure the following files are removed as expected during "make clean":
 + arch/x86/vdso/vdso-image-32-int80.c
 + arch/x86/vdso/vdso-image-32-syscall.c
 + arch/x86/vdso/vdso-image-32-sysenter.c
 + arch/x86/vdso/vdso-image-64.c

Signed-off-by: Magnus Damm <damm+renesas@...nsource.se>
---

 arch/x86/vdso/Makefile |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- 0001/arch/x86/vdso/Makefile
+++ work/arch/x86/vdso/Makefile	2015-02-19 10:50:15.975470639 +0900
@@ -1,3 +1,4 @@
+
 #
 # Building vDSO images for x86.
 #
@@ -206,4 +207,5 @@ $(vdso_img_insttargets): install_%: $(ob
 PHONY += vdso_install $(vdso_img_insttargets)
 vdso_install: $(vdso_img_insttargets) FORCE
 
-clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64*
+clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64* \
+               vdso-image-32* vdso-image-64*
--
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