From: David Arcari darcari@redhat.com
redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora
This enables the Dell privacy drivers on RHEL.
Signed-off-by: David Arcari darcari@redhat.com
diff --git a/redhat/configs/fedora/generic/x86/CONFIG_DELL_WMI_PRIVACY b/redhat/configs/common/generic/x86/CONFIG_DELL_WMI_PRIVACY rename from redhat/configs/fedora/generic/x86/CONFIG_DELL_WMI_PRIVACY rename to redhat/configs/common/generic/x86/CONFIG_DELL_WMI_PRIVACY index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/x86/CONFIG_DELL_WMI_PRIVACY +++ b/redhat/configs/common/generic/x86/CONFIG_DELL_WMI_PRIVACY diff --git a/redhat/configs/rhel/generic/x86/CONFIG_DELL_WMI_PRIVACY b/redhat/configs/rhel/generic/x86/CONFIG_DELL_WMI_PRIVACY deleted file mode 100644 index blahblah..blahblah 0 --- a/redhat/configs/rhel/generic/x86/CONFIG_DELL_WMI_PRIVACY +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_DELL_WMI_PRIVACY is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1374116...
This is already enabled for Fedora so you should move the fedora config to common and remove the RHEL one.
From: David Arcari on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1375607...
@ptalbert - do you want me to rebase this or will you process it? Thanks!
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376226...
Isn't that exactly what this MR does?? It moves the fedora config to common and deletes the RHEL one.
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376226...
Sorry, what does it need rebasing?
From: David Arcari on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376688...
Because of the unrelated merge failure.
From: David Arcari on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376692...
@pbrobinson - am I missing something?
rename from redhat/configs/fedora/generic/x86/CONFIG_DELL_WMI_PRIVACY rename to redhat/configs/common/generic/x86/CONFIG_DELL_WMI_PRIVACY diff --git a/redhat/configs/rhel/generic/x86/CONFIG_DELL_WMI_PRIVACY b/redhat/configs/rhel/generic/x86/CONFIG_DELL_WMI_PRIVACY deleted file mode 100644 index c4f80f973e22..000000000000 --- a/redhat/configs/rhel/generic/x86/CONFIG_DELL_WMI_PRIVACY +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_DELL_WMI_PRIVACY is not set
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376715...
@pbrobinson it looks like you missed the rename ;)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376976...
Apologies, maybe it was another MR I was looking at, looks fine :smile:
kernel@lists.fedoraproject.org