From: Andrew Morton <akpm@osdl.org>
To: "Rogério Brito" <rbrito@ime.usp.br>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [OOPS] Oops with kernel 2.6.9-rc2
Date: Wed, 15 Sep 2004 16:21:26 -0700 [thread overview]
Message-ID: <20040915162126.2899b2f7.akpm@osdl.org> (raw)
In-Reply-To: <20040915160143.GA4874@ime.usp.br>
Rogério Brito <rbrito@ime.usp.br> wrote:
>
> Yesterday night, I was running my own self compiled kernel 2.6.9-rc2,
> without any patches applied and, while I had my computer left unattended
> for some moments, I saw that it generated two Oopsen in a row.
Were you using a cdrom at that time? If so, this will probably fix it:
--- 25/fs/isofs/rock.c~rock-fix 2004-09-10 01:47:00.135392480 -0700
+++ 25-akpm/fs/isofs/rock.c 2004-09-10 01:47:00.139391872 -0700
@@ -62,7 +62,7 @@
}
#define MAYBE_CONTINUE(LABEL,DEV) \
- {if (buffer) kfree(buffer); \
+ {if (buffer) { kfree(buffer); buffer = NULL; } \
if (cont_extent){ \
int block, offset, offset1; \
struct buffer_head * pbh; \
_
next prev parent reply other threads:[~2004-09-15 23:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-15 16:01 [OOPS] Oops with kernel 2.6.9-rc2 Rogério Brito
2004-09-15 23:21 ` Andrew Morton [this message]
2004-09-16 1:51 ` Rogério Brito
2004-09-16 4:45 ` Tim Fairchild
2004-09-16 8:30 ` Rogério Brito
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=20040915162126.2899b2f7.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rbrito@ime.usp.br \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox