aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj@kernel.org>2024-03-31 12:43:52 -0700
committerSeongJae Park <sj@kernel.org>2024-03-31 12:43:52 -0700
commita4846efd0832aab6972a8703b2531648e6403b1d (patch)
tree6454e5fcd2b4bc07f354fdbe4e629ae6e9418180
parentb6fb9a7e679c0bce78a998229a9ef33e2ebfa617 (diff)
downloaddamon-hack-a4846efd0832aab6972a8703b2531648e6403b1d.tar.gz
Rename .meta_changes to damon_meta_changes
Kernel test robot complaints about the .meta_changes since it causes below build warning: .meta_changes/README: warning: ignored by one of the .gitignore files Fix the issue by renaming the directory to damon_meta_changes. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202403310657.0az9Pf4T-lkp@intel.com/ Closes: https://lore.kernel.org/oe-kbuild-all/202403310135.k9poitUB-lkp@intel.com/ Signed-off-by: SeongJae Park <sj@kernel.org>
-rw-r--r--patches/next/DAMOS-filter-type-YOUNG.patch6
-rw-r--r--patches/next/commits-aiming-not-to-be-posted.patch6
-rw-r--r--patches/next/hacks-in-progress.patch6
-rw-r--r--patches/next/mark-start-of-DAMON-hack-tree.patch10
-rw-r--r--patches/next/patches-written-or-reviewed-by-SJ-but-not-merged-in-.patch6
-rw-r--r--patches/next/temporal-fixes.patch6
6 files changed, 20 insertions, 20 deletions
diff --git a/patches/next/DAMOS-filter-type-YOUNG.patch b/patches/next/DAMOS-filter-type-YOUNG.patch
index bc27819..1494170 100644
--- a/patches/next/DAMOS-filter-type-YOUNG.patch
+++ b/patches/next/DAMOS-filter-type-YOUNG.patch
@@ -33,11 +33,11 @@ set for the physical address space, paddr.
Signed-off-by: SeongJae Park <sj@kernel.org>
---
- .meta_changes/0tpBKqMR | 0
+ damon_meta_changes/0tpBKqMR | 0
1 file changed, 0 insertions(+), 0 deletions(-)
- create mode 100644 .meta_changes/0tpBKqMR
+ create mode 100644 damon_meta_changes/0tpBKqMR
-diff --git a/.meta_changes/0tpBKqMR b/.meta_changes/0tpBKqMR
+diff --git a/damon_meta_changes/0tpBKqMR b/damon_meta_changes/0tpBKqMR
new file mode 100644
index 000000000000..e69de29bb2d1
--
diff --git a/patches/next/commits-aiming-not-to-be-posted.patch b/patches/next/commits-aiming-not-to-be-posted.patch
index 5b4c40e..d939076 100644
--- a/patches/next/commits-aiming-not-to-be-posted.patch
+++ b/patches/next/commits-aiming-not-to-be-posted.patch
@@ -5,11 +5,11 @@ Subject: [PATCH] === commits aiming not to be posted ===
Signed-off-by: SeongJae Park <sj@kernel.org>
---
- .meta_changes/4qolZk6j | 0
+ damon_meta_changes/4qolZk6j | 0
1 file changed, 0 insertions(+), 0 deletions(-)
- create mode 100644 .meta_changes/4qolZk6j
+ create mode 100644 damon_meta_changes/4qolZk6j
-diff --git a/.meta_changes/4qolZk6j b/.meta_changes/4qolZk6j
+diff --git a/damon_meta_changes/4qolZk6j b/damon_meta_changes/4qolZk6j
new file mode 100644
index 000000000000..e69de29bb2d1
--
diff --git a/patches/next/hacks-in-progress.patch b/patches/next/hacks-in-progress.patch
index 58585a8..ec5aed4 100644
--- a/patches/next/hacks-in-progress.patch
+++ b/patches/next/hacks-in-progress.patch
@@ -5,11 +5,11 @@ Subject: [PATCH] === hacks in progress ===
Signed-off-by: SeongJae Park <sj@kernel.org>
---
- .meta_changes/IbjSshhs | 0
+ damon_meta_changes/IbjSshhs | 0
1 file changed, 0 insertions(+), 0 deletions(-)
- create mode 100644 .meta_changes/IbjSshhs
+ create mode 100644 damon_meta_changes/IbjSshhs
-diff --git a/.meta_changes/IbjSshhs b/.meta_changes/IbjSshhs
+diff --git a/damon_meta_changes/IbjSshhs b/damon_meta_changes/IbjSshhs
new file mode 100644
index 000000000000..e69de29bb2d1
--
diff --git a/patches/next/mark-start-of-DAMON-hack-tree.patch b/patches/next/mark-start-of-DAMON-hack-tree.patch
index 031aa8c..0e11a76 100644
--- a/patches/next/mark-start-of-DAMON-hack-tree.patch
+++ b/patches/next/mark-start-of-DAMON-hack-tree.patch
@@ -5,22 +5,22 @@ Subject: [PATCH] === mark start of DAMON hack tree ===
Signed-off-by: SeongJae Park <sj@kernel.org>
---
- .meta_changes/README | 6 ++++++
+ damon_meta_changes/README | 6 ++++++
1 file changed, 6 insertions(+)
- create mode 100644 .meta_changes/README
+ create mode 100644 damon_meta_changes/README
-diff --git a/.meta_changes/README b/.meta_changes/README
+diff --git a/damon_meta_changes/README b/damon_meta_changes/README
new file mode 100644
index 000000000000..55de78e73cbe
--- /dev/null
-+++ b/.meta_changes/README
++++ b/damon_meta_changes/README
@@ -0,0 +1,6 @@
+This is a directory for having fake changes that required to only make valid
+commits.
+
+To avoid conflict, add a unique file to this directory. E.g.,
+
-+$ mktemp .meta_changes/XXXXXXXX
++$ mktemp damon_meta_changes/XXXXXXXX
--
2.39.2
diff --git a/patches/next/patches-written-or-reviewed-by-SJ-but-not-merged-in-.patch b/patches/next/patches-written-or-reviewed-by-SJ-but-not-merged-in-.patch
index 7824898..610703e 100644
--- a/patches/next/patches-written-or-reviewed-by-SJ-but-not-merged-in-.patch
+++ b/patches/next/patches-written-or-reviewed-by-SJ-but-not-merged-in-.patch
@@ -6,11 +6,11 @@ Subject: [PATCH] === patches written or reviewed by SJ but not merged in -mm
Signed-off-by: SeongJae Park <sj@kernel.org>
---
- .meta_changes/GflqK3Cq | 0
+ damon_meta_changes/GflqK3Cq | 0
1 file changed, 0 insertions(+), 0 deletions(-)
- create mode 100644 .meta_changes/GflqK3Cq
+ create mode 100644 damon_meta_changes/GflqK3Cq
-diff --git a/.meta_changes/GflqK3Cq b/.meta_changes/GflqK3Cq
+diff --git a/damon_meta_changes/GflqK3Cq b/damon_meta_changes/GflqK3Cq
new file mode 100644
index 000000000000..e69de29bb2d1
--
diff --git a/patches/next/temporal-fixes.patch b/patches/next/temporal-fixes.patch
index 0d61d3c..a273150 100644
--- a/patches/next/temporal-fixes.patch
+++ b/patches/next/temporal-fixes.patch
@@ -5,11 +5,11 @@ Subject: [PATCH] === temporal fixes ===
Signed-off-by: SeongJae Park <sj@kernel.org>
---
- .meta_changes/M9DezupS | 0
+ damon_meta_changes/M9DezupS | 0
1 file changed, 0 insertions(+), 0 deletions(-)
- create mode 100644 .meta_changes/M9DezupS
+ create mode 100644 damon_meta_changes/M9DezupS
-diff --git a/.meta_changes/M9DezupS b/.meta_changes/M9DezupS
+diff --git a/damon_meta_changes/M9DezupS b/damon_meta_changes/M9DezupS
new file mode 100644
index 000000000000..e69de29bb2d1
--