From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: linux-next: build warning after merge of the tip tree Date: Thu, 19 Jun 2014 21:30:49 -0700 Message-ID: <53A3B8F9.1080005@zytor.com> References: <20140616115709.3fce3a2a@canb.auug.org.au> <20140620142436.385e1c10@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from terminus.zytor.com ([198.137.202.10]:39286 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932269AbaFTEbm (ORCPT ); Fri, 20 Jun 2014 00:31:42 -0400 In-Reply-To: <20140620142436.385e1c10@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell , Thomas Gleixner , Ingo Molnar , Peter Zijlstra Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Fenghua Yu On 06/19/2014 09:24 PM, Stephen Rothwell wrote: > Hi all, > > On Mon, 16 Jun 2014 11:57:09 +1000 Stephen Rothwell > wrote: >> >> After merging the tip tree, today's linux-next build (x86_64 >> allmodconfig) produced this warning: >> >> In file included from >> arch/x86/crypto/camellia_aesni_avx_glue.c:23:0: >> arch/x86/include/asm/xsave.h:73:12: warning: >> 'xsave_state_booting' defined but not used [-Wunused-function] >> static int xsave_state_booting(struct xsave_struct *fx, u64 mask) >> ^ >> >> Lots of these ... >> >> Introduced by commit adb9d526e982 ("x86/xsaves: Add xsaves and >> xrstors support for booting time"). Forgotten "inline" :-( > > Ping? > I already applied an equivalent patch from Borislav. -hpa