commit 32035c77c8661a2adc5f90a5659618a4632fea51

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1262
This commit is contained in:
Michal Suchanek 2020-02-27 08:08:19 +00:00 committed by Git OBS Bridge
parent 9029605dfc
commit 609cc6f04f
34 changed files with 240 additions and 48 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4dabf64d9d2dabaf26d9c21fa00686a6fb1b03bc0126ba2186fbe0d4ac8925f6
size 244435
oid sha256:3208402cd69532f46f3e4f3ab83397ddc8bed10d2b42562ba070e0ac99b6aca5
size 244535

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-aarch64
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-armv6l
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-armv7l
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-%build_flavor-base-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
Provides: kernel-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
# END COMMON DEPS
Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: %name-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-%build_flavor-base-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
Provides: kernel-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
# END COMMON DEPS
Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: %name-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
%ifarch ppc64
Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-%build_flavor-base-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
Provides: kernel-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
# END COMMON DEPS
Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: %name-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
%ifarch %ix86
Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -33,7 +33,7 @@ License: GPL-2.0
Group: Documentation/Man
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif
@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding
%endif
Url: http://www.kernel.org/
Provides: %name = %version-%source_rel
Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: %name-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-%build_flavor-base-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
Provides: kernel-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
# END COMMON DEPS
Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: %name-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-%build_flavor-base-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
Provides: kernel-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
# END COMMON DEPS
Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: %name-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -45,7 +45,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
BuildRequires: kernel%kernel_flavor-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
%if 0%{?rhel_version}
BuildRequires: kernel
@ -66,7 +66,7 @@ License: GPL-2.0
Group: SLES
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-%build_flavor-base-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
Provides: kernel-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
# END COMMON DEPS
Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: %name-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
%ifarch %ix86
Provides: kernel-bigsmp = 2.6.17
Obsoletes: kernel-bigsmp <= 2.6.17

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -32,7 +32,7 @@ License: GPL-2.0
Group: Development/Sources
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif
@ -43,7 +43,7 @@ BuildRequires: fdupes
BuildRequires: sed
Requires(post): coreutils sed
Provides: %name = %version-%source_rel
Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: %name-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
Provides: linux
Provides: multiversion(kernel)
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 5.5.6
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%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-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: %name-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-%build_flavor-base-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
Provides: kernel-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
# END COMMON DEPS
Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: %name-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -726,6 +726,18 @@ Fri Feb 21 14:21:09 CET 2020 - mkubecek@suse.cz
- CRYPTO_LIB_CURVE25519=m
- commit bfcbf21
-------------------------------------------------------------------
Fri Feb 21 10:10:49 CET 2020 - jslaby@suse.cz
- Update config files (bnc#1163396).
Disable CONFIG_RESET_ATTACK_MITIGATION as we don't have the userspace
part and it causes problems during reboot. The config description
states:
This should only be enabled when userland is configured to clear the
MemoryOverwriteRequest flag on clean shutdown after secrets have been
evicted, since otherwise it will trigger even on clean reboots.
- commit 32035c7
-------------------------------------------------------------------
Thu Feb 20 07:00:15 CET 2020 - jslaby@suse.cz

View File

@ -67,7 +67,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.5.6
%if 0%{?is_kotd}
Release: <RELEASE>.gc225901
Release: <RELEASE>.g32035c7
%else
Release: 0
%endif
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: kernel-%build_flavor-base-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
Provides: kernel-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
# END COMMON DEPS
Provides: %name-srchash-c225901394cef9494b43bb56806ad8b8d2f29088
Provides: %name-srchash-32035c77c8661a2adc5f90a5659618a4632fea51
%obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh

View File

@ -1,3 +1,3 @@
2020-02-25 10:27:21 +0000
GIT Revision: c225901394cef9494b43bb56806ad8b8d2f29088
2020-02-26 09:36:52 +0000
GIT Revision: 32035c77c8661a2adc5f90a5659618a4632fea51
GIT Branch: stable