Hi Christophe,

On 7/11/26 1:10 PM, Christophe Leroy (CS GROUP) wrote:


Le 11/07/2026 à 03:52, kernel test robot a écrit :
tree:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/ linux.git fixes-test
head:   afc2830892a128a13a65f677271a0a48aeb61b5e
commit: 4747e17fe063720a30b1c0075bae3e8f8acd26f4 [10/12] powerpc/32: Use HAVE_PREEMPT_DYNAMIC_CALL instead of HAVE_PREEMPT_DYNAMIC_KEY config: powerpc-randconfig-001-20260711 (https://download.01.org/0day- ci/archive/20260711/[email protected]/config)
compiler: powerpc-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/ archive/20260711/[email protected]/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 <[email protected]>
| Closes: https://lore.kernel.org/oe-kbuild-all/202607110847.u4TL0RJC- [email protected]/

All warnings (new ones prefixed by >>):

    In file included from include/linux/tracepoint.h:22,
                     from include/trace/syscall.h:5,
                     from include/linux/syscalls.h:95,
                     from include/linux/syscalls_api.h:1,
                     from kernel/sched/core.c:16:
include/linux/static_call.h:223:9: warning: data definition has no type or storage class
      223 |         ARCH_ADD_TRAMP_KEY(name)

Looks like powerpc is missing ARCH_ADD_TRAMP() macro, introduced by commit 73f44fe19d35 ("static_call: Allow module use without exposing static_call_key") for x86. I missed it when adding inline static calls with commit f50b45626e05 ("powerpc/static_call: Implement inline static calls").

I will have to fix that before we can activate HAVE_PREEMPT_DYNAMIC_CALL.

Christophe


One more thing to note,

Below series would remove all the EXPORT_STATIC_CALL_TRAMP
instances in scheduler.
That series make sense given that none/voluntary can't be selected now.

https://lore.kernel.org/all/[email protected]/

Reply via email to