linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* drivers/acpi/dock.c:563:8-16: WARNING: use scnprintf or sprintf
@ 2020-08-13  0:56 kernel test robot
  2020-08-13  0:56 ` [PATCH] coccinelle: api: fix device_attr_show.cocci warnings kernel test robot
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: kernel test robot @ 2020-08-13  0:56 UTC (permalink / raw)
  To: Denis Efremov; +Cc: kbuild-all, linux-kernel, Julia Lawall

[-- Attachment #1: Type: text/plain, Size: 2737 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   7c2a69f610e64c8dec6a06a66e721f4ce1dd783a
commit: abfc19ff202d287742483e15fd478ddd6ada2187 coccinelle: api: add device_attr_show script
date:   8 days ago
config: x86_64-randconfig-c004-20200812 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


coccinelle warnings: (new ones prefixed by >>)

>> drivers/acpi/dock.c:563:8-16: WARNING: use scnprintf or sprintf
   drivers/acpi/dock.c:544:8-16: WARNING: use scnprintf or sprintf
   drivers/acpi/dock.c:495:8-16: WARNING: use scnprintf or sprintf
   drivers/acpi/dock.c:506:8-16: WARNING: use scnprintf or sprintf
--
>> drivers/hid/hid-roccat-arvo.c:149:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-roccat-arvo.c:95:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-roccat-arvo.c:45:8-16: WARNING: use scnprintf or sprintf
--
>> drivers/hid/hid-roccat-isku.c:66:8-16: WARNING: use scnprintf or sprintf
--
>> drivers/hid/hid-roccat-kone.c:406:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-roccat-kone.c:397:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-roccat-kone.c:438:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-roccat-kone.c:550:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-roccat-kone.c:448:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-roccat-kone.c:429:8-16: WARNING: use scnprintf or sprintf
--
>> drivers/hid/hid-roccat-koneplus.c:247:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-roccat-koneplus.c:314:8-16: WARNING: use scnprintf or sprintf
--
>> drivers/hid/hid-roccat-kovaplus.c:330:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-roccat-kovaplus.c:277:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-roccat-kovaplus.c:339:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-roccat-kovaplus.c:349:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-roccat-kovaplus.c:370:8-16: WARNING: use scnprintf or sprintf
--
>> drivers/hid/hid-roccat-pyra.c:289:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-roccat-pyra.c:306:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-roccat-pyra.c:327:8-16: WARNING: use scnprintf or sprintf
--
>> drivers/hid/hid-sony.c:611:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-sony.c:648:8-16: WARNING: use scnprintf or sprintf
   drivers/hid/hid-sony.c:660:8-16: WARNING: use scnprintf or sprintf

Please review and possibly fold the followup patch.

---
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: 30835 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread
* drivers/video/fbdev/core/fbcon.c:3509:8-16: WARNING: use scnprintf or sprintf
@ 2020-08-10  9:20 kernel test robot
  2020-08-10  9:21 ` [PATCH] coccinelle: api: fix device_attr_show.cocci warnings kernel test robot
  0 siblings, 1 reply; 11+ messages in thread
From: kernel test robot @ 2020-08-10  9:20 UTC (permalink / raw)
  To: Denis Efremov; +Cc: kbuild-all, linux-kernel, Julia Lawall

[-- Attachment #1: Type: text/plain, Size: 971 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   fc80c51fd4b23ec007e88d4c688f2cac1b8648e7
commit: abfc19ff202d287742483e15fd478ddd6ada2187 coccinelle: api: add device_attr_show script
date:   6 days ago
config: parisc-randconfig-c003-20200810 (attached as .config)
compiler: hppa-linux-gcc (GCC) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


coccinelle warnings: (new ones prefixed by >>)

>> drivers/video/fbdev/core/fbcon.c:3509:8-16: WARNING: use scnprintf or sprintf
   drivers/video/fbdev/core/fbcon.c:3484:8-16: WARNING: use scnprintf or sprintf
--
>> drivers/tty/vt/vt.c:3820:8-16: WARNING: use scnprintf or sprintf
   drivers/tty/vt/vt.c:3828:8-16: WARNING: use scnprintf or sprintf

Please review and possibly fold the followup patch.

---
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: 23830 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-09-08 12:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-13  0:56 drivers/acpi/dock.c:563:8-16: WARNING: use scnprintf or sprintf kernel test robot
2020-08-13  0:56 ` [PATCH] coccinelle: api: fix device_attr_show.cocci warnings kernel test robot
2020-08-13  0:56 ` kernel test robot
2020-08-13  0:56 ` kernel test robot
2020-08-13  0:56 ` kernel test robot
2020-08-13  0:56 ` kernel test robot
2020-08-13  0:56 ` kernel test robot
2020-08-13  0:56 ` kernel test robot
2020-08-13  0:56 ` kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2020-08-10  9:20 drivers/video/fbdev/core/fbcon.c:3509:8-16: WARNING: use scnprintf or sprintf kernel test robot
2020-08-10  9:21 ` [PATCH] coccinelle: api: fix device_attr_show.cocci warnings kernel test robot
2020-09-08 11:37   ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).