Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1663432 > unrolled thread
| Started by | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| First post | 2017-06-12 13:20 +0200 |
| Last post | 2017-06-12 14:10 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: stable-rc/linux-4.9.y build: 203 builds: 12 failed, 191 passed, 12 errors, 4 warnings (v4.9.31-86-gaa17912d6233) Arnd Bergmann <arnd@arndb.de> - 2017-06-12 13:20 +0200
Re: stable-rc/linux-4.9.y build: 203 builds: 12 failed, 191 passed, 12 errors, 4 warnings (v4.9.31-86-gaa17912d6233) gregkh <gregkh@linuxfoundation.org> - 2017-06-12 13:40 +0200
Re: stable-rc/linux-4.9.y build: 203 builds: 12 failed, 191 passed, 12 errors, 4 warnings (v4.9.31-86-gaa17912d6233) gregkh <gregkh@linuxfoundation.org> - 2017-06-12 14:10 +0200
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2017-06-12 13:20 +0200 |
| Subject | Re: stable-rc/linux-4.9.y build: 203 builds: 12 failed, 191 passed, 12 errors, 4 warnings (v4.9.31-86-gaa17912d6233) |
| Message-ID | <tRvy1-1qM-1@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | gregkh <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-06-12 13:40 +0200 |
| Message-ID | <tRvRn-1x7-3@gated-at.bofh.it> |
| In reply to | #1663432 |
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
[toc] | [prev] | [next] | [standalone]
| From | gregkh <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-06-12 14:10 +0200 |
| Message-ID | <tRwkq-1VP-13@gated-at.bofh.it> |
| In reply to | #1663432 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web