From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:45737 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932871AbcA0Rji (ORCPT ); Wed, 27 Jan 2016 12:39:38 -0500 Date: Wed, 27 Jan 2016 09:39:37 -0800 From: Greg Kroah-Hartman To: Will Deacon Cc: Guenter Roeck , stable , Nicolas Dichtel Subject: Re: Build failures in v3.10-stable-queue, v3.14-stable-queue Message-ID: <20160127173937.GA2746@kroah.com> References: <56A8B68F.107@roeck-us.net> <20160127123125.GH2390@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160127123125.GH2390@arm.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Jan 27, 2016 at 12:31:26PM +0000, Will Deacon wrote: > On Wed, Jan 27, 2016 at 04:22:39AM -0800, Guenter Roeck wrote: > > arm64 (v3.10): > > > > arch/arm64/mm/mmu.c: In function ‘paging_init’: > > arch/arm64/mm/mmu.c:352:11: error: macro "dsb" passed 1 arguments, but takes just 0 > > dsb(ishst); > > > > Culprit is 'arm64: mm: ensure that the zero page is visible to the page table walker'. > > dsb() doesn't have an argument in v3.10. Copying Will Deacon for advice. > > You can just used dsb() instead of dsb(ishst). I should have caught that, you said so in the comments. Now fixed up, thanks. greg k-h