From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 14 May 2018 09:37:28 +0200 From: Ingo Molnar Subject: Re: [PATCH] um: remove unused vdso-syms.lds Message-ID: <20180514073728.GA19463@gmail.com> References: <1526010444-4305-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1526010444-4305-1-git-send-email-yamada.masahiro@socionext.com> Sender: linux-kernel-owner@vger.kernel.org To: Masahiro Yamada Cc: Jeff Dike , Richard Weinberger , user-mode-linux-devel@lists.sourceforge.net, Ingo Molnar , Nicholas Piggin , x86@kernel.org, "H. Peter Anvin" , user-mode-linux-user@lists.sourceforge.net, linux-kernel@vger.kernel.org, Thomas Gleixner , Philippe Ombredanne , Kate Stewart , Greg Kroah-Hartman List-ID: * Masahiro Yamada wrote: > This file contains symbol values, and was originally linked into > vmlinux, but I have no idea what it was actually used for. > > Since commit 827880ec260b ("x86/um: thin archives build fix"), it is > not even linked. Now it is completely orphan, and no problem has > been reported. It is a proof that this file was not needed in the > first place. > > Signed-off-by: Masahiro Yamada > --- > > arch/x86/um/vdso/.gitignore | 1 - > arch/x86/um/vdso/Makefile | 16 ---------------- > 2 files changed, 17 deletions(-) Acked-by: Ingo Molnar Thanks, Ingo