From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:45394 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752134AbeD1Fud (ORCPT ); Sat, 28 Apr 2018 01:50:33 -0400 Date: Sat, 28 Apr 2018 07:50:21 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, kbuild test robot , "Hao, Shun" , Arnd Bergmann , Michal Simek Subject: Re: [PATCH 4.14 41/80] Revert "microblaze: fix endian handling" Message-ID: <20180428055021.GA31162@kroah.com> References: <20180427135732.928644313@linuxfoundation.org> <20180427135735.038395432@linuxfoundation.org> <20180427162524.GA27698@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180427162524.GA27698@roeck-us.net> Sender: stable-owner@vger.kernel.org List-ID: On Fri, Apr 27, 2018 at 09:25:24AM -0700, Guenter Roeck wrote: > On Fri, Apr 27, 2018 at 03:58:34PM +0200, Greg Kroah-Hartman wrote: > > 4.14-stable review patch. If anyone has any objections, please let me know. > > > > ------------------ > > > > From: Greg Kroah-Hartman > > > > This reverts commit ac3d021048be9edb825f0794da5b42f04fefecef which is > > commit 71e7673dadfdae0605d4c1f66ecb4b045c79fe0f upstream. > > > > kbuild reports that this causes build regressions in 4.14.y, so drop it. > > > > I don't know about kbuild, but with this revert applied all Microblaze > builds fail. There are endless > > warning: #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN [-Wcpp] > > followed by > > lib/find_bit.c:185:15: error: redefinition of ‘find_next_bit_le’ > > I have to revert this revert to get successful builds. Sorry about that, yes, you are right, it needs to be dropped, and I've now done so and pushed out a -rc2 with that fixed up. thanks, greg k-h