From: Andrew Morton <akpm@osdl.org>
To: Dave Jones <davej@codemonkey.org.uk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6test /proc/net/pnp oops.
Date: Fri, 8 Aug 2003 18:49:50 -0700 [thread overview]
Message-ID: <20030808184950.3b2bd6e2.akpm@osdl.org> (raw)
In-Reply-To: <20030809011901.GA16007@suse.de>
Dave Jones <davej@codemonkey.org.uk> wrote:
>
> Whilst trying to figure out what kept changing the bootserver
> entry every few minutes, I got the following oops when I did
> cat /proc/net/pnp
> This is from bitkeeper tree as of 24hrs ago.
>
> Dave
>
> Unable to handle kernel paging request at virtual address c06f977c
Could you please check your System.map and verify that ic_servaddr was at
0xc06f977c?
diff -puN net/ipv4/ipconfig.c~pnp_get_info-oops-fix net/ipv4/ipconfig.c
--- 25/net/ipv4/ipconfig.c~pnp_get_info-oops-fix 2003-08-08 18:48:33.000000000 -0700
+++ 25-akpm/net/ipv4/ipconfig.c 2003-08-08 18:48:40.000000000 -0700
@@ -129,7 +129,7 @@ u32 ic_myaddr __initdata = INADDR_NONE;
u32 ic_netmask __initdata = INADDR_NONE; /* Netmask for local subnet */
u32 ic_gateway __initdata = INADDR_NONE; /* Gateway IP address */
-u32 ic_servaddr __initdata = INADDR_NONE; /* Boot server IP address */
+u32 ic_servaddr = INADDR_NONE; /* Boot server IP address */
u32 root_server_addr __initdata = INADDR_NONE; /* Address of NFS server */
u8 root_server_path[256] __initdata = { 0, }; /* Path to mount as root */
_
next prev parent reply other threads:[~2003-08-09 1:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-09 1:19 Dave Jones
2003-08-09 1:49 ` Andrew Morton [this message]
2003-08-09 2:13 ` Dave Jones
2003-08-09 15:12 ` Dave Jones
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=20030808184950.3b2bd6e2.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=davej@codemonkey.org.uk \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®