linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 2.4.19-pre2
@ 2002-02-28 20:50 Marcelo Tosatti
  2002-02-28 23:19 ` Eyal Lebedinsky
  2002-03-01  4:18 ` Linux 2.4.19-pre2 on Cobalt Qube 2? Dax Kelson
  0 siblings, 2 replies; 6+ messages in thread
From: Marcelo Tosatti @ 2002-02-28 20:50 UTC (permalink / raw)
  To: lkml; +Cc: Ralf Baechle, David Mosberger


Hi, 

Here is 2.4.19-pre2: A very big patch (around 13MB uncompressed) due to
the architecture (MIPS and IA64 mainly) updates. 

Ralf and David: Please check if the merges have been done correctly (eg
no new files missing).

pre2:

- -ac merge						(Alan Cox)
- Huge MIPS/MIPS64 merge				(Ralf Baechle)
- IA64 update						(David Mosberger)
- PPC update						(Tom Rini)
- Shrink struct page					(Rik van Riel)
- QNX4 update (now its able to mount QNX 6.1 fses)	(Anders Larsen)
- Make max_map_count sysctl configurable		(Christoph Hellwig)
- matroxfb update					(Petr Vandrovec)
- ymfpci update						(Pete Zaitcev)
- LVM update						(Heinz J. Mauelshagen)
- btaudio driver update					(Gerd Knorr)
- bttv update						(Gerd Knorr)
- Out of line code cleanup				(Keith Owens)
- Add watchdog API documentation			(Christer Weinigel)
- Rivafb update						(Ani Joshi)
- Enable PCI buses above quad0 on NUMA-Q		(Martin J. Bligh)
- Fix PIIX IDE slave PCI timings			(Dave Bogdanoff)
- Make PLIP work again					(Tim Waugh)
- Remove unecessary printk from lp.c			(Tim Waugh)
- Make parport_daisy_select work for ECP/EPP modes	(Max Vorobiev)
- Support O_NONBLOCK on lp/ppdev correctly		(Tim Waugh)
- Add PCI card hooks to parport				(Tim Waugh)
- Compaq cciss driver fixes				(Stephen Cameron)
- VFS cleanups and fixes				(Alexander Viro)
- USB update (including USB 2.0 support)		(Greg KH)
- More jiffies compare cleanups				(Tim Schmielau)
- PCI hotplug update					(Greg KH)
- bluesmoke fixes					(Dave Jones)
- Fix off-by-one in ide-scsi				(John Fremlin)
- Fix warnings in make xconfig				(René Scharfe)
- Make x86 MCE a configure option			(Paul Gortmaker)
- Small ramdisk fixes					(Christoph Hellwig)
- Add missing atime update to pipe code			(Christoph Hellwig)
- Serialize microcode access				(Tigran Aivazian)
- AMD Elan handling on serial.c				(Robert Schwebel)


pre1:

- Add tape support to cciss driver			(Stephen Cameron)
- Add Permedia3 fb driver				(Romain Dolbeau)
- meye driver update					(Stelian Pop)
- opl3sa2 update					(Zwane Mwaikambo)
- JFFS2 update						(David Woodhouse)
- NBD deadlock fix					(Steven Whitehouse)
- Correct sys_shmdt() return value on failure		(Adam Bottchen)
- Apply the SET_PERSONALITY patch missing from 2.4.18 	(me)
- Alpha update						(Jay Estabrook)
- SPARC64 update					(David S. Miller)
- Fix potential blk freelist corruption			(Jens Axboe)
- Fix potential hpfs oops				(Chris Mason)
- get_request() starvation fix				(Andrew Morton)
- cramfs update						(Daniel Quinlan)
- Allow binfmt_elf as module				(Paul Gortmaker)
- ymfpci Configure.help update				(Pete Zaitcev)
- Backout one eepro100 change made in 2.4.18: it 
  was causing slowdowns on some cards			(Jeff Garzik)
- Tridentfb compilation fix				(Jani Monoses)
- Fix refcounting of directories on renames in tmpfs	(Christoph Rohland)
- Add Fujitsu notebook to broken APM implementation 
  blacklist						(Arjan Van de Ven)
- "do { ... } while(0)" cleanups on some fb drivers	(Geert Uytterhoeven)
- Fix natsemi's ETHTOOL_GLINK ioctl			(Tim Hockin)
- Fix clik! drive detection code in ide-floppy		(Paul Bristow)
- Add additional support for the 82801 I/O controller	(Wim Van Sebroeck)
- Remove duplicates in pci_ids.h			(Wim Van Sebroeck)






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

* Re: Linux 2.4.19-pre2
  2002-02-28 20:50 Linux 2.4.19-pre2 Marcelo Tosatti
@ 2002-02-28 23:19 ` Eyal Lebedinsky
  2002-03-01 11:04   ` Jens Axboe
  2002-03-01  4:18 ` Linux 2.4.19-pre2 on Cobalt Qube 2? Dax Kelson
  1 sibling, 1 reply; 6+ messages in thread
From: Eyal Lebedinsky @ 2002-02-28 23:19 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: lkml

Marcelo Tosatti wrote:
> Here is 2.4.19-pre2: A very big patch (around 13MB uncompressed) due to

Practically everything module is built.

gcc -D__KERNEL__ -I/data2/usr/local/src/linux-2.4-pre/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=i686 -malign-functions=4  -DMODULE -DMODVERSIONS -include
/data2/usr/local/src/linux-2.4-pre/include/linux/modversions.h 
-DKBUILD_BASENAME=cciss  -c -o cciss.o cciss.c
cciss.c: In function `cciss_remove_one':
cciss.c:2129: too few arguments to function `sendcmd'
make[2]: *** [cciss.o] Error 1
make[2]: Leaving directory
`/data2/usr/local/src/linux-2.4-pre/drivers/block'

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>

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

* Linux 2.4.19-pre2 on Cobalt Qube 2?
  2002-02-28 20:50 Linux 2.4.19-pre2 Marcelo Tosatti
  2002-02-28 23:19 ` Eyal Lebedinsky
@ 2002-03-01  4:18 ` Dax Kelson
  2002-03-01  4:32   ` Ralf Baechle
  1 sibling, 1 reply; 6+ messages in thread
From: Dax Kelson @ 2002-03-01  4:18 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: lkml, Ralf Baechle

On Thu, 28 Feb 2002, Marcelo Tosatti wrote:

> Here is 2.4.19-pre2: A very big patch (around 13MB uncompressed) due to
> the architecture (MIPS and IA64 mainly) updates. 

Does this MIPS merge mean that the 2.4.19-pre2 kernel would work on a MIPS
based Cobalt Qube 2? It that's the case, then I just need a working 
userland.

The official Linux kernel from Cobalt is 2.0 vintage. I'm currently
running NetBSD 1.5.2 to have something a little more modern, but I would 
like to come back to Linux if possible.

Dax


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

* Re: Linux 2.4.19-pre2 on Cobalt Qube 2?
  2002-03-01  4:18 ` Linux 2.4.19-pre2 on Cobalt Qube 2? Dax Kelson
@ 2002-03-01  4:32   ` Ralf Baechle
  2002-03-02  2:18     ` Mr. James W. Laferriere
  0 siblings, 1 reply; 6+ messages in thread
From: Ralf Baechle @ 2002-03-01  4:32 UTC (permalink / raw)
  To: Dax Kelson; +Cc: Marcelo Tosatti, lkml

On Thu, Feb 28, 2002 at 09:18:30PM -0700, Dax Kelson wrote:

> > Here is 2.4.19-pre2: A very big patch (around 13MB uncompressed) due to
> > the architecture (MIPS and IA64 mainly) updates. 
> 
> Does this MIPS merge mean that the 2.4.19-pre2 kernel would work on a MIPS
> based Cobalt Qube 2? It that's the case, then I just need a working 
> userland.
> 
> The official Linux kernel from Cobalt is 2.0 vintage. I'm currently
> running NetBSD 1.5.2 to have something a little more modern, but I would 
> like to come back to Linux if possible.

The MIPS merge still isn't complete, this was just the bulk part.  So such
I haven't even tried to build let alone test Marcelo's -pre2 kernel.  If
you want a 2.4.18 kernel for a Qube, get it via anonymous CVS.  See the
MIPS HOWTO at http://oss.sgi.com/mips/mips-howto.html.

  Ralf

--
"Embrace, Enhance, Eliminate" - it worked for the pope, it'll work for Bill.

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

* Re: Linux 2.4.19-pre2
  2002-02-28 23:19 ` Eyal Lebedinsky
@ 2002-03-01 11:04   ` Jens Axboe
  0 siblings, 0 replies; 6+ messages in thread
From: Jens Axboe @ 2002-03-01 11:04 UTC (permalink / raw)
  To: Eyal Lebedinsky; +Cc: Marcelo Tosatti, lkml

On Fri, Mar 01 2002, Eyal Lebedinsky wrote:
> Marcelo Tosatti wrote:
> > Here is 2.4.19-pre2: A very big patch (around 13MB uncompressed) due to
> 
> Practically everything module is built.
> 
> gcc -D__KERNEL__ -I/data2/usr/local/src/linux-2.4-pre/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
> -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
> -march=i686 -malign-functions=4  -DMODULE -DMODVERSIONS -include
> /data2/usr/local/src/linux-2.4-pre/include/linux/modversions.h 
> -DKBUILD_BASENAME=cciss  -c -o cciss.o cciss.c
> cciss.c: In function `cciss_remove_one':
> cciss.c:2129: too few arguments to function `sendcmd'
> make[2]: *** [cciss.o] Error 1
> make[2]: Leaving directory
> `/data2/usr/local/src/linux-2.4-pre/drivers/block'

A few cciss updates are still pending, so these will disappear for the
next -pre.

-- 
Jens Axboe


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

* Re: Linux 2.4.19-pre2 on Cobalt Qube 2?
  2002-03-01  4:32   ` Ralf Baechle
@ 2002-03-02  2:18     ` Mr. James W. Laferriere
  0 siblings, 0 replies; 6+ messages in thread
From: Mr. James W. Laferriere @ 2002-03-02  2:18 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Dax Kelson, Marcelo Tosatti, lkml


	Hello Ralf ,  Where in the FAQ does it describe how to get from
	CVS the necessary components for a MIPsel kernel from CVS or do
	you just grab the whole kernel ?  Also the URL:
	ftp://intel.cleveland.lug.net/pub/Mipsel
	appears to not allow anon access anylonger .  Tia ,  JimL

ie:
$ ncftp ftp://intel.cleveland.lug.net/pub/Mipsel
NcFTP 3.0.2 (October 19, 2000) by Mike Gleason (ncftp@ncftp.com).
Connecting to 207.166.193.105...
ProFTPD 1.2.1 Server (ProFTPD Default Installation) [cleveland.lug.net]
Login incorrect.


On Fri, 1 Mar 2002, Ralf Baechle wrote:
> On Thu, Feb 28, 2002 at 09:18:30PM -0700, Dax Kelson wrote:
> > > Here is 2.4.19-pre2: A very big patch (around 13MB uncompressed) due to
> > > the architecture (MIPS and IA64 mainly) updates.
> > Does this MIPS merge mean that the 2.4.19-pre2 kernel would work on a MIPS
> > based Cobalt Qube 2? It that's the case, then I just need a working
> > userland.
> > The official Linux kernel from Cobalt is 2.0 vintage. I'm currently
> > running NetBSD 1.5.2 to have something a little more modern, but I would
> > like to come back to Linux if possible.
> The MIPS merge still isn't complete, this was just the bulk part.  So such
> I haven't even tried to build let alone test Marcelo's -pre2 kernel.  If
> you want a 2.4.18 kernel for a Qube, get it via anonymous CVS.  See the
> MIPS HOWTO at http://oss.sgi.com/mips/mips-howto.html.
>   Ralf

       +------------------------------------------------------------------+
       | James   W.   Laferriere | System    Techniques | Give me VMS     |
       | Network        Engineer |     P.O. Box 854     |  Give me Linux  |
       | babydr@baby-dragons.com | Coudersport PA 16915 |   only  on  AXP |
       +------------------------------------------------------------------+


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

end of thread, other threads:[~2002-03-02  2:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-28 20:50 Linux 2.4.19-pre2 Marcelo Tosatti
2002-02-28 23:19 ` Eyal Lebedinsky
2002-03-01 11:04   ` Jens Axboe
2002-03-01  4:18 ` Linux 2.4.19-pre2 on Cobalt Qube 2? Dax Kelson
2002-03-01  4:32   ` Ralf Baechle
2002-03-02  2:18     ` Mr. James W. Laferriere

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).