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 08109C00140 for ; Sun, 31 Jul 2022 17:36:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237303AbiGaRgR (ORCPT ); Sun, 31 Jul 2022 13:36:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229558AbiGaRgO (ORCPT ); Sun, 31 Jul 2022 13:36:14 -0400 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4BBB7BF4E for ; Sun, 31 Jul 2022 10:36:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:from:to:cc:subject:message-id:mime-version; bh=rb/YjUvomiVZDXYdB7kpegzU1ge+e/pBCgCPDuG9LAE=; b=n0utZMEvUtZgGJbYvW4ZVH+lYJ3EOL1MZs5ATHrzMPbdl4YyD/z/wYmQ E70cGjc+kqVVYX8W93HK35FOZKgs1xV/cpifvS/e9dgyargGCdLbAhm8c HxtDUXwgvSvCg7gDIUbrPIBOVoruW2rOPKRfs9gJPSAWIP7T9Uw81sw37 E=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=julia.lawall@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="5.93,206,1654552800"; d="scan'208";a="20525516" Received: from ip-153.net-89-2-7.rev.numericable.fr (HELO hadrien) ([89.2.7.153]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2022 19:36:09 +0200 Date: Sun, 31 Jul 2022 19:36:09 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Daniel Lezcano cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [thermal:thermal/next 28/36] drivers/thermal/thermal_of.c:689:1-23: WARNING: Function "for_each_child_of_node" should have of_node_put() before goto around lines 692. (fwd) Message-ID: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I didn't receive a code snippet with this message, but it may be worth checkin whether there is a missing of_node_put. julia ---------- Forwarded message ---------- Date: Sun, 31 Jul 2022 10:35:03 +0800 From: kernel test robot To: kbuild@lists.01.org Cc: lkp@intel.com, Julia Lawall Subject: [thermal:thermal/next 28/36] drivers/thermal/thermal_of.c:689:1-23: WARNING: Function "for_each_child_of_node" should have of_node_put() before goto around lines 692. CC: kbuild-all@lists.01.org BCC: lkp@intel.com CC: linux-kernel@vger.kernel.org TO: Daniel Lezcano tree: git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git thermal/next head: d0c75fa2c17f082b32a5f26ff40bf378b12952de commit: a3193edcbdf9a8ae73b6e1f2da96e920582c1849 [28/36] thermal/of: Replace device node match with device node search :::::: branch date: 2 days ago :::::: commit date: 2 days ago config: nios2-randconfig-c033-20220729 (https://download.01.org/0day-ci/archive/20220731/202207311043.WDsouQI6-lkp@intel.com/config) compiler: nios2-linux-gcc (GCC) 12.1.0 If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot Reported-by: Julia Lawall cocci warnings: (new ones prefixed by >>) >> drivers/thermal/thermal_of.c:689:1-23: WARNING: Function "for_each_child_of_node" should have of_node_put() before goto around lines 692. -- 0-DAY CI Kernel Test Service https://01.org/lkp From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============9159365614078975334==" MIME-Version: 1.0 From: Julia Lawall To: kbuild-all@lists.01.org Subject: [thermal:thermal/next 28/36] drivers/thermal/thermal_of.c:689:1-23: WARNING: Function "for_each_child_of_node" should have of_node_put() before goto around lines 692. (fwd) Date: Sun, 31 Jul 2022 19:36:09 +0200 Message-ID: List-Id: --===============9159365614078975334== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable I didn't receive a code snippet with this message, but it may be worth checkin whether there is a missing of_node_put. julia ---------- Forwarded message ---------- Date: Sun, 31 Jul 2022 10:35:03 +0800 From: kernel test robot To: kbuild(a)lists.01.org Cc: lkp(a)intel.com, Julia Lawall Subject: [thermal:thermal/next 28/36] drivers/thermal/thermal_of.c:689:1-23: WARNING: Function "for_each_child_of_node" should have of_node_put() be= fore goto around lines 692. CC: kbuild-all(a)lists.01.org BCC: lkp(a)intel.com CC: linux-kernel(a)vger.kernel.org TO: Daniel Lezcano tree: git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git the= rmal/next head: d0c75fa2c17f082b32a5f26ff40bf378b12952de commit: a3193edcbdf9a8ae73b6e1f2da96e920582c1849 [28/36] thermal/of: Replac= e device node match with device node search :::::: branch date: 2 days ago :::::: commit date: 2 days ago config: nios2-randconfig-c033-20220729 (https://download.01.org/0day-ci/arc= hive/20220731/202207311043.WDsouQI6-lkp(a)intel.com/config) compiler: nios2-linux-gcc (GCC) 12.1.0 If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot Reported-by: Julia Lawall cocci warnings: (new ones prefixed by >>) >> drivers/thermal/thermal_of.c:689:1-23: WARNING: Function "for_each_child= _of_node" should have of_node_put() before goto around lines 692. -- = 0-DAY CI Kernel Test Service https://01.org/lkp --===============9159365614078975334==--