LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] x86/vdso: remove unused file
@ 2018-05-04 17:59 Jann Horn
2018-05-06 10:28 ` [tip:x86/vdso] x86/vdso: Remove " tip-bot for Jann Horn
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Jann Horn @ 2018-05-04 17:59 UTC (permalink / raw)
To: luto, tglx, mingo, hpa, x86, linux-kernel, jannh; +Cc: linux-kernel
commit da861e18eccc ("x86, vdso: Get rid of the fake section mechanism")
left this file behind; nothing is using it anymore.
Signed-off-by: Jann Horn <jannh@google.com>
---
arch/x86/entry/vdso/vdso32/vdso-fakesections.c | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 arch/x86/entry/vdso/vdso32/vdso-fakesections.c
diff --git a/arch/x86/entry/vdso/vdso32/vdso-fakesections.c b/arch/x86/entry/vdso/vdso32/vdso-fakesections.c
deleted file mode 100644
index 541468e25265..000000000000
--- a/arch/x86/entry/vdso/vdso32/vdso-fakesections.c
+++ /dev/null
@@ -1 +0,0 @@
-#include "../vdso-fakesections.c"
--
2.17.0.441.gb46fe60e1d-goog
^ permalink raw reply [flat|nested] 4+ messages in thread
* [tip:x86/vdso] x86/vdso: Remove unused file
2018-05-04 17:59 [PATCH] x86/vdso: remove unused file Jann Horn
@ 2018-05-06 10:28 ` tip-bot for Jann Horn
2018-05-06 12:13 ` [tip:x86/pti] " tip-bot for Jann Horn
2018-05-07 4:04 ` [PATCH] x86/vdso: remove " Andy Lutomirski
2 siblings, 0 replies; 4+ messages in thread
From: tip-bot for Jann Horn @ 2018-05-06 10:28 UTC (permalink / raw)
To: linux-tip-commits; +Cc: jannh, linux-kernel, hpa, mingo, tglx
Commit-ID: f2173356e26c4da2ddecf9bf3d58a6a2ff56b11d
Gitweb: https://git.kernel.org/tip/f2173356e26c4da2ddecf9bf3d58a6a2ff56b11d
Author: Jann Horn <jannh@google.com>
AuthorDate: Fri, 4 May 2018 19:59:35 +0200
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Sun, 6 May 2018 12:22:31 +0200
x86/vdso: Remove unused file
commit da861e18eccc ("x86, vdso: Get rid of the fake section mechanism")
left this file behind; nothing is using it anymore.
Signed-off-by: Jann Horn <jannh@google.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: hpa@zytor.com
Cc: luto@amacapital.net
Link: https://lkml.kernel.org/r/20180504175935.104085-1-jannh@google.com
---
arch/x86/entry/vdso/vdso32/vdso-fakesections.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/entry/vdso/vdso32/vdso-fakesections.c b/arch/x86/entry/vdso/vdso32/vdso-fakesections.c
deleted file mode 100644
index 541468e25265..000000000000
--- a/arch/x86/entry/vdso/vdso32/vdso-fakesections.c
+++ /dev/null
@@ -1 +0,0 @@
-#include "../vdso-fakesections.c"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [tip:x86/pti] x86/vdso: Remove unused file
2018-05-04 17:59 [PATCH] x86/vdso: remove unused file Jann Horn
2018-05-06 10:28 ` [tip:x86/vdso] x86/vdso: Remove " tip-bot for Jann Horn
@ 2018-05-06 12:13 ` tip-bot for Jann Horn
2018-05-07 4:04 ` [PATCH] x86/vdso: remove " Andy Lutomirski
2 siblings, 0 replies; 4+ messages in thread
From: tip-bot for Jann Horn @ 2018-05-06 12:13 UTC (permalink / raw)
To: linux-tip-commits; +Cc: torvalds, hpa, jannh, mingo, linux-kernel, tglx, peterz
Commit-ID: e0f6d1a526b6adfa9ca3b336b83ece0eed345033
Gitweb: https://git.kernel.org/tip/e0f6d1a526b6adfa9ca3b336b83ece0eed345033
Author: Jann Horn <jannh@google.com>
AuthorDate: Fri, 4 May 2018 19:59:35 +0200
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Sat, 5 May 2018 09:02:36 +0200
x86/vdso: Remove unused file
commit da861e18eccc ("x86, vdso: Get rid of the fake section mechanism")
left this file behind; nothing is using it anymore.
Signed-off-by: Jann Horn <jannh@google.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: luto@amacapital.net
Link: http://lkml.kernel.org/r/20180504175935.104085-1-jannh@google.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
arch/x86/entry/vdso/vdso32/vdso-fakesections.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/entry/vdso/vdso32/vdso-fakesections.c b/arch/x86/entry/vdso/vdso32/vdso-fakesections.c
deleted file mode 100644
index 541468e25265..000000000000
--- a/arch/x86/entry/vdso/vdso32/vdso-fakesections.c
+++ /dev/null
@@ -1 +0,0 @@
-#include "../vdso-fakesections.c"
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] x86/vdso: remove unused file
2018-05-04 17:59 [PATCH] x86/vdso: remove unused file Jann Horn
2018-05-06 10:28 ` [tip:x86/vdso] x86/vdso: Remove " tip-bot for Jann Horn
2018-05-06 12:13 ` [tip:x86/pti] " tip-bot for Jann Horn
@ 2018-05-07 4:04 ` Andy Lutomirski
2 siblings, 0 replies; 4+ messages in thread
From: Andy Lutomirski @ 2018-05-07 4:04 UTC (permalink / raw)
To: Jann Horn; +Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, X86 ML, LKML
On Fri, May 4, 2018 at 10:59 AM Jann Horn <jannh@google.com> wrote:
> commit da861e18eccc ("x86, vdso: Get rid of the fake section mechanism")
> left this file behind; nothing is using it anymore.
Acked-by: Andy Lutomirski <luto@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-05-07 4:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-04 17:59 [PATCH] x86/vdso: remove unused file Jann Horn
2018-05-06 10:28 ` [tip:x86/vdso] x86/vdso: Remove " tip-bot for Jann Horn
2018-05-06 12:13 ` [tip:x86/pti] " tip-bot for Jann Horn
2018-05-07 4:04 ` [PATCH] x86/vdso: remove " Andy Lutomirski
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).