From: kernel test robot <lkp@intel.com>
To: "József Horváth" <info@ministro.hu>,
"'Greg Kroah-Hartman'" <gregkh@linuxfoundation.org>,
"'Rob Herring'" <robh+dt@kernel.org>,
"'Jiri Slaby'" <jirislaby@kernel.org>,
linux-serial@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: kbuild-all@lists.01.org, clang-built-linux@googlegroups.com
Subject: Re: [PATCH v5] Serial: silabs si4455 serial driver
Date: Tue, 15 Dec 2020 20:55:50 +0800 [thread overview]
Message-ID: <202012152041.Fvwn45yr-lkp@intel.com> (raw)
In-Reply-To: <20201215072004.GA12388@dev>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 2764 bytes --]
Hi "József,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on tty/tty-testing]
[also build test WARNING on usb/usb-testing robh/for-next linus/master v5.10]
[cannot apply to next-20201215]
[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]
url: https://github.com/0day-ci/linux/commits/J-zsef-Horv-th/Serial-silabs-si4455-serial-driver/20201215-152422
base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-testing
config: arm-randconfig-r035-20201215 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project a29ecca7819a6ed4250d3689b12b1f664bb790d7)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
# https://github.com/0day-ci/linux/commit/52689786f9d510c9f4da3a56a3f049e2128f9730
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review J-zsef-Horv-th/Serial-silabs-si4455-serial-driver/20201215-152422
git checkout 52689786f9d510c9f4da3a56a3f049e2128f9730
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/tty/serial/si4455.c:1371:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
MODULE_AUTHOR("J<F3>zsef Horv<E1>th <info@ministro.hu>");
^~~~ ~~~~
include/linux/module.h:233:52: note: expanded from macro 'MODULE_AUTHOR'
#define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
^~~~~~~
include/linux/module.h:163:56: note: expanded from macro 'MODULE_INFO'
#define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
^~~~
include/linux/moduleparam.h:26:47: note: expanded from macro '__MODULE_INFO'
= __MODULE_INFO_PREFIX __stringify(tag) "=" info
^~~~
1 warning generated.
vim +1371 drivers/tty/serial/si4455.c
1369
1370 MODULE_LICENSE("GPL");
> 1371 MODULE_AUTHOR("József Horváth <info@ministro.hu>");
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 33072 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v5] Serial: silabs si4455 serial driver
Date: Tue, 15 Dec 2020 20:55:50 +0800 [thread overview]
Message-ID: <202012152041.Fvwn45yr-lkp@intel.com> (raw)
In-Reply-To: <20201215072004.GA12388@dev>
[-- Attachment #1: Type: text/plain, Size: 2825 bytes --]
Hi "József,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on tty/tty-testing]
[also build test WARNING on usb/usb-testing robh/for-next linus/master v5.10]
[cannot apply to next-20201215]
[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]
url: https://github.com/0day-ci/linux/commits/J-zsef-Horv-th/Serial-silabs-si4455-serial-driver/20201215-152422
base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-testing
config: arm-randconfig-r035-20201215 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project a29ecca7819a6ed4250d3689b12b1f664bb790d7)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
# https://github.com/0day-ci/linux/commit/52689786f9d510c9f4da3a56a3f049e2128f9730
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review J-zsef-Horv-th/Serial-silabs-si4455-serial-driver/20201215-152422
git checkout 52689786f9d510c9f4da3a56a3f049e2128f9730
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/tty/serial/si4455.c:1371:17: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
MODULE_AUTHOR("J<F3>zsef Horv<E1>th <info@ministro.hu>");
^~~~ ~~~~
include/linux/module.h:233:52: note: expanded from macro 'MODULE_AUTHOR'
#define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
^~~~~~~
include/linux/module.h:163:56: note: expanded from macro 'MODULE_INFO'
#define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
^~~~
include/linux/moduleparam.h:26:47: note: expanded from macro '__MODULE_INFO'
= __MODULE_INFO_PREFIX __stringify(tag) "=" info
^~~~
1 warning generated.
vim +1371 drivers/tty/serial/si4455.c
1369
1370 MODULE_LICENSE("GPL");
> 1371 MODULE_AUTHOR("J�zsef Horv�th <info@ministro.hu>");
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 33072 bytes --]
next prev parent reply other threads:[~2020-12-15 12:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-15 7:20 [PATCH v5] Serial: silabs si4455 serial driver József Horváth
2020-12-15 12:55 ` kernel test robot [this message]
2020-12-15 12:55 ` kernel test robot
2020-12-15 20:02 ` Rob Herring
2020-12-15 20:46 ` József Horváth
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=202012152041.Fvwn45yr-lkp@intel.com \
--to=lkp@intel.com \
--cc=clang-built-linux@googlegroups.com \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=info@ministro.hu \
--cc=jirislaby@kernel.org \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=robh+dt@kernel.org \
/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.