Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp1320673pxb; Fri, 27 Aug 2021 06:25:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzpODH694rKo/pRkRw+UY7R+QXMvykqViZnDuqL8/dAMxPJEDOQJ9T1cwD3zZMkfNp+ZCme X-Received: by 2002:aa7:c70c:: with SMTP id i12mr9918533edq.256.1630070744050; Fri, 27 Aug 2021 06:25:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630070744; cv=none; d=google.com; s=arc-20160816; b=FkFZ9gkMpHELRnJedq0doZgSS9mEy3gWzj0YMqDKWhjwhztYL8AVi7cID8i0OXxGw/ UX1/+6WJB88c2ii8DJ/tftMsb8DiLvFw4CJz4W/G8Mz7DM2QtjUIGHBgreHQ2PbnwejK 6TWtzsLGgQlzmHRELrqW33bVHP/vGVqDIKX0LJC/zrZh7+iPoQ3UuUcPA+TTCwPiKzld pc4Haxm/CAAETwEBk8ie8sBsYkV5moBHKJgOKPt4I8fUwG5CoTgbpdt6tlPjc4+gAXol PUaQwHxAB1Sd/Xhu6XsQI6zupmLLsXMFTYS8JvOYMJzQRmyLEnvo5N0g8ZMXYu1qC72J QJ5w== 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:date :message-id:subject:references:in-reply-to:cc:to:from; bh=AWSVYaJc6W1MPqhQsPI+4ZZTN2PqzzJpc48CXs8cGXM=; b=0eWL0NFTaqqUSXRVYI3KvQs5pe5/SJyp/a6WPlkVWEF9N9HGSUzxAVioVpljKK/Rx2 +zlEGWPHhnmlAVjPRYovWy2//AiU5IMH9HbcuhfIu0GJ+3KeC0lwlN93zSOWqIq1Le4q y9RrRGEciuk6Xl9HrnsHDuz9R9TUs7qBTgamtwlTmbXRhDOY/TEvHsamGIUqjt3bLoyS DVzJ9z7R68w9BsxmnDlitLrI6FCf+QmW4I5jnYeGfRBj3vjxVgs84otOCRSwPYNHLn1j Wm23FhAb3gClLzRQvl6mW/4Cv0mrtdAYf+HD2/9tE3XzZYX0Ur1M6Q16Evg6T0srIz/B Ip4Q== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p14si6074733edi.560.2021.08.27.06.25.16; Fri, 27 Aug 2021 06:25:44 -0700 (PDT) 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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245406AbhH0NXp (ORCPT + 99 others); Fri, 27 Aug 2021 09:23:45 -0400 Received: from ozlabs.org ([203.11.71.1]:41477 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245341AbhH0NXd (ORCPT ); Fri, 27 Aug 2021 09:23:33 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4Gx0kp4HDfz9tjx; Fri, 27 Aug 2021 23:22:42 +1000 (AEST) From: Michael Ellerman To: Lukas Bulwahn , linuxppc-dev@lists.ozlabs.org, Michael Neuling , kvm-ppc@vger.kernel.org, Benjamin Herrenschmidt , Michael Ellerman , Paul Mackerras , Anshuman Khandual Cc: kernel-janitors@vger.kernel.org, stable@vger.kernel.org, Christophe Leroy , linux-kernel@vger.kernel.org In-Reply-To: <20210819113954.17515-1-lukas.bulwahn@gmail.com> References: <20210819113954.17515-1-lukas.bulwahn@gmail.com> Subject: Re: [PATCH v2 0/2] Kconfig symbol fixes on powerpc Message-Id: <163007014161.52768.9837791663447874626.b4-ty@ellerman.id.au> Date: Fri, 27 Aug 2021 23:15:41 +1000 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 On Thu, 19 Aug 2021 13:39:52 +0200, Lukas Bulwahn wrote: > The script ./scripts/checkkconfigsymbols.py warns on invalid references to > Kconfig symbols (often, minor typos, name confusions or outdated references). > > This patch series addresses all issues reported by > ./scripts/checkkconfigsymbols.py in ./drivers/usb/ for Kconfig and Makefile > files. Issues in the Kconfig and Makefile files indicate some shortcomings in > the overall build definitions, and often are true actionable issues to address. > > [...] Patch 1 applied to powerpc/next. [1/2] powerpc: kvm: remove obsolete and unneeded select https://git.kernel.org/powerpc/c/c26d4c5d4f0df7207da3975458261927f9305465 cheers