linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] IPMI bug fixes for 5.3
@ 2019-07-12 11:52 Corey Minyard
  2019-07-13 22:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Corey Minyard @ 2019-07-12 11:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, openipmi-developer

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ac499fba98c3c65078fd84fa0a62cd6f6d5837ed:

  docs: ipmb: place it at driver-api and convert to ReST (2019-06-30 19:33:25 -0500)

----------------------------------------------------------------
Some small fixes for various things, nothing huge, mostly found
by automated tools.

Plus add a driver that allows Linux to act as an IPMB slave device,
so it can be a satellite MC in an IPMI network.

----------------------------------------------------------------
Arnd Bergmann (1):
      ipmi: ipmb: don't allocate i2c_client on stack

Asmaa Mnebhi (1):
      Add support for IPMB driver

Kefeng Wang (3):
      ipmi_si: fix unexpected driver unregister warning
      ipmi_si: use bool type for initialized variable
      ipmi_ssif: fix unexpected driver unregister warning

Mauro Carvalho Chehab (1):
      docs: ipmb: place it at driver-api and convert to ReST

Suzuki K Poulose (1):
      drivers: ipmi: Drop device reference

YueHaibing (1):
      ipmi: ipmb: Fix build error while CONFIG_I2C is set to m

kbuild test robot (1):
      fix platform_no_drv_owner.cocci warnings

 Documentation/driver-api/index.rst   |   1 +
 Documentation/driver-api/ipmb.rst    | 105 ++++++++++
 drivers/char/ipmi/Kconfig            |   9 +
 drivers/char/ipmi/Makefile           |   1 +
 drivers/char/ipmi/ipmb_dev_int.c     | 364 +++++++++++++++++++++++++++++++++++
 drivers/char/ipmi/ipmi_si_intf.c     |   4 +-
 drivers/char/ipmi/ipmi_si_platform.c |   7 +-
 drivers/char/ipmi/ipmi_ssif.c        |   5 +-
 8 files changed, 492 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/driver-api/ipmb.rst
 create mode 100644 drivers/char/ipmi/ipmb_dev_int.c


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

* Re: [GIT PULL] IPMI bug fixes for 5.3
  2019-07-12 11:52 [GIT PULL] IPMI bug fixes for 5.3 Corey Minyard
@ 2019-07-13 22:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-07-13 22:50 UTC (permalink / raw)
  To: Corey Minyard; +Cc: Linus Torvalds, linux-kernel, openipmi-developer

The pull request you sent on Fri, 12 Jul 2019 06:52:04 -0500:

> https://github.com/cminyard/linux-ipmi.git tags/for-linus-5.3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/92adeb616c9172dea9678f53ea6e5501fc4f4338

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

end of thread, other threads:[~2019-07-13 22:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-12 11:52 [GIT PULL] IPMI bug fixes for 5.3 Corey Minyard
2019-07-13 22:50 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).