]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ipmi:msghandler: Use the system_wq, not system_bh_wq
authorCorey Minyard <corey@minyard.net>
Wed, 19 Mar 2025 00:03:08 +0000 (19:03 -0500)
committerCorey Minyard <corey@minyard.net>
Wed, 7 May 2025 22:25:47 +0000 (17:25 -0500)
commit8b85c0f3cb21220537f8fa5e13dd393836df27c2
treeac038227c5901541b7d942e5d9ac0207ae196f85
parent646e40bbc7edbcb0b9e78ad425486e7fb918fcf9
ipmi:msghandler: Use the system_wq, not system_bh_wq

Everything can be run in thread context now, don't use the bh one.

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