Bug 16195 - nfsd hangs on startup
Summary: nfsd hangs on startup
Status: RESOLVED CODE_FIX
Alias: None
Product: Networking
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Arnaldo Carvalho de Melo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-13 15:12 UTC by François Valenduc
Modified: 2010-06-16 16:46 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.35-rc3 ( commit 597a264)
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments

Description François Valenduc 2010-06-13 15:12:17 UTC
With 2.6.35-rc3, nfsd hangs at startup. A git-bisect run shows that the first bad commit is the following:

commit 597a264b1a9c7e36d1728f677c66c5c1f7e3b837
Author: John Fastabend <john.r.fastabend@intel.com>
Date:   Thu Jun 3 09:30:11 2010 +0000

    net: deliver skbs on inactive slaves to exact matches

Indeed, if I revert it, the problem doesn't occur. Looking at the description of this commit, I should probably add that I use a virtual tap interface and a bridge for running a kvm machine.
Comment 1 Andrew Morton 2010-06-15 22:56:18 UTC
Thanks.  This should have been fixed by 

commit e897082fe7a5b591dc4dd5599ac39081a7c8e482
Author:     John Fastabend <john.r.fastabend@intel.com>
AuthorDate: Sun Jun 13 10:36:30 2010 +0000
Commit:     David S. Miller <davem@davemloft.net>
CommitDate: Sun Jun 13 17:12:40 2010 -0700

    net: fix deliver_no_wcard regression on loopback device
Comment 2 François Valenduc 2010-06-16 16:46:31 UTC
This commit indeed fix the problem.

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