ipmi_open looks for the wrong return value
Review Request #2436 — Created Nov. 5, 2019 and submitted
Information | |
---|---|
jbk | |
illumos-gate | |
11922 | |
Reviewers | |
general | |
ipmi_open eventually returns a minor number of -1, which will cause a panic in ipmi_close.
Recreated the panic per the ticket, then applied the fix, and could not recreate the panic afterwards