x86/irq/64: Remove stack overflow debug code
authorThomas Gleixner <tglx@linutronix.de>
Sun, 14 Apr 2019 16:00:08 +0000 (18:00 +0200)
committerBorislav Petkov <bp@suse.de>
Wed, 17 Apr 2019 13:41:48 +0000 (15:41 +0200)
commit117ed45485413b1977bfc638c32bf5b01d53c62b
treed50257ffb645531d5f7469dc9ecf2be9f48c0a10
parent18b7a6bef62de1d598fbff23b52114b7775ecf00
x86/irq/64: Remove stack overflow debug code

All stack types on x86 64-bit have guard pages now.

So there is no point in executing probabilistic overflow checks as the
guard pages are a accurate and reliable overflow prevention.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Nicolai Stange <nstange@suse.de>
Cc: Sean Christopherson <sean.j.christopherson@intel.com>
Cc: x86-ml <x86@kernel.org>
Link: https://lkml.kernel.org/r/20190414160146.466354762@linutronix.de
arch/x86/Kconfig
arch/x86/kernel/irq_64.c