On Fri, Apr 05, 2019 at 05:07:00PM +0200, Thomas Gleixner wrote: > From: Andy Lutomirski <l...@kernel.org> > > The get_stack_info() function is off-by-one when checking whether an > address is on a IRQ stack or a IST stack. This prevents a overflowed IRQ > or IST stack from being dumped properly. > > [ tglx: Do the same for 32-bit ] > > Signed-off-by: Andy Lutomirski <l...@kernel.org> > Signed-off-by: Thomas Gleixner <t...@linutronix.de> > Cc: Josh Poimboeuf <jpoim...@redhat.com> > > ---
Reviewed-by: Sean Christopherson <sean.j.christopher...@intel.com>