Re: [OS-BUILD PATCH] redhat/configs: disable {IMA,EVM}_LOAD_X509

2021-07-08 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1234#note_621258099

Acked-by: Patrick Talbert 
(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] rpmspec: do not BuildRequires bpftool on noarch

2021-07-08 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1239#note_621276539

Acked-by: Patrick Talbert 
(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 0/0] [redhat] New configs in sound/soc

2021-07-08 Thread CKI Gitlab (via Email Bridge)
From: CKI Gitlab on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1220
NOTE: Truncated patchset due to missing public @redhat.com email
  address on your GitLab profile at https://gitlab.com/-/profile.
  Once that is fixed, close and reopen the merge request to
  retrigger sending the emails.

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 CONFIG_SND_SOC_INTEL_SOF_CS42L42_MACH:

 This adds support for ASoC machine driver for SOF platforms
 with cs42l42 codec.
 Say Y if you have such a device.
 If unsure select "N".

 Symbol: SND_SOC_INTEL_SOF_CS42L42_MACH [=n]
 Type  : tristate
 Defined at sound/soc/intel/boards/Kconfig:483
   Prompt: SOF with cs42l42 codec in I2S Mode
   Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] &&
SND_SOC_INTEL_MACH [=y] && (SND_SOC_SOF_HDA_LINK [=y] || SND_SOC_SOF_BAYTRAIL
[=m]) && I2C [=y] && ACPI [=y] && SND_HDA_CODEC_HDMI [=m] &&
SND_SOC_SOF_HDA_AUDIO_CODEC [=y] && (MFD_INTEL_LPSS [=y] || COMPILE_TEST [=n])
   Location:
 -> Device Drivers
   -> Sound card support (SOUND [=m])
 -> Advanced Linux Sound Architecture (SND [=m])
   -> ALSA for SoC audio support (SND_SOC [=m])
 -> Intel Machine drivers (SND_SOC_INTEL_MACH [=y])
 Selects: SND_SOC_CS42L42 [=n] && SND_SOC_MAX98357A [=m] && SND_SOC_DMIC [=m]
&& SND_SOC_HDAC_HDMI [=m] && SND_SOC_INTEL_HDA_DSP_COMMON [=m] &&
SND_SOC_INTEL_SOF_MAXIM_COMMON [=m]

---

 CONFIG_SND_SOC_TFA989X:

 Enable support for NXP (now Goodix) TFA989X (TFA1 family) speaker
 amplifiers, e.g. TFA9895.
 Note that the driver currently bypasses the built-in "CoolFlux DSP"
 and does not support (hardware) volume control.

 Symbol: SND_SOC_TFA989X [=n]
 Type  : tristate
 Defined at sound/soc/codecs/Kconfig:1420
   Prompt: NXP/Goodix TFA989X (TFA1) amplifiers
   Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && I2C [=y]
   Location:
 -> Device Drivers
   -> Sound card support (SOUND [=m])
 -> Advanced Linux Sound Architecture (SND [=m])
   -> ALSA for SoC audio support (SND_SOC [=m])
 -> CODEC drivers
 Selects: REGMAP_I2C [=m]
 Implied by [n]:
   - SND_SOC_ALL_CODECS [=n] && SOUND [=m] && !UML && SND [=m] && SND_SOC [=m]
&& COMPILE_TEST [=n]

---

Cc: Jaroslav Kysela 
Signed-off-by: Fedora Kernel Team 

---
 redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_SOF_CS42L42_MACH |  
 1 +
 redhat/configs/common/generic/CONFIG_SND_SOC_TFA989X|  
 1 +
 redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_SOF_CS42L42_MACH |  
23 -
 redhat/configs/pending-common/generic/CONFIG_SND_SOC_TFA989X|  
25 --
 4 files changed, 2 insertions(+), 48 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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [OS-BUILD PATCH 0/0] [redhat] New configs in sound/soc

2021-07-08 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1220#note_621277180

Thank you Jaroslav. I've updated the MR. As always, all the commits in this MR
will be squashed upon merge.

Patrick
___
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.13.1-300.fc34 (fedora-34)

2021-07-08 Thread CKI Project
Hello,

We ran automated tests on the following kernel build:

Kernel package: kernel-5.13.1-300.fc34
 COPR build ID: 2316565

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/07/07/333515120

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:
   ✅ Boot test
   ✅ Reboot test
   ✅ ACPI table test
   ✅ ACPI enabled test
   ✅ LTP
   ✅ CIFS Connectathon
   ✅ POSIX pjd-fstest suites
   ✅ Loopdev Sanity
   ✅ jvm - jcstress tests
   ✅ Memory: fork_mem
   ✅ Memory function: memfd_create
   ✅ AMTU (Abstract Machine Test Utility)
   ✅ Networking bridge: sanity
   ✅ Ethernet drivers sanity
   ✅ Networking socket: fuzz
   ✅ Networking: igmp conformance test
   ✅ Networking route: pmtu
   ✅ Networking route_func - local
   ✅ Networking route_func - forward
   ✅ Networking TCP: keepalive test
   ✅ Networking UDP: socket
   ✅ Networking cki netfilter test
   ✅ Networking tunnel: geneve basic test
   ✅ Networking tunnel: gre basic
   ✅ L2TP basic test
   ✅ Networking tunnel: vxlan basic
   ✅ Networking ipsec: basic netns - transport
   ✅ Networking ipsec: basic netns - tunnel
   ✅ Libkcapi AF_ALG test
   ✅ pciutils: update pci ids test
   ✅ ALSA PCM loopback test
   ✅ ALSA Control (mixer) Userspace Element test
   ✅ storage: SCSI VPD
   ✅ trace: ftrace/tracer
   🚧 ✅ xarray-idr-radixtree-test
   🚧 ✅ i2c: i2cdetect sanity
   🚧 ✅ Firmware test suite
   🚧 ✅ Memory function: kaslr
   🚧 ✅ audit: audit testsuite test

Host 2:
   ✅ Boot test
   ✅ Reboot test
   ✅ xfstests - ext4
   ✅ xfstests - xfs
   ✅ selinux-policy: serge-testsuite
   ✅ storage: software RAID testing
   ✅ Storage: swraid mdadm raid_module test
   🚧 ❌ Podman system integration test - as root
   🚧 ❌ Podman system integration test - as user
   🚧 ✅ xfstests - btrfs
   🚧 ✅ IPMI driver test
   🚧 ✅ IPMItool loop stress test
   🚧 ❌ Storage blktests
   🚧 ✅ Storage block - filesystem fio test
   🚧 ✅ Storage block - queue scheduler test
   🚧 ❌ Storage nvme - tcp
   🚧 ✅ stress: stress-ng

  Test sources: https://gitlab.com/cki-project/kernel-tests
💚 Pull requests are welcome for new tests or improvements to existing tests!

Aborted tests
-
Tests that didn't complete running successfully are marked with ⚡⚡⚡.
If this was caused by an infrastructure issue, we try to mark that
explicitly in the report.

Waived tests

If the test run included waived tests, they are marked with 🚧. Such tests are
executed but their results are not taken into account. Tests are waived when
their results are not reliable enough, e.g. when they're just introduced or are
being fixed.

Testing timeout
---
We aim to provide a report within reasonable timeframe. Tests that haven't
finished running yet are marked with ⏱.
___
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: kernel 5.14 spec file problems, one solved, one unresolved, help

2021-07-08 Thread stan via kernel
On Wed, 7 Jul 2021 15:55:15 -0500
Justin Forbes  wrote:

> No, BTF debuginfo is set on regular kernels as well. Are you building
> this on a rawhide system? My build/test system here is F34, but with
> bpftool-5.13.0-1.fc35.x86_64 (rebuilt against F34) it seems to pass
> fine on this.  I got the same error that you did when I was running an
> older version of kernel-tools.  In your particular user case though,
> you can comment out that line. The vmlinux.h created there is only
> used in 2 instances, where kernel-tools is built separately from the
> kernel, and when cross compiling the kernel (because tools have to be
> built native).

Yes, on rawhide, running under the Fedora 5.14 kernel I am trying to
custom build. Great, that is simple and straightforward.
___
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 PATCHv2] redhat/configs: enable KEXEC_SIG which is already enabled in RHEL8 for s390x and x86_64

2021-07-08 Thread Bruno Meneguele (via Email Bridge)
From: Bruno Meneguele on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1227#note_621695597

Acked-by: Bruno Meneguele 
___
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 IMA_ARCH_POLICY for aarch64 and s390x

2021-07-08 Thread Bruno Meneguele (via Email Bridge)
From: Bruno Meneguele on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1216#note_621696778

Thanks @prudo1 for pointing me to the new name :)
I'll make sure to ask him in the next time.
___
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 PATCHv2] redhat/configs: enable KEXEC_SIG which is already enabled in RHEL8 for s390x and x86_64

2021-07-08 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1227#note_621699520

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


❌ SKIPPED: Test report for kernel 5.13.1-300.fc34 (fedora-34)

2021-07-08 Thread CKI Project
Hello,

We ran automated tests on the following kernel build:

Kernel package: kernel-5.13.1-300.fc34
 COPR build ID: 2316565

The results of these automated tests are provided below.

Overall result: PASSED



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/07/08/333565447

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
   `-'
__
___
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


❌ SKIPPED: Test report for kernel 5.13.1-300.fc34 (fedora-34)

2021-07-08 Thread CKI Project
Hello,

We ran automated tests on the following kernel build:

Kernel package: kernel-5.13.1-300.fc34
 COPR build ID: 2316565

The results of these automated tests are provided below.

Overall result: PASSED



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/07/08/333564436

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
   `-'
__
___
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 PATCHv2] redhat/configs: Disable CONFIG_RT_GROUP_SCHED in rhel config

2021-07-08 Thread Waiman Long (via Email Bridge)
From: Waiman Long on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1177#note_621767044

Acked-by: Waiman Long 
(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 Jul 8 2021

2021-07-08 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava 

RHMAINTAINERS: Update for Jul 8 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
@@ -126,7 +126,7 @@ F:  redhat/
 X: redhat/configs/
 
 RHEL 8.1 Kernel Maintainer
-M: Brian Masney 
+M: Frantisek Hrbata 
 S: Supported
 F: makefile
 F: Makefile.rhelver
@@ -212,7 +212,7 @@ F:  redhat/
 X: redhat/configs/
 
 RHEL 7.4 Kernel Maintainer
-M: Brian Masney 
+M: Frantisek Hrbata 
 S: Supported
 F: makefile
 F: redhat/
@@ -430,6 +430,7 @@ F:  drivers/net/ethernet/atheros/
 
 AUDIT SUBSYSTEM
 M: Richard Guy Briggs 
+R: Ondrej Mosnacek 
 S: Supported
 F: include/linux/audit.h
 F: include/uapi/linux/audit.h
@@ -589,6 +590,12 @@ F: include/linux/configfs.h
 
 CONTROL GROUP (CGROUP)
 M: Waiman Long 
+R: Chris White 
+R: Clark Williams 
+R: Joel Savitz 
+R: Lucas Zampieri 
+R: Luis Claudio Goncalves 
+R: Phil Auld 
 S: Supported
 F: Documentation/cgroup*
 F: include/linux/cgroup*
@@ -622,7 +629,10 @@ F: fs/cramfs/
 CRYPTO API
 M: Herbert Xu 
 M: "David S. Miller" 
+R: Bruno Meneguele 
 R: Ondrej Mosnacek 
+R: Phil Auld 
+R: Vladis Dronov 
 S: Supported
 F: Documentation/crypto/
 F: Documentation/devicetree/bindings/crypto/
@@ -720,12 +730,17 @@ F:drivers/dma/
 DMA SUPPORT
 M: Jerry Snitselaar 
 M: Donald Dutile 
+R: Clark Williams 
+R: Joel Savitz 
+R: Lucas Zampieri 
 S: Supported
 F: kernel/dma/
 F: include/linux/dma*
 
 EDAC/HERM
 M: Aristeu Rozanski 
+R: Herton R. Krzesinski 
+R: Rafael Aquini 
 S: Supported
 F: drivers/edac/
 
@@ -806,6 +821,12 @@ F: drivers/firmware/
 
 FTRACE
 M: Jerome Marchand 
+R: Jiri Olsa 
+R: Joe Lawrence 
+R: Josh Poimboeuf 
+R: Luis Claudio Goncalves 
+R: Waiman Long 
+R: Yannick Cote 
 S: Supported
 F: kernel/trace/
 F: include/linux/ftrace*
@@ -823,6 +844,11 @@ F: drivers/message/fusion/
 
 FUTEX SUBSYSTEM
 M: Waiman Long 
+R: Clark Williams 
+R: Donghai Qiao 
+R: Julia Denham 
+R: Nico Pache 
+R: Oleg Nesterov 
 S: Supported
 F: Documentation/*futex*
 F: include/asm-generic/futex.h
@@ -895,6 +921,13 @@ F: Documentation/infiniband/
 
 INIT
 M: Prarit Bhargava 
+R: Aristeu Rozanski 
+R: Artem Savkov 
+R: Clark Williams 
+R: Herton R. Krzesinski 
+R: Jan Stancek 
+R: Josh Poimboeuf 
+R: Kairui Song 
 S: Supported
 F: init/
 
@@ -914,9 +947,24 @@ F: include/uapi/linux/input.h
 INTEGRITY SUBSYSTEM
 M: Bruno Meneguele 
 R: Jerry Snitselaar 
+R: Richard Guy Briggs 
+R: Vladis Dronov 
 S: Supported
 F: security/integrity/
 
+INTERPROCESS COMMUNICATION (IPC)
+M: Aristeu Rozanski 
+M: Rafael Aquini 
+M: Waiman Long 
+R: Herton R. Krzesinski 
+R: Eugene Syromiatnikov 
+S: Supported
+F: include/linux/ipc*.h
+F: include/linux/msg.h
+F: include/linux/sem.h
+F: include/linux/shm.h
+F: ipc/
+
 INTERRUPT CONTROLLERS
 M: Mark Salter 
 S: Supported
@@ -998,7 +1046,7 @@ F: drivers/char/tpm/*
 F: include/linux/tpm.h
 
 INTEL QUICK ASSIST TECHNOLOGY (QAT)
-M: Vlad Dronov 
+M: Vladis Dronov 
 M: Tony Camuso 
 S: Supported
 F: drivers/crypto/qat/*
@@ -1034,7 +1082,12 @@ F:   include/linux/jbd2.h
 
 KEXEC/KDUMP
 M: Baoquan He 
+R: Jiri Olsa 
+R: Julia Denham 
 R: Kairui Song 
+R: Lucas Zampieri 
+R: Pingfan Liu 
+R: Tao Liu 
 L: kdump-b...@redhat.com
 S: Supported
 F: Documentation/admin-guide/kdump/
@@ -1179,6 +1232,13 @@ F:   drivers/leds/
 
 LIB
 M: Prarit Bhargava 
+R: Aristeu Rozanski 
+R: Christoph von Recklinghausen 
+R: Eugene Syromiatnikov 
+R: Herton R. Krzesinski 
+R: Nico Pache 
+R: Oleg Nesterov 
+R: Rafael Aquini 
 S: Supported
 F: lib/
 X: lib/nlattr.c
@@ -1188,6 +1248,7 @@ M:Josh Poimboeuf 
 M: Joe Lawrence 
 M: Artem Savkov 
 M: Yannick Cote 
+R: Joel Savitz 
 S: Supported
 F: Documentation/ABI/testing/sysfs-kernel-livepatch
 F: Documentation/livepatch/
@@ -1202,6 +1263,12 @@ F:   tools/testing/selftests/livepatch/
 
 LOCKING PRIMITIVES
 M: Waiman Long 
+R: Artem Savkov 
+R: Clark Williams 
+R: Donghai Qiao 
+R: Oleg Nesterov 
+R: Phil Auld 
+R: Wander Costa 
 S: Supported
 F: Documentation/locking/
 F: arch/*/include/asm/mutex*.h
@@ -1255,7 +1322,11 @@ F:   drivers/net/ethernet/mellanox/mlxsw/
 MEMORY MANAGEMENT
 M: Rafael Aquini 
 R: Aristeu Rozanski 
+R: Artem Savkov 
+R: Baoquan He 
+R: Christoph von Recklinghausen 
 R: Do

Re: [OS-BUILD PATCH] RHMAINTAINERS: Update for Jul 8 2021

2021-07-08 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1243#note_621922832

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] RHMAINTAINERS: Update for Jul 8 2021

2021-07-08 Thread Brian Masney (via Email Bridge)
From: Brian Masney on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1243#note_621924467

Acked-by: Brian Masney 
(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 Jul 8 2021

2021-07-08 Thread Bruno Meneguele (via Email Bridge)
From: Bruno Meneguele on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1243#note_621982167

Acked-by: Bruno Meneguele 
___
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 0/0] [redhat] New configs in sound/soc

2021-07-08 Thread Jaroslav Kysela (via Email Bridge)
From: Jaroslav Kysela on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1220#note_622003069

I apologize for the missing info. The Intel SOF configs are x86_64 specific.
___
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.12.15-300.fc34 (fedora-34)

2021-07-08 Thread CKI Project
Hello,

We ran automated tests on the following kernel build:

Kernel package: kernel-5.12.15-300.fc34
 Task URL: https://koji.fedoraproject.org/koji/taskinfo?taskID=71476490

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/07/07/333498445

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:
   ✅ Boot test
   ✅ Reboot test
   ✅ xfstests - ext4
   ✅ xfstests - xfs
   ✅ Storage: swraid mdadm raid_module test
   🚧 ✅ xfstests - btrfs
   🚧 ✅ Storage blktests
   🚧 ✅ Storage block - filesystem fio test
   🚧 ✅ Storage block - queue scheduler test
   🚧 ✅ Storage nvme - tcp
   🚧 ✅ stress: stress-ng

Host 2:
   ✅ Boot test
   ✅ Reboot test
   ✅ ACPI table test
   ✅ LTP
   ✅ CIFS Connectathon
   ✅ Loopdev Sanity
   ✅ Memory: fork_mem
   ✅ Memory function: memfd_create
   ✅ AMTU (Abstract Machine Test Utility)
   ✅ Ethernet drivers sanity
   🚧 ✅ xarray-idr-radixtree-test

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

Host 2:
   ✅ Boot test
   ✅ Reboot test
   ✅ LTP
   ✅ CIFS Connectathon
   ✅ Loopdev Sanity
   ✅ Memory: fork_mem
   ✅ Memory function: memfd_create
   ✅ AMTU (Abstract Machine Test Utility)
   ✅ Ethernet drivers sanity
   🚧 ✅ xarray-idr-radixtree-test

  s390x:
Host 1:
   ✅ Boot test
   ✅ Reboot test
   ✅ LTP
   ✅ CIFS Connectathon
   ✅ Loopdev Sanity
   ✅ Memory: fork_mem
   ✅ Memory function: memfd_create
   ✅ AMTU (Abstract Machine Test Utility)
   ✅ Ethernet drivers sanity
   🚧 ✅ xarray-idr-radixtree-test

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

  x86_64:
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
   ⚡⚡⚡ CIFS Connectathon
   ⚡⚡⚡ Loopdev Sanity
   ⚡⚡⚡ Memory: fork_mem
   ⚡⚡⚡ Memory function: memfd_create
   ⚡⚡⚡ AMTU (Abstract Machine Test Utility)
   ⚡⚡⚡ Ethernet drivers sanity
   🚧 ⚡⚡⚡ xarray-idr-radixtree-test

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
   ⚡⚡⚡ xfstests - ext4
   ⚡⚡⚡ xfstests - xfs
   ⚡⚡⚡ xfstests - nfsv4.2
   ⚡⚡⚡ Storage: swraid mdadm raid_module test
   🚧 ⚡⚡⚡ xfstests - btrfs
   🚧 ⚡⚡⚡ xfstests - cifsv3.11
   🚧 ⚡⚡⚡ Storage blktests
   🚧 ⚡⚡⚡ Storage block - filesystem fio test
   🚧 ⚡⚡⚡ Storage block - queue scheduler test
   🚧 ⚡⚡⚡ Storage nvme - tcp
   🚧 ⚡⚡⚡ Storage: lvm device-mapper test - upstream
   🚧 ⚡⚡⚡ stress: stress-ng

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
   ⚡⚡⚡ xfstests - ext4
   ⚡⚡⚡ xfstests - xfs
   ⚡⚡⚡ xfstests - nfsv4.2
   ⚡⚡⚡ Storage: swraid mdadm raid_module test
   🚧 ⚡⚡⚡ xfstests - btrfs
   🚧 ⚡⚡⚡ xfstests - cifsv3.11
   🚧 ⚡⚡⚡ Storage blktests
   🚧 ⚡⚡⚡ Storage block - filesystem fio test
   🚧 ⚡⚡⚡ Storage block - queue scheduler test
   🚧 ⚡⚡⚡ Storage nvme - tcp
   🚧 ⚡⚡⚡ Storage: lvm device-mapper test - upstream
   🚧 ⚡⚡⚡ stress: stress-ng

Host 4:

   ⚡ Internal infrastructure issues prevented one or more tests (marked
   with ⚡⚡⚡) from running on this architecture.
   This is