]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ipmi:msghandler: Export and fix panic messaging capability
authorCorey Minyard <corey@minyard.net>
Tue, 22 Apr 2025 17:06:02 +0000 (12:06 -0500)
committerCorey Minyard <corey@minyard.net>
Wed, 7 May 2025 22:25:48 +0000 (17:25 -0500)
commit6f7f6605c9aeb472b5d4101b263b1fc5dc3cf623
treeb8c7a7608b9863e5100afbe31c5169ed4c2eea46
parentbe816bc4f8413f227a48278f14693674d9296fe2
ipmi:msghandler: Export and fix panic messaging capability

Don't have the other users that do things at panic time (the watchdog)
do all this themselves, provide a function to do it.

Also, with the new design where most stuff happens at thread context,
a few things needed to be fixed to avoid doing locking in a panic
context.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_msghandler.c
include/linux/ipmi.h