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=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 975CDC43603 for ; Wed, 4 Dec 2019 16:25:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6E80C2084B for ; Wed, 4 Dec 2019 16:25:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="OzgNVi7X" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728781AbfLDQZF (ORCPT ); Wed, 4 Dec 2019 11:25:05 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:57194 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728241AbfLDQZF (ORCPT ); Wed, 4 Dec 2019 11:25:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:References:Cc:To:From: Subject:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=79WN1t0LbZ5TQbPR9oZNKLb9p7e4pnnNvD8x14AleRQ=; b=OzgNVi7XFqg0NhhgPkOw69LQJ XfifQMK/sqoBadzbTnQe4bu633VxkhfZt3+oN2AEipuRD1wuXGsinv8v6l4YMQpx7c3BC/m+rr5v8 W8LwBTbzSdsQ8jq5cNbAJFu3QvOYNw3BWLoETwJBEfE6VOYip1jSepdXejMeQr47/3oJtnyoOcIyT JxgPFx9fpz/zWq1zNdjHTVKqoQz+4748ojforLm8jrejHD2sHO4p5pi9TsnnLawNbk/oUOWEPVfGq CwnlCQSaBo9IyAY0NAlFioS25qcrBCeupEJ4L3bP70kv8jxdJlMa6j8DzB9cxOqe/4sq9+KuC6op3 dU6Iu0ugA==; Received: from [2601:1c0:6280:3f0::3deb] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1icXSZ-0000fR-AM; Wed, 04 Dec 2019 16:25:03 +0000 Subject: Re: linux-next: Tree for Nov 15 (thermal: THERMAL_GOV_POWER_ALLOCATOR) From: Randy Dunlap To: Stephen Rothwell , Linux Next Mailing List Cc: Linux Kernel Mailing List , Linux PM list , Zhang Rui , Eduardo Valentin , Daniel Lezcano , Amit Kucheria References: <20191115190525.77efdf6c@canb.auug.org.au> <247cd41e-a07b-adf0-4ec2-6467f0257837@infradead.org> Message-ID: <9436e207-8a65-f01b-c348-32a8a00f03d4@infradead.org> Date: Wed, 4 Dec 2019 08:25:01 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1 MIME-Version: 1.0 In-Reply-To: <247cd41e-a07b-adf0-4ec2-6467f0257837@infradead.org> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 11/15/19 3:44 PM, Randy Dunlap wrote: > On 11/15/19 12:05 AM, Stephen Rothwell wrote: >> Hi all, >> >> Changes since 20191114: >> > > on i386: > > WARNING: unmet direct dependencies detected for THERMAL_GOV_POWER_ALLOCATOR > Depends on [n]: THERMAL [=y] && ENERGY_MODEL [=n] > Selected by [y]: > - THERMAL_DEFAULT_GOV_POWER_ALLOCATOR [=y] && > > > THERMAL_GOV_POWER_ALLOCATOR is selected by THERMAL_DEFAULT_GOV_POWER_ALLOCATOR > even though ENERGY_MODEL is not set/enabled. > > This Kconfig warning is still happening in linux-next of 20191204. -- ~Randy Reported-by: Randy Dunlap