commit f6f1081289cfa383cea284f601aba6e50675305f

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1178
This commit is contained in:
Michal Suchanek 2019-10-08 08:08:30 +00:00 committed by Git OBS Bridge
parent ec95b7d52d
commit 3da704fa6a
36 changed files with 307 additions and 50 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9875f8ae631db8c9e1f6ade2edb82d86aff3d51fd76bd9394d6b97903351fc9
size 231226
oid sha256:9a41890a2911cf584c47ea7cec2dcd387c939a6143bc03d6cb36cad883459344
size 231401

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

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

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

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

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

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

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

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

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

@ -66,7 +66,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.3.4
%if 0%{?is_kotd}
Release: <RELEASE>.g6a02213
Release: <RELEASE>.gf6f1081
%else
Release: 0
%endif
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-6a02213398e3fe738b1caa2e070a388f8f87f682
Provides: kernel-srchash-6a02213398e3fe738b1caa2e070a388f8f87f682
Provides: kernel-%build_flavor-base-srchash-f6f1081289cfa383cea284f601aba6e50675305f
Provides: kernel-srchash-f6f1081289cfa383cea284f601aba6e50675305f
# END COMMON DEPS
Provides: %name-srchash-6a02213398e3fe738b1caa2e070a388f8f87f682
Provides: %name-srchash-f6f1081289cfa383cea284f601aba6e50675305f
%ifarch ppc64
Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

@ -66,7 +66,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.3.4
%if 0%{?is_kotd}
Release: <RELEASE>.g6a02213
Release: <RELEASE>.gf6f1081
%else
Release: 0
%endif
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-6a02213398e3fe738b1caa2e070a388f8f87f682
Provides: kernel-srchash-6a02213398e3fe738b1caa2e070a388f8f87f682
Provides: kernel-%build_flavor-base-srchash-f6f1081289cfa383cea284f601aba6e50675305f
Provides: kernel-srchash-f6f1081289cfa383cea284f601aba6e50675305f
# END COMMON DEPS
Provides: %name-srchash-6a02213398e3fe738b1caa2e070a388f8f87f682
Provides: %name-srchash-f6f1081289cfa383cea284f601aba6e50675305f
%ifarch %ix86
Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

@ -33,7 +33,7 @@ License: GPL-2.0
Group: Documentation/Man
Version: 5.3.4
%if 0%{?is_kotd}
Release: <RELEASE>.g6a02213
Release: <RELEASE>.gf6f1081
%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-6a02213398e3fe738b1caa2e070a388f8f87f682
Provides: %name-srchash-f6f1081289cfa383cea284f601aba6e50675305f
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

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

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

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

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

@ -45,7 +45,7 @@ BuildRequires: util-linux
%endif
%endif
%endif
BuildRequires: kernel%kernel_flavor-srchash-6a02213398e3fe738b1caa2e070a388f8f87f682
BuildRequires: kernel%kernel_flavor-srchash-f6f1081289cfa383cea284f601aba6e50675305f
%if 0%{?rhel_version}
BuildRequires: kernel
@ -66,7 +66,7 @@ License: GPL-2.0
Group: SLES
Version: 5.3.4
%if 0%{?is_kotd}
Release: <RELEASE>.g6a02213
Release: <RELEASE>.gf6f1081
%else
Release: 0
%endif

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

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

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

@ -66,7 +66,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 5.3.4
%if 0%{?is_kotd}
Release: <RELEASE>.g6a02213
Release: <RELEASE>.gf6f1081
%else
Release: 0
%endif
@ -171,10 +171,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit)
%endif
Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-6a02213398e3fe738b1caa2e070a388f8f87f682
Provides: kernel-srchash-6a02213398e3fe738b1caa2e070a388f8f87f682
Provides: kernel-%build_flavor-base-srchash-f6f1081289cfa383cea284f601aba6e50675305f
Provides: kernel-srchash-f6f1081289cfa383cea284f601aba6e50675305f
# END COMMON DEPS
Provides: %name-srchash-6a02213398e3fe738b1caa2e070a388f8f87f682
Provides: %name-srchash-f6f1081289cfa383cea284f601aba6e50675305f
%ifarch %ix86
Provides: kernel-bigsmp = 2.6.17
Obsoletes: kernel-bigsmp <= 2.6.17

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

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

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 5.3.4
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.g6a02213
Release: <RELEASE>.gf6f1081
%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-6a02213398e3fe738b1caa2e070a388f8f87f682
Provides: %name-srchash-f6f1081289cfa383cea284f601aba6e50675305f
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

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

View File

@ -576,6 +576,14 @@ Sun Oct 6 08:31:38 CEST 2019 - jslaby@suse.cz
- Linux 5.3.2 (bnc#1151927).
- commit 98a6219
-------------------------------------------------------------------
Fri Oct 4 09:27:16 CEST 2019 - vbabka@suse.cz
- config: enable DEBUG_PAGEALLOC (jsc#PM-1168, bsc#1144653)
Build with page allocation debugging (boot with debug_pagealloc=on to enable).
[js] run oldconfig
- commit f6f1081
-------------------------------------------------------------------
Wed Oct 2 07:55:00 CEST 2019 - jslaby@suse.cz
@ -2219,6 +2227,14 @@ Thu Aug 15 21:55:55 CEST 2019 - msuchanek@suse.de
Works for me 5.3-rc4-65-g329120423947
- commit d8f9e6c
-------------------------------------------------------------------
Tue Aug 13 10:37:32 CEST 2019 - vbabka@suse.cz
- x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on
!DEBUG_PAGEALLOC (PM-1168, bsc#1144653, VM Debug Functionality).
[js] update upstream status
- commit 1183125
-------------------------------------------------------------------
Mon Aug 12 23:29:16 CEST 2019 - msuchanek@suse.de

View File

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

BIN
patches.fixes.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -450,6 +450,7 @@
########################################################
# kbuild/module infrastructure fixes
########################################################
patches.fixes/x86-kconfig-remove-x86_direct_gbpages-dependency-on-debug_pagealloc.patch
# SUSE specific build tweaks
patches.suse/rpm-kernel-config

View File

@ -1,3 +1,3 @@
2019-10-06 06:32:50 +0000
GIT Revision: 6a02213398e3fe738b1caa2e070a388f8f87f682
2019-10-07 06:36:33 +0000
GIT Revision: f6f1081289cfa383cea284f601aba6e50675305f
GIT Branch: stable