[GIT PULL] IPMI bug fixes for 5.17 (second set)

From: Corey Minyard
Date: Wed May 04 2022 - 07:50:57 EST


The following changes since commit ae085d7f9365de7da27ab5c0d16b12d51ea7fca9:

mm: kfence: fix missing objcg housekeeping for SLAB (2022-03-27 18:47:00 -0700)

are available in the Git repository at:

https://github.com/cminyard/linux-ipmi.git tags/for-linus-5.17-2

for you to fetch changes up to 9cc3aac42566a0021e0ab7c4e9b31667ad75b1e3:

ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi() (2022-04-29 10:06:52 -0500)

----------------------------------------------------------------
Fix some issues that were reported

This has been in for-next for a bit (longer than the times would
indicate, I had to rebase to add some text to the headers) and these are
fixes that need to go in.

----------------------------------------------------------------
Corey Minyard (2):
ipmi: When handling send message responses, don't process the message
ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()

drivers/char/ipmi/ipmi_msghandler.c | 7 ++++++-
drivers/char/ipmi/ipmi_si_intf.c | 5 +----
2 files changed, 7 insertions(+), 5 deletions(-)