Re: stable-3.0: s390 build breakage [was: Linux 3.0.24]

From: Willy Tarreau
Date: Thu Mar 15 2012 - 12:46:24 EST


On Thu, Mar 15, 2012 at 08:09:47AM -0700, Greg KH wrote:
> On Thu, Mar 15, 2012 at 11:48:49AM +0100, Jiri Slaby wrote:
> > On 03/12/2012 09:34 PM, Greg KH wrote:
> > > I'm announcing the release of the 3.0.24 kernel.
> > ...
> > > Heiko Carstens (1): compat: fix compile breakage on s390
> >
> > It looks like we need the same fix as for 2.6.32.59:
> > arch/s390/kernel/setup.c: In function 'setup_addressing_mode':
> > arch/s390/kernel/setup.c:328: error: 'PSW32_ASC_PRIMARY' undeclared
> > (first use in this function)
> > arch/s390/kernel/setup.c:328: error: (Each undeclared identifier is
> > reported only once
> > arch/s390/kernel/setup.c:328: error: for each function it appears in.)
>
> Ick. What is the patch that should be applied here to resolve this? I
> don't remember seeing it go by, but I could have missed it.

Here's the one-liner Heiko sent to me against this issue.

Willy