Received: by 2002:a05:6622:f08:0:0:0:0 with SMTP id l8csp4478870ivc; Tue, 3 Nov 2020 13:05:54 -0800 (PST) X-Google-Smtp-Source: ABdhPJz5gdXpTy8BHstRurhvYHEYoc29WTP33JKtLVZpHFQYO+rauc0dqwRfPdP8I0VanJJY9zpn X-Received: by 2002:a17:907:20f8:: with SMTP id rh24mr7043116ejb.210.1604437554581; Tue, 03 Nov 2020 13:05:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604437554; cv=none; d=google.com; s=arc-20160816; b=ZL88qBY7Ijw3n8xnluW3r1EYs7kMgd7z5RDgNXt+D7K/xgyzKH8uK5n4gQfdO0MEyt V0VoVQxdj0vPMjr+bCuDRwKeAFBHUQGmrpFGoK/wO8nRcfYpeU8HwtwlyPkgVV1N1bYr 5OTqHgqqf7/pqttGPP5gpctt+UXyNn0MrnvKhlF0iykKYKeu/txXq6c2K/WMPYrdGiPc f9ctNAIG8DgrfXxZ38EWi/dRmuAw4x6REM0dKjLjqzFflIeR/ZrnbX6kA28N+egQ0yf3 zWYYB32zbxGDkND6DrkYahKS72embw7zGedOyvSDA4Hx2wEddGhxNXXJxLKSOLGrRAEQ k8pg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=8TX9U+trtv0ziB/iskoTPaKFIhsi20O4Fug0nzqBN2w=; b=0EjMAVcMUopWme+m1hNfroi830VDc6UtdKHpPc9qhonVQJffA1UR0fg/Eh1ZeIXTRr R1M95IGLDbijjH4EI38ble17MOxd3n/aJHz5GczlcKJl5qAlq/ObDwxB3OR8lFfWp24Q E1H7DZynKu5us7Z6YQjQRzvvw1CWEZwJgWfc5KmUK60D78Dqu3giEVIfIajtgwJM1Twi n1Hc4QWmSdnMKV7l4Ym+rXDivqEZxMrUCclJFUXa6NU9loncua2iWZ8t0GZoAwCm7xWw ayFXf6FvQnJgAgtBHwPBmoAqVRpYb3qmuxYROKLsvAeB1we7848WgfZjcZPyLjFv+vg2 emKQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=aC2ex9Tw; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g9si15085120edn.361.2020.11.03.13.05.31; Tue, 03 Nov 2020 13:05:54 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=aC2ex9Tw; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733193AbgKCVEJ (ORCPT + 99 others); Tue, 3 Nov 2020 16:04:09 -0500 Received: from mail.kernel.org ([198.145.29.99]:42050 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387934AbgKCVEH (ORCPT ); Tue, 3 Nov 2020 16:04:07 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 60A1F205ED; Tue, 3 Nov 2020 21:04:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604437446; bh=G0hKEocJOUMprmAm11qcgWIdf9z60khcyTW2MwaoTns=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=aC2ex9TwkyyLQUAMvBZrI8KZAhtrPgYBrkXEAI6J7uYy7G8LFIF9sgIvZzxeosmbv SoPNQ7pt64jClJdkSKRohVNmzbBtxs+VlyRr0FETqztlxwi3JoEm6ZoOtaAcEMjYIV N0Gz7wFch/fvcZ0nASY1SfAhTqoAocKWl04Wf7ss= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Douglas Anderson , Daniel Thompson , Sasha Levin Subject: [PATCH 4.19 079/191] kgdb: Make "kgdbcon" work properly with "kgdb_earlycon" Date: Tue, 3 Nov 2020 21:36:11 +0100 Message-Id: <20201103203241.632487385@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201103203232.656475008@linuxfoundation.org> References: <20201103203232.656475008@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Douglas Anderson [ Upstream commit b18b099e04f450cdc77bec72acefcde7042bd1f3 ] On my system the kernel processes the "kgdb_earlycon" parameter before the "kgdbcon" parameter. When we setup "kgdb_earlycon" we'll end up in kgdb_register_callbacks() and "kgdb_use_con" won't have been set yet so we'll never get around to starting "kgdbcon". Let's remedy this by detecting that the IO module was already registered when setting "kgdb_use_con" and registering the console then. As part of this, to avoid pre-declaring things, move the handling of the "kgdbcon" further down in the file. Signed-off-by: Douglas Anderson Link: https://lore.kernel.org/r/20200630151422.1.I4aa062751ff5e281f5116655c976dff545c09a46@changeid Signed-off-by: Daniel Thompson Signed-off-by: Sasha Levin --- kernel/debug/debug_core.c | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/kernel/debug/debug_core.c b/kernel/debug/debug_core.c index fbb1bfdd2fa53..8c76141c99c8c 100644 --- a/kernel/debug/debug_core.c +++ b/kernel/debug/debug_core.c @@ -95,14 +95,6 @@ int dbg_switch_cpu; /* Use kdb or gdbserver mode */ int dbg_kdb_mode = 1; -static int __init opt_kgdb_con(char *str) -{ - kgdb_use_con = 1; - return 0; -} - -early_param("kgdbcon", opt_kgdb_con); - module_param(kgdb_use_con, int, 0644); module_param(kgdbreboot, int, 0644); @@ -820,6 +812,20 @@ static struct console kgdbcons = { .index = -1, }; +static int __init opt_kgdb_con(char *str) +{ + kgdb_use_con = 1; + + if (kgdb_io_module_registered && !kgdb_con_registered) { + register_console(&kgdbcons); + kgdb_con_registered = 1; + } + + return 0; +} + +early_param("kgdbcon", opt_kgdb_con); + #ifdef CONFIG_MAGIC_SYSRQ static void sysrq_handle_dbg(int key) { -- 2.27.0