]> www.infradead.org Git - users/willy/xarray.git/commit
ipmi:msghandler: Deliver user messages in a work queue
authorCorey Minyard <corey@minyard.net>
Tue, 18 Mar 2025 22:24:29 +0000 (17:24 -0500)
committerCorey Minyard <corey@minyard.net>
Wed, 7 May 2025 22:25:47 +0000 (17:25 -0500)
commit557602f23307b20d5dc9d4331314772604fd6ac0
tree8494aad9caa819255a3c7b26aa70a858ba9c30c6
parent742219863ee940c4cb3dcfe10030c080804d3a00
ipmi:msghandler: Deliver user messages in a work queue

This simplifies the locking and lets us remove some weird event
handling code.  deliver_response() and friends can now be called
from an atomic context.

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