linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_set_encrypt_key does not evaluate to a constant
@ 2016-04-17  5:18 kbuild test robot
  2016-04-18 15:08 ` Oleg Nesterov
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2016-04-17  5:18 UTC (permalink / raw)
  To: Oleg Nesterov; +Cc: kbuild-all, linux-kernel, Ingo Molnar

[-- Attachment #1: Type: text/plain, Size: 2702 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   b9f5dba225aede4518ab0a7374c2dc38c7c049ce
commit: 5eeb50de42fd3251845d03c556db012267c72b3f uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp()
date:   9 months ago
config: powerpc-allyesconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 5eeb50de42fd3251845d03c556db012267c72b3f
        # save the attached .config to linux build tree
        make.cross ARCH=powerpc 

All errors (new ones prefixed by >>):

   /tmp/ccTcF8pg.s: Assembler messages:
>> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_set_encrypt_key does not evaluate to a constant
>> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_set_encrypt_key does not evaluate to a constant
>> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_set_decrypt_key does not evaluate to a constant
>> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_set_decrypt_key does not evaluate to a constant
>> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_encrypt does not evaluate to a constant
>> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_encrypt does not evaluate to a constant
>> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_decrypt does not evaluate to a constant
>> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_decrypt does not evaluate to a constant
>> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_cbc_encrypt does not evaluate to a constant
>> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_cbc_encrypt does not evaluate to a constant
>> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_ctr32_encrypt_blocks does not evaluate to a constant
>> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_ctr32_encrypt_blocks does not evaluate to a constant
--
   /tmp/ccB2I6Jo.s: Assembler messages:
>> /tmp/ccB2I6Jo.s: Error: .size expression for gcm_init_p8 does not evaluate to a constant
>> /tmp/ccB2I6Jo.s: Error: .size expression for .gcm_init_p8 does not evaluate to a constant
>> /tmp/ccB2I6Jo.s: Error: .size expression for gcm_gmult_p8 does not evaluate to a constant
>> /tmp/ccB2I6Jo.s: Error: .size expression for .gcm_gmult_p8 does not evaluate to a constant
>> /tmp/ccB2I6Jo.s: Error: .size expression for gcm_ghash_p8 does not evaluate to a constant
>> /tmp/ccB2I6Jo.s: Error: .size expression for .gcm_ghash_p8 does not evaluate to a constant

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 45492 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_set_encrypt_key does not evaluate to a constant
  2016-04-17  5:18 /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_set_encrypt_key does not evaluate to a constant kbuild test robot
@ 2016-04-18 15:08 ` Oleg Nesterov
  2016-04-21  4:11   ` Philip Li
  0 siblings, 1 reply; 3+ messages in thread
From: Oleg Nesterov @ 2016-04-18 15:08 UTC (permalink / raw)
  To: kbuild test robot; +Cc: kbuild-all, linux-kernel, Ingo Molnar

On 04/17, kbuild test robot wrote:
>
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   b9f5dba225aede4518ab0a7374c2dc38c7c049ce
> commit: 5eeb50de42fd3251845d03c556db012267c72b3f uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp()
> date:   9 months ago

and this patch changed the single function in arch-neutral kernel/events/uprobes.c,
this certainly looks like a false positive.

> config: powerpc-allyesconfig (attached as .config)
> reproduce:
>         wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         git checkout 5eeb50de42fd3251845d03c556db012267c72b3f
>         # save the attached .config to linux build tree
>         make.cross ARCH=powerpc 
> 
> All errors (new ones prefixed by >>):
> 
>    /tmp/ccTcF8pg.s: Assembler messages:
> >> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_set_encrypt_key does not evaluate to a constant
> >> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_set_encrypt_key does not evaluate to a constant
> >> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_set_decrypt_key does not evaluate to a constant
> >> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_set_decrypt_key does not evaluate to a constant
> >> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_encrypt does not evaluate to a constant
> >> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_encrypt does not evaluate to a constant
> >> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_decrypt does not evaluate to a constant
> >> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_decrypt does not evaluate to a constant
> >> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_cbc_encrypt does not evaluate to a constant
> >> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_cbc_encrypt does not evaluate to a constant
> >> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_ctr32_encrypt_blocks does not evaluate to a constant
> >> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_ctr32_encrypt_blocks does not evaluate to a constant
> --
>    /tmp/ccB2I6Jo.s: Assembler messages:
> >> /tmp/ccB2I6Jo.s: Error: .size expression for gcm_init_p8 does not evaluate to a constant
> >> /tmp/ccB2I6Jo.s: Error: .size expression for .gcm_init_p8 does not evaluate to a constant
> >> /tmp/ccB2I6Jo.s: Error: .size expression for gcm_gmult_p8 does not evaluate to a constant
> >> /tmp/ccB2I6Jo.s: Error: .size expression for .gcm_gmult_p8 does not evaluate to a constant
> >> /tmp/ccB2I6Jo.s: Error: .size expression for gcm_ghash_p8 does not evaluate to a constant
> >> /tmp/ccB2I6Jo.s: Error: .size expression for .gcm_ghash_p8 does not evaluate to a constant
> 
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_set_encrypt_key does not evaluate to a constant
  2016-04-18 15:08 ` Oleg Nesterov
@ 2016-04-21  4:11   ` Philip Li
  0 siblings, 0 replies; 3+ messages in thread
From: Philip Li @ 2016-04-21  4:11 UTC (permalink / raw)
  To: Oleg Nesterov; +Cc: kbuild test robot, kbuild-all, linux-kernel, Ingo Molnar

On Mon, Apr 18, 2016 at 05:08:41PM +0200, Oleg Nesterov wrote:
> On 04/17, kbuild test robot wrote:
> >
> > tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > head:   b9f5dba225aede4518ab0a7374c2dc38c7c049ce
> > commit: 5eeb50de42fd3251845d03c556db012267c72b3f uprobes: Change handle_trampoline() to flush the frames invalidated by longjmp()
> > date:   9 months ago
> 
> and this patch changed the single function in arch-neutral kernel/events/uprobes.c,
> this certainly looks like a false positive.

thanks for feedback, we will look into this to fix the false positive.

> 
> > config: powerpc-allyesconfig (attached as .config)
> > reproduce:
> >         wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
> >         chmod +x ~/bin/make.cross
> >         git checkout 5eeb50de42fd3251845d03c556db012267c72b3f
> >         # save the attached .config to linux build tree
> >         make.cross ARCH=powerpc 
> > 
> > All errors (new ones prefixed by >>):
> > 
> >    /tmp/ccTcF8pg.s: Assembler messages:
> > >> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_set_encrypt_key does not evaluate to a constant
> > >> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_set_encrypt_key does not evaluate to a constant
> > >> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_set_decrypt_key does not evaluate to a constant
> > >> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_set_decrypt_key does not evaluate to a constant
> > >> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_encrypt does not evaluate to a constant
> > >> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_encrypt does not evaluate to a constant
> > >> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_decrypt does not evaluate to a constant
> > >> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_decrypt does not evaluate to a constant
> > >> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_cbc_encrypt does not evaluate to a constant
> > >> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_cbc_encrypt does not evaluate to a constant
> > >> /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_ctr32_encrypt_blocks does not evaluate to a constant
> > >> /tmp/ccTcF8pg.s: Error: .size expression for .aes_p8_ctr32_encrypt_blocks does not evaluate to a constant
> > --
> >    /tmp/ccB2I6Jo.s: Assembler messages:
> > >> /tmp/ccB2I6Jo.s: Error: .size expression for gcm_init_p8 does not evaluate to a constant
> > >> /tmp/ccB2I6Jo.s: Error: .size expression for .gcm_init_p8 does not evaluate to a constant
> > >> /tmp/ccB2I6Jo.s: Error: .size expression for gcm_gmult_p8 does not evaluate to a constant
> > >> /tmp/ccB2I6Jo.s: Error: .size expression for .gcm_gmult_p8 does not evaluate to a constant
> > >> /tmp/ccB2I6Jo.s: Error: .size expression for gcm_ghash_p8 does not evaluate to a constant
> > >> /tmp/ccB2I6Jo.s: Error: .size expression for .gcm_ghash_p8 does not evaluate to a constant
> > 
> > ---
> > 0-DAY kernel test infrastructure                Open Source Technology Center
> > https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
> 
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-21  4:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-17  5:18 /tmp/ccTcF8pg.s: Error: .size expression for aes_p8_set_encrypt_key does not evaluate to a constant kbuild test robot
2016-04-18 15:08 ` Oleg Nesterov
2016-04-21  4:11   ` Philip Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).