All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] target/i386: Make sure that vsyscall's tb->size != 0
@ 2021-05-12  4:02 Ilya Leoshkevich
  2021-05-12  4:02 ` [PATCH 1/2] " Ilya Leoshkevich
  2021-05-12  4:02 ` [PATCH 2/2] tests/tcg/x86_64: add vsyscall smoke test Ilya Leoshkevich
  0 siblings, 2 replies; 7+ messages in thread
From: Ilya Leoshkevich @ 2021-05-12  4:02 UTC (permalink / raw)
  To: Cornelia Huck, Peter Maydell, Paolo Bonzini, Richard Henderson,
	Eduardo Habkost
  Cc: Christian Borntraeger, qemu-devel, Ilya Leoshkevich

This series for the s390-next tree fixes [1]. Patch 1 is the fix, patch
2 is the new test to avoid similar regressions in the future.

[1] https://lists.nongnu.org/archive/html/qemu-devel/2021-05/msg02962.html

Ilya Leoshkevich (2):
  target/i386: Make sure that vsyscall's tb->size != 0
  tests/tcg/x86_64: add vsyscall smoke test

 target/i386/tcg/translate.c      |  1 +
 tests/tcg/x86_64/Makefile.target |  6 +++++-
 tests/tcg/x86_64/vsyscall.c      | 11 +++++++++++
 3 files changed, 17 insertions(+), 1 deletion(-)
 create mode 100644 tests/tcg/x86_64/vsyscall.c

-- 
2.29.2



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

end of thread, other threads:[~2021-05-17 14:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-12  4:02 [PATCH 0/2] target/i386: Make sure that vsyscall's tb->size != 0 Ilya Leoshkevich
2021-05-12  4:02 ` [PATCH 1/2] " Ilya Leoshkevich
2021-05-14 14:30   ` Richard Henderson
2021-05-12  4:02 ` [PATCH 2/2] tests/tcg/x86_64: add vsyscall smoke test Ilya Leoshkevich
2021-05-14 14:30   ` Richard Henderson
2021-05-17 12:52   ` Cornelia Huck
2021-05-17 14:30     ` Ilya Leoshkevich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.