diff for duplicates of <202601311615.10yziOui-lkp@intel.com> diff --git a/a/1.txt b/N1/1.txt index fb8f967..e9dedf6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,11 +1,32 @@ +BCC: lkp@intel.com +CC: oe-kbuild-all@lists.linux.dev +In-Reply-To: <20260129-i2c-xiic-v7-5-727e434897ef@nexthop.ai> +References: <20260129-i2c-xiic-v7-5-727e434897ef@nexthop.ai> +TO: Abdurrahman Hussain via B4 Relay <devnull+abdurrahman.nexthop.ai@kernel.org> +TO: Michal Simek <monstr@monstr.eu> +TO: Andi Shyti <andi.shyti@kernel.org> +TO: Rob Herring <robh@kernel.org> +TO: Krzysztof Kozlowski <krzk@kernel.org> +TO: Conor Dooley <conor+dt@kernel.org> +CC: Andy Shevchenko <andriy.shevchenko@intel.com> +CC: linux-arm-kernel@lists.infradead.org +CC: linux-i2c@vger.kernel.org +CC: linux-kernel@vger.kernel.org +CC: devicetree@vger.kernel.org +CC: Abdurrahman Hussain <abdurrahman@nexthop.ai> + Hi Abdurrahman, kernel test robot noticed the following build warnings: +[auto build test WARNING on 63804fed149a6750ffd28610c5c1c98cce6bd377] + url: https://github.com/intel-lab-lkp/linux/commits/Abdurrahman-Hussain-via-B4-Relay/i2c-xiic-skip-input-clock-setup-on-non-OF-systems/20260130-054653 base: 63804fed149a6750ffd28610c5c1c98cce6bd377 patch link: https://lore.kernel.org/r/20260129-i2c-xiic-v7-5-727e434897ef%40nexthop.ai patch subject: [PATCH v7 5/6] i2c: xiic: cosmetic cleanup +:::::: branch date: 35 hours ago +:::::: commit date: 35 hours ago config: i386-randconfig-141-20260130 (https://download.01.org/0day-ci/archive/20260131/202601311615.10yziOui-lkp@intel.com/config) compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261) smatch version: v0.5.0-8994-gd50c5a4c @@ -13,7 +34,7 @@ smatch version: v0.5.0-8994-gd50c5a4c 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 <lkp@intel.com> -| Reported-by: Dan Carpenter <dan.carpenter@linaro.org> +| Reported-by: Dan Carpenter <error27@gmail.com> | Closes: https://lore.kernel.org/r/202601311615.10yziOui-lkp@intel.com/ smatch warnings: @@ -21,6 +42,7 @@ drivers/i2c/busses/i2c-xiic.c:1539 xiic_i2c_remove() warn: pm_runtime_get_sync() vim +1539 drivers/i2c/busses/i2c-xiic.c +e1d5b6598cdc33 Richard Röjfors 2010-02-11 1528 e190a0c389e601 Uwe Kleine-König 2023-05-08 1529 static void xiic_i2c_remove(struct platform_device *pdev) e1d5b6598cdc33 Richard Röjfors 2010-02-11 1530 { 2557b4ba04df79 Abdurrahman Hussain 2026-01-29 1531 struct device *dev = &pdev->dev; @@ -34,17 +56,13 @@ e1d5b6598cdc33 Richard Röjfors 2010-02-11 1537 2557b4ba04df79 Abdurrahman Hussain 2026-01-29 @1539 if (ret) 2557b4ba04df79 Abdurrahman Hussain 2026-01-29 1540 dev_warn(dev, "Failed to activate device for removal (%pe)\n", 810199f7315604 Uwe Kleine-König 2022-10-19 1541 ERR_PTR(ret)); - - -pm_runtime_get_sync() can return 1 on success. Perhaps use -pm_runtime_resume_and_get()? - 810199f7315604 Uwe Kleine-König 2022-10-19 1542 else e1d5b6598cdc33 Richard Röjfors 2010-02-11 1543 xiic_deinit(i2c); 810199f7315604 Uwe Kleine-König 2022-10-19 1544 2557b4ba04df79 Abdurrahman Hussain 2026-01-29 1545 pm_runtime_put_sync(dev); 2557b4ba04df79 Abdurrahman Hussain 2026-01-29 1546 pm_runtime_dont_use_autosuspend(dev); e1d5b6598cdc33 Richard Röjfors 2010-02-11 1547 } +e1d5b6598cdc33 Richard Röjfors 2010-02-11 1548 -- 0-DAY CI Kernel Test Service diff --git a/a/content_digest b/N1/content_digest index b041220..2da39ba 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,32 +1,40 @@ - "ref\020260129-i2c-xiic-v7-5-727e434897ef@nexthop.ai\0" - "From\0Dan Carpenter <dan.carpenter@linaro.org>\0" + "From\0kernel test robot <lkp@intel.com>\0" "Subject\0Re: [PATCH v7 5/6] i2c: xiic: cosmetic cleanup\0" - "Date\0Sat, 31 Jan 2026 17:35:57 +0300\0" - "To\0oe-kbuild@lists.linux.dev" - Abdurrahman Hussain via B4 Relay <devnull+abdurrahman.nexthop.ai@kernel.org> - Michal Simek <monstr@monstr.eu> - Andi Shyti <andi.shyti@kernel.org> - Rob Herring <robh@kernel.org> - Krzysztof Kozlowski <krzk@kernel.org> - " Conor Dooley <conor+dt@kernel.org>\0" + "Date\0Sat, 31 Jan 2026 16:50:12 +0800\0" + "To\0oe-kbuild@lists.linux.dev\0" "Cc\0lkp@intel.com" - oe-kbuild-all@lists.linux.dev - Andy Shevchenko <andriy.shevchenko@intel.com> - linux-arm-kernel@lists.infradead.org - linux-i2c@vger.kernel.org - linux-kernel@vger.kernel.org - devicetree@vger.kernel.org - " Abdurrahman Hussain <abdurrahman@nexthop.ai>\0" + " Dan Carpenter <error27@gmail.com>\0" "\00:1\0" "b\0" + "BCC: lkp@intel.com\n" + "CC: oe-kbuild-all@lists.linux.dev\n" + "In-Reply-To: <20260129-i2c-xiic-v7-5-727e434897ef@nexthop.ai>\n" + "References: <20260129-i2c-xiic-v7-5-727e434897ef@nexthop.ai>\n" + "TO: Abdurrahman Hussain via B4 Relay <devnull+abdurrahman.nexthop.ai@kernel.org>\n" + "TO: Michal Simek <monstr@monstr.eu>\n" + "TO: Andi Shyti <andi.shyti@kernel.org>\n" + "TO: Rob Herring <robh@kernel.org>\n" + "TO: Krzysztof Kozlowski <krzk@kernel.org>\n" + "TO: Conor Dooley <conor+dt@kernel.org>\n" + "CC: Andy Shevchenko <andriy.shevchenko@intel.com>\n" + "CC: linux-arm-kernel@lists.infradead.org\n" + "CC: linux-i2c@vger.kernel.org\n" + "CC: linux-kernel@vger.kernel.org\n" + "CC: devicetree@vger.kernel.org\n" + "CC: Abdurrahman Hussain <abdurrahman@nexthop.ai>\n" + "\n" "Hi Abdurrahman,\n" "\n" "kernel test robot noticed the following build warnings:\n" "\n" + "[auto build test WARNING on 63804fed149a6750ffd28610c5c1c98cce6bd377]\n" + "\n" "url: https://github.com/intel-lab-lkp/linux/commits/Abdurrahman-Hussain-via-B4-Relay/i2c-xiic-skip-input-clock-setup-on-non-OF-systems/20260130-054653\n" "base: 63804fed149a6750ffd28610c5c1c98cce6bd377\n" "patch link: https://lore.kernel.org/r/20260129-i2c-xiic-v7-5-727e434897ef%40nexthop.ai\n" "patch subject: [PATCH v7 5/6] i2c: xiic: cosmetic cleanup\n" + ":::::: branch date: 35 hours ago\n" + ":::::: commit date: 35 hours ago\n" "config: i386-randconfig-141-20260130 (https://download.01.org/0day-ci/archive/20260131/202601311615.10yziOui-lkp@intel.com/config)\n" "compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)\n" "smatch version: v0.5.0-8994-gd50c5a4c\n" @@ -34,7 +42,7 @@ "If you fix the issue in a separate patch/commit (i.e. not just a new version of\n" "the same patch/commit), kindly add following tags\n" "| Reported-by: kernel test robot <lkp@intel.com>\n" - "| Reported-by: Dan Carpenter <dan.carpenter@linaro.org>\n" + "| Reported-by: Dan Carpenter <error27@gmail.com>\n" "| Closes: https://lore.kernel.org/r/202601311615.10yziOui-lkp@intel.com/\n" "\n" "smatch warnings:\n" @@ -42,6 +50,7 @@ "\n" "vim +1539 drivers/i2c/busses/i2c-xiic.c\n" "\n" + "e1d5b6598cdc33 Richard R\303\266jfors 2010-02-11 1528 \n" "e190a0c389e601 Uwe Kleine-K\303\266nig 2023-05-08 1529 static void xiic_i2c_remove(struct platform_device *pdev)\n" "e1d5b6598cdc33 Richard R\303\266jfors 2010-02-11 1530 {\n" "2557b4ba04df79 Abdurrahman Hussain 2026-01-29 1531 \tstruct device *dev = &pdev->dev;\n" @@ -55,20 +64,16 @@ "2557b4ba04df79 Abdurrahman Hussain 2026-01-29 @1539 \tif (ret)\n" "2557b4ba04df79 Abdurrahman Hussain 2026-01-29 1540 \t\tdev_warn(dev, \"Failed to activate device for removal (%pe)\\n\",\n" "810199f7315604 Uwe Kleine-K\303\266nig 2022-10-19 1541 \t\t\t ERR_PTR(ret));\n" - "\n" - "\n" - "pm_runtime_get_sync() can return 1 on success. Perhaps use\n" - "pm_runtime_resume_and_get()?\n" - "\n" "810199f7315604 Uwe Kleine-K\303\266nig 2022-10-19 1542 \telse\n" "e1d5b6598cdc33 Richard R\303\266jfors 2010-02-11 1543 \t\txiic_deinit(i2c);\n" "810199f7315604 Uwe Kleine-K\303\266nig 2022-10-19 1544 \n" "2557b4ba04df79 Abdurrahman Hussain 2026-01-29 1545 \tpm_runtime_put_sync(dev);\n" "2557b4ba04df79 Abdurrahman Hussain 2026-01-29 1546 \tpm_runtime_dont_use_autosuspend(dev);\n" "e1d5b6598cdc33 Richard R\303\266jfors 2010-02-11 1547 }\n" + "e1d5b6598cdc33 Richard R\303\266jfors 2010-02-11 1548 \n" "\n" "-- \n" "0-DAY CI Kernel Test Service\n" https://github.com/intel/lkp-tests/wiki -6cb07d623ad380de815427e7f7987aefe335b2da45f7ed83a98e5365a477212d +4e4282bb917e03df3680c33b27046809853ef8ce007a71177f19df658a2aae0a
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.