Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2024 14:24:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 276944] no kernel panic after forcible unmount of /
Message-ID:  <bug-276944-227-S0TgmfPm0D@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276944-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276944

--- Comment #2 from John F. Carr <jfc@mit.edu> ---
(In reply to Konstantin Belousov from comment #1)

There is code to panic when / is unmounted:

                if (ump->um_mountp == rootvnode->v_mount)
                        panic("UFS: root fs would be forcibly unmounted");

It didn't trigger on my system because the panic is only in 14.0 and newer. So
this bug report is a request to merge 60a41168d195cc09f7351c2c2bcafc389ed52406
to stable/13.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276944-227-S0TgmfPm0D>