* <instantiation>:7:11: error: expected an immediate
@ 2025-05-26 20:41 kernel test robot
0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2025-05-26 20:41 UTC (permalink / raw)
To: Marco Crivellari
Cc: llvm, oe-kbuild-all, linux-kernel, Thomas Bogendoerfer,
Maciej W. Rozycki
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 3e406741b19890c3d8a2ed126aa7c23b106ca9e1
commit: 56651128e2fbad80f632f388d6bf1f39c928267a MIPS: Fix idle VS timer enqueue
date: 4 weeks ago
config: mips-randconfig-2006-20250514 (https://download.01.org/0day-ci/archive/20250527/202505270413.1AsTfH0q-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/20250527/202505270413.1AsTfH0q-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/202505270413.1AsTfH0q-lkp@intel.com/
All errors (new ones prefixed by >>):
>> <instantiation>:7:11: error: expected an immediate
ori $26, r4k_wait_idle_size - 2
^
<instantiation>:10:14: error: expected an immediate
daddiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
<instantiation>:10:30: error: expected an immediate
daddiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
>> <instantiation>:7:11: error: expected an immediate
ori $26, r4k_wait_idle_size - 2
^
<instantiation>:10:14: error: expected an immediate
daddiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
<instantiation>:10:30: error: expected an immediate
daddiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 7+ messages in thread
* <instantiation>:7:11: error: expected an immediate
@ 2025-07-15 22:18 kernel test robot
0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2025-07-15 22:18 UTC (permalink / raw)
To: Marco Crivellari
Cc: llvm, oe-kbuild-all, linux-kernel, Thomas Bogendoerfer,
Maciej W. Rozycki
Hi Marco,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 155a3c003e555a7300d156a5252c004c392ec6b0
commit: 56651128e2fbad80f632f388d6bf1f39c928267a MIPS: Fix idle VS timer enqueue
date: 3 months ago
config: mips-rb532_defconfig (https://download.01.org/0day-ci/archive/20250716/202507160634.HuBB6qKT-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/20250716/202507160634.HuBB6qKT-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/202507160634.HuBB6qKT-lkp@intel.com/
All errors (new ones prefixed by >>):
>> <instantiation>:7:11: error: expected an immediate
ori $26, r4k_wait_idle_size - 2
^
<instantiation>:10:13: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
<instantiation>:10:29: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
>> <instantiation>:7:11: error: expected an immediate
ori $26, r4k_wait_idle_size - 2
^
<instantiation>:10:13: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
<instantiation>:10:29: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 7+ messages in thread
* <instantiation>:7:11: error: expected an immediate
@ 2025-09-21 6:58 kernel test robot
0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2025-09-21 6:58 UTC (permalink / raw)
To: Marco Crivellari
Cc: llvm, oe-kbuild-all, linux-kernel, Thomas Bogendoerfer,
Maciej W. Rozycki
Hi Marco,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: f975f08c2e899ae2484407d7bba6bb7f8b6d9d40
commit: 56651128e2fbad80f632f388d6bf1f39c928267a MIPS: Fix idle VS timer enqueue
date: 5 months ago
config: mips-rb532_defconfig (https://download.01.org/0day-ci/archive/20250921/202509211441.wZt0EM95-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/20250921/202509211441.wZt0EM95-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/202509211441.wZt0EM95-lkp@intel.com/
All errors (new ones prefixed by >>):
>> <instantiation>:7:11: error: expected an immediate
ori $26, r4k_wait_idle_size - 2
^
<instantiation>:10:13: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
<instantiation>:10:29: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
>> <instantiation>:7:11: error: expected an immediate
ori $26, r4k_wait_idle_size - 2
^
<instantiation>:10:13: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
<instantiation>:10:29: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 7+ messages in thread
* <instantiation>:7:11: error: expected an immediate
@ 2025-10-26 1:16 kernel test robot
0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2025-10-26 1:16 UTC (permalink / raw)
To: Marco Crivellari
Cc: oe-kbuild-all, linux-kernel, Thomas Bogendoerfer,
Maciej W. Rozycki
Hi Marco,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 72761a7e31225971d0b29d9195e0ffa986b77867
commit: 56651128e2fbad80f632f388d6bf1f39c928267a MIPS: Fix idle VS timer enqueue
date: 6 months ago
config: mips-randconfig-r054-20251026 (https://download.01.org/0day-ci/archive/20251026/202510260931.TWOAuaL6-lkp@intel.com/config)
compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251026/202510260931.TWOAuaL6-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/202510260931.TWOAuaL6-lkp@intel.com/
All errors (new ones prefixed by >>):
>> <instantiation>:7:11: error: expected an immediate
ori $26, r4k_wait_idle_size - 2
^
<instantiation>:10:14: error: expected an immediate
daddiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
<instantiation>:10:30: error: expected an immediate
daddiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
>> <instantiation>:7:11: error: expected an immediate
ori $26, r4k_wait_idle_size - 2
^
<instantiation>:10:14: error: expected an immediate
daddiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
<instantiation>:10:30: error: expected an immediate
daddiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 7+ messages in thread
* <instantiation>:7:11: error: expected an immediate
@ 2025-11-02 16:27 kernel test robot
0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2025-11-02 16:27 UTC (permalink / raw)
To: Marco Crivellari
Cc: llvm, oe-kbuild-all, linux-kernel, Thomas Bogendoerfer,
Maciej W. Rozycki
Hi Marco,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 691d401c7e0e5ea34ac6f8151bc0696db1b2500a
commit: 56651128e2fbad80f632f388d6bf1f39c928267a MIPS: Fix idle VS timer enqueue
date: 6 months ago
config: mips-gpr_defconfig (https://download.01.org/0day-ci/archive/20251103/202511030036.kg3v3YEd-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/20251103/202511030036.kg3v3YEd-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/202511030036.kg3v3YEd-lkp@intel.com/
All errors (new ones prefixed by >>):
>> <instantiation>:7:11: error: expected an immediate
ori $26, r4k_wait_idle_size - 2
^
<instantiation>:10:13: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
<instantiation>:10:29: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
>> <instantiation>:7:11: error: expected an immediate
ori $26, r4k_wait_idle_size - 2
^
<instantiation>:10:13: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
<instantiation>:10:29: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 7+ messages in thread
* <instantiation>:7:11: error: expected an immediate
@ 2025-12-01 20:42 kernel test robot
0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2025-12-01 20:42 UTC (permalink / raw)
To: Marco Crivellari
Cc: llvm, oe-kbuild-all, linux-kernel, Thomas Bogendoerfer,
Maciej W. Rozycki
Hi Marco,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 7d0a66e4bb9081d75c82ec4957c50034cb0ea449
commit: 56651128e2fbad80f632f388d6bf1f39c928267a MIPS: Fix idle VS timer enqueue
date: 7 months ago
config: mips-bcm47xx_defconfig (https://download.01.org/0day-ci/archive/20251202/202512020410.BDXzDjrc-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/20251202/202512020410.BDXzDjrc-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/202512020410.BDXzDjrc-lkp@intel.com/
All errors (new ones prefixed by >>):
>> <instantiation>:7:11: error: expected an immediate
ori $26, r4k_wait_idle_size - 2
^
<instantiation>:10:13: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
<instantiation>:10:29: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
>> <instantiation>:7:11: error: expected an immediate
ori $26, r4k_wait_idle_size - 2
^
<instantiation>:10:13: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
<instantiation>:10:29: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 7+ messages in thread
* <instantiation>:7:11: error: expected an immediate
@ 2026-01-14 15:39 kernel test robot
0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2026-01-14 15:39 UTC (permalink / raw)
To: Marco Crivellari
Cc: oe-kbuild-all, linux-kernel, Thomas Bogendoerfer,
Maciej W. Rozycki
Hi Marco,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: c537e12daeecaecdcd322c56a5f70659d2de7bde
commit: 56651128e2fbad80f632f388d6bf1f39c928267a MIPS: Fix idle VS timer enqueue
date: 9 months ago
config: mips-randconfig-r064-20260114 (https://download.01.org/0day-ci/archive/20260114/202601142341.nJRCghXO-lkp@intel.com/config)
compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260114/202601142341.nJRCghXO-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/202601142341.nJRCghXO-lkp@intel.com/
All errors (new ones prefixed by >>):
>> <instantiation>:7:11: error: expected an immediate
ori $26, r4k_wait_idle_size - 2
^
<instantiation>:10:13: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
<instantiation>:10:29: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
>> <instantiation>:7:11: error: expected an immediate
ori $26, r4k_wait_idle_size - 2
^
<instantiation>:10:13: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
<instantiation>:10:29: error: expected an immediate
addiu $26, r4k_wait_exit - r4k_wait_insn + 2
^
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-01-14 15:39 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-02 16:27 <instantiation>:7:11: error: expected an immediate kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2026-01-14 15:39 kernel test robot
2025-12-01 20:42 kernel test robot
2025-10-26 1:16 kernel test robot
2025-09-21 6:58 kernel test robot
2025-07-15 22:18 kernel test robot
2025-05-26 20:41 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