From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Pitre Subject: Re: linux-next: build warning after merge of the arm tree Date: Tue, 28 Nov 2017 18:38:31 -0500 (EST) Message-ID: References: <20171129101637.1e4c7af3@canb.auug.org.au> <20171128233119.GA19925@flint.armlinux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mail-qk0-f194.google.com ([209.85.220.194]:34343 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753347AbdK1Xie (ORCPT ); Tue, 28 Nov 2017 18:38:34 -0500 Received: by mail-qk0-f194.google.com with SMTP id d66so2224378qkg.1 for ; Tue, 28 Nov 2017 15:38:33 -0800 (PST) In-Reply-To: <20171128233119.GA19925@flint.armlinux.org.uk> Sender: linux-next-owner@vger.kernel.org List-ID: To: Russell King Cc: Stephen Rothwell , Linux-Next Mailing List , Linux Kernel Mailing List , Robin Murphy On Tue, 28 Nov 2017, Russell King wrote: > On Wed, Nov 29, 2017 at 10:16:37AM +1100, Stephen Rothwell wrote: > > Hi Russell, > > > > After merging the arm tree, today's linux-next build (arm > > multi_v7_defconfig) produced this warning: > > > > arch/arm/vfp/vfphw.S: Assembler messages: > > arch/arm/vfp/vfphw.S:158: Warning: conditional infixes are deprecated in unified syntax > > arch/arm/vfp/vfphw.S:233: Warning: conditional infixes are deprecated in unified syntax > > arch/arm/kernel/entry-common.S: Assembler messages: > > arch/arm/kernel/entry-common.S:285: Warning: conditional infixes are deprecated in unified syntax > > arch/arm/kernel/entry-common.S:286: Warning: conditional infixes are deprecated in unified syntax > > arch/arm/kernel/entry-common.S:365: Warning: conditional infixes are deprecated in unified syntax > > > > And many more similar. > > > > Presumably introduced by commit > > > > cabcafe5d1a5 ("ARM: 8723/1: always assume the "unified" syntax for assembly code") > > Well, I seem to be missing all results from the various kernel build > systems, so I've no idea what's going on with those - although kernelci > has sent me boot results with no build results... our test systems > seem to be unreliable. > > Dropping Nicolas' commit, there's obviously something wrong with it > somewhere. Nicolas, can you reproduce these problems? I'll investigate right away. Nicolas