* linux-next: manual merge of the kconfig tree with the kbuild tree
@ 2009-08-24 1:32 Stephen Rothwell
2009-08-24 8:34 ` Dick Streefland
2009-08-24 16:00 ` Build failure on linux-next master branch Steven Rostedt
0 siblings, 2 replies; 6+ messages in thread
From: Stephen Rothwell @ 2009-08-24 1:32 UTC (permalink / raw)
To: Steven Rostedt; +Cc: linux-next, linux-kernel, Dick Streefland, Sam Ravnborg
[-- Attachment #1: Type: text/plain, Size: 741 bytes --]
Hi Steven,
Today's linux-next merge of the kconfig tree got conflicts in
scripts/extract-ikconfig between commit
692d21e03cfc740684639b019ce9ad708930eb47 ("kconfig: simplification of
scripts/extract-ikconfig") from the kbuild tree and commits
fd3132d5815bf72aeec7d5ad87161b4831f8e48c ("kconfig: add check if end
exists in extract-ikconfig") and 6be51ffc1791b72d11cef9bb0a578fe8c5d64c6a
("kconfig: have extract-ikconfig read ELF files") from the kconfig tree.
It looks like the kbuild patch obsoletes the first of the kconfig patches
and may obsolete the second. I used the kbuild version for now, but
invite advice.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: linux-next: manual merge of the kconfig tree with the kbuild tree
2009-08-24 1:32 linux-next: manual merge of the kconfig tree with the kbuild tree Stephen Rothwell
@ 2009-08-24 8:34 ` Dick Streefland
2009-08-24 14:54 ` Steven Rostedt
2009-08-24 16:00 ` Build failure on linux-next master branch Steven Rostedt
1 sibling, 1 reply; 6+ messages in thread
From: Dick Streefland @ 2009-08-24 8:34 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: Steven Rostedt, linux-next, linux-kernel, Sam Ravnborg
On Monday 2009-08-24 11:32, Stephen Rothwell wrote:
| Today's linux-next merge of the kconfig tree got conflicts in
| scripts/extract-ikconfig between commit
| 692d21e03cfc740684639b019ce9ad708930eb47 ("kconfig: simplification of
| scripts/extract-ikconfig") from the kbuild tree and commits
| fd3132d5815bf72aeec7d5ad87161b4831f8e48c ("kconfig: add check if end
| exists in extract-ikconfig") and 6be51ffc1791b72d11cef9bb0a578fe8c5d64c6a
| ("kconfig: have extract-ikconfig read ELF files") from the kconfig tree.
|
| It looks like the kbuild patch obsoletes the first of the kconfig patches
| and may obsolete the second. I used the kbuild version for now, but
| invite advice.
My simplified script that you merged from the kbuild tree will also
extract config information from ELF files. So both patches from the
kconfig tree are not needed anymore.
--
Dick
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: linux-next: manual merge of the kconfig tree with the kbuild tree
2009-08-24 8:34 ` Dick Streefland
@ 2009-08-24 14:54 ` Steven Rostedt
2009-08-24 23:44 ` Stephen Rothwell
0 siblings, 1 reply; 6+ messages in thread
From: Steven Rostedt @ 2009-08-24 14:54 UTC (permalink / raw)
To: Dick Streefland; +Cc: Stephen Rothwell, linux-next, linux-kernel, Sam Ravnborg
On Mon, 24 Aug 2009, Dick Streefland wrote:
> On Monday 2009-08-24 11:32, Stephen Rothwell wrote:
> | Today's linux-next merge of the kconfig tree got conflicts in
> | scripts/extract-ikconfig between commit
> | 692d21e03cfc740684639b019ce9ad708930eb47 ("kconfig: simplification of
> | scripts/extract-ikconfig") from the kbuild tree and commits
> | fd3132d5815bf72aeec7d5ad87161b4831f8e48c ("kconfig: add check if end
> | exists in extract-ikconfig") and 6be51ffc1791b72d11cef9bb0a578fe8c5d64c6a
> | ("kconfig: have extract-ikconfig read ELF files") from the kconfig tree.
> |
> | It looks like the kbuild patch obsoletes the first of the kconfig patches
> | and may obsolete the second. I used the kbuild version for now, but
> | invite advice.
>
> My simplified script that you merged from the kbuild tree will also
> extract config information from ELF files. So both patches from the
> kconfig tree are not needed anymore.
OK what is the proper way to resolve this, before sending anything off to
Linus? Should I pull in Dick's tree and resolve the conficts myself, and
let you repull? Or is something else recommended?
Thanks,
-- Steve
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: linux-next: manual merge of the kconfig tree with the kbuild tree
2009-08-24 14:54 ` Steven Rostedt
@ 2009-08-24 23:44 ` Stephen Rothwell
2009-08-25 0:33 ` Steven Rostedt
0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2009-08-24 23:44 UTC (permalink / raw)
To: Steven Rostedt; +Cc: Dick Streefland, linux-next, linux-kernel, Sam Ravnborg
[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]
Hi Steve,
On Mon, 24 Aug 2009 10:54:04 -0400 (EDT) Steven Rostedt <rostedt@goodmis.org> wrote:
>
> On Mon, 24 Aug 2009, Dick Streefland wrote:
>
> > My simplified script that you merged from the kbuild tree will also
> > extract config information from ELF files. So both patches from the
> > kconfig tree are not needed anymore.
>
> OK what is the proper way to resolve this, before sending anything off to
> Linus? Should I pull in Dick's tree and resolve the conficts myself, and
> let you repull? Or is something else recommended?
You could cherry-pick Dick's commit into your tree (and remove your
conflicting commits by rebasing). Or you could rebase your work on top of
Sam's kbuild tree (or merge Sam's tree) (but that would require Sam to
guarantee that his tree won't be rebased). Or you could do the rebase and
then just submit your tree to Sam for inclusion (instead of, or as well
as, it being included in linux-next directly). Or you could keep going
the way you are and resolve the conflict once one of the trees has been
merged into Linus' tree.
For the moment, I can keep resolving the conflict.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: linux-next: manual merge of the kconfig tree with the kbuild tree
2009-08-24 23:44 ` Stephen Rothwell
@ 2009-08-25 0:33 ` Steven Rostedt
0 siblings, 0 replies; 6+ messages in thread
From: Steven Rostedt @ 2009-08-25 0:33 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: Dick Streefland, linux-next, linux-kernel, Sam Ravnborg
On Tue, 25 Aug 2009, Stephen Rothwell wrote:
> Hi Steve,
>
> On Mon, 24 Aug 2009 10:54:04 -0400 (EDT) Steven Rostedt <rostedt@goodmis.org> wrote:
> >
> > On Mon, 24 Aug 2009, Dick Streefland wrote:
> >
> > > My simplified script that you merged from the kbuild tree will also
> > > extract config information from ELF files. So both patches from the
> > > kconfig tree are not needed anymore.
> >
> > OK what is the proper way to resolve this, before sending anything off to
> > Linus? Should I pull in Dick's tree and resolve the conficts myself, and
> > let you repull? Or is something else recommended?
>
> You could cherry-pick Dick's commit into your tree (and remove your
> conflicting commits by rebasing). Or you could rebase your work on top of
> Sam's kbuild tree (or merge Sam's tree) (but that would require Sam to
> guarantee that his tree won't be rebased). Or you could do the rebase and
> then just submit your tree to Sam for inclusion (instead of, or as well
> as, it being included in linux-next directly). Or you could keep going
> the way you are and resolve the conflict once one of the trees has been
> merged into Linus' tree.
>
> For the moment, I can keep resolving the conflict.
Yeah, lets just keep it as is for the moment. When Sam's is accepted into
Linus's I'll rebase off of that. Assuming that Sam's will be accepted
rather quickly ;-)
-- Steve
^ permalink raw reply [flat|nested] 6+ messages in thread
* Build failure on linux-next master branch
2009-08-24 1:32 linux-next: manual merge of the kconfig tree with the kbuild tree Stephen Rothwell
2009-08-24 8:34 ` Dick Streefland
@ 2009-08-24 16:00 ` Steven Rostedt
1 sibling, 0 replies; 6+ messages in thread
From: Steven Rostedt @ 2009-08-24 16:00 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, LKML
[-- Attachment #1: Type: TEXT/PLAIN, Size: 284 bytes --]
With latest next master branch I got this failure in my build system.
Building modules, stage 2.
Kernel: arch/x86/boot/bzImage is ready (#1801)
MODPOST 96 modules
ERROR: "crc16" [net/bluetooth/l2cap.ko] undefined!
make[1]: *** [__modpost] Error 1
Config attached.
-- Steve
[-- Attachment #2: Type: APPLICATION/octet-stream, Size: 2564 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-08-25 0:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-24 1:32 linux-next: manual merge of the kconfig tree with the kbuild tree Stephen Rothwell
2009-08-24 8:34 ` Dick Streefland
2009-08-24 14:54 ` Steven Rostedt
2009-08-24 23:44 ` Stephen Rothwell
2009-08-25 0:33 ` Steven Rostedt
2009-08-24 16:00 ` Build failure on linux-next master branch Steven Rostedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox