From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wCYFN4S07zDqBN for ; Wed, 26 Apr 2017 18:31:04 +1000 (AEST) Date: Wed, 26 Apr 2017 10:30:55 +0200 From: gregkh To: Michael Ellerman Cc: Arnd Bergmann , Olof's autobuilder , Olof Johansson , kernel-build-reports@lists.linaro.org, Oliver O'Halloran , linuxppc-dev@lists.ozlabs.org Subject: Re: stable-rc build: 0 warnings 2 failures (stable-rc/v4.4.63-29-ge636782) Message-ID: <20170426083055.GC13175@kroah.com> References: <58ff8298.11c7620a.8183e.652d@mx.google.com> <87r30f2270.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <87r30f2270.fsf@concordia.ellerman.id.au> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Apr 26, 2017 at 03:00:19PM +1000, Michael Ellerman wrote: > Arnd Bergmann writes: > > > On Tue, Apr 25, 2017 at 7:08 PM, Olof's autobuilder wrote: > >> > >> Failed defconfigs: > >> powerpc.pasemi_defconfig > >> powerpc.ppc64_defconfig > >> > >> ------------------------------------------------------------------------------- > >> > >> Errors: > >> > >> /work/build/batch/arch/powerpc/kernel/misc_64.S:72: Error: .localentry expression for `flush_icache_range' does not evaluate to a constant > > > > This is a regression in 4.4-stable-rc, caused by the backport of commit > > 8f5f525d5b83f7d7 ("powerpc/64: Fix flush_(d|i)cache_range() called from > > modules"). > > > > The patch was also backported into v4.9-stable-rc, but did not cause > > problems there. The fixes tag suggests that the patch is needed on > > every version from 3.16 up, but apparently the fix needs to be a little > > different compared to newer kernels. > > Yeah, the auto-backport failed, and then I sent a version for 4.4 which > fixed the bug but broke other configs (big endian). > > I've asked Greg to drop it for now. It's now dropped, thanks. greg k-h