From patchwork Wed Sep 9 13:01:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juerg Haefliger X-Patchwork-Id: 1360621 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BmhxJ1PN1z9sTv; Wed, 9 Sep 2020 23:01:55 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1kFzjT-0006M7-4D; Wed, 09 Sep 2020 13:01:51 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kFzjP-0006Lf-Q6 for kernel-team@lists.ubuntu.com; Wed, 09 Sep 2020 13:01:47 +0000 Received: from mail-ej1-f72.google.com ([209.85.218.72]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kFzjP-0007Bl-Ht for kernel-team@lists.ubuntu.com; Wed, 09 Sep 2020 13:01:47 +0000 Received: by mail-ej1-f72.google.com with SMTP id b1so1271133eje.3 for ; Wed, 09 Sep 2020 06:01:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=zTAJp07aWZjf9Oaz2uR0FeSQJwU06uMWNn6L4ejhuKc=; b=q++jnpnrMEXWB8E50rlZ++DzekpXXs3GrrYz31pwK6or7fD1NGwqRUDfqFCkG993Ez f2jh97aa3Psq5b2ZvKQmKq25FVOEPjIUPxPjh8KfpHKBayDldM0iqZ04St096DrWW7U5 FGcf2MQOSODHFkOVa+hJsrZK1npd6P0OrhHg6AHPpDMeiamPRv6OCoM4+jsUPwVwYI1I G1NO7LkbkLViPUvyx0B215350V0XqelVXXCSPzcN8frIcR/IPlvHVzeRc17LIdGKKzWT 7iH8M5V8t90KsW8zORdU8he82x4xYDIA/TR1yjNDH8v4brYGJKjs6u6fLSoknpU3IxnR f7PA== X-Gm-Message-State: AOAM532m0hXau6iWYJ/2lgZHouW+xed37GfeGHmqpixIzZXkQbg3Werb j5l6fxkLgsifRyQNAJ5Offox27QoqpQXs9PDgraDwm9f3wB9sC0d0aukfFnt5b0ZcyD22dPlE2A iQ2/H1yuYvpRWD8Zl4wfJe6KGloSSFX+QQbd5leJbcw== X-Received: by 2002:a50:fc91:: with SMTP id f17mr4046786edq.319.1599656506949; Wed, 09 Sep 2020 06:01:46 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyLEgM6Y5c2MHX4q32ACqP36EsDl/xHaZDlJROT/sb0iwGBcs3IsrDOadL8Ovn0gvzIWpgAuQ== X-Received: by 2002:a50:fc91:: with SMTP id f17mr4046769edq.319.1599656506753; Wed, 09 Sep 2020 06:01:46 -0700 (PDT) Received: from gollum.fritz.box ([2001:67c:1560:8007::aac:c064]) by smtp.gmail.com with ESMTPSA id f13sm2132245ejb.81.2020.09.09.06.01.46 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Sep 2020 06:01:46 -0700 (PDT) From: Juerg Haefliger X-Google-Original-From: Juerg Haefliger To: kernel-team@lists.ubuntu.com Subject: [SRU][G/raspi][F/raspi][PATCH] UBUNTU: [Config] raspi: Disable BRCM_TRACING Date: Wed, 9 Sep 2020 15:01:13 +0200 Message-Id: <20200909130113.28228-1-juergh@canonical.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1893905 BRCM_TRACING is a debugging option with the side effect that some regular information is being printed as errors. Using pr_err for things which are not errors is a bad idea and might confuse users. It will also drop the plymouth bootsplash screen back to the text console so that users can see the (bogus) error. So disable the option. Signed-off-by: Juerg Haefliger Acked-by: Colin Ian King Acked-by: Andrea Righi --- debian.raspi/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.raspi/config/config.common.ubuntu b/debian.raspi/config/config.common.ubuntu index 1d28c51c8226..2a0875f4425d 100644 --- a/debian.raspi/config/config.common.ubuntu +++ b/debian.raspi/config/config.common.ubuntu @@ -866,7 +866,7 @@ CONFIG_BRCMSMAC=m CONFIG_BRCMSTB_GISB_ARB=y CONFIG_BRCMUTIL=m CONFIG_BRCM_CHAR_DRIVERS=y -CONFIG_BRCM_TRACING=y +# CONFIG_BRCM_TRACING is not set CONFIG_BRIDGE=m CONFIG_BRIDGE_EBT_802_3=m CONFIG_BRIDGE_EBT_AMONG=m