From: Asmaa Mnebhi <Asmaa@mellanox.com>
To: minyard@acm.org, wsa@the-dreams.de, vadimp@mellanox.com,
michaelsh@mellanox.com, rdunlap@infradead.org
Cc: Asmaa Mnebhi <Asmaa@mellanox.com>,
linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org
Subject: [PATCH v12 0/1] Add support for IPMB driver
Date: Mon, 10 Jun 2019 14:57:01 -0400 [thread overview]
Message-ID: <cover.1560192707.git.Asmaa@mellanox.com> (raw)
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
next reply other threads:[~2019-06-10 18:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-10 18:57 Asmaa Mnebhi [this message]
2019-06-10 18:57 ` [PATCH v12 1/1] Add support for IPMB driver 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1560192707.git.Asmaa@mellanox.com \
--to=asmaa@mellanox.com \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michaelsh@mellanox.com \
--cc=minyard@acm.org \
--cc=rdunlap@infradead.org \
--cc=vadimp@mellanox.com \
--cc=wsa@the-dreams.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.