On Mon, Jun 10, 2019 at 9:53 AM Josh Poimboeuf <jpoim...@redhat.com> wrote: > > On Wed, Jun 05, 2019 at 03:08:00PM +0200, Peter Zijlstra wrote: > > Given that the entry_*.S changes for this functionality are somewhat > > tricky, make sure the paths are tested every boot, instead of on the > > rare occasion when we trip an INT3 while rewriting text. > > > > Requested-by: Andy Lutomirski <l...@kernel.org> > > Signed-off-by: Peter Zijlstra (Intel) <pet...@infradead.org> > > Reviewed-by: Josh Poimboeuf <jpoim...@redhat.com> >
Looks good to me, too, except that I seriously hate die notifiers that return NOTIFY_STOP, and I eventually want to remove support for them. This can wait, though.