mbox

[GIT,PULL,0/2] KVM: s390: updates for 6.15

Message ID 20250322111119.24548-1-frankja@linux.ibm.com (mailing list archive)
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-6.15-1

Message

Janosch Frank March 22, 2025, 11:06 a.m. UTC
Paolo,

only two cleanup patches by Thomas Weissschuh fixing our pointer print
formats in s390 KVM.

I'll be on a conference next week but I'll check my mails periodically
and I really don't expect problems with those two patches.

Please pull.


Cheers,
Janosch


The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:

  Linux 6.14-rc2 (2025-02-09 12:45:03 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-6.15-1

for you to fetch changes up to 0c7fbae5bc782429c97d68dc40fb126748d7e352:

  KVM: s390: Don't use %pK through debug printing (2025-03-17 08:55:46 +0000)

----------------------------------------------------------------
Pointer print format fixes

----------------------------------------------------------------


Thomas Weißschuh (2):
  KVM: s390: Don't use %pK through tracepoints
  KVM: s390: Don't use %pK through debug printing

 arch/s390/kvm/intercept.c  |  2 +-
 arch/s390/kvm/interrupt.c  |  8 ++++----
 arch/s390/kvm/kvm-s390.c   | 10 +++++-----
 arch/s390/kvm/trace-s390.h |  4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)