Summary: | assert panic when mounting smb share | ||
---|---|---|---|
Product: | Base System | Reporter: | Alfredo Dal'Ava Junior <alfredo> |
Component: | kern | Assignee: | Brooks Davis <brooks> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | arichardson, markj, rtm |
Priority: | --- | Keywords: | crash |
Version: | CURRENT | ||
Hardware: | arm64 | ||
OS: | Any |
Description
Alfredo Dal'Ava Junior
2021-01-29 14:07:32 UTC
*** Bug 258477 has been marked as a duplicate of this bug. *** *** Bug 258421 has been marked as a duplicate of this bug. *** This should be fixed by https://cgit.freebsd.org/src/commit/?id=04c91ac48ad13ce0d1392cedbd69c2c0223d206f A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3b55b6137195ee116680590c1d3c4416a88fee2e commit 3b55b6137195ee116680590c1d3c4416a88fee2e Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2021-10-19 23:19:57 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2021-10-19 23:19:57 +0000 selsocket: handle sopoll() errors correctly Without this change, unmounting smbfs filesystems with an INVARIANTS kernel would panic after 10e64782ed59727e8c9fe4a5c7e17f497903c8eb. PR: 253079 Found by: markj Reviewed by: markj, jhb Obtained from: CheriBSD Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D32492 (cherry picked from commit 04c91ac48ad13ce0d1392cedbd69c2c0223d206f) sys/kern/sys_generic.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=2f022558ce3d00eb53fd235dd87db780acd9bc25 commit 2f022558ce3d00eb53fd235dd87db780acd9bc25 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2021-10-20 16:00:38 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2021-10-20 16:00:38 +0000 selsocket: handle sopoll() errors correctly Without this change, unmounting smbfs filesystems with an INVARIANTS kernel would panic after 10e64782ed59727e8c9fe4a5c7e17f497903c8eb. PR: 253079 Found by: markj Reviewed by: markj, jhb Obtained from: CheriBSD Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D32492 (cherry picked from commit 04c91ac48ad13ce0d1392cedbd69c2c0223d206f) sys/kern/sys_generic.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Should be fixed on main, stable/12, and stable/13. |