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
| ||
|
Message-Id: <cover.1747123422.git.nirjhar.roy.lists@gmail.com> Date: Tue, 13 May 2025 08:10:09 +0000 From: "Nirjhar Roy (IBM)" <nirjhar.roy.lists@...il.com> To: fstests@...r.kernel.org Cc: linux-ext4@...r.kernel.org, linux-xfs@...r.kernel.org, ritesh.list@...il.com, ojaswin@...ux.ibm.com, djwong@...nel.org, zlang@...nel.org, david@...morbit.com, nirjhar.roy.lists@...il.com Subject: [PATCH v1 0/3] new: Improvements to new script This series adds a couple of improvements to the "new" script. Patch-1/3 - Adds an optional name/email id parameter prompt to the new script while creating a new test file using the "new" file. Patch 2/3 - Replace "status=0;exit 0" with _exit 0 in the skeleton file in "new". Patch 3/3 - Add a make command after the skeleton file is created, so that once the skeleton file is created, it automatically gets added to group.list file. This will enable the users to directly run the test without having to explicitly run make on their own. Nirjhar Roy (IBM) (3): new: Add a new parameter (name/emailid) in the "new" script new: Replace "status=0; exit 0" with _exit 0 new: Run make after adding a new test file new | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) -- 2.34.1
Powered by blists - more mailing lists