From: tip-bot for Jiang Biao <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: jiang.biao2@zte.com.cn, linux-kernel@vger.kernel.org,
hpa@zytor.com, dave.hansen@linux.intel.com, tglx@linutronix.de,
mingo@kernel.org
Subject: [tip:x86/pti] x86/pti: Make pti_set_kernel_image_nonglobal() static
Date: Mon, 16 Jul 2018 09:04:41 -0700 [thread overview]
Message-ID: <tip-21279157efffe5e7258483809942d576cb802768@git.kernel.org> (raw)
In-Reply-To: <1531713820-24544-4-git-send-email-jiang.biao2@zte.com.cn>
Commit-ID: 21279157efffe5e7258483809942d576cb802768
Gitweb: https://git.kernel.org/tip/21279157efffe5e7258483809942d576cb802768
Author: Jiang Biao <jiang.biao2@zte.com.cn>
AuthorDate: Mon, 16 Jul 2018 12:03:38 +0800
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Mon, 16 Jul 2018 17:59:57 +0200
x86/pti: Make pti_set_kernel_image_nonglobal() static
pti_set_kernel_image_nonglobal() is only used in pti.c, make it static.
Signed-off-by: Jiang Biao <jiang.biao2@zte.com.cn>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Dave Hansen <dave.hansen@linux.intel.com>
Cc: luto@kernel.org
Cc: hpa@zytor.com
Cc: albcamus@gmail.com
Cc: zhong.weidong@zte.com.cn
Link: https://lkml.kernel.org/r/1531713820-24544-4-git-send-email-jiang.biao2@zte.com.cn
---
arch/x86/mm/pti.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/mm/pti.c b/arch/x86/mm/pti.c
index 4d418e705878..9277e9ba92b5 100644
--- a/arch/x86/mm/pti.c
+++ b/arch/x86/mm/pti.c
@@ -466,7 +466,7 @@ void pti_clone_kernel_text(void)
* the other set_memory.h functions. Just extern it.
*/
extern int set_memory_nonglobal(unsigned long addr, int numpages);
-void pti_set_kernel_image_nonglobal(void)
+static void pti_set_kernel_image_nonglobal(void)
{
/*
* The identity map is created with PMDs, regardless of the
next prev parent reply other threads:[~2018-07-16 16:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-16 4:03 [PATCH 0/5] x86/pti: small fixes and cleanups for pti Jiang Biao
2018-07-16 4:03 ` [PATCH 1/5] x86/pti: check the return value of pti_user_pagetable_walk_p4d Jiang Biao
2018-07-16 14:28 ` Dave Hansen
2018-07-16 4:03 ` [PATCH 2/5] x86/pti: check the return value of pti_user_pagetable_walk_pmd Jiang Biao
2018-07-16 4:03 ` [PATCH 3/5] x86/pti: make pti_set_kernel_image_nonglobal static Jiang Biao
2018-07-16 15:16 ` Dave Hansen
2018-07-16 16:04 ` tip-bot for Jiang Biao [this message]
2018-07-16 4:03 ` [PATCH 4/5] x86/pti: warn for unknown pti boot options Jiang Biao
2018-07-16 14:34 ` Dave Hansen
2018-07-16 4:03 ` [PATCH 5/5] x86/pti: constify address parameters Jiang Biao
2018-07-16 14:37 ` Dave Hansen
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=tip-21279157efffe5e7258483809942d576cb802768@git.kernel.org \
--to=tipbot@zytor.com \
--cc=dave.hansen@linux.intel.com \
--cc=hpa@zytor.com \
--cc=jiang.biao2@zte.com.cn \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
/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
Powered by JetHome