mbox series

[kvm-unit-tests,0/2] s390x: Fix build error messages

Message ID 20240602130656.120866-1-npiggin@gmail.com (mailing list archive)
Headers show
Series s390x: Fix build error messages | expand

Message

Nicholas Piggin June 2, 2024, 1:06 p.m. UTC
This fixes some non-fatal error messages during build. I have only
tested TCG with no PV, so it's not intended for merge before
that at least.

Thanks,
Nick

Nicholas Piggin (2):
  s390x: Only run genprotimg if necessary
  s390x: Specify program headers with flags to avoid linker warnings

 s390x/Makefile              |  4 ++++
 s390x/snippets/c/flat.lds.S | 12 +++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

Comments

Thomas Huth June 4, 2024, 5:32 a.m. UTC | #1
On 02/06/2024 15.06, Nicholas Piggin wrote:
> This fixes some non-fatal error messages during build. I have only
> tested TCG with no PV, so it's not intended for merge before
> that at least.
> 
> Thanks,
> Nick
> 
> Nicholas Piggin (2):
>    s390x: Only run genprotimg if necessary
>    s390x: Specify program headers with flags to avoid linker warnings

Thanks, I reviewed and tested the patches, and all looks fine. Thus I went 
ahead and merged the two patches now.

  Thomas