commit 435e92d56d394d19f6e8d6bfa2fcfe909943e076

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1377
This commit is contained in:
Jiri Slaby 2020-10-26 07:14:13 +00:00 committed by Git OBS Bridge
parent d480932ad0
commit d9d54a246a
38 changed files with 521 additions and 59 deletions

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

@ -31,7 +31,7 @@
Name: dtb-riscv64 Name: dtb-riscv64
Version: 5.9.1 Version: 5.9.1
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g15946ea Release: <RELEASE>.g435e92d
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

@ -70,7 +70,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.9.1 Version: 5.9.1
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g15946ea Release: <RELEASE>.g435e92d
%else %else
Release: 0 Release: 0
%endif %endif
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit) Conflicts: libc.so.6()(64bit)
%endif %endif
Provides: kernel = %version-%source_rel Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-%build_flavor-base-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
Provides: kernel-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: %name-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
%obsolete_rebuilds %name %obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh Source2: source-post.sh
@ -913,7 +913,9 @@ if [ %CONFIG_MODULES = y ]; then
fi fi
# These files are required for building external modules # These files are required for building external modules
for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o arch/*/kernel/macros.s; do for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o \
arch/*/kernel/macros.s scripts/module.lds
do
if [ -f %kernel_build_dir/$FILE ]; then if [ -f %kernel_build_dir/$FILE ]; then
echo $FILE >> %my_builddir/obj-files echo $FILE >> %my_builddir/obj-files
fi fi

View File

@ -768,7 +768,9 @@ if [ %CONFIG_MODULES = y ]; then
fi fi
# These files are required for building external modules # These files are required for building external modules
for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o arch/*/kernel/macros.s; do for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o \
arch/*/kernel/macros.s scripts/module.lds
do
if [ -f %kernel_build_dir/$FILE ]; then if [ -f %kernel_build_dir/$FILE ]; then
echo $FILE >> %my_builddir/obj-files echo $FILE >> %my_builddir/obj-files
fi fi

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

@ -70,7 +70,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.9.1 Version: 5.9.1
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g15946ea Release: <RELEASE>.g435e92d
%else %else
Release: 0 Release: 0
%endif %endif
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit) Conflicts: libc.so.6()(64bit)
%endif %endif
Provides: kernel = %version-%source_rel Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-%build_flavor-base-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
Provides: kernel-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: %name-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
%ifarch ppc64 %ifarch ppc64
Provides: kernel-kdump = 2.6.28 Provides: kernel-kdump = 2.6.28
Obsoletes: kernel-kdump <= 2.6.28 Obsoletes: kernel-kdump <= 2.6.28
@ -919,7 +919,9 @@ if [ %CONFIG_MODULES = y ]; then
fi fi
# These files are required for building external modules # These files are required for building external modules
for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o arch/*/kernel/macros.s; do for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o \
arch/*/kernel/macros.s scripts/module.lds
do
if [ -f %kernel_build_dir/$FILE ]; then if [ -f %kernel_build_dir/$FILE ]; then
echo $FILE >> %my_builddir/obj-files echo $FILE >> %my_builddir/obj-files
fi fi

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

@ -70,7 +70,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.9.1 Version: 5.9.1
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g15946ea Release: <RELEASE>.g435e92d
%else %else
Release: 0 Release: 0
%endif %endif
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit) Conflicts: libc.so.6()(64bit)
%endif %endif
Provides: kernel = %version-%source_rel Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-%build_flavor-base-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
Provides: kernel-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: %name-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
%ifarch %ix86 %ifarch %ix86
Provides: kernel-smp = 2.6.17 Provides: kernel-smp = 2.6.17
Obsoletes: kernel-smp <= 2.6.17 Obsoletes: kernel-smp <= 2.6.17
@ -962,7 +962,9 @@ if [ %CONFIG_MODULES = y ]; then
fi fi
# These files are required for building external modules # These files are required for building external modules
for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o arch/*/kernel/macros.s; do for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o \
arch/*/kernel/macros.s scripts/module.lds
do
if [ -f %kernel_build_dir/$FILE ]; then if [ -f %kernel_build_dir/$FILE ]; then
echo $FILE >> %my_builddir/obj-files echo $FILE >> %my_builddir/obj-files
fi fi

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

@ -70,7 +70,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.9.1 Version: 5.9.1
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g15946ea Release: <RELEASE>.g435e92d
%else %else
Release: 0 Release: 0
%endif %endif
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit) Conflicts: libc.so.6()(64bit)
%endif %endif
Provides: kernel = %version-%source_rel Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-%build_flavor-base-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
Provides: kernel-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: %name-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
%obsolete_rebuilds %name %obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh Source2: source-post.sh
@ -917,7 +917,9 @@ if [ %CONFIG_MODULES = y ]; then
fi fi
# These files are required for building external modules # These files are required for building external modules
for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o arch/*/kernel/macros.s; do for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o \
arch/*/kernel/macros.s scripts/module.lds
do
if [ -f %kernel_build_dir/$FILE ]; then if [ -f %kernel_build_dir/$FILE ]; then
echo $FILE >> %my_builddir/obj-files echo $FILE >> %my_builddir/obj-files
fi fi

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

@ -70,7 +70,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.9.1 Version: 5.9.1
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g15946ea Release: <RELEASE>.g435e92d
%else %else
Release: 0 Release: 0
%endif %endif
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit) Conflicts: libc.so.6()(64bit)
%endif %endif
Provides: kernel = %version-%source_rel Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-%build_flavor-base-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
Provides: kernel-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: %name-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
%obsolete_rebuilds %name %obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh Source2: source-post.sh
@ -911,7 +911,9 @@ if [ %CONFIG_MODULES = y ]; then
fi fi
# These files are required for building external modules # These files are required for building external modules
for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o arch/*/kernel/macros.s; do for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o \
arch/*/kernel/macros.s scripts/module.lds
do
if [ -f %kernel_build_dir/$FILE ]; then if [ -f %kernel_build_dir/$FILE ]; then
echo $FILE >> %my_builddir/obj-files echo $FILE >> %my_builddir/obj-files
fi fi

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

@ -45,7 +45,7 @@ BuildRequires: util-linux
%endif %endif
%endif %endif
%endif %endif
BuildRequires: kernel%kernel_flavor-srchash-15946ea4d3842f0e678aae415eae50f155752cca BuildRequires: kernel%kernel_flavor-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
%if 0%{?rhel_version} %if 0%{?rhel_version}
BuildRequires: kernel BuildRequires: kernel
@ -66,7 +66,7 @@ License: GPL-2.0
Group: SLES Group: SLES
Version: 5.9.1 Version: 5.9.1
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g15946ea Release: <RELEASE>.g435e92d
%else %else
Release: 0 Release: 0
%endif %endif

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

@ -70,7 +70,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.9.1 Version: 5.9.1
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g15946ea Release: <RELEASE>.g435e92d
%else %else
Release: 0 Release: 0
%endif %endif
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit) Conflicts: libc.so.6()(64bit)
%endif %endif
Provides: kernel = %version-%source_rel Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-%build_flavor-base-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
Provides: kernel-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: %name-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
%ifarch %ix86 %ifarch %ix86
Provides: kernel-bigsmp = 2.6.17 Provides: kernel-bigsmp = 2.6.17
Obsoletes: kernel-bigsmp <= 2.6.17 Obsoletes: kernel-bigsmp <= 2.6.17
@ -939,7 +939,9 @@ if [ %CONFIG_MODULES = y ]; then
fi fi
# These files are required for building external modules # These files are required for building external modules
for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o arch/*/kernel/macros.s; do for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o \
arch/*/kernel/macros.s scripts/module.lds
do
if [ -f %kernel_build_dir/$FILE ]; then if [ -f %kernel_build_dir/$FILE ]; then
echo $FILE >> %my_builddir/obj-files echo $FILE >> %my_builddir/obj-files
fi fi

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

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

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 5.9.1 Version: 5.9.1
%if %using_buildservice %if %using_buildservice
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g15946ea Release: <RELEASE>.g435e92d
%else %else
Release: 0 Release: 0
%endif %endif
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
%endif %endif
Requires: pesign-obs-integration Requires: pesign-obs-integration
Provides: %name = %version-%source_rel Provides: %name = %version-%source_rel
Provides: %name-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: %name-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
Provides: multiversion(kernel) Provides: multiversion(kernel)
Source: README.KSYMS Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel Requires: kernel-devel%variant = %version-%source_rel

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

@ -70,7 +70,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.9.1 Version: 5.9.1
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g15946ea Release: <RELEASE>.g435e92d
%else %else
Release: 0 Release: 0
%endif %endif
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit) Conflicts: libc.so.6()(64bit)
%endif %endif
Provides: kernel = %version-%source_rel Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-%build_flavor-base-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
Provides: kernel-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: %name-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
%obsolete_rebuilds %name %obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh Source2: source-post.sh
@ -910,7 +910,9 @@ if [ %CONFIG_MODULES = y ]; then
fi fi
# These files are required for building external modules # These files are required for building external modules
for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o arch/*/kernel/macros.s; do for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o \
arch/*/kernel/macros.s scripts/module.lds
do
if [ -f %kernel_build_dir/$FILE ]; then if [ -f %kernel_build_dir/$FILE ]; then
echo $FILE >> %my_builddir/obj-files echo $FILE >> %my_builddir/obj-files
fi fi

View File

@ -4,6 +4,32 @@ Mon Oct 26 07:04:45 CET 2020 - jslaby@suse.cz
- vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression). - vt_ioctl: fix GIO_UNIMAP regression (5.9 GIO_UNIMAP regression).
- commit 15946ea - commit 15946ea
-------------------------------------------------------------------
Sun Oct 25 12:34:16 CET 2020 - mkubecek@suse.cz
- kernel-binary.spec.in: pack scripts/module.lds into kernel-$flavor-devel
Since mainline commit 596b0474d3d9 ("kbuild: preprocess module linker
script") in 5.10-rc1, scripts/module.lds linker script is needed to build
out of tree modules. Add it into kernel-$flavor-devel subpackage.
- commit fe37c16
-------------------------------------------------------------------
Fri Oct 23 09:52:12 CEST 2020 - tiwai@suse.de
- drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
(bsc#1177973).
- drm/amd/display: Fix kernel panic by dal_gpio_open() error
(bsc#1177973).
- commit 3f21462
-------------------------------------------------------------------
Sun Oct 18 14:37:11 CEST 2020 - mkubecek@suse.cz
- series.conf: cleanup
- move to "almost mainline" section:
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
- commit 8e0635b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz Sun Oct 18 09:50:25 CEST 2020 - jslaby@suse.cz

View File

@ -70,7 +70,7 @@ License: GPL-2.0
Group: System/Kernel Group: System/Kernel
Version: 5.9.1 Version: 5.9.1
%if 0%{?is_kotd} %if 0%{?is_kotd}
Release: <RELEASE>.g15946ea Release: <RELEASE>.g435e92d
%else %else
Release: 0 Release: 0
%endif %endif
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
Conflicts: libc.so.6()(64bit) Conflicts: libc.so.6()(64bit)
%endif %endif
Provides: kernel = %version-%source_rel Provides: kernel = %version-%source_rel
Provides: kernel-%build_flavor-base-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-%build_flavor-base-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
Provides: kernel-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: kernel-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
# END COMMON DEPS # END COMMON DEPS
Provides: %name-srchash-15946ea4d3842f0e678aae415eae50f155752cca Provides: %name-srchash-435e92d56d394d19f6e8d6bfa2fcfe909943e076
%obsolete_rebuilds %name %obsolete_rebuilds %name
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
Source2: source-post.sh Source2: source-post.sh
@ -913,7 +913,9 @@ if [ %CONFIG_MODULES = y ]; then
fi fi
# These files are required for building external modules # These files are required for building external modules
for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o arch/*/kernel/macros.s; do for FILE in arch/powerpc/lib/crtsavres.o arch/arm64/kernel/ftrace-mod.o \
arch/*/kernel/macros.s scripts/module.lds
do
if [ -f %kernel_build_dir/$FILE ]; then if [ -f %kernel_build_dir/$FILE ]; then
echo $FILE >> %my_builddir/obj-files echo $FILE >> %my_builddir/obj-files
fi fi

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:e36a06c0d5e63b3a95bdad3aca60d2ad1778f11e2d12169cfae288fff3b5ae5d oid sha256:84493d9bcef030c25eb67233f2695f97b6554269d463708744a064964c70dd82
size 58262 size 59101

View File

@ -67,6 +67,7 @@
# to area specific sections below. # to area specific sections below.
######################################################## ########################################################
patches.suse/x86-unwind-orc-Fix-inactive-tasks-with-stack-pointer.patch patches.suse/x86-unwind-orc-Fix-inactive-tasks-with-stack-pointer.patch
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
patches.suse/vt_ioctl-fix-GIO_UNIMAP-regression.patch patches.suse/vt_ioctl-fix-GIO_UNIMAP-regression.patch
######################################################## ########################################################
@ -100,7 +101,6 @@
# ppc64 # ppc64
# ARM # ARM
patches.suse/coresight-fix-offset-by-one-error-in-counting-ports.patch
######################################################## ########################################################
# Scheduler # Scheduler
@ -177,6 +177,8 @@
######################################################## ########################################################
# DRM / Graphics # DRM / Graphics
######################################################## ########################################################
patches.suse/drm-amd-display-Fix-kernel-panic-by-dal_gpio_open-er.patch
patches.suse/drm-amd-display-Don-t-invoke-kgdb_breakpoint-uncondi.patch
######################################################## ########################################################
# Storage # Storage

View File

@ -1,3 +1,3 @@
2020-10-26 06:05:15 +0000 2020-10-26 07:02:23 +0000
GIT Revision: 15946ea4d3842f0e678aae415eae50f155752cca GIT Revision: 435e92d56d394d19f6e8d6bfa2fcfe909943e076
GIT Branch: stable GIT Branch: stable