linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/vdso: teach 'make clean' remove vdso64 binaries
@ 2015-01-28 14:04 Andrey Skvortsov
  2015-01-29  2:44 ` Andy Lutomirski
  2015-02-04  6:00 ` [tip:x86/asm] x86, vdso: " tip-bot for Andrey Skvortsov
  0 siblings, 2 replies; 3+ messages in thread
From: Andrey Skvortsov @ 2015-01-28 14:04 UTC (permalink / raw)
  To: Andy Lutomirski, Thomas Gleixner, Ingo Molnar, H. Peter Anvin,
	x86, linux-kernel
  Cc: Andrey Skvortsov

After 'make clean' vdso64.so and vdso64.dbg.so were left in arch/x86/vdso/.

Signed-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com>
---
 arch/x86/vdso/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile
index 5a4affe..09297c8 100644
--- a/arch/x86/vdso/Makefile
+++ b/arch/x86/vdso/Makefile
@@ -205,4 +205,4 @@ $(vdso_img_insttargets): install_%: $(obj)/%.dbg $(MODLIB)/vdso FORCE
 PHONY += vdso_install $(vdso_img_insttargets)
 vdso_install: $(vdso_img_insttargets) FORCE
 
-clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80*
+clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64*
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] x86/vdso: teach 'make clean' remove vdso64 binaries
  2015-01-28 14:04 [PATCH] x86/vdso: teach 'make clean' remove vdso64 binaries Andrey Skvortsov
@ 2015-01-29  2:44 ` Andy Lutomirski
  2015-02-04  6:00 ` [tip:x86/asm] x86, vdso: " tip-bot for Andrey Skvortsov
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Lutomirski @ 2015-01-29  2:44 UTC (permalink / raw)
  To: Andrey Skvortsov
  Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, X86 ML, linux-kernel

On Wed, Jan 28, 2015 at 6:04 AM, Andrey Skvortsov
<andrej.skvortzov@gmail.com> wrote:
> After 'make clean' vdso64.so and vdso64.dbg.so were left in arch/x86/vdso/.
>
> Signed-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com>

Applied.  Thanks.

--Andy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:x86/asm] x86, vdso: teach 'make clean' remove vdso64 binaries
  2015-01-28 14:04 [PATCH] x86/vdso: teach 'make clean' remove vdso64 binaries Andrey Skvortsov
  2015-01-29  2:44 ` Andy Lutomirski
@ 2015-02-04  6:00 ` tip-bot for Andrey Skvortsov
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Andrey Skvortsov @ 2015-02-04  6:00 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: tglx, luto, linux-kernel, andrej.skvortzov, hpa, mingo

Commit-ID:  050835e9d3d6c9bd69cec2b4e67a9eb04ad5fd07
Gitweb:     http://git.kernel.org/tip/050835e9d3d6c9bd69cec2b4e67a9eb04ad5fd07
Author:     Andrey Skvortsov <andrej.skvortzov@gmail.com>
AuthorDate: Wed, 28 Jan 2015 17:04:27 +0300
Committer:  Andy Lutomirski <luto@amacapital.net>
CommitDate: Wed, 28 Jan 2015 18:44:18 -0800

x86, vdso: teach 'make clean' remove vdso64 binaries

After 'make clean' vdso64.so and vdso64.dbg.so were left in arch/x86/vdso/.

Link: http://lkml.kernel.org/r/1422453867-17326-1-git-send-email-andrej.skvortzov@gmail.com
Signed-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com>
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
---
 arch/x86/vdso/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/vdso/Makefile b/arch/x86/vdso/Makefile
index 5a4affe..09297c8 100644
--- a/arch/x86/vdso/Makefile
+++ b/arch/x86/vdso/Makefile
@@ -205,4 +205,4 @@ $(vdso_img_insttargets): install_%: $(obj)/%.dbg $(MODLIB)/vdso FORCE
 PHONY += vdso_install $(vdso_img_insttargets)
 vdso_install: $(vdso_img_insttargets) FORCE
 
-clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80*
+clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80* vdso64*

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-04  6:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28 14:04 [PATCH] x86/vdso: teach 'make clean' remove vdso64 binaries Andrey Skvortsov
2015-01-29  2:44 ` Andy Lutomirski
2015-02-04  6:00 ` [tip:x86/asm] x86, vdso: " tip-bot for Andrey Skvortsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).