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: <F884C733016D6715+20250311030824.675683-1-wangyuli@uniontech.com>
Date: Tue, 11 Mar 2025 11:08:24 +0800
From: WangYuli <wangyuli@...ontech.com>
To: hca@...ux.ibm.com,
	gor@...ux.ibm.com,
	agordeev@...ux.ibm.com,
	borntraeger@...ux.ibm.com,
	svens@...ux.ibm.com
Cc: wangyuli@...ontech.com,
	linux-s390@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	zhanjun@...ontech.com,
	niecheng1@...ontech.com,
	guanwentao@...ontech.com,
	chenlinxuan@...ontech.com
Subject: [PATCH] s390/boot: Ignore vmlinux.map

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(+)

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ