| Summary: | [nfs] nfs.ko can be unloaded when nfsd is running, leading to a panic later | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | peter.edwards <peter.edwards> | ||||||
| Component: | kern | Assignee: | Peter Edwards <peadar> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Unspecified | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
State Changed From-To: open->feedback Does this problem still occur in newer versions of FreeBSD, such as 4.3-RELEASE? State Changed From-To: feedback->analyzed This is still a problem. Responsible Changed From-To: freebsd-bugs->tmm tmm volunteered to fix this one. Responsible Changed From-To: tmm->peadar Talked to thomas, and he's happy to give me back my old PR :-) State Changed From-To: analyzed->patched Patch committed to -current Can this be closed? Best Regards -- Matteo Riondato FreeBSD Volunteer (http://freebsd.org) G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) State Changed From-To: patched->closed This is fixed in RELENG_5 and in RELENG_6, so close this PR |
You can unload the nfs module while nfsd is running When nfsd dies later, you will probably end up panicing. Fix: Patches: (sorry for cut-n-paste whitespace, but I've no MX available to send a proper mail. Anyway, the change is pretty small..) How-To-Repeat: # kldunload nfs # ps ax | awk '/nfsd/ { print $1 }' | xargs kill -9