Date: Mon, 18 Sep 2023 22:21:14 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 273418] [panic] Repeating kernel panic on open(/dev/console) Message-ID: <bug-273418-227-wUavAFIUW0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273418-227@https.bugs.freebsd.org/bugzilla/> References: <bug-273418-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273418 --- Comment #19 from Konstantin Belousov <kib@FreeBSD.org> --- Well, the new flag CDP_ON_ACTIVE_LIST mostly duplicates the CDP_ACTIVE. Crucial part is assert that CDP_ACTIVE is not set when freeing. Adding yet another flag would not hurt but it is purely debugging flag. If you add CDP_ACTIVE into devfs_free() assert, then the patch can be committed. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273418-227-wUavAFIUW0>