2003-11-14 09:43:06

by Alexander Zarochentsev

[permalink] [raw]
Subject: new reiser4 snapshot is available

[resend to LKML]

> Hi All,
>
> New snapshot arrived
>
> fetch it
> http://namesys.com/snapshots/2003.11.12/linux-2.6.0-test9-reiser4.diff.gz
>
> for description look at http://namesys.com/snapshots/2003.11.12/READ.ME
>
> reiser4progs and libaal packages should be taken from the previous snapshot
> dir http://namesys.com/snapshot/2003.10.17/.
>
> good luck
> --
--
Alex.


2003-11-14 11:05:28

by Gianni Tedesco

[permalink] [raw]
Subject: Re: new reiser4 snapshot is available

On Fri, 2003-11-14 at 10:42, Alex Zarochentsev wrote:
> > fetch it
> > http://namesys.com/snapshots/2003.11.12/linux-2.6.0-test9-reiser4.diff.gz

Seems to be combined with the UML patch...

zcat linux-2.6.0-test9-reiser4.diff.gz | diffstat
Makefile | 2
arch/i386/kernel/entry.S | 4
arch/i386/kernel/sys_i386.c | 2
arch/um/Kconfig | 48
arch/um/Kconfig_block | 14
arch/um/Kconfig_net | 70
arch/um/Makefile | 49
arch/um/Makefile-i386 | 20
arch/um/Makefile-skas | 6
arch/um/config.release | 1
arch/um/defconfig | 203
arch/um/drivers/Makefile | 6
arch/um/drivers/chan_kern.c | 1
arch/um/drivers/chan_user.c | 4

etc....

--
// Gianni Tedesco (gianni at scaramanga dot co dot uk)
lynx --source http://www.scaramanga.co.uk/scaramanga.asc | gpg --import
8646BE7D: 6D9F 2287 870E A2C9 8F60 3A3C 91B5 7669 8646 BE7D


Attachments:
signature.asc (189.00 B)
This is a digitally signed message part

2003-11-14 11:20:44

by Alexander Zarochentsev

[permalink] [raw]
Subject: Re: new reiser4 snapshot is available

On Fri, Nov 14, 2003 at 12:04:25PM +0100, Gianni Tedesco wrote:
> On Fri, 2003-11-14 at 10:42, Alex Zarochentsev wrote:
> > > fetch it
> > > http://namesys.com/snapshots/2003.11.12/linux-2.6.0-test9-reiser4.diff.gz
>
> Seems to be combined with the UML patch...
>
> zcat linux-2.6.0-test9-reiser4.diff.gz | diffstat
> Makefile | 2
> arch/i386/kernel/entry.S | 4
> arch/i386/kernel/sys_i386.c | 2
> arch/um/Kconfig | 48
> arch/um/Kconfig_block | 14
> arch/um/Kconfig_net | 70
> arch/um/Makefile | 49
> arch/um/Makefile-i386 | 20
> arch/um/Makefile-skas | 6
> arch/um/config.release | 1
> arch/um/defconfig | 203
> arch/um/drivers/Makefile | 6
> arch/um/drivers/chan_kern.c | 1
> arch/um/drivers/chan_user.c | 4
>
> etc....

yes, this patch taken from our bk repository,
because UML is used in development, it contains uml fixes.

previous snapshot was done more carefully, it is located
in http://namesys.com/snapshots/2003.10.17/ you can see
all changes in one patch as well as broken-out patches.

changes for test9 are the same as for test7 with minor exceptions.

> // Gianni Tedesco (gianni at scaramanga dot co dot uk)
> lynx --source http://www.scaramanga.co.uk/scaramanga.asc | gpg --import
> 8646BE7D: 6D9F 2287 870E A2C9 8F60 3A3C 91B5 7669 8646 BE7D

--
Alex.

2003-11-14 13:17:05

by Alexander Zarochentsev

[permalink] [raw]
Subject: Re: new reiser4 snapshot is available

On Fri, Nov 14, 2003 at 02:20:28PM +0300, Alex Zarochentcev wrote:
> On Fri, Nov 14, 2003 at 12:04:25PM +0100, Gianni Tedesco wrote:
> > On Fri, 2003-11-14 at 10:42, Alex Zarochentsev wrote:
> > > > fetch it
> > > > http://namesys.com/snapshots/2003.11.12/linux-2.6.0-test9-reiser4.diff.gz
> >
> > Seems to be combined with the UML patch...
> >
> > zcat linux-2.6.0-test9-reiser4.diff.gz | diffstat
> > Makefile | 2
> > arch/i386/kernel/entry.S | 4
> > arch/i386/kernel/sys_i386.c | 2
> > arch/um/Kconfig | 48
> > arch/um/Kconfig_block | 14
> > arch/um/Kconfig_net | 70
> > arch/um/Makefile | 49
> > arch/um/Makefile-i386 | 20
> > arch/um/Makefile-skas | 6
> > arch/um/config.release | 1
> > arch/um/defconfig | 203
> > arch/um/drivers/Makefile | 6
> > arch/um/drivers/chan_kern.c | 1
> > arch/um/drivers/chan_user.c | 4
> >
> > etc....
>
> yes, this patch taken from our bk repository,
> because UML is used in development, it contains uml fixes.
>
> previous snapshot was done more carefully, it is located
> in http://namesys.com/snapshots/2003.10.17/ you can see
> all changes in one patch as well as broken-out patches.
>
> changes for test9 are the same as for test7 with minor exceptions.

I made a cleanup for reiser4 patches (by removing UML-specific changes),
you can see result here:

http://namesys.com/snapshots/2003.11.17/cleaned-up/

core.diff.gz - changes to the core kernel
reiser4-only-diff.gz - reiser4 code as a patch
all.diff.gz - all in one patch
reiser4.tar.gz - reiser4 bk repository (SCCS data included)


> > // Gianni Tedesco (gianni at scaramanga dot co dot uk)
> > lynx --source http://www.scaramanga.co.uk/scaramanga.asc | gpg --import
> > 8646BE7D: 6D9F 2287 870E A2C9 8F60 3A3C 91B5 7669 8646 BE7D

> --
> Alex.

--
Alex.

2003-11-14 13:27:37

by Carl-Daniel Hailfinger

[permalink] [raw]
Subject: Re: new reiser4 snapshot is available

Alex Zarochentsev wrote:
> I made a cleanup for reiser4 patches (by removing UML-specific changes),
> you can see result here:
>
> http://namesys.com/snapshots/2003.11.17/cleaned-up/

That directory doesn't exist.


Carl-Daniel

2003-11-14 13:33:05

by Alexander Zarochentsev

[permalink] [raw]
Subject: Re: new reiser4 snapshot is available

On Fri, Nov 14, 2003 at 02:27:29PM +0100, Carl-Daniel Hailfinger wrote:
> Alex Zarochentsev wrote:
> > I made a cleanup for reiser4 patches (by removing UML-specific changes),
> > you can see result here:
> >
> > http://namesys.com/snapshots/2003.11.17/cleaned-up/
>
> That directory doesn't exist.

http://namesys.com/snapshots/2003.11.12/cleaned-up/

>
>
> Carl-Daniel
>

--
Alex.