commit 3354216c141d03786ea5c37419f4d10c0b76bd3a
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1170
This commit is contained in:
parent
323828656b
commit
b8db5fccf7
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-aarch64
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-armv6l
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-armv7l
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -64,9 +64,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%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-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-%build_flavor-base-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
Provides: kernel-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: %name-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -64,9 +64,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%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-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-%build_flavor-base-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
Provides: kernel-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: %name-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -64,9 +64,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%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-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-%build_flavor-base-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
Provides: kernel-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: %name-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%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-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: %name-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -64,9 +64,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%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-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-%build_flavor-base-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
Provides: kernel-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: %name-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -64,9 +64,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%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-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-%build_flavor-base-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
Provides: kernel-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: %name-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
BuildRequires: kernel%kernel_flavor-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -64,9 +64,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%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-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-%build_flavor-base-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
Provides: kernel-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: %name-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -30,9 +30,9 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: %name-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%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-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: %name-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -64,9 +64,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%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-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-%build_flavor-base-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
Provides: kernel-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: %name-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,53 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 09:16:39 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.2 (bnc#1151927).
|
||||
- objtool: Clobber user CFLAGS variable (bnc#1151927).
|
||||
- platform/x86: i2c-multi-instantiate: Derive the device name
|
||||
from parent (bnc#1151927).
|
||||
- ALSA: hda - Apply AMD controller workaround for Raven platform
|
||||
(bnc#1151927).
|
||||
- ALSA: hda - Add laptop imic fixup for ASUS M9V laptop
|
||||
(bnc#1151927).
|
||||
- ALSA: dice: fix wrong packet parameter for Alesis iO26
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add DSD support for EVGA NU Audio
|
||||
(bnc#1151927).
|
||||
- ALSA: usb-audio: Add Hiby device family to quirks for native
|
||||
DSD support (bnc#1151927).
|
||||
- Revert "mm/z3fold.c: fix race between migration and destruction"
|
||||
(bnc#1151927).
|
||||
- clk: imx: imx8mm: fix audio pll setting (bnc#1151927).
|
||||
- crypto: talitos - fix missing break in switch statement
|
||||
(bnc#1151927).
|
||||
- mtd: cfi_cmdset_0002: Use chip_good() to retry in
|
||||
do_write_oneword() (bnc#1151927).
|
||||
- HID: Add quirk for HP X500 PIXART OEM mouse (bnc#1151927).
|
||||
- HID: hidraw: Fix invalid read in hidraw_ioctl (bnc#1151927).
|
||||
- HID: logitech-dj: Fix crash when initial
|
||||
logi_dj_recv_query_paired_devices fails (bnc#1151927).
|
||||
- HID: logitech: Fix general protection fault caused by Logitech
|
||||
driver (bnc#1151927).
|
||||
- HID: sony: Fix memory corruption issue on cleanup (bnc#1151927).
|
||||
- HID: prodikeys: Fix general protection fault during probe
|
||||
(bnc#1151927).
|
||||
- powerpc/xive: Fix bogus error code returned by OPAL
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: readd -msse2 to prevent Clang from emitting
|
||||
libcalls to undefined SW FP routines (bnc#1151927).
|
||||
- drm/amd/display: Don't replace the dc_state for fast updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Skip determining update type for async updates
|
||||
(bnc#1151927).
|
||||
- drm/amd/display: Allow cursor async updates for framebuffer
|
||||
swaps (bnc#1151927).
|
||||
- clocksource/drivers: Do not warn on probe defer (bnc#1151927).
|
||||
- clocksource/drivers/timer-of: Do not warn on deferred probe
|
||||
(bnc#1151927).
|
||||
- netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to
|
||||
header-file (bnc#1151927).
|
||||
- commit 17d14ca
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 11:53:05 CEST 2019 - fvogt@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.2
|
||||
%define patchversion 5.3.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -64,9 +64,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.3.2
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gac7680a
|
||||
Release: <RELEASE>.g3354216
|
||||
%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-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: kernel-%build_flavor-base-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
Provides: kernel-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
Provides: %name-srchash-3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc3bb727ebaeb4070f8dca02c08d84f4a662cd82ed33862d32e9999e9e6d2c63
|
||||
size 41629
|
||||
oid sha256:fb1a23cbd568b55f2cd1fe86e545397366935ccfdf8e0dfdfacddd7ef318ab2e
|
||||
size 22475
|
||||
|
26
series.conf
26
series.conf
@ -49,32 +49,6 @@
|
||||
patches.kernel.org/5.3.1-020-floppy-fix-usercopy-direction.patch
|
||||
patches.kernel.org/5.3.1-021-media-technisat-usb2-break-out-of-loop-at-end-o.patch
|
||||
patches.kernel.org/5.3.1-022-Linux-5.3.1.patch
|
||||
patches.kernel.org/5.3.2-001-netfilter-add-missing-IS_ENABLED-CONFIG_NF_TABL.patch
|
||||
patches.kernel.org/5.3.2-002-clocksource-drivers-timer-of-Do-not-warn-on-def.patch
|
||||
patches.kernel.org/5.3.2-003-clocksource-drivers-Do-not-warn-on-probe-defer.patch
|
||||
patches.kernel.org/5.3.2-004-drm-amd-display-Allow-cursor-async-updates-for-.patch
|
||||
patches.kernel.org/5.3.2-005-drm-amd-display-Skip-determining-update-type-fo.patch
|
||||
patches.kernel.org/5.3.2-006-drm-amd-display-Don-t-replace-the-dc_state-for-.patch
|
||||
patches.kernel.org/5.3.2-007-drm-amd-display-readd-msse2-to-prevent-Clang-fr.patch
|
||||
patches.kernel.org/5.3.2-008-powerpc-xive-Fix-bogus-error-code-returned-by-O.patch
|
||||
patches.kernel.org/5.3.2-009-HID-prodikeys-Fix-general-protection-fault-duri.patch
|
||||
patches.kernel.org/5.3.2-010-HID-sony-Fix-memory-corruption-issue-on-cleanup.patch
|
||||
patches.kernel.org/5.3.2-011-HID-logitech-Fix-general-protection-fault-cause.patch
|
||||
patches.kernel.org/5.3.2-012-HID-logitech-dj-Fix-crash-when-initial-logi_dj_.patch
|
||||
patches.kernel.org/5.3.2-013-HID-hidraw-Fix-invalid-read-in-hidraw_ioctl.patch
|
||||
patches.kernel.org/5.3.2-014-HID-Add-quirk-for-HP-X500-PIXART-OEM-mouse.patch
|
||||
patches.kernel.org/5.3.2-015-mtd-cfi_cmdset_0002-Use-chip_good-to-retry-in-d.patch
|
||||
patches.kernel.org/5.3.2-016-crypto-talitos-fix-missing-break-in-switch-stat.patch
|
||||
patches.kernel.org/5.3.2-017-clk-imx-imx8mm-fix-audio-pll-setting.patch
|
||||
patches.kernel.org/5.3.2-018-Revert-mm-z3fold.c-fix-race-between-migration-a.patch
|
||||
patches.kernel.org/5.3.2-019-ALSA-usb-audio-Add-Hiby-device-family-to-quirks.patch
|
||||
patches.kernel.org/5.3.2-020-ALSA-usb-audio-Add-DSD-support-for-EVGA-NU-Audi.patch
|
||||
patches.kernel.org/5.3.2-021-ALSA-dice-fix-wrong-packet-parameter-for-Alesis.patch
|
||||
patches.kernel.org/5.3.2-022-ALSA-hda-Add-laptop-imic-fixup-for-ASUS-M9V-lap.patch
|
||||
patches.kernel.org/5.3.2-023-ALSA-hda-Apply-AMD-controller-workaround-for-Ra.patch
|
||||
patches.kernel.org/5.3.2-024-platform-x86-i2c-multi-instantiate-Derive-the-d.patch
|
||||
patches.kernel.org/5.3.2-025-objtool-Clobber-user-CFLAGS-variable.patch
|
||||
patches.kernel.org/5.3.2-026-Linux-5.3.2.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
|
@ -1,3 +1,3 @@
|
||||
2019-10-01 07:17:02 +0000
|
||||
GIT Revision: ac7680aa183ea8a52a8bb5bd81dd032027adc0e2
|
||||
2019-09-26 06:05:47 +0000
|
||||
GIT Revision: 3354216c141d03786ea5c37419f4d10c0b76bd3a
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user