* Some questions about r4
@ 2005-09-01 18:06 Pysiak Satriani
2005-09-01 18:19 ` Gregory Maxwell
2005-09-01 18:43 ` David Masover
0 siblings, 2 replies; 5+ messages in thread
From: Pysiak Satriani @ 2005-09-01 18:06 UTC (permalink / raw)
To: Reiserfs List
Hi,
Is there a r4-patch cooking for 2.6.13 ?
Is the requirement for not enabling 4k-stacks going away soon?
If I patch a vanilla kernel with r4, and sop using r4, would you say that the changes I introduced by patching are rather safe to the rest of the kernel, or would you recomend going back to vanilla just in case?
Regards,
Maciej
----------------------------------------------------
Festiwal Kultur ¦wiata "Okno na ¦wiat" Gdynia 8-10 wrze¶nia 2005
Debata Odzyskanie wolno¶ci, taniec indonezyjski, filmy, koncerty:
Twonkle Brothers, Jose Torres, Ikenga Drumers!
http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fokno.html&sid=484
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Some questions about r4
2005-09-01 18:06 Some questions about r4 Pysiak Satriani
@ 2005-09-01 18:19 ` Gregory Maxwell
2005-09-01 22:15 ` Hans Reiser
2005-09-01 18:43 ` David Masover
1 sibling, 1 reply; 5+ messages in thread
From: Gregory Maxwell @ 2005-09-01 18:19 UTC (permalink / raw)
To: Reiserfs List
On 9/1/05, Pysiak Satriani <pysiak.satriani@wp.pl> wrote:
> Hi,
> Is there a r4-patch cooking for 2.6.13 ?
> Is the requirement for not enabling 4k-stacks going away soon?
> If I patch a vanilla kernel with r4, and sop using r4, would you say that the changes I introduced by patching are rather safe to the rest of the kernel, or would you recomend going back to vanilla just in case?
On this point: 2.6.13 is out, is there going to be a pass at getting
reiser4 into 2.6.14?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Some questions about r4
2005-09-01 18:19 ` Gregory Maxwell
@ 2005-09-01 22:15 ` Hans Reiser
0 siblings, 0 replies; 5+ messages in thread
From: Hans Reiser @ 2005-09-01 22:15 UTC (permalink / raw)
To: Gregory Maxwell; +Cc: Reiserfs List
Gregory Maxwell wrote:
>On 9/1/05, Pysiak Satriani <pysiak.satriani@wp.pl> wrote:
>
>
>>Hi,
>>Is there a r4-patch cooking for 2.6.13 ?
>>Is the requirement for not enabling 4k-stacks going away soon?
>>If I patch a vanilla kernel with r4, and sop using r4, would you say that the changes I introduced by patching are rather safe to the rest of the kernel, or would you recomend going back to vanilla just in case?
>>
>>
>
>On this point: 2.6.13 is out, is there going to be a pass at getting
>reiser4 into 2.6.14?
>
>
>
>
Yes, but the latest crashed during testing today, so we delay until at
least tomorrow.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Some questions about r4
2005-09-01 18:06 Some questions about r4 Pysiak Satriani
2005-09-01 18:19 ` Gregory Maxwell
@ 2005-09-01 18:43 ` David Masover
2005-09-01 20:38 ` Re[2]: " Pysiak Satriani
1 sibling, 1 reply; 5+ messages in thread
From: David Masover @ 2005-09-01 18:43 UTC (permalink / raw)
To: Pysiak Satriani; +Cc: Reiserfs List
Pysiak Satriani wrote:
> Hi,
>
> Is there a r4-patch cooking for 2.6.13 ?
Maybe. But the patches from 2.6.13-rc6-mm2 applied and ran without any
trouble at all. 2.6.13-mm1 is out, but I haven't gotten a chance to try it.
For the record, the script to patch just reiser4 from broken-out
mm-sources is:
cd /usr/src/linux
for patch in `egrep '^reiser4' ../broken-out/series`; do
patch -p1 < ../broken-out/$patch || break
done
I hope this works, I haven't actually tested it against patches that
don't apply properly (to see if the break works), and of course it
currently breaks if patch names have spaces in them.
> Is the requirement for not enabling 4k-stacks going away soon?
Probably not. Actually, I have no idea, but I would guess that kernel
inclusion is more important now.
> If I patch a vanilla kernel with r4, and sop using r4, would you say that the changes I introduced by patching are rather safe to the rest of the kernel, or would you recomend going back to vanilla just in case?
Teach your mail client to wrap lines, good god!
Anyway, it would probably be a Best Practice to remove it, but I haven't
had any stability issues using Reiser4 as my root FS for months and
months -- has it been a year now? I can't remember...
So, I doubt it affects the rest of the kernel. However, I could be
entirely wrong about this, and that could be why my sound card doesn't
work in Quake 3 on AMD64, or why I can't get my microphone working, or
why glxgears is so much slower with my new video card on AMD64 compared
to my old one on an Athlon-XP.
But somehow, I doubt any of these are true.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re[2]: Some questions about r4
2005-09-01 18:43 ` David Masover
@ 2005-09-01 20:38 ` Pysiak Satriani
0 siblings, 0 replies; 5+ messages in thread
From: Pysiak Satriani @ 2005-09-01 20:38 UTC (permalink / raw)
To: David Masover; +Cc: Reiserfs List
Hello David,
Thursday, September 1, 2005, 8:43:33 PM, you wrote:
> Maybe. But the patches from 2.6.13-rc6-mm2 applied and ran without any
> trouble at all. 2.6.13-mm1 is out, but I haven't gotten a chance to try it.
Ok, thanks for the script to get it out of broken-out.
>> Is the requirement for not enabling 4k-stacks going away soon?
> Probably not. Actually, I have no idea, but I would guess that kernel
> inclusion is more important now.
Hm, I may be wrong, but I think 8k-stacks are on a long-term plan
for removal. I rememer reading on lkml about it I think.
> Teach your mail client to wrap lines, good god!
Oops, sorry, In a hurry I used webmail which obviously sucks.
> Anyway, it would probably be a Best Practice to remove it, but I haven't
> had any stability issues using Reiser4 as my root FS for months and
> months -- has it been a year now? I can't remember...
Thanks.
Regards,
Maciej
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-09-01 22:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-01 18:06 Some questions about r4 Pysiak Satriani
2005-09-01 18:19 ` Gregory Maxwell
2005-09-01 22:15 ` Hans Reiser
2005-09-01 18:43 ` David Masover
2005-09-01 20:38 ` Re[2]: " Pysiak Satriani
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.