* v4.11.3 build: 0 failures 1 warnings (v4.11.3)
@ 2017-05-25 19:28 Build bot for Mark Brown
2017-05-25 20:18 ` Arnd Bergmann
0 siblings, 1 reply; 4+ messages in thread
From: Build bot for Mark Brown @ 2017-05-25 19:28 UTC (permalink / raw)
To: kernel-build-reports, linaro-kernel, stable
Tree/Branch: v4.11.3
Git describe: v4.11.3
Commit: b43ae25b70 Linux 4.11.3
Build Time: 98 min 42 sec
Passed: 10 / 10 (100.00 %)
Failed: 0 / 10 ( 0.00 %)
Errors: 0
Warnings: 1
Section Mismatches: 0
-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
1 warnings 0 mismatches : x86_64-defconfig
1 warnings 0 mismatches : arm-multi_v7_defconfig
1 warnings 0 mismatches : arm-multi_v5_defconfig
1 warnings 0 mismatches : arm64-defconfig
-------------------------------------------------------------------------------
Warnings Summary: 1
4 ../kernel/cgroup/cgroup.c:439:13: warning: 'cgroup_get' defined but not used [-Wunused-function]
===============================================================================
Detailed per-defconfig build reports below:
-------------------------------------------------------------------------------
x86_64-defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
../kernel/cgroup/cgroup.c:439:13: warning: 'cgroup_get' defined but not used [-Wunused-function]
-------------------------------------------------------------------------------
arm-multi_v7_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
../kernel/cgroup/cgroup.c:439:13: warning: 'cgroup_get' defined but not used [-Wunused-function]
-------------------------------------------------------------------------------
arm-multi_v5_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
../kernel/cgroup/cgroup.c:439:13: warning: 'cgroup_get' defined but not used [-Wunused-function]
-------------------------------------------------------------------------------
arm64-defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings:
../kernel/cgroup/cgroup.c:439:13: warning: 'cgroup_get' defined but not used [-Wunused-function]
-------------------------------------------------------------------------------
Passed with no errors, warnings or mismatches:
arm64-allnoconfig
arm64-allmodconfig
arm-allmodconfig
arm-allnoconfig
x86_64-allnoconfig
arm-multi_v4t_defconfig
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: v4.11.3 build: 0 failures 1 warnings (v4.11.3)
2017-05-25 19:28 v4.11.3 build: 0 failures 1 warnings (v4.11.3) Build bot for Mark Brown
@ 2017-05-25 20:18 ` Arnd Bergmann
2017-06-07 21:01 ` Arnd Bergmann
0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2017-05-25 20:18 UTC (permalink / raw)
To: Build bot for Mark Brown
Cc: Kernel Build Reports Mailman List, linaro-kernel, stable, gregkh
On Thu, May 25, 2017 at 9:28 PM, Build bot for Mark Brown
<broonie@kernel.org> wrote:
> -------------------------------------------------------------------------------
> defconfigs with issues (other than build errors):
> 1 warnings 0 mismatches : x86_64-defconfig
> 1 warnings 0 mismatches : arm-multi_v7_defconfig
> 1 warnings 0 mismatches : arm-multi_v5_defconfig
> 1 warnings 0 mismatches : arm64-defconfig
>
> -------------------------------------------------------------------------------
>
> Warnings Summary: 1
> 4 ../kernel/cgroup/cgroup.c:439:13: warning: 'cgroup_get' defined but not used [-Wunused-function]
Hi Greg,
please add this fix to 4.11.y:
310b4816a5d8 ("cgroup: mark cgroup_get() with __maybe_unused")
The warning was apparently introduced by the backport of
d979a39d7242 ("cgroup: duplicate cgroup reference when cloning
sockets"), which is marked as applicable to 4.5+, so we may also
need the same fix on 4.9.y once d979a39d7242 makes it in there
(today's 4.9.y build report didn't show the warning).
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: v4.11.3 build: 0 failures 1 warnings (v4.11.3)
2017-05-25 20:18 ` Arnd Bergmann
@ 2017-06-07 21:01 ` Arnd Bergmann
2017-06-12 12:39 ` gregkh
0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2017-06-07 21:01 UTC (permalink / raw)
To: Build bot for Mark Brown
Cc: Kernel Build Reports Mailman List, linaro-kernel, # 3.4.x, gregkh
On Thu, May 25, 2017 at 10:18 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Thu, May 25, 2017 at 9:28 PM, Build bot for Mark Brown
> <broonie@kernel.org> wrote:
>> -------------------------------------------------------------------------------
>> defconfigs with issues (other than build errors):
>> 1 warnings 0 mismatches : x86_64-defconfig
>> 1 warnings 0 mismatches : arm-multi_v7_defconfig
>> 1 warnings 0 mismatches : arm-multi_v5_defconfig
>> 1 warnings 0 mismatches : arm64-defconfig
>>
>> -------------------------------------------------------------------------------
>>
>> Warnings Summary: 1
>> 4 ../kernel/cgroup/cgroup.c:439:13: warning: 'cgroup_get' defined but not used [-Wunused-function]
>
> Hi Greg,
>
> please add this fix to 4.11.y:
>
> 310b4816a5d8 ("cgroup: mark cgroup_get() with __maybe_unused")
>
> The warning was apparently introduced by the backport of
> d979a39d7242 ("cgroup: duplicate cgroup reference when cloning
> sockets"), which is marked as applicable to 4.5+, so we may also
> need the same fix on 4.9.y once d979a39d7242 makes it in there
> (today's 4.9.y build report didn't show the warning).
The warning still shows up on v4.11.4.
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: v4.11.3 build: 0 failures 1 warnings (v4.11.3)
2017-06-07 21:01 ` Arnd Bergmann
@ 2017-06-12 12:39 ` gregkh
0 siblings, 0 replies; 4+ messages in thread
From: gregkh @ 2017-06-12 12:39 UTC (permalink / raw)
To: Arnd Bergmann
Cc: Build bot for Mark Brown, Kernel Build Reports Mailman List,
linaro-kernel, # 3.4.x
On Wed, Jun 07, 2017 at 11:01:24PM +0200, Arnd Bergmann wrote:
> On Thu, May 25, 2017 at 10:18 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> > On Thu, May 25, 2017 at 9:28 PM, Build bot for Mark Brown
> > <broonie@kernel.org> wrote:
> >> -------------------------------------------------------------------------------
> >> defconfigs with issues (other than build errors):
> >> 1 warnings 0 mismatches : x86_64-defconfig
> >> 1 warnings 0 mismatches : arm-multi_v7_defconfig
> >> 1 warnings 0 mismatches : arm-multi_v5_defconfig
> >> 1 warnings 0 mismatches : arm64-defconfig
> >>
> >> -------------------------------------------------------------------------------
> >>
> >> Warnings Summary: 1
> >> 4 ../kernel/cgroup/cgroup.c:439:13: warning: 'cgroup_get' defined but not used [-Wunused-function]
> >
> > Hi Greg,
> >
> > please add this fix to 4.11.y:
> >
> > 310b4816a5d8 ("cgroup: mark cgroup_get() with __maybe_unused")
> >
> > The warning was apparently introduced by the backport of
> > d979a39d7242 ("cgroup: duplicate cgroup reference when cloning
> > sockets"), which is marked as applicable to 4.5+, so we may also
> > need the same fix on 4.9.y once d979a39d7242 makes it in there
> > (today's 4.9.y build report didn't show the warning).
>
> The warning still shows up on v4.11.4.
Now queued up, thanks.
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-06-12 12:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-25 19:28 v4.11.3 build: 0 failures 1 warnings (v4.11.3) Build bot for Mark Brown
2017-05-25 20:18 ` Arnd Bergmann
2017-06-07 21:01 ` Arnd Bergmann
2017-06-12 12:39 ` gregkh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).