Re: [XEN PATCH v4] xen: rework `checkpolicy` detection when using "randconfig"

2021-09-28 Thread Anthony PERARD
On Tue, Sep 28, 2021 at 03:34:00PM +0100, Anthony PERARD wrote: > On Tue, Sep 28, 2021 at 03:46:01PM +0200, Jan Beulich wrote: > > On 28.09.2021 10:39, Anthony PERARD wrote: > > > This will help prevent the CI loop from having build failures when > > > `checkpolicy` isn't available when doing "rand

Re: [XEN PATCH v4] xen: rework `checkpolicy` detection when using "randconfig"

2021-09-28 Thread Luca Fancellu
> On 28 Sep 2021, at 09:39, Anthony PERARD wrote: > > This will help prevent the CI loop from having build failures when > `checkpolicy` isn't available when doing "randconfig" jobs. > > To prevent "randconfig" from selecting XSM_FLASK_POLICY when > `checkpolicy` isn't available, we will actu

Re: [XEN PATCH v4] xen: rework `checkpolicy` detection when using "randconfig"

2021-09-28 Thread Anthony PERARD
On Tue, Sep 28, 2021 at 03:46:01PM +0200, Jan Beulich wrote: > On 28.09.2021 10:39, Anthony PERARD wrote: > > This will help prevent the CI loop from having build failures when > > `checkpolicy` isn't available when doing "randconfig" jobs. > > > > To prevent "randconfig" from selecting XSM_FLASK_

Re: [XEN PATCH v4] xen: rework `checkpolicy` detection when using "randconfig"

2021-09-28 Thread Jan Beulich
On 28.09.2021 10:39, Anthony PERARD wrote: > This will help prevent the CI loop from having build failures when > `checkpolicy` isn't available when doing "randconfig" jobs. > > To prevent "randconfig" from selecting XSM_FLASK_POLICY when > `checkpolicy` isn't available, we will actually override

[XEN PATCH v4] xen: rework `checkpolicy` detection when using "randconfig"

2021-09-28 Thread Anthony PERARD
This will help prevent the CI loop from having build failures when `checkpolicy` isn't available when doing "randconfig" jobs. To prevent "randconfig" from selecting XSM_FLASK_POLICY when `checkpolicy` isn't available, we will actually override the config output with the use of KCONFIG_ALLCONFIG.