Bug 670734 - kernel panic at __rpc_create_common() when mounting nfs
Summary: kernel panic at __rpc_create_common() when mounting nfs
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: kernel
Version: 6.0
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Takashi Sato
QA Contact: Petr Beňas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-19 06:46 UTC by Takashi Sato
Modified: 2018-11-14 15:44 UTC (History)
9 users (show)

Fixed In Version: kernel-2.6.32-112.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-05-23 20:37:59 UTC
Target Upstream Version:


Attachments (Terms of Use)
patch for linux-2.6.32-71.el6.x86_64 (506 bytes, patch)
2011-01-19 06:46 UTC, Takashi Sato
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2011:0542 0 normal SHIPPED_LIVE Important: Red Hat Enterprise Linux 6.1 kernel security, bug fix and enhancement update 2011-05-19 11:58:07 UTC

Description Takashi Sato 2011-01-19 06:46:07 UTC
Created attachment 474201 [details]
patch for linux-2.6.32-71.el6.x86_64

Description of problem:

When mounting NFSv4 filesystem, NFS client's kernel panic for a BUG_ON at
__rpc_create_common().

  The panic place is:
    rpc_mkpipe
      __rpc_lookup_create()          <=== find pipefile *idmap*
      __rpc_mkpipe()                 <=== pipefile is *idmap*
        __rpc_create_common()
          ******  BUG_ON(!d_unhashed(dentry)); ******    *panic*

Version-Release number of selected component (if applicable):

Red Hat Enterprise Linux 6.0
kernel-2.6.32-71

How reproducible:
# cat /etc/exports
/nfsv4        *(rw,insecure,no_root_squash,fsid=0)

# mkdir -p /nfsv4

# service nfs restart

# cat mount-panic.sh
#!/bin/sh
LOOPTOTAL=768
LOOPCOUNT=0
while [ $LOOPCOUNT -ne $LOOPTOTAL ]
do
        ((LOOPCOUNT += 1))
        service nfs restart
        /usr/sbin/rpc.idmapd
        mount -t nfs4 127.0.0.1:/ /mnt || return;
        ls -l /var/lib/nfs/rpc_pipefs/nfs/*
        umount /mnt;
        echo $LOOPCOUNT
done

# sh mount-panic.sh

Actual results:
Panic happens while the above script is running.

Expected results:
The script completes.

Additional info:
It's reported on the linux-nfs community, too.
http://marc.info/?l=linux-nfs&m=129231689022990&w=2

Patch for linux-2.6.32-71.el6.x86_64 is attached.

Comment 3 RHEL Program Management 2011-01-19 14:50:41 UTC
This request was evaluated by Red Hat Product Management for inclusion
in a Red Hat Enterprise Linux maintenance release. Product Management has 
requested further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed 
products. This request is not yet committed for inclusion in an Update release.

Comment 4 Aristeu Rozanski 2011-02-03 16:20:04 UTC
Patch(es) available on kernel-2.6.32-112.el6

Comment 8 Petr Beňas 2011-02-15 13:27:31 UTC
Reproduced in 2.6.32-94.el6 and verified in 2.6.32-104.el6.

Comment 9 errata-xmlrpc 2011-05-23 20:37:59 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2011-0542.html


Note You need to log in before you can comment on or make changes to this bug.