From: Naman Jain <namjain@linux.microsoft.com>
To: kernel test robot <lkp@intel.com>, Nathan Chancellor <nathan@kernel.org>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
Wei Liu <wei.liu@kernel.org>,
Roman Kisel <romank@linux.microsoft.com>,
Saurabh Sengar <ssengar@linux.microsoft.com>,
Alok Tiwari <alok.a.tiwari@oracle.com>,
Nuno Das Neves <nunodasneves@linux.microsoft.com>,
Michael Kelley <mhklinux@outlook.com>
Subject: Re: [linux-next:master 3139/4234] error: <unknown>:0:0: ran out of registers during register allocation in function 'hv_call_get_vp_registers'
Date: Sun, 24 Aug 2025 23:13:51 +0530 [thread overview]
Message-ID: <56833fbe-0ea1-4a0d-8d5b-809d983d3ab9@linux.microsoft.com> (raw)
In-Reply-To: <202508240828.pVaUV45D-lkp@intel.com>
On 8/24/2025 12:02 PM, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head: 0f4c93f7eb861acab537dbe94441817a270537bf
> commit: 96a1d2495c2f48467a91b8657bd594350b84ea9e [3139/4234] Drivers: hv: Introduce mshv_vtl driver
> config: i386-buildonly-randconfig-2003-20250824 (https://download.01.org/0day-ci/archive/20250824/202508240828.pVaUV45D-lkp@intel.com/config)
> compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250824/202508240828.pVaUV45D-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/202508240828.pVaUV45D-lkp@intel.com/
>
> All errors (new ones prefixed by >>):
>
>>> error: <unknown>:0:0: ran out of registers during register allocation in function 'hv_call_get_vp_registers'
>>> error: <unknown>:0:0: ran out of registers during register allocation in function 'hv_call_set_vp_registers'
>>> error: <unknown>:0:0: ran out of registers during register allocation in function 'hv_call_get_partition_property'
> 3 errors generated.
>
+Nathan
I can see a bunch of similar warnings previously reported, in different
functions, but could not find a fix for it, or if this
is a blocking error:
https://lore.kernel.org/all/?q=s%3A%22ran+out+of+registers+during+register+allocation%22
These all are reported on below 32 bit config, compiled with LLVM:
i386-buildonly-randconfig-*
Found previous comment from Nathan Chancellor, here, which seems to be
related to this error:
https://lore.kernel.org/all/20250507022649.GA1984217@ax162/
"""
This configuration has CONFIG_MATOM=y, which does not really work well
with clang for this reason and some others that have come up in the
past. Given it is likely that nobody will care enough to fix this on the
LLVM side (since it is 32-bit), we should probably just block using
MATOM with CC_IS_CLANG, which Arnd and I had talked about at the last
ClangBuiltLinux meeting.
"""
This gives me an impression that we can safely ignore these errors from
kernel test bot.
Requesting Nathan to please correct me if I am wrong.
Regards,
Naman
next prev parent reply other threads:[~2025-08-24 17:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-24 6:32 [linux-next:master 3139/4234] error: <unknown>:0:0: ran out of registers during register allocation in function 'hv_call_get_vp_registers' kernel test robot
2025-08-24 17:43 ` Naman Jain [this message]
2025-08-25 17:00 ` Nathan Chancellor
2025-08-26 6:40 ` Naman Jain
2025-08-26 6:50 ` Philip Li
2025-08-25 17:06 ` Michael Kelley
2025-08-25 17:26 ` Nathan Chancellor
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=56833fbe-0ea1-4a0d-8d5b-809d983d3ab9@linux.microsoft.com \
--to=namjain@linux.microsoft.com \
--cc=alok.a.tiwari@oracle.com \
--cc=lkp@intel.com \
--cc=llvm@lists.linux.dev \
--cc=mhklinux@outlook.com \
--cc=nathan@kernel.org \
--cc=nunodasneves@linux.microsoft.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=romank@linux.microsoft.com \
--cc=ssengar@linux.microsoft.com \
--cc=wei.liu@kernel.org \
/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 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.