The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Thierry Bultel <thierry.bultel.yh@bp.renesas.com>,
	thierry.bultel@linatsea.fr
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	linux-renesas-soc@vger.kernel.org, geert@linux-m68k.org,
	paul.barker.ct@bp.renesas.com,
	Thierry Bultel <thierry.bultel.yh@bp.renesas.com>,
	Wolfram Sang <wsa-dev@sang-engineering.com>,
	linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: Re: [PATCH v8 08/11] serial: sh-sci: Add support for RZ/T2H SCI
Date: Fri, 2 May 2025 09:15:12 +0800	[thread overview]
Message-ID: <202505020836.WBkjrl7J-lkp@intel.com> (raw)
In-Reply-To: <20250429081956.3804621-9-thierry.bultel.yh@bp.renesas.com>

Hi Thierry,

kernel test robot noticed the following build errors:

[auto build test ERROR on tty/tty-testing]
[also build test ERROR on tty/tty-next]
[cannot apply to geert-renesas-drivers/renesas-clk tty/tty-linus geert-renesas-devel/next linus/master v6.15-rc4 next-20250501]
[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/Thierry-Bultel/dt-bindings-soc-Add-Renesas-RZ-T2H-R9A09G077-SoC/20250429-172052
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-testing
patch link:    https://lore.kernel.org/r/20250429081956.3804621-9-thierry.bultel.yh%40bp.renesas.com
patch subject: [PATCH v8 08/11] serial: sh-sci: Add support for RZ/T2H SCI
config: hexagon-allmodconfig (https://download.01.org/0day-ci/archive/20250502/202505020836.WBkjrl7J-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250502/202505020836.WBkjrl7J-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/oe-kbuild-all/202505020836.WBkjrl7J-lkp@intel.com/

All errors (new ones prefixed by >>, old ones prefixed by <<):

ERROR: modpost: missing MODULE_LICENSE() in drivers/tty/serial/rsci.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/tty/serial/rsci.o
>> ERROR: modpost: "sci_port_enable" [drivers/tty/serial/rsci.ko] undefined!
>> ERROR: modpost: "sci_port_disable" [drivers/tty/serial/rsci.ko] undefined!
>> ERROR: modpost: "sci_release_port" [drivers/tty/serial/rsci.ko] undefined!
>> ERROR: modpost: "sci_shutdown" [drivers/tty/serial/rsci.ko] undefined!
>> ERROR: modpost: "sci_startup" [drivers/tty/serial/rsci.ko] undefined!
>> ERROR: modpost: "sci_verify_port" [drivers/tty/serial/rsci.ko] undefined!
>> ERROR: modpost: "sci_request_port" [drivers/tty/serial/rsci.ko] undefined!
>> ERROR: modpost: "sci_config_port" [drivers/tty/serial/rsci.ko] undefined!
>> ERROR: modpost: "sci_pm" [drivers/tty/serial/rsci.ko] undefined!

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

  reply	other threads:[~2025-05-02  1:15 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250429081956.3804621-1-thierry.bultel.yh@bp.renesas.com>
2025-04-29  8:19 ` [PATCH v8 01/11] dt-bindings: serial: Added secondary clock for RZ/T2H RSCI Thierry Bultel
2025-04-29 14:48   ` Hugo Villeneuve
2025-05-09 18:58   ` Rob Herring
2025-05-13  9:40     ` Geert Uytterhoeven
2025-05-13  9:38   ` Geert Uytterhoeven
2025-05-13 13:17     ` Geert Uytterhoeven
2025-04-29  8:19 ` [PATCH v8 02/11] dt-bindings: soc: Add Renesas RZ/T2H (R9A09G077) SoC Thierry Bultel
2025-05-13  9:20   ` Geert Uytterhoeven
2025-04-29  8:19 ` [PATCH v8 03/11] dt-bindings: clock: Add cpg for the Renesas RZ/T2H SoC Thierry Bultel
2025-04-29 15:01   ` Rob Herring (Arm)
2025-05-13 10:00   ` Geert Uytterhoeven
2025-04-29  8:19 ` [PATCH v8 04/11] soc: renesas: Add RZ/T2H (R9A09G077) config option Thierry Bultel
2025-04-29  8:19 ` [PATCH v8 05/11] clk: renesas: Pass sub struct of cpg_mssr_priv to cpg_clk_register Thierry Bultel
2025-05-13 10:10   ` Geert Uytterhoeven
2025-04-29  8:19 ` [PATCH v8 06/11] clk: renesas: Add support for R9A09G077 SoC Thierry Bultel
2025-05-13 12:09   ` Geert Uytterhoeven
2025-04-29  8:19 ` [PATCH v8 07/11] serial: sh-sci: Use private port ID Thierry Bultel
2025-05-13 12:59   ` Geert Uytterhoeven
2025-04-29  8:19 ` [PATCH v8 08/11] serial: sh-sci: Add support for RZ/T2H SCI Thierry Bultel
2025-05-02  1:15   ` kernel test robot [this message]
2025-05-13 13:29   ` Geert Uytterhoeven
2025-04-29  8:19 ` [PATCH v8 09/11] arm64: dts: renesas: Add initial support for renesas RZ/T2H SoC Thierry Bultel
2025-05-13 13:34   ` Geert Uytterhoeven
2025-04-29  8:19 ` [PATCH v8 10/11] arm64: dts: renesas: Add initial support for renesas RZ/T2H eval board Thierry Bultel
2025-05-13 13:38   ` Geert Uytterhoeven
2025-04-29  8:19 ` [PATCH v8 11/11] arm64: defconfig: Enable Renesas RZ/T2H serial SCI Thierry Bultel
2025-05-13 13:39   ` Geert Uytterhoeven

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=202505020836.WBkjrl7J-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=paul.barker.ct@bp.renesas.com \
    --cc=thierry.bultel.yh@bp.renesas.com \
    --cc=thierry.bultel@linatsea.fr \
    --cc=wsa-dev@sang-engineering.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox