Re: [OS-BUILD PATCH] enable DAMON configs

2022-05-09 Thread Chris von Recklinghausen (via Email Bridge)
From: Chris von Recklinghausen on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1766#note_940286295

new MR is https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1772
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCH] enable DAMON configs

2022-05-09 Thread Chris von Recklinghausen (via Email Bridge)
From: Chris von Recklinghausen on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1766#note_940241058

I'll file a new MR to fix this.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCH] enable DAMON configs

2022-05-09 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1766#note_940224770

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.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCH] enable DAMON configs

2022-05-09 Thread Mark Salter (via Email Bridge)
From: Mark Salter on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1766#note_940219478

Shouldn't this have gone into common/generic or am I missing something? I
couldn't generate a config where CONFIG_DAMON was enabled.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCH] enable DAMON configs

2022-04-29 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1766#note_930744573

Thank you @crecklin. Just FYI, for kernel-ark MRs there is no need to include
the `Bugzilla:` tag in the commit or MR descriptions.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[OS-BUILD PATCH] enable DAMON configs

2022-04-28 Thread Chris von Recklinghausen (via Email Bridge)
From: Chris von Recklinghausen 

enable DAMON configs

Upstream status: RHEL only

Bugzilla: http://bugzilla.redhat.com/2004233

Enable DAMON related kernel configs

Signed-off-by: Chris von Recklinghausen 

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
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure