* Snapshot
@ 1999-12-06 23:44 Ralf Baechle
1999-12-07 5:07 ` Snapshot A. Wrasman
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Ralf Baechle @ 1999-12-06 23:44 UTC (permalink / raw)
To: linux, linux-mips, linux-mips
I've put a snapshot of current CVS kernel sources into
oss.sgi.com:/pub/linux/mips/src/kernel/linux-19991206.tar.gz.
Ralf
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Snapshot
1999-12-06 23:44 Snapshot Ralf Baechle
@ 1999-12-07 5:07 ` A. Wrasman
[not found] ` <Pine.OSF.3.96.991206221350.25177A-100000@osf1.gmu.edu>
1999-12-09 15:49 ` Snapshot Florian Lohoff
2 siblings, 0 replies; 9+ messages in thread
From: A. Wrasman @ 1999-12-07 5:07 UTC (permalink / raw)
To: linux, linux-mips, linux-mips
On Mon, Dec 06, 1999 at 09:44:29PM -0200, Ralf Baechle wrote:
> I've put a snapshot of current CVS kernel sources into
> oss.sgi.com:/pub/linux/mips/src/kernel/linux-19991206.tar.gz.
^
Put in v2.3/ and you find it. --+
>
> Ralf
Raz
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Snapshot
[not found] ` <Pine.OSF.3.96.991206221350.25177A-100000@osf1.gmu.edu>
@ 1999-12-07 11:11 ` Ralf Baechle
0 siblings, 0 replies; 9+ messages in thread
From: Ralf Baechle @ 1999-12-07 11:11 UTC (permalink / raw)
To: Ryan Rafferty; +Cc: linux, linux-mips, linux-mips
On Mon, Dec 06, 1999 at 10:14:12PM -0500, Ryan Rafferty wrote:
> Any highlights about important changes present in this snapshot?
Most important for you guys out there the upgrade to 2.3.21 and a number
of bug fixes. Try it, break it. Again ;-) Aside of this this kernel
also has a good part of the 64-bit stuff. Not all of it, I'm maintaining
the 32-bit kernel, the Indy 64-bit and the Origin kernel as separate
trees to prevent bugs from creeping from on tree in the other.
> On Mon, 6 Dec 1999, Ralf Baechle wrote:
>
> > I've put a snapshot of current CVS kernel sources into
> > oss.sgi.com:/pub/linux/mips/src/kernel/linux-19991206.tar.gz.
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Snapshot
@ 1999-12-07 20:05 Mike Hill
1999-12-09 22:41 ` Snapshot Andrew R. Baker
0 siblings, 1 reply; 9+ messages in thread
From: Mike Hill @ 1999-12-07 20:05 UTC (permalink / raw)
To: 'Ralf Baechle'; +Cc: linux
Hi Ralf,
This compiles very well (i386 cross-compiled) unless I add serial console
support, in which case it finishes like this:
mips-linux-ld -static -G 0 -T arch/mips/ld.script.big -Ttext 0x88002000
arch/mips/kernel/head.o arch/mips/kernel/init_task.o init/main.o
init/version.o \
--start-group \
arch/mips/kernel/kernel.o arch/mips/mm/mm.o kernel/kernel.o mm/mm.o
fs/fs.o ipc/ipc.o \
fs/filesystems.a \
net/network.a \
drivers/block/block.a drivers/char/char.o drivers/misc/misc.o
drivers/parport/parport.a drivers/net/net.a drivers/scsi/scsi.a
drivers/cdrom/cdrom.a drivers/sound/sounddrivers.o drivers/sgi/sgi.a
drivers/video/video.a \
arch/mips/lib/lib.a /usr/src/mips/linux-19991206/lib/lib.a
arch/mips/sgi/kernel/sgikern.a arch/mips/arc/arclib.a \
--end-group \
-o vmlinux
arch/mips/sgi/kernel/sgikern.a(setup.o): In function `sgi_write_output':
setup.c(.text.init+0x84): undefined reference to `console_setup'
setup.c(.text.init+0x84): relocation truncated to fit: R_MIPS_26
console_setup
make: *** [vmlinux] Error 1
The CVS 2.2 source still compiles.
Regards,
Mike
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Snapshot
1999-12-06 23:44 Snapshot Ralf Baechle
1999-12-07 5:07 ` Snapshot A. Wrasman
[not found] ` <Pine.OSF.3.96.991206221350.25177A-100000@osf1.gmu.edu>
@ 1999-12-09 15:49 ` Florian Lohoff
1999-12-09 19:02 ` Snapshot Ralf Baechle
1999-12-09 21:00 ` Snapshot Harald Koerfgen
2 siblings, 2 replies; 9+ messages in thread
From: Florian Lohoff @ 1999-12-09 15:49 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux, linux-mips, linux-mips
On Mon, Dec 06, 1999 at 09:44:29PM -0200, Ralf Baechle wrote:
> I've put a snapshot of current CVS kernel sources into
> oss.sgi.com:/pub/linux/mips/src/kernel/linux-19991206.tar.gz.
Short resume:
Doesnt work on Decstation 5000/150 Mips R4000 ...
Reboots immediatly after end of tftp download ...
KN04 V2.1k (PC: 0x8005c044, SP: 0x838a9de0)
-tftp boot(3), bootp 193.189.250.46:/boot/vmlinux-2.3.21-decR4k.ecoff
-tftp load 1222624+0+369568
KN04 V2.1k (PC: 0x8005c044, SP: 0x80047f78)
-tftp boot(3), bootp 193.189.250.46:/boot/vmlinux-2.3.21-decR4k.ecoff
-tftp load 1222624+0+369568
So long ...
Flo
--
Florian Lohoff flo@rfc822.org +49-5241-470566
... The failure can be random; however, when it does occur, it is
catastrophic and is repeatable ... Cisco Field Notice
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Snapshot
1999-12-09 15:49 ` Snapshot Florian Lohoff
@ 1999-12-09 19:02 ` Ralf Baechle
1999-12-09 21:00 ` Snapshot Harald Koerfgen
1 sibling, 0 replies; 9+ messages in thread
From: Ralf Baechle @ 1999-12-09 19:02 UTC (permalink / raw)
To: Florian Lohoff; +Cc: linux, linux-mips, linux-mips
On Thu, Dec 09, 1999 at 04:49:08PM +0100, Florian Lohoff wrote:
> On Mon, Dec 06, 1999 at 09:44:29PM -0200, Ralf Baechle wrote:
> > I've put a snapshot of current CVS kernel sources into
> > oss.sgi.com:/pub/linux/mips/src/kernel/linux-19991206.tar.gz.
>
> Short resume:
>
> Doesnt work on Decstation 5000/150 Mips R4000 ...
> Reboots immediatly after end of tftp download ...
>
> KN04 V2.1k (PC: 0x8005c044, SP: 0x838a9de0)
>
> -tftp boot(3), bootp 193.189.250.46:/boot/vmlinux-2.3.21-decR4k.ecoff
> -tftp load 1222624+0+369568
>
> KN04 V2.1k (PC: 0x8005c044, SP: 0x80047f78)
>
> -tftp boot(3), bootp 193.189.250.46:/boot/vmlinux-2.3.21-decR4k.ecoff
> -tftp load 1222624+0+369568
The CVS now has a couple of fixes, could you retry?
Ralf
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Snapshot
1999-12-09 15:49 ` Snapshot Florian Lohoff
1999-12-09 19:02 ` Snapshot Ralf Baechle
@ 1999-12-09 21:00 ` Harald Koerfgen
1 sibling, 0 replies; 9+ messages in thread
From: Harald Koerfgen @ 1999-12-09 21:00 UTC (permalink / raw)
To: Florian Lohoff; +Cc: linux-mips, linux-mips, linux, Ralf Baechle
On 09-Dec-99 Florian Lohoff wrote:
> On Mon, Dec 06, 1999 at 09:44:29PM -0200, Ralf Baechle wrote:
>> I've put a snapshot of current CVS kernel sources into
>> oss.sgi.com:/pub/linux/mips/src/kernel/linux-19991206.tar.gz.
>
> Short resume:
>
> Doesnt work on Decstation 5000/150 Mips R4000 ...
> Reboots immediatly after end of tftp download ...
>
> KN04 V2.1k (PC: 0x8005c044, SP: 0x838a9de0)
>
> -tftp boot(3), bootp 193.189.250.46:/boot/vmlinux-2.3.21-decR4k.ecoff
> -tftp load 1222624+0+369568
>
> KN04 V2.1k (PC: 0x8005c044, SP: 0x80047f78)
>
> -tftp boot(3), bootp 193.189.250.46:/boot/vmlinux-2.3.21-decR4k.ecoff
> -tftp load 1222624+0+369568
>
> So long ...
http://oss.sgi.com/www.linux.sgi.com/mips/mips-howto.html
" 6.2 Self compiled kernels crash when booting.
When I build my own kernel, it crashes. On an Indy the crash message looks like
the following; the same problem hits other machines as well but may look
completely different.
[...]
This problem is caused by a still unfixed bug in Binutils newer than version
2.7. As a workaround, change the following line in arch/mips/Makefile from:
LINKFLAGS = -static -N
to:
LINKFLAGS = -static"
BTW, little endian semaphores for R4xxx and TLB miss handlers for R3xxx are
broken in this snapshot. This is fixed since yesterday and 2.3.21 is happily
running on a /260 and a /133. If you want to play around with recent kernels I
suggest a fresh cvs checkout. Instructions can be found at the above URL.
Hope this helps.
---
Regards,
Harald
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Snapshot
1999-12-07 20:05 Snapshot Mike Hill
@ 1999-12-09 22:41 ` Andrew R. Baker
0 siblings, 0 replies; 9+ messages in thread
From: Andrew R. Baker @ 1999-12-09 22:41 UTC (permalink / raw)
To: Mike Hill; +Cc: 'Ralf Baechle', linux
Serial console is not working in 2.3 yet. I know how to fix it for when
it is included on the command line, but what I came up with for detecting
it from the PROM enviroment is a bit strange.
On Tue, 7 Dec 1999, Mike Hill wrote:
> Hi Ralf,
>
> This compiles very well (i386 cross-compiled) unless I add serial console
> support, in which case it finishes like this:
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Snapshot
[not found] ` <mailman.1.1246071601.2080.users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org>
@ 2009-06-27 9:52 ` Dipl.-Ing. Michael Niederle
0 siblings, 0 replies; 9+ messages in thread
From: Dipl.-Ing. Michael Niederle @ 2009-06-27 9:52 UTC (permalink / raw)
To: users-JrjvKiOkagjYtjvyW6yDsg; +Cc: Stephane Krikorian
Hi, Stephane!
> 1/ I take a snapshot
> 2/ I apply a patch
> 3/ I test my application
> 4/ I decide to revert to the state of the snapshot discarding the changes
> caused by the patch and subsequent testing.
>Is it possible since snaphots can only be mounted R/O ? Do I have to rsync
> my R/O snapshot with my partition ? Thanks for enlightning me.
> Stephane
Currently you cannot revert to a previous snapshot. Due to information from
Ryusuke Konishi the current data structures don't support this.
So for now you will have to rely on rsync or a similar tool.
Greetings, Michael
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2009-06-27 9:52 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.1.1246071601.2080.users@nilfs.org>
[not found] ` <mailman.1.1246071601.2080.users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org>
2009-06-27 9:52 ` Snapshot Dipl.-Ing. Michael Niederle
1999-12-07 20:05 Snapshot Mike Hill
1999-12-09 22:41 ` Snapshot Andrew R. Baker
-- strict thread matches above, loose matches on Subject: below --
1999-12-06 23:44 Snapshot Ralf Baechle
1999-12-07 5:07 ` Snapshot A. Wrasman
[not found] ` <Pine.OSF.3.96.991206221350.25177A-100000@osf1.gmu.edu>
1999-12-07 11:11 ` Snapshot Ralf Baechle
1999-12-09 15:49 ` Snapshot Florian Lohoff
1999-12-09 19:02 ` Snapshot Ralf Baechle
1999-12-09 21:00 ` Snapshot Harald Koerfgen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.