diff --git a/_constraints b/_constraints
index b5715c09..410f587b 100644
--- a/_constraints
+++ b/_constraints
@@ -120,7 +120,7 @@
kernel-zfcpdump
- 8
+ 8
@@ -140,7 +140,7 @@
kernel-zfcpdump
- 4
+ 4
@@ -160,7 +160,7 @@
kernel-zfcpdump
- 2
+ 2
diff --git a/config.tar.bz2 b/config.tar.bz2
index 48d76d0a..c10e867e 100644
--- a/config.tar.bz2
+++ b/config.tar.bz2
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e4b21a88faa84f19aa5798440f4a04cfc584d89c312e5b6691983c56e87346a1
-size 308244
+oid sha256:def0f0225fbc80e1e2190fb2b6207b47dae1817850b990fe95e3bbb21504ca3c
+size 308495
diff --git a/constraints.in b/constraints.in
index 08b2810d..f324950c 100644
--- a/constraints.in
+++ b/constraints.in
@@ -92,7 +92,7 @@
@BINARY_PACKAGES_XML@
- 8
+ 8
@@ -105,7 +105,7 @@
@BINARY_PACKAGES_XML@
- 4
+ 4
@@ -118,7 +118,7 @@
@BINARY_PACKAGES_XML@
- 2
+ 2
diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes
index c20e8672..c0aa4f62 100644
--- a/dtb-aarch64.changes
+++ b/dtb-aarch64.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec
index 99da3336..6ea630f3 100644
--- a/dtb-aarch64.spec
+++ b/dtb-aarch64.spec
@@ -31,7 +31,7 @@
Name: dtb-aarch64
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes
index c20e8672..c0aa4f62 100644
--- a/dtb-armv6l.changes
+++ b/dtb-armv6l.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec
index 60028dc4..a5a4a3f9 100644
--- a/dtb-armv6l.spec
+++ b/dtb-armv6l.spec
@@ -31,7 +31,7 @@
Name: dtb-armv6l
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes
index c20e8672..c0aa4f62 100644
--- a/dtb-armv7l.changes
+++ b/dtb-armv7l.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec
index b5acfa37..f202fc9e 100644
--- a/dtb-armv7l.spec
+++ b/dtb-armv7l.spec
@@ -31,7 +31,7 @@
Name: dtb-armv7l
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
diff --git a/dtb-riscv64.changes b/dtb-riscv64.changes
index c20e8672..c0aa4f62 100644
--- a/dtb-riscv64.changes
+++ b/dtb-riscv64.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/dtb-riscv64.spec b/dtb-riscv64.spec
index 7e362181..a258e835 100644
--- a/dtb-riscv64.spec
+++ b/dtb-riscv64.spec
@@ -31,7 +31,7 @@
Name: dtb-riscv64
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
diff --git a/kernel-64kb.changes b/kernel-64kb.changes
index c20e8672..c0aa4f62 100644
--- a/kernel-64kb.changes
+++ b/kernel-64kb.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/kernel-64kb.spec b/kernel-64kb.spec
index febd13f8..f10e0234 100644
--- a/kernel-64kb.spec
+++ b/kernel-64kb.spec
@@ -109,7 +109,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
@@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
-Provides: kernel-%build_flavor-base-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
-Provides: kernel-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: kernel-%build_flavor-base-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
+Provides: kernel-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
# END COMMON DEPS
-Provides: %name-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: %name-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
diff --git a/kernel-debug.changes b/kernel-debug.changes
index c20e8672..c0aa4f62 100644
--- a/kernel-debug.changes
+++ b/kernel-debug.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/kernel-debug.spec b/kernel-debug.spec
index 9b8b5e29..61c218e7 100644
--- a/kernel-debug.spec
+++ b/kernel-debug.spec
@@ -109,7 +109,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
@@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
-Provides: kernel-%build_flavor-base-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
-Provides: kernel-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: kernel-%build_flavor-base-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
+Provides: kernel-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
# END COMMON DEPS
-Provides: %name-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: %name-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
%ifarch ppc64
Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28
diff --git a/kernel-default.changes b/kernel-default.changes
index c20e8672..c0aa4f62 100644
--- a/kernel-default.changes
+++ b/kernel-default.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/kernel-default.spec b/kernel-default.spec
index f6fd3ccd..7214767a 100644
--- a/kernel-default.spec
+++ b/kernel-default.spec
@@ -109,7 +109,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
@@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
-Provides: kernel-%build_flavor-base-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
-Provides: kernel-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: kernel-%build_flavor-base-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
+Provides: kernel-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
# END COMMON DEPS
-Provides: %name-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: %name-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
%ifarch %ix86
Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17
diff --git a/kernel-docs.changes b/kernel-docs.changes
index c20e8672..c0aa4f62 100644
--- a/kernel-docs.changes
+++ b/kernel-docs.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/kernel-docs.spec b/kernel-docs.spec
index 37db8d1e..a7ff798d 100644
--- a/kernel-docs.spec
+++ b/kernel-docs.spec
@@ -33,7 +33,7 @@ License: GPL-2.0-only
Group: Documentation/Man
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
@@ -67,7 +67,7 @@ BuildRequires: texlive-zapfding
%endif
URL: https://www.kernel.org/
Provides: %name = %version-%source_rel
-Provides: %name-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: %name-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
diff --git a/kernel-kvmsmall.changes b/kernel-kvmsmall.changes
index c20e8672..c0aa4f62 100644
--- a/kernel-kvmsmall.changes
+++ b/kernel-kvmsmall.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec
index 37782103..8b73e125 100644
--- a/kernel-kvmsmall.spec
+++ b/kernel-kvmsmall.spec
@@ -109,7 +109,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
@@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
-Provides: kernel-%build_flavor-base-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
-Provides: kernel-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: kernel-%build_flavor-base-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
+Provides: kernel-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
# END COMMON DEPS
-Provides: %name-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: %name-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
diff --git a/kernel-lpae.changes b/kernel-lpae.changes
index c20e8672..c0aa4f62 100644
--- a/kernel-lpae.changes
+++ b/kernel-lpae.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/kernel-lpae.spec b/kernel-lpae.spec
index df080a1c..3e2f56ed 100644
--- a/kernel-lpae.spec
+++ b/kernel-lpae.spec
@@ -109,7 +109,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
@@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
-Provides: kernel-%build_flavor-base-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
-Provides: kernel-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: kernel-%build_flavor-base-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
+Provides: kernel-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
# END COMMON DEPS
-Provides: %name-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: %name-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes
index c20e8672..c0aa4f62 100644
--- a/kernel-obs-build.changes
+++ b/kernel-obs-build.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec
index 7b0723b6..3cc95bd1 100644
--- a/kernel-obs-build.spec
+++ b/kernel-obs-build.spec
@@ -45,7 +45,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
-BuildRequires: kernel%kernel_flavor-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+BuildRequires: kernel%kernel_flavor-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
%if 0%{?rhel_version}
BuildRequires: kernel
@@ -66,7 +66,7 @@ License: GPL-2.0-only
Group: SLES
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
@@ -154,6 +154,9 @@ ROOT=""
dracut --reproducible --host-only --no-hostonly-cmdline \
--no-early-microcode --nofscks --strip --hardlink \
--drivers="$KERNEL_MODULES" --force /tmp/initrd.kvm \
+%if 0%{?suse_version} > 1550
+ --modules="obs qemu base rootfs-block" \
+%endif
%if 0%{?suse_version} > 1550 || 0%{?sle_version} > 150200
--compress "zstd -19 -T0" \
%endif
diff --git a/kernel-obs-build.spec.in b/kernel-obs-build.spec.in
index 667abb81..70982ac4 100644
--- a/kernel-obs-build.spec.in
+++ b/kernel-obs-build.spec.in
@@ -154,6 +154,9 @@ ROOT=""
dracut --reproducible --host-only --no-hostonly-cmdline \
--no-early-microcode --nofscks --strip --hardlink \
--drivers="$KERNEL_MODULES" --force /tmp/initrd.kvm \
+%if 0%{?suse_version} > 1550
+ --modules="obs qemu base rootfs-block" \
+%endif
%if 0%{?suse_version} > 1550 || 0%{?sle_version} > 150200
--compress "zstd -19 -T0" \
%endif
diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes
index c20e8672..c0aa4f62 100644
--- a/kernel-obs-qa.changes
+++ b/kernel-obs-qa.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec
index 46e3a7e6..fecb84c4 100644
--- a/kernel-obs-qa.spec
+++ b/kernel-obs-qa.spec
@@ -38,7 +38,7 @@ License: GPL-2.0-only
Group: SLES
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
diff --git a/kernel-pae.changes b/kernel-pae.changes
index c20e8672..c0aa4f62 100644
--- a/kernel-pae.changes
+++ b/kernel-pae.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/kernel-pae.spec b/kernel-pae.spec
index 01bd5869..0d29d047 100644
--- a/kernel-pae.spec
+++ b/kernel-pae.spec
@@ -109,7 +109,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
@@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
-Provides: kernel-%build_flavor-base-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
-Provides: kernel-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: kernel-%build_flavor-base-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
+Provides: kernel-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
# END COMMON DEPS
-Provides: %name-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: %name-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
%ifarch %ix86
Provides: kernel-bigsmp = 2.6.17
Obsoletes: kernel-bigsmp <= 2.6.17
diff --git a/kernel-source.changes b/kernel-source.changes
index c20e8672..c0aa4f62 100644
--- a/kernel-source.changes
+++ b/kernel-source.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/kernel-source.spec b/kernel-source.spec
index 7e95deef..54b84967 100644
--- a/kernel-source.spec
+++ b/kernel-source.spec
@@ -33,7 +33,7 @@
Name: kernel-source
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
@@ -50,7 +50,7 @@ BuildRequires: fdupes
BuildRequires: sed
Requires(post): coreutils sed
Provides: %name = %version-%source_rel
-Provides: %name-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: %name-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
Provides: linux
Provides: multiversion(kernel)
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
diff --git a/kernel-syms.changes b/kernel-syms.changes
index c20e8672..c0aa4f62 100644
--- a/kernel-syms.changes
+++ b/kernel-syms.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/kernel-syms.spec b/kernel-syms.spec
index 3468c065..8a471527 100644
--- a/kernel-syms.spec
+++ b/kernel-syms.spec
@@ -27,7 +27,7 @@ Group: Development/Sources
Version: 5.17.4
%if %using_buildservice
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
@@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
%endif
Requires: pesign-obs-integration
Provides: %name = %version-%source_rel
-Provides: %name-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: %name-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel
diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes
index c20e8672..c0aa4f62 100644
--- a/kernel-vanilla.changes
+++ b/kernel-vanilla.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec
index 8d623e66..86badb6a 100644
--- a/kernel-vanilla.spec
+++ b/kernel-vanilla.spec
@@ -109,7 +109,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
@@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
-Provides: kernel-%build_flavor-base-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
-Provides: kernel-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: kernel-%build_flavor-base-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
+Provides: kernel-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
# END COMMON DEPS
-Provides: %name-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: %name-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
diff --git a/kernel-zfcpdump.changes b/kernel-zfcpdump.changes
index c20e8672..c0aa4f62 100644
--- a/kernel-zfcpdump.changes
+++ b/kernel-zfcpdump.changes
@@ -1,3 +1,38 @@
+-------------------------------------------------------------------
+Mon Apr 25 06:57:58 CEST 2022 - jslaby@suse.cz
+
+- Update config files.
+ Just running oldconfig after 5.17.4.
+- commit 2e251f8
+
+-------------------------------------------------------------------
+Mon Apr 25 06:51:48 CEST 2022 - jslaby@suse.cz
+
+- Revert "Revert "build initrd without systemd" (bsc#1195775)"
+ This reverts commit 5d1f5d2e7552fcd3d37c11eb714944859e92e7b4. A fix is
+ to be merged via packaging.
+- commit ac62a28
+
+-------------------------------------------------------------------
+Fri Apr 22 16:37:17 CEST 2022 - tiwai@suse.de
+
+- gpio: Request interrupts after IRQ is initialized (bsc#1198697).
+- commit 283f2c7
+
+-------------------------------------------------------------------
+Fri Apr 22 15:35:01 CEST 2022 - dmueller@suse.com
+
+- use jobs not processors in the constraints
+ jobs is the number of vcpus available to the build, while processors
+ is the total processor count of the machine the VM is running on.
+- commit a6e141d
+
+-------------------------------------------------------------------
+Thu Apr 21 08:39:08 CEST 2022 - jslaby@suse.cz
+
+- scripts: dummy-tools, add pahole (bsc#1198388).
+- commit 1fe0032
+
-------------------------------------------------------------------
Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
@@ -401,6 +436,18 @@ Tue Apr 19 07:59:57 CEST 2022 - jslaby@suse.cz
Update upstream status.
- commit a0f1f93
+-------------------------------------------------------------------
+Fri Apr 15 00:19:33 CEST 2022 - dmueller@suse.com
+
+- Update config files (bsc#1198722, bsc#1197746).
+ Enable compiled in LSMs on boot
+ * landlock: optional ability for user land applications to sandbox
+ themselves
+ * yama: optional restrict of use of ptrace for nonprivileged users
+ * default to apparmor, list selinux before bpf to avoid bsc#1197746
+ * bpf: create eBPF based LSMs dynamically
+- commit 5506937
+
-------------------------------------------------------------------
Thu Apr 14 23:49:56 CEST 2022 - dmueller@suse.com
@@ -5099,6 +5146,15 @@ Wed Feb 16 10:56:42 CET 2022 - dmueller@suse.com
- config: Disable CONFIG_READ_ONLY_THP_FOR_FS (bsc#1195774)
- commit 4a5d464
+-------------------------------------------------------------------
+Tue Feb 15 23:08:44 CET 2022 - dmueller@suse.com
+
+- rpm/kernel-obs-build.spec.in: use default dracut modules (bsc#1195926,
+ bsc#1198484)
+ Let's iron out the reduced initrd optimisation in Tumbleweed.
+ Build full blown dracut initrd with systemd for SLE15 SP4.
+- commit ea76821
+
-------------------------------------------------------------------
Tue Feb 15 22:49:32 CET 2022 - dmueller@suse.com
diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec
index 122a24ca..30ecfdca 100644
--- a/kernel-zfcpdump.spec
+++ b/kernel-zfcpdump.spec
@@ -109,7 +109,7 @@ License: GPL-2.0-only
Group: System/Kernel
Version: 5.17.4
%if 0%{?is_kotd}
-Release: .g75e9961
+Release: .g1e96ca3
%else
Release: 0
%endif
@@ -234,10 +234,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
-Provides: kernel-%build_flavor-base-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
-Provides: kernel-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: kernel-%build_flavor-base-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
+Provides: kernel-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
# END COMMON DEPS
-Provides: %name-srchash-75e9961c635cc70f47cb1ad5049982f16917bb87
+Provides: %name-srchash-1e96ca3de563408bbf63b553814485167fe9ca01
%obsolete_rebuilds %name
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source3: kernel-source.rpmlintrc
diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2
index bc1d6caf..3b8d767d 100644
--- a/patches.rpmify.tar.bz2
+++ b/patches.rpmify.tar.bz2
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:662f0347a6828ccf59b47d4b0ed7966e019637b3a7b2c88377c6a5f7e96b5be9
-size 5059
+oid sha256:4bf26d855b146982ea3ee81005f30c04fa9674433d20b934395c9a775446a037
+size 5639
diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2
index 0dfbb483..d4be7121 100644
--- a/patches.suse.tar.bz2
+++ b/patches.suse.tar.bz2
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:f2cdaf0ef84b8909725f604c4f803fdc0bf913676abf4e4c4c0d339a52835e91
-size 35647
+oid sha256:6b9bebb821edebb7702c0337d568fbc7c1a15735088fb7f2109cc628be14eae0
+size 36752
diff --git a/series.conf b/series.conf
index d2d96f62..418e1aa5 100644
--- a/series.conf
+++ b/series.conf
@@ -1769,6 +1769,7 @@
patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
patches.rpmify/powerpc-64-BE-option-to-use-ELFv2-ABI-for-big-endian.patch
patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.patch
+ patches.rpmify/scripts-dummy-tools-add-pahole.patch
########################################################
# The sorted section should contain all patches that are
@@ -1928,7 +1929,7 @@
########################################################
# Other drivers
########################################################
-
+ patches.suse/gpio-Request-interrupts-after-IRQ-is-initialized.patch
########################################################
# Debugging
diff --git a/source-timestamp b/source-timestamp
index de94d81a..7367479c 100644
--- a/source-timestamp
+++ b/source-timestamp
@@ -1,3 +1,3 @@
-2022-04-20 07:43:03 +0000
-GIT Revision: 75e9961c635cc70f47cb1ad5049982f16917bb87
+2022-04-25 05:06:51 +0000
+GIT Revision: 1e96ca3de563408bbf63b553814485167fe9ca01
GIT Branch: stable