Re: [PATCH 4.14 41/80] Revert "microblaze: fix endian handling"

From: Greg Kroah-Hartman
Date: Sat Apr 28 2018 - 01:51:09 EST


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 <gregkh@xxxxxxxxxxxxxxxxxxx>
> >
> > 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