From: kernel test robot <lkp@intel.com>
To: Akshay Gupta <akshay.gupta@amd.com>,
linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
linux@roeck-us.net, gregkh@linuxfoundation.org, arnd@arndb.de,
shyam-sundar.s-k@amd.com, gautham.shenoy@amd.com,
mario.limonciello@amd.com, naveenkrishna.chatradhi@amd.com,
anand.umarji@amd.com, Akshay Gupta <akshay.gupta@amd.com>
Subject: Re: [PATCH v8 09/10] misc: amd-sbi: Add support for register xfer
Date: Mon, 14 Apr 2025 13:55:51 +0800 [thread overview]
Message-ID: <202504141353.TItkAjad-lkp@intel.com> (raw)
In-Reply-To: <20250411133122.1806991-10-akshay.gupta@amd.com>
Hi Akshay,
kernel test robot noticed the following build errors:
[auto build test ERROR on char-misc/char-misc-testing]
[also build test ERROR on char-misc/char-misc-next char-misc/char-misc-linus groeck-staging/hwmon-next soc/for-next linus/master v6.15-rc2 next-20250411]
[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#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Akshay-Gupta/hwmon-misc-amd-sbi-Move-core-sbrmi-from-hwmon-to-misc/20250414-100657
base: char-misc/char-misc-testing
patch link: https://lore.kernel.org/r/20250411133122.1806991-10-akshay.gupta%40amd.com
patch subject: [PATCH v8 09/10] misc: amd-sbi: Add support for register xfer
config: i386-buildonly-randconfig-002-20250414 (https://download.01.org/0day-ci/archive/20250414/202504141353.TItkAjad-lkp@intel.com/config)
compiler: clang version 20.1.2 (https://github.com/llvm/llvm-project 58df0ef89dd64126512e4ee27b4ac3fd8ddf6247)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250414/202504141353.TItkAjad-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/202504141353.TItkAjad-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from <built-in>:1:
>> ./usr/include/misc/amd-apml.h:65:2: error: unknown type name 'u16'
65 | u16 reg_addr;
| ^
>> ./usr/include/misc/amd-apml.h:69:2: error: unknown type name 'u8'
69 | u8 data_in_out;
| ^
./usr/include/misc/amd-apml.h:73:2: error: unknown type name 'u8'
73 | u8 rflag;
| ^
3 errors generated.
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-04-14 5:56 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-11 13:31 [PATCH v8 00/10] misc: Move AMD side band interface(SBI) functionality Akshay Gupta
2025-04-11 13:31 ` [PATCH v8 01/10] hwmon/misc: amd-sbi: Move core sbrmi from hwmon to misc Akshay Gupta
2025-04-11 13:31 ` [PATCH v8 02/10] misc: amd-sbi: Move protocol functionality to core file Akshay Gupta
2025-04-11 13:31 ` [PATCH v8 03/10] misc: amd-sbi: Move hwmon device sensor as separate entity Akshay Gupta
2025-04-11 13:31 ` [PATCH v8 04/10] misc: amd-sbi: Use regmap subsystem Akshay Gupta
2025-04-11 13:31 ` [PATCH v8 05/10] misc: amd-sbi: Optimize the wait condition for mailbox command completion Akshay Gupta
2025-04-11 13:31 ` [PATCH v8 06/10] misc: amd-sbi: Add support for AMD_SBI IOCTL Akshay Gupta
2025-04-11 13:31 ` [PATCH v8 07/10] misc: amd-sbi: Add support for CPUID protocol Akshay Gupta
2025-04-11 13:31 ` [PATCH v8 08/10] misc: amd-sbi: Add support for read MCA register protocol Akshay Gupta
2025-04-11 13:31 ` [PATCH v8 09/10] misc: amd-sbi: Add support for register xfer Akshay Gupta
2025-04-14 5:55 ` kernel test robot [this message]
2025-04-11 13:31 ` [PATCH v8 10/10] misc: amd-sbi: Add document for AMD SB IOCTL description Akshay Gupta
2025-04-11 13:51 ` [PATCH v8 00/10] misc: Move AMD side band interface(SBI) functionality Arnd Bergmann
2025-04-15 9:35 ` Gupta, Akshay
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=202504141353.TItkAjad-lkp@intel.com \
--to=lkp@intel.com \
--cc=akshay.gupta@amd.com \
--cc=anand.umarji@amd.com \
--cc=arnd@arndb.de \
--cc=gautham.shenoy@amd.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=llvm@lists.linux.dev \
--cc=mario.limonciello@amd.com \
--cc=naveenkrishna.chatradhi@amd.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=shyam-sundar.s-k@amd.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox