Re: [Fwd: oops 2.4.19-rc1 process lockd ( part 3 : no vmware )]

From: Trond Myklebust (trond.myklebust@fys.uio.no)
Date: Mon Jul 01 2002 - 07:36:02 EST


>>>>> " " == Nicholas L Nigay <nnigay@cboss.ru> writes:

>>> EIP; c02ac415 <xdr_encode_netobj+15/4c> <=====

>>> eax; 300c9800 Before first symbol ebx; cb4e6058
>>> <_end+b13cd48/1047fcf0> ecx; cb4e6058 <_end+b13cd48/1047fcf0>
>>> edx; cc99be64 <_end+c5f2b54/1047fcf0> esi; cc99be6c
>>> <_end+c5f2b5c/1047fcf0> edi; c0186fc8
>>> <nlm4clt_encode_testres+0/30> ebp; cc400900
>>> <_end+c0575f0/1047fcf0> esp; cd319d94 <_end+cf70a84/1047fcf0>

> Trace; c0186fc8 <nlm4clt_encode_testres+0/30> Trace; c0186719
> <nlm4_encode_testres+89/1f0> Trace; c0186fc8
> <nlm4clt_encode_testres+0/30> Trace; c0186fdc
> <nlm4clt_encode_testres+14/30> Trace; c02a47fc
> <call_encode+d8/104> Trace; c02a79ac <__rpc_execute+a8/2bc>
> Trace; c02a4496 <rpc_call_setup+3e/70> Trace; c02a7c17
> <rpc_execute+57/70> Trace; c02a4431 <rpc_call_async+7d/a4>
> Trace; c018168a <nlmsvc_async_call+82/98> Trace; c0187a0c
> <nlm4svc_callback_exit+0/54> Trace; c01879e7
> <nlm4svc_callback+73/98> Trace; c0187a0c
> <nlm4svc_callback_exit+0/54> Trace; c01874e8
> <nlm4svc_proc_test_msg+48/54> Trace; c026a316
> <inet_sendmsg+3a/40> Trace; c0237065 <sock_sendmsg+69/88>
> Trace; c0186417 <nlm4_decode_oh+f/14> Trace; c018647c
> <nlm4_decode_lock+4c/130> Trace; c018649a
> <nlm4_decode_lock+6a/130> Trace; c018691a
> <nlm4svc_decode_testargs+4e/54> Trace; c02a9d81
> <svc_process+219/4d8> Trace; c018278e <lockd+19a/254> Trace;
> c0107028 <kernel_thread+28/38>

Patch appended...

Cheers,
  Trond

diff -u --recursive --new-file linux-2.4.18/fs/lockd/svc4proc.c linux-2.4.18-fix_lock/fs/lockd/svc4proc.c
--- linux-2.4.18/fs/lockd/svc4proc.c Mon Oct 1 22:45:47 2001
+++ linux-2.4.18-fix_lock/fs/lockd/svc4proc.c Tue Apr 23 11:00:59 2002
@@ -254,6 +254,7 @@
 
         dprintk("lockd: TEST_MSG called\n");
 
+ memset(&res, 0, sizeof(res));
         if ((stat = nlm4svc_proc_test(rqstp, argp, &res)) == 0)
                 stat = nlm4svc_callback(rqstp, NLMPROC_TEST_RES, &res);
         return stat;
diff -u --recursive --new-file linux-2.4.18/fs/lockd/svcproc.c linux-2.4.18-fix_lock/fs/lockd/svcproc.c
--- linux-2.4.18/fs/lockd/svcproc.c Thu Oct 11 16:52:18 2001
+++ linux-2.4.18-fix_lock/fs/lockd/svcproc.c Tue Apr 23 11:01:10 2002
@@ -282,6 +282,7 @@
 
         dprintk("lockd: TEST_MSG called\n");
 
+ memset(&res, 0, sizeof(res));
         if ((stat = nlmsvc_proc_test(rqstp, argp, &res)) == 0)
                 stat = nlmsvc_callback(rqstp, NLMPROC_TEST_RES, &res);
         return stat;
-
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/



This archive was generated by hypermail 2b29 : Sun Jul 07 2002 - 22:00:07 EST