* [linux-stable-rc:linux-4.14.y 1531/2170] /tmp/ccoMtgxh.s:815: Error: immediate out of range at operand 3 -- `bic w1, w0, 5'
@ 2021-01-29 4:36 kernel test robot
2021-01-29 8:05 ` Jan Beulich
0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2021-01-29 4:36 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 1632 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
head: 8fd249c180486f0a441ce3b2ab2e1d9a3f697b21
commit: 0cad6b264e35cc31de99c58ed11e42ba6e06d80f [1531/2170] xen/netback: use lateeoi irq binding
config: arm64-randconfig-r001-20210129 (attached as .config)
compiler: aarch64-linux-gcc (GCC) 7.5.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?id=0cad6b264e35cc31de99c58ed11e42ba6e06d80f
git remote add linux-stable-rc https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
git fetch --no-tags linux-stable-rc linux-4.14.y
git checkout 0cad6b264e35cc31de99c58ed11e42ba6e06d80f
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-7.5.0 make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
drivers/net/xen-netback/rx.c:422:6: warning: no previous prototype for 'xenvif_rx_skb' [-Wmissing-prototypes]
void xenvif_rx_skb(struct xenvif_queue *queue)
^~~~~~~~~~~~~
/tmp/ccoMtgxh.s: Assembler messages:
>> /tmp/ccoMtgxh.s:815: Error: immediate out of range at operand 3 -- `bic w1,w0,5'
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 32718 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [linux-stable-rc:linux-4.14.y 1531/2170] /tmp/ccoMtgxh.s:815: Error: immediate out of range at operand 3 -- `bic w1, w0, 5'
2021-01-29 4:36 [linux-stable-rc:linux-4.14.y 1531/2170] /tmp/ccoMtgxh.s:815: Error: immediate out of range at operand 3 -- `bic w1, w0, 5' kernel test robot
@ 2021-01-29 8:05 ` Jan Beulich
2021-01-29 10:04 ` Greg Kroah-Hartman
0 siblings, 1 reply; 3+ messages in thread
From: Jan Beulich @ 2021-01-29 8:05 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 1756 bytes --]
On 29.01.2021 05:36, kernel test robot wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
> head: 8fd249c180486f0a441ce3b2ab2e1d9a3f697b21
> commit: 0cad6b264e35cc31de99c58ed11e42ba6e06d80f [1531/2170] xen/netback: use lateeoi irq binding
> config: arm64-randconfig-r001-20210129 (attached as .config)
> compiler: aarch64-linux-gcc (GCC) 7.5.0
> reproduce (this is a W=1 build):
> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?id=0cad6b264e35cc31de99c58ed11e42ba6e06d80f
> git remote add linux-stable-rc https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
> git fetch --no-tags linux-stable-rc linux-4.14.y
> git checkout 0cad6b264e35cc31de99c58ed11e42ba6e06d80f
> # save the attached .config to linux build tree
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-7.5.0 make.cross ARCH=arm64
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>):
>
> drivers/net/xen-netback/rx.c:422:6: warning: no previous prototype for 'xenvif_rx_skb' [-Wmissing-prototypes]
> void xenvif_rx_skb(struct xenvif_queue *queue)
> ^~~~~~~~~~~~~
> /tmp/ccoMtgxh.s: Assembler messages:
>>> /tmp/ccoMtgxh.s:815: Error: immediate out of range at operand 3 -- `bic w1,w0,5'
This looks to be due to wrong asm() constraints, requiring
580fa1b87471 ("arm64: Use correct ll/sc atomic constraints")
to be pulled in.
Jan
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [linux-stable-rc:linux-4.14.y 1531/2170] /tmp/ccoMtgxh.s:815: Error: immediate out of range at operand 3 -- `bic w1, w0, 5'
2021-01-29 8:05 ` Jan Beulich
@ 2021-01-29 10:04 ` Greg Kroah-Hartman
0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2021-01-29 10:04 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 2009 bytes --]
On Fri, Jan 29, 2021 at 09:05:21AM +0100, Jan Beulich wrote:
> On 29.01.2021 05:36, kernel test robot wrote:
> > tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
> > head: 8fd249c180486f0a441ce3b2ab2e1d9a3f697b21
> > commit: 0cad6b264e35cc31de99c58ed11e42ba6e06d80f [1531/2170] xen/netback: use lateeoi irq binding
> > config: arm64-randconfig-r001-20210129 (attached as .config)
> > compiler: aarch64-linux-gcc (GCC) 7.5.0
> > reproduce (this is a W=1 build):
> > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> > chmod +x ~/bin/make.cross
> > # https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?id=0cad6b264e35cc31de99c58ed11e42ba6e06d80f
> > git remote add linux-stable-rc https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
> > git fetch --no-tags linux-stable-rc linux-4.14.y
> > git checkout 0cad6b264e35cc31de99c58ed11e42ba6e06d80f
> > # save the attached .config to linux build tree
> > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-7.5.0 make.cross ARCH=arm64
> >
> > If you fix the issue, kindly add following tag as appropriate
> > Reported-by: kernel test robot <lkp@intel.com>
> >
> > All errors (new ones prefixed by >>):
> >
> > drivers/net/xen-netback/rx.c:422:6: warning: no previous prototype for 'xenvif_rx_skb' [-Wmissing-prototypes]
> > void xenvif_rx_skb(struct xenvif_queue *queue)
> > ^~~~~~~~~~~~~
> > /tmp/ccoMtgxh.s: Assembler messages:
> >>> /tmp/ccoMtgxh.s:815: Error: immediate out of range at operand 3 -- `bic w1,w0,5'
>
> This looks to be due to wrong asm() constraints, requiring
> 580fa1b87471 ("arm64: Use correct ll/sc atomic constraints")
> to be pulled in.
If someone wants to backport it to 4.19.y and 4.14.y, I will be glad to
take it, as it does not apply cleanly.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-01-29 10:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-29 4:36 [linux-stable-rc:linux-4.14.y 1531/2170] /tmp/ccoMtgxh.s:815: Error: immediate out of range at operand 3 -- `bic w1, w0, 5' kernel test robot
2021-01-29 8:05 ` Jan Beulich
2021-01-29 10:04 ` Greg Kroah-Hartman
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.