[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <your-ad-here.call-01741713817-ext-6705@work.hours>
Date: Tue, 11 Mar 2025 18:23:37 +0100
From: Vasily Gorbik <gor@...ux.ibm.com>
To: WangYuli <wangyuli@...ontech.com>
Cc: hca@...ux.ibm.com, agordeev@...ux.ibm.com, borntraeger@...ux.ibm.com,
svens@...ux.ibm.com, linux-s390@...r.kernel.org,
linux-kernel@...r.kernel.org, zhanjun@...ontech.com,
niecheng1@...ontech.com, guanwentao@...ontech.com,
chenlinxuan@...ontech.com
Subject: Re: [PATCH] s390/boot: Ignore vmlinux.map
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@...ontech.com>
> ---
> arch/s390/boot/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Vasily Gorbik <gor@...ux.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!
Powered by blists - more mailing lists