]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 's390-6.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Dec 2024 17:09:32 +0000 (09:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Dec 2024 17:09:32 +0000 (09:09 -0800)
commita241d7f0d3a289a52b5245ec1f486d57c8f3c97b
tree1789445dc8f6f13be3070eca72c3f4bc49e8f827
parented90ed56e4b1311797302c2e6107f5049ba4586d
parent282da38b465395c930687974627c24f47ddce5ff
Merge tag 's390-6.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Alexander Gordeev:

 - Fix DirectMap accounting in /proc/meminfo file

 - Fix strscpy() return code handling that led to "unsigned 'len' is
   never less than zero" warning

 - Fix the calculation determining whether to use three- or four-level
   paging: account KMSAN modules metadata

* tag 's390-6.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/mm: Consider KMSAN modules metadata for paging levels
  s390/ipl: Fix never less than zero warning
  s390/mm: Fix DirectMap accounting