* Re: linux-next: Tree for Apr 4
[not found] <20160404140951.148c95f6@canb.auug.org.au>
@ 2016-04-04 12:21 ` Sudip Mukherjee
2016-04-04 14:26 ` Heiko Carstens
0 siblings, 1 reply; 4+ messages in thread
From: Sudip Mukherjee @ 2016-04-04 12:21 UTC (permalink / raw)
To: Stephen Rothwell, linux-next, Martin Schwidefsky, Heiko Carstens
Cc: linux-kernel, linux-s390
On Monday 04 April 2016 09:39 AM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20160401:
s390 allmodconfig build fails with the error:
arch/s390/crypto/ghash_s390.c:14:24: fatal error: crypt_s390.h: No such
file or directory
#include "crypt_s390.h"
^
build log is at:
https://travis-ci.org/sudipm-mukherjee/parport/jobs/120536718
caused by the commit -
ce69a690149c ("s390/crypto: cleanup and move the header with the cpacf
definitions") which removed the file "crypt_s390.h"
regards
sudip
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: Tree for Apr 4
2016-04-04 12:21 ` linux-next: Tree for Apr 4 Sudip Mukherjee
@ 2016-04-04 14:26 ` Heiko Carstens
2016-04-12 16:34 ` Martin Schwidefsky
0 siblings, 1 reply; 4+ messages in thread
From: Heiko Carstens @ 2016-04-04 14:26 UTC (permalink / raw)
To: Sudip Mukherjee
Cc: Stephen Rothwell, linux-next, Martin Schwidefsky, linux-kernel,
linux-s390
On Mon, Apr 04, 2016 at 05:51:09PM +0530, Sudip Mukherjee wrote:
> On Monday 04 April 2016 09:39 AM, Stephen Rothwell wrote:
> >Hi all,
> >
> >Changes since 20160401:
>
> s390 allmodconfig build fails with the error:
>
> arch/s390/crypto/ghash_s390.c:14:24: fatal error: crypt_s390.h: No
> such file or directory
> #include "crypt_s390.h"
> ^
>
> build log is at:
> https://travis-ci.org/sudipm-mukherjee/parport/jobs/120536718
>
> caused by the commit -
> ce69a690149c ("s390/crypto: cleanup and move the header with the
> cpacf definitions") which removed the file "crypt_s390.h"
Thanks for letting us know!
I just removed that specific patch from the 'features' branch again. It was
incomplete since it didn't convert the ghash module at all.
No idea what Martin was thinking when pushing that patch.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: Tree for Apr 4
2016-04-04 14:26 ` Heiko Carstens
@ 2016-04-12 16:34 ` Martin Schwidefsky
2016-04-13 7:52 ` Heiko Carstens
0 siblings, 1 reply; 4+ messages in thread
From: Martin Schwidefsky @ 2016-04-12 16:34 UTC (permalink / raw)
To: Heiko Carstens
Cc: Sudip Mukherjee, Stephen Rothwell, linux-next, linux-kernel,
linux-s390
On Mon, 4 Apr 2016 16:26:35 +0200
Heiko Carstens <heiko.carstens@de.ibm.com> wrote:
> On Mon, Apr 04, 2016 at 05:51:09PM +0530, Sudip Mukherjee wrote:
> > On Monday 04 April 2016 09:39 AM, Stephen Rothwell wrote:
> > >Hi all,
> > >
> > >Changes since 20160401:
> >
> > s390 allmodconfig build fails with the error:
> >
> > arch/s390/crypto/ghash_s390.c:14:24: fatal error: crypt_s390.h: No
> > such file or directory
> > #include "crypt_s390.h"
> > ^
> >
> > build log is at:
> > https://travis-ci.org/sudipm-mukherjee/parport/jobs/120536718
> >
> > caused by the commit -
> > ce69a690149c ("s390/crypto: cleanup and move the header with the
> > cpacf definitions") which removed the file "crypt_s390.h"
>
> Thanks for letting us know!
>
> I just removed that specific patch from the 'features' branch again. It was
> incomplete since it didn't convert the ghash module at all.
>
> No idea what Martin was thinking when pushing that patch.
That is strange. On my local features branch that I use to push to kerne.org
there is no ghash commit. The last commit is this:
commit ce69a690149c7431d05b4679409ab8fa6ad3a09f
Author: Martin Schwidefsky <schwidefsky@de.ibm.com>
Date: Thu Mar 17 15:22:12 2016 +0100
s390/crypto: cleanup and move the header with the cpacf definitions
which Heiko now removed. My guest right now is that the ghash commit stems
from another tree merged into linux-next and we simply have an unresolved
dependency here. I do have an updated ghash patch that includes the correct
header.
--
blue skies,
Martin.
"Reality continues to ruin my life." - Calvin.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: linux-next: Tree for Apr 4
2016-04-12 16:34 ` Martin Schwidefsky
@ 2016-04-13 7:52 ` Heiko Carstens
0 siblings, 0 replies; 4+ messages in thread
From: Heiko Carstens @ 2016-04-13 7:52 UTC (permalink / raw)
To: Martin Schwidefsky
Cc: Sudip Mukherjee, Stephen Rothwell, linux-next, linux-kernel,
linux-s390
On Tue, Apr 12, 2016 at 06:34:08PM +0200, Martin Schwidefsky wrote:
> On Mon, 4 Apr 2016 16:26:35 +0200
> Heiko Carstens <heiko.carstens@de.ibm.com> wrote:
>
> > On Mon, Apr 04, 2016 at 05:51:09PM +0530, Sudip Mukherjee wrote:
> > > On Monday 04 April 2016 09:39 AM, Stephen Rothwell wrote:
> > > >Hi all,
> > > >
> > > >Changes since 20160401:
> > >
> > > s390 allmodconfig build fails with the error:
> > >
> > > arch/s390/crypto/ghash_s390.c:14:24: fatal error: crypt_s390.h: No
> > > such file or directory
> > > #include "crypt_s390.h"
> > > ^
> > >
> > > build log is at:
> > > https://travis-ci.org/sudipm-mukherjee/parport/jobs/120536718
> > >
> > > caused by the commit -
> > > ce69a690149c ("s390/crypto: cleanup and move the header with the
> > > cpacf definitions") which removed the file "crypt_s390.h"
> >
> > Thanks for letting us know!
> >
> > I just removed that specific patch from the 'features' branch again. It was
> > incomplete since it didn't convert the ghash module at all.
> >
> > No idea what Martin was thinking when pushing that patch.
>
> That is strange. On my local features branch that I use to push to kerne.org
> there is no ghash commit. The last commit is this:
Nobody said there is a ghash commit ;)
> commit ce69a690149c7431d05b4679409ab8fa6ad3a09f
> Author: Martin Schwidefsky <schwidefsky@de.ibm.com>
> Date: Thu Mar 17 15:22:12 2016 +0100
>
> s390/crypto: cleanup and move the header with the cpacf definitions
>
> which Heiko now removed. My guest right now is that the ghash commit stems
> from another tree merged into linux-next and we simply have an unresolved
> dependency here. I do have an updated ghash patch that includes the correct
> header.
Your patch did not convert/touch arch/s390/crypto/ghash_s390.c which is
very old code. And you need to do more within that file than just changing
the include.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-04-13 7:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20160404140951.148c95f6@canb.auug.org.au>
2016-04-04 12:21 ` linux-next: Tree for Apr 4 Sudip Mukherjee
2016-04-04 14:26 ` Heiko Carstens
2016-04-12 16:34 ` Martin Schwidefsky
2016-04-13 7:52 ` Heiko Carstens
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).