All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v4] sched: Provide USF for the portable equipment.
Date: Tue, 04 Aug 2020 17:46:28 +0800	[thread overview]
Message-ID: <202008041708.xTPTGrFG%lkp@intel.com> (raw)
In-Reply-To: <820a185b6765d6246ac34f612faedeb35189487c.1596526941.git.yangdongdong@xiaomi.com>

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

Hi Dongdong,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on tip/sched/core]
[also build test WARNING on pm/linux-next tip/perf/core linus/master v5.8 next-20200803]
[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/Dongdong-Yang/sched-Provide-USF-for-the-portable-equipment/20200804-155443
base:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 949bcb8135a96a6923e676646bd29cbe69e8350f
config: i386-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-14) 9.3.0
reproduce (this is a W=1 build):
        # save the attached .config to linux build tree
        make W=1 ARCH=i386 

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 >>):

   In file included from kernel/sched/sched.h:70,
                    from kernel/sched/usf.c:30:
>> include/asm-generic/vmlinux.lds.h:299: warning: "ACPI_PROBE_TABLE" redefined
     299 | #define ACPI_PROBE_TABLE(name)      \
         | 
   In file included from include/linux/i2c.h:13,
                    from include/uapi/linux/fb.h:6,
                    from include/linux/fb.h:6,
                    from kernel/sched/usf.c:27:
   include/linux/acpi.h:1157: note: this is the location of the previous definition
    1157 | #define ACPI_PROBE_TABLE(name)  __##name##_acpi_probe_table
         | 
   In file included from include/linux/printk.h:7,
                    from include/linux/kernel.h:15,
                    from include/linux/list.h:9,
                    from include/linux/module.h:12,
                    from kernel/sched/usf.c:15:
   kernel/sched/usf.c: In function 'usf_lcd_notifier':
>> include/linux/kern_levels.h:5:18: warning: unknown conversion type character 'b' in format [-Wformat=]
       5 | #define KERN_SOH "\001"  /* ASCII Start Of Header */
         |                  ^~~~~~
   include/linux/kern_levels.h:14:19: note: in expansion of macro 'KERN_SOH'
      14 | #define KERN_INFO KERN_SOH "6" /* informational */
         |                   ^~~~~~~~
   include/linux/printk.h:368:9: note: in expansion of macro 'KERN_INFO'
     368 |  printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
         |         ^~~~~~~~~
   kernel/sched/usf.c:121:3: note: in expansion of macro 'pr_info'
     121 |   pr_info("%s : usf_vdev.is_screen_on:%b\n",
         |   ^~~~~~~
   kernel/sched/usf.c:121:40: note: format string is defined here
     121 |   pr_info("%s : usf_vdev.is_screen_on:%b\n",
         |                                        ^
   In file included from include/linux/printk.h:7,
                    from include/linux/kernel.h:15,
                    from include/linux/list.h:9,
                    from include/linux/module.h:12,
                    from kernel/sched/usf.c:15:
>> include/linux/kern_levels.h:5:18: warning: too many arguments for format [-Wformat-extra-args]
       5 | #define KERN_SOH "\001"  /* ASCII Start Of Header */
         |                  ^~~~~~
   include/linux/kern_levels.h:14:19: note: in expansion of macro 'KERN_SOH'
      14 | #define KERN_INFO KERN_SOH "6" /* informational */
         |                   ^~~~~~~~
   include/linux/printk.h:368:9: note: in expansion of macro 'KERN_INFO'
     368 |  printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
         |         ^~~~~~~~~
   kernel/sched/usf.c:121:3: note: in expansion of macro 'pr_info'
     121 |   pr_info("%s : usf_vdev.is_screen_on:%b\n",
         |   ^~~~~~~

vim +/ACPI_PROBE_TABLE +299 include/asm-generic/vmlinux.lds.h

6c3ff8b11a16ec Stephen Boyd    2013-10-30  297  
e647b532275bb3 Marc Zyngier    2015-09-28  298  #ifdef CONFIG_ACPI
e647b532275bb3 Marc Zyngier    2015-09-28 @299  #define ACPI_PROBE_TABLE(name)						\
e647b532275bb3 Marc Zyngier    2015-09-28  300  	. = ALIGN(8);							\
a6214385005333 Masahiro Yamada 2018-05-09  301  	__##name##_acpi_probe_table = .;				\
4b89b7f7aad574 Nicholas Piggin 2016-11-24  302  	KEEP(*(__##name##_acpi_probe_table))				\
a6214385005333 Masahiro Yamada 2018-05-09  303  	__##name##_acpi_probe_table_end = .;
e647b532275bb3 Marc Zyngier    2015-09-28  304  #else
e647b532275bb3 Marc Zyngier    2015-09-28  305  #define ACPI_PROBE_TABLE(name)
e647b532275bb3 Marc Zyngier    2015-09-28  306  #endif
e647b532275bb3 Marc Zyngier    2015-09-28  307  

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

  parent reply	other threads:[~2020-08-04  9:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-04  7:50 [PATCH v4] Provide USF for the portable equipment Dongdong Yang
2020-08-04  7:50 ` [PATCH v4] sched: " Dongdong Yang
2020-08-04  8:03   ` Greg KH
2020-08-04  9:05   ` peterz
2020-08-04  9:46   ` kernel test robot [this message]
2020-08-04 10:43   ` Qais Yousef
     [not found]     ` <CADhdXfpxWqYEL_cWVtEAxg-3OWgVZuZ5sLzNm6G+k484kG3HRw@mail.gmail.com>
2020-08-05  9:53       ` Qais Yousef
     [not found]         ` <CADhdXfqJhE6F9q2dhnRhZGQvgJ0GSWXG1AmgL9i+rYqAwxvZDw@mail.gmail.com>
2020-08-05 12:41           ` Qais Yousef
2020-08-04 15:41   ` Randy Dunlap

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=202008041708.xTPTGrFG%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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.