Re: [Openipmi-developer] [PATCH v4 1/3] ipmi: ssif_bmc: Add SSIF BMC driver

2021-07-13 Thread kernel test robot
Hi Quan, I love your patch! Yet something to improve: [auto build test ERROR on char-misc/char-misc-testing] [also build test ERROR on wsa/i2c/for-next ipmi/for-next v5.14-rc1 next-20210713] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we sug

[Openipmi-developer] [PATCH v4 1/3] ipmi: ssif_bmc: Add SSIF BMC driver

2021-07-13 Thread Quan Nguyen via Openipmi-developer
The SMBus system interface (SSIF) IPMI BMC driver can be used to perform in-band IPMI communication with their host in management (BMC) side. Signed-off-by: Quan Nguyen --- v4: + Send response with Completion code 0xFF when aborting [Quan] + Added bounding check on SMBus writes and th