Re: [PATCH v3 2/2] gitlab-ci.yml: Add jobs to test CFI flags

2021-03-04 Thread Daniel P . Berrangé
On Thu, Mar 04, 2021 at 12:21:16PM +0100, Thomas Huth wrote: > On 04/03/2021 11.39, Daniel P. Berrangé wrote: > > On Wed, Mar 03, 2021 at 10:09:48PM -0500, Daniele Buono wrote: > > > QEMU has had options to enable control-flow integrity features > > > for a few months now. Add two sets of build/che

Re: [PATCH v3 2/2] gitlab-ci.yml: Add jobs to test CFI flags

2021-03-04 Thread Thomas Huth
On 04/03/2021 11.39, Daniel P. Berrangé wrote: On Wed, Mar 03, 2021 at 10:09:48PM -0500, Daniele Buono wrote: QEMU has had options to enable control-flow integrity features for a few months now. Add two sets of build/check/acceptance jobs to ensure the binary produced is working fine. The three

Re: [PATCH v3 2/2] gitlab-ci.yml: Add jobs to test CFI flags

2021-03-04 Thread Daniel P . Berrangé
On Wed, Mar 03, 2021 at 10:09:48PM -0500, Daniele Buono wrote: > QEMU has had options to enable control-flow integrity features > for a few months now. Add two sets of build/check/acceptance > jobs to ensure the binary produced is working fine. > > The three sets allow testing of x86_64 binaries f

[PATCH v3 2/2] gitlab-ci.yml: Add jobs to test CFI flags

2021-03-03 Thread Daniele Buono
QEMU has had options to enable control-flow integrity features for a few months now. Add two sets of build/check/acceptance jobs to ensure the binary produced is working fine. The three sets allow testing of x86_64 binaries for x86_64, s390x, ppc64 and aarch64 targets Signed-off-by: Daniele Buono