All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: reiser4 + firefox/chromium causing kernel panics
       [not found] <BANLkTin6DXDPG4J4hcH7EMu58HM1Vf6hog@mail.gmail.com>
@ 2011-06-15 13:11 ` Spidey / Claudio
  2011-06-15 13:40   ` Edward Shishkin
  0 siblings, 1 reply; 3+ messages in thread
From: Spidey / Claudio @ 2011-06-15 13:11 UTC (permalink / raw)
  To: reiserfs-devel

If I just open mozilla firefox or chromium browser, I get an imediate
kernel panic. At first, I thought it was related to Firefox, but it's
definitely not. Here is a picture of the panic itself:
http://imageshack.us/f/689/20110615001.jpg/

I know imageshack is a bitch, if you can't see the picture I can
attach here in the next email.

I'm currently running gentoo, with zen-sources:
$ uname -a
Linux SpideyHomePC 2.6.38.5-zen #10 ZEN SMP PREEMPT Thu Jun 9 23:26:31
BRT 2011 x86_64 Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
GenuineIntel GNU/Linux

If you need my .config, just ask.

Thank you.

Claudio Roberto França Pereira (a.k.a. Spidey)
hardMOB - HTForum - @spideybr
Engenharia de Computação - UFES 2006/1
--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: reiser4 + firefox/chromium causing kernel panics
  2011-06-15 13:11 ` reiser4 + firefox/chromium causing kernel panics Spidey / Claudio
@ 2011-06-15 13:40   ` Edward Shishkin
  2011-06-15 13:59     ` Spidey / Claudio
  0 siblings, 1 reply; 3+ messages in thread
From: Edward Shishkin @ 2011-06-15 13:40 UTC (permalink / raw)
  To: Spidey / Claudio; +Cc: reiserfs-devel

[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]

Hello,

the attached patch should fix it.
However, this is dirty fixup, I'll try to
prepare something better at my vacations.

Thanks,
Edward.

On 06/15/2011 03:11 PM, Spidey / Claudio wrote:
> If I just open mozilla firefox or chromium browser, I get an imediate
> kernel panic. At first, I thought it was related to Firefox, but it's
> definitely not. Here is a picture of the panic itself:
> http://imageshack.us/f/689/20110615001.jpg/
>
> I know imageshack is a bitch, if you can't see the picture I can
> attach here in the next email.
>
> I'm currently running gentoo, with zen-sources:
> $ uname -a
> Linux SpideyHomePC 2.6.38.5-zen #10 ZEN SMP PREEMPT Thu Jun 9 23:26:31
> BRT 2011 x86_64 Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
> GenuineIntel GNU/Linux
>
> If you need my .config, just ask.
>
> Thank you.
>
> Claudio Roberto França Pereira (a.k.a. Spidey)
> hardMOB - HTForum - @spideybr
> Engenharia de Computação - UFES 2006/1
> --
> To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


[-- Attachment #2: reiser4-increase-reservation.patch --]
[-- Type: text/plain, Size: 478 bytes --]

---
 fs/reiser4/estimate.c                  |    2 +-
 fs/reiser4/plugin/file/cryptcompress.c |    5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

--- linux-2.6.37.orig/fs/reiser4/estimate.c
+++ linux-2.6.37/fs/reiser4/estimate.c
@@ -114,7 +114,7 @@ reiser4_block_nr estimate_update_cluster
 */
 reiser4_block_nr estimate_dirty_cluster(struct inode *inode)
 {
-	return cluster_nrpages(inode) + 4;
+	return cluster_nrpages(inode) + 4 + 1000;
 }
 
 /* Make Linus happy.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: reiser4 + firefox/chromium causing kernel panics
  2011-06-15 13:40   ` Edward Shishkin
@ 2011-06-15 13:59     ` Spidey / Claudio
  0 siblings, 0 replies; 3+ messages in thread
From: Spidey / Claudio @ 2011-06-15 13:59 UTC (permalink / raw)
  To: Edward Shishkin; +Cc: reiserfs-devel

Oh, thank you! That was fast. =D

Claudio Roberto França Pereira (a.k.a. Spidey)
hardMOB - HTForum - @spideybr
Engenharia de Computação - UFES 2006/1



On Wed, Jun 15, 2011 at 10:40, Edward Shishkin
<edward.shishkin@gmail.com> wrote:
> Hello,
>
> the attached patch should fix it.
> However, this is dirty fixup, I'll try to
> prepare something better at my vacations.
>
> Thanks,
> Edward.
>
> On 06/15/2011 03:11 PM, Spidey / Claudio wrote:
>>
>> If I just open mozilla firefox or chromium browser, I get an imediate
>> kernel panic. At first, I thought it was related to Firefox, but it's
>> definitely not. Here is a picture of the panic itself:
>> http://imageshack.us/f/689/20110615001.jpg/
>>
>> I know imageshack is a bitch, if you can't see the picture I can
>> attach here in the next email.
>>
>> I'm currently running gentoo, with zen-sources:
>> $ uname -a
>> Linux SpideyHomePC 2.6.38.5-zen #10 ZEN SMP PREEMPT Thu Jun 9 23:26:31
>> BRT 2011 x86_64 Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
>> GenuineIntel GNU/Linux
>>
>> If you need my .config, just ask.
>>
>> Thank you.
>>
>> Claudio Roberto França Pereira (a.k.a. Spidey)
>> hardMOB - HTForum - @spideybr
>> Engenharia de Computação - UFES 2006/1
>> --
>> To unsubscribe from this list: send the line "unsubscribe reiserfs-devel"
>> in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>
--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-15 13:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <BANLkTin6DXDPG4J4hcH7EMu58HM1Vf6hog@mail.gmail.com>
2011-06-15 13:11 ` reiser4 + firefox/chromium causing kernel panics Spidey / Claudio
2011-06-15 13:40   ` Edward Shishkin
2011-06-15 13:59     ` Spidey / Claudio

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.