Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] Merge status with 2.6
@ 2004-02-07 17:21 Matthew Wilcox
  2004-02-07 22:00 ` Matthew Wilcox
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Matthew Wilcox @ 2004-02-07 17:21 UTC (permalink / raw)
  To: parisc-linux


I just got a significant amount of updates merged with Linus, so I
thought I'd give an update on where we're at merge-wise.  I know this
is a bit detailed, but I'd appreciate you reading it (particularly if
you commit code to our CVS) since there's some questions in here.

The total size of our diff vs 2.6.3-rc1 is 441434 bytes
( 78 files changed, 7547 insertions(+), 3413 deletions(-) )

However, 3 patches were merged after 2.6.3-rc1 was released, bringing that
down to 432775 bytes
( 74 files changed, 7502 insertions(+), 3369 deletions(-) )

Of that, 229111 bytes
( 23 files changed, 5811 insertions(+), 819 deletions(-) )
is the input layer changes for ps/2 and HIL.  I'm assuming Helge's taking
care of merging that with Vojtech (thanks a lot, Helge!)

Another 163675 bytes
( 18 files changed, 1062 insertions(+), 2468 deletions(-) )
is the scsi sym2/ncr work I've been doing in this tree.  I need to finish
that and merge it with jejb.

14231 bytes ( 8 files changed, 342 insertions(+), 7 deletions(-) ) is
Carlos' compat_signal work.  This is going upstream via akpm and should
be in 2.6.4.  Excellent work, Carlos.

After taking off the files in our tree we don't want to merge upstream
(the Makefile diff and our todo list), we're left with just 22019 bytes
of diff ( 22 files changed, 225 insertions(+), 74 deletions(-) ).

Breaking that down:
drivers/ide/pci/ns87415.c: I pinged Bart about this patch last week.
drivers/net/tg3.c: Doesn't actually affect PA-RISC; I'll try to get it
	merged with jgarzik/davem this week.
drivers/net/tulip: Some of this I'll try to get merged with jgarzik,
	other bits he wants rewritten before he'll accept.
drivers/pcmcia: I believe this is jejb's work -- Shall I send it to rmk?
drivers/serial: I don't think this can go upstream, it's part of our console
	hackery.
fs/intermezzo/dir.c: Compile fix, I resent it upstream last week; they promise
	to get it merged soon.
fs/smbfs/inode.c: Compile fix for those without uid16.  I'll try and get
	it upstream this week.
include/linux/console.h: Console hackery.
include/linux/mca.h: Need to merge it upstream.
include/linux/serial_core.h: If this is still needed, it should go upstream.
kernel/printk.c: Console hackery.
kernel/resource.c: I added this.  I'll send it to l-k for discussion.
kernel/sysctl.c: Have we really removed these sysctls or is this a merge
	artifact?
sound/oss/kahlua.c: Alan says to simply disable this driver for non-x86
	as it's used for an embedded board.

... and that's it!  I think the only thing that prevents Linus' tree from
building and working on at least a subset of configurations is the console
hackery.

We're in really good shape in 2.6, thanks to all of you.

-- 
"Next the statesmen will invent cheap lies, putting the blame upon 
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince 
himself that the war is just, and will thank God for the better sleep 
he enjoys after this process of grotesque self-deception." -- Mark Twain

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] Merge status with 2.6
  2004-02-07 17:21 [parisc-linux] Merge status with 2.6 Matthew Wilcox
@ 2004-02-07 22:00 ` Matthew Wilcox
  2004-02-07 22:28 ` Carlos O'Donell
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Matthew Wilcox @ 2004-02-07 22:00 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: parisc-linux

On Sat, Feb 07, 2004 at 05:21:08PM +0000, Matthew Wilcox wrote:
> drivers/ide/pci/ns87415.c: I pinged Bart about this patch last week.

This patch just went into Linus' tree.

> drivers/net/tg3.c: Doesn't actually affect PA-RISC; I'll try to get it
> 	merged with jgarzik/davem this week.

Merged with davem.

> drivers/net/tulip: Some of this I'll try to get merged with jgarzik,
> 	other bits he wants rewritten before he'll accept.

The majority of our diff is now merged into jgarzik's tree.

Still some other pieces to do.

-- 
"Next the statesmen will invent cheap lies, putting the blame upon 
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince 
himself that the war is just, and will thank God for the better sleep 
he enjoys after this process of grotesque self-deception." -- Mark Twain

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] Merge status with 2.6
  2004-02-07 17:21 [parisc-linux] Merge status with 2.6 Matthew Wilcox
  2004-02-07 22:00 ` Matthew Wilcox
@ 2004-02-07 22:28 ` Carlos O'Donell
  2004-02-07 23:09 ` Helge Deller
  2004-02-08 22:59 ` Matthew Wilcox
  3 siblings, 0 replies; 6+ messages in thread
From: Carlos O'Donell @ 2004-02-07 22:28 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: parisc-linux

> 14231 bytes ( 8 files changed, 342 insertions(+), 7 deletions(-) ) is
> Carlos' compat_signal work.  This is going upstream via akpm and should
> be in 2.6.4.  Excellent work, Carlos.

Thanks, that reminds me to send akpm another update, and a changelog.
 
> ... and that's it!  I think the only thing that prevents Linus' tree from
> building and working on at least a subset of configurations is the console
> hackery.
> 
> We're in really good shape in 2.6, thanks to all of you.

Thanks for all your hard work too! :)

c.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] Merge status with 2.6
  2004-02-07 17:21 [parisc-linux] Merge status with 2.6 Matthew Wilcox
  2004-02-07 22:00 ` Matthew Wilcox
  2004-02-07 22:28 ` Carlos O'Donell
@ 2004-02-07 23:09 ` Helge Deller
  2004-02-08 22:59 ` Matthew Wilcox
  3 siblings, 0 replies; 6+ messages in thread
From: Helge Deller @ 2004-02-07 23:09 UTC (permalink / raw)
  To: parisc-linux; +Cc: Matthew Wilcox

On Saturday 07 February 2004 18:21, Matthew Wilcox wrote:
> Of that, 229111 bytes ( 23 files changed, 5811 insertions(+), 819 deletions(-) )
> is the input layer changes for ps/2 and HIL.  I'm assuming Helge's taking
> care of merging that with Vojtech (thanks a lot, Helge!)

Thanks, and thank you for do the merging stuff !
Of course I will continue with the PS/2 and as far as possible with the
HIL upstream merge.

Helge

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] Merge status with 2.6
  2004-02-07 17:21 [parisc-linux] Merge status with 2.6 Matthew Wilcox
                   ` (2 preceding siblings ...)
  2004-02-07 23:09 ` Helge Deller
@ 2004-02-08 22:59 ` Matthew Wilcox
  2004-02-09 16:40   ` Joel Soete
  3 siblings, 1 reply; 6+ messages in thread
From: Matthew Wilcox @ 2004-02-08 22:59 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: parisc-linux

On Sat, Feb 07, 2004 at 05:21:08PM +0000, Matthew Wilcox wrote:
> kernel/sysctl.c: Have we really removed these sysctls or is this a merge
> 	artifact?

Merge botch, needs to be removed from upstream.  Art Haas coincidentally
pointed this one out to me today.  It's going in via akpm.

-- 
"Next the statesmen will invent cheap lies, putting the blame upon 
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince 
himself that the war is just, and will thank God for the better sleep 
he enjoys after this process of grotesque self-deception." -- Mark Twain

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] Merge status with 2.6
  2004-02-08 22:59 ` Matthew Wilcox
@ 2004-02-09 16:40   ` Joel Soete
  0 siblings, 0 replies; 6+ messages in thread
From: Joel Soete @ 2004-02-09 16:40 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: parisc-linux


Hi all,

Tested with success with defconfig and 32bit kernel on b2k.
And same success with also defconfig and 64bit kernel on same b2k and N4k
(UP).

Thanks to all for this great job,
    Joel

-------------------------------------------------------------------------
Tiscali ADSL: 12 mois à 29,50 €/mois! L'Internet rapide, c'est pour tout
le monde.
http://reg.tiscali.be/default.asp?lg=fr

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-02-09 16:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-07 17:21 [parisc-linux] Merge status with 2.6 Matthew Wilcox
2004-02-07 22:00 ` Matthew Wilcox
2004-02-07 22:28 ` Carlos O'Donell
2004-02-07 23:09 ` Helge Deller
2004-02-08 22:59 ` Matthew Wilcox
2004-02-09 16:40   ` Joel Soete

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox