public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: "Radim Krčmář" <rkrcmar@redhat.com>
To: David Matlack <dmatlack@google.com>
Cc: kvm@vger.kernel.org, jmattson@google.com
Subject: Re: [kvm-unit-tests PATCH 1/3] x86: fix "format not a string literal" errors
Date: Wed, 7 Jun 2017 16:24:33 +0200	[thread overview]
Message-ID: <20170607142432.GB28750@potion> (raw)
In-Reply-To: <20170524213123.71538-1-dmatlack@google.com>

2017-05-24 14:31-0700, David Matlack:
> Fix the following two compilation errors:
> 
> x86/msr.c: In function ‘test_msr_rw’:
> x86/msr.c:94:5: error: format not a string literal and no format arguments [-Werror=format-security]
>      report(sptr, expected == r);
>           ^
> 
> x8e/vmx.c: In function ‘test_vmx_caps’:
> x86/vmx.c:1412:3: error: format not a string literal and no format arguments [-Werror=format-security]
>    report(vmx_ctl_msr[n].name, ok);
>       ^
> 
> Signed-off-by: David Matlack <dmatlack@google.com>
> ---

Applied all, thanks.  Looks like rawhide fedora's GCC is too old.

      parent reply	other threads:[~2017-06-07 14:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-24 21:31 [kvm-unit-tests PATCH 1/3] x86: fix "format not a string literal" errors David Matlack
2017-05-24 21:31 ` [kvm-unit-tests PATCH 2/3] api: fix "ignoring return value" of posix_memalign errors David Matlack
2017-05-24 21:31 ` [kvm-unit-tests PATCH 3/3] api: add api binaries to .gitignore David Matlack
2017-06-07 14:24 ` Radim Krčmář [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170607142432.GB28750@potion \
    --to=rkrcmar@redhat.com \
    --cc=dmatlack@google.com \
    --cc=jmattson@google.com \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox