linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] IPMI bug fixes for 4.19
@ 2018-09-13  1:33 Corey Minyard
  0 siblings, 0 replies; 3+ messages in thread
From: Corey Minyard @ 2018-09-13  1:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, openipmi-developer

The following changes since commit 9f8f16c86e4d9e2afcbdcd6045981c4d9129450e:

   Merge tag 'mtd/for-4.19-rc2' of git://git.infradead.org/linux-mtd 
(2018-08-30 10:05:12 -0700)

are available in the git repository at:

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

for you to fetch changes up to a8627cda7cfffe1792c199660c2b4f03ba2bd97b:

   ipmi: Fix NULL pointer dereference in ssif_probe (2018-08-31 14:13:56 
-0500)

----------------------------------------------------------------
A few fixes that came around or after the merge window, except
for cd2315d "ipmi: kcs_bmc: don't change device name" which is for a
driver that very few people use, and those people need the change.

----------------------------------------------------------------
Benjamin Fair (1):
       ipmi: kcs_bmc: don't change device name

Corey Minyard (3):
       ipmi: Rework SMI registration failure
       ipmi: Move BT capabilities detection to the detect call
       ipmi: Fix I2C client removal in the SSIF driver

Gustavo A. R. Silva (1):
       ipmi: Fix NULL pointer dereference in ssif_probe

  drivers/char/ipmi/ipmi_bt_sm.c      | 92 
+++++++++++++++++++------------------
  drivers/char/ipmi/ipmi_msghandler.c | 53 +++++++++++----------
  drivers/char/ipmi/ipmi_si_intf.c    | 17 ++-----
  drivers/char/ipmi/ipmi_ssif.c       | 32 +++++--------
  drivers/char/ipmi/kcs_bmc.c         |  7 +--
  5 files changed, 97 insertions(+), 104 deletions(-)


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

* Re: [GIT PULL] IPMI bug fixes for 4.19
  2022-05-23 11:44 Corey Minyard
@ 2022-05-24 22:27 ` pr-tracker-bot
  0 siblings, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2022-05-24 22:27 UTC (permalink / raw)
  To: Corey Minyard; +Cc: Linus Torvalds, linux-kernel, openipmi-developer

The pull request you sent on Mon, 23 May 2022 06:44:35 -0500:

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

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

Thank you!

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

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

* [GIT PULL] IPMI bug fixes for 4.19
@ 2022-05-23 11:44 Corey Minyard
  2022-05-24 22:27 ` pr-tracker-bot
  0 siblings, 1 reply; 3+ messages in thread
From: Corey Minyard @ 2022-05-23 11:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, openipmi-developer

The following changes since commit a7391ad3572431a354c927cf8896e86e50d7d0bf:

  Merge tag 'iomm-fixes-v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu (2022-05-04 11:04:52 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a508e33956b538e034ed5df619a73ec7c15bda72:

  ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probe (2022-05-12 10:00:04 -0500)

----------------------------------------------------------------
Fixes for IPMI

Add limits on the number of users and messages, plus sysfs interfaces
to control those limits.

Other than that, little cleanups, use dev_xxx() insted of pr_xxx(),
create initializers for structures, fix a refcount leak, etc.

----------------------------------------------------------------
Corey Minyard (11):
      ipmi: Add a limit on the number of users that may use IPMI
      ipmi: Limit the number of message a user may have outstanding
      ipmi: Add a sysfs interface to view the number of users
      ipmi: Add a sysfs count of total outstanding messages for an interface
      ipmi:ssif: Check for NULL msg when handling events and messages
      ipmi: Add an intializer for ipmi_smi_msg struct
      ipmi: Add an intializer for ipmi_recv_msg struct
      ipmi: Fix pr_fmt to avoid compilation issues
      ipmi: Convert pr_debug() to dev_dbg()
      ipmi:si: Convert pr_debug() to dev_dbg()
      ipmi: Make two logs unique

Miaoqian Lin (1):
      ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probe

Stephen Kitt (1):
      ipmi: use simple i2c probe function

Yu Zhe (1):
      ipmi: remove unnecessary type castings

 drivers/char/ipmi/ipmb_dev_int.c    |   5 +-
 drivers/char/ipmi/ipmi_ipmb.c       |   6 +-
 drivers/char/ipmi/ipmi_msghandler.c | 111 ++++++++++++++++++++++++++++++++----
 drivers/char/ipmi/ipmi_poweroff.c   |   8 +--
 drivers/char/ipmi/ipmi_si_intf.c    |  17 +++---
 drivers/char/ipmi/ipmi_ssif.c       |  33 +++++++++--
 drivers/char/ipmi/ipmi_watchdog.c   |  28 ++++-----
 include/linux/ipmi.h                |   5 ++
 include/linux/ipmi_smi.h            |   6 ++
 9 files changed, 165 insertions(+), 54 deletions(-)


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

end of thread, other threads:[~2022-05-24 22:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-13  1:33 [GIT PULL] IPMI bug fixes for 4.19 Corey Minyard
2022-05-23 11:44 Corey Minyard
2022-05-24 22:27 ` 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).