Re: [PATCH 2/3] livepatch: send a fake signal to all blocking tasks

From: Miroslav Benes
Date: Thu May 18 2017 - 09:21:10 EST


On Thu, 18 May 2017, Libor Pechacek wrote:

> On Thu 18-05-17 14:00:42, Miroslav Benes wrote:
> [...]
> > --- a/include/linux/livepatch.h
> > +++ b/include/linux/livepatch.h
> > @@ -29,6 +29,9 @@
> >
> > #include <asm/livepatch.h>
> >
> > +/* values for sysfs force attribute */
> > +#define KLP_FORCE_FAKE 1
> > +
>
> Should be documented in Documentation/ABI/testing/sysfs-kernel-livepatch for
> end users.

Ugh, I forgot. Thanks for reminding me.

Miroslav