mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Willy Tarreau <willy@w.ods.org>
To: Dimitris Zilaskos <dzila@tassadar.physics.auth.gr>
Cc: openafs-info@openafs.org, linux-kernel@vger.kernel.org
Subject: Re: Openafs 1.3.78 and kernel 2.4.29 oopses , same for 2.4.30 and openafs 1.3.82
Date: Fri, 6 May 2005 07:28:03 +0200	[thread overview]
Message-ID: <20050506052803.GE777@alpha.home.local> (raw)
In-Reply-To: <Pine.LNX.4.62.0505060209040.31479@tassadar.physics.auth.gr>

Hi,

On Fri, May 06, 2005 at 02:55:40AM +0300, Dimitris Zilaskos wrote:
> 
> 	Hello ,
> 
> [1.] One line summary of the problem:
> 
> Oopses on an openafs client system using openafs 1.3.78 and kernel 2.4.29.
> Oopses also occur afer moving to kernel 2.4.30 and openafs 1.3.82

The problem you encounter on 2.4.30 is not the same as on 2.4.29. The problem
in 2.4.29 is related to link_path_walk, which has been fixed in 2.4.30.

You might want to try 1.3.78 (or other) with 2.4.29-hf7 to check if your
2.4.30 problem was brought by kernel 2.4.30 or openafs 1.3.82, as the
link_path_walk bug is also fixed in hf7. The patch is available on :

     http://linux.exosec.net/kernel/2.4-hf/

Regards,
Willy

 
> Linux version 2.4.29 (root@system) (gcc version 3.3.4) #1 SMP Sun Mar 1
> 10:29:35 EEST 2005

(...) 

> >>EIP; c014d88b <link_path_walk+55b/9e0>   <=====
> 
> >>edx; efd41760 <_end+2f8df1b4/30431ab4>
> >>esi; cb519009 <_end+b0b6a5d/30431ab4>
> >>ebp; c5083f98 <_end+4c219ec/30431ab4>
> >>esp; c5083f24 <_end+4c21978/30431ab4>
> 
> Trace; c014df19 <path_lookup+39/40>
> Trace; c014e279 <__user_walk+49/60>
> Trace; c0153020 <filldir64+0/130>
> Trace; c014a1ff <sys_lstat64+1f/90>
> Trace; c0108ebb <system_call+33/38>
> 
> Code;  c014d88b <link_path_walk+55b/9e0>
> 00000000 <_EIP>:
> Code;  c014d88b <link_path_walk+55b/9e0>   <=====
>    0:   8b 43 38                  mov    0x38(%ebx),%eax   <=====
> Code;  c014d88e <link_path_walk+55e/9e0>
>    3:   85 c0                     test   %eax,%eax
> Code;  c014d890 <link_path_walk+560/9e0>
>    5:   0f 84 83 00 00 00         je     8e <_EIP+0x8e>
> Code;  c014d896 <link_path_walk+566/9e0>
>    b:   f0 fe 0d e0 99 41 c0      lock decb 0xc04199e0
> Code;  c014d89d <link_path_walk+56d/9e0>
>   12:   0f 88 00 00 00 00         js     18 <_EIP+0x18>
> 

(...) 

> Linux version 2.4.30 (root@system) (gcc version 3.3.4) #1 SMP Wed May 4 
> 15:10:58 EEST 2005

(...) 

> >>EIP; c015a980 <iput+310/320>   <=====
> 
> >>ebx; c671db40 <_end+62b5700/3042bc20>
> >>ecx; c671db50 <_end+62b5710/3042bc20>
> >>edx; c671db50 <_end+62b5710/3042bc20>
> >>esi; eed14800 <_end+2e8ac3c0/3042bc20>
> >>esp; effddf40 <_end+2fb75b00/3042bc20>
> 
> Trace; c0157571 <dput+31/190>
> Trace; c01579ce <prune_dcache+fe/190>
> Trace; c0157da4 <shrink_dcache_memory+24/40>
> Trace; c013937e <try_to_free_pages_zone+7e/100>
> Trace; c0139526 <kswapd_balance_pgdat+66/b0>
> Trace; c0139598 <kswapd_balance+28/40>
> Trace; c01396d8 <kswapd+98/b9>
> Trace; c0105000 <_stext+0/0>
> Trace; c010740e <arch_kernel_thread+2e/40>
> Trace; c0139640 <kswapd+0/b9>
> 
> Code;  c015a980 <iput+310/320>
> 00000000 <_EIP>:
> Code;  c015a980 <iput+310/320>   <=====
>    0:   0f 0b                     ud2a      <=====
> Code;  c015a982 <iput+312/320>
>    2:   b4 04                     mov    $0x4,%ah
> Code;  c015a984 <iput+314/320>
>    4:   72 bd                     jb     ffffffc3 <_EIP+0xffffffc3>
> Code;  c015a986 <iput+316/320>
>    6:   34 c0                     xor    $0xc0,%al
> Code;  c015a988 <iput+318/320>
>    8:   e9 0a fd ff ff            jmp    fffffd17 <_EIP+0xfffffd17>
> Code;  c015a98d <iput+31d/320>
>    d:   8d 76 00                  lea    0x0(%esi),%esi
> Code;  c015a990 <force_delete+0/20>
>   10:   8b 54 24 04               mov    0x4(%esp),%edx

  reply	other threads:[~2005-05-06  5:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-05 23:55 Dimitris Zilaskos
2005-05-06  5:28 ` Willy Tarreau [this message]
2005-05-06  7:28   ` Dimitris Zilaskos
2005-05-06 14:23     ` chas williams - CONTRACTOR
2005-05-06 14:42       ` Christoph Hellwig
2005-05-06 14:44       ` Dimitris Zilaskos
2005-05-06 16:50   ` Marcelo Tosatti
2005-05-07  9:51     ` Dimitris Zilaskos
2005-05-07 10:09       ` Willy Tarreau
2005-05-07 11:51         ` Dimitris Zilaskos
2005-05-07 12:08           ` Willy Tarreau
2005-05-09 10:03             ` Dimitris Zilaskos
2005-05-07 10:06     ` Willy Tarreau

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=20050506052803.GE777@alpha.home.local \
    --to=willy@w.ods.org \
    --cc=dzila@tassadar.physics.auth.gr \
    --cc=linux-kernel@vger.kernel.org \
    --cc=openafs-info@openafs.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®