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 X-Spam-Level: X-Spam-Status: No, score=-14.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CA798C433EF for ; Mon, 13 Sep 2021 10:38:28 +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 92D1E60FDA for ; Mon, 13 Sep 2021 10:38:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 92D1E60FDA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Qe6JLfrqp+tIObavWwjOZ4lD7yopSQBFgkSueUu8KTc=; b=Z6xCOAzb+RXpCJ g5nsbk3TSKtKmD/+8jJvq91wHR81Pt9VidBztmTa5AvEqR83gYXSd6Spi5OFTSvQRHV1iVUxQP9JF lLcnvll/kzfAduHkYNOuQPgjYKoE3x+s0fdugUH45sJ2mVI6VIz+KgyKjddLiB1d1KQSesrH0pU7A pi7M6fmKzp6F49M8+SxS9XXsNDy/li7F9VNd/TB+WnDyQCgVLJV+n0rEBp9mcvJVk3GVIJRjz4Lyh h0Gp1IqDyonEPbDCuB2tLpA5UMBrkXolS94ZzLSDlZbSjXl86ie0k7xFh9T0TvES4aPYyk9XNuhbU tXndj92Mkmu3uAjb34EA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mPjK5-001JoD-8U; Mon, 13 Sep 2021 10:36:25 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mPjJz-001JmA-1c for linux-arm-kernel@lists.infradead.org; Mon, 13 Sep 2021 10:36:20 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6F71E6D; Mon, 13 Sep 2021 03:36:16 -0700 (PDT) Received: from bogus (unknown [10.57.23.241]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 32D3E3F59C; Mon, 13 Sep 2021 03:36:15 -0700 (PDT) Date: Mon, 13 Sep 2021 11:35:56 +0100 From: Sudeep Holla To: Cristian Marussi Cc: Adam Borowski , Sudeep Holla , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] firmware: arm_scmi: fix build failure if ARM_SCMI_PROTOCOL=y VIRTIO=m Message-ID: <20210913103556.p2alen7xs3b6cjnp@bogus> References: <20210912212725.11909-1-kilobyte@angband.pl> <20210913085501.GA22275@e120937-lin> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210913085501.GA22275@e120937-lin> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210913_033619_179460_46B388E3 X-CRM114-Status: GOOD ( 15.86 ) 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 Mon, Sep 13, 2021 at 09:55:01AM +0100, Cristian Marussi wrote: > On Sun, Sep 12, 2021 at 11:27:25PM +0200, Adam Borowski wrote: > > A "bool" for a subfeature doesn't force the dependency by itself. > > > > Signed-off-by: Adam Borowski > > --- > > Hi Adam, > > thanks for this fix, BUT it was already spotted by LKP > > https://lore.kernel.org/linux-mm/202108151230.lcHk2Pkk-lkp@intel.com/ > > and a proposed fix is already queued on sudeep/for-next/scmi. > > https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git/commit/?h=for-next/scmi&id=7b4262378924a9985bc4c35ea015bd48dfe57792 > > I supposed it will picked up with the next 5.15 scmi fixes. > My bad, I must have replied as applied to that, on it now. > Probably the original distribution list was a bit odd since I replied to > the above original LKP mail recipients, apologies for this. > Could be for searching, but the tools grabbed the patch correctly without any issues. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel