All of lore.kernel.org
 help / color / mirror / Atom feed
* [chrome-os:chromeos-4.4 4/4] /tmp/checkpoint-148661.s:468: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts'
@ 2020-08-06 14:29 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-08-06 14:29 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-4.4
head:   6cb9c86b3595f9aa862d1c59b22d8bb2a7f8b0de
commit: 6cb9c86b3595f9aa862d1c59b22d8bb2a7f8b0de [4/4] UPSTREAM: drm/i915: Do .init_clock_gating() earlier to avoid it clobbering watermarks
config: x86_64-randconfig-a012-20200806 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 076b120bebfd727b502208601012a44ab2e1028e)
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 x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        git checkout 6cb9c86b3595f9aa862d1c59b22d8bb2a7f8b0de
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

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

   include/linux/percpu-defs.h:526:33: note: expanded from macro 'this_cpu_add'
   #define this_cpu_add(pcp, val)          __pcpu_size_call(this_cpu_add_, pcp, val)
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/percpu-defs.h:397:11: note: expanded from macro '__pcpu_size_call'
                   case 8: stem##8(variable, __VA_ARGS__);break;           \
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   <scratch space>:106:1: note: expanded from here
   this_cpu_add_8
   ^
   arch/x86/include/asm/percpu.h:478:35: note: expanded from macro 'this_cpu_add_8'
   #define this_cpu_add_8(pcp, val)                percpu_add_op((pcp), val)
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
   arch/x86/include/asm/percpu.h:130:31: note: expanded from macro 'percpu_add_op'
                                 ((val) == 1 || (val) == -1)) ?            \
                                                 ~~~  ^  ~~
   In file included from fs//f2fs/checkpoint.c:12:
   In file included from include/linux/bio.h:23:
   In file included from include/linux/highmem.h:8:
   In file included from include/linux/uaccess.h:4:
   In file included from include/linux/sched.h:62:
   In file included from include/linux/cgroup-defs.h:16:
   include/linux/percpu-refcount.h:276:3: warning: comparison of integers of different signs: 'unsigned long' and 'int' [-Wsign-compare]
                   this_cpu_sub(*percpu_count, nr);
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/percpu-defs.h:536:33: note: expanded from macro 'this_cpu_sub'
   #define this_cpu_sub(pcp, val)          this_cpu_add(pcp, -(typeof(pcp))(val))
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/percpu-defs.h:526:33: note: expanded from macro 'this_cpu_add'
   #define this_cpu_add(pcp, val)          __pcpu_size_call(this_cpu_add_, pcp, val)
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   include/linux/percpu-defs.h:397:11: note: expanded from macro '__pcpu_size_call'
                   case 8: stem##8(variable, __VA_ARGS__);break;           \
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   <scratch space>:266:1: note: expanded from here
   this_cpu_add_8
   ^
   arch/x86/include/asm/percpu.h:478:35: note: expanded from macro 'this_cpu_add_8'
   #define this_cpu_add_8(pcp, val)                percpu_add_op((pcp), val)
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
   arch/x86/include/asm/percpu.h:130:31: note: expanded from macro 'percpu_add_op'
                                 ((val) == 1 || (val) == -1)) ?            \
                                                 ~~~  ^  ~~
   In file included from fs//f2fs/checkpoint.c:12:
   In file included from include/linux/bio.h:23:
   In file included from include/linux/highmem.h:8:
   In file included from include/linux/uaccess.h:8:
   arch/x86/include/asm/uaccess.h:754:26: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
           if (likely(sz < 0 || sz >= n)) {
                                ~~ ^  ~
   include/linux/compiler.h:181:40: note: expanded from macro 'likely'
   # define likely(x)      __builtin_expect(!!(x), 1)
                                               ^
   In file included from fs//f2fs/checkpoint.c:12:
   In file included from include/linux/bio.h:23:
   In file included from include/linux/highmem.h:8:
   In file included from include/linux/uaccess.h:8:
   arch/x86/include/asm/uaccess.h:773:26: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
           if (likely(sz < 0 || sz >= n)) {
                                ~~ ^  ~
   include/linux/compiler.h:181:40: note: expanded from macro 'likely'
   # define likely(x)      __builtin_expect(!!(x), 1)
                                               ^
   In file included from fs//f2fs/checkpoint.c:12:
   include/linux/bio.h:424:14: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
           if (sectors >= bio_sectors(bio))
               ~~~~~~~ ^  ~~~~~~~~~~~~~~~~
   In file included from fs//f2fs/checkpoint.c:20:
   fs//f2fs/f2fs.h:220:15: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
                   return size <= MAX_NAT_JENTRIES(sum);
                          ~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~
   fs//f2fs/f2fs.h:221:14: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
           return size <= MAX_SIT_JENTRIES(sum);
                  ~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~
   In file included from fs//f2fs/checkpoint.c:22:
   fs//f2fs/segment.h:480:28: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
           return free_sections(sbi) <= (node_secs + 2 * dent_secs +
                  ~~~~~~~~~~~~~~~~~~ ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs//f2fs/segment.h:492:38: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
           return (free_sections(sbi) + freed) <= (node_secs + 2 * dent_secs +
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~  ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
   fs//f2fs/segment.h:546:21: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
                           utilization(sbi) > SM_I(sbi)->min_ipu_util)
                           ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~
   fs//f2fs/segment.h:549:21: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
                           utilization(sbi) > SM_I(sbi)->min_ipu_util)
                           ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~
   fs//f2fs/segment.h:618:19: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
           } while (cur_pos < sbi->blocks_per_seg);
                    ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~
   fs//f2fs/segment.h:630:15: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
                                           || segno > TOTAL_SEGS(sbi) - 1)) {
                                           ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
   include/linux/compiler.h:182:42: note: expanded from macro 'unlikely'
   # define unlikely(x)    __builtin_expect(!!(x), 0)
                                               ^
   fs//f2fs/checkpoint.c:751:16: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
           for (i = 1; i < cp_blks; i++) {
                       ~ ^ ~~~~~~~
   14 warnings generated.
   /tmp/checkpoint-148661.s: Assembler messages:
>> /tmp/checkpoint-148661.s:468: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts'
   /tmp/checkpoint-148661.s:2443: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts'

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-06 14:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 14:29 [chrome-os:chromeos-4.4 4/4] /tmp/checkpoint-148661.s:468: Warning: no instruction mnemonic suffix given and no register operands; using default for `bts' kernel test robot

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.