commit d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1031
This commit is contained in:
parent
61f0424838
commit
ec1181604d
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.0
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%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})
|
||||
|
||||
Name: dtb-aarch64
|
||||
Version: 5.0.1
|
||||
Version: 5.0.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.0
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%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})
|
||||
|
||||
Name: dtb-armv6l
|
||||
Version: 5.0.1
|
||||
Version: 5.0.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.0
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%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})
|
||||
|
||||
Name: dtb-armv7l
|
||||
Version: 5.0.1
|
||||
Version: 5.0.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.0
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.0.1
|
||||
Version: 5.0.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-%build_flavor-base-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
Provides: kernel-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: %name-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.0
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.0.1
|
||||
Version: 5.0.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-%build_flavor-base-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
Provides: kernel-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: %name-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump-base = 2.6.28
|
||||
Obsoletes: kernel-kdump-base <= 2.6.28
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.0
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -55,7 +55,7 @@ BuildRequires: coreutils
|
||||
BuildRequires: device-mapper
|
||||
BuildRequires: dracut
|
||||
BuildRequires: kmod
|
||||
BuildRequires: kernel-%build_flavor-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
BuildRequires: kernel-%build_flavor-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
BuildRequires: kernel-%build_flavor-devel
|
||||
BuildRequires: util-linux
|
||||
ExclusiveArch: aarch64 %ix86 ppc64 ppc64le s390x x86_64
|
||||
@ -144,10 +144,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-%build_flavor-base-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
Provides: kernel-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: %name-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
%ifarch %ix86
|
||||
Provides: kernel-trace-base = 3.13
|
||||
Obsoletes: kernel-trace-base <= 3.13
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.0
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.0.1
|
||||
Version: 5.0.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-%build_flavor-base-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
Provides: kernel-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: %name-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
%ifarch %ix86
|
||||
Provides: kernel-trace-base = 3.13
|
||||
Obsoletes: kernel-trace-base <= 3.13
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.0
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%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.0.1
|
||||
Version: 5.0.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%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-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: %name-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.0
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.0.1
|
||||
Version: 5.0.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-%build_flavor-base-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
Provides: kernel-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: %name-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
BuildRequires: kernel%kernel_flavor-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
|
||||
%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.0.1
|
||||
Version: 5.0.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%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.0.1
|
||||
Version: 5.0.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.0
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.0.1
|
||||
Version: 5.0.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-%build_flavor-base-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
Provides: kernel-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: %name-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
%ifarch %ix86
|
||||
Provides: kernel-vmi-base = 2.6.38
|
||||
Obsoletes: kernel-vmi-base <= 2.6.38
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.0
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%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.0.1
|
||||
Version: 5.0.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: %name-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.0.1
|
||||
Version: 5.0.2
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -52,7 +52,7 @@ Requires: kernel-zfcpdump-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: %name-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.0
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.0.1
|
||||
Version: 5.0.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-%build_flavor-base-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
Provides: kernel-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: %name-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:57:42 CET 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.0.2 (bnc#1012628).
|
||||
- perf/x86/intel: Implement support for TSX Force Abort
|
||||
(bnc#1012628).
|
||||
- x86: Add TSX Force Abort CPUID/MSR (bnc#1012628).
|
||||
- perf/x86/intel: Generalize dynamic constraint creation
|
||||
(bnc#1012628).
|
||||
- perf/x86/intel: Make cpuc allocations consistent (bnc#1012628).
|
||||
- ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
|
||||
(bnc#1012628).
|
||||
- scripts/gdb: replace flags (MS_xyz -> SB_xyz) (bnc#1012628).
|
||||
- staging: erofs: compressed_pages should not be accessed again
|
||||
after freed (bnc#1012628).
|
||||
- staging: erofs: keep corrupted fs from crashing kernel in
|
||||
erofs_namei() (bnc#1012628).
|
||||
- gfs2: Fix missed wakeups in find_insert_glock (bnc#1012628).
|
||||
- bpf: Stop the psock parser before canceling its work
|
||||
(bnc#1012628).
|
||||
- Revert "PCI/PME: Implement runtime PM callbacks" (bnc#1012628).
|
||||
- media: Revert "media: rc: some events are dropped by userspace"
|
||||
(bnc#1012628).
|
||||
- drm: disable uncached DMA optimization for ARM and arm64
|
||||
(bnc#1012628).
|
||||
- ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid
|
||||
XU3/XU4 (bnc#1012628).
|
||||
- ARM: dts: exynos: Add minimal clkout parameters to Exynos3250
|
||||
PMU (bnc#1012628).
|
||||
- ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line
|
||||
on Odroid X2/U3 (bnc#1012628).
|
||||
- arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
|
||||
(bnc#1012628).
|
||||
- arm64: dts: hikey: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- arm64: dts: zcu100-revC: Give wifi some time after power-on
|
||||
(bnc#1012628).
|
||||
- x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
|
||||
(bnc#1012628).
|
||||
- scsi: aacraid: Fix missing break in switch statement
|
||||
(bnc#1012628).
|
||||
- iscsi_ibft: Fix missing break in switch statement (bnc#1012628).
|
||||
- Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
|
||||
(bnc#1012628).
|
||||
- Input: wacom_serial4 - add support for Wacom ArtPad II tablet
|
||||
(bnc#1012628).
|
||||
- media: uvcvideo: Fix 'type' check leading to overflow
|
||||
(bnc#1012628).
|
||||
- commit 815c1bc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:43:58 CET 2019 - mkubecek@suse.cz
|
||||
|
||||
- Update patches.suse/0001-media-usb-pwc-Don-t-use-coherent-DMA-buffers-for-ISO.patch
|
||||
upstream reference.
|
||||
- commit ff7c8cd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 11:57:01 CET 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.0
|
||||
%define patchversion 5.0.1
|
||||
%define patchversion 5.0.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.0.1
|
||||
Version: 5.0.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g8c6a826
|
||||
Release: <RELEASE>.gd1f1d19
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: kernel-%build_flavor-base-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
Provides: kernel-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
Provides: %name-srchash-d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
%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:318eab64c40d658214d3bba11202553ff3f7fb6c2f0846293b5cdd5938d90eab
|
||||
size 108245396
|
||||
oid sha256:437b141a6499159f5a7282d5eb4b2be055f8e862ccce44d7464e8759c31a2e43
|
||||
size 105235152
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:240fd0967b871a53124b70644e5de320b42a13d8e1c5f202c3eebd8eb9110c15
|
||||
size 42799
|
||||
oid sha256:1821c0440e267efa52844a5a4290be94cac1de7bf282a97cfd8786c8c042f63b
|
||||
size 63715
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:240d164a96c9d2e43985df6ea2e035c68b3b3fc960b4fadd829ff11841eea108
|
||||
size 58888
|
||||
oid sha256:91b8455989d3f7c9d60ce8e96ed4004d942e1b496a6014e45f0473ee8ea21f1b
|
||||
size 58916
|
||||
|
26
series.conf
26
series.conf
@ -74,6 +74,32 @@
|
||||
patches.kernel.org/5.0.1-045-Bluetooth-Fix-locking-in-bt_accept_enqueue-for-.patch
|
||||
patches.kernel.org/5.0.1-046-exec-Fix-mem-leak-in-kernel_read_file.patch
|
||||
patches.kernel.org/5.0.1-047-Linux-5.0.1.patch
|
||||
patches.kernel.org/5.0.2-001-media-uvcvideo-Fix-type-check-leading-to-overfl.patch
|
||||
patches.kernel.org/5.0.2-002-Input-wacom_serial4-add-support-for-Wacom-ArtPa.patch
|
||||
patches.kernel.org/5.0.2-003-Input-elan_i2c-add-id-for-touchpad-found-in-Len.patch
|
||||
patches.kernel.org/5.0.2-004-iscsi_ibft-Fix-missing-break-in-switch-statemen.patch
|
||||
patches.kernel.org/5.0.2-005-scsi-aacraid-Fix-missing-break-in-switch-statem.patch
|
||||
patches.kernel.org/5.0.2-006-x86-PCI-Fixup-RTIT_BAR-of-Intel-Denverton-Trace.patch
|
||||
patches.kernel.org/5.0.2-007-arm64-dts-zcu100-revC-Give-wifi-some-time-after.patch
|
||||
patches.kernel.org/5.0.2-008-arm64-dts-hikey-Give-wifi-some-time-after-power.patch
|
||||
patches.kernel.org/5.0.2-009-arm64-dts-hikey-Revert-Enable-HS200-mode-on-eMM.patch
|
||||
patches.kernel.org/5.0.2-010-ARM-dts-exynos-Fix-pinctrl-definition-for-eMMC-.patch
|
||||
patches.kernel.org/5.0.2-011-ARM-dts-exynos-Add-minimal-clkout-parameters-to.patch
|
||||
patches.kernel.org/5.0.2-012-ARM-dts-exynos-Fix-max-voltage-for-buck8-regula.patch
|
||||
patches.kernel.org/5.0.2-013-drm-disable-uncached-DMA-optimization-for-ARM-a.patch
|
||||
patches.kernel.org/5.0.2-014-media-Revert-media-rc-some-events-are-dropped-b.patch
|
||||
patches.kernel.org/5.0.2-015-Revert-PCI-PME-Implement-runtime-PM-callbacks.patch
|
||||
patches.kernel.org/5.0.2-016-bpf-Stop-the-psock-parser-before-canceling-its-.patch
|
||||
patches.kernel.org/5.0.2-017-gfs2-Fix-missed-wakeups-in-find_insert_glock.patch
|
||||
patches.kernel.org/5.0.2-018-staging-erofs-keep-corrupted-fs-from-crashing-k.patch
|
||||
patches.kernel.org/5.0.2-019-staging-erofs-compressed_pages-should-not-be-ac.patch
|
||||
patches.kernel.org/5.0.2-020-scripts-gdb-replace-flags-MS_xyz-SB_xyz.patch
|
||||
patches.kernel.org/5.0.2-021-ath9k-Avoid-OF-no-EEPROM-quirks-without-qca-no-.patch
|
||||
patches.kernel.org/5.0.2-022-perf-x86-intel-Make-cpuc-allocations-consistent.patch
|
||||
patches.kernel.org/5.0.2-023-perf-x86-intel-Generalize-dynamic-constraint-cr.patch
|
||||
patches.kernel.org/5.0.2-024-x86-Add-TSX-Force-Abort-CPUID-MSR.patch
|
||||
patches.kernel.org/5.0.2-025-perf-x86-intel-Implement-support-for-TSX-Force-.patch
|
||||
patches.kernel.org/5.0.2-026-Linux-5.0.2.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
|
@ -1,3 +1,3 @@
|
||||
2019-03-11 06:36:03 +0000
|
||||
GIT Revision: 8c6a826d31764166517a04ee7f27ad52a71a6855
|
||||
2019-03-14 08:29:17 +0000
|
||||
GIT Revision: d1f1d19eba1b818d1d526bc8fffc7eb4eff5920c
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user