* Snapshot
@ 1999-12-06 23:44 Ralf Baechle
1999-12-07 5:07 ` Snapshot A. Wrasman
` (3 more replies)
0 siblings, 4 replies; 13+ 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] 13+ 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>
` (2 subsequent siblings)
3 siblings, 0 replies; 13+ 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] 13+ 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; 13+ 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] 13+ 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; 13+ 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] 13+ 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
1999-12-21 12:02 ` patch for glibc-2.0.6 Jun Matsuda
3 siblings, 2 replies; 13+ 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] 13+ 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; 13+ 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] 13+ 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; 13+ 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] 13+ 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; 13+ 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] 13+ messages in thread
* patch for glibc-2.0.6
1999-12-06 23:44 Snapshot Ralf Baechle
` (2 preceding siblings ...)
1999-12-09 15:49 ` Snapshot Florian Lohoff
@ 1999-12-21 12:02 ` Jun Matsuda
1999-12-21 14:19 ` Ralf Baechle
1999-12-21 15:54 ` Florian Lohoff
3 siblings, 2 replies; 13+ messages in thread
From: Jun Matsuda @ 1999-12-21 12:02 UTC (permalink / raw)
To: linux
Hi,
I plan to construct the cross compilation environment as
described in the Linux/MIPS-HOWTO. But I could not find the
patch for glibc-2.0.6 (glibc-2.0.6-mips.patch) and without
this patch, I failed to compile glibc-2.0.6.
Does anyone tell me the place where to find it?
--
Best regards,
Jun Matsuda (jmatsu@cse.canon.co.jp)
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: patch for glibc-2.0.6
1999-12-21 12:02 ` patch for glibc-2.0.6 Jun Matsuda
@ 1999-12-21 14:19 ` Ralf Baechle
1999-12-21 23:59 ` Jun Matsuda
1999-12-21 15:54 ` Florian Lohoff
1 sibling, 1 reply; 13+ messages in thread
From: Ralf Baechle @ 1999-12-21 14:19 UTC (permalink / raw)
To: Jun Matsuda; +Cc: linux
On Tue, Dec 21, 1999 at 09:02:56PM +0900, Jun Matsuda wrote:
> I plan to construct the cross compilation environment as
> described in the Linux/MIPS-HOWTO. But I could not find the
> patch for glibc-2.0.6 (glibc-2.0.6-mips.patch) and without
> this patch, I failed to compile glibc-2.0.6.
>
> Does anyone tell me the place where to find it?
In the SRPM package of glibc.
Ralf
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: patch for glibc-2.0.6
1999-12-21 12:02 ` patch for glibc-2.0.6 Jun Matsuda
1999-12-21 14:19 ` Ralf Baechle
@ 1999-12-21 15:54 ` Florian Lohoff
1 sibling, 0 replies; 13+ messages in thread
From: Florian Lohoff @ 1999-12-21 15:54 UTC (permalink / raw)
To: Jun Matsuda; +Cc: linux
On Tue, Dec 21, 1999 at 09:02:56PM +0900, Jun Matsuda wrote:
> Hi,
>
> I plan to construct the cross compilation environment as
> described in the Linux/MIPS-HOWTO. But I could not find the
> patch for glibc-2.0.6 (glibc-2.0.6-mips.patch) and without
> this patch, I failed to compile glibc-2.0.6.
>
> Does anyone tell me the place where to find it?
There is a source rpm for it somewhere - Or a debian source package
for 2.0.7.981112 or something at
ftp://ftp.rfc822.org/pub/local/debian/debian/experimental
or something like that - It doesnt compile out of the box because
the tic and rpcgen get linked to the wrong lib ...
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] 13+ messages in thread
* Re: patch for glibc-2.0.6
1999-12-21 14:19 ` Ralf Baechle
@ 1999-12-21 23:59 ` Jun Matsuda
0 siblings, 0 replies; 13+ messages in thread
From: Jun Matsuda @ 1999-12-21 23:59 UTC (permalink / raw)
To: linux
Hi,
Ralf Baechle <ralf@oss.sgi.com> wrote:
> > Does anyone tell me the place where to find it?
>
> In the SRPM package of glibc.
I found the SPRM package for egcs and binutils, but I could not
find package for glibc.
I expect the SPRM package for glibc is in:
ftp://ftp.linux.sgi.com/pub/linux/mips/crossdev/src/
Does anyone know the exact place of the SPRM package for
glibc in ftp.linux.sgi.com?
Florian Lohoff <flo@rfc822.org> wrote:
> There is a source rpm for it somewhere - Or a debian source package
> for 2.0.7.981112 or something at
>
> ftp://ftp.rfc822.org/pub/local/debian/debian/experimental
Thanks! I will try it.
--
Best regards,
Jun Matsuda (jmatsu@cse.canon.co.jp)
^ permalink raw reply [flat|nested] 13+ 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; 13+ 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] 13+ messages in thread
end of thread, other threads:[~2009-06-27 9:52 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
1999-12-21 12:02 ` patch for glibc-2.0.6 Jun Matsuda
1999-12-21 14:19 ` Ralf Baechle
1999-12-21 23:59 ` Jun Matsuda
1999-12-21 15:54 ` Florian Lohoff
-- strict thread matches above, loose matches on Subject: below --
1999-12-07 20:05 Snapshot Mike Hill
1999-12-09 22:41 ` Snapshot Andrew R. Baker
[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
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.