Re: [PATCH 6.1 000/798] 6.1.113-rc1 review

From: Greg Kroah-Hartman
Date: Tue Oct 15 2024 - 07:14:51 EST


On Tue, Oct 15, 2024 at 11:50:13AM +0200, Heiko Carstens wrote:
> On Tue, Oct 15, 2024 at 02:23:32PM +0530, Naresh Kamboju wrote:
> > On Mon, 14 Oct 2024 at 20:20, Greg Kroah-Hartman
> > Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx>
> >
> > The bisection pointing to,
> > 73e9443b9ea8d5a1b9b87c4988acc3daae363832
> > s390/traps: Handle early warnings gracefully
> > [ Upstream commit 3c4d0ae0671827f4b536cc2d26f8b9c54584ccc5 ]
> >
> >
> > Build log:
> > -------
> > arch/s390/kernel/early.c: In function '__do_early_pgm_check':
> > arch/s390/kernel/early.c:154:30: error: implicit declaration of
> > function 'get_lowcore'; did you mean 'S390_lowcore'?
> > [-Werror=implicit-function-declaration]
> > 154 | struct lowcore *lc = get_lowcore();
> > | ^~~~~~~~~~~
> > | S390_lowcore
> > arch/s390/kernel/early.c:154:30: warning: initialization of 'struct
> > lowcore *' from 'int' makes pointer from integer without a cast
> > [-Wint-conversion]
> > cc1: some warnings being treated as errors
>
> Same here, please drop this patch.
>

Now dropped from 6.1.y and 6.6.y, thanks!

greg k-h