From patchwork Tue Oct 30 11:58:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Richard Weinberger X-Patchwork-Id: 990921 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-um-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=nod.at Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="a/B5YWyy"; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="qYs483CR"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42kwCV5B67z9s9G for ; Wed, 31 Oct 2018 02:20:54 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=CqIEOUbbhlXoTTQriT59DabkD5kXGPHfm79g9InnyDE=; b=a/B5YWyy10kS9C ClYLSpA/A6ya/ZFULSRH3x0aPIJGt1HlAB1nUF6SzEmNNOA0PTeUDXu4Hszl8QY4SXNiv7OEHR3PV bKTWfWpJW0B4od5b0plPeaUZrXmgXuQAKNizLmUVel89B9JSh2DsIrXdbxpV7EoiJEZyNx71DXpYO YRDyfkTQJx3FMyEEZCv/IgRyGVUhYI2k1jhW7R5dzT7s2leeogPPq20x9T47zUmkFO/THQwxGbTtn eHFpMZ5Fhh2r+8a4G9jchd8243duuPug5LiJn+iVGYSwIZAAE/EXS5Osgn8gkuL/BhBS0nyFthpY8 KzVs1L1CwHJZ/Y8KuUQw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gHVox-0000X6-3m; Tue, 30 Oct 2018 15:20:43 +0000 Received: from [205.233.59.134] (helo=merlin.infradead.org) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gHVdn-0000WC-6c for linux-um@bombadil.infradead.org; Tue, 30 Oct 2018 15:10:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=AMsGIqLasZashjQIHOuA7UiQrDjEavakjf0ZhGcTr1w=; b=qYs483CRsH0yq0yLhY+NHNgl/w N7unduheHHuMrfuxzpsDei8tq13Bf/z5CdSLFAMO/gGk+7ARKs4kLYAROgyOIaYOTeIgqDzpqHEk1 b/Iky6Kg/ONMFyBEfc6AhKTF4cVLG0ooPWaY1qXOqhRrETFFA1U+8H0rP9iBM5dfbw5M4bR8xHuyn itJwFrSDzP0wpwuGQqyLg3Ue/qcbj9t1IyzVCQ8ltlzxmzOH2X/q5fgGLG1MEzZEZRHb9vOsfPra4 mSzzPU4iAfXw0CROGDUGsIUHZ83zTSHv3CaqcshkzLLy+MfSDh/ylOzLMt9yJVmVrbP1MPwdI6eOq C4RTMSzA==; Received: from lilium.sigma-star.at ([109.75.188.150]) by merlin.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gHSgP-0002es-Jp for linux-um@lists.infradead.org; Tue, 30 Oct 2018 11:59:42 +0000 Received: from localhost (localhost [127.0.0.1]) by lilium.sigma-star.at (Postfix) with ESMTP id 654F4180347E2; Tue, 30 Oct 2018 12:58:22 +0100 (CET) From: Richard Weinberger To: linux-um@lists.infradead.org Subject: [PATCH 2/4] um: Add HAVE_DEBUG_BUGVERBOSE. Date: Tue, 30 Oct 2018 12:58:10 +0100 Message-Id: <20181030115812.346-2-richard@nod.at> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181030115812.346-1-richard@nod.at> References: <20181030115812.346-1-richard@nod.at> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181030_075941_795775_CD57365D X-CRM114-Status: UNSURE ( 9.48 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on merlin.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 T_SPF_PERMERROR SPF: test of record failed (permerror) X-BeenThere: linux-um@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?Hern=C3=A1n_Gonzalez?= , Richard Weinberger Sender: "linux-um" Errors-To: linux-um-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org From: Hernán Gonzalez This option restores the DEBUG_BUGVERBOSE functionality as it was previous to commit 9a93848fe787 ("x86/debug: Implement __WARN() using UD0"). Signed-off-by: Hernán Gonzalez Signed-off-by: Richard Weinberger --- arch/um/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 6b9938919f0b..c37c7dfee8be 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -12,6 +12,7 @@ config UML select HAVE_UID16 select HAVE_FUTEX_CMPXCHG if FUTEX select HAVE_DEBUG_KMEMLEAK + select HAVE_DEBUG_BUGVERBOSE select GENERIC_IRQ_SHOW select GENERIC_CPU_DEVICES select GENERIC_CLOCKEVENTS