From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-f46.google.com ([209.85.160.46]:35669 "EHLO mail-pl0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751820AbeDIE3X (ORCPT ); Mon, 9 Apr 2018 00:29:23 -0400 Date: Mon, 9 Apr 2018 14:29:11 +1000 From: Nicholas Piggin To: Sasha Levin Cc: "stable@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Jeff Dike , Richard Weinberger , "user-mode-linux-devel@lists.sourceforge.net" , Masahiro Yamada Subject: Re: [PATCH AUTOSEL for 3.18 059/101] x86/um: thin archives build fix Message-ID: <20180409142911.34fe1065@roar.ozlabs.ibm.com> In-Reply-To: <20180409004042.164920-9-alexander.levin@microsoft.com> References: <20180409004042.164920-1-alexander.levin@microsoft.com> <20180409004042.164920-9-alexander.levin@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On Mon, 9 Apr 2018 00:41:22 +0000 Sasha Levin wrote: > From: Nicholas Piggin > > [ Upstream commit 827880ec260ba048f95fe646b96a205c394fa0f0 ] > > The linker does not like vdso-syms.lds in input archive files. > Make it an extra-y instead. I wouldn't say these should be needed on kernels without thin archives build. It shouldn't hurt, but no point risking stable breakage. Thanks, Nick