* Sasha Levin <levinsasha928@xxxxxxxxx> wrote: > Signed-off-by: Sasha Levin <levinsasha928@xxxxxxxxx> > --- > tools/kvm/include/kvm/kvm.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tools/kvm/include/kvm/kvm.h b/tools/kvm/include/kvm/kvm.h > index f951f2d..6a17362 100644 > --- a/tools/kvm/include/kvm/kvm.h > +++ b/tools/kvm/include/kvm/kvm.h > @@ -11,7 +11,7 @@ > #define KVM_32BIT_GAP_SIZE (512 << 20) > #define KVM_32BIT_GAP_START ((1ULL << 32) - KVM_32BIT_GAP_SIZE) > > -#define SIGKVMEXIT (SIGUSR1 + 2) > +#define SIGKVMEXIT (SIGRTMIN + 0) I think the changelog is missing essential information like what the effects of this bug were in practice. ('none' is a good answer as well.) Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html