From: kernel test robot <lkp@intel.com>
To: Mike Rapoport <rppt@linux.ibm.com>
Cc: kbuild-all@lists.01.org, Mike Rapoport <rppt@kernel.org>,
linux-kernel@vger.kernel.org
Subject: [rppt:pks/v0.0 27/27] arch/x86/mm/pgtable.c:101:13: error: '__free_table' defined but not used
Date: Mon, 8 Nov 2021 05:04:17 +0800 [thread overview]
Message-ID: <202111080515.GEspSG2G-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1917 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/rppt/linux.git pks/v0.0
head: eed09ce6622d550ab5b10a86e7dd6c2ff6bd59d9
commit: eed09ce6622d550ab5b10a86e7dd6c2ff6bd59d9 [27/27] x86/pks: allow PKS with PTI with __GFP_PTE_MAPPED_2
config: i386-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://git.kernel.org/pub/scm/linux/kernel/git/rppt/linux.git/commit/?id=eed09ce6622d550ab5b10a86e7dd6c2ff6bd59d9
git remote add rppt https://git.kernel.org/pub/scm/linux/kernel/git/rppt/linux.git
git fetch --no-tags rppt pks/v0.0
git checkout eed09ce6622d550ab5b10a86e7dd6c2ff6bd59d9
# save the attached .config to linux build tree
make W=1 ARCH=i386
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 >>):
arch/x86/mm/pgtable.c:20:12: error: '_pks_unprotect' used but never defined [-Werror]
20 | static int _pks_unprotect(struct page *page, unsigned int cnt);
| ^~~~~~~~~~~~~~
>> arch/x86/mm/pgtable.c:101:13: error: '__free_table' defined but not used [-Werror=unused-function]
101 | static void __free_table(struct page *table_page, int order)
| ^~~~~~~~~~~~
arch/x86/mm/pgtable.c:18:34: error: 'gpc_pks' defined but not used [-Werror=unused-variable]
18 | static struct grouped_page_cache gpc_pks;
| ^~~~~~~
cc1: all warnings being treated as errors
vim +/__free_table +101 arch/x86/mm/pgtable.c
100
> 101 static void __free_table(struct page *table_page, int order)
102 {
103 __free_pages(table_page, order);
104 }
105 #endif /* CONFIG_PKS_PG_TABLES */
106
---
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: 66027 bytes --]
reply other threads:[~2021-11-07 21:04 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=202111080515.GEspSG2G-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rppt@kernel.org \
--cc=rppt@linux.ibm.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox