From: Paul Mackerras <paulus@ozlabs•org>
To: linuxppc-dev@ozlabs•org
Subject: [PATCH 2/3] powerpc/mm/kasan: rename kasan_init_32.c to init_32.c
Date: Wed, 11 May 2022 17:27:15 +1000 [thread overview]
Message-ID: <YntlU1Lf40XvukgW@cleo> (raw)
In-Reply-To: <Yntk7oERGce44+Sd@cleo>
From: Daniel Axtens <dja@axtens•net>
kasan is already implied by the directory name, we don't need to
repeat it.
Suggested-by: Christophe Leroy <christophe.leroy@csgroup•eu>
Signed-off-by: Daniel Axtens <dja@axtens•net>
Signed-off-by: Paul Mackerras <paulus@ozlabs•org>
---
arch/powerpc/mm/kasan/Makefile | 2 +-
arch/powerpc/mm/kasan/{kasan_init_32.c => init_32.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename arch/powerpc/mm/kasan/{kasan_init_32.c => init_32.c} (100%)
diff --git a/arch/powerpc/mm/kasan/Makefile b/arch/powerpc/mm/kasan/Makefile
index bb1a5408b86b..bcbfd6f2eca3 100644
--- a/arch/powerpc/mm/kasan/Makefile
+++ b/arch/powerpc/mm/kasan/Makefile
@@ -2,6 +2,6 @@
KASAN_SANITIZE := n
-obj-$(CONFIG_PPC32) += kasan_init_32.o
+obj-$(CONFIG_PPC32) += init_32.o
obj-$(CONFIG_PPC_8xx) += 8xx.o
obj-$(CONFIG_PPC_BOOK3S_32) += book3s_32.o
diff --git a/arch/powerpc/mm/kasan/kasan_init_32.c b/arch/powerpc/mm/kasan/init_32.c
similarity index 100%
rename from arch/powerpc/mm/kasan/kasan_init_32.c
rename to arch/powerpc/mm/kasan/init_32.c
--
2.35.3
next prev parent reply other threads:[~2022-05-11 7:29 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-11 7:25 [PATCH 0/3] KASAN support for 64-bit Book 3S powerpc Paul Mackerras
2022-05-11 7:26 ` [PATCH 1/3] kasan: Document support on 32-bit powerpc Paul Mackerras
2022-05-11 7:27 ` Paul Mackerras [this message]
2022-05-11 7:28 ` [PATCH 3/3] [RFC] powerpc: Book3S 64-bit outline-only KASAN support Paul Mackerras
2022-05-15 7:33 ` Christophe Leroy
2022-05-17 7:31 ` Paul Mackerras
2022-05-17 8:06 ` Christophe Leroy
2022-05-15 7:59 ` [PATCH 0/3] KASAN support for 64-bit Book 3S powerpc Christophe Leroy
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=YntlU1Lf40XvukgW@cleo \
--to=paulus@ozlabs$(echo .)org \
--cc=linuxppc-dev@ozlabs$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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