[GIT PULL] IPMI bug fixes for 5.6

From: Corey Minyard
Date: Mon Feb 10 2020 - 19:18:43 EST


The following changes since commit 6794862a16ef41f753abd75c03a152836e4c8028:

Merge tag 'for-5.5-rc1-kconfig-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (2019-12-09 12:14:31 -0800)

are available in the Git repository at:

https://github.com/cminyard/linux-ipmi.git tags/for-linus-5.6-1

for you to fetch changes up to e0354d147e5889b5faa12e64fa38187aed39aad4:

drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds write (2020-01-20 11:01:00 -0600)

----------------------------------------------------------------
Minor bug fixes for IPMI

I know this is late; I've been travelling and, well, I've been
distracted.

This is just a few bug fixes and adding i2c support to the IPMB driver,
which is something I wanted from the beginning for it. It would be
nice for the people doing IPMB to get this in.

-corey

----------------------------------------------------------------
Colin Ian King (1):
drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds write

Corey Minyard (1):
ipmi:ssif: Handle a possible NULL pointer reference

Vijay Khemka (2):
drivers: ipmi: Support raw i2c packet in IPMB
drivers: ipmi: Modify max length of IPMB packet

Documentation/driver-api/ipmb.rst | 4 ++++
drivers/char/ipmi/ipmb_dev_int.c | 33 +++++++++++++++++++++++++++++++--
drivers/char/ipmi/ipmi_ssif.c | 10 +++++++---
3 files changed, 42 insertions(+), 5 deletions(-)