On 23.04.2024 15:12, Roger Pau Monne wrote:
> --- a/xen/common/livepatch.c
> +++ b/xen/common/livepatch.c
> @@ -2125,7 +2125,8 @@ int livepatch_op(struct xen_sysctl_livepatch_op
> *livepatch)
> {
> int rc;
>
> - if ( livepatch->pad )
> + if ( livepatch->flags & ~LIVEPATCH_FLAGS_MASK &&With parentheses added here (which presumably could be done while committing) Acked-by: Jan Beulich <[email protected]> Jan
