Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1663438 > unrolled thread

Re: stable-rc/linux-4.4.y build: 199 builds: 13 failed, 186 passed, 13 errors, 4 warnings (v4.4.71-63-g409ebd600970)

Started byArnd Bergmann <arnd@arndb.de>
First post2017-06-12 13:30 +0200
Last post2017-06-12 15:40 +0200
Articles 5 — 3 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.


Contents

  Re: stable-rc/linux-4.4.y build: 199 builds: 13 failed, 186 passed,  13 errors, 4 warnings (v4.4.71-63-g409ebd600970) Arnd Bergmann <arnd@arndb.de> - 2017-06-12 13:30 +0200
    Re: stable-rc/linux-4.4.y build: 199 builds: 13 failed, 186 passed,  13 errors, 4 warnings (v4.4.71-63-g409ebd600970) Arnd Bergmann <arnd@arndb.de> - 2017-06-12 13:30 +0200
      Re: stable-rc/linux-4.4.y build: 199 builds: 13 failed, 186 passed,  13 errors, 4 warnings (v4.4.71-63-g409ebd600970) gregkh <gregkh@linuxfoundation.org> - 2017-06-12 14:10 +0200
        Re: stable-rc/linux-4.4.y build: 199 builds: 13 failed, 186 passed,  13 errors, 4 warnings (v4.4.71-63-g409ebd600970) Arnd Bergmann <arnd@arndb.de> - 2017-06-12 14:50 +0200
          Re: stable-rc/linux-4.4.y build: 199 builds: 13 failed, 186         passed, 13 errors, 4 warnings (v4.4.71-63-g409ebd600970) Alexander Sverdlin <alexander.sverdlin@gmail.com> - 2017-06-12 15:40 +0200

#1663438 — Re: stable-rc/linux-4.4.y build: 199 builds: 13 failed, 186 passed, 13 errors, 4 warnings (v4.4.71-63-g409ebd600970)

FromArnd Bergmann <arnd@arndb.de>
Date2017-06-12 13:30 +0200
SubjectRe: stable-rc/linux-4.4.y build: 199 builds: 13 failed, 186 passed, 13 errors, 4 warnings (v4.4.71-63-g409ebd600970)
Message-ID<tRvHH-1ua-9@gated-at.bofh.it>
On Mon, Jun 12, 2017 at 12:59 PM, kernelci.org bot <bot@kernelci.org> wrote:
> stable-rc/linux-4.4.y build: 199 builds: 13 failed, 186 passed, 13 errors, 4 warnings (v4.4.71-63-g409ebd600970)
>
>
> arm:    gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)
>
>     ep93xx_defconfig: 1 error
>
> mips:    gcc version 6.3.0 (GCC)
>
>     decstation_defconfig: 1 error
>     defconfig+CONFIG_LKDTM=y: 1 error
>     ip22_defconfig: 1 error
>     jazz_defconfig: 1 error
>     malta_defconfig: 1 error
>     malta_kvm_defconfig: 1 error
>     malta_kvm_guest_defconfig: 1 error
>     maltaup_xpa_defconfig: 1 error
>     nlm_xlp_defconfig: 1 error
>     nlm_xlr_defconfig: 1 error
>     rm200_defconfig: 1 error
>
> Errors summary:
>
>      12  fs/ufs/balloc.c:501:26: error: implicit declaration of function 'i_blocksize' [-Werror=implicit-function-declaration]

Same as stable-rc/linux-4.9.y, this needs a backport of 93407472a21b ("fs: add
i_blocksize()")

>       1  drivers/dma/ep93xx_dma.c:1357:9: error: 'struct dma_device' has no member named 'device_synchronize'

The error was introudced by the backport of 98f9de366fcc ("dmaengine: ep93xx:
Don't drain the transfers in terminate_all()"), which requires the dmaengine
synchronize callback.

device_synchronize was introduced by b36f09c3c441 ("dmaengine: Add transfer
termination synchronization support") in linux-4.5. That is not a
bugfix but would
cleanly apply on top of 4.4 and has no dependencies or side-effects.

We can either revert 98f9de366fcc or backport b36f09c3c441.

        Arnd

[toc] | [next] | [standalone]


#1663439

FromArnd Bergmann <arnd@arndb.de>
Date2017-06-12 13:30 +0200
Message-ID<tRvHH-1ua-13@gated-at.bofh.it>
In reply to#1663438
[+cc GregKH]

On Mon, Jun 12, 2017 at 1:28 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Mon, Jun 12, 2017 at 12:59 PM, kernelci.org bot <bot@kernelci.org> wrote:
>> stable-rc/linux-4.4.y build: 199 builds: 13 failed, 186 passed, 13 errors, 4 warnings (v4.4.71-63-g409ebd600970)
>>
>>
>> arm:    gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)
>>
>>     ep93xx_defconfig: 1 error
>>
>> mips:    gcc version 6.3.0 (GCC)
>>
>>     decstation_defconfig: 1 error
>>     defconfig+CONFIG_LKDTM=y: 1 error
>>     ip22_defconfig: 1 error
>>     jazz_defconfig: 1 error
>>     malta_defconfig: 1 error
>>     malta_kvm_defconfig: 1 error
>>     malta_kvm_guest_defconfig: 1 error
>>     maltaup_xpa_defconfig: 1 error
>>     nlm_xlp_defconfig: 1 error
>>     nlm_xlr_defconfig: 1 error
>>     rm200_defconfig: 1 error
>>
>> Errors summary:
>>
>>      12  fs/ufs/balloc.c:501:26: error: implicit declaration of function 'i_blocksize' [-Werror=implicit-function-declaration]
>
> Same as stable-rc/linux-4.9.y, this needs a backport of 93407472a21b ("fs: add
> i_blocksize()")
>
>>       1  drivers/dma/ep93xx_dma.c:1357:9: error: 'struct dma_device' has no member named 'device_synchronize'
>
> The error was introudced by the backport of 98f9de366fcc ("dmaengine: ep93xx:
> Don't drain the transfers in terminate_all()"), which requires the dmaengine
> synchronize callback.
>
> device_synchronize was introduced by b36f09c3c441 ("dmaengine: Add transfer
> termination synchronization support") in linux-4.5. That is not a
> bugfix but would
> cleanly apply on top of 4.4 and has no dependencies or side-effects.
>
> We can either revert 98f9de366fcc or backport b36f09c3c441.
>
>         Arnd

[toc] | [prev] | [next] | [standalone]


#1663453

Fromgregkh <gregkh@linuxfoundation.org>
Date2017-06-12 14:10 +0200
Message-ID<tRwkp-1VP-5@gated-at.bofh.it>
In reply to#1663439
On Mon, Jun 12, 2017 at 01:28:48PM +0200, Arnd Bergmann wrote:
> [+cc GregKH]
> 
> On Mon, Jun 12, 2017 at 1:28 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> > On Mon, Jun 12, 2017 at 12:59 PM, kernelci.org bot <bot@kernelci.org> wrote:
> >> stable-rc/linux-4.4.y build: 199 builds: 13 failed, 186 passed, 13 errors, 4 warnings (v4.4.71-63-g409ebd600970)
> >>
> >>
> >> arm:    gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05)
> >>
> >>     ep93xx_defconfig: 1 error
> >>
> >> mips:    gcc version 6.3.0 (GCC)
> >>
> >>     decstation_defconfig: 1 error
> >>     defconfig+CONFIG_LKDTM=y: 1 error
> >>     ip22_defconfig: 1 error
> >>     jazz_defconfig: 1 error
> >>     malta_defconfig: 1 error
> >>     malta_kvm_defconfig: 1 error
> >>     malta_kvm_guest_defconfig: 1 error
> >>     maltaup_xpa_defconfig: 1 error
> >>     nlm_xlp_defconfig: 1 error
> >>     nlm_xlr_defconfig: 1 error
> >>     rm200_defconfig: 1 error
> >>
> >> Errors summary:
> >>
> >>      12  fs/ufs/balloc.c:501:26: error: implicit declaration of function 'i_blocksize' [-Werror=implicit-function-declaration]
> >
> > Same as stable-rc/linux-4.9.y, this needs a backport of 93407472a21b ("fs: add
> > i_blocksize()")

This is now fixed.

> >>       1  drivers/dma/ep93xx_dma.c:1357:9: error: 'struct dma_device' has no member named 'device_synchronize'
> >
> > The error was introudced by the backport of 98f9de366fcc ("dmaengine: ep93xx:
> > Don't drain the transfers in terminate_all()"), which requires the dmaengine
> > synchronize callback.
> >
> > device_synchronize was introduced by b36f09c3c441 ("dmaengine: Add transfer
> > termination synchronization support") in linux-4.5. That is not a
> > bugfix but would
> > cleanly apply on top of 4.4 and has no dependencies or side-effects.
> >
> > We can either revert 98f9de366fcc or backport b36f09c3c441.

I'll just go drop 98f9de366fcc as that's best here.  I don't think
anyone really cares about this driver in 4.4, and if they do, then they
can speak up :)

thanks,

greg k-h

[toc] | [prev] | [next] | [standalone]


#1663471

FromArnd Bergmann <arnd@arndb.de>
Date2017-06-12 14:50 +0200
Message-ID<tRwX7-2bL-1@gated-at.bofh.it>
In reply to#1663453
On Mon, Jun 12, 2017 at 1:59 PM, gregkh <gregkh@linuxfoundation.org> wrote:
> On Mon, Jun 12, 2017 at 01:28:48PM +0200, Arnd Bergmann wrote:
>> >>       1  drivers/dma/ep93xx_dma.c:1357:9: error: 'struct dma_device' has no member named 'device_synchronize'
>> >
>> > The error was introudced by the backport of 98f9de366fcc ("dmaengine: ep93xx:
>> > Don't drain the transfers in terminate_all()"), which requires the dmaengine
>> > synchronize callback.
>> >
>> > device_synchronize was introduced by b36f09c3c441 ("dmaengine: Add transfer
>> > termination synchronization support") in linux-4.5. That is not a
>> > bugfix but would
>> > cleanly apply on top of 4.4 and has no dependencies or side-effects.
>> >
>> > We can either revert 98f9de366fcc or backport b36f09c3c441.
>
> I'll just go drop 98f9de366fcc as that's best here.  I don't think
> anyone really cares about this driver in 4.4, and if they do, then they
> can speak up :)

Sounds fine. ep93xx was once an important platform and the chips are still
being sold, but I guess not many users remain. Alexander Sverdlin just stepped
up as the platform maintainer, so he can decide whether he wants his fix
in linux-4.4.y.

        Arnd

[toc] | [prev] | [next] | [standalone]


#1663512 — Re: stable-rc/linux-4.4.y build: 199 builds: 13 failed, 186 passed, 13 errors, 4 warnings (v4.4.71-63-g409ebd600970)

FromAlexander Sverdlin <alexander.sverdlin@gmail.com>
Date2017-06-12 15:40 +0200
SubjectRe: stable-rc/linux-4.4.y build: 199 builds: 13 failed, 186 passed, 13 errors, 4 warnings (v4.4.71-63-g409ebd600970)
Message-ID<tRxJv-2GO-13@gated-at.bofh.it>
In reply to#1663471
Hello!

On Mon Jun 12 14:44:04 2017 Arnd Bergmann <arnd@arndb.de> wrote:
> On Mon, Jun 12, 2017 at 1:59 PM, gregkh <gregkh@linuxfoundation.org>
> wrote:
> > On Mon, Jun 12, 2017 at 01:28:48PM +0200, Arnd Bergmann wrote:
> > > > > 1   drivers/dma/ep93xx_dma.c:1357:9: error: 'struct dma_device'
> > > > > has no member named 'device_synchronize'
> > > > 
> > > > The error was introudced by the backport of 98f9de366fcc
> > > > ("dmaengine: ep93xx: Don't drain the transfers in
> > > > terminate_all()"), which requires the dmaengine synchronize
> > > > callback.
> > > > 
> > > > device_synchronize was introduced by b36f09c3c441 ("dmaengine: Add
> > > > transfer termination synchronization support") in linux-4.5. That
> > > > is not a bugfix but would
> > > > cleanly apply on top of 4.4 and has no dependencies or
> > > > side-effects.
> > > > 
> > > > We can either revert 98f9de366fcc or backport b36f09c3c441.
> > 
> > I'll just go drop 98f9de366fcc as that's best here.   I don't think
> > anyone really cares about this driver in 4.4, and if they do, then they
> > can speak up :)
> 
> Sounds fine. ep93xx was once an important platform and the chips are
> still being sold, but I guess not many users remain. Alexander Sverdlin
> just stepped up as the platform maintainer, so he can decide whether he
> wants his fix in linux-4.4.y.

Fair enough! While I'm aware of several thousands devices still in service, there is no "enterprise Linux distribution" for this platform, these embedded devices are able to switch to the fresh kernel.

So, it doesn't worth the effort, repairing v4.4.x is meaningless.

--
Thanks,
Alexander.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web