Re: [OS-BUILD PATCHv2] Enable KUNIT tests for redhat kernel-modules-internal

2021-10-01 Thread Waiman Long (via Email Bridge)
From: Waiman Long on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1422#note_692965769

It will probably help if you mention what kind of testing you had done in the
description and/or commit log. This MR isn't just config file changes. It also
touch another redhat file.
___
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 KUNIT tests for redhat kernel-modules-internal

2021-10-01 Thread Nico Pache (via Email Bridge)
From: Nico Pache on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1422#note_692909998

Good catch, at first I had them all defined in the arch64 directory. I must
have left this one hanging. Should be fixed now.
___
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 PATCHv2] Enable KUNIT tests for redhat kernel-modules-internal

2021-10-01 Thread Nico Pache (via Email Bridge)
From: Nico Pache 

Enable KUNIT tests for redhat kernel-modules-internal

This commit will enable KUNIT tests to be compiled as modules and
packaged into the kernel-modules-internal package.

Signed-off-by: Nico Pache 

diff --git a/redhat/configs/common/debug/CONFIG_KASAN_KUNIT_TEST 
b/redhat/configs/common/debug/CONFIG_KASAN_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/debug/CONFIG_KASAN_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_KASAN_KUNIT_TEST=m
diff --git a/redhat/configs/common/debug/CONFIG_TEST_LIST_SORT 
b/redhat/configs/common/debug/CONFIG_TEST_LIST_SORT
index blahblah..blahblah 100644
--- a/redhat/configs/common/debug/CONFIG_TEST_LIST_SORT
+++ b/redhat/configs/common/debug/CONFIG_TEST_LIST_SORT
@@ -1 +1 @@
-CONFIG_TEST_LIST_SORT=y
+CONFIG_TEST_LIST_SORT=m
diff --git a/redhat/configs/common/generic/CONFIG_BITFIELD_KUNIT 
b/redhat/configs/common/generic/CONFIG_BITFIELD_KUNIT
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_BITFIELD_KUNIT
@@ -0,0 +1 @@
+# CONFIG_BITFIELD_KUNIT is not set
diff --git a/redhat/configs/common/generic/CONFIG_BITS_TEST 
b/redhat/configs/common/generic/CONFIG_BITS_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_BITS_TEST
@@ -0,0 +1 @@
+# CONFIG_BITS_TEST is not set
diff --git a/redhat/configs/common/generic/CONFIG_CMDLINE_KUNIT_TEST 
b/redhat/configs/common/generic/CONFIG_CMDLINE_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_CMDLINE_KUNIT_TEST
@@ -0,0 +1 @@
+# CONFIG_CMDLINE_KUNIT_TEST is not set
diff --git a/redhat/configs/common/generic/CONFIG_EXT4_KUNIT_TESTS 
b/redhat/configs/common/generic/CONFIG_EXT4_KUNIT_TESTS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_EXT4_KUNIT_TESTS
@@ -0,0 +1 @@
+CONFIG_EXT4_KUNIT_TESTS=m
diff --git a/redhat/configs/common/generic/CONFIG_FAT_KUNIT_TEST 
b/redhat/configs/common/generic/CONFIG_FAT_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_FAT_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_FAT_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_KFENCE_KUNIT_TEST 
b/redhat/configs/common/generic/CONFIG_KFENCE_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KFENCE_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_KFENCE_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT 
b/redhat/configs/common/generic/CONFIG_KUNIT
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_KUNIT
+++ b/redhat/configs/common/generic/CONFIG_KUNIT
@@ -1 +1 @@
-# CONFIG_KUNIT is not set
+CONFIG_KUNIT=m
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT_ALL_TESTS 
b/redhat/configs/common/generic/CONFIG_KUNIT_ALL_TESTS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KUNIT_ALL_TESTS
@@ -0,0 +1 @@
+CONFIG_KUNIT_ALL_TESTS=m
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT_DEBUGFS 
b/redhat/configs/common/generic/CONFIG_KUNIT_DEBUGFS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KUNIT_DEBUGFS
@@ -0,0 +1 @@
+CONFIG_KUNIT_DEBUGFS=y
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT_EXAMPLE_TEST 
b/redhat/configs/common/generic/CONFIG_KUNIT_EXAMPLE_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KUNIT_EXAMPLE_TEST
@@ -0,0 +1 @@
+CONFIG_KUNIT_EXAMPLE_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT_TEST 
b/redhat/configs/common/generic/CONFIG_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_LINEAR_RANGES_TEST 
b/redhat/configs/common/generic/CONFIG_LINEAR_RANGES_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_LINEAR_RANGES_TEST
@@ -0,0 +1 @@
+# CONFIG_LINEAR_RANGES_TEST is not set
diff --git a/redhat/configs/common/generic/CONFIG_LIST_KUNIT_TEST 
b/redhat/configs/common/generic/CONFIG_LIST_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_LIST_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_LIST_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_MPTCP_KUNIT_TEST 
b/redhat/configs/common/generic/CONFIG_MPTCP_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_MPTCP_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_MPTCP_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_RATIONAL_KUNIT_TEST 
b/redhat/configs/common/generic/C

Re: [OS-BUILD PATCH] Enable KUNIT tests for redhat kernel-modules-internal

2021-10-01 Thread Waiman Long (via Email Bridge)
From: Waiman Long on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1422#note_692903141

What you need to add a config file under ark/debug/arm/aarch64 since you
already have one under common/debug.
___
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 KUNIT tests for redhat kernel-modules-internal

2021-10-01 Thread Nico Pache (via Email Bridge)
From: Nico Pache 

Enable KUNIT tests for redhat kernel-modules-internal

This commit will enable KUNIT tests to be compiled as modules and
packaged into the kernel-modules-internal package.

Signed-off-by: Nico Pache 

diff --git a/redhat/configs/ark/debug/arm/aarch64/CONFIG_KASAN_KUNIT_TEST 
b/redhat/configs/ark/debug/arm/aarch64/CONFIG_KASAN_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/ark/debug/arm/aarch64/CONFIG_KASAN_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_KASAN_KUNIT_TEST=m
diff --git a/redhat/configs/common/debug/CONFIG_KASAN_KUNIT_TEST 
b/redhat/configs/common/debug/CONFIG_KASAN_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/debug/CONFIG_KASAN_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_KASAN_KUNIT_TEST=m
diff --git a/redhat/configs/common/debug/CONFIG_TEST_LIST_SORT 
b/redhat/configs/common/debug/CONFIG_TEST_LIST_SORT
index blahblah..blahblah 100644
--- a/redhat/configs/common/debug/CONFIG_TEST_LIST_SORT
+++ b/redhat/configs/common/debug/CONFIG_TEST_LIST_SORT
@@ -1 +1 @@
-CONFIG_TEST_LIST_SORT=y
+CONFIG_TEST_LIST_SORT=m
diff --git a/redhat/configs/common/generic/CONFIG_BITFIELD_KUNIT 
b/redhat/configs/common/generic/CONFIG_BITFIELD_KUNIT
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_BITFIELD_KUNIT
@@ -0,0 +1 @@
+# CONFIG_BITFIELD_KUNIT is not set
diff --git a/redhat/configs/common/generic/CONFIG_BITS_TEST 
b/redhat/configs/common/generic/CONFIG_BITS_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_BITS_TEST
@@ -0,0 +1 @@
+# CONFIG_BITS_TEST is not set
diff --git a/redhat/configs/common/generic/CONFIG_CMDLINE_KUNIT_TEST 
b/redhat/configs/common/generic/CONFIG_CMDLINE_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_CMDLINE_KUNIT_TEST
@@ -0,0 +1 @@
+# CONFIG_CMDLINE_KUNIT_TEST is not set
diff --git a/redhat/configs/common/generic/CONFIG_EXT4_KUNIT_TESTS 
b/redhat/configs/common/generic/CONFIG_EXT4_KUNIT_TESTS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_EXT4_KUNIT_TESTS
@@ -0,0 +1 @@
+CONFIG_EXT4_KUNIT_TESTS=m
diff --git a/redhat/configs/common/generic/CONFIG_FAT_KUNIT_TEST 
b/redhat/configs/common/generic/CONFIG_FAT_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_FAT_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_FAT_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_KFENCE_KUNIT_TEST 
b/redhat/configs/common/generic/CONFIG_KFENCE_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KFENCE_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_KFENCE_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT 
b/redhat/configs/common/generic/CONFIG_KUNIT
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_KUNIT
+++ b/redhat/configs/common/generic/CONFIG_KUNIT
@@ -1 +1 @@
-# CONFIG_KUNIT is not set
+CONFIG_KUNIT=m
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT_ALL_TESTS 
b/redhat/configs/common/generic/CONFIG_KUNIT_ALL_TESTS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KUNIT_ALL_TESTS
@@ -0,0 +1 @@
+CONFIG_KUNIT_ALL_TESTS=m
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT_DEBUGFS 
b/redhat/configs/common/generic/CONFIG_KUNIT_DEBUGFS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KUNIT_DEBUGFS
@@ -0,0 +1 @@
+CONFIG_KUNIT_DEBUGFS=y
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT_EXAMPLE_TEST 
b/redhat/configs/common/generic/CONFIG_KUNIT_EXAMPLE_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KUNIT_EXAMPLE_TEST
@@ -0,0 +1 @@
+CONFIG_KUNIT_EXAMPLE_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_KUNIT_TEST 
b/redhat/configs/common/generic/CONFIG_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_LINEAR_RANGES_TEST 
b/redhat/configs/common/generic/CONFIG_LINEAR_RANGES_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_LINEAR_RANGES_TEST
@@ -0,0 +1 @@
+# CONFIG_LINEAR_RANGES_TEST is not set
diff --git a/redhat/configs/common/generic/CONFIG_LIST_KUNIT_TEST 
b/redhat/configs/common/generic/CONFIG_LIST_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_LIST_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_LIST_KUNIT_TEST=m
diff --git a/redhat/configs/common/generic/CONFIG_MPTCP_KUNIT_TEST 
b/redhat/config

Re: [OS-BUILD PATCH] redhat/configs: Enable Hyper-V guests on ARM64

2021-10-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1394#note_692889741

I am going to merge these config changes assuming this will be better tested
soonish.  We know it should work, this tree tracks linus upstream, so it will
improve quickly. If they need to be reverted before RHEL 10 it would be worth
keeping in mind.
___
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] redhat/configs: Enable Hyper-V guests on ARM64

2021-10-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1394#note_692889382

Acked-by: Justin M. Forbes 
(via approve button)
___
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] redhat/configs: Enable Hyper-V guests on ARM64

2021-10-01 Thread Jarod Wilson (via Email Bridge)
From: Jarod Wilson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1394#note_692854032

Acked-by: Jarod Wilson 
(via approve button)
___
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] redhat/docs: update Koji link to avoid redirect

2021-10-01 Thread Joel Savitz (via Email Bridge)
From: Joel Savitz on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1420#note_692691167

:100:
___
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] redhat/docs: update Koji link to avoid redirect

2021-10-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1420#note_692642104

Acked-by: Justin M. Forbes 
(via approve button)
___
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] redhat/docs: update Koji link to avoid redirect

2021-10-01 Thread Herton R. Krzesinski (via Email Bridge)
From: Herton R. Krzesinski on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1420#note_692615068

Acked-by: Herton R. Krzesinski 
(via approve button)
___
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] redhat/docs: update Koji link to avoid redirect

2021-10-01 Thread Joel Savitz (via Email Bridge)
From: Joel Savitz 

redhat/docs: update Koji link to avoid redirect

Signed-off-by: Joel Savitz 

diff --git a/redhat/docs/index.rst b/redhat/docs/index.rst
index blahblah..blahblah 100644
--- a/redhat/docs/index.rst
+++ b/redhat/docs/index.rst
@@ -104,7 +104,7 @@ Maintainer Guide
 .. _personal GitLab projects: https://gitlab.com/?name=kernel-ark&personal=true
 .. _Fork the repository: https://gitlab.com/cki-project/kernel-ark/-/forks/new
 .. _register your SSH key: https://gitlab.com/-/profile/keys
-.. _Koji: https://fedoraproject.org/wiki/Using_the_Koji_build_system#Koji_Setup
+.. _Koji: 
https://docs.fedoraproject.org/en-US/package-maintainers/Using_the_Koji_Build_System/
 .. _Mock: 
https://fedoraproject.org/wiki/Using_Mock_to_test_package_builds#How_do_I_set_up_Mock.3F
 
 

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1420
___
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] RHMAINTAINERS: Update for Oct 1 2021

2021-10-01 Thread Herton R. Krzesinski (via Email Bridge)
From: Herton R. Krzesinski on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1419#note_692478740

Acked-by: Herton R. Krzesinski 
(via approve button)
___
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] RHMAINTAINERS: Update for Oct 1 2021

2021-10-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1419#note_692478616

Acked-by: Justin M. Forbes 
(via approve button)
___
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] RHMAINTAINERS: Update for Oct 1 2021

2021-10-01 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava 

RHMAINTAINERS: Update for Oct 1 2021

Update RHMAINTAINERS to latest.

Signed-off-by: Prarit Bhargava 

diff --git a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS 
b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS
index blahblah..blahblah 100644
--- a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS
+++ b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS
@@ -85,6 +85,14 @@ F:   Makefile.rhelver
 F: redhat/
 X: redhat/configs/
 
+RHEL 8.6 Kernel Maintainer
+M: Augusto Caringi 
+S: Supported
+F: makefile
+F: Makefile.rhelver
+F: redhat/
+X: redhat/configs/
+
 RHEL 8.5 Kernel Maintainer
 M: Bruno Meneguele 
 S: Supported
@@ -149,7 +157,7 @@ F:  redhat/
 X: redhat/configs/
 
 RHEL 7.9 Kernel Maintainer
-M: Augusto Caringi 
+M: Rado Vrbovsky 
 S: Supported
 F: makefile
 F: redhat/
@@ -320,7 +328,7 @@ F:  drivers/media/pci/ivtv/ivtv-alsa*
 F: drivers/media/usb/tm6000/tm6000-alsa.c
 
 AMAZON ETHERNET DRIVERS
-M: John Linville 
+M: Petr Oros 
 S: Supported
 F: Documentation/networking/ena.txt
 F: drivers/net/ethernet/amazon/
@@ -350,7 +358,7 @@ F:  arch/x86/kernel/sev*.[cS]
 
 AQUANTIA ATLANTIC ETHERNET DRIVER
 M: Igor Russkikh 
-M: John W. Linville 
+M: Michal Schmidt 
 S: Supported
 F: drivers/net/ethernet/aquantia/
 
@@ -526,6 +534,15 @@ BUS DRIVER
 S: Supported
 F: drivers/bus/
 
+CAN BUS
+M: Peter Robinson 
+S: Supported
+F: include/linux/can/
+F: include/uapi/linux/can/
+F: include/uapi/linux/can.h
+F: drivers/net/can/
+F: net/can/
+
 CEPH COMMON CODE (LIBCEPH)
 M: Ilya Dryomov 
 M: Jeff Layton 
@@ -632,17 +649,17 @@ F:include/linux/crypto*
 F: lib/crypto/
 
 CXGB3 ETHERNET DRIVER (cxgb3)
-M: John W. Linville 
+M: Michal Schmidt 
 S: Supported
 F: drivers/net/ethernet/chelsio/cxgb3/
 
 CXGB4 ETHERNET DRIVER (cxgb4)
-M: John W. Linville 
+M: Michal Schmidt 
 S: Supported
 F: drivers/net/ethernet/chelsio/cxgb4/
 
 CXGB4 IWARP DRIVER (IW_CXGB4)
-M: John W. Linville 
+M: Michal Schmidt 
 S: Supported
 F: drivers/infiniband/hw/cxgb4/
 F: include/uapi/rdma/cxgb4-abi.h
@@ -700,6 +717,7 @@ F:  drivers/scsi/hpsa*
 DISTRIBUTED LOCK MANAGER (DLM)
 M: Alexander Aring 
 R: David Teigland 
+R: Bob Peterson 
 S: Supported
 F: fs/dlm/
 
@@ -847,7 +865,7 @@ F:  tools/perf/bench/futex*
 F: tools/testing/selftests/futex/
 
 GENERIC PHY FRAMEWORK
-M: John Linville 
+M: Petr Oros 
 S: Supported
 F: Documentation/devicetree/bindings/phy/
 F: drivers/phy/
@@ -856,6 +874,9 @@ F:  include/linux/phy/
 GFS2 FILE SYSTEM
 M: Bob Peterson 
 M: Andreas Gruenbacher 
+R: Abhi Das 
+R: Andrew Price 
+R: Paul Evans 
 S: Supported
 F: Documentation/filesystems/gfs2*.txt
 F: fs/gfs2/
@@ -1026,12 +1047,6 @@ INTEL RAPL DRIVER
 S: Supported
 F: drivers/powercap/intel_rapl.c
 
-INTEL TRUSTED PLATFORM MODULE (TPM)
-M: Jerry Snitselaar 
-S: Supported
-F: drivers/char/tpm/
-F: include/linux/tpm.h
-
 INTEL QUICK ASSIST TECHNOLOGY (QAT)
 M: Vladis Dronov 
 M: Tony Camuso 
@@ -1555,12 +1570,14 @@ X:  include/net/iucv/
 X: include/net/iw*
 X: include/net/regulatory.h
 X: net/bluetooth/
+X: net/can/
 X: net/ceph/
 X: net/ieee802154/
 X: net/irda/
 X: net/iucv/
 X: net/mac80211/
 X: net/mac802154/
+X: net/qrtr/
 X: net/rds/
 X: net/rfkill/
 X: net/sunrpc/
@@ -1800,14 +1817,14 @@ F:  drivers/scsi/qla2xxx/
 
 QLOGIC QLA3XXX NETWORK DRIVER
 M: Manish Chopra 
-M: John W. Linville 
+M: Michal Schmidt 
 S: Supported
 F: Documentation/networking/LICENSE.qla3xxx
 F: drivers/net/ethernet/qlogic/qla3xxx.*
 
 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
 M: Manish Chopra 
-M: John W. Linville 
+M: Michal Schmidt 
 S: Supported
 F: drivers/net/ethernet/qlogic/qlcnic/
 
@@ -1826,28 +1843,36 @@ F:  drivers/scsi/qedf/
 
 QLOGIC QED NETWORK DRIVER
 M: Manish Chopra 
-M: John W. Linville 
+M: Michal Schmidt 
 S: Supported
 F: drivers/net/ethernet/qlogic/qed/
 
 QLOGIC QEDE ETHERNET NETWORK DRIVER
 M: Manish Chopra 
-M: John W. Linville 
+M: Michal Schmidt 
 S: Supported
 F: drivers/net/ethernet/qlogic/qede/
 
 QLOGIC QEDR RDMA ETHERNET NETWORK DRIVER
 M: Manish Chopra 
-M: John W. Linville 
+M: Michal Schmidt 
 S: Supported
 F: drivers/infiniband/hw/qedr/
 
 QLOGIC QLGE 10Gb ETHERNET DRIVER
 M: Manish Chopra 
-M: John W. Linville 
+M: Michal Schmidt 
 S: Supported
 F: drivers/net/ethernet/qlogic/qlge/
 
+QUALCOMM IPC ROUTER
+M: Íñigo Huguet 
+R: Jarod Wilson 
+R: John Linville 
+S: Provided
+F: include/uapi/linux/qrtr.h
+F: net/qrtr/
+
 RADOS BLOCK DEVICE (RBD)
 M: Ilya Dryomov 
 S: Supported
@@ -2104,6 +2129,13 @@ F:   include/uapi/linux/tipc_net

Re: [OS-BUILD PATCHv4 0/2] netfilter: Add deprecation notices for xtables

2021-10-01 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1226#note_692464866

Acked-by: Justin M. Forbes 
(via approve button)
___
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


✅ PASS: Test report for kernel 5.14.9-200.fc34 (fedora-34)

2021-10-01 Thread CKI Project
Hello,

We ran automated tests on the following kernel build:

Kernel package: kernel-5.14.9-200.fc34
 Task URL: https://koji.fedoraproject.org/koji/taskinfo?taskID=76512115

The results of these automated tests are provided below.

Overall result: PASSED
 Tests: OK



All kernel binaries, config files, and logs are available for download here:

  
https://arr-cki-prod-datawarehouse-public.s3.amazonaws.com/index.html?prefix=datawarehouse-public/2021/09/30/380322082

Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.
For the full detail on our testing procedures, please scroll to the bottom of
this message.

,-.   ,-.
   ( C ) ( K )  Continuous
`-',-.`-'   Kernel
  ( I ) Integration
   `-'
__

Hardware testing

We booted each kernel and ran the following tests:

  aarch64:
Host 1:

   ⚡ Internal infrastructure issues prevented one or more tests (marked
   with ⚡⚡⚡) from running on this architecture.
   This is not the fault of the kernel that was tested.

   ✅ Boot test
   ✅ Reboot test
   ✅ ACPI table test
   ⚡⚡⚡ LTP - cve
   ⚡⚡⚡ LTP - sched
   ⚡⚡⚡ LTP - syscalls
   ⚡⚡⚡ LTP - can
   ⚡⚡⚡ LTP - commands
   ⚡⚡⚡ LTP - containers
   ⚡⚡⚡ LTP - dio
   ⚡⚡⚡ LTP - fs
   ⚡⚡⚡ LTP - fsx
   ⚡⚡⚡ LTP - math
   ⚡⚡⚡ LTP - hugetlb
   ⚡⚡⚡ LTP - mm
   ⚡⚡⚡ LTP - nptl
   ⚡⚡⚡ LTP - pty
   ⚡⚡⚡ LTP - ipc
   ⚡⚡⚡ LTP - tracing
   ⚡⚡⚡ CIFS Connectathon
   ⚡⚡⚡ Loopdev Sanity
   ⚡⚡⚡ Memory: fork_mem
   ⚡⚡⚡ Memory function: memfd_create
   ⚡⚡⚡ AMTU (Abstract Machine Test Utility)
   ⚡⚡⚡ Ethernet drivers sanity
   🚧 ⚡⚡⚡ xarray-idr-radixtree-test
   🚧 ⚡⚡⚡ NFS Connectathon

Host 2:

   ⚡ Internal infrastructure issues prevented one or more tests (marked
   with ⚡⚡⚡) from running on this architecture.
   This is not the fault of the kernel that was tested.

   ✅ Boot test
   ✅ Reboot test
   🚧 ⚡⚡⚡ Storage blktests - nvmeof-mp

Host 3:

   ⚡ Internal infrastructure issues prevented one or more tests (marked
   with ⚡⚡⚡) from running on this architecture.
   This is not the fault of the kernel that was tested.

   ⚡⚡⚡ Boot test
   ⚡⚡⚡ Reboot test
   ⚡⚡⚡ Ethernet drivers sanity - mlx5

Host 4:

   ⚡ Internal infrastructure issues prevented one or more tests (marked
   with ⚡⚡⚡) from running on this architecture.
   This is not the fault of the kernel that was tested.

   ⚡⚡⚡ Boot test
   ⚡⚡⚡ Reboot test
   🚧 ⚡⚡⚡ Storage blktests - srp

Host 5:

   ⚡ Internal infrastructure issues prevented one or more tests (marked
   with ⚡⚡⚡) from running on this architecture.
   This is not the fault of the kernel that was tested.

   ⚡⚡⚡ Boot test
   ⚡⚡⚡ Reboot test
   🚧 ⚡⚡⚡ Storage blktests - srp

Host 6:

   ⚡ Internal infrastructure issues prevented one or more tests (marked
   with ⚡⚡⚡) from running on this architecture.
   This is not the fault of the kernel that was tested.

   ⚡⚡⚡ Boot test
   ⚡⚡⚡ Reboot test
   ⚡⚡⚡ Ethernet drivers sanity - mlx5

  ppc64le:
Host 1:
   ✅ Boot test
   ✅ Reboot test
   ✅ xfstests - ext4
   ✅ xfstests - xfs
   ✅ Storage: swraid mdadm raid_module test
   🚧 ✅ xfstests - btrfs
   🚧 ✅ Storage blktests - blk
   🚧 ✅ Storage blktests - nvme-tcp
   🚧 ✅ Storage block - filesystem fio test
   🚧 ✅ Storage block - queue scheduler test
   🚧 ✅ Storage: lvm device-mapper test - upstream
   🚧 ✅ storage: software RAID testing

Host 2:
   ✅ Boot test
   ✅ Reboot test
   🚧 ✅ Storage blktests - srp

Host 3:
   ✅ Boot test
   ✅ Reboot test
   🚧 ✅ Storage blktests - nvmeof-mp

Host 4:
   ✅ Boot test
   ✅ Reboot test
   ✅ LTP - cve
   ✅ LTP - sched
   ✅ LTP - syscalls
   ✅ LTP - can
   ✅ LTP - commands
   ✅ LTP - containers
   ✅ LTP - dio
   ✅ LTP - fs
   ✅ LTP - fsx
   ✅ LTP - math
   ✅ LTP - hugetlb
   ✅ LTP - mm
   ✅ LTP - nptl
   ✅ LTP - pty
   ✅ LTP - ipc
   ✅ LTP - tracing
   ✅ CIFS Connectathon
   ✅ Loopdev Sanity
   ✅ Memory: fork_mem
   ✅ Memory function: memfd_create
   ✅ AMTU (Abstract Machine Test Utility)
   ✅ Ethernet drivers sanity
   🚧 ✅ xarray-idr-radixtree-test
   🚧 ✅ NFS Connectathon

  s390x:
Host 1:
   ✅ Boot test
   ✅ Reboot test
   🚧 💥 Storage blktests - srp

Host 2:
   ✅ Boot test
   ✅ Reboot test
   ✅ Storage: swraid mdadm raid_module test
   🚧 ✅ Storage blktests - blk
   🚧 ✅ Storage blktests - nvme-tcp
   🚧 ✅ stress: stress-ng - interrupt
   🚧 ✅ stress: stress-ng

Re: [OS-BUILD PATCHv4 0/2] netfilter: Add deprecation notices for xtables

2021-10-01 Thread Jiri Benc (via Email Bridge)
From: Jiri Benc on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1226#note_692091567

Acked-by: Jiri Benc 
(via approve button)
___
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