From: Edward Shishkin <edward.shishkin@gmail.com>
To: Spidey / Claudio <spideybr@gmail.com>
Cc: reiserfs-devel@vger.kernel.org
Subject: Re: reiser4 + firefox/chromium causing kernel panics
Date: Wed, 15 Jun 2011 15:40:54 +0200 [thread overview]
Message-ID: <4DF8B666.3090404@gmail.com> (raw)
In-Reply-To: <BANLkTinFWbpuQKSYGYJJ7W2+23jQWj4OWw@mail.gmail.com>
[-- 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.
next prev parent reply other threads:[~2011-06-15 13:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[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 [this message]
2011-06-15 13:59 ` Spidey / Claudio
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DF8B666.3090404@gmail.com \
--to=edward.shishkin@gmail.com \
--cc=reiserfs-devel@vger.kernel.org \
--cc=spideybr@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.