]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'for-linus-6.17-1' of https://github.com/cminyard/linux-ipmi
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2025 04:38:25 +0000 (07:38 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2025 04:38:25 +0000 (07:38 +0300)
commitd244f9bb591eb914901a84c79d51975c02f81ea5
treea16de23ebeb46ac132234f9fe880c4dc9212b950
parent2095cf558f65d9aad9a945e4fd1077b97bf61383
parentec50ec378e3fd83bde9b3d622ceac3509a60b6b5
Merge tag 'for-linus-6.17-1' of https://github.com/cminyard/linux-ipmi

Pull ipmi updates from Corey Minyard:
 "Some small fixes for the IPMI driver

  Nothing huge, some rate limiting on logs, a strncpy fix where the
  source and destination could be the same, and removal of some unused
  cruft"

* tag 'for-linus-6.17-1' of https://github.com/cminyard/linux-ipmi:
  ipmi: Use dev_warn_ratelimited() for incorrect message warnings
  char: ipmi: remove redundant variable 'type' and check
  ipmi: Fix strcpy source and destination the same
drivers/char/ipmi/ipmi_si_intf.c