commit 27a012314159e18b16581b0f90e3fe84d723eeea
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1167
This commit is contained in:
parent
ee4b1a2d1f
commit
d247c7f098
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31dd9a8cea51186f65ac5431a77b8f0487cca446f73802085146044e4ed96396
|
||||
size 231211
|
||||
oid sha256:26a0532a16bff1bb20bbdc3f8c281668534463ae9f62b8673e00b517924eb61f
|
||||
size 231432
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.0
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.0
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.0
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.0
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%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-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-%build_flavor-base-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
Provides: kernel-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: %name-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.0
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%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-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-%build_flavor-base-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
Provides: kernel-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: %name-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.0
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%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-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-%build_flavor-base-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
Provides: kernel-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: %name-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.0
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%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-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: %name-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.0
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%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-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-%build_flavor-base-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
Provides: kernel-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: %name-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.0
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%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-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-%build_flavor-base-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
Provides: kernel-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: %name-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.3.0
|
||||
%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-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
BuildRequires: kernel%kernel_flavor-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.3.0
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.0
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%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-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-%build_flavor-base-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
Provides: kernel-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: %name-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.0
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: %name-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.3.0
|
||||
Version: 5.3.1
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%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-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: %name-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.0
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%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-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-%build_flavor-base-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
Provides: kernel-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: %name-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 15:21:27 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.3.1 (bnc#1012628).
|
||||
- media: technisat-usb2: break out of loop at end of buffer
|
||||
(bnc#1012628).
|
||||
- floppy: fix usercopy direction (bnc#1012628).
|
||||
- phy: qcom-qmp: Correct ready status, again (bnc#1012628).
|
||||
- ovl: fix regression caused by overlapping layers detection
|
||||
(bnc#1012628).
|
||||
- Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
|
||||
(bnc#1012628).
|
||||
- nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
|
||||
(bnc#1012628).
|
||||
- tty/serial: atmel: reschedule TX after RX was started
|
||||
(bnc#1012628).
|
||||
- serial: sprd: correct the wrong sequence of arguments
|
||||
(bnc#1012628).
|
||||
- firmware: google: check if size is valid when decoding VPD data
|
||||
(bnc#1012628).
|
||||
- Documentation: sphinx: Add missing comma to list of strings
|
||||
(bnc#1012628).
|
||||
- KVM: coalesced_mmio: add bounds checking (bnc#1012628).
|
||||
- net: stmmac: Hold rtnl lock in suspend/resume callbacks
|
||||
(bnc#1012628).
|
||||
- net: dsa: Fix load order between DSA drivers and taggers
|
||||
(bnc#1012628).
|
||||
- xen-netfront: do not assume sk_buff_head list is empty in
|
||||
error handling (bnc#1012628).
|
||||
- udp: correct reuseport selection with connected sockets
|
||||
(bnc#1012628).
|
||||
- net_sched: let qdisc_put() accept NULL pointer (bnc#1012628).
|
||||
- net/sched: fix race between deactivation and dequeue for NOLOCK
|
||||
qdisc (bnc#1012628).
|
||||
- ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit (bnc#1012628).
|
||||
- phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in
|
||||
over-current (bnc#1012628).
|
||||
- media: tm6000: double free if usb disconnect while streaming
|
||||
(bnc#1012628).
|
||||
- USB: usbcore: Fix slab-out-of-bounds bug during device reset
|
||||
(bnc#1012628).
|
||||
- commit f187578
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 15:17:44 CEST 2019 - jroedel@suse.de
|
||||
|
||||
- Update config files.
|
||||
Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT. Not all drivers are
|
||||
ready for this yet, so enabling this config option causes regressions.
|
||||
See bsc#1150577 for an example.
|
||||
- commit f759adc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 05:32:56 CEST 2019 - mkubecek@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.3
|
||||
%define patchversion 5.3.0
|
||||
%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.0
|
||||
Version: 5.3.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ga541a6c
|
||||
Release: <RELEASE>.g27a0123
|
||||
%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-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: kernel-%build_flavor-base-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
Provides: kernel-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
Provides: %name-srchash-27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
Binary file not shown.
22
series.conf
22
series.conf
@ -27,6 +27,28 @@
|
||||
# DO NOT MODIFY THEM!
|
||||
# Send separate patches upstream if you find a problem...
|
||||
########################################################
|
||||
patches.kernel.org/5.3.1-001-USB-usbcore-Fix-slab-out-of-bounds-bug-during-d.patch
|
||||
patches.kernel.org/5.3.1-002-media-tm6000-double-free-if-usb-disconnect-whil.patch
|
||||
patches.kernel.org/5.3.1-003-phy-renesas-rcar-gen3-usb2-Disable-clearing-VBU.patch
|
||||
patches.kernel.org/5.3.1-004-ip6_gre-fix-a-dst-leak-in-ip6erspan_tunnel_xmit.patch
|
||||
patches.kernel.org/5.3.1-005-net-sched-fix-race-between-deactivation-and-deq.patch
|
||||
patches.kernel.org/5.3.1-006-net_sched-let-qdisc_put-accept-NULL-pointer.patch
|
||||
patches.kernel.org/5.3.1-007-udp-correct-reuseport-selection-with-connected-.patch
|
||||
patches.kernel.org/5.3.1-008-xen-netfront-do-not-assume-sk_buff_head-list-is.patch
|
||||
patches.kernel.org/5.3.1-009-net-dsa-Fix-load-order-between-DSA-drivers-and-.patch
|
||||
patches.kernel.org/5.3.1-010-net-stmmac-Hold-rtnl-lock-in-suspend-resume-cal.patch
|
||||
patches.kernel.org/5.3.1-011-KVM-coalesced_mmio-add-bounds-checking.patch
|
||||
patches.kernel.org/5.3.1-012-Documentation-sphinx-Add-missing-comma-to-list-.patch
|
||||
patches.kernel.org/5.3.1-013-firmware-google-check-if-size-is-valid-when-dec.patch
|
||||
patches.kernel.org/5.3.1-014-serial-sprd-correct-the-wrong-sequence-of-argum.patch
|
||||
patches.kernel.org/5.3.1-015-tty-serial-atmel-reschedule-TX-after-RX-was-sta.patch
|
||||
patches.kernel.org/5.3.1-016-nl80211-Fix-possible-Spectre-v1-for-CQM-RSSI-th.patch
|
||||
patches.kernel.org/5.3.1-017-Revert-arm64-Remove-unnecessary-ISBs-from-set_-.patch
|
||||
patches.kernel.org/5.3.1-018-ovl-fix-regression-caused-by-overlapping-layers.patch
|
||||
patches.kernel.org/5.3.1-019-phy-qcom-qmp-Correct-ready-status-again.patch
|
||||
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
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
|
@ -1,3 +1,3 @@
|
||||
2019-09-16 06:42:44 +0000
|
||||
GIT Revision: a541a6cc8e4e3e1d9d8f2d49d00ee50ee03a3a36
|
||||
2019-09-21 13:39:23 +0000
|
||||
GIT Revision: 27a012314159e18b16581b0f90e3fe84d723eeea
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user