public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v2 0/3] Misc maintenance fixes 2022-04
@ 2022-04-21  8:50 Nico Boehr
  2022-04-21  8:50 ` [kvm-unit-tests PATCH v2 1/3] s390x: epsw: fix report_pop_prefix() when running under non-QEMU Nico Boehr
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Nico Boehr @ 2022-04-21  8:50 UTC (permalink / raw)
  To: kvm, linux-s390; +Cc: frankja, imbrenda, thuth, farman

Changelog from v1:
----
* tprot: Change system include to lib include in commit message

Misc small fixes, which I previously sent as:
- [kvm-unit-tests PATCH v1 1/3] s390x: epsw: fix report_pop_prefix() when
  running under non-QEMU
- [kvm-unit-tests PATCH v1 2/3] s390x: tprot: use system include for mmu.h
- [kvm-unit-tests PATCH v1 3/3] s390x: smp: make stop stopped cpu look the same
  as the running case

I broke the threading when I sent the patches, so Janosch asked me to
resend this as a new series.

Nico Boehr (3):
  s390x: epsw: fix report_pop_prefix() when running under non-QEMU
  s390x: tprot: use lib include for mmu.h
  s390x: smp: make stop stopped cpu look the same as the running case

 s390x/epsw.c  | 4 ++--
 s390x/smp.c   | 5 +++--
 s390x/tprot.c | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: [kvm-unit-tests PATCH v1 2/3] s390x: tprot: use system include for mmu.h
@ 2022-04-12  9:34 Thomas Huth
  2022-04-12 11:40 ` [kvm-unit-tests PATCH v2 2/3] s390x: tprot: use lib " Nico Boehr
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Huth @ 2022-04-12  9:34 UTC (permalink / raw)
  To: Nico Boehr, kvm, linux-s390; +Cc: frankja, imbrenda

On 12/04/2022 11.29, Nico Boehr wrote:
> mmu.h should come from the system includes

Maybe: s/system/lib/

> 
> Signed-off-by: Nico Boehr <nrb@linux.ibm.com>
> ---
>   s390x/tprot.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/s390x/tprot.c b/s390x/tprot.c
> index 460a0db7ffcf..760e7ecdf914 100644
> --- a/s390x/tprot.c
> +++ b/s390x/tprot.c
> @@ -12,7 +12,7 @@
>   #include <bitops.h>
>   #include <asm/pgtable.h>
>   #include <asm/interrupt.h>
> -#include "mmu.h"
> +#include <mmu.h>
>   #include <vmalloc.h>
>   #include <sclp.h>
>   

Reviewed-by: Thomas Huth <thuth@redhat.com>


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

end of thread, other threads:[~2022-04-21  9:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-21  8:50 [kvm-unit-tests PATCH v2 0/3] Misc maintenance fixes 2022-04 Nico Boehr
2022-04-21  8:50 ` [kvm-unit-tests PATCH v2 1/3] s390x: epsw: fix report_pop_prefix() when running under non-QEMU Nico Boehr
2022-04-21  8:50 ` [kvm-unit-tests PATCH v2 2/3] s390x: tprot: use lib include for mmu.h Nico Boehr
2022-04-21  8:50 ` [kvm-unit-tests PATCH v2 3/3] s390x: smp: make stop stopped cpu look the same as the running case Nico Boehr
2022-04-21  9:04 ` [kvm-unit-tests PATCH v2 0/3] Misc maintenance fixes 2022-04 Claudio Imbrenda
  -- strict thread matches above, loose matches on Subject: below --
2022-04-12  9:34 [kvm-unit-tests PATCH v1 2/3] s390x: tprot: use system include for mmu.h Thomas Huth
2022-04-12 11:40 ` [kvm-unit-tests PATCH v2 2/3] s390x: tprot: use lib " Nico Boehr
2022-04-12 15:35   ` Janosch Frank

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox