From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 91AF5C433FE for ; Tue, 2 Nov 2021 07:55:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 709DE60E74 for ; Tue, 2 Nov 2021 07:55:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230505AbhKBH54 (ORCPT ); Tue, 2 Nov 2021 03:57:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229720AbhKBH5z (ORCPT ); Tue, 2 Nov 2021 03:57:55 -0400 Received: from mail-yb1-xb2a.google.com (mail-yb1-xb2a.google.com [IPv6:2607:f8b0:4864:20::b2a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF1C5C061714; Tue, 2 Nov 2021 00:55:20 -0700 (PDT) Received: by mail-yb1-xb2a.google.com with SMTP id d204so50961190ybb.4; Tue, 02 Nov 2021 00:55:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=IYt4XdhIV9mCaGivgxKhV13JsWC7QyPYPD/Uf0f0VIs=; b=hi+WlcUukqlLODfpjwW2VnRDHE+wHoBCu0sK/EMuhpL+IaT1POHTsscxNKlv74QBwj tNLpz/ca1nZ/tivSKZGvUUtk22P4h61lKWrGLhjjevFOf7qfOdHUbpSeSgkOw7YSLxFg hzdDcpHnvUVDY62fxsF7w+DzhZSgxmA0V8qx7PQIo2X+1o0kiyi8jq2PPuHSAWQVnQZt bLfXJmkiWh3sg6fZbxvSTnNNs3LQ484HCKq3N2QQ4Zxtc/3d4tSd7U6IJbb3YUVQbCCa MMe16MR2nUVK9xkT5V+qQg2bKNTCdfN0HMqXYFpEO5oWHLsa9zmeRSxNjNSeljAlkQh4 gMfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=IYt4XdhIV9mCaGivgxKhV13JsWC7QyPYPD/Uf0f0VIs=; b=DvvRJ4NwoOUJKt2jhrjI2HIfjYHQJK3kAfg04gTI2Q0dYuvzBRwkMlWZrpu/LGyK3c fL5M/hzFJSEY7b7JGybD8ikcenL8qlJXYxOIJdHiKEkg4WRydudIoaz6u+19v9ZhWYEC PsLCg3ThWQNuihwoeopKS0joYgpQ+bqJOoljvtq59iVz1UZI+KWgq5BBjZ9UEu5gihIW fRriYtPhuCDaSMV/q8uhe9wZCAIxwyHqpv5+JUCsdiDJPSg8LznM2KbcdiBHiOSL4OJP mDYB6H4QlfiVsUz99F0Rg9NmxAeJCAunRxqrm7lP1JsXAQE6n3BpzFQZsIHAtMsbPu+F UdQQ== X-Gm-Message-State: AOAM531PW0yoHQjPt6q864uRtDWUVcU5t/Rh43iBh0AFkqAXnNwuNwuL l/Z45NDrZ9Jbn4Bqosf5MTdMWwjjMEY7Pp8aHnk= X-Google-Smtp-Source: ABdhPJzK6cSMn+HDFhuBPyz0xbsXJXCQ7kZL8KTzlfKBDhHdacY3bQgOuecjIM+xrmFVCFk7Ozss13UuugxdEB6hZ8w= X-Received: by 2002:a25:a268:: with SMTP id b95mr36582994ybi.35.1635839719820; Tue, 02 Nov 2021 00:55:19 -0700 (PDT) MIME-Version: 1.0 References: <20211028141938.3530-1-lukas.bulwahn@gmail.com> <20211028141938.3530-4-lukas.bulwahn@gmail.com> In-Reply-To: From: Lukas Bulwahn Date: Tue, 2 Nov 2021 08:55:09 +0100 Message-ID: Subject: Re: [PATCH 03/13] arm: Kconfig.debug: drop reference to removed ARCH_MSM To: Arnd Bergmann Cc: Russell King , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Sekhar Nori , Bartosz Golaszewski , Linus Walleij , Imre Kaloz , Krzysztof Halasa , Avi Fishman , Tomer Maimon , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair , Dinh Nguyen , Linux ARM , OpenBMC Maillist , kernel-janitors , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 28, 2021 at 4:42 PM Arnd Bergmann wrote: > > On Thu, Oct 28, 2021 at 4:19 PM Lukas Bulwahn wrote: > > > > Commit c0c89fafa289 ("ARM: Remove mach-msm and associated ARM architecture > > code") removes the definition of the config ARCH_MSM. Since then, the > > reference to ARCH_MSM in the dependencies of UNCOMPRESS_INCLUDE in > > Kconfig.debug is dead. > > > > Fortunately, ./scripts/checkkconfigsymbols.py warns: > > > > ARCH_MSM > > Referencing files: arch/arm/Kconfig.debug > > > > Drop the dependency on this removed config. > > > > Signed-off-by: Lukas Bulwahn > > --- > > arch/arm/Kconfig.debug | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug > > index 83484564b1d9..87aa6e92ee6e 100644 > > --- a/arch/arm/Kconfig.debug > > +++ b/arch/arm/Kconfig.debug > > @@ -1886,7 +1886,7 @@ config DEBUG_UNCOMPRESS > > > > config UNCOMPRESS_INCLUDE > > string > > - default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \ > > + default "debug/uncompress.h" if ARCH_MULTIPLATFORM || \ > > PLAT_SAMSUNG || ARM_SINGLE_ARMV7M > > The PLAT_SAMSUNG reference is also misplaced here, I think you just want > ARCH_S3C24XX instead, since the other samsung ones already require > ARCH_MULTIPLATFORM. > Agree. I can clean up (or better stated: optimize) the dependencies further in such a way. But that config dependency optimization goes beyond just removing dead symbols and deserves to be its own patch. Patch will follow later this week. Lukas From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4B206C433FE for ; Tue, 2 Nov 2021 07:56:04 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B569460E74 for ; Tue, 2 Nov 2021 07:56:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B569460E74 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Hk2Jy0sLkz2xtw for ; Tue, 2 Nov 2021 18:56:02 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=hi+WlcUu; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:4864:20::b2e; helo=mail-yb1-xb2e.google.com; envelope-from=lukas.bulwahn@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.a=rsa-sha256 header.s=20210112 header.b=hi+WlcUu; dkim-atps=neutral Received: from mail-yb1-xb2e.google.com (mail-yb1-xb2e.google.com [IPv6:2607:f8b0:4864:20::b2e]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4Hk2JF2dHhz2xDM for ; Tue, 2 Nov 2021 18:55:23 +1100 (AEDT) Received: by mail-yb1-xb2e.google.com with SMTP id v64so44477279ybi.5 for ; Tue, 02 Nov 2021 00:55:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=IYt4XdhIV9mCaGivgxKhV13JsWC7QyPYPD/Uf0f0VIs=; b=hi+WlcUukqlLODfpjwW2VnRDHE+wHoBCu0sK/EMuhpL+IaT1POHTsscxNKlv74QBwj tNLpz/ca1nZ/tivSKZGvUUtk22P4h61lKWrGLhjjevFOf7qfOdHUbpSeSgkOw7YSLxFg hzdDcpHnvUVDY62fxsF7w+DzhZSgxmA0V8qx7PQIo2X+1o0kiyi8jq2PPuHSAWQVnQZt bLfXJmkiWh3sg6fZbxvSTnNNs3LQ484HCKq3N2QQ4Zxtc/3d4tSd7U6IJbb3YUVQbCCa MMe16MR2nUVK9xkT5V+qQg2bKNTCdfN0HMqXYFpEO5oWHLsa9zmeRSxNjNSeljAlkQh4 gMfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=IYt4XdhIV9mCaGivgxKhV13JsWC7QyPYPD/Uf0f0VIs=; b=2tVmnil6iE7vHoymL9imeDtvtqxxBmcuXrxzevKboO2dMV3MLNh5wMCagTXff3CaLX YP5UoiawbpwTSenoel2x9ZVcmEZfgwzqiSf9e+fe1PWv8tTYNpNV1RoXRp10F2qGO8U9 1Dt6gwW3I2RPJh+K/0852cn316c8o1S41WgLo+/NrASqBQHq4Gbn/fzXRBc4wcEY4TFm 58dfc2cyZCA2TE0dHLZanl0ddoxgwHqxLKiWR5AalXRmFFv8PBJWzFIqJLvGQcLxZYC9 ryeo6iX7kMFVczTij5cQnZnY1JjPHXlOhp4v3kCTgUVZPdZDr8vvl2RJop+vR/jq5hh5 Eqjw== X-Gm-Message-State: AOAM531F93LI0yENLA0Bv0p2+VVAx24RphWi233SNPW4Kpx+GJaQRA5H Q56pRMSslhhls++xnj7s1sXdUGxXNxb1ux9pAZk= X-Google-Smtp-Source: ABdhPJzK6cSMn+HDFhuBPyz0xbsXJXCQ7kZL8KTzlfKBDhHdacY3bQgOuecjIM+xrmFVCFk7Ozss13UuugxdEB6hZ8w= X-Received: by 2002:a25:a268:: with SMTP id b95mr36582994ybi.35.1635839719820; Tue, 02 Nov 2021 00:55:19 -0700 (PDT) MIME-Version: 1.0 References: <20211028141938.3530-1-lukas.bulwahn@gmail.com> <20211028141938.3530-4-lukas.bulwahn@gmail.com> In-Reply-To: From: Lukas Bulwahn Date: Tue, 2 Nov 2021 08:55:09 +0100 Message-ID: Subject: Re: [PATCH 03/13] arm: Kconfig.debug: drop reference to removed ARCH_MSM To: Arnd Bergmann Content-Type: text/plain; charset="UTF-8" X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linus Walleij , kernel-janitors , Linux Kernel Mailing List , Tomer Maimon , Dinh Nguyen , Avi Fishman , Shawn Guo , Sascha Hauer , OpenBMC Maillist , Sekhar Nori , Russell King , Tali Perry , Krzysztof Halasa , Pengutronix Kernel Team , Patrick Venture , Imre Kaloz , Fabio Estevam , Bartosz Golaszewski , Linux ARM , Benjamin Fair Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Thu, Oct 28, 2021 at 4:42 PM Arnd Bergmann wrote: > > On Thu, Oct 28, 2021 at 4:19 PM Lukas Bulwahn wrote: > > > > Commit c0c89fafa289 ("ARM: Remove mach-msm and associated ARM architecture > > code") removes the definition of the config ARCH_MSM. Since then, the > > reference to ARCH_MSM in the dependencies of UNCOMPRESS_INCLUDE in > > Kconfig.debug is dead. > > > > Fortunately, ./scripts/checkkconfigsymbols.py warns: > > > > ARCH_MSM > > Referencing files: arch/arm/Kconfig.debug > > > > Drop the dependency on this removed config. > > > > Signed-off-by: Lukas Bulwahn > > --- > > arch/arm/Kconfig.debug | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug > > index 83484564b1d9..87aa6e92ee6e 100644 > > --- a/arch/arm/Kconfig.debug > > +++ b/arch/arm/Kconfig.debug > > @@ -1886,7 +1886,7 @@ config DEBUG_UNCOMPRESS > > > > config UNCOMPRESS_INCLUDE > > string > > - default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \ > > + default "debug/uncompress.h" if ARCH_MULTIPLATFORM || \ > > PLAT_SAMSUNG || ARM_SINGLE_ARMV7M > > The PLAT_SAMSUNG reference is also misplaced here, I think you just want > ARCH_S3C24XX instead, since the other samsung ones already require > ARCH_MULTIPLATFORM. > Agree. I can clean up (or better stated: optimize) the dependencies further in such a way. But that config dependency optimization goes beyond just removing dead symbols and deserves to be its own patch. Patch will follow later this week. Lukas From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 618AFC433EF for ; Tue, 2 Nov 2021 07:56:34 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 324F760EDF for ; Tue, 2 Nov 2021 07:56:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 324F760EDF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=VtI6s/M5uu7YqXmbTUEPfAecSTXaMQChajBwn7hZXyU=; b=rb++EPKdDdK3xZ dFDsrjyZdULmF6TW3IfnBfx+JO1wMDfe6PL4c0N5DSEPMqOXHvgd1HMegfYRSk77OGz/iCj80UvU6 noMKg4dWs6vdrHJ1T1yTCl05R3Iz0Cd6dOJHnFNsC0fZTs8NlS2wm6DEvYXRpj22DdU9cIb3uwpb/ SzOZQpHIxMHMDhGMTPO39eKaCcThDjevqqztxffekuFQlI9w1c6sMT/tnTo4XbIlbekfKSvQ88JQD ViJf22eAZ8OGGXMHLu+hKV68IPN5LMDT+6pLYkpN3U177kMm5IeWlCd+n6T/Mpd3CeU5l7fSWOfX7 dAjPo/bsEb4mMAW5IVxQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mhodf-000q1H-SY; Tue, 02 Nov 2021 07:55:24 +0000 Received: from mail-yb1-xb2f.google.com ([2607:f8b0:4864:20::b2f]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mhodc-000q0J-Lb for linux-arm-kernel@lists.infradead.org; Tue, 02 Nov 2021 07:55:21 +0000 Received: by mail-yb1-xb2f.google.com with SMTP id v138so45438943ybb.8 for ; Tue, 02 Nov 2021 00:55:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=IYt4XdhIV9mCaGivgxKhV13JsWC7QyPYPD/Uf0f0VIs=; b=hi+WlcUukqlLODfpjwW2VnRDHE+wHoBCu0sK/EMuhpL+IaT1POHTsscxNKlv74QBwj tNLpz/ca1nZ/tivSKZGvUUtk22P4h61lKWrGLhjjevFOf7qfOdHUbpSeSgkOw7YSLxFg hzdDcpHnvUVDY62fxsF7w+DzhZSgxmA0V8qx7PQIo2X+1o0kiyi8jq2PPuHSAWQVnQZt bLfXJmkiWh3sg6fZbxvSTnNNs3LQ484HCKq3N2QQ4Zxtc/3d4tSd7U6IJbb3YUVQbCCa MMe16MR2nUVK9xkT5V+qQg2bKNTCdfN0HMqXYFpEO5oWHLsa9zmeRSxNjNSeljAlkQh4 gMfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=IYt4XdhIV9mCaGivgxKhV13JsWC7QyPYPD/Uf0f0VIs=; b=sS4ECE8qa4HsoudMtOaqVcN+hEjVhWlyz98sJrxyMxdJtAyu+s7Ae3DeRw4sNA3p+U Y0RbQrtGApJkBTULIneQchJSuZAYt39Aj+9wehpJ5RS0y1OB5nB9xUVIRnC+mCV4qLAl jY/HQgAg2oMgIN5hlqJhqL3jlGVCzan2zVpviTajKILqcmqxm6c9mVDJQ9lxdVNrinHZ wT48hpstPCQKbF/HCOFG3Rh8L6lvjaFCLJR+Pg2voKy/6w2xiRAz/K8XhRocaphcouW9 fYzuTHjU1h9GLI7KkeOrroWNJTs/zdYFcVy6bNHXf0HiWk0CrsTMwiEGVGa9fNQIFm8n 80RQ== X-Gm-Message-State: AOAM531HsCXqercy5Sa13bfIp1eO3QQFxLdwONv8GRCg/ZIs/kFf83RG sUYwHNQYPVsQcgV5r3iLt6bSTg8MeEhDwDEkf/c= X-Google-Smtp-Source: ABdhPJzK6cSMn+HDFhuBPyz0xbsXJXCQ7kZL8KTzlfKBDhHdacY3bQgOuecjIM+xrmFVCFk7Ozss13UuugxdEB6hZ8w= X-Received: by 2002:a25:a268:: with SMTP id b95mr36582994ybi.35.1635839719820; Tue, 02 Nov 2021 00:55:19 -0700 (PDT) MIME-Version: 1.0 References: <20211028141938.3530-1-lukas.bulwahn@gmail.com> <20211028141938.3530-4-lukas.bulwahn@gmail.com> In-Reply-To: From: Lukas Bulwahn Date: Tue, 2 Nov 2021 08:55:09 +0100 Message-ID: Subject: Re: [PATCH 03/13] arm: Kconfig.debug: drop reference to removed ARCH_MSM To: Arnd Bergmann Cc: Russell King , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Sekhar Nori , Bartosz Golaszewski , Linus Walleij , Imre Kaloz , Krzysztof Halasa , Avi Fishman , Tomer Maimon , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair , Dinh Nguyen , Linux ARM , OpenBMC Maillist , kernel-janitors , Linux Kernel Mailing List X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211102_005520_747018_35016989 X-CRM114-Status: GOOD ( 22.38 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Oct 28, 2021 at 4:42 PM Arnd Bergmann wrote: > > On Thu, Oct 28, 2021 at 4:19 PM Lukas Bulwahn wrote: > > > > Commit c0c89fafa289 ("ARM: Remove mach-msm and associated ARM architecture > > code") removes the definition of the config ARCH_MSM. Since then, the > > reference to ARCH_MSM in the dependencies of UNCOMPRESS_INCLUDE in > > Kconfig.debug is dead. > > > > Fortunately, ./scripts/checkkconfigsymbols.py warns: > > > > ARCH_MSM > > Referencing files: arch/arm/Kconfig.debug > > > > Drop the dependency on this removed config. > > > > Signed-off-by: Lukas Bulwahn > > --- > > arch/arm/Kconfig.debug | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug > > index 83484564b1d9..87aa6e92ee6e 100644 > > --- a/arch/arm/Kconfig.debug > > +++ b/arch/arm/Kconfig.debug > > @@ -1886,7 +1886,7 @@ config DEBUG_UNCOMPRESS > > > > config UNCOMPRESS_INCLUDE > > string > > - default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \ > > + default "debug/uncompress.h" if ARCH_MULTIPLATFORM || \ > > PLAT_SAMSUNG || ARM_SINGLE_ARMV7M > > The PLAT_SAMSUNG reference is also misplaced here, I think you just want > ARCH_S3C24XX instead, since the other samsung ones already require > ARCH_MULTIPLATFORM. > Agree. I can clean up (or better stated: optimize) the dependencies further in such a way. But that config dependency optimization goes beyond just removing dead symbols and deserves to be its own patch. Patch will follow later this week. Lukas _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel