Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
* [broonie-ci:v2_20250123_cezary_rojewski_asoc_intel_avs_add_support_for_maliboulake_configuration 7/11] sound/soc/intel/avs/tgl.c:10:10: fatal error: 'asm/cpuid.h' file not found
@ 2025-02-03  8:03 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-02-03  8:03 UTC (permalink / raw)
  To: Amadeusz Sławiński
  Cc: llvm, oe-kbuild-all, Mark Brown, Cezary Rojewski

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/ci.git v2_20250123_cezary_rojewski_asoc_intel_avs_add_support_for_maliboulake_configuration
head:   3318c70b5b94baa4e764ab05fa97c74643e7dc35
commit: de555b6bab20afcb0f7ba2b2ac3ba9877fa77a5c [7/11] ASoC: Intel: avs: Configure basefw on TGL-based platforms
config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20250203/202502031651.7qyLIQo7-lkp@intel.com/config)
compiler: clang version 19.1.3 (https://github.com/llvm/llvm-project ab51eccf88f5321e7c60591c5546b254b6afab99)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250203/202502031651.7qyLIQo7-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202502031651.7qyLIQo7-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from sound/soc/intel/avs/tgl.c:9:
   In file included from include/linux/pci.h:37:
   In file included from include/linux/device.h:32:
   In file included from include/linux/device/driver.h:21:
   In file included from include/linux/module.h:19:
   In file included from include/linux/elf.h:6:
   In file included from arch/s390/include/asm/elf.h:181:
   In file included from arch/s390/include/asm/mmu_context.h:11:
   In file included from arch/s390/include/asm/pgalloc.h:18:
   In file included from include/linux/mm.h:2224:
   include/linux/vmstat.h:504:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
     504 |         return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
         |                            ~~~~~~~~~~~~~~~~~~~~~ ^
     505 |                            item];
         |                            ~~~~
   include/linux/vmstat.h:511:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
     511 |         return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
         |                            ~~~~~~~~~~~~~~~~~~~~~ ^
     512 |                            NR_VM_NUMA_EVENT_ITEMS +
         |                            ~~~~~~~~~~~~~~~~~~~~~~
   include/linux/vmstat.h:524:43: warning: arithmetic between different enumeration types ('enum zone_stat_item' and 'enum numa_stat_item') [-Wenum-enum-conversion]
     524 |         return vmstat_text[NR_VM_ZONE_STAT_ITEMS +
         |                            ~~~~~~~~~~~~~~~~~~~~~ ^
     525 |                            NR_VM_NUMA_EVENT_ITEMS +
         |                            ~~~~~~~~~~~~~~~~~~~~~~
>> sound/soc/intel/avs/tgl.c:10:10: fatal error: 'asm/cpuid.h' file not found
      10 | #include <asm/cpuid.h>
         |          ^~~~~~~~~~~~~
   3 warnings and 1 error generated.


vim +10 sound/soc/intel/avs/tgl.c

     8	
     9	#include <linux/pci.h>
  > 10	#include <asm/cpuid.h>
    11	#include "avs.h"
    12	#include "messages.h"
    13	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

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

only message in thread, other threads:[~2025-02-03  8:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03  8:03 [broonie-ci:v2_20250123_cezary_rojewski_asoc_intel_avs_add_support_for_maliboulake_configuration 7/11] sound/soc/intel/avs/tgl.c:10:10: fatal error: 'asm/cpuid.h' file not found kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox