[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+G9fYtR4eynoMt6r313FHgEhftDobn2SE9PFiDR=7_wZNfSTQ@mail.gmail.com>
Date: Fri, 20 Mar 2020 16:53:14 +0530
From: Naresh Kamboju <naresh.kamboju@...aro.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Guenter Roeck <linux@...ck-us.net>,
open list <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Shuah Khan <shuah@...nel.org>, patches@...nelci.org,
Ben Hutchings <ben.hutchings@...ethink.co.uk>,
lkft-triage@...ts.linaro.org,
linux- stable <stable@...r.kernel.org>
Subject: Re: [PATCH 5.4 00/60] 5.4.27-rc1 review
On Fri, 20 Mar 2020 at 16:25, Greg Kroah-Hartman
<gregkh@...uxfoundation.org> wrote:
>
> On Thu, Mar 19, 2020 at 04:55:20PM -0700, Guenter Roeck wrote:
> > On 3/19/20 6:03 AM, Greg Kroah-Hartman wrote:
> > > This is the start of the stable review cycle for the 5.4.27 release.
> > > There are 60 patches in this series, all will be posted as a response
> > > to this one. If anyone has any issues with these being applied, please
> > > let me know.
> > >
> > > Responses should be made by Sat, 21 Mar 2020 12:37:04 +0000.
> > > Anything received after that time might be too late.
> > >
> >
> > Build results:
> > total: 158 pass: 158 fail: 0
> > Qemu test results:
> > total: 427 pass: 425 fail: 2
> > Failed tests:
> > mipsel64:64r6el_defconfig:notests:smp:ide:hd
> > mipsel64:64r6el_defconfig:notests:smp:ide:cd
> >
> > Building mipsel64:64r6el_defconfig:notests:smp:ide:hd ... failed
> > ------------
> > Error log:
> > arch/mips/vdso/vdso.so.dbg.raw: PIC 'jalr t9' calls are not supported
> >
> > I was unable to figure out why I only see this problem in v5.4.y.
> > The build error is easy to reproduce with gcc 9.2.0 and "64r6el_defconfig".
>
> I've dropped a bunch of mips vdso patches from 5.5 and 5.4 queues now
> and will push out new -rcs with those in them to hopefully resolve these
> issues.
amr64 and arm build failed on stable-rc 5.4 and 5.5
# make -sk KBUILD_BUILD_USER=TuxBuild -C/linux -j16 ARCH=arm64
CROSS_COMPILE=aarch64-linux-gnu- HOSTCC=gcc CC="sccache
aarch64-linux-gnu-gcc" O=build Image
#
../drivers/mmc/host/sdhci-tegra.c: In function ‘sdhci_tegra_probe’:
../drivers/mmc/host/sdhci-tegra.c:1556:21: error:
‘MMC_CAP_NEED_RSP_BUSY’ undeclared (first use in this function); did
you mean ‘MMC_CAP_NEEDS_POLL’?
1556 | host->mmc->caps |= MMC_CAP_NEED_RSP_BUSY;
| ^~~~~~~~~~~~~~~~~~~~~
| MMC_CAP_NEEDS_POLL
Powered by blists - more mailing lists