[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [OSSTEST PATCH 2/2] RFC: enable CONFIG_LIVEPATCH in all relevant arm64 builds
>>> On 05.06.19 at 13:13, <ian.jackson@xxxxxxxxxxxxx> wrote: > --- a/mfi-common > +++ b/mfi-common > @@ -373,7 +373,8 @@ create_build_jobs () { > fi > fi > > - if branch_wants_livepatch; then > + if branch_wants_livepatch || > + [ $arch = arm64 -a "$xenbranch" = xen-4.11-testing ]; then > livepatch_runvars='enable_livepatch=true' > fi Isn't this overly restrictive, i.e. wouldn't this better be done uniformly for all branches? Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |