diff options
Diffstat (limited to 'arch/powerpc/mm/fault.c')
| -rw-r--r-- | arch/powerpc/mm/fault.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/fault.c b/arch/powerpc/mm/fault.c index 995f924e007..5495ebe983a 100644 --- a/arch/powerpc/mm/fault.c +++ b/arch/powerpc/mm/fault.c @@ -471,7 +471,7 @@ bad_area_nosemaphore:  	if (is_exec && (error_code & DSISR_PROTFAULT))  		printk_ratelimited(KERN_CRIT "kernel tried to execute NX-protected"  				   " page (%lx) - exploit attempt? (uid: %d)\n", -				   address, current_uid()); +				   address, from_kuid(&init_user_ns, current_uid()));  	return SIGSEGV;  |