On Fri, 24 Nov 2017, Ingo Molnar wrote: > From: Andy Lutomirski <[email protected]> > > The existing code was a mess, mainly because C arrays are nasty. > Turn SYSENTER_stack into a struct, add a helper to find it, and do > all the obvious cleanups this enables.
Nice. > Signed-off-by: Andy Lutomirski <[email protected]> Reviewed-by: Thomas Gleixner <[email protected]>

