From: kernel test robot <lkp@intel.com>
To: Steffen Eiden <seiden@linux.ibm.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
linux-s390@vger.kernel.org, Andreas Grapentin <gra@linux.ibm.com>,
Nico Boehr <nrb@linux.ibm.com>,
"Nina Schoetterl-Glausch" <nsg@linux.ibm.com>
Subject: [kvms390:sae 51/53] <instantiation>:1:36: error: too many positional arguments
Date: Wed, 03 Jun 2026 03:59:32 +0800 [thread overview]
Message-ID: <202606030347.0s0rKGnQ-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git sae
head: f33dbafc8623f6c22ac90428a03f29019940b157
commit: e343c452c6cc6071a6d2eb29d5d2fbdbfda84e4c [51/53] KVM: s390: arm64: Implement sysreg handling
config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20260603/202606030347.0s0rKGnQ-lkp@intel.com/config)
compiler: clang version 18.1.8 (https://github.com/llvm/llvm-project 3b5b5c1ec4a3095ab096dd780e84d7ab81f3d7ff)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260603/202606030347.0s0rKGnQ-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/202606030347.0s0rKGnQ-lkp@intel.com/
All errors (new ones prefixed by >>):
589 | ~(ID_AA64MMFR0_EL1_RES0 | ID_AA64MMFR0_EL1_ASIDBITS)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:474:16: note: expanded from macro 'ID_FILTERED'
474 | .set_user = set_##name, \
| ^~~~~~~~~~
<scratch space>:177:1: note: expanded from here
177 | set_id_aa64mmfr0_el1
| ^~~~~~~~~~~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:588:2: note: previous initialization is here
588 | ID_FILTERED(ID_AA64MMFR0_EL1, id_aa64mmfr0_el1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
589 | ~(ID_AA64MMFR0_EL1_RES0 | ID_AA64MMFR0_EL1_ASIDBITS)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:473:4: note: expanded from macro 'ID_FILTERED'
473 | ID_DESC(sysreg), \
| ^~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:442:45: note: expanded from macro 'ID_DESC'
442 | #define ID_DESC(name) SYS_DESC(SYS_##name), ID_DESC_DEFAULT_CALLBACKS
| ^~~~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:439:15: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
439 | .set_user = set_id_reg, .visibility = id_visibility, \
| ^~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:602:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
602 | ID_UNALLOCATED(7, 5),
| ^~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:492:18: note: expanded from macro 'ID_UNALLOCATED'
492 | .visibility = raz_visibility, \
| ^~~~~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:602:2: note: previous initialization is here
602 | ID_UNALLOCATED(7, 5),
| ^~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:491:4: note: expanded from macro 'ID_UNALLOCATED'
491 | ID_DESC_DEFAULT_CALLBACKS, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:439:41: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
439 | .set_user = set_id_reg, .visibility = id_visibility, \
| ^~~~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:603:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
603 | ID_UNALLOCATED(7, 6),
| ^~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:492:18: note: expanded from macro 'ID_UNALLOCATED'
492 | .visibility = raz_visibility, \
| ^~~~~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:603:2: note: previous initialization is here
603 | ID_UNALLOCATED(7, 6),
| ^~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:491:4: note: expanded from macro 'ID_UNALLOCATED'
491 | ID_DESC_DEFAULT_CALLBACKS, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:439:41: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
439 | .set_user = set_id_reg, .visibility = id_visibility, \
| ^~~~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:604:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
604 | ID_UNALLOCATED(7, 7),
| ^~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:492:18: note: expanded from macro 'ID_UNALLOCATED'
492 | .visibility = raz_visibility, \
| ^~~~~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:604:2: note: previous initialization is here
604 | ID_UNALLOCATED(7, 7),
| ^~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:491:4: note: expanded from macro 'ID_UNALLOCATED'
491 | ID_DESC_DEFAULT_CALLBACKS, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:439:41: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
439 | .set_user = set_id_reg, .visibility = id_visibility, \
| ^~~~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:633:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
633 | ID_FILTERED(CTR_EL0, ctr_el0,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
634 | CTR_EL0_DIC_MASK | CTR_EL0_IDC_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
635 | CTR_EL0_DminLine_MASK | CTR_EL0_L1Ip_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
636 | CTR_EL0_IminLine_MASK),
| ~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:474:16: note: expanded from macro 'ID_FILTERED'
474 | .set_user = set_##name, \
| ^~~~~~~~~~
<scratch space>:35:1: note: expanded from here
35 | set_ctr_el0
| ^~~~~~~~~~~
arch/s390/kvm/arm64/sys_regs.c:633:2: note: previous initialization is here
633 | ID_FILTERED(CTR_EL0, ctr_el0,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
634 | CTR_EL0_DIC_MASK | CTR_EL0_IDC_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
635 | CTR_EL0_DminLine_MASK | CTR_EL0_L1Ip_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
636 | CTR_EL0_IminLine_MASK),
| ~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:473:4: note: expanded from macro 'ID_FILTERED'
473 | ID_DESC(sysreg), \
| ^~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:442:45: note: expanded from macro 'ID_DESC'
442 | #define ID_DESC(name) SYS_DESC(SYS_##name), ID_DESC_DEFAULT_CALLBACKS
| ^~~~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:439:15: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
439 | .set_user = set_id_reg, .visibility = id_visibility, \
| ^~~~~~~~~~
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16255, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16255,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16104, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16104,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -32750, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-32750,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16112, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16112,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16128, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16128,0
| ^
<instantiation>:1:35: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -8574, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-8574,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -15872, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-15872,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16240, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16240,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16103, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16103,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -32628, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-32628,0
| ^
<instantiation>:1:35: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -8573, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-8573,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16256, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16256,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16118, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16118,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -14716, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-14716,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -14848, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-14848,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16127, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16127,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16117, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16117,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16119, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16119,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -15736, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-15736,0
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
44 warnings and 20 errors generated.
--
589 | ~(ID_AA64MMFR0_EL1_RES0 | ID_AA64MMFR0_EL1_ASIDBITS)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:474:16: note: expanded from macro 'ID_FILTERED'
474 | .set_user = set_##name, \
| ^~~~~~~~~~
<scratch space>:177:1: note: expanded from here
177 | set_id_aa64mmfr0_el1
| ^~~~~~~~~~~~~~~~~~~~
sys_regs.c:588:2: note: previous initialization is here
588 | ID_FILTERED(ID_AA64MMFR0_EL1, id_aa64mmfr0_el1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
589 | ~(ID_AA64MMFR0_EL1_RES0 | ID_AA64MMFR0_EL1_ASIDBITS)),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:473:4: note: expanded from macro 'ID_FILTERED'
473 | ID_DESC(sysreg), \
| ^~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:442:45: note: expanded from macro 'ID_DESC'
442 | #define ID_DESC(name) SYS_DESC(SYS_##name), ID_DESC_DEFAULT_CALLBACKS
| ^~~~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:439:15: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
439 | .set_user = set_id_reg, .visibility = id_visibility, \
| ^~~~~~~~~~
sys_regs.c:602:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
602 | ID_UNALLOCATED(7, 5),
| ^~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:492:18: note: expanded from macro 'ID_UNALLOCATED'
492 | .visibility = raz_visibility, \
| ^~~~~~~~~~~~~~
sys_regs.c:602:2: note: previous initialization is here
602 | ID_UNALLOCATED(7, 5),
| ^~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:491:4: note: expanded from macro 'ID_UNALLOCATED'
491 | ID_DESC_DEFAULT_CALLBACKS, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:439:41: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
439 | .set_user = set_id_reg, .visibility = id_visibility, \
| ^~~~~~~~~~~~~
sys_regs.c:603:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
603 | ID_UNALLOCATED(7, 6),
| ^~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:492:18: note: expanded from macro 'ID_UNALLOCATED'
492 | .visibility = raz_visibility, \
| ^~~~~~~~~~~~~~
sys_regs.c:603:2: note: previous initialization is here
603 | ID_UNALLOCATED(7, 6),
| ^~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:491:4: note: expanded from macro 'ID_UNALLOCATED'
491 | ID_DESC_DEFAULT_CALLBACKS, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:439:41: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
439 | .set_user = set_id_reg, .visibility = id_visibility, \
| ^~~~~~~~~~~~~
sys_regs.c:604:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
604 | ID_UNALLOCATED(7, 7),
| ^~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:492:18: note: expanded from macro 'ID_UNALLOCATED'
492 | .visibility = raz_visibility, \
| ^~~~~~~~~~~~~~
sys_regs.c:604:2: note: previous initialization is here
604 | ID_UNALLOCATED(7, 7),
| ^~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:491:4: note: expanded from macro 'ID_UNALLOCATED'
491 | ID_DESC_DEFAULT_CALLBACKS, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:439:41: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
439 | .set_user = set_id_reg, .visibility = id_visibility, \
| ^~~~~~~~~~~~~
sys_regs.c:633:2: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
633 | ID_FILTERED(CTR_EL0, ctr_el0,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
634 | CTR_EL0_DIC_MASK | CTR_EL0_IDC_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
635 | CTR_EL0_DminLine_MASK | CTR_EL0_L1Ip_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
636 | CTR_EL0_IminLine_MASK),
| ~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:474:16: note: expanded from macro 'ID_FILTERED'
474 | .set_user = set_##name, \
| ^~~~~~~~~~
<scratch space>:35:1: note: expanded from here
35 | set_ctr_el0
| ^~~~~~~~~~~
sys_regs.c:633:2: note: previous initialization is here
633 | ID_FILTERED(CTR_EL0, ctr_el0,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
634 | CTR_EL0_DIC_MASK | CTR_EL0_IDC_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
635 | CTR_EL0_DminLine_MASK | CTR_EL0_L1Ip_MASK |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
636 | CTR_EL0_IminLine_MASK),
| ~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:473:4: note: expanded from macro 'ID_FILTERED'
473 | ID_DESC(sysreg), \
| ^~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:442:45: note: expanded from macro 'ID_DESC'
442 | #define ID_DESC(name) SYS_DESC(SYS_##name), ID_DESC_DEFAULT_CALLBACKS
| ^~~~~~~~~~~~~~~~~~~~~~~~~
include/kvm/arm64/sys_regs.h:439:15: note: expanded from macro 'ID_DESC_DEFAULT_CALLBACKS'
439 | .set_user = set_id_reg, .visibility = id_visibility, \
| ^~~~~~~~~~
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16255, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16255,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16104, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16104,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -32750, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-32750,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16112, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16112,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16128, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16128,0
| ^
<instantiation>:1:35: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -8574, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-8574,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -15872, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-15872,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16240, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16240,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16103, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16103,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -32628, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-32628,0
| ^
<instantiation>:1:35: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -8573, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-8573,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16256, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16256,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16118, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16118,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -14716, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-14716,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -14848, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-14848,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16127, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16127,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16117, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16117,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -16119, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-16119,0
| ^
>> <instantiation>:1:36: error: too many positional arguments
1 | RIE_H 0xed9b, %r2, %r12, -15736, 0,
| ^
arch/s390/include/asm/sae.h:73:3: note: while in macro instantiation
73 | " EASR %[r1],%[r3],%[i2],%[m4]\n"
| ^
<inline asm>:1:3: note: instantiated into assembly here
1 | EASR %r2,%r12,-15736,0
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
44 warnings and 20 errors generated.
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2026-06-02 20:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202606030347.0s0rKGnQ-lkp@intel.com \
--to=lkp@intel.com \
--cc=gra@linux.ibm.com \
--cc=linux-s390@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=nrb@linux.ibm.com \
--cc=nsg@linux.ibm.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=seiden@linux.ibm.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