Re: [OS-BUILD PATCHv2] redhat/configs: enable ChromeOS ACPI driver

2023-02-27 Thread perobins (via Email Bridge)
From: perobins on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2153#note_1293952637

And there is no such thing as an aarch64 chromebook, they all use DeviceTree.
So it should probably just be closed.
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCHv2] redhat/configs: enable ChromeOS ACPI driver

2023-02-27 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2153#note_1293951049

@mlangsdorf Hey, unfortunately this will need to be rebased now that os-build
did the same.

Also, the commit description still refers to x86 chromebooks while the new
config file affects only aarch64. So I'm still confused .
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCH] redhat: Add hashtable_test to mod-internal.list

2023-02-27 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2335#note_1293931289

This was already added to MR 2313
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCH] redhat: Add hashtable_test to mod-internal.list

2023-02-27 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava 

redhat: Add hashtable_test to mod-internal.list

Add hashtable_test to mod-internal.list.

Signed-off-by: Prarit Bhargava 

diff --git a/redhat/scripts/mod/mod-internal.list 
b/redhat/scripts/mod/mod-internal.list
index blahblah..blahblah 100644
--- a/redhat/scripts/mod/mod-internal.list
+++ b/redhat/scripts/mod/mod-internal.list
@@ -20,6 +20,7 @@ drm_rect_test
 ext4-inode-test
 fat_test
 fortify_kunit
+hashtable_test
 iio-test-format
 iio-test-rescale
 is_signed_type_kunit

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2335
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCH] usb: enable Design Ware Drivers on x86

2023-02-27 Thread Desnes Nunes (via Email Bridge)
From: Desnes Nunes 

usb: enable Design Ware Drivers on x86

Upstream Status: RHEL-only

RHEL only: driver is used and updated by Intel.

Signed-off-by: Desnes Nunes 

diff --git a/redhat/configs/rhel/generic/x86/CONFIG_PHY_SAMSUNG_USB2 
b/redhat/configs/rhel/generic/x86/CONFIG_PHY_SAMSUNG_USB2
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/x86/CONFIG_PHY_SAMSUNG_USB2
@@ -0,0 +1 @@
+# CONFIG_PHY_SAMSUNG_USB2 is not set
diff --git a/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2 
b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2
@@ -0,0 +1 @@
+CONFIG_USB_DWC2=m
diff --git a/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2_DEBUG 
b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2_DEBUG
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2_DEBUG
@@ -0,0 +1 @@
+# CONFIG_USB_DWC2_DEBUG is not set
diff --git a/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2_HOST 
b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2_HOST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2_HOST
@@ -0,0 +1 @@
+CONFIG_USB_DWC2_HOST=y
diff --git a/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2_PCI 
b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2_PCI
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2_PCI
@@ -0,0 +1 @@
+# CONFIG_USB_DWC2_PCI is not set
diff --git a/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2_TRACK_MISSED_SOFS 
b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2_TRACK_MISSED_SOFS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC2_TRACK_MISSED_SOFS
@@ -0,0 +1 @@
+# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set
diff --git a/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC3 
b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC3
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC3
@@ -0,0 +1 @@
+CONFIG_USB_DWC3=m
diff --git a/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC3_HAPS 
b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC3_HAPS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC3_HAPS
@@ -0,0 +1 @@
+CONFIG_USB_DWC3_HAPS=m
diff --git a/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC3_HOST 
b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC3_HOST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC3_HOST
@@ -0,0 +1 @@
+CONFIG_USB_DWC3_HOST=y
diff --git a/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC3_PCI 
b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC3_PCI
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/x86/CONFIG_USB_DWC3_PCI
@@ -0,0 +1 @@
+CONFIG_USB_DWC3_PCI=m
diff --git a/redhat/configs/rhel/generic/x86/CONFIG_USB_XHCI_PLATFORM 
b/redhat/configs/rhel/generic/x86/CONFIG_USB_XHCI_PLATFORM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/x86/CONFIG_USB_XHCI_PLATFORM
@@ -0,0 +1 @@
+CONFIG_USB_XHCI_PLATFORM=m

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2334
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCHv2 0/2] Add more kunit tests to mod-internal.list for 6.3

2023-02-27 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2313

I am sure there will be more, but the first batch is in from the drm
merge. Just new kunit tests which need to be in mod-internal for depmod
to succeed.

Signed-off-by: Justin M. Forbes 

---
 redhat/scripts/mod/mod-internal.list |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCHv2 2/2] Add hashtable_test to mod-internal.list

2023-02-27 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes 

Add hashtable_test to mod-internal.list

Signed-off-by: Justin M. Forbes 

diff --git a/redhat/scripts/mod/mod-internal.list 
b/redhat/scripts/mod/mod-internal.list
index blahblah..blahblah 100644
--- a/redhat/scripts/mod/mod-internal.list
+++ b/redhat/scripts/mod/mod-internal.list
@@ -25,6 +25,7 @@ ext4-inode-test
 fat_test
 fortify_kunit
 gss_krb5_test
+hashtable_test
 iio-test-format
 iio-test-rescale
 is_signed_type_kunit

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2313
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCHv2 1/2] Add more kunit tests to mod-internal.list for 6.3

2023-02-27 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes 

Add more kunit tests to mod-internal.list for 6.3

I am sure there will be more, but the first batch is in from the drm
merge. Just new kunit tests which need to be in mod-internal for depmod
to succeed.

Signed-off-by: Justin M. Forbes 

diff --git a/redhat/scripts/mod/mod-internal.list 
b/redhat/scripts/mod/mod-internal.list
index blahblah..blahblah 100644
--- a/redhat/scripts/mod/mod-internal.list
+++ b/redhat/scripts/mod/mod-internal.list
@@ -8,18 +8,23 @@ dev_addr_lists_test
 dmatest
 drm_buddy_test
 drm_cmdline_parser_test
+drm_connector_test
 drm_damage_helper_test
 drm_dp_mst_helper_test
 drm_format_helper_test
 drm_format_test
 drm_framebuffer_test
 drm_kunit_helpers
+drm_managed_test
 drm_mm_test
+drm_modes_test
 drm_plane_helper_test
+drm_probe_helper_test
 drm_rect_test
 ext4-inode-test
 fat_test
 fortify_kunit
+gss_krb5_test
 iio-test-format
 iio-test-rescale
 is_signed_type_kunit

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2313
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCH] redhat/kernel.spec.template: Fix RHEL systemd-boot-unsigned dependency

2023-02-27 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2333#note_1293499278

brew build in progress here:

https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=51005120
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCH] redhat/kernel.spec.template: Fix RHEL systemd-boot-unsigned dependency

2023-02-27 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava 

redhat/kernel.spec.template: Fix RHEL systemd-boot-unsigned dependency

systemd-boot-unsigned is only required for Fedora.

Signed-off-by: Prarit Bhargava 

diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template
index blahblah..blahblah 100755
--- a/redhat/kernel.spec.template
+++ b/redhat/kernel.spec.template
@@ -726,7 +726,9 @@ BuildRequires: dracut
 BuildRequires: binutils
 # For the initrd
 BuildRequires: lvm2
+%if 0%{?fedora}
 BuildRequires: systemd-boot-unsigned
+%endif
 # For systemd-stub and systemd-pcrphase
 BuildRequires: systemd-udev >= 252-1
 # For TPM operations in UKI initramfs

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2333
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue