[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+G9fYvPfpq+ptuzEW7S4S3o_vGxVGus4n0xAFxLoMzaH+Jnxw@mail.gmail.com>
Date: Tue, 25 Jan 2022 17:42:18 +0530
From: Naresh Kamboju <naresh.kamboju@...aro.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Christian Gmeiner <christian.gmeiner@...il.com>,
Dan Carpenter <dan.carpenter@...cle.com>,
Lucas Stach <l.stach@...gutronix.de>
Cc: linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, linux@...ck-us.net, shuah@...nel.org,
patches@...nelci.org, lkft-triage@...ts.linaro.org, pavel@...x.de,
jonathanh@...dia.com, f.fainelli@...il.com,
sudipm.mukherjee@...il.com, stable@...r.kernel.org
Subject: Re: [PATCH 4.14 000/186] 4.14.263-rc1 review
On Tue, 25 Jan 2022 at 16:58, Naresh Kamboju <naresh.kamboju@...aro.org> wrote:
>
> On Tue, 25 Jan 2022 at 00:34, Greg Kroah-Hartman
> <gregkh@...uxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 4.14.263 release.
> > There are 186 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 Wed, 26 Jan 2022 18:39:11 +0000.
> > Anything received after that time might be too late.
> >
> > The whole patch series can be found in one patch at:
> > https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.263-rc1.gz
> > or in the git tree and branch at:
> > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
>
> Following patch caused build failures on arm imx_v6_v7_defconfig
>
> > Lucas Stach <l.stach@...gutronix.de>
> > drm/etnaviv: limit submit sizes
The following patch might be missing,
commit 05916bed11b6d4c61b473a76220151a7d0547164
Christian Gmeiner <christian.gmeiner@...il.com>
drm/etnaviv: add uapi for perfmon feature
>
> build/clang-nightly-imx_v6_v7_defconfig
> build/gcc-11-imx_v6_v7_defconfig
> build/gcc-10-imx_v6_v7_defconfig
> build/clang-11-imx_v6_v7_defconfig
> build/clang-12-imx_v6_v7_defconfig
> build/clang-13-imx_v6_v7_defconfig
>
> Error:
> -------
> make --silent --keep-going --jobs=8 ARCH=arm
> CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache
> arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc'
>
> drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c: In function
> 'etnaviv_ioctl_gem_submit':
> drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c:345:37: error: 'struct
> drm_etnaviv_gem_submit' has no member named 'nr_pmrs'; did you mean
> 'nr_bos'?
> args->nr_bos > SZ_64K || args->nr_pmrs > 128) {
> ^~~~~~~
> nr_bos
> make[5]: *** [scripts/Makefile.build:329:
> drivers/gpu/drm/etnaviv/etnaviv_gem_submit.o] Error 1
>
> Reported-by: Linux Kernel Functional Testing <lkft@...aro.org>
>
> --
> Linaro LKFT
> https://lkft.linaro.org
Powered by blists - more mailing lists