From: Andrew Morton <akpm@digeo.com>
To: Felipe Alfaro Solana <felipe_alfaro@linuxmail.org>
Cc: c-d.hailfinger.kernel.2003@gmx.net, rmk@arm.linux.org.uk,
linux-kernel@vger.kernel.org, davej@suse.de
Subject: Re: 2.5.69-mm6: pccard oops while booting: round 2
Date: Sat, 17 May 2003 04:39:46 -0700 [thread overview]
Message-ID: <20030517043946.421c8f4a.akpm@digeo.com> (raw)
In-Reply-To: <1053169552.613.1.camel@teapot.felipe-alfaro.com>
Felipe Alfaro Solana <felipe_alfaro@linuxmail.org> wrote:
>
> Unable to handle kernel paging request at virtual address fceec0d7
> printing eip:
> c016954f
> *pde = 00000000
> Oops: 0000 [#1]
> CPU: 0
> EIP: 0060:[<c016954f>] Not tainted VLI
> EFLAGS: 00010246
> EIP is at sys_create_link+0xcf/0x130
bah. That's totally different :(
But there seems to be a bug in there.
--- 25/fs/sysfs/symlink.c~sysfs_create_link-fix 2003-05-17 04:34:50.000000000 -0700
+++ 25-akpm/fs/sysfs/symlink.c 2003-05-17 04:34:56.000000000 -0700
@@ -80,7 +80,7 @@ int sysfs_create_link(struct kobject * k
char * s;
depth = object_depth(kobj);
- size = object_path_length(target) + depth * 3 - 1;
+ size = object_path_length(target) + depth * 3 + 1;
if (size > PATH_MAX)
return -ENAMETOOLONG;
pr_debug("%s: depth = %d, size = %d\n",__FUNCTION__,depth,size);
That probably won't fix it though.
next prev parent reply other threads:[~2003-05-17 11:25 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-15 2:03 2.5.69-mm5: pccard oops while booting: resolved Felipe Alfaro Solana
2003-05-15 2:17 ` Andrew Morton
2003-05-15 11:36 ` Felipe Alfaro Solana
2003-05-15 12:00 ` Russell King
2003-05-15 13:16 ` Felipe Alfaro Solana
2003-05-15 13:44 ` Russell King
2003-05-15 13:47 ` Dave Jones
2003-05-15 22:31 ` Felipe Alfaro Solana
2003-05-15 23:00 ` Andrew Morton
2003-05-16 13:03 ` Felipe Alfaro Solana
2003-05-16 18:13 ` Ben Collins
2003-05-16 19:03 ` Felipe Alfaro Solana
2003-05-16 18:34 ` 2.5.69-mm6: pccard oops while booting Felipe Alfaro Solana
2003-05-16 20:29 ` Andrew Morton
2003-05-16 21:42 ` Felipe Alfaro Solana
2003-05-16 22:08 ` Carl-Daniel Hailfinger
2003-05-16 23:40 ` Felipe Alfaro Solana
2003-05-16 23:55 ` Russell King
2003-05-17 0:03 ` Felipe Alfaro Solana
2003-05-17 0:27 ` Carl-Daniel Hailfinger
2003-05-17 10:11 ` 2.5.69-mm6: pccard oops while booting: round 2 Felipe Alfaro Solana
2003-05-17 10:18 ` Andrew Morton
2003-05-17 11:05 ` Felipe Alfaro Solana
2003-05-17 11:22 ` Carl-Daniel Hailfinger
2003-05-17 12:51 ` 2.5.69-mm6: pccard oops while booting: round 3 Felipe Alfaro Solana
2003-05-18 19:38 ` 2.5.69-mm6: pccard oops while booting: gcc bug? Felipe Alfaro Solana
2003-05-22 13:24 ` [RFC] Disallow compilation with gcc 3.2.3 (was: Re: 2.5.69-mm6: pccard oops while booting:) Carl-Daniel Hailfinger
2003-05-22 14:05 ` Valdis.Kletnieks
2003-05-22 18:34 ` Felipe Alfaro Solana
2003-05-22 19:24 ` Andrew Morton
2003-05-22 14:26 ` 2.5.69-mm6: pccard oops while booting: gcc bug? Russell King
2003-05-17 11:39 ` Andrew Morton [this message]
2003-05-17 12:36 ` 2.5.69-mm6: pccard oops while booting: round 2 Felipe Alfaro Solana
2003-05-15 12:13 ` 2.5.69-mm5: pccard oops while booting: resolved Russell King
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=20030517043946.421c8f4a.akpm@digeo.com \
--to=akpm@digeo.com \
--cc=c-d.hailfinger.kernel.2003@gmx.net \
--cc=davej@suse.de \
--cc=felipe_alfaro@linuxmail.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rmk@arm.linux.org.uk \
/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