* newer r4 snapshots?
@ 2004-09-24 15:06 Pysiak Satriani
2004-09-24 17:37 ` Hans Reiser
0 siblings, 1 reply; 6+ messages in thread
From: Pysiak Satriani @ 2004-09-24 15:06 UTC (permalink / raw)
To: reiserfs-list
Hello!
I was wondering why there are no r4 snapshots since august.
I am sorry if the answer was in the huge debate here and there.
I have read that r4 will not be accepted in the kernel in
the shape it is now. So is the r4 team working on changes agreed
with the kernel developers or doing some other clever tasks?
The main question is: will there be snapshots for vanilla,
not -mm kernels anytime soon?
I have stopped using -mm kernels and patchsets with r4 because
there I found no r4 patches for newer kernels that have important
networking fixes for me.
Regards,
Maciej
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: newer r4 snapshots?
2004-09-24 15:06 newer r4 snapshots? Pysiak Satriani
@ 2004-09-24 17:37 ` Hans Reiser
2004-09-24 18:55 ` Re[2]: " Pysiak Satriani
0 siblings, 1 reply; 6+ messages in thread
From: Hans Reiser @ 2004-09-24 17:37 UTC (permalink / raw)
To: Pysiak Satriani; +Cc: reiserfs-list, vs
Pysiak Satriani wrote:
>Hello!
>
>I was wondering why there are no r4 snapshots since august.
>I am sorry if the answer was in the huge debate here and there.
>I have read that r4 will not be accepted in the kernel in
>the shape it is now. So is the r4 team working on changes agreed
>with the kernel developers or doing some other clever tasks?
>
>The main question is: will there be snapshots for vanilla,
>not -mm kernels anytime soon?
>
>I have stopped using -mm kernels and patchsets with r4 because
>there I found no r4 patches for newer kernels that have important
>networking fixes for me.
>
>Regards,
>Maciej
>
>
>
>
>
>
vs, please remove all snapshots from our website and point people to -mm
series of kernel, so that others do not repeat this understandable mistake.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re[2]: newer r4 snapshots?
2004-09-24 17:37 ` Hans Reiser
@ 2004-09-24 18:55 ` Pysiak Satriani
2004-09-24 22:17 ` Will Smith
0 siblings, 1 reply; 6+ messages in thread
From: Pysiak Satriani @ 2004-09-24 18:55 UTC (permalink / raw)
To: Hans Reiser; +Cc: reiserfs-list
> vs, please remove all snapshots from our website and point people to -mm
> series of kernel, so that others do not repeat this understandable mistake.
Ah, okay. So -mm kernels only. Righto!
Pysiak
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: newer r4 snapshots?
2004-09-24 18:55 ` Re[2]: " Pysiak Satriani
@ 2004-09-24 22:17 ` Will Smith
2004-09-24 23:05 ` Valdis.Kletnieks
0 siblings, 1 reply; 6+ messages in thread
From: Will Smith @ 2004-09-24 22:17 UTC (permalink / raw)
To: reiserfs-list
Do we have to follow -mm to obtain updates to the v4 code?
I would rather keep a relatively stable Linux kernel but have bleeding
edge reiser4 to test.
Is such an option available?
If not, is there a changelog describing which reiser4 changes have
been integrated into each -mm kernel?
Will Smith
Pysiak Satriani wrote:
>>vs, please remove all snapshots from our website and point people to -mm
>>series of kernel, so that others do not repeat this understandable mistake.
>
> Ah, okay. So -mm kernels only. Righto!
>
> Pysiak
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: newer r4 snapshots?
2004-09-24 22:17 ` Will Smith
@ 2004-09-24 23:05 ` Valdis.Kletnieks
2004-09-25 17:51 ` Milan Holzäpfel
0 siblings, 1 reply; 6+ messages in thread
From: Valdis.Kletnieks @ 2004-09-24 23:05 UTC (permalink / raw)
To: Will Smith; +Cc: reiserfs-list
[-- Attachment #1: Type: text/plain, Size: 1156 bytes --]
On Sat, 25 Sep 2004 06:17:27 +0800, Will Smith said:
> Do we have to follow -mm to obtain updates to the v4 code?
>
> I would rather keep a relatively stable Linux kernel but have bleeding
> edge reiser4 to test.
>
> Is such an option available?
>
> If not, is there a changelog describing which reiser4 changes have
> been integrated into each -mm kernel?
You can retrieve the 2.6.X-mmY-broken-out.tar.gz, which has all the
separate patches in it - the 'series' file indicates the order the patches
should get applied.
for i in `grep ^reiser broken-out/series`; do
patch -p1 < broken-out/$i
done
(add salt, pepper, and seasoning to taste.. ;)
The problem you'll hit is that there's probably interdependencies
that you'll have to hand-resolve - for starters, the very first patch
that goes into -mm is linus.patch, which Andrew told me is "whatever was
in Linus's BK an hour or so before" (i.e. it's probably even more bleeding
edge than the most recent -bk snapshot). So you're probably going to
end up doing some hand-editing to make stuff work.
Right now, patch.2.6.9-rc2 is some 432K lines, and linus.patch is
another 135K. Good luck. ;)
[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: newer r4 snapshots?
2004-09-24 23:05 ` Valdis.Kletnieks
@ 2004-09-25 17:51 ` Milan Holzäpfel
0 siblings, 0 replies; 6+ messages in thread
From: Milan Holzäpfel @ 2004-09-25 17:51 UTC (permalink / raw)
To: reiserfs-list
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 24 Sep 2004 19:05:42 -0400
Valdis.Kletnieks@vt.edu wrote:
> On Sat, 25 Sep 2004 06:17:27 +0800, Will Smith said:
> > Do we have to follow -mm to obtain updates to the v4 code?
> >
> > I would rather keep a relatively stable Linux kernel but have bleeding
> > edge reiser4 to test.
> >
> > Is such an option available?
> >
> > If not, is there a changelog describing which reiser4 changes have
> > been integrated into each -mm kernel?
>
> [... describing some steps to rediff Reiser4 ...]
If you don't want to rediff the patches yourself against a vanilla
kernel (or have no point to start at or whatever), there are few people
who are publishing Reiser4 snapshots rediffed against vanilla (since it
is not a real big task if you're a bit familiar with the stuff :) )
Either have a look at mine
(<URL:http://linux.mjh.name/kernel/patches/reiser4/>) or search through
the archives for some other peole publishing such patches (I remember
there was at least one person some time ago)
Regards,
Milan
- --
Milan Holzäpfel alias jagdfalke alias jag
Antworten direkt an mich Answers directly to me
gehen bitte an eine Addresse, go to an address one
die man hier finden kann: can find here, please:
Kontaktinfos sowie Contact infos as well as
Öff GnuPG-Schlüssel <URL:http://con.mjh.name/> GnuPG Public Key
GnuPG Fingerabdruck 4C8A 5FAF 5D32 6125 89D1 GnuPG Fingerprint
0CE5 DB0C AF4F 6583 7966
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBVbA42wyvT2WDeWYRAuGLAJ0YSuzQmO2YX+aXBxf221N3gGTmlQCfXqs4
JgzCQJ0Ocoh66x22UmpjuzM=
=Rnet
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-09-25 17:51 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-24 15:06 newer r4 snapshots? Pysiak Satriani
2004-09-24 17:37 ` Hans Reiser
2004-09-24 18:55 ` Re[2]: " Pysiak Satriani
2004-09-24 22:17 ` Will Smith
2004-09-24 23:05 ` Valdis.Kletnieks
2004-09-25 17:51 ` Milan Holzäpfel
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.