All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: Re: [PATCH v4 04/21] clk: mediatek: Add MT8189 apmixedsys clock support
Date: Tue, 16 Dec 2025 05:12:23 +0800	[thread overview]
Message-ID: <202512160407.ZXYudHkU-lkp@intel.com> (raw)

:::::: 
:::::: Manual check reason: "low confidence static check warning: drivers/clk/mediatek/clk-mt8189-apmixedsys.c:191:1: sparse: sparse: bad integer constant expression"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20251215034944.2973003-5-irving-ch.lin@mediatek.com>
References: <20251215034944.2973003-5-irving-ch.lin@mediatek.com>
TO: "irving.ch.lin" <irving-ch.lin@mediatek.com>
TO: Michael Turquette <mturquette@baylibre.com>
TO: Stephen Boyd <sboyd@kernel.org>
TO: Rob Herring <robh@kernel.org>
TO: Krzysztof Kozlowski <krzk@kernel.org>
TO: Conor Dooley <conor+dt@kernel.org>
TO: Matthias Brugger <matthias.bgg@gmail.com>
TO: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
TO: Ulf Hansson <ulf.hansson@linaro.org>
TO: Richard Cochran <richardcochran@gmail.com>
CC: Qiqi Wang <qiqi.wang@mediatek.com>
CC: linux-clk@vger.kernel.org
CC: devicetree@vger.kernel.org
CC: linux-kernel@vger.kernel.org
CC: linux-arm-kernel@lists.infradead.org
CC: linux-mediatek@lists.infradead.org
CC: linux-pm@vger.kernel.org
CC: netdev@vger.kernel.org
CC: Project_Global_Chrome_Upstream_Group@mediatek.com
CC: sirius.wang@mediatek.com
CC: vince-wl.liu@mediatek.com
CC: jh.hsu@mediatek.com
CC: irving-ch.lin@mediatek.com

Hi irving.ch.lin,

kernel test robot noticed the following build warnings:

[auto build test WARNING on linus/master]
[also build test WARNING on v6.19-rc1 next-20251215]
[cannot apply to clk/clk-next robh/for-next]
[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/irving-ch-lin/dt-bindings-clock-mediatek-Add-MT8189-clock-definitions/20251215-120357
base:   linus/master
patch link:    https://lore.kernel.org/r/20251215034944.2973003-5-irving-ch.lin%40mediatek.com
patch subject: [PATCH v4 04/21] clk: mediatek: Add MT8189 apmixedsys clock support
:::::: branch date: 17 hours ago
:::::: commit date: 17 hours ago
config: riscv-randconfig-r132-20251216 (https://download.01.org/0day-ci/archive/20251216/202512160407.ZXYudHkU-lkp@intel.com/config)
compiler: riscv64-linux-gcc (GCC) 9.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251216/202512160407.ZXYudHkU-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 <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202512160407.ZXYudHkU-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
>> drivers/clk/mediatek/clk-mt8189-apmixedsys.c:191:1: sparse: sparse: bad integer constant expression
   drivers/clk/mediatek/clk-mt8189-apmixedsys.c:191:1: sparse: sparse: static assertion failed: "MODULE_INFO(description, ...) contains embedded NUL byte"
   drivers/clk/mediatek/clk-mt8189-apmixedsys.c:192:1: sparse: sparse: bad integer constant expression
   drivers/clk/mediatek/clk-mt8189-apmixedsys.c:192:1: sparse: sparse: static assertion failed: "MODULE_INFO(file, ...) contains embedded NUL byte"
   drivers/clk/mediatek/clk-mt8189-apmixedsys.c:192:1: sparse: sparse: bad integer constant expression
   drivers/clk/mediatek/clk-mt8189-apmixedsys.c:192:1: sparse: sparse: static assertion failed: "MODULE_INFO(license, ...) contains embedded NUL byte"

vim +191 drivers/clk/mediatek/clk-mt8189-apmixedsys.c

c2083360c4b1eb Irving-CH Lin 2025-12-15  189  
c2083360c4b1eb Irving-CH Lin 2025-12-15  190  module_platform_driver(clk_mt8189_apmixed_drv);
c2083360c4b1eb Irving-CH Lin 2025-12-15 @191  MODULE_DESCRIPTION("MediaTek MT8189 apmixed clocks driver");

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

             reply	other threads:[~2025-12-15 21:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-15 21:12 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-12-15  3:49 [PATCH v4 00/21] Add support for MT8189 clock/power controller irving.ch.lin
2025-12-15  3:49 ` [PATCH v4 04/21] clk: mediatek: Add MT8189 apmixedsys clock support irving.ch.lin
2025-12-22 18:00   ` Brian Masney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202512160407.ZXYudHkU-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.