From: kernel test robot <lkp@intel.com>
To: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH] powerpc/paravirt: Improve vcpu_is_preempted
Date: Tue, 10 Oct 2023 23:42:31 +0800 [thread overview]
Message-ID: <202310102341.K0sgoqQL-lkp@intel.com> (raw)
In-Reply-To: <20231009051740.17683-1-srikar@linux.vnet.ibm.com>
Hi Srikar,
kernel test robot noticed the following build errors:
[auto build test ERROR on tip/x86/core]
[also build test ERROR on linus/master v6.6-rc5 next-20231010]
[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/Srikar-Dronamraju/powerpc-paravirt-Improve-vcpu_is_preempted/20231009-131957
base: tip/x86/core
patch link: https://lore.kernel.org/r/20231009051740.17683-1-srikar%40linux.vnet.ibm.com
patch subject: [PATCH] powerpc/paravirt: Improve vcpu_is_preempted
config: powerpc64-randconfig-003-20231010 (https://download.01.org/0day-ci/archive/20231010/202310102341.K0sgoqQL-lkp@intel.com/config)
compiler: powerpc64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231010/202310102341.K0sgoqQL-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/202310102341.K0sgoqQL-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from arch/powerpc/include/asm/paca.h:18,
from arch/powerpc/include/asm/current.h:13,
from include/linux/thread_info.h:23,
from include/asm-generic/preempt.h:5,
from ./arch/powerpc/include/generated/asm/preempt.h:1,
from include/linux/preempt.h:79,
from include/linux/spinlock.h:56,
from include/linux/ipc.h:5,
from include/uapi/linux/sem.h:5,
from include/linux/sem.h:5,
from include/linux/compat.h:14,
from arch/powerpc/kernel/asm-offsets.c:12:
arch/powerpc/include/asm/paravirt.h: In function 'vcpu_is_preempted':
>> arch/powerpc/include/asm/lppaca.h:121:41: error: 'struct paca_struct' has no member named 'lppaca_ptr'
121 | #define lppaca_of(cpu) (*paca_ptrs[cpu]->lppaca_ptr)
| ^~
arch/powerpc/include/asm/paravirt.h:130:14: note: in expansion of macro 'lppaca_of'
130 | if (!lppaca_of(cpu).idle)
| ^~~~~~~~~
make[3]: *** [scripts/Makefile.build:116: arch/powerpc/kernel/asm-offsets.s] Error 1 shuffle=2717580973
make[3]: Target 'prepare' not remade because of errors.
make[2]: *** [Makefile:1287: prepare0] Error 2 shuffle=2717580973
make[2]: Target 'prepare' not remade because of errors.
make[1]: *** [Makefile:234: __sub-make] Error 2 shuffle=2717580973
make[1]: Target 'prepare' not remade because of errors.
make: *** [Makefile:234: __sub-make] Error 2 shuffle=2717580973
make: Target 'prepare' not remade because of errors.
vim +121 arch/powerpc/include/asm/lppaca.h
3356bb9f7ba378a include/asm-powerpc/lppaca.h David Gibson 2006-01-13 120
d2e60075a3d4422 arch/powerpc/include/asm/lppaca.h Nicholas Piggin 2018-02-14 @121 #define lppaca_of(cpu) (*paca_ptrs[cpu]->lppaca_ptr)
8154c5d22d91cd1 arch/powerpc/include/asm/lppaca.h Paul Mackerras 2010-08-12 122
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2023-10-10 15:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-09 5:17 [PATCH] powerpc/paravirt: Improve vcpu_is_preempted Srikar Dronamraju
2023-10-09 5:17 ` Srikar Dronamraju
2023-10-09 8:40 ` kernel test robot
2023-10-10 15:42 ` kernel test robot [this message]
2023-10-11 9:03 ` Shrikanth Hegde
2023-10-11 9:03 ` Shrikanth Hegde
2023-10-11 12:16 ` Srikar Dronamraju
2023-10-11 12:16 ` Srikar Dronamraju
2023-10-17 12:18 ` Aboorva Devarajan
2023-10-17 12:18 ` Aboorva Devarajan
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=202310102341.K0sgoqQL-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=srikar@linux.vnet.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 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.