All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [jarkko-linux-tpmdd:tee 5/8] WARNING: modpost: vmlinux.o(.text+0x53ae7d): Section mismatch in reference from the function trusted_tpm_init() to the function .init.text:init_digests()
Date: Thu, 14 Jan 2021 17:31:16 +0800	[thread overview]
Message-ID: <202101141703.hBHcg02X-lkp@intel.com> (raw)

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

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git tee
head:   b23555c4d773cde1cffd358609f89810549665f0
commit: ccec4115dd3d31e8dcc0f360b57445cba214ead6 [5/8] KEYS: trusted: Add generic trusted keys framework
config: x86_64-randconfig-r031-20210114 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 6077d55381a6aa3e947ef7abdc36a7515c598c8a)
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=ccec4115dd3d31e8dcc0f360b57445cba214ead6
        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 tee
        git checkout ccec4115dd3d31e8dcc0f360b57445cba214ead6
        # 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+0x53ae7d): 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+0x53ae98): 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.

---
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: 32227 bytes --]

                 reply	other threads:[~2021-01-14  9:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202101141703.hBHcg02X-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.