* [PATCH] s390/boot: Ignore vmlinux.map
@ 2025-03-11 3:08 WangYuli
2025-03-11 17:23 ` Vasily Gorbik
0 siblings, 1 reply; 2+ messages in thread
From: WangYuli @ 2025-03-11 3:08 UTC (permalink / raw)
To: hca, gor, agordeev, borntraeger, svens
Cc: wangyuli, linux-s390, linux-kernel, zhanjun, niecheng1,
guanwentao, chenlinxuan
Upon compiling an s390 kernel, a vmlinux.map file might be generated
in the current directory.
Append it to the .gitignore file so that Git does not track it.
Signed-off-by: WangYuli <wangyuli@uniontech.com>
---
arch/s390/boot/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/s390/boot/.gitignore b/arch/s390/boot/.gitignore
index f5ef099e2fd3..af2a6a7bc028 100644
--- a/arch/s390/boot/.gitignore
+++ b/arch/s390/boot/.gitignore
@@ -5,4 +5,5 @@ relocs.S
section_cmp.*
vmlinux
vmlinux.lds
+vmlinux.map
vmlinux.syms
--
2.47.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] s390/boot: Ignore vmlinux.map
2025-03-11 3:08 [PATCH] s390/boot: Ignore vmlinux.map WangYuli
@ 2025-03-11 17:23 ` Vasily Gorbik
0 siblings, 0 replies; 2+ messages in thread
From: Vasily Gorbik @ 2025-03-11 17:23 UTC (permalink / raw)
To: WangYuli
Cc: hca, agordeev, borntraeger, svens, linux-s390, linux-kernel,
zhanjun, niecheng1, guanwentao, chenlinxuan
On Tue, Mar 11, 2025 at 11:08:24AM +0800, WangYuli wrote:
> Upon compiling an s390 kernel, a vmlinux.map file might be generated
> in the current directory.
>
> Append it to the .gitignore file so that Git does not track it.
>
> Signed-off-by: WangYuli <wangyuli@uniontech.com>
> ---
> arch/s390/boot/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Vasily Gorbik <gor@linux.ibm.com>
Changed the message to
"""
When building with CONFIG_VMLINUX_MAP=y, a decompressor vmlinux.map file
is generated in the boot directory.
Add this file to .gitignore to ensure Git does not track it.
"""
And applied, thank you!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-11 17:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11 3:08 [PATCH] s390/boot: Ignore vmlinux.map WangYuli
2025-03-11 17:23 ` Vasily Gorbik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).