All of lore.kernel.org
 help / color / mirror / Atom feed
* [jarkko-linux-tpmdd:master 9/12] WARNING: modpost: vmlinux.o(.text+0x1176e44): Section mismatch in reference from the function trusted_tpm_init() to the function .init.text:init_digests()
@ 2021-03-13 16:08 kernel test robot
  2021-03-13 19:41 ` Jarkko Sakkinen
  0 siblings, 1 reply; 3+ messages in thread
From: kernel test robot @ 2021-03-13 16:08 UTC (permalink / raw)
  To: kbuild-all

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

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git master
head:   cd18a1dd7b57c78927fbe9c9e86823c54d373961
commit: 251c85bd106099e6f388a89e88e12d14de2c9cda [9/12] KEYS: trusted: Add generic trusted keys framework
config: x86_64-randconfig-a011-20210313 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project dfd27ebbd0eb137c9a439b7c537bb87ba903efd3)
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
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/commit/?id=251c85bd106099e6f388a89e88e12d14de2c9cda
        git remote add jarkko-linux-tpmdd git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git
        git fetch --no-tags jarkko-linux-tpmdd master
        git checkout 251c85bd106099e6f388a89e88e12d14de2c9cda
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>, old ones prefixed by <<):

>> WARNING: modpost: vmlinux.o(.text+0x1176e44): Section mismatch in reference from the function trusted_tpm_init() to the function .init.text:init_digests()
The function trusted_tpm_init() references
the function __init init_digests().
This is often because trusted_tpm_init lacks a __init
annotation or the annotation of init_digests is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x1176e65): Section mismatch in reference from the function trusted_tpm_init() to the function .init.text:trusted_shash_alloc()
The function trusted_tpm_init() references
the function __init trusted_shash_alloc().
This is often because trusted_tpm_init lacks a __init
annotation or the annotation of trusted_shash_alloc is wrong.

The below error/warnings are from parent commit:
<< WARNING: modpost: vmlinux.o(.text+0x174f8f): Section mismatch in reference from the function test_bit() to the variable .init.data:numa_nodes_parsed
<< WARNING: modpost: vmlinux.o(.text+0x174ffb): Section mismatch in reference from the function __nodes_weight() to the variable .init.data:numa_nodes_parsed
<< WARNING: modpost: vmlinux.o(.text+0x17502c): Section mismatch in reference from the function __first_node() to the variable .init.data:numa_nodes_parsed
<< WARNING: modpost: vmlinux.o(.text+0x1750b2): Section mismatch in reference from the function __next_node() to the variable .init.data:numa_nodes_parsed
<< WARNING: modpost: vmlinux.o(.text+0x174f8f): Section mismatch in reference from the function test_bit() to the variable .init.data:numa_nodes_parsed
<< WARNING: modpost: vmlinux.o(.text+0x174ffb): Section mismatch in reference from the function __nodes_weight() to the variable .init.data:numa_nodes_parsed
<< WARNING: modpost: vmlinux.o(.text+0x17502c): Section mismatch in reference from the function __first_node() to the variable .init.data:numa_nodes_parsed
<< WARNING: modpost: vmlinux.o(.text+0x1750b2): Section mismatch in reference from the function __next_node() to the variable .init.data:numa_nodes_parsed

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 37352 bytes --]

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

* Re: [jarkko-linux-tpmdd:master 9/12] WARNING: modpost: vmlinux.o(.text+0x1176e44): Section mismatch in reference from the function trusted_tpm_init() to the function .init.text:init_digests()
  2021-03-13 16:08 [jarkko-linux-tpmdd:master 9/12] WARNING: modpost: vmlinux.o(.text+0x1176e44): Section mismatch in reference from the function trusted_tpm_init() to the function .init.text:init_digests() kernel test robot
@ 2021-03-13 19:41 ` Jarkko Sakkinen
  2021-03-15  4:46   ` Sumit Garg
  0 siblings, 1 reply; 3+ messages in thread
From: Jarkko Sakkinen @ 2021-03-13 19:41 UTC (permalink / raw)
  To: kbuild-all

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

Sumit, I applied a fixup for this.

/Jarkko

On Sun, Mar 14, 2021 at 12:08:29AM +0800, kernel test robot wrote:
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git master
> head:   cd18a1dd7b57c78927fbe9c9e86823c54d373961
> commit: 251c85bd106099e6f388a89e88e12d14de2c9cda [9/12] KEYS: trusted: Add generic trusted keys framework
> config: x86_64-randconfig-a011-20210313 (attached as .config)
> compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project dfd27ebbd0eb137c9a439b7c537bb87ba903efd3)
> 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
>         # install x86_64 cross compiling tool for clang build
>         # apt-get install binutils-x86-64-linux-gnu
>         # https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/commit/?id=251c85bd106099e6f388a89e88e12d14de2c9cda
>         git remote add jarkko-linux-tpmdd git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git
>         git fetch --no-tags jarkko-linux-tpmdd master
>         git checkout 251c85bd106099e6f388a89e88e12d14de2c9cda
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All warnings (new ones prefixed by >>, old ones prefixed by <<):
> 
> >> WARNING: modpost: vmlinux.o(.text+0x1176e44): Section mismatch in reference from the function trusted_tpm_init() to the function .init.text:init_digests()
> The function trusted_tpm_init() references
> the function __init init_digests().
> This is often because trusted_tpm_init lacks a __init
> annotation or the annotation of init_digests is wrong.
> --
> >> WARNING: modpost: vmlinux.o(.text+0x1176e65): Section mismatch in reference from the function trusted_tpm_init() to the function .init.text:trusted_shash_alloc()
> The function trusted_tpm_init() references
> the function __init trusted_shash_alloc().
> This is often because trusted_tpm_init lacks a __init
> annotation or the annotation of trusted_shash_alloc is wrong.
> 
> The below error/warnings are from parent commit:
> << WARNING: modpost: vmlinux.o(.text+0x174f8f): Section mismatch in reference from the function test_bit() to the variable .init.data:numa_nodes_parsed
> << WARNING: modpost: vmlinux.o(.text+0x174ffb): Section mismatch in reference from the function __nodes_weight() to the variable .init.data:numa_nodes_parsed
> << WARNING: modpost: vmlinux.o(.text+0x17502c): Section mismatch in reference from the function __first_node() to the variable .init.data:numa_nodes_parsed
> << WARNING: modpost: vmlinux.o(.text+0x1750b2): Section mismatch in reference from the function __next_node() to the variable .init.data:numa_nodes_parsed
> << WARNING: modpost: vmlinux.o(.text+0x174f8f): Section mismatch in reference from the function test_bit() to the variable .init.data:numa_nodes_parsed
> << WARNING: modpost: vmlinux.o(.text+0x174ffb): Section mismatch in reference from the function __nodes_weight() to the variable .init.data:numa_nodes_parsed
> << WARNING: modpost: vmlinux.o(.text+0x17502c): Section mismatch in reference from the function __first_node() to the variable .init.data:numa_nodes_parsed
> << WARNING: modpost: vmlinux.o(.text+0x1750b2): Section mismatch in reference from the function __next_node() to the variable .init.data:numa_nodes_parsed
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org


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

* Re: [jarkko-linux-tpmdd:master 9/12] WARNING: modpost: vmlinux.o(.text+0x1176e44): Section mismatch in reference from the function trusted_tpm_init() to the function .init.text:init_digests()
  2021-03-13 19:41 ` Jarkko Sakkinen
@ 2021-03-15  4:46   ` Sumit Garg
  0 siblings, 0 replies; 3+ messages in thread
From: Sumit Garg @ 2021-03-15  4:46 UTC (permalink / raw)
  To: kbuild-all

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

On Sun, 14 Mar 2021 at 01:11, Jarkko Sakkinen <jarkko@kernel.org> wrote:
>
> Sumit, I applied a fixup for this.

Thanks for fixing it.

-Sumit

>
> /Jarkko
>
> On Sun, Mar 14, 2021 at 12:08:29AM +0800, kernel test robot wrote:
> > tree:   git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git master
> > head:   cd18a1dd7b57c78927fbe9c9e86823c54d373961
> > commit: 251c85bd106099e6f388a89e88e12d14de2c9cda [9/12] KEYS: trusted: Add generic trusted keys framework
> > config: x86_64-randconfig-a011-20210313 (attached as .config)
> > compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project dfd27ebbd0eb137c9a439b7c537bb87ba903efd3)
> > 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
> >         # install x86_64 cross compiling tool for clang build
> >         # apt-get install binutils-x86-64-linux-gnu
> >         # https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git/commit/?id=251c85bd106099e6f388a89e88e12d14de2c9cda
> >         git remote add jarkko-linux-tpmdd git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git
> >         git fetch --no-tags jarkko-linux-tpmdd master
> >         git checkout 251c85bd106099e6f388a89e88e12d14de2c9cda
> >         # save the attached .config to linux build tree
> >         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
> >
> > If you fix the issue, kindly add following tag as appropriate
> > Reported-by: kernel test robot <lkp@intel.com>
> >
> > All warnings (new ones prefixed by >>, old ones prefixed by <<):
> >
> > >> WARNING: modpost: vmlinux.o(.text+0x1176e44): Section mismatch in reference from the function trusted_tpm_init() to the function .init.text:init_digests()
> > The function trusted_tpm_init() references
> > the function __init init_digests().
> > This is often because trusted_tpm_init lacks a __init
> > annotation or the annotation of init_digests is wrong.
> > --
> > >> WARNING: modpost: vmlinux.o(.text+0x1176e65): Section mismatch in reference from the function trusted_tpm_init() to the function .init.text:trusted_shash_alloc()
> > The function trusted_tpm_init() references
> > the function __init trusted_shash_alloc().
> > This is often because trusted_tpm_init lacks a __init
> > annotation or the annotation of trusted_shash_alloc is wrong.
> >
> > The below error/warnings are from parent commit:
> > << WARNING: modpost: vmlinux.o(.text+0x174f8f): Section mismatch in reference from the function test_bit() to the variable .init.data:numa_nodes_parsed
> > << WARNING: modpost: vmlinux.o(.text+0x174ffb): Section mismatch in reference from the function __nodes_weight() to the variable .init.data:numa_nodes_parsed
> > << WARNING: modpost: vmlinux.o(.text+0x17502c): Section mismatch in reference from the function __first_node() to the variable .init.data:numa_nodes_parsed
> > << WARNING: modpost: vmlinux.o(.text+0x1750b2): Section mismatch in reference from the function __next_node() to the variable .init.data:numa_nodes_parsed
> > << WARNING: modpost: vmlinux.o(.text+0x174f8f): Section mismatch in reference from the function test_bit() to the variable .init.data:numa_nodes_parsed
> > << WARNING: modpost: vmlinux.o(.text+0x174ffb): Section mismatch in reference from the function __nodes_weight() to the variable .init.data:numa_nodes_parsed
> > << WARNING: modpost: vmlinux.o(.text+0x17502c): Section mismatch in reference from the function __first_node() to the variable .init.data:numa_nodes_parsed
> > << WARNING: modpost: vmlinux.o(.text+0x1750b2): Section mismatch in reference from the function __next_node() to the variable .init.data:numa_nodes_parsed
> >
> > ---
> > 0-DAY CI Kernel Test Service, Intel Corporation
> > https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
>
>

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

end of thread, other threads:[~2021-03-15  4:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13 16:08 [jarkko-linux-tpmdd:master 9/12] WARNING: modpost: vmlinux.o(.text+0x1176e44): Section mismatch in reference from the function trusted_tpm_init() to the function .init.text:init_digests() kernel test robot
2021-03-13 19:41 ` Jarkko Sakkinen
2021-03-15  4:46   ` Sumit Garg

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.