diff mbox series

[-next] powerpc/kuap: Remove unused inline function __kuap_assert_locked()

Message ID 20220311130017.22936-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Delegated to: Christophe Leroy
Headers show
Series [-next] powerpc/kuap: Remove unused inline function __kuap_assert_locked() | expand

Checks

Context Check Description
snowpatch_ozlabs/github-powerpc_selftests success Successfully ran 8 jobs.
snowpatch_ozlabs/github-powerpc_ppctests success Successfully ran 8 jobs.
snowpatch_ozlabs/github-powerpc_sparse success Successfully ran 4 jobs.
snowpatch_ozlabs/github-powerpc_clang success Successfully ran 7 jobs.
snowpatch_ozlabs/github-powerpc_kernel_qemu success Successfully ran 24 jobs.

Commit Message

Yue Haibing March 11, 2022, 1 p.m. UTC
commit 2341964e27b0 ("powerpc/kuap: Remove __kuap_assert_locked()")
left behind this one, remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 arch/powerpc/include/asm/kup.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Christophe Leroy March 11, 2022, 1:28 p.m. UTC | #1
Le 11/03/2022 à 14:00, YueHaibing a écrit :
> commit 2341964e27b0 ("powerpc/kuap: Remove __kuap_assert_locked()")
> left behind this one, remove it.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Thanks for fixing this

Acked-by: Christophe Leroy <christophe.leroy@csgroup.eu>

> ---
>   arch/powerpc/include/asm/kup.h | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/arch/powerpc/include/asm/kup.h b/arch/powerpc/include/asm/kup.h
> index fb2237809d63..d751ddd08110 100644
> --- a/arch/powerpc/include/asm/kup.h
> +++ b/arch/powerpc/include/asm/kup.h
> @@ -52,7 +52,6 @@ __bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write)
>   	return false;
>   }
>   
> -static inline void __kuap_assert_locked(void) { }
>   static inline void __kuap_lock(void) { }
>   static inline void __kuap_save_and_lock(struct pt_regs *regs) { }
>   static inline void kuap_user_restore(struct pt_regs *regs) { }
diff mbox series

Patch

diff --git a/arch/powerpc/include/asm/kup.h b/arch/powerpc/include/asm/kup.h
index fb2237809d63..d751ddd08110 100644
--- a/arch/powerpc/include/asm/kup.h
+++ b/arch/powerpc/include/asm/kup.h
@@ -52,7 +52,6 @@  __bad_kuap_fault(struct pt_regs *regs, unsigned long address, bool is_write)
 	return false;
 }
 
-static inline void __kuap_assert_locked(void) { }
 static inline void __kuap_lock(void) { }
 static inline void __kuap_save_and_lock(struct pt_regs *regs) { }
 static inline void kuap_user_restore(struct pt_regs *regs) { }