lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202209201008.U8ySkGPR-lkp@intel.com>
Date:   Tue, 20 Sep 2022 10:43:19 +0800
From:   kernel test robot <lkp@...el.com>
To:     Sean Christopherson <sean.j.christopherson@...el.com>
Cc:     kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
        Isaku Yamahata <isaku.yamahata@...el.com>
Subject: [intel-tdx:kvm-upstream-workaround 279/314] lib/kvm_random.c:43:25:
 warning: implicit declaration of function 'cpuid_eax'

tree:   https://github.com/intel/tdx.git kvm-upstream-workaround
head:   552dd80c48f67ca01bcdd10667e0c11efd375177
commit: a9daeb222b941f9c7fc89fee39301460ae2283d5 [279/314] *** HACK *** KVM: selftests: Add random_() framework to common KVM code
compiler: gcc-11 (Debian 11.3.0-5) 11.3.0
reproduce:
        # https://github.com/intel/tdx/commit/a9daeb222b941f9c7fc89fee39301460ae2283d5
        git remote add intel-tdx https://github.com/intel/tdx.git
        git fetch --no-tags intel-tdx kvm-upstream-workaround
        git checkout a9daeb222b941f9c7fc89fee39301460ae2283d5
        make O=/tmp/kselftest headers
        make O=/tmp/kselftest -C tools/testing/selftests

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@...el.com>

All warnings (new ones prefixed by >>):

   In file included from lib/kvm_random.c:14:
   include/x86_64/processor.h:761: warning: "__stringify_1" redefined
     761 | #define __stringify_1(x) #x
         | 
   In file included from include/x86_64/processor.h:18,
                    from lib/kvm_random.c:14:
   ../../../../tools/include/linux/stringify.h:10: note: this is the location of the previous definition
      10 | #define __stringify_1(x...)     #x
         | 
   In file included from lib/kvm_random.c:14:
   include/x86_64/processor.h:762: warning: "__stringify" redefined
     762 | #define __stringify(x)  __stringify_1(x)
         | 
   In file included from include/x86_64/processor.h:18,
                    from lib/kvm_random.c:14:
   ../../../../tools/include/linux/stringify.h:11: note: this is the location of the previous definition
      11 | #define __stringify(x...)       __stringify_1(x)
         | 
   lib/kvm_random.c: In function 'init_random':
>> lib/kvm_random.c:43:25: warning: implicit declaration of function 'cpuid_eax' [-Wimplicit-function-declaration]
      43 |         x86_phys_bits = cpuid_eax(0x80000008) & 0xff;
         |                         ^~~~~~~~~

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ