linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Dirtying, failing memop: don't indicate suppression
@ 2022-04-01 17:02 Janis Schoetterl-Glausch
  2022-04-01 17:02 ` [PATCH 1/2] KVM: s390: Don't indicate suppression on dirtying, failing memop Janis Schoetterl-Glausch
  2022-04-01 17:02 ` [PATCH 2/2] KVM: s390: selftest: Test suppression indication on key prot exception Janis Schoetterl-Glausch
  0 siblings, 2 replies; 5+ messages in thread
From: Janis Schoetterl-Glausch @ 2022-04-01 17:02 UTC (permalink / raw)
  To: Christian Borntraeger, Janosch Frank, Claudio Imbrenda
  Cc: Janis Schoetterl-Glausch, David Hildenbrand, Heiko Carstens,
	Vasily Gorbik, Alexander Gordeev, Sven Schnelle, Paolo Bonzini,
	kvm, Shuah Khan, linux-kselftest, linux-kernel, linux-s390

If a memop fails due to key checked protection, after already having
written to the guest, don't indicate suppression to the guest, as that
would imply that memory wasn't modified.

This could be considered a fix to the code introducing storage key
support, however this is a bug in KVM only if we emulate an
instructions writing to an operand spanning multiple pages, which I
don't believe we do.

Janis Schoetterl-Glausch (2):
  KVM: s390: Don't indicate suppression on dirtying, failing memop
  KVM: s390: selftest: Test suppression indication on key prot exception

 arch/s390/kvm/gaccess.c                   | 47 ++++++++++++++---------
 tools/testing/selftests/kvm/s390x/memop.c | 43 ++++++++++++++++++++-
 2 files changed, 70 insertions(+), 20 deletions(-)


base-commit: 1ebdbeb03efe89f01f15df038a589077df3d21f5
-- 
2.32.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-01 17:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-01 17:02 [PATCH 0/2] Dirtying, failing memop: don't indicate suppression Janis Schoetterl-Glausch
2022-04-01 17:02 ` [PATCH 1/2] KVM: s390: Don't indicate suppression on dirtying, failing memop Janis Schoetterl-Glausch
2022-04-01 17:13   ` Christian Borntraeger
2022-04-01 17:40     ` Janis Schoetterl-Glausch
2022-04-01 17:02 ` [PATCH 2/2] KVM: s390: selftest: Test suppression indication on key prot exception Janis Schoetterl-Glausch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).