* Re: stable-rc build: 0 warnings 7 failures (stable-rc/v3.18.90-13-g444eb56) [not found] <5a449f88.461f620a.1b6fd.4908@mx.google.com> @ 2017-12-28 8:39 ` Arnd Bergmann 2017-12-29 9:19 ` gregkh 0 siblings, 1 reply; 3+ messages in thread From: Arnd Bergmann @ 2017-12-28 8:39 UTC (permalink / raw) To: Olof's autobuilder Cc: Olof Johansson, Kernel Build Reports Mailman List, gregkh, stable, Jon Hunter, Linux Kernel Mailing List, Lee Jones On Thu, Dec 28, 2017 at 8:38 AM, Olof's autobuilder <build@lixom.net> wrote: > Here are the build results from automated periodic testing. > > The tree being built was stable-rc, found at: > > URL: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > > Branch: linux-3.18.y > > Topmost commits: > 444eb56 Linux 3.18.91-rc1 > d50e6c4 net: mvneta: clear interface link status on port disable > 52e4bc8 powerpc/perf: Dereference BHRB entries safely > > Build logs (stderr only) can be found at the following link (experimental): > > http://arm-soc.lixom.net/buildlogs/stable-rc/v3.18.90-13-g444eb56/ > > > Runtime: 37m 53s > > Passed: 125 > Failed: 7 > > Warnings: 0 > > Section mismatches: 0 > > ------------------------------------------------------------------------------- > > Failed defconfigs: > arm64.allmodconfig > arm.allmodconfig > arm.exynos_defconfig > arm.multi_lpae_defconfig > arm.multi_v7_defconfig > arm.multi_v7_nosmp_defconfig > arm.tegra_defconfig > > ------------------------------------------------------------------------------- > > Errors: > > arm64.allmodconfig: > /work/build/batch/drivers/mfd/cros_ec_spi.c:26:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token > > arm.allmodconfig: > /work/build/batch/drivers/mfd/cros_ec_spi.c:26:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token This commit evidently got messed up during backporting: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=linux-3.18.y&id=bb97b859247c491356cf7bc1d187b323ba926b7a Arnd ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: stable-rc build: 0 warnings 7 failures (stable-rc/v3.18.90-13-g444eb56) 2017-12-28 8:39 ` stable-rc build: 0 warnings 7 failures (stable-rc/v3.18.90-13-g444eb56) Arnd Bergmann @ 2017-12-29 9:19 ` gregkh 2017-12-30 15:29 ` gregkh 0 siblings, 1 reply; 3+ messages in thread From: gregkh @ 2017-12-29 9:19 UTC (permalink / raw) To: Arnd Bergmann Cc: Olof's autobuilder, Olof Johansson, Kernel Build Reports Mailman List, stable, Jon Hunter, Linux Kernel Mailing List, Lee Jones On Thu, Dec 28, 2017 at 09:39:22AM +0100, Arnd Bergmann wrote: > On Thu, Dec 28, 2017 at 8:38 AM, Olof's autobuilder <build@lixom.net> wrote: > > Here are the build results from automated periodic testing. > > > > The tree being built was stable-rc, found at: > > > > URL: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > > > > Branch: linux-3.18.y > > > > Topmost commits: > > 444eb56 Linux 3.18.91-rc1 > > d50e6c4 net: mvneta: clear interface link status on port disable > > 52e4bc8 powerpc/perf: Dereference BHRB entries safely > > > > Build logs (stderr only) can be found at the following link (experimental): > > > > http://arm-soc.lixom.net/buildlogs/stable-rc/v3.18.90-13-g444eb56/ > > > > > > Runtime: 37m 53s > > > > Passed: 125 > > Failed: 7 > > > > Warnings: 0 > > > > Section mismatches: 0 > > > > ------------------------------------------------------------------------------- > > > > Failed defconfigs: > > arm64.allmodconfig > > arm.allmodconfig > > arm.exynos_defconfig > > arm.multi_lpae_defconfig > > arm.multi_v7_defconfig > > arm.multi_v7_nosmp_defconfig > > arm.tegra_defconfig > > > > ------------------------------------------------------------------------------- > > > > Errors: > > > > arm64.allmodconfig: > > /work/build/batch/drivers/mfd/cros_ec_spi.c:26:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token > > > > arm.allmodconfig: > > /work/build/batch/drivers/mfd/cros_ec_spi.c:26:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token > > This commit evidently got messed up during backporting: > > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=linux-3.18.y&id=bb97b859247c491356cf7bc1d187b323ba926b7a Ugh, something went really wrong there, thanks, I'll look into it on Monday. greg k-h ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: stable-rc build: 0 warnings 7 failures (stable-rc/v3.18.90-13-g444eb56) 2017-12-29 9:19 ` gregkh @ 2017-12-30 15:29 ` gregkh 0 siblings, 0 replies; 3+ messages in thread From: gregkh @ 2017-12-30 15:29 UTC (permalink / raw) To: Arnd Bergmann Cc: Olof's autobuilder, Olof Johansson, Kernel Build Reports Mailman List, stable, Jon Hunter, Linux Kernel Mailing List, Lee Jones On Fri, Dec 29, 2017 at 10:19:14AM +0100, gregkh wrote: > On Thu, Dec 28, 2017 at 09:39:22AM +0100, Arnd Bergmann wrote: > > On Thu, Dec 28, 2017 at 8:38 AM, Olof's autobuilder <build@lixom.net> wrote: > > > Here are the build results from automated periodic testing. > > > > > > The tree being built was stable-rc, found at: > > > > > > URL: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > > > > > > Branch: linux-3.18.y > > > > > > Topmost commits: > > > 444eb56 Linux 3.18.91-rc1 > > > d50e6c4 net: mvneta: clear interface link status on port disable > > > 52e4bc8 powerpc/perf: Dereference BHRB entries safely > > > > > > Build logs (stderr only) can be found at the following link (experimental): > > > > > > http://arm-soc.lixom.net/buildlogs/stable-rc/v3.18.90-13-g444eb56/ > > > > > > > > > Runtime: 37m 53s > > > > > > Passed: 125 > > > Failed: 7 > > > > > > Warnings: 0 > > > > > > Section mismatches: 0 > > > > > > ------------------------------------------------------------------------------- > > > > > > Failed defconfigs: > > > arm64.allmodconfig > > > arm.allmodconfig > > > arm.exynos_defconfig > > > arm.multi_lpae_defconfig > > > arm.multi_v7_defconfig > > > arm.multi_v7_nosmp_defconfig > > > arm.tegra_defconfig > > > > > > ------------------------------------------------------------------------------- > > > > > > Errors: > > > > > > arm64.allmodconfig: > > > /work/build/batch/drivers/mfd/cros_ec_spi.c:26:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token > > > > > > arm.allmodconfig: > > > /work/build/batch/drivers/mfd/cros_ec_spi.c:26:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token > > > > This commit evidently got messed up during backporting: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=linux-3.18.y&id=bb97b859247c491356cf7bc1d187b323ba926b7a > > Ugh, something went really wrong there, thanks, I'll look into it on > Monday. Should now be fixed, thanks. greg k-h ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-12-30 15:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <5a449f88.461f620a.1b6fd.4908@mx.google.com>
2017-12-28 8:39 ` stable-rc build: 0 warnings 7 failures (stable-rc/v3.18.90-13-g444eb56) Arnd Bergmann
2017-12-29 9:19 ` gregkh
2017-12-30 15:29 ` 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).