From: Chris von Recklinghausen crecklin@redhat.com
enable DAMON configs
Upstream status: RHEL only
Bugzilla: http://bugzilla.redhat.com/2004233
Enable DAMON related kernel configs
Signed-off-by: Chris von Recklinghausen crecklin@redhat.com
diff --git a/redhat/configs/generic/CONFIG_DAMON b/redhat/configs/generic/CONFIG_DAMON new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/generic/CONFIG_DAMON @@ -0,0 +1 @@ +CONFIG_DAMON=y diff --git a/redhat/configs/generic/CONFIG_DAMON_DBGFS b/redhat/configs/generic/CONFIG_DAMON_DBGFS new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/generic/CONFIG_DAMON_DBGFS @@ -0,0 +1 @@ +CONFIG_DAMON_DBGFS=y diff --git a/redhat/configs/generic/CONFIG_DAMON_PADDR b/redhat/configs/generic/CONFIG_DAMON_PADDR new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/generic/CONFIG_DAMON_PADDR @@ -0,0 +1 @@ +CONFIG_DAMON_PADDR=y diff --git a/redhat/configs/generic/CONFIG_DAMON_RECLAIM b/redhat/configs/generic/CONFIG_DAMON_RECLAIM new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/generic/CONFIG_DAMON_RECLAIM @@ -0,0 +1 @@ +CONFIG_DAMON_RECLAIM=y diff --git a/redhat/configs/generic/CONFIG_DAMON_VADDR b/redhat/configs/generic/CONFIG_DAMON_VADDR new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/generic/CONFIG_DAMON_VADDR @@ -0,0 +1 @@ +CONFIG_DAMON_VADDR=y
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1766
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1766#note_9307445...
Thank you @crecklin. Just FYI, for kernel-ark MRs there is no need to include the `Bugzilla:` tag in the commit or MR descriptions.
From: Mark Salter on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1766#note_9402194...
Shouldn't this have gone into common/generic or am I missing something? I couldn't generate a config where CONFIG_DAMON was enabled.
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1766#note_9402247...
That is correct, there is no redhat/configs/generic used in generating config files, these are just sitting in the tree. redhat/ark/configs/generic would be for RHEL only and redhat/common/configs/generic would be appropriate if the intention was for Fedora as well as RHEL configs.
From: Chris von Recklinghausen on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1766#note_9402410...
I'll file a new MR to fix this.
From: Chris von Recklinghausen on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1766#note_9402862...
new MR is https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1772
kernel@lists.fedoraproject.org