Summary ------------------------------------------------------------------------
kernel: 4.19.82-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.19.y git commit: 7d816e1d91b01911392b7f8f93a4a153b9af60d3 git describe: v4.19.81-145-g7d816e1d91b0 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.19-oe-sanity/build/v4.1...
Regressions (compared to build v4.19.81-114-g7db85d223311) ------------------------------------------------------------------------
x15 - arm: build: * build_process
i386: build: * build_process
x86_64: build: * build_process
No fixes (compared to build v4.19.81-114-g7db85d223311)
Boards, architectures and test suites: -------------------------------------
dragonboard-410c * build - fail: 1,
hi6220-hikey * build - fail: 1,
i386 * build - fail: 1,
juno-r2 - arm64 * build - fail: 1,
x15 - arm * build - fail: 1,
x86_64 * build - fail: 1,
On Mon, Nov 04, 2019 at 12:12:06PM +0000, Linaro QA wrote:
Summary
kernel: 4.19.82-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.19.y git commit: 7d816e1d91b01911392b7f8f93a4a153b9af60d3 git describe: v4.19.81-145-g7d816e1d91b0 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.19-oe-sanity/build/v4.1...
Regressions (compared to build v4.19.81-114-g7db85d223311)
x15 - arm: build: * build_process
i386: build: * build_process
x86_64: build: * build_process
Any hint as to what broke?
There are two reasons for build failure on arm64, arm, x86_64 and i386.
For arm64 we have identified missing patch, Patch "efd00c7 arm64: Add MIDR encoding for HiSilicon Taishan CPUs" needs to be bacported as well,
for arm, x86_64 and i386 build error log, ------------------------------------
net/ipv6/addrconf.c: In function 'addrconf_init': net/ipv6/addrconf.c:6747:22: error: 'blackhole_netdev' undeclared (first use in this function); did you mean 'alloc_netdev'? bdev = ipv6_add_dev(blackhole_netdev); ^~~~~~~~~~~~~~~~ alloc_netdev net/ipv6/addrconf.c:6747:22: note: each undeclared identifier is reported only once for each function it appears in net/ipv6/addrconf.c: In function 'addrconf_cleanup': net/ipv6/addrconf.c:6839:18: error: 'blackhole_netdev' undeclared (first use in this function); did you mean 'alloc_netdev'? addrconf_ifdown(blackhole_netdev, 2); ^~~~~~~~~~~~~~~~ alloc_netdev
For arm64 build error log, --------------------------------------- arch/arm64/kernel/cpufeature.c: In function 'unmap_kernel_at_el0': arch/arm64/kernel/cpufeature.c:909:21: error: 'MIDR_HISI_TSV110' undeclared (first use in this function); did you mean 'GICR_ISACTIVER0'? MIDR_ALL_VERSIONS(MIDR_HISI_TSV110), ^ arch/arm64/include/asm/cputype.h:141:12: note: in definition of macro 'MIDR_RANGE' .model = m, \ ^
Meta data: ------------------------------------------------------------------------ kernel: 4.19.82-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.19.y git commit: 7d816e1d91b01911392b7f8f93a4a153b9af60d3 git describe: v4.19.81-145-g7d816e1d91b0 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.19-oe-sanity/build/v4.1...
- Naresh
Hi Greg,
On Mon, 4 Nov 2019 at 17:52, Greg KH gregkh@linuxfoundation.org wrote:
On Mon, Nov 04, 2019 at 12:12:06PM +0000, Linaro QA wrote:
Summary
kernel: 4.19.82-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.19.y git commit: 7d816e1d91b01911392b7f8f93a4a153b9af60d3 git describe: v4.19.81-145-g7d816e1d91b0 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.19-oe-sanity/build/v4.1...
Regressions (compared to build v4.19.81-114-g7db85d223311)
x15 - arm: build: * build_process
i386: build: * build_process
x86_64: build: * build_process
Any hint as to what broke?
Reporte on other email thread on mailing list. https://www.spinics.net/lists/stable/msg337693.html
FYI,
There are two reasons for build failure on arm64, arm, x86_64 and i386. For arm64 we have identified missing patch, Patch "efd00c7 arm64: Add MIDR encoding for HiSilicon Taishan CPUs" needs to be bacported as well,
for x86_64 build error log, ------------------------------------
net/ipv6/addrconf.c: In function 'addrconf_init': net/ipv6/addrconf.c:6747:22: error: 'blackhole_netdev' undeclared (first use in this function); did you mean 'alloc_netdev'? bdev = ipv6_add_dev(blackhole_netdev); ^~~~~~~~~~~~~~~~ alloc_netdev net/ipv6/addrconf.c:6747:22: note: each undeclared identifier is reported only once for each function it appears in net/ipv6/addrconf.c: In function 'addrconf_cleanup': net/ipv6/addrconf.c:6839:18: error: 'blackhole_netdev' undeclared (first use in this function); did you mean 'alloc_netdev'? addrconf_ifdown(blackhole_netdev, 2); ^~~~~~~~~~~~~~~~ alloc_netdev
For arm64 build error log, --------------------------------------- arch/arm64/kernel/cpufeature.c: In function 'unmap_kernel_at_el0': arch/arm64/kernel/cpufeature.c:909:21: error: 'MIDR_HISI_TSV110' undeclared (first use in this function); did you mean 'GICR_ISACTIVER0'? MIDR_ALL_VERSIONS(MIDR_HISI_TSV110), ^ arch/arm64/include/asm/cputype.h:141:12: note: in definition of macro 'MIDR_RANGE' .model = m, \ ^
On Mon, Nov 04, 2019 at 06:55:34PM +0530, Naresh Kamboju wrote:
Hi Greg,
On Mon, 4 Nov 2019 at 17:52, Greg KH gregkh@linuxfoundation.org wrote:
On Mon, Nov 04, 2019 at 12:12:06PM +0000, Linaro QA wrote:
Summary
kernel: 4.19.82-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.19.y git commit: 7d816e1d91b01911392b7f8f93a4a153b9af60d3 git describe: v4.19.81-145-g7d816e1d91b0 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.19-oe-sanity/build/v4.1...
Regressions (compared to build v4.19.81-114-g7db85d223311)
x15 - arm: build: * build_process
i386: build: * build_process
x86_64: build: * build_process
Any hint as to what broke?
Reporte on other email thread on mailing list. https://www.spinics.net/lists/stable/msg337693.html
FYI,
There are two reasons for build failure on arm64, arm, x86_64 and i386. For arm64 we have identified missing patch, Patch "efd00c7 arm64: Add MIDR encoding for HiSilicon Taishan CPUs" needs to be bacported as well,
for x86_64 build error log,
net/ipv6/addrconf.c: In function 'addrconf_init': net/ipv6/addrconf.c:6747:22: error: 'blackhole_netdev' undeclared (first use in this function); did you mean 'alloc_netdev'? bdev = ipv6_add_dev(blackhole_netdev); ^~~~~~~~~~~~~~~~ alloc_netdev net/ipv6/addrconf.c:6747:22: note: each undeclared identifier is reported only once for each function it appears in net/ipv6/addrconf.c: In function 'addrconf_cleanup': net/ipv6/addrconf.c:6839:18: error: 'blackhole_netdev' undeclared (first use in this function); did you mean 'alloc_netdev'? addrconf_ifdown(blackhole_netdev, 2); ^~~~~~~~~~~~~~~~ alloc_netdev
Now fixed this one, sorry.
For arm64 build error log,
arch/arm64/kernel/cpufeature.c: In function 'unmap_kernel_at_el0': arch/arm64/kernel/cpufeature.c:909:21: error: 'MIDR_HISI_TSV110' undeclared (first use in this function); did you mean 'GICR_ISACTIVER0'? MIDR_ALL_VERSIONS(MIDR_HISI_TSV110), ^ arch/arm64/include/asm/cputype.h:141:12: note: in definition of macro 'MIDR_RANGE' .model = m, \ ^
Ah, it's been reported, someone is backporting a fix for it...
thanks,
greg k-h
On Mon, Nov 04, 2019 at 02:38:29PM +0100, Greg KH wrote:
On Mon, Nov 04, 2019 at 06:55:34PM +0530, Naresh Kamboju wrote:
Hi Greg,
On Mon, 4 Nov 2019 at 17:52, Greg KH gregkh@linuxfoundation.org wrote:
On Mon, Nov 04, 2019 at 12:12:06PM +0000, Linaro QA wrote:
Summary
kernel: 4.19.82-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.19.y git commit: 7d816e1d91b01911392b7f8f93a4a153b9af60d3 git describe: v4.19.81-145-g7d816e1d91b0 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.19-oe-sanity/build/v4.1...
Regressions (compared to build v4.19.81-114-g7db85d223311)
x15 - arm: build: * build_process
i386: build: * build_process
x86_64: build: * build_process
Any hint as to what broke?
Reporte on other email thread on mailing list. https://www.spinics.net/lists/stable/msg337693.html
FYI,
There are two reasons for build failure on arm64, arm, x86_64 and i386. For arm64 we have identified missing patch, Patch "efd00c7 arm64: Add MIDR encoding for HiSilicon Taishan CPUs" needs to be bacported as well,
for x86_64 build error log,
net/ipv6/addrconf.c: In function 'addrconf_init': net/ipv6/addrconf.c:6747:22: error: 'blackhole_netdev' undeclared (first use in this function); did you mean 'alloc_netdev'? bdev = ipv6_add_dev(blackhole_netdev); ^~~~~~~~~~~~~~~~ alloc_netdev net/ipv6/addrconf.c:6747:22: note: each undeclared identifier is reported only once for each function it appears in net/ipv6/addrconf.c: In function 'addrconf_cleanup': net/ipv6/addrconf.c:6839:18: error: 'blackhole_netdev' undeclared (first use in this function); did you mean 'alloc_netdev'? addrconf_ifdown(blackhole_netdev, 2); ^~~~~~~~~~~~~~~~ alloc_netdev
Now fixed this one, sorry.
For arm64 build error log,
arch/arm64/kernel/cpufeature.c: In function 'unmap_kernel_at_el0': arch/arm64/kernel/cpufeature.c:909:21: error: 'MIDR_HISI_TSV110' undeclared (first use in this function); did you mean 'GICR_ISACTIVER0'? MIDR_ALL_VERSIONS(MIDR_HISI_TSV110), ^ arch/arm64/include/asm/cputype.h:141:12: note: in definition of macro 'MIDR_RANGE' .model = m, \ ^
Ah, it's been reported, someone is backporting a fix for it...
This should now be resolved as well, thanks for the report.
greg k-h