All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v2 0/8] Some cleanup patches
@ 2023-01-19 11:40 Marc Hartmayer
  2023-01-19 11:40 ` [kvm-unit-tests PATCH v2 1/8] .gitignore: ignore `s390x/comm.key` file Marc Hartmayer
                   ` (7 more replies)
  0 siblings, 8 replies; 22+ messages in thread
From: Marc Hartmayer @ 2023-01-19 11:40 UTC (permalink / raw)
  To: kvm
  Cc: Janosch Frank, David Hildenbrand, Claudio Imbrenda,
	Nina Schoetterl-Glausch, Nico Boehr, Thomas Huth

This patch series should be applied on top of Janosch's patch series
([kvm-unit-tests PATCH v2 1/7] s390x: Cleanup flat.lds).

Changelog:
v1->v2:
 + worked in comments from Claudio and Janosch
 + added r-b's from Janosch
 + added a new patch: `s390x/Makefile: add an extra `%.aux.o` target`

Marc Hartmayer (8):
  .gitignore: ignore `s390x/comm.key` file
  s390x/Makefile: simplify `%.hdr` target rules
  s390x/Makefile: fix `*.gbin` target dependencies
  s390x/Makefile: refactor CPPFLAGS
  s390x: use C pre-processor for linker script generation
  s390x: define a macro for the stack frame size
  lib/linux/const.h: test for `__ASSEMBLER__` as well
  s390x/Makefile: add an extra `%.aux.o` target

 .gitignore                                  |  2 ++
 lib/linux/const.h                           |  2 +-
 lib/s390x/asm-offsets.c                     |  1 +
 s390x/Makefile                              | 33 +++++++++++----------
 s390x/cstart64.S                            |  2 +-
 s390x/{flat.lds => flat.lds.S}              |  4 ++-
 s390x/gs.c                                  |  5 ++--
 s390x/macros.S                              |  4 +--
 s390x/snippets/asm/{flat.lds => flat.lds.S} |  0
 s390x/snippets/c/{flat.lds => flat.lds.S}   |  6 ++--
 10 files changed, 35 insertions(+), 24 deletions(-)
 rename s390x/{flat.lds => flat.lds.S} (93%)
 rename s390x/snippets/asm/{flat.lds => flat.lds.S} (100%)
 rename s390x/snippets/c/{flat.lds => flat.lds.S} (88%)

-- 
2.34.1


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

end of thread, other threads:[~2023-02-01 20:54 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-19 11:40 [kvm-unit-tests PATCH v2 0/8] Some cleanup patches Marc Hartmayer
2023-01-19 11:40 ` [kvm-unit-tests PATCH v2 1/8] .gitignore: ignore `s390x/comm.key` file Marc Hartmayer
2023-01-20  8:27   ` Nico Boehr
2023-01-19 11:40 ` [kvm-unit-tests PATCH v2 2/8] s390x/Makefile: simplify `%.hdr` target rules Marc Hartmayer
2023-01-19 11:40 ` [kvm-unit-tests PATCH v2 3/8] s390x/Makefile: fix `*.gbin` target dependencies Marc Hartmayer
2023-01-31  8:49   ` Janosch Frank
2023-01-19 11:40 ` [kvm-unit-tests PATCH v2 4/8] s390x/Makefile: refactor CPPFLAGS Marc Hartmayer
2023-01-31  8:53   ` Janosch Frank
2023-01-19 11:40 ` [kvm-unit-tests PATCH v2 5/8] s390x: use C pre-processor for linker script generation Marc Hartmayer
2023-01-19 11:52   ` Marc Hartmayer
2023-01-31 17:56   ` Nina Schoetterl-Glausch
2023-02-01 10:00     ` Marc Hartmayer
2023-02-01 12:19       ` Nina Schoetterl-Glausch
2023-02-01 13:54         ` Marc Hartmayer
2023-02-01 14:18         ` Marc Hartmayer
2023-02-01 14:47     ` Marc Hartmayer
2023-01-19 11:40 ` [kvm-unit-tests PATCH v2 6/8] s390x: define a macro for the stack frame size Marc Hartmayer
2023-02-01 20:52   ` Nina Schoetterl-Glausch
2023-01-19 11:40 ` [kvm-unit-tests PATCH v2 7/8] lib/linux/const.h: test for `__ASSEMBLER__` as well Marc Hartmayer
2023-01-31 10:10   ` Janosch Frank
2023-01-19 11:40 ` [kvm-unit-tests PATCH v2 8/8] s390x/Makefile: add an extra `%.aux.o` target Marc Hartmayer
2023-01-19 11:59   ` Marc Hartmayer

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.