]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'edac_urgent_for_v6.19_rc6' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 18 Jan 2026 19:39:56 +0000 (11:39 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 18 Jan 2026 19:39:56 +0000 (11:39 -0800)
commit93fc4e044a0bd3840f781009f9e51b32e8e5faf9
treec6dc911144fc0058672bf97e2467607bf1b726ac
parente503f539dc113ce74347d9b1ce1f7b83f68f5fe0
parent0ff7c44106b4715fc27a2e455d9f57f1dfcfd54f
Merge tag 'edac_urgent_for_v6.19_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras

Pull EDAC fixes from Borislav Petkov:
 "Make sure the memory-mapped memory controller registers BAR gets
  unmapped when the driver memory allocation fails

  Fix that in both x38 and i3200 EDAC drivers as former has copied the
  bug from the latter, it looks like"

* tag 'edac_urgent_for_v6.19_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras:
  EDAC/x38: Fix a resource leak in x38_probe1()
  EDAC/i3200: Fix a resource leak in i3200_probe1()