public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: stable-rc/linux-4.9.y build: 203 builds: 12 failed, 191 passed, 12 errors, 4 warnings (v4.9.31-86-gaa17912d6233)
       [not found] <593e69f1.43861c0a.cc659.3d3c@mx.google.com>
@ 2017-06-12 11:18 ` Arnd Bergmann
  2017-06-12 11:33   ` gregkh
  2017-06-12 12:01   ` gregkh
  0 siblings, 2 replies; 3+ messages in thread
From: Arnd Bergmann @ 2017-06-12 11:18 UTC (permalink / raw)
  To: kernelci.org bot
  Cc: Tom Gall, Sumit Semwal, Amit Pundir, Arnd Bergmann, Anmar Oueja,
	Al Viro, gregkh, Linux Kernel Mailing List

On Mon, Jun 12, 2017 at 12:16 PM, kernelci.org bot <bot@kernelci.org> wrote:
> stable-rc/linux-4.9.y build: 203 builds: 12 failed, 191 passed, 12 errors, 4 warnings (v4.9.31-86-gaa17912d6233)
>
> Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.9.y/kernel/v4.9.31-86-gaa17912d6233/
>
> Tree: stable-rc
> Branch: linux-4.9.y
> Git Describe: v4.9.31-86-gaa17912d6233
> Git Commit: aa17912d62333ce082f4fbf7b1727b7ff7694e79
> Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
> Built: 4 unique architectures
>
> Build Failures Detected:
>
> mips:    gcc version 6.3.0 (GCC)
>
>     decstation_defconfig: FAIL
>     defconfig+CONFIG_LKDTM=y: FAIL
>     ip22_defconfig: FAIL
>     jazz_defconfig: FAIL
>     malta_defconfig: FAIL
>     malta_kvm_defconfig: FAIL
>     malta_kvm_guest_defconfig: FAIL
>     maltaup_xpa_defconfig: FAIL
>     nlm_xlp_defconfig: FAIL
>     nlm_xlr_defconfig: FAIL
>     rm200_defconfig: FAIL
>
> x86:    gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
>
>     allmodconfig+CONFIG_OF=n: FAIL
>

> Errors summary:
>
>      12  fs/ufs/balloc.c:501:26: error: implicit declaration of function 'i_blocksize' [-Werror=implicit-function-declaration]

Caused by the backport of eb315d2ae614 ("ufs: restore maintaining ->i_blocks"):
We also need a backport of 93407472a21b ("fs: add i_blocksize()")
to address this, at least the hunk in include/linux/fs.h.

        Arnd

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: stable-rc/linux-4.9.y build: 203 builds: 12 failed, 191 passed, 12 errors, 4 warnings (v4.9.31-86-gaa17912d6233)
  2017-06-12 11:18 ` stable-rc/linux-4.9.y build: 203 builds: 12 failed, 191 passed, 12 errors, 4 warnings (v4.9.31-86-gaa17912d6233) Arnd Bergmann
@ 2017-06-12 11:33   ` gregkh
  2017-06-12 12:01   ` gregkh
  1 sibling, 0 replies; 3+ messages in thread
From: gregkh @ 2017-06-12 11:33 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: kernelci.org bot, Tom Gall, Sumit Semwal, Amit Pundir,
	Arnd Bergmann, Anmar Oueja, Al Viro, Linux Kernel Mailing List

On Mon, Jun 12, 2017 at 01:18:55PM +0200, Arnd Bergmann wrote:
> On Mon, Jun 12, 2017 at 12:16 PM, kernelci.org bot <bot@kernelci.org> wrote:
> > stable-rc/linux-4.9.y build: 203 builds: 12 failed, 191 passed, 12 errors, 4 warnings (v4.9.31-86-gaa17912d6233)
> >
> > Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.9.y/kernel/v4.9.31-86-gaa17912d6233/
> >
> > Tree: stable-rc
> > Branch: linux-4.9.y
> > Git Describe: v4.9.31-86-gaa17912d6233
> > Git Commit: aa17912d62333ce082f4fbf7b1727b7ff7694e79
> > Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
> > Built: 4 unique architectures
> >
> > Build Failures Detected:
> >
> > mips:    gcc version 6.3.0 (GCC)
> >
> >     decstation_defconfig: FAIL
> >     defconfig+CONFIG_LKDTM=y: FAIL
> >     ip22_defconfig: FAIL
> >     jazz_defconfig: FAIL
> >     malta_defconfig: FAIL
> >     malta_kvm_defconfig: FAIL
> >     malta_kvm_guest_defconfig: FAIL
> >     maltaup_xpa_defconfig: FAIL
> >     nlm_xlp_defconfig: FAIL
> >     nlm_xlr_defconfig: FAIL
> >     rm200_defconfig: FAIL
> >
> > x86:    gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
> >
> >     allmodconfig+CONFIG_OF=n: FAIL
> >
> 
> > Errors summary:
> >
> >      12  fs/ufs/balloc.c:501:26: error: implicit declaration of function 'i_blocksize' [-Werror=implicit-function-declaration]
> 
> Caused by the backport of eb315d2ae614 ("ufs: restore maintaining ->i_blocks"):
> We also need a backport of 93407472a21b ("fs: add i_blocksize()")
> to address this, at least the hunk in include/linux/fs.h.

Hey, that was fast!

My build system just caught up to this, and yes, I'm working on the
backport right now.  Same goes for 4.4...

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: stable-rc/linux-4.9.y build: 203 builds: 12 failed, 191 passed, 12 errors, 4 warnings (v4.9.31-86-gaa17912d6233)
  2017-06-12 11:18 ` stable-rc/linux-4.9.y build: 203 builds: 12 failed, 191 passed, 12 errors, 4 warnings (v4.9.31-86-gaa17912d6233) Arnd Bergmann
  2017-06-12 11:33   ` gregkh
@ 2017-06-12 12:01   ` gregkh
  1 sibling, 0 replies; 3+ messages in thread
From: gregkh @ 2017-06-12 12:01 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: kernelci.org bot, Tom Gall, Sumit Semwal, Amit Pundir,
	Arnd Bergmann, Anmar Oueja, Al Viro, Linux Kernel Mailing List

On Mon, Jun 12, 2017 at 01:18:55PM +0200, Arnd Bergmann wrote:
> On Mon, Jun 12, 2017 at 12:16 PM, kernelci.org bot <bot@kernelci.org> wrote:
> > stable-rc/linux-4.9.y build: 203 builds: 12 failed, 191 passed, 12 errors, 4 warnings (v4.9.31-86-gaa17912d6233)
> >
> > Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.9.y/kernel/v4.9.31-86-gaa17912d6233/
> >
> > Tree: stable-rc
> > Branch: linux-4.9.y
> > Git Describe: v4.9.31-86-gaa17912d6233
> > Git Commit: aa17912d62333ce082f4fbf7b1727b7ff7694e79
> > Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
> > Built: 4 unique architectures
> >
> > Build Failures Detected:
> >
> > mips:    gcc version 6.3.0 (GCC)
> >
> >     decstation_defconfig: FAIL
> >     defconfig+CONFIG_LKDTM=y: FAIL
> >     ip22_defconfig: FAIL
> >     jazz_defconfig: FAIL
> >     malta_defconfig: FAIL
> >     malta_kvm_defconfig: FAIL
> >     malta_kvm_guest_defconfig: FAIL
> >     maltaup_xpa_defconfig: FAIL
> >     nlm_xlp_defconfig: FAIL
> >     nlm_xlr_defconfig: FAIL
> >     rm200_defconfig: FAIL
> >
> > x86:    gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
> >
> >     allmodconfig+CONFIG_OF=n: FAIL
> >
> 
> > Errors summary:
> >
> >      12  fs/ufs/balloc.c:501:26: error: implicit declaration of function 'i_blocksize' [-Werror=implicit-function-declaration]
> 
> Caused by the backport of eb315d2ae614 ("ufs: restore maintaining ->i_blocks"):
> We also need a backport of 93407472a21b ("fs: add i_blocksize()")
> to address this, at least the hunk in include/linux/fs.h.

Should now be fixed.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-12 12:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <593e69f1.43861c0a.cc659.3d3c@mx.google.com>
2017-06-12 11:18 ` stable-rc/linux-4.9.y build: 203 builds: 12 failed, 191 passed, 12 errors, 4 warnings (v4.9.31-86-gaa17912d6233) Arnd Bergmann
2017-06-12 11:33   ` gregkh
2017-06-12 12:01   ` gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox