public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v12 0/1] Add support for IPMB driver
@ 2019-06-10 18:57 Asmaa Mnebhi
  2019-06-10 18:57 ` [PATCH v12 1/1] " Asmaa Mnebhi
  0 siblings, 1 reply; 7+ messages in thread
From: Asmaa Mnebhi @ 2019-06-10 18:57 UTC (permalink / raw)
  To: minyard, wsa, vadimp, michaelsh, rdunlap
  Cc: Asmaa Mnebhi, linux-kernel, linux-i2c

Addressed Corey's comment:
Instead of having reference_rq_sa, check the response bit
in the ipmb_write function to provide additional protection
against arbitrary commands.

Asmaa Mnebhi (1):
  Add support for IPMB driver

 Documentation/IPMB.txt           | 103 +++++++++++
 drivers/char/ipmi/Kconfig        |   8 +
 drivers/char/ipmi/Makefile       |   1 +
 drivers/char/ipmi/ipmb_dev_int.c | 364 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 476 insertions(+)
 create mode 100644 Documentation/IPMB.txt
 create mode 100644 drivers/char/ipmi/ipmb_dev_int.c

-- 
2.1.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-06-11 16:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-10 18:57 [PATCH v12 0/1] Add support for IPMB driver Asmaa Mnebhi
2019-06-10 18:57 ` [PATCH v12 1/1] " Asmaa Mnebhi
2019-06-10 19:51   ` Corey Minyard
2019-06-10 20:00     ` Asmaa Mnebhi
2019-06-10 21:55   ` Randy Dunlap
2019-06-11 13:28     ` Asmaa Mnebhi
2019-06-11 16:13       ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox