From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754170AbbCMKJv (ORCPT ); Fri, 13 Mar 2015 06:09:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57697 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751334AbbCMKJu (ORCPT ); Fri, 13 Mar 2015 06:09:50 -0400 Date: Fri, 13 Mar 2015 11:09:28 +0100 From: Jiri Olsa To: Andrew Morton Cc: Andi Kleen , linux-kernel@vger.kernel.org, Andi Kleen , Jiri Olsa , Arnaldo Carvalho de Melo Subject: Re: [PATCH] Fix page-flags build Message-ID: <20150313100928.GA7924@krava.brq.redhat.com> References: <1426199953-15324-1-git-send-email-andi@firstfloor.org> <20150312155439.eaaacb7d6bf72d06c7deefff@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150312155439.eaaacb7d6bf72d06c7deefff@linux-foundation.org> 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 On Thu, Mar 12, 2015 at 03:54:39PM -0700, Andrew Morton wrote: > On Thu, 12 Mar 2015 15:39:13 -0700 Andi Kleen wrote: > > > From: Andi Kleen > > > > libabikfs.a doesn't exist anymore, so we now need to link with > > libapi.a > > > > Signed-off-by: Andi Kleen > > --- > > tools/vm/Makefile | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/tools/vm/Makefile b/tools/vm/Makefile > > index ac884b6..93aadaf 100644 > > --- a/tools/vm/Makefile > > +++ b/tools/vm/Makefile > > @@ -3,7 +3,7 @@ > > TARGETS=page-types slabinfo page_owner_sort > > > > LIB_DIR = ../lib/api > > -LIBS = $(LIB_DIR)/libapikfs.a > > +LIBS = $(LIB_DIR)/libapi.a > > > > CC = $(CROSS_COMPILE)gcc > > CFLAGS = -Wall -Wextra -I../lib/ > > A bit more info would have helped! > > This appears to be a fix for 285a8f247b08c2 ("tools lib api: Rename > libapikfs.a to libapi.a"), authored by Jiri, committed by Arnaldo and > presently in linux-next. oops, sry I missed this bit.. jirka