[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240213-selftest_gitignore-v3-0-1f812368702b@gmail.com>
Date: Tue, 13 Feb 2024 23:46:49 +0100
From: Javier Carrasco <javier.carrasco.cruz@...il.com>
To: Shuah Khan <shuah@...nel.org>, SeongJae Park <sj@...nel.org>,
Bernd Edlinger <bernd.edlinger@...mail.de>
Cc: linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org,
damon@...ts.linux.dev, linux-mm@...ck.org,
Javier Carrasco <javier.carrasco.cruz@...il.com>
Subject: [PATCH v3 0/4] selftests: add missing gitignore files and include
generated objects
This series aims to keep the git status clean after building the
selftests by adding some missing .gitignore files and object inclusion
in existing .gitignore files. This is one of the requirements listed in
the selftests documentation for new tests, but it is not always followed
as desired.
After adding these .gitignore files and including the generated objects,
the working tree appears clean again.
The new version includes a missing entry fot the .gitignore in damon,
which was reported by Bernd Edlinger <bernd.edlinger@...mail.de>, who
also proposed a patch for it as well as for other missing .gitignore
files covered by v1. Bernd has been added to the corresponding patch as
the reporter. If a different tag is desired, I am fine with it.
To: Shuah Khan <shuah@...nel.org>
To: SeongJae Park <sj@...nel.org>
To: Bernd Edlinger <bernd.edlinger@...mail.de>
Cc: linux-kselftest@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Cc: damon@...ts.linux.dev
Cc: linux-mm@...ck.org
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@...il.com>
Changes in v3:
- General: base on mm-unstable to avoid conflicts.
- damon: add missing Closes tag.
- Link to v2: https://lore.kernel.org/r/20240212-selftest_gitignore-v2-0-75f0de50a178@gmail.com
Changes in v2:
- Remove patch for netfilter (not relevant anymore).
- Add patch for damon (missing binary in .gitignore).
- Link to v1: https://lore.kernel.org/r/20240101-selftest_gitignore-v1-0-eb61b09adb05@gmail.com
---
Javier Carrasco (4):
selftests: uevent: add missing gitignore
selftests: thermal: intel: power_floor: add missing gitignore
selftests: thermal: intel: workload_hint: add missing gitignore
selftests: damon: add access_memory to .gitignore
tools/testing/selftests/damon/.gitignore | 1 +
tools/testing/selftests/thermal/intel/power_floor/.gitignore | 1 +
tools/testing/selftests/thermal/intel/workload_hint/.gitignore | 1 +
tools/testing/selftests/uevent/.gitignore | 1 +
4 files changed, 4 insertions(+)
---
base-commit: 7e56cf9a7f108e8129d75cea0dabc9488fb4defa
change-id: 20240101-selftest_gitignore-7da2c503766e
Best regards,
--
Javier Carrasco <javier.carrasco.cruz@...il.com>
Powered by blists - more mailing lists