All of lore.kernel.org
 help / color / mirror / Atom feed
From: Corey Minyard <corey@minyard.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	openipmi-developer@lists.sourceforge.net
Subject: [GIT PULL] IPMI bug fixes for 7.2
Date: Wed, 24 Jun 2026 14:04:12 -0500	[thread overview]
Message-ID: <ajwqLBsdgeK3t9KB@mail.minyard.net> (raw)

The following changes since commit ab5fce87a778cb780a05984a2ca448f2b41aafbf:

  Merge tag 'perf-tools-fixes-for-v7.1-2026-05-18' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools (2026-05-18 17:55:42 -0700)

are available in the Git repository at:

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

for you to fetch changes up to de9aa5ea2d9ea55234e78af1e6182979aa4f646a:

  docs: ipmi: Fix path of the "hotmod" module parameter (2026-06-20 10:23:03 -0500)

----------------------------------------------------------------
ipmi: lots of little tweaks

Nothing huge, the biggest issue was a possible refcount underflow that
could cause a memory leak in some situations.  Otherwise, fixing
formatting and style things and some docs typos.

----------------------------------------------------------------
Corey Minyard (1):
      ipmi:kcs: Reduce the number of retries

Jisheng Zhang (1):
      ipmi: Use LIST_HEAD() to initialize on stack list head

Matt Fleming (1):
      ipmi: Fix user refcount underflow in event delivery

Rosen Penev (1):
      ipmi: si: Use platform_get_irq_optional() to retrieve interrupt

Uwe Kleine-König (The Capable Hub) (3):
      ipmi: Use named initializers for struct i2c_device_id
      ipmi:ssif: Drop unused assignment of platform_device_id driver data
      ipmi: Drop unused assignment of platform_device_id driver data

Wentao Liang (1):
      ipmi: fix refcount leak in i_ipmi_request()

Zenghui Yu (1):
      docs: ipmi: Fix path of the "hotmod" module parameter

 Documentation/driver-api/ipmi.rst    |  2 +-
 drivers/char/ipmi/ipmb_dev_int.c     |  4 ++--
 drivers/char/ipmi/ipmi_ipmb.c        |  4 ++--
 drivers/char/ipmi/ipmi_kcs_sm.c      |  2 +-
 drivers/char/ipmi/ipmi_msghandler.c  | 24 ++++++++++++------------
 drivers/char/ipmi/ipmi_si_platform.c | 11 +++++++----
 drivers/char/ipmi/ipmi_ssif.c        |  4 ++--
 drivers/char/ipmi/ssif_bmc.c         |  2 +-
 8 files changed, 28 insertions(+), 25 deletions(-)


                 reply	other threads:[~2026-06-24 19:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=ajwqLBsdgeK3t9KB@mail.minyard.net \
    --to=corey@minyard.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=openipmi-developer@lists.sourceforge.net \
    --cc=torvalds@linux-foundation.org \
    /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.