Re: [PATCH 4.19 000/246] 4.19.178-rc2 review

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2 Mar 2021 at 01:19, Greg Kroah-Hartman
<gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> This is the start of the stable review cycle for the 4.19.178 release.
> There are 246 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, 03 Mar 2021 19:35:01 +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.19.178-rc2.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.19.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h


[For the record]

Results from Linaro’s test farm.
Regressions detected on 4.19.178-rc2 for below listed devices and configs.


Build error:
---------------
include/linux/icmpv6.h: In function 'icmpv6_ndo_send':
include/linux/icmpv6.h:70:2: error: implicit declaration of function
'__icmpv6_send'; did you mean 'icmpv6_send'?
[-Werror=implicit-function-declaration]
   70 |  __icmpv6_send(skb_in, type, code, info, &parm);
      |  ^~~~~~~~~~~~~
      |  icmpv6_send
cc1: some warnings being treated as errors

Summary
------------------------------------------------------------------------

kernel: 4.19.178-rc2
git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git branch: linux-4.19.y
git commit: 0e2d946bd3c89bee5a98375b218dcf9c2d3d5f50
git describe: v4.19.177-247-g0e2d946bd3c8
Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19.177-247-g0e2d946bd3c8

Regressions (compared to build v4.19.177)
------------------------------------------------------------------------

arm:
  build:
    * gcc-10-allnoconfig
    * gcc-10-axm55xx_defconfig
    * gcc-10-clps711x_defconfig
    * gcc-10-footbridge_defconfig
    * gcc-10-imx_v4_v5_defconfig
    * gcc-10-integrator_defconfig
    * gcc-10-ixp4xx_defconfig
    * gcc-10-mini2440_defconfig
    * gcc-10-mxs_defconfig
    * gcc-10-nhk8815_defconfig
    * gcc-10-orion5x_defconfig
    * gcc-10-pxa910_defconfig
    * gcc-10-s3c6400_defconfig
    * gcc-10-tinyconfig
    * gcc-10-vexpress_defconfig
    * gcc-8-allnoconfig
    * gcc-8-axm55xx_defconfig
    * gcc-8-clps711x_defconfig
    * gcc-8-footbridge_defconfig
    * gcc-8-imx_v4_v5_defconfig
    * gcc-8-integrator_defconfig
    * gcc-8-ixp4xx_defconfig
    * gcc-8-mini2440_defconfig
    * gcc-8-mxs_defconfig
    * gcc-8-nhk8815_defconfig
    * gcc-8-orion5x_defconfig
    * gcc-8-pxa910_defconfig
    * gcc-8-s3c6400_defconfig
    * gcc-8-tinyconfig
    * gcc-8-vexpress_defconfig
    * gcc-9-allnoconfig
    * gcc-9-axm55xx_defconfig
    * gcc-9-clps711x_defconfig
    * gcc-9-footbridge_defconfig
    * gcc-9-imx_v4_v5_defconfig
    * gcc-9-integrator_defconfig
    * gcc-9-ixp4xx_defconfig
    * gcc-9-mini2440_defconfig
    * gcc-9-mxs_defconfig
    * gcc-9-nhk8815_defconfig
    * gcc-9-orion5x_defconfig
    * gcc-9-pxa910_defconfig
    * gcc-9-s3c6400_defconfig
    * gcc-9-tinyconfig
    * gcc-9-vexpress_defconfig

mips:
  build:
    * gcc-10-allnoconfig
    * gcc-10-ar7_defconfig
    * gcc-10-ath79_defconfig
    * gcc-10-bcm63xx_defconfig
    * gcc-10-e55_defconfig
    * gcc-10-rt305x_defconfig
    * gcc-10-tinyconfig
    * gcc-8-allnoconfig
    * gcc-8-ar7_defconfig
    * gcc-8-ath79_defconfig
    * gcc-8-bcm63xx_defconfig
    * gcc-8-e55_defconfig
    * gcc-8-rt305x_defconfig
    * gcc-8-tinyconfig
    * gcc-9-allnoconfig
    * gcc-9-ar7_defconfig
    * gcc-9-ath79_defconfig
    * gcc-9-bcm63xx_defconfig
    * gcc-9-e55_defconfig
    * gcc-9-rt305x_defconfig
    * gcc-9-tinyconfig

qemu-arm64-kasan:
  ltp-cve-tests:
    * cve-2019-8912

sparc:
  build:
    * gcc-10-allnoconfig
    * gcc-10-tinyconfig
    * gcc-8-allnoconfig
    * gcc-8-tinyconfig
    * gcc-9-allnoconfig
    * gcc-9-tinyconfig

x86:
  build:
    * build_process

s390:
  build:
    * gcc-10-allnoconfig
    * gcc-10-tinyconfig
    * gcc-8-allnoconfig
    * gcc-8-tinyconfig
    * gcc-9-allnoconfig
    * gcc-9-tinyconfig

arm64:
  build:
    * clang-10-allnoconfig
    * clang-10-tinyconfig
    * clang-11-allnoconfig
    * clang-11-tinyconfig
    * clang-12-allnoconfig
    * clang-12-tinyconfig
    * gcc-10-allnoconfig
    * gcc-10-tinyconfig
    * gcc-8-allnoconfig
    * gcc-8-tinyconfig
    * gcc-9-allnoconfig
    * gcc-9-tinyconfig

x86_64:
  build:
    * gcc-10-allnoconfig
    * gcc-10-tinyconfig
    * gcc-8-allnoconfig
    * gcc-8-tinyconfig
    * gcc-9-allnoconfig
    * gcc-9-tinyconfig

i386:
  build:
    * gcc-10-allnoconfig
    * gcc-10-tinyconfig
    * gcc-8-allnoconfig
    * gcc-8-tinyconfig
    * gcc-9-allnoconfig
    * gcc-9-tinyconfig

Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx>


-- 
Linaro LKFT
https://lkft.linaro.org




[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux