* Re: [PATCH 5.4 000/259] 5.4.282-rc1 review
[not found] <20240815131902.779125794@linuxfoundation.org>
@ 2024-08-16 9:01 ` Anders Roxell
2024-08-16 9:52 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Anders Roxell @ 2024-08-16 9:01 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, allen.lkml, broonie,
Alexander Gordeev, linux-s390
On Thu, 15 Aug 2024 at 16:12, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 5.4.282 release.
> There are 259 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, 17 Aug 2024 13:18:17 +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/v5.x/stable-review/patch-5.4.282-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-5.4.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
The following S390 build failed on stable-rc 5.4.y with gcc-12 due
to following warnings and errors [1].
s390:
build:
* gcc-8-defconfig-fe40093d
* gcc-12-defconfig
Bisect point to deb23146ba03 ("s390/pci: fix CPU address in MSI for
directed IRQ")
as the problematic commit [ Upstream commit
a2bd4097b3ec242f4de4924db463a9c94530e03a ].
Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
Build log:
------
/builds/linux/arch/s390/pci/pci_irq.c: In function 'zpci_set_irq_affinity':
/builds/linux/arch/s390/pci/pci_irq.c:106:17: error: implicit
declaration of function 'smp_cpu_get_cpu_address'; did you mean
'device_get_mac_address'? [-Werror=implicit-function-declaration]
int cpu_addr = smp_cpu_get_cpu_address(cpumask_first(dest));
^~~~~~~~~~~~~~~~~~~~~~~
device_get_mac_address
/builds/linux/arch/s390/pci/pci_irq.c: In function 'arch_setup_msi_irqs':
/builds/linux/arch/s390/pci/pci_irq.c:298:2: error: implicit
declaration of function 'msi_for_each_desc'; did you mean
'bus_for_each_dev'? [-Werror=implicit-function-declaration]
msi_for_each_desc(msi, &pdev->dev, MSI_DESC_NOTASSOCIATED) {
^~~~~~~~~~~~~~~~~
bus_for_each_dev
/builds/linux/arch/s390/pci/pci_irq.c:298:37: error:
'MSI_DESC_NOTASSOCIATED' undeclared (first use in this function)
msi_for_each_desc(msi, &pdev->dev, MSI_DESC_NOTASSOCIATED) {
^~~~~~~~~~~~~~~~~~~~~~
/builds/linux/arch/s390/pci/pci_irq.c:298:37: note: each undeclared
identifier is reported only once for each function it appears in
/builds/linux/arch/s390/pci/pci_irq.c:298:60: error: expected ';'
before '{' token
msi_for_each_desc(msi, &pdev->dev, MSI_DESC_NOTASSOCIATED) {
^~
;
Build log link:
-------
[1] https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.4.y/build/v5.4.281-260-g95ce4659a81b/testrun/24873581/suite/build/test/gcc-12-defconfig/log
metadata:
--------
* kernel: 5.4.282-rc1
* git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
* git commit: 95ce4659a81b365646fc35fdd6678a62f8c02256
* git describe: v5.4.281-260-g95ce4659a81b
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.4.y/build/v5.4.281-260-g95ce4659a81b
* arch: s390
* toolchain: gcc-12
* config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2khPUOCfrk64PMmp7nyDUvvt9j6/config
* download_url:
https://storage.tuxsuite.com/public/linaro/lkft/builds/2khPUOCfrk64PMmp7nyDUvvt9j6/
--
Linaro LKFT
https://lkft.linaro.org
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 5.4 000/259] 5.4.282-rc1 review
2024-08-16 9:01 ` [PATCH 5.4 000/259] 5.4.282-rc1 review Anders Roxell
@ 2024-08-16 9:52 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2024-08-16 9:52 UTC (permalink / raw)
To: Anders Roxell
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, allen.lkml, broonie,
Alexander Gordeev, linux-s390
On Fri, Aug 16, 2024 at 11:01:53AM +0200, Anders Roxell wrote:
> On Thu, 15 Aug 2024 at 16:12, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 5.4.282 release.
> > There are 259 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, 17 Aug 2024 13:18:17 +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/v5.x/stable-review/patch-5.4.282-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-5.4.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
>
> The following S390 build failed on stable-rc 5.4.y with gcc-12 due
> to following warnings and errors [1].
>
> s390:
> build:
> * gcc-8-defconfig-fe40093d
> * gcc-12-defconfig
>
> Bisect point to deb23146ba03 ("s390/pci: fix CPU address in MSI for
> directed IRQ")
> as the problematic commit [ Upstream commit
> a2bd4097b3ec242f4de4924db463a9c94530e03a ].
>
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
>
> Build log:
> ------
> /builds/linux/arch/s390/pci/pci_irq.c: In function 'zpci_set_irq_affinity':
> /builds/linux/arch/s390/pci/pci_irq.c:106:17: error: implicit
> declaration of function 'smp_cpu_get_cpu_address'; did you mean
> 'device_get_mac_address'? [-Werror=implicit-function-declaration]
> int cpu_addr = smp_cpu_get_cpu_address(cpumask_first(dest));
> ^~~~~~~~~~~~~~~~~~~~~~~
> device_get_mac_address
> /builds/linux/arch/s390/pci/pci_irq.c: In function 'arch_setup_msi_irqs':
> /builds/linux/arch/s390/pci/pci_irq.c:298:2: error: implicit
> declaration of function 'msi_for_each_desc'; did you mean
> 'bus_for_each_dev'? [-Werror=implicit-function-declaration]
> msi_for_each_desc(msi, &pdev->dev, MSI_DESC_NOTASSOCIATED) {
> ^~~~~~~~~~~~~~~~~
> bus_for_each_dev
> /builds/linux/arch/s390/pci/pci_irq.c:298:37: error:
> 'MSI_DESC_NOTASSOCIATED' undeclared (first use in this function)
> msi_for_each_desc(msi, &pdev->dev, MSI_DESC_NOTASSOCIATED) {
> ^~~~~~~~~~~~~~~~~~~~~~
> /builds/linux/arch/s390/pci/pci_irq.c:298:37: note: each undeclared
> identifier is reported only once for each function it appears in
> /builds/linux/arch/s390/pci/pci_irq.c:298:60: error: expected ';'
> before '{' token
> msi_for_each_desc(msi, &pdev->dev, MSI_DESC_NOTASSOCIATED) {
> ^~
Thanks, will go drop the offending commits and push out a -rc2
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-16 9:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20240815131902.779125794@linuxfoundation.org>
2024-08-16 9:01 ` [PATCH 5.4 000/259] 5.4.282-rc1 review Anders Roxell
2024-08-16 9:52 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox