lkml.org 
[lkml]   [2003]   [Aug]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.6test /proc/net/pnp oops.
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 */
_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.066 / U:0.668 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site