From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933669AbbBCLXl (ORCPT ); Tue, 3 Feb 2015 06:23:41 -0500 Received: from mail-wi0-f178.google.com ([209.85.212.178]:35805 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933465AbbBCLXk (ORCPT ); Tue, 3 Feb 2015 06:23:40 -0500 Date: Tue, 3 Feb 2015 12:23:35 +0100 From: Ingo Molnar To: Andy Lutomirski Cc: X86 ML , Thomas Gleixner , Andrey Skvortsov , "linux-kernel@vger.kernel.org" Subject: Re: [GIT PULL] x86/vdso for 3.20 Message-ID: <20150203112335.GB2511@gmail.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andy Lutomirski wrote: > Hi Ingo and Thomas, > > Please consider pulling this trivial fix for tip:x86/vdso. > > Thanks, > Andy > > The following changes since commit c59c961ca511dc7ee2f4f7e9c224d16f5c76ca6e: > > Merge branch 'drm-fixes' of > git://people.freedesktop.org/~airlied/linux (2015-01-27 19:12:38 > -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/luto/linux.git > tags/pr-20150201-x86-vdso > > for you to fetch changes up to 050835e9d3d6c9bd69cec2b4e67a9eb04ad5fd07: > > x86, vdso: teach 'make clean' remove vdso64 binaries (2015-01-28 > 18:44:18 -0800) > > ---------------------------------------------------------------- > x86, vdso: One trivial last-minute VDSO build improvement > > Andrey noticed that the VDSO build wasn't cleaning itself up. This > one-liner fixes it. > > ---------------------------------------------------------------- > Andrey Skvortsov (1): > x86, vdso: teach 'make clean' remove vdso64 binaries > > arch/x86/vdso/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Pulled into tip:x86/asm, thanks Andy! Ingo