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.
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
This commit indeed fix the problem.