From: kernel test robot <lkp@intel.com>
To: Lukas Wunner <lukas@wunner.de>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [l1k:doe 8/15] include/linux/spdm.h:26:36: warning: 'struct x509_certificate' declared inside parameter list will not be visible outside of this definition or declaration
Date: Sun, 3 Sep 2023 02:09:09 +0800 [thread overview]
Message-ID: <202309030141.TKyc5emi-lkp@intel.com> (raw)
tree: https://github.com/l1k/linux doe
head: ed763a31e6c59b6da2def6097fb0463b710121af
commit: e1b1c6bba0267c230d1776987b241dfd53a00305 [8/15] PCI/CMA: Validate Subject Alternative Name in certificates
config: arc-randconfig-001-20230902 (https://download.01.org/0day-ci/archive/20230903/202309030141.TKyc5emi-lkp@intel.com/config)
compiler: arceb-elf-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230903/202309030141.TKyc5emi-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202309030141.TKyc5emi-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from include/linux/pci.h:42,
from include/drm/drm_module.h:6,
from drivers/gpu/drm/sun4i/sun4i_drv.c:22:
>> include/linux/spdm.h:26:36: warning: 'struct x509_certificate' declared inside parameter list will not be visible outside of this definition or declaration
26 | struct x509_certificate *leaf_cert);
| ^~~~~~~~~~~~~~~~
vim +26 include/linux/spdm.h
20
21 typedef int (spdm_transport)(void *priv, struct device *dev,
22 const void *request, size_t request_sz,
23 void *response, size_t response_sz);
24
25 typedef int (spdm_validate)(struct device *dev,
> 26 struct x509_certificate *leaf_cert);
27
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2023-09-02 18:09 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=202309030141.TKyc5emi-lkp@intel.com \
--to=lkp@intel.com \
--cc=lukas@wunner.de \
--cc=oe-kbuild-all@lists.linux.dev \
/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.