commit 5283f1b274e49114b46c3f5730e37fe898cda824

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=2174
This commit is contained in:
Kernel Bugs 2024-06-15 06:09:18 +00:00 committed by Git OBS Bridge
parent 21f5f0434d
commit 06db8e492d
37 changed files with 742 additions and 35 deletions

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-aarch64
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-armv6l
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-armv7l
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@
Name: dtb-riscv64
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.4
%define git_commit ad8659c479407dcc64c3899ad277bc2746fb9ea7
%define git_commit 5283f1b274e49114b46c3f5730e37fe898cda824
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-64kb
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.4
%define git_commit ad8659c479407dcc64c3899ad277bc2746fb9ea7
%define git_commit 5283f1b274e49114b46c3f5730e37fe898cda824
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-debug
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.4
%define git_commit ad8659c479407dcc64c3899ad277bc2746fb9ea7
%define git_commit 5283f1b274e49114b46c3f5730e37fe898cda824
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-default
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.9
%define patchversion 6.9.4
%define git_commit ad8659c479407dcc64c3899ad277bc2746fb9ea7
%define git_commit 5283f1b274e49114b46c3f5730e37fe898cda824
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@ -30,7 +30,7 @@
Name: kernel-docs
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.4
%define git_commit ad8659c479407dcc64c3899ad277bc2746fb9ea7
%define git_commit 5283f1b274e49114b46c3f5730e37fe898cda824
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-kvmsmall
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.4
%define git_commit ad8659c479407dcc64c3899ad277bc2746fb9ea7
%define git_commit 5283f1b274e49114b46c3f5730e37fe898cda824
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-lpae
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -38,7 +38,7 @@
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-ad8659c479407dcc64c3899ad277bc2746fb9ea7
%global kernel_package kernel%kernel_flavor-srchash-5283f1b274e49114b46c3f5730e37fe898cda824
%endif
%if 0%{?rhel_version}
%global kernel_package kernel
@ -47,7 +47,7 @@
Name: kernel-obs-build
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif
@ -123,7 +123,12 @@ echo 127.0.0.1 localhost > /etc/hosts # omit build-machine host name (boo#108490
# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env.
# this list of modules where available on build workers of build.opensuse.org, so we stay compatible.
export KERNEL_MODULES="loop dm-crypt essiv dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 btrfs xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth overlay 9p 9pnet_virtio qemu_fw_cfg"
export KERNEL_MODULES="
loop dm-crypt essiv dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 btrfs
xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat
nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth overlay 9p 9pnet_virtio qemu_fw_cfg
algif_hash aegis128 xts bridge br_netfilter nf_nat xt_conntrack iptable_nat iptable_filter
iso9660"
# manually load all modules to make sure they're available
for i in $KERNEL_MODULES; do

View File

@ -123,7 +123,12 @@ echo 127.0.0.1 localhost > /etc/hosts # omit build-machine host name (boo#108490
# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env.
# this list of modules where available on build workers of build.opensuse.org, so we stay compatible.
export KERNEL_MODULES="loop dm-crypt essiv dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 btrfs xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth overlay 9p 9pnet_virtio qemu_fw_cfg"
export KERNEL_MODULES="
loop dm-crypt essiv dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 btrfs
xfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk virtio_rng fat vfat
nls_cp437 nls_iso8859-1 ibmvscsi sd_mod e1000 ibmveth overlay 9p 9pnet_virtio qemu_fw_cfg
algif_hash aegis128 xts bridge br_netfilter nf_nat xt_conntrack iptable_nat iptable_filter
iso9660"
# manually load all modules to make sure they're available
for i in $KERNEL_MODULES; do

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -25,7 +25,7 @@
Name: kernel-obs-qa
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.4
%define git_commit ad8659c479407dcc64c3899ad277bc2746fb9ea7
%define git_commit 5283f1b274e49114b46c3f5730e37fe898cda824
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-pae
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -18,7 +18,7 @@
%define srcversion 6.9
%define patchversion 6.9.4
%define git_commit ad8659c479407dcc64c3899ad277bc2746fb9ea7
%define git_commit 5283f1b274e49114b46c3f5730e37fe898cda824
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -28,7 +28,7 @@
Name: kernel-source
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -16,7 +16,7 @@
#
%define git_commit ad8659c479407dcc64c3899ad277bc2746fb9ea7
%define git_commit 5283f1b274e49114b46c3f5730e37fe898cda824
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
@ -25,7 +25,7 @@ Name: kernel-syms
Version: 6.9.4
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.4
%define git_commit ad8659c479407dcc64c3899ad277bc2746fb9ea7
%define git_commit 5283f1b274e49114b46c3f5730e37fe898cda824
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-vanilla
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 14 09:01:18 CEST 2024 - jslaby@suse.cz
- Revert "e1000e: move force SMBUS near the end of enable_ulp function"
This reverts commit 5d33711db052b7c9a1f49eff54bc13dd696f7385, it causes
another regression. See:
https://lore.kernel.org/all/20240611062416.16440-1-hui.wang@canonical.com/
- commit dc37293
-------------------------------------------------------------------
Fri Jun 14 07:25:14 CEST 2024 - jslaby@suse.cz
- e1000e: move force SMBUS near the end of enable_ulp function
(<ZmfcJsyCB6M3wr84@pirotess>).
- commit 5d33711
-------------------------------------------------------------------
Thu Jun 13 11:32:01 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212)
Some builds don't just create an iso9660 image, but also mount it during
build.
- commit aaee141
-------------------------------------------------------------------
Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
@ -660,6 +684,14 @@ Wed Jun 12 12:22:50 CEST 2024 - jslaby@suse.cz
sysreg-defs (bsc#1012628).
- commit ad8659c
-------------------------------------------------------------------
Wed Jun 12 11:09:54 CEST 2024 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Add networking modules for docker
(bsc#1226211)
docker needs more networking modules, even legacy iptable_nat and _filter.
- commit 415e132
-------------------------------------------------------------------
Tue Jun 11 10:51:23 CEST 2024 - jslaby@suse.cz
@ -55646,6 +55678,15 @@ Wed Apr 20 09:43:03 CEST 2022 - jslaby@suse.cz
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
-------------------------------------------------------------------
Tue Apr 19 15:01:49 CEST 2022 - fvogt@suse.de
- rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules
afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for
LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2.
Wrap the long line to make it readable.
- commit bfd7db4
-------------------------------------------------------------------
Tue Apr 19 09:22:35 CEST 2022 - jslaby@suse.cz

View File

@ -19,7 +19,7 @@
%define srcversion 6.9
%define patchversion 6.9.4
%define git_commit ad8659c479407dcc64c3899ad277bc2746fb9ea7
%define git_commit 5283f1b274e49114b46c3f5730e37fe898cda824
%define variant %{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -38,7 +38,7 @@
Name: kernel-zfcpdump
Version: 6.9.4
%if 0%{?is_kotd}
Release: <RELEASE>.gad8659c
Release: <RELEASE>.g5283f1b
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:058a5d07da3b1ada4547b316b02024a9e94040afe3d986384d9409cf674c37c9
size 45516
oid sha256:4f2f6f09c6112e6d79c2892aae4ae08ff16af3a7fe2be1cd3ef27f1e3d0f7f45
size 45520

View File

@ -1,3 +1,3 @@
2024-06-12 10:44:05 +0000
GIT Revision: ad8659c479407dcc64c3899ad277bc2746fb9ea7
2024-06-14 07:35:41 +0000
GIT Revision: 5283f1b274e49114b46c3f5730e37fe898cda824
GIT Branch: stable