lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <60fb2068b0ee6ce2a67333c81ccd2f6b@208suo.com>
Date:   Wed, 12 Jul 2023 17:06:32 +0800
From:   shijie001@...suo.com
To:     linux@...linux.org.uk
Cc:     linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ARM: mm: Fix warnings in context.c

The following checkpatch warning is removed:
WARNING: Use #include <linux/mmu_context.h> instead of 
<asm/mmu_context.h>

Signed-off-by: Jie Shi <shijie001@...suo.com>
---
  arch/arm/mm/context.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mm/context.c b/arch/arm/mm/context.c
index 4204ffa2d104..c84ad6c786e7 100644
--- a/arch/arm/mm/context.c
+++ b/arch/arm/mm/context.c
@@ -13,7 +13,7 @@
  #include <linux/smp.h>
  #include <linux/percpu.h>

-#include <asm/mmu_context.h>
+#include <linux/mmu_context.h>
  #include <asm/smp_plat.h>
  #include <asm/thread_notify.h>
  #include <asm/tlbflush.h>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ