All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [chrome-os:chromeos-5.4 73/95] drivers/gpu/drm/i915/pxp/intel_pxp_arb.c:68:5: error: no previous prototype for function 'intel_pxp_arb_reserve_session'
Date: Tue, 29 Dec 2020 16:22:22 +0800	[thread overview]
Message-ID: <202012291617.JFSuFSzb-lkp@intel.com> (raw)

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

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.4
head:   3bcd4679fc532f4c96b4f4a3e8caaf13a9f62ca6
commit: b37b929e31777fdb4bde7aef8e1bbaf56017b793 [73/95] FROMLIST: drm/i915/pxp: Create the arbitrary session after boot
config: x86_64-randconfig-r002-20201224 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project cee1e7d14f4628d6174b33640d502bff3b54ae45)
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
        git remote add chrome-os https://chromium.googlesource.com/chromiumos/third_party/kernel
        git fetch --no-tags chrome-os chromeos-5.4
        git checkout b37b929e31777fdb4bde7aef8e1bbaf56017b793
        # 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 errors (new ones prefixed by >>):

>> drivers/gpu/drm/i915/pxp/intel_pxp_arb.c:68:5: error: no previous prototype for function 'intel_pxp_arb_reserve_session' [-Werror,-Wmissing-prototypes]
   int intel_pxp_arb_reserve_session(struct intel_pxp *pxp)
       ^
   drivers/gpu/drm/i915/pxp/intel_pxp_arb.c:68:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
   int intel_pxp_arb_reserve_session(struct intel_pxp *pxp)
   ^
   static 
   1 error generated.


vim +/intel_pxp_arb_reserve_session +68 drivers/gpu/drm/i915/pxp/intel_pxp_arb.c

    67	
  > 68	int intel_pxp_arb_reserve_session(struct intel_pxp *pxp)
    69	{
    70		int ret;
    71	
    72		lockdep_assert_held(&pxp->ctx.mutex);
    73	
    74		arb_session_entry_init(pxp);
    75		ret = wait_arb_hw_sw_state(pxp);
    76	
    77		return ret;
    78	}
    79	

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

                 reply	other threads:[~2020-12-29  8:22 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=202012291617.JFSuFSzb-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.