From patchwork Wed Feb 21 21:11:47 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13566286 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 64564127B71; Wed, 21 Feb 2024 21:12:07 +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=1708549927; cv=none; b=i3pZQ14iMtoMJzcdywQ5XafVOBYx9Z6Wqsj9Uhwbw1fdp1Wr5GnVjUhB0eHhnK4Y45v8IPH++TJA4RtdJKOnYi5qkO6/RfhvDU94l1MIHj+qCwmBXX6dFgo/0Ffwhm1rqKzPzZrJcuaZaQBHs2jalVSgsdlmFl6rJyOlcleRc0k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708549927; c=relaxed/simple; bh=k+Kpk6TIz1SIhQ50dNt75EsjDGXOXq9Y38B0rd5jg98=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=Bz7Npgoipfuer5Glaf06tls/RmUodXVdQhk6EKWxxYny9xHkOBDgNOF088U/XVjL4xMR7t7tWeXX9Ohps47eNLE2V3MW8sbv2QbrZQ/VIyJgNYV2gW9vWENtYohm09A32cG5R/CY+6vse4pu0DZ5qGcjIkjkaTUDksOk4U7VUhk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gUF8O8Cg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gUF8O8Cg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41D94C433F1; Wed, 21 Feb 2024 21:12:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708549927; bh=k+Kpk6TIz1SIhQ50dNt75EsjDGXOXq9Y38B0rd5jg98=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gUF8O8CgBSnq2Ydlb46crEoAOETjJg9dY4xTSHylQGbulJ3ZCRfbdhSS1JZgHx8Ue hyQqKPzjPsNXhcywSCgb/xgDxGoP1Ycvkk5ol8azXAmWJRdK//pAi80HBFZRJHCWN1 vxUtCh9WHdClFBcEbnl1Zu9Y1erLaSsbiq1qi1tqhu1zusHFO5zuf5c29W76UFJEVj 8eVz9DSVmbF2H6MeVwInGYbRZoCnqD5Eeiauu17AW+t4rajqtlsFWimjg4GL2l4d+q VHJecw7JIumaNO0hMyh27HeiLFy2G9E3NR9Qf37HnLI5mNLoUgtijIBm2HmGiuQsUE hAepdQNTbnNEQ== From: SeongJae Park To: akpm@linux-foundation.org Cc: vincenzo.mezzela@gmail.com, javier.carrasco.cruz@gmail.com, bernd.edlinger@hotmail.de, shuah@kernel.org, damon@lists.linux.dev, linux-mm@kvack.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, SeongJae Park Subject: [PATCH 1/2] selftest: damon: fix minor typos in test logs Date: Wed, 21 Feb 2024 13:11:47 -0800 Message-Id: <20240221211148.46522-2-sj@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240221211148.46522-1-sj@kernel.org> References: <20240221211148.46522-1-sj@kernel.org> Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Vincenzo Mezzela This patch resolves a spelling error in the test log, preventing potential confusion. It is submitted as part of my application to the "Linux Kernel Bug Fixing Spring Unpaid 2024" mentorship program of the Linux Foundation. Link: https://lore.kernel.org/r/20240204122523.14160-1-vincenzo.mezzela@gmail.com Signed-off-by: Vincenzo Mezzela Reviewed-by: SeongJae Park Signed-off-by: SeongJae Park --- .../selftests/damon/sysfs_update_schemes_tried_regions_hang.py | 2 +- .../damon/sysfs_update_schemes_tried_regions_wss_estimation.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_hang.py b/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_hang.py index 8c690ba1a573..28c887a0108f 100644 --- a/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_hang.py +++ b/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_hang.py @@ -20,7 +20,7 @@ def main(): err = kdamonds.start() if err != None: - print('kdmaond start failed: %s' % err) + print('kdamond start failed: %s' % err) exit(1) while proc.poll() == None: diff --git a/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_wss_estimation.py b/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_wss_estimation.py index cdbf19b442c9..90ad7409a7a6 100644 --- a/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_wss_estimation.py +++ b/tools/testing/selftests/damon/sysfs_update_schemes_tried_regions_wss_estimation.py @@ -23,7 +23,7 @@ def main(): err = kdamonds.start() if err != None: - print('kdmaond start failed: %s' % err) + print('kdamond start failed: %s' % err) exit(1) wss_collected = [] From patchwork Wed Feb 21 21:11:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13566287 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 62472128826; Wed, 21 Feb 2024 21:12:08 +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=1708549928; cv=none; b=WjnWPiVAkEBovAAK0p0JlQDUEQOg1UdPnQHw9yyj5zev+k4sxyhhLTpS8jjl2xk5p00UX3n6uYYui94hZ5WvzijPyzQNCt0rqPMbkOw8Yl0nutc7DFK4PMvtlxC2CG6MssHaCSeRPeLJoQG1uDDGx6WlGOzlLYpibhQH87xZmsg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708549928; c=relaxed/simple; bh=9BlBPgb/1NguIw/UJ8/Mo4WKvkfkqSFsJN+5E6ZcO44=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=nSeEcR13INJqVdEMx92oUbfc656od8WUsQl+jKDEYJvl+Y5D8xdwrMrQESfaWSN3xpb2rEDDGweRoQIRrt2B3MrYb07xH4JeWC3Cq77B0Y03iXyoHNwhvYu+bQza356t9Ltwl/L8D+34u8+8szli/I8nFXWUZoAgW47N1QplaNw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BJV8EzuQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="BJV8EzuQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35D0CC43390; Wed, 21 Feb 2024 21:12:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708549927; bh=9BlBPgb/1NguIw/UJ8/Mo4WKvkfkqSFsJN+5E6ZcO44=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BJV8EzuQkcwQ0vqZ++PLUCIAcDW1cjYIPy0NBUhk330uJw3WU1BxY8SiPSfs0dhEM g6nW+RnYhKk3v1H1xkH+IU5xtq4+PUdks3mSUFKh0xLpDZPg6rsJIZiaoyBIc8CwIX 8X4JKWbE6ZP8Qm7lfLU+/FE3A/iG8u+AGQbHcw7xQhw4Grvi34wqHWxQeWiWkTbsX1 ct+uKKIe7wk9b+y5Jzt8rmVJOCWT/63YqZC3HgLO8Oqt7eXZIotEStmstZvRyPOizC 26a5KWqsDj1YYRnZnG7ekVus4cjxGkDzxXw01570jMgHve4bCBFqNSAoEc52bS4fNt WAd6fCsvfJJcw== From: SeongJae Park To: akpm@linux-foundation.org Cc: vincenzo.mezzela@gmail.com, javier.carrasco.cruz@gmail.com, bernd.edlinger@hotmail.de, shuah@kernel.org, damon@lists.linux.dev, linux-mm@kvack.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, SeongJae Park Subject: [PATCH 2/2] selftests: damon: add access_memory to .gitignore Date: Wed, 21 Feb 2024 13:11:48 -0800 Message-Id: <20240221211148.46522-3-sj@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240221211148.46522-1-sj@kernel.org> References: <20240221211148.46522-1-sj@kernel.org> Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Javier Carrasco This binary is missing in the .gitignore and stays as an untracked file. Link: https://lore.kernel.org/r/20240214-damon_selftest_gitignore-v1-1-f517d0f9f783@gmail.com Reported-by: Bernd Edlinger Closes: https://lore.kernel.org/all/AS8P193MB1285C963658008F1B2702AF7E4792@AS8P193MB1285.EURP193.PROD.OUTLOOK.COM/ Reviewed-by: SeongJae Park Signed-off-by: Javier Carrasco Singed-off-by: SeongJae Park --- tools/testing/selftests/damon/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/damon/.gitignore b/tools/testing/selftests/damon/.gitignore index d861701f0327..e65ef9d9cedc 100644 --- a/tools/testing/selftests/damon/.gitignore +++ b/tools/testing/selftests/damon/.gitignore @@ -2,3 +2,4 @@ huge_count_read_write debugfs_target_ids_read_before_terminate_race debugfs_target_ids_pid_leak +access_memory