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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 A9FA6C433E6 for ; Fri, 5 Mar 2021 17:56:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 769B9650A5 for ; Fri, 5 Mar 2021 17:56:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229718AbhCERzv (ORCPT ); Fri, 5 Mar 2021 12:55:51 -0500 Received: from mga07.intel.com ([134.134.136.100]:34893 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229906AbhCERzj (ORCPT ); Fri, 5 Mar 2021 12:55:39 -0500 IronPort-SDR: MJtKCdYka1PZ3JwptEX0W+XzqXlAuQJbIjCYbE/OruympYqqMD3JuKk5knp57nYpIghMi0AfUy T3fGjmYTvz3g== X-IronPort-AV: E=McAfee;i="6000,8403,9914"; a="251732664" X-IronPort-AV: E=Sophos;i="5.81,225,1610438400"; d="scan'208";a="251732664" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Mar 2021 09:55:39 -0800 IronPort-SDR: e8tyt2aqDA8Ls5gZSxK619J4LyBFQnM4+lB8AQomxIQVn1RjIlXL+OD4Ze9lln/MmxBf2wmKti 8vR/xKBU6n5g== X-IronPort-AV: E=Sophos;i="5.81,225,1610438400"; d="scan'208";a="368663593" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Mar 2021 09:55:36 -0800 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1lIEfl-00AB7T-MU; Fri, 05 Mar 2021 19:55:33 +0200 Date: Fri, 5 Mar 2021 19:55:33 +0200 From: Andy Shevchenko To: "Rafael J. Wysocki" Cc: kernel test robot , Mika Westerberg , Linus Walleij , "open list:GPIO SUBSYSTEM" , ACPI Devel Maling List , Marc Zyngier , Bartosz Golaszewski , Thomas Gleixner Subject: Re: [BUILD REGRESSION] LAST PATCH: gpiolib: Reuse device's fwnode to create IRQ domain Message-ID: References: <6041a2ff.18V+4AiVF2xWzVE+%lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Fri, Mar 05, 2021 at 06:28:03PM +0100, Rafael J. Wysocki wrote: > On Fri, Mar 5, 2021 at 2:50 PM Andy Shevchenko > wrote: > > On Fri, Mar 05, 2021 at 02:06:54PM +0100, Rafael J. Wysocki wrote: > > > On Fri, Mar 5, 2021 at 1:31 PM Andy Shevchenko > > > wrote: > > > > On Fri, Mar 05, 2021 at 11:18:23AM +0800, kernel test robot wrote: ... > > > > > Error/Warning in current branch: > > > > > > > > > > drivers/gpio/gpiolib.c:3672:24: warning: passing argument 1 of 'is_acpi_node' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] > > > > > drivers/gpio/gpiolib.c:3675:24: warning: passing argument 1 of 'is_acpi_node' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] > > > > > drivers/gpio/gpiolib.c:3686:24: error: passing 'const struct fwnode_handle *' to parameter of type 'struct fwnode_handle *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers] > > > > > drivers/gpio/gpiolib.c:3686:24: warning: passing argument 1 of 'is_acpi_node' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] > > > > > > > > Yeah, yeah. The fix should be in Rafael's tree. > > > > > > > > Rafael, can you submit it as material for v5.12-rcX, please? > > > > > > What exactly do you want me to submit for 5.12-rc and why is it urgent? > > > > I'm talking about > > https://lore.kernel.org/linux-acpi/20210302133721.GG3@paasikivi.fi.intel.com/T/#u > > > > It's not urgent per se, but it rather makes life easier in case that my > > GPIO fwnode patch series will be routed thru the different tree (and > > I believe GPIO would like to have pull it as an immutable branch / tag). > > OK, just sent a PR with that change, thanks! Thanks! Noted. -- With Best Regards, Andy Shevchenko