* Re: linux-next: Tree for Sep 23
[not found] <20150923142343.35797c0f@canb.auug.org.au>
@ 2015-09-23 7:42 ` Sudip Mukherjee
2015-09-23 21:42 ` Paul Burton
0 siblings, 1 reply; 5+ messages in thread
From: Sudip Mukherjee @ 2015-09-23 7:42 UTC (permalink / raw)
To: Stephen Rothwell, Paul Burton, Ralf Baechle
Cc: linux-next, linux-kernel, Maciej W. Rozycki, linux-mips
On Wed, Sep 23, 2015 at 02:23:43PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20150922:
mips allmodconfig failed with the error:
No rule to make target 'arch/mips/mm/sc-debugfs.o', needed by 'arch/mips/mm/built-in.o'
caused by:
13ea0032658d ("MIPS: Allow L2 prefetch to be configured via debugfs")
regards
sudip
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: Tree for Sep 23
2015-09-23 7:42 ` linux-next: Tree for Sep 23 Sudip Mukherjee
@ 2015-09-23 21:42 ` Paul Burton
2015-09-23 21:42 ` Paul Burton
2015-09-24 7:07 ` Ralf Baechle
0 siblings, 2 replies; 5+ messages in thread
From: Paul Burton @ 2015-09-23 21:42 UTC (permalink / raw)
To: Sudip Mukherjee, Ralf Baechle
Cc: Stephen Rothwell, linux-next, linux-kernel, Maciej W. Rozycki,
linux-mips
On Wed, Sep 23, 2015 at 01:12:08PM +0530, Sudip Mukherjee wrote:
> On Wed, Sep 23, 2015 at 02:23:43PM +1000, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20150922:
> mips allmodconfig failed with the error:
> No rule to make target 'arch/mips/mm/sc-debugfs.o', needed by 'arch/mips/mm/built-in.o'
>
> caused by:
> 13ea0032658d ("MIPS: Allow L2 prefetch to be configured via debugfs")
>
> regards
> sudip
Hi Ralf,
That patch as I submitted it definitely adds arch/mips/mm/sc-debugfs.c
but somehow that file has been lost from the commit in your
mips-for-linux-next tree. Could you re-apply it?
Thanks,
Paul
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: Tree for Sep 23
2015-09-23 21:42 ` Paul Burton
@ 2015-09-23 21:42 ` Paul Burton
2015-09-24 7:07 ` Ralf Baechle
1 sibling, 0 replies; 5+ messages in thread
From: Paul Burton @ 2015-09-23 21:42 UTC (permalink / raw)
To: Sudip Mukherjee, Ralf Baechle
Cc: Stephen Rothwell, linux-next, linux-kernel, Maciej W. Rozycki,
linux-mips
On Wed, Sep 23, 2015 at 01:12:08PM +0530, Sudip Mukherjee wrote:
> On Wed, Sep 23, 2015 at 02:23:43PM +1000, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20150922:
> mips allmodconfig failed with the error:
> No rule to make target 'arch/mips/mm/sc-debugfs.o', needed by 'arch/mips/mm/built-in.o'
>
> caused by:
> 13ea0032658d ("MIPS: Allow L2 prefetch to be configured via debugfs")
>
> regards
> sudip
Hi Ralf,
That patch as I submitted it definitely adds arch/mips/mm/sc-debugfs.c
but somehow that file has been lost from the commit in your
mips-for-linux-next tree. Could you re-apply it?
Thanks,
Paul
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: Tree for Sep 23
2015-09-23 21:42 ` Paul Burton
2015-09-23 21:42 ` Paul Burton
@ 2015-09-24 7:07 ` Ralf Baechle
2015-09-24 7:20 ` Sudip Mukherjee
1 sibling, 1 reply; 5+ messages in thread
From: Ralf Baechle @ 2015-09-24 7:07 UTC (permalink / raw)
To: Paul Burton
Cc: Sudip Mukherjee, Stephen Rothwell, linux-next, linux-kernel,
Maciej W. Rozycki, linux-mips
On Wed, Sep 23, 2015 at 02:42:36PM -0700, Paul Burton wrote:
> Hi Ralf,
>
> That patch as I submitted it definitely adds arch/mips/mm/sc-debugfs.c
> but somehow that file has been lost from the commit in your
> mips-for-linux-next tree. Could you re-apply it?
Thanks for reporting. The patch didn't apply cleanly and when applying
it manually I forgot to git-add the new file. Of course the file was
in the local repo so my test builds did succeed. I fixed that now.
Ralf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-next: Tree for Sep 23
2015-09-24 7:07 ` Ralf Baechle
@ 2015-09-24 7:20 ` Sudip Mukherjee
0 siblings, 0 replies; 5+ messages in thread
From: Sudip Mukherjee @ 2015-09-24 7:20 UTC (permalink / raw)
To: Ralf Baechle
Cc: Paul Burton, Stephen Rothwell, linux-next, linux-kernel,
Maciej W. Rozycki, linux-mips
On Thu, Sep 24, 2015 at 09:07:44AM +0200, Ralf Baechle wrote:
> On Wed, Sep 23, 2015 at 02:42:36PM -0700, Paul Burton wrote:
>
> > Hi Ralf,
> >
> > That patch as I submitted it definitely adds arch/mips/mm/sc-debugfs.c
> > but somehow that file has been lost from the commit in your
> > mips-for-linux-next tree. Could you re-apply it?
>
> Thanks for reporting. The patch didn't apply cleanly and when applying
> it manually I forgot to git-add the new file. Of course the file was
> in the local repo so my test builds did succeed. I fixed that now.
next-20150924 also failed with the same error. I guess next-20150925
should be ok.
Today's build log at:
https://travis-ci.org/sudipm-mukherjee/parport/jobs/81906839
regards
sudip
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-09-24 7:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20150923142343.35797c0f@canb.auug.org.au>
2015-09-23 7:42 ` linux-next: Tree for Sep 23 Sudip Mukherjee
2015-09-23 21:42 ` Paul Burton
2015-09-23 21:42 ` Paul Burton
2015-09-24 7:07 ` Ralf Baechle
2015-09-24 7:20 ` Sudip Mukherjee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox