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: <9500284ff72ad4e4dc4799fa5392a7bbfdd34f3b.1761814593.git.chenmiao@openatom.club>
Date: Thu, 30 Oct 2025 09:07:36 +0000
From: "chenmiao" <chenmiao@...natom.club>
To: <lossin@...nel.org>, <nathan@...nel.org>
Cc: <hust-os-kernel-patches@...glegroups.com>, 
	"Dongliang Mu" <dzm91@...t.edu.cn>, 
	"Nicolas Schier" <nicolas.schier@...ux.dev>, 
	"Miguel Ojeda" <ojeda@...nel.org>, "Alex Gaynor" <alex.gaynor@...il.com>, 
	"Boqun Feng" <boqun.feng@...il.com>, "Gary Guo" <gary@...yguo.net>, 
	Björn Roy Baron <bjorn3_gh@...tonmail.com>, 
	"Andreas Hindborg" <a.hindborg@...nel.org>, 
	"Alice Ryhl" <aliceryhl@...gle.com>, "Trevor Gross" <tmgross@...ch.edu>, 
	"Danilo Krummrich" <dakr@...nel.org>, 
	"Masahiro Yamada" <masahiroy@...nel.org>, 
	Thomas Weißschuh <thomas.weissschuh@...utronix.de>, 
	"Tamir Duberstein" <tamird@...il.com>, 
	"open list" <linux-kernel@...r.kernel.org>, 
	"open list:RUST:Keyword:b(?i:rust)b" <rust-for-linux@...r.kernel.org>
Subject: [PATCH] Makefile: Remove the product of pin_init cleanly in mrporper

When I enabled Rust compilation, I wanted to clean up its output, so I
used make clean and make mrproper. However, I was still able to find that
libpin_init_internal.so in the rust directory was not deleted, while
all other corresponding outputs were cleared.

If this is an intentional design, I will drop this commit.

Reviewed-by: Dongliang Mu <dzm91@...t.edu.cn>
Signed-off-by: chenmiao <chenmiao@...natom.club>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b34a1f4c03967..f43a70413a6aa 100644
--- a/Makefile
+++ b/Makefile
@@ -1590,7 +1590,7 @@ MRPROPER_FILES += include/config include/generated          \
 		  certs/x509.genkey \
 		  vmlinux-gdb.py \
 		  rpmbuild \
-		  rust/libmacros.so rust/libmacros.dylib
+		  rust/libmacros.so rust/libmacros.dylib rust/libpin_init_internal.so
 
 # clean - Delete most, but leave enough to build external modules
 #
-- 
2.43.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ