From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B9EC519049B for ; Mon, 23 Jun 2025 21:53:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750715634; cv=none; b=uhu9F4yrwS2lMUOfuHxeevp8Buok0INTs2ENQOxdD3iSc5+r1KPoP/OtwVKF58HOvEJV3ENUZkNC19e4tmgJmvisWGpXZowh2y2p618N3+umJ7sWx+ReuiLEOgSVrdFNdSCp6a3NBvZvIi/v5QT52numpFiHoGI31BrfrSe6nO4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750715634; c=relaxed/simple; bh=5dexZo65u/pSA7XJdGQkSrmwaUZmNRV9D8Zb2uwiG1w=; h=Date:To:From:Subject:Message-Id; b=OdUmqy6CosJbe9GohWmUJbcoeeK9fySvrRDaAlbD2ibUIp5vbiBgISy0Vcb65+InHC9e3jTp/M7JqWIZljHVfrOwEkJrLTd3hnOF5RwmS7KVHPxQs1/wpa5UlJuhR1QuxST4CCp8MxFfBYObkheFeWxdoUFUM513tjBz3Zm2D6s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=DqequRto; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="DqequRto" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6FA04C4CEEA; Mon, 23 Jun 2025 21:53:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1750715634; bh=5dexZo65u/pSA7XJdGQkSrmwaUZmNRV9D8Zb2uwiG1w=; h=Date:To:From:Subject:From; b=DqequRtoaXtwZZxoKasQ0ZM5iV1neUEGlJ7ZKKmiAUiqSesnmOyRdefxgQSuCtbXW EdOXGQpjBpODiUlS1JN9oNpkknfLiun/A8i+72OYaylMHddk4Qcor1ErtP3eMsW/sa /ER1iIx3tYIV48974phYu60oLPXoWWUnN6hHn3WY= Date: Mon, 23 Jun 2025 14:53:53 -0700 To: mm-commits@vger.kernel.org,shuah@kernel.org,oleg@redhat.com,ldv@strace.io,moonhee.lee.ca@gmail.com,akpm@linux-foundation.org From: Andrew Morton Subject: + selftests-ptrace-add-set_syscall_info-to-gitignore.patch added to mm-nonmm-unstable branch Message-Id: <20250623215354.6FA04C4CEEA@smtp.kernel.org> Precedence: bulk X-Mailing-List: mm-commits@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The patch titled Subject: selftests: ptrace: add set_syscall_info to .gitignore has been added to the -mm mm-nonmm-unstable branch. Its filename is selftests-ptrace-add-set_syscall_info-to-gitignore.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/selftests-ptrace-add-set_syscall_info-to-gitignore.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Moon Hee Lee Subject: selftests: ptrace: add set_syscall_info to .gitignore Date: Mon, 23 Jun 2025 11:34:06 -0700 Add the set_syscall_info test binary to .gitignore to avoid tracking build artifacts in the ptrace selftests directory. Link: https://lkml.kernel.org/r/20250623183405.133434-2-moonhee.lee.ca@gmail.com Signed-off-by: Moon Hee Lee Cc: "Dmitry V. Levin" Cc: Oleg Nesterov Cc: Shuah Khan Signed-off-by: Andrew Morton --- tools/testing/selftests/ptrace/.gitignore | 1 + 1 file changed, 1 insertion(+) --- a/tools/testing/selftests/ptrace/.gitignore~selftests-ptrace-add-set_syscall_info-to-gitignore +++ a/tools/testing/selftests/ptrace/.gitignore @@ -3,3 +3,4 @@ get_syscall_info get_set_sud peeksiginfo vmaccess +set_syscall_info _ Patches currently in -mm which might be from moonhee.lee.ca@gmail.com are selftests-ptrace-add-set_syscall_info-to-gitignore.patch