All of lore.kernel.org
 help / color / mirror / Atom feed
* ./usr/include/linux/pci.h:55:9: error: unknown type name '__u8'
@ 2026-06-16 18:46 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-06-16 18:46 UTC (permalink / raw)
  To: Chengwen Feng; +Cc: oe-kbuild-all, 0day robot

tree:   https://github.com/intel-lab-lkp/linux/commits/Chengwen-Feng/PCI-TPH-Fix-pcie_tph_get_st_table_loc-field-extraction/20260616-184951
head:   392d754f8b7c953e66a38e94f8a81883e94f625c
commit: 9effcebd7cc81134bb9fbda4e5adc7f9f3df08d7 PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping
date:   8 hours ago
config: x86_64-rhel-9.4-bpf (https://download.01.org/0day-ci/archive/20260616/202606162035.jSAeTX9B-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260616/202606162035.jSAeTX9B-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/202606162035.jSAeTX9B-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from <command-line>:
>> ./usr/include/linux/pci.h:55:9: error: unknown type name '__u8'
      55 |         __u8  vm_st;        /* Volatile Memory Steering Tag (1 byte) */
         |         ^~~~
   ./usr/include/linux/pci.h:56:9: error: unknown type name '__u8'
      56 |         __u8  pm_st;        /* Persistent Memory Steering Tag (1 byte) */
         |         ^~~~
>> ./usr/include/linux/pci.h:57:9: error: unknown type name '__u16'; did you mean '__bf16'?
      57 |         __u16 vm_xst;       /* Volatile Memory Extended Steering Tag (2 bytes) */
         |         ^~~~~
         |         __bf16
   ./usr/include/linux/pci.h:58:9: error: unknown type name '__u16'; did you mean '__bf16'?
      58 |         __u16 pm_xst;       /* Persistent Memory Extended Steering Tag (2 bytes) */
         |         ^~~~~
         |         __bf16
   ./usr/include/linux/pci.h:59:9: error: unknown type name '__u16'; did you mean '__bf16'?
      59 |         __u16 reserved;     /* Padding to 8 bytes for aligned offset lookup */
         |         ^~~~~
         |         __bf16

--
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:[~2026-06-16 18:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-16 18:46 ./usr/include/linux/pci.h:55:9: error: unknown type name '__u8' 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.