Re: [PATCH 3/5] x86/pti: make pti_set_kernel_image_nonglobal static

2018-07-16 Thread Dave Hansen
On 07/15/2018 09:03 PM, Jiang Biao wrote: > pti_set_kernel_image_nonglobal() is only used in pti.c, make it > static. I went back and forth on where this gets called from so it makes sense that this would get screwed up. grep confirms it is not getting called from elsewhere. Acked-by: Dave Hanse

[PATCH 3/5] x86/pti: make pti_set_kernel_image_nonglobal static

2018-07-15 Thread Jiang Biao
pti_set_kernel_image_nonglobal() is only used in pti.c, make it static. Signed-off-by: Jiang Biao --- 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 bb6f608..a76b2cc 100644 --- a/arch/x86/mm/pti.c +++ b/arch/x86/m