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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99007C27C40 for ; Thu, 24 Aug 2023 19:56:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243315AbjHXTzz (ORCPT ); Thu, 24 Aug 2023 15:55:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243229AbjHXTzY (ORCPT ); Thu, 24 Aug 2023 15:55:24 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5285C1BE6; Thu, 24 Aug 2023 12:55:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692906922; x=1724442922; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=HHxd+sRQno+zlKMlOXPg8GU8rShd+SQCJ3iQuiwJQoA=; b=iqr37zVJlwf4CSAlXcHKqADe8xmuDJCGA26pe9jGasuKVcTu9QvhNnr6 H/mjeF5MqmpHpFnkMxIg5N+hC7560b7CotTsDx68En8eUNEta7Y5B8Zpx hjuDPL0TlI2u6hJ1eQUGv3+Ga8kzUwBXB8IPmGFroXcbPgA3xlvMZYPe6 dzyp2aqsP7pK27r4kNXVXszCwPY6KeqnWq+GqT59NXRgsea2lIC3qYtxT SoHI5+zlvBuT7lbvZySsVRq8fs44eWS2etrcF6g/wsKJCUFu5ulXKjCxM MXTOMMnpUDRGTiLqnFMvqfyBFaTNZABEgWSp13r+ry9tfQr5BJ9XybK3m g==; X-IronPort-AV: E=McAfee;i="6600,9927,10812"; a="359543617" X-IronPort-AV: E=Sophos;i="6.02,195,1688454000"; d="scan'208";a="359543617" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2023 12:55:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10812"; a="740339883" X-IronPort-AV: E=Sophos;i="6.02,195,1688454000"; d="scan'208";a="740339883" Received: from lkp-server02.sh.intel.com (HELO daf8bb0a381d) ([10.239.97.151]) by fmsmga007.fm.intel.com with ESMTP; 24 Aug 2023 12:55:18 -0700 Received: from kbuild by daf8bb0a381d with local (Exim 4.96) (envelope-from ) id 1qZGQH-0002wA-1Q; Thu, 24 Aug 2023 19:55:17 +0000 Date: Fri, 25 Aug 2023 03:54:45 +0800 From: kernel test robot To: Andy Shevchenko , "Rafael J. Wysocki" , Rob Herring , linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Lorenzo Pieralisi , Hanjun Guo , Sudeep Holla , Len Brown , Russell King , Frank Rowand , Peng Fan , Andy Shevchenko Subject: Re: [PATCH v1 1/1] amba: bus: balance firmware node reference counting Message-ID: <202308250317.taQ9kshJ-lkp@intel.com> References: <20230824162654.2890992-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230824162654.2890992-1-andriy.shevchenko@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Hi Andy, kernel test robot noticed the following build errors: [auto build test ERROR on next-20230824] [cannot apply to rafael-pm/linux-next robh/for-next soc/for-next linus/master v6.5-rc7 v6.5-rc6 v6.5-rc5 v6.5-rc7] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Andy-Shevchenko/amba-bus-balance-firmware-node-reference-counting/20230825-003007 base: next-20230824 patch link: https://lore.kernel.org/r/20230824162654.2890992-1-andriy.shevchenko%40linux.intel.com patch subject: [PATCH v1 1/1] amba: bus: balance firmware node reference counting config: arm-defconfig (https://download.01.org/0day-ci/archive/20230825/202308250317.taQ9kshJ-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 13.2.0 reproduce: (https://download.01.org/0day-ci/archive/20230825/202308250317.taQ9kshJ-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202308250317.taQ9kshJ-lkp@intel.com/ All errors (new ones prefixed by >>): drivers/amba/bus.c: In function 'amba_device_release': >> drivers/amba/bus.c:532:46: error: expected ')' before ';' token 532 | fwnode_handle_put(dev_fwnode(&d->dev); | ~ ^ >> drivers/amba/bus.c:536:18: error: expected ';' before '}' token 536 | kfree(d); | ^ | ; 537 | } | ~ vim +532 drivers/amba/bus.c 527 528 static void amba_device_release(struct device *dev) 529 { 530 struct amba_device *d = to_amba_device(dev); 531 > 532 fwnode_handle_put(dev_fwnode(&d->dev); 533 if (d->res.parent) 534 release_resource(&d->res); 535 mutex_destroy(&d->periphid_lock); > 536 kfree(d); 537 } 538 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 386A8C27C40 for ; Thu, 24 Aug 2023 19:56:01 +0000 (UTC) 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=HUROMXVUV5Iv3bg7QiaX0Pl3SaXssqLNPzm9owJWFAc=; b=XkWl89+ruDyQM2 xoMLHRdKVXRSHyrT3W65nu2JDffL9cMbb0f69TVI35V6zwpfu3frzUqlRiV5uNdWDhb82CwwLsqPK kyRZHSf3iujltXa2AOoFDjICOs6xHWMgvS9/l/svCJyQxUdPmRhU2Duz4zL9kQBGqJQABT7LehAeZ ZZSSIlerBG1DbSD/PcNzZWrWsgO0wfDz5FcBdKpSv53hsGnk3uY5P/cEJTRMcbQAoZrcOaVqpB88b MzIfKqp3NLI5STm87811TohLhNwOGq/mylGJ4vzHaeeAC4oY4B+oDA9ddEmHUUI43PXjwQAiv0/6W tGXzlx7kyImj5jGfd14w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qZGQT-003hf3-2H; Thu, 24 Aug 2023 19:55:29 +0000 Received: from mgamail.intel.com ([134.134.136.126]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qZGQP-003hed-00 for linux-arm-kernel@lists.infradead.org; Thu, 24 Aug 2023 19:55:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692906925; x=1724442925; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=HHxd+sRQno+zlKMlOXPg8GU8rShd+SQCJ3iQuiwJQoA=; b=C0tQvnlQ/DlcpElHnuADJS7AN8HZ5KUlBSZqyFtECoZpybF3ZLmhs/cL ryBupy4vaIukV0BIhAl2MMZabQIReNOPCTCx/ba4+fvw/tjx9JshfVZPw 1ix4TygpnvWeLv1Pckru+MMVkM4NLaR0tuu+WLvAD4HYGkMjICJuUuNEO vz4eeb2IC5R61/UOSJPMUjpua4549B1e0OfxVlaUea5kJV2A2cIeMl1eg LuJLM1smGOAw71+0OwQBYaMlX8awxMzd1AbucREUPUI0HZJ6yEoMHgYjG t9xGAnu8rqzRUsDt46d311MHhLzUyk8jxpJL7hCc5/nWliDFKkEui/nix Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10812"; a="359543612" X-IronPort-AV: E=Sophos;i="6.02,195,1688454000"; d="scan'208";a="359543612" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2023 12:55:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10812"; a="740339883" X-IronPort-AV: E=Sophos;i="6.02,195,1688454000"; d="scan'208";a="740339883" Received: from lkp-server02.sh.intel.com (HELO daf8bb0a381d) ([10.239.97.151]) by fmsmga007.fm.intel.com with ESMTP; 24 Aug 2023 12:55:18 -0700 Received: from kbuild by daf8bb0a381d with local (Exim 4.96) (envelope-from ) id 1qZGQH-0002wA-1Q; Thu, 24 Aug 2023 19:55:17 +0000 Date: Fri, 25 Aug 2023 03:54:45 +0800 From: kernel test robot To: Andy Shevchenko , "Rafael J. Wysocki" , Rob Herring , linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Lorenzo Pieralisi , Hanjun Guo , Sudeep Holla , Len Brown , Russell King , Frank Rowand , Peng Fan , Andy Shevchenko Subject: Re: [PATCH v1 1/1] amba: bus: balance firmware node reference counting Message-ID: <202308250317.taQ9kshJ-lkp@intel.com> References: <20230824162654.2890992-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230824162654.2890992-1-andriy.shevchenko@linux.intel.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230824_125525_141028_9EB62BC1 X-CRM114-Status: GOOD ( 13.25 ) 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 Hi Andy, kernel test robot noticed the following build errors: [auto build test ERROR on next-20230824] [cannot apply to rafael-pm/linux-next robh/for-next soc/for-next linus/master v6.5-rc7 v6.5-rc6 v6.5-rc5 v6.5-rc7] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Andy-Shevchenko/amba-bus-balance-firmware-node-reference-counting/20230825-003007 base: next-20230824 patch link: https://lore.kernel.org/r/20230824162654.2890992-1-andriy.shevchenko%40linux.intel.com patch subject: [PATCH v1 1/1] amba: bus: balance firmware node reference counting config: arm-defconfig (https://download.01.org/0day-ci/archive/20230825/202308250317.taQ9kshJ-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 13.2.0 reproduce: (https://download.01.org/0day-ci/archive/20230825/202308250317.taQ9kshJ-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202308250317.taQ9kshJ-lkp@intel.com/ All errors (new ones prefixed by >>): drivers/amba/bus.c: In function 'amba_device_release': >> drivers/amba/bus.c:532:46: error: expected ')' before ';' token 532 | fwnode_handle_put(dev_fwnode(&d->dev); | ~ ^ >> drivers/amba/bus.c:536:18: error: expected ';' before '}' token 536 | kfree(d); | ^ | ; 537 | } | ~ vim +532 drivers/amba/bus.c 527 528 static void amba_device_release(struct device *dev) 529 { 530 struct amba_device *d = to_amba_device(dev); 531 > 532 fwnode_handle_put(dev_fwnode(&d->dev); 533 if (d->res.parent) 534 release_resource(&d->res); 535 mutex_destroy(&d->periphid_lock); > 536 kfree(d); 537 } 538 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel