From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752968AbdKUG0Z (ORCPT ); Tue, 21 Nov 2017 01:26:25 -0500 Received: from mail-wr0-f180.google.com ([209.85.128.180]:35545 "EHLO mail-wr0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752924AbdKUG0Y (ORCPT ); Tue, 21 Nov 2017 01:26:24 -0500 X-Google-Smtp-Source: AGs4zMb9Wbl62ngyqJDDZ2Nxzgbpc2jTcja74s3jG82DJi3u8qhtqiFBIxYXi5lRpYEGrovVVMt4Lw== Date: Tue, 21 Nov 2017 07:26:20 +0100 From: Ingo Molnar To: Andy Lutomirski Cc: X86 ML , Borislav Petkov , "linux-kernel@vger.kernel.org" , Brian Gerst , Dave Hansen , Linus Torvalds , Josh Poimboeuf Subject: Re: [PATCH 15/16] x86/irq/64: In the stack overflow warning, print the offending IP Message-ID: <20171121062620.gnm3ggjatkqfd3xn@gmail.com> References: <0805aec810b8eb17f03b0ba63e4b916c8a0aba27.1511195781.git.luto@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0805aec810b8eb17f03b0ba63e4b916c8a0aba27.1511195781.git.luto@kernel.org> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andy Lutomirski wrote: > In case something goes wrong with unwind (not unlikely in case of > overflow), print the offending IP where we detected the overflow. I have added a SOB here as well. Thanks, Ingo