* v4.6.1 build: 0 failures 4 warnings (v4.6.1)
@ 2016-06-02 10:30 Build bot for Mark Brown
2016-06-02 10:41 ` Arnd Bergmann
0 siblings, 1 reply; 3+ messages in thread
From: Build bot for Mark Brown @ 2016-06-02 10:30 UTC (permalink / raw)
To: kernel-build-reports, linaro-kernel, stable
Tree/Branch: v4.6.1
Git describe: v4.6.1
Commit: d3c1ffd755 Linux 4.6.1
Build Time: 111 min 41 sec
Passed: 9 / 9 (100.00 %)
Failed: 0 / 9 ( 0.00 %)
Errors: 0
Warnings: 4
Section Mismatches: 0
-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
2 warnings 0 mismatches : arm64-allmodconfig
1 warnings 0 mismatches : arm-multi_v7_defconfig
3 warnings 0 mismatches : arm-allmodconfig
1 warnings 0 mismatches : arm64-defconfig
-------------------------------------------------------------------------------
Warnings Summary: 4
3 ../drivers/gpu/drm/msm/msm_drv.c:468:18: warning: unused variable 'kms' [-Wunused-variable]
2 ../drivers/xen/balloon.c:154:13: warning: 'release_memory_resource' declared 'static' but never defined [-Wunused-function]
1 ../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1472 bytes is larger than 1024 bytes [-Wframe-larger-than=]
1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]
===============================================================================
Detailed per-defconfig build reports below:
-------------------------------------------------------------------------------
arm64-allmodconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings:
../drivers/gpu/drm/msm/msm_drv.c:468:18: warning: unused variable 'kms' [-Wunused-variable]
../drivers/xen/balloon.c:154:13: warning: 'release_memory_resource' declared 'static' but never defined [-Wunused-function]
-------------------------------------------------------------------------------
arm-multi_v7_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
../drivers/gpu/drm/msm/msm_drv.c:468:18: warning: unused variable 'kms' [-Wunused-variable]
-------------------------------------------------------------------------------
arm-allmodconfig : PASS, 0 errors, 3 warnings, 0 section mismatches
Warnings:
../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1472 bytes is larger than 1024 bytes [-Wframe-larger-than=]
../drivers/gpu/drm/msm/msm_drv.c:468:18: warning: unused variable 'kms' [-Wunused-variable]
../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]
-------------------------------------------------------------------------------
arm64-defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
../drivers/xen/balloon.c:154:13: warning: 'release_memory_resource' declared 'static' but never defined [-Wunused-function]
-------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
x86_64-allnoconfig
arm64-allnoconfig
arm-allnoconfig
arm-multi_v5_defconfig
x86_64-defconfig
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: v4.6.1 build: 0 failures 4 warnings (v4.6.1)
2016-06-02 10:30 v4.6.1 build: 0 failures 4 warnings (v4.6.1) Build bot for Mark Brown
@ 2016-06-02 10:41 ` Arnd Bergmann
2016-06-02 15:28 ` gregkh
0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2016-06-02 10:41 UTC (permalink / raw)
To: kernel-build-reports
Cc: Build bot for Mark Brown, linaro-kernel, stable,
gregkh@linuxfoundation.org
On Thursday, June 2, 2016 11:30:41 AM CEST Build bot for Mark Brown wrote:
> Warnings Summary: 4
> 3 ../drivers/gpu/drm/msm/msm_drv.c:468:18: warning: unused variable 'kms' [-Wunused-variable]
> 2 ../drivers/xen/balloon.c:154:13: warning: 'release_memory_resource' declared 'static' but never defined [-Wunused-function]
> 1 ../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1472 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> 1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]
These are the same as the v4.4 warnings, except the first one, which
got fixed upstream with 6979cd54c066 ("drm: msm: remove unused variable").
Arnd
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: v4.6.1 build: 0 failures 4 warnings (v4.6.1)
2016-06-02 10:41 ` Arnd Bergmann
@ 2016-06-02 15:28 ` gregkh
0 siblings, 0 replies; 3+ messages in thread
From: gregkh @ 2016-06-02 15:28 UTC (permalink / raw)
To: Arnd Bergmann
Cc: kernel-build-reports, Build bot for Mark Brown, linaro-kernel,
stable
On Thu, Jun 02, 2016 at 12:41:36PM +0200, Arnd Bergmann wrote:
> On Thursday, June 2, 2016 11:30:41 AM CEST Build bot for Mark Brown wrote:
> > Warnings Summary: 4
> > 3 ../drivers/gpu/drm/msm/msm_drv.c:468:18: warning: unused variable 'kms' [-Wunused-variable]
> > 2 ../drivers/xen/balloon.c:154:13: warning: 'release_memory_resource' declared 'static' but never defined [-Wunused-function]
> > 1 ../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1472 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> > 1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]
>
> These are the same as the v4.4 warnings, except the first one, which
> got fixed upstream with 6979cd54c066 ("drm: msm: remove unused variable").
Thanks, will dig that one up and apply it.
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-06-02 15:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-02 10:30 v4.6.1 build: 0 failures 4 warnings (v4.6.1) Build bot for Mark Brown
2016-06-02 10:41 ` Arnd Bergmann
2016-06-02 15:28 ` gregkh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox