Received: by 10.213.65.68 with SMTP id h4csp433861imn; Tue, 13 Mar 2018 08:56:30 -0700 (PDT) X-Google-Smtp-Source: AG47ELunvEAn8vWU6zSXsyRciWomEFUNc1FAZ3sgZoYDeALrMvDA/9lX1LCEupGrHV4k4sMyYkWX X-Received: by 10.99.122.80 with SMTP id j16mr887988pgn.5.1520956590751; Tue, 13 Mar 2018 08:56:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1520956590; cv=none; d=google.com; s=arc-20160816; b=1HtaeIuS/FENNltBjVQn2ddhifyx3dY4NQ6snUQ/+ZitH9E8rRoS7xycPZWAJ9aALX ejxV4098S2aDQu1mu6bm7oAtb2kYGV8lAvj+QYbuFixmSrmtIfncIqUSxbrfgzKLcPkA pGaGa3U+/n+6cRYgstvrO+KRMSmJZ5nlHlOM7HEZK6cKekZYC2wNZUXCgySGnoIHM53+ noRApUT5J4zIsMzsDO1hNAHAIwqQuNFCrqTtzY8zYxCtFLWnVoBHbY7rKnbUG2gx6Rmh mIE1kYlRdS89EH0ng+4jtARCzEhBILinv1FezEvQwlTZ+byBJH5PxU1xqw8WbmlV+typ FFqw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=o7hU0kcdHupV2xBiUrtAFhlfD27K+sD+VSoncobOq+E=; b=YRFX/9aDq5XyczB8KeDjjwiYQTH70t3eT/gPPcWbigXgdwJ6lO2xEtY9dZGtOjeybt WRJYktOwqLp/UW6rKxSbFJvwMAS2pWzg+qMI0nwwtBrgpUtniSZASPYxIjMqAGyM4hGx zrrAK0yNslVKCT5WQzrWv3E32wg0a/uSIP+gbmoIwPzFKolDRq/A6eKiqr3KLCJKTSqS GsrC4BhZwFju3ZrgF7N/xzlWw7T+LwrhufN5F3eAcAMetVActyRTf0dVmrMBd09VN3GR Ftb9WyD6ZlG6TPATPOs99Jyf/nzOgjabpXfZx3/0rXsVb59bs9IGZllewhcmbqTAxaAH Fl3A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g1-v6si288564pld.236.2018.03.13.08.56.16; Tue, 13 Mar 2018 08:56:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934644AbeCMPjA (ORCPT + 99 others); Tue, 13 Mar 2018 11:39:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35102 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933977AbeCMPi4 (ORCPT ); Tue, 13 Mar 2018 11:38:56 -0400 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id D0D3BF32; Tue, 13 Mar 2018 15:38:54 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Kees Cook , Ingo Molnar , Thomas Gleixner , Peter Zijlstra , Borislav Petkov , Richard Weinberger , Andrew Morton , Linus Torvalds Subject: [PATCH 4.14 083/140] lib/bug.c: exclude non-BUG/WARN exceptions from report_bug() Date: Tue, 13 Mar 2018 16:24:46 +0100 Message-Id: <20180313152503.765510929@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180313152458.201155692@linuxfoundation.org> References: <20180313152458.201155692@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Kees Cook commit 1b4cfe3c0a30dde968fb43c577a8d7e262a145ee upstream. Commit b8347c219649 ("x86/debug: Handle warnings before the notifier chain, to fix KGDB crash") changed the ordering of fixups, and did not take into account the case of x86 processing non-WARN() and non-BUG() exceptions. This would lead to output of a false BUG line with no other information. In the case of a refcount exception, it would be immediately followed by the refcount WARN(), producing very strange double-"cut here": lkdtm: attempting bad refcount_inc() overflow ------------[ cut here ]------------ Kernel BUG at 0000000065f29de5 [verbose debug info unavailable] ------------[ cut here ]------------ refcount_t overflow at lkdtm_REFCOUNT_INC_OVERFLOW+0x6b/0x90 in cat[3065], uid/euid: 0/0 WARNING: CPU: 0 PID: 3065 at kernel/panic.c:657 refcount_error_report+0x9a/0xa4 ... In the prior ordering, exceptions were searched first: do_trap_no_signal(struct task_struct *tsk, int trapnr, char *str, ... if (fixup_exception(regs, trapnr)) return 0; - if (fixup_bug(regs, trapnr)) - return 0; - As a result, fixup_bugs()'s is_valid_bugaddr() didn't take into account needing to search the exception list first, since that had already happened. So, instead of searching the exception list twice (once in is_valid_bugaddr() and then again in fixup_exception()), just add a simple sanity check to report_bug() that will immediately bail out if a BUG() (or WARN()) entry is not found. Link: http://lkml.kernel.org/r/20180301225934.GA34350@beast Fixes: b8347c219649 ("x86/debug: Handle warnings before the notifier chain, to fix KGDB crash") Signed-off-by: Kees Cook Cc: Ingo Molnar Cc: Thomas Gleixner Cc: Peter Zijlstra Cc: Borislav Petkov Cc: Richard Weinberger Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- lib/bug.c | 2 ++ 1 file changed, 2 insertions(+) --- a/lib/bug.c +++ b/lib/bug.c @@ -150,6 +150,8 @@ enum bug_trap_type report_bug(unsigned l return BUG_TRAP_TYPE_NONE; bug = find_bug(bugaddr); + if (!bug) + return BUG_TRAP_TYPE_NONE; file = NULL; line = 0;