[Bug 273418] [panic] Repeating kernel panic on open(/dev/console)
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 273418] [panic] Repeating kernel panic on open(/dev/console)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Sep 2023 22:21:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273418 --- 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. -- You are receiving this mail because: You are the assignee for the bug.