commit e840c7bc15213495d51b74389cb2a55e4483fc85
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1284
This commit is contained in:
parent
ea8828eaeb
commit
7b5c690c8d
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b83d5499fe1afd2209e315f8576ee06a123099ce2298a814f2b996fab6dbd443
|
||||
size 250154
|
||||
oid sha256:c72b6534954da5c0197340c8eeda8539455c43f09056c36cc42d745e8e6151fb
|
||||
size 249981
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%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.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%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.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%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.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-%build_flavor-base-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
Provides: kernel-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: %name-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-%build_flavor-base-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
Provides: kernel-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: %name-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-%build_flavor-base-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
Provides: kernel-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: %name-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%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.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%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-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: %name-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-%build_flavor-base-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
Provides: kernel-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: %name-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-%build_flavor-base-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
Provides: kernel-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: %name-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
BuildRequires: kernel%kernel_flavor-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
|
||||
%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.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%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.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-%build_flavor-base-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
Provides: kernel-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: %name-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%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.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: %name-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.6.2
|
||||
Version: 5.6.3
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%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-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: %name-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-%build_flavor-base-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
Provides: kernel-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: %name-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.3 (bnc#1012628).
|
||||
- ipv4: fix a RCU-list lock in fib_triestat_seq_show
|
||||
(bnc#1012628).
|
||||
- net: dsa: ksz: Select KSZ protocol tag (bnc#1012628).
|
||||
- net, ip_tunnel: fix interface lookup with no key (bnc#1012628).
|
||||
- sctp: fix possibly using a bad saddr with a given dst
|
||||
(bnc#1012628).
|
||||
- sctp: fix refcount bug in sctp_wfree (bnc#1012628).
|
||||
- net: macb: Fix handling of fixed-link node (bnc#1012628).
|
||||
- net: fix fraglist segmentation reference count leak
|
||||
(bnc#1012628).
|
||||
- udp: initialize is_flist with 0 in udp_gro_receive
|
||||
(bnc#1012628).
|
||||
- padata: fix uninitialized return value in padata_replace()
|
||||
(bnc#1012628).
|
||||
- brcmfmac: abort and release host after error (bnc#1012628).
|
||||
- XArray: Fix xa_find_next for large multi-index entries
|
||||
(bnc#1012628).
|
||||
- drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix
|
||||
(bnc#1012628).
|
||||
- misc: rtsx: set correct pcr_ops for rts522A (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test
|
||||
devices (bnc#1012628).
|
||||
- misc: pci_endpoint_test: Avoid using module parameter to
|
||||
determine irqtype (bnc#1012628).
|
||||
- PCI: sysfs: Revert "rescan" file renames (bnc#1012628).
|
||||
- coresight: do not use the BIT() macro in the UAPI header
|
||||
(bnc#1012628).
|
||||
- mei: me: add cedar fork device ids (bnc#1012628).
|
||||
- nvmem: release the write-protect pin (bnc#1012628).
|
||||
- nvmem: check for NULL reg_read and reg_write before
|
||||
dereferencing (bnc#1012628).
|
||||
- nvmem: sprd: Fix the block lock operation (bnc#1012628).
|
||||
- extcon: axp288: Add wakeup support (bnc#1012628).
|
||||
- power: supply: axp288_charger: Add special handling for HP
|
||||
Pavilion x2 10 (bnc#1012628).
|
||||
- Revert "ALSA: uapi: Drop asound.h inclusion from asoc.h"
|
||||
(bnc#1012628).
|
||||
- Revert "dm: always call blk_queue_split() in dm_process_bio()"
|
||||
(bnc#1012628).
|
||||
- ALSA: hda/ca0132 - Add Recon3Di quirk to handle integrated
|
||||
sound on EVGA X99 Classified motherboard (bnc#1012628).
|
||||
- soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ
|
||||
helper (bnc#1012628).
|
||||
- perf python: Fix clang detection to strip out options passed
|
||||
in $CC (bnc#1012628).
|
||||
- mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
|
||||
(bnc#1012628).
|
||||
- commit 97c6e99
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 20:14:11 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- s390x: zfcpdump: disable CONFIG_RELOCATABLE (bsc#1168847).
|
||||
- commit c824449
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 18:00:32 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_UCLAMP_TASK (bsc#1168888).
|
||||
- commit 025835f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 10:40:31 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.2
|
||||
%define patchversion 5.6.3
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.2
|
||||
Version: 5.6.3
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb22bc26
|
||||
Release: <RELEASE>.ge840c7b
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: kernel-%build_flavor-base-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
Provides: kernel-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
Provides: %name-srchash-e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
%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:97ab82ccb9e8f3db970f2484e9d3f3663dd0dfd97d23639ac826eebccc3a4317
|
||||
size 27453
|
||||
oid sha256:d1dc2b95fb3bdcde4d0bc268d339580a0c4201cb4da43dc05702a1769e4b3858
|
||||
size 49490
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8182a1a764d2392ef22b7537c2c2966234af269a0aa1956eb8b02ee2a3c477dd
|
||||
size 56096
|
||||
oid sha256:46b087ac01d93e7019cc873309dbca4225bce5e9c31a2a554efcd1b0cd2ca865
|
||||
size 55187
|
||||
|
32
series.conf
32
series.conf
@ -62,6 +62,37 @@
|
||||
patches.kernel.org/5.6.2-009-vt-vt_ioctl-fix-use-after-free-in-vt_in_use.patch
|
||||
patches.kernel.org/5.6.2-010-platform-x86-pmc_atom-Add-Lex-2I385SW-to-critcl.patch
|
||||
patches.kernel.org/5.6.2-011-Linux-5.6.2.patch
|
||||
patches.kernel.org/5.6.3-001-ipv4-fix-a-RCU-list-lock-in-fib_triestat_seq_sh.patch
|
||||
patches.kernel.org/5.6.3-002-net-dsa-ksz-Select-KSZ-protocol-tag.patch
|
||||
patches.kernel.org/5.6.3-003-net-ip_tunnel-fix-interface-lookup-with-no-key.patch
|
||||
patches.kernel.org/5.6.3-004-sctp-fix-possibly-using-a-bad-saddr-with-a-give.patch
|
||||
patches.kernel.org/5.6.3-005-sctp-fix-refcount-bug-in-sctp_wfree.patch
|
||||
patches.kernel.org/5.6.3-006-net-macb-Fix-handling-of-fixed-link-node.patch
|
||||
patches.kernel.org/5.6.3-007-net-fix-fraglist-segmentation-reference-count-l.patch
|
||||
patches.kernel.org/5.6.3-008-udp-initialize-is_flist-with-0-in-udp_gro_recei.patch
|
||||
patches.kernel.org/5.6.3-009-padata-fix-uninitialized-return-value-in-padata.patch
|
||||
patches.kernel.org/5.6.3-010-brcmfmac-abort-and-release-host-after-error.patch
|
||||
patches.kernel.org/5.6.3-011-XArray-Fix-xa_find_next-for-large-multi-index-e.patch
|
||||
patches.kernel.org/5.6.3-012-drm-bridge-analogix-anx6345-Avoid-duplicate-sup.patch
|
||||
patches.kernel.org/5.6.3-013-drm-i915-display-Fix-mode-private_flags-compari.patch
|
||||
patches.kernel.org/5.6.3-014-misc-rtsx-set-correct-pcr_ops-for-rts522A.patch
|
||||
patches.kernel.org/5.6.3-015-misc-pci_endpoint_test-Fix-to-support-10-pci-en.patch
|
||||
patches.kernel.org/5.6.3-016-misc-pci_endpoint_test-Avoid-using-module-param.patch
|
||||
patches.kernel.org/5.6.3-017-PCI-sysfs-Revert-rescan-file-renames.patch
|
||||
patches.kernel.org/5.6.3-018-coresight-do-not-use-the-BIT-macro-in-the-UAPI-.patch
|
||||
patches.kernel.org/5.6.3-019-mei-me-add-cedar-fork-device-ids.patch
|
||||
patches.kernel.org/5.6.3-020-nvmem-release-the-write-protect-pin.patch
|
||||
patches.kernel.org/5.6.3-021-nvmem-check-for-NULL-reg_read-and-reg_write-bef.patch
|
||||
patches.kernel.org/5.6.3-022-nvmem-sprd-Fix-the-block-lock-operation.patch
|
||||
patches.kernel.org/5.6.3-023-extcon-axp288-Add-wakeup-support.patch
|
||||
patches.kernel.org/5.6.3-024-power-supply-axp288_charger-Add-special-handlin.patch
|
||||
patches.kernel.org/5.6.3-025-Revert-ALSA-uapi-Drop-asound.h-inclusion-from-a.patch
|
||||
patches.kernel.org/5.6.3-026-Revert-dm-always-call-blk_queue_split-in-dm_pro.patch
|
||||
patches.kernel.org/5.6.3-027-ALSA-hda-ca0132-Add-Recon3Di-quirk-to-handle-in.patch
|
||||
patches.kernel.org/5.6.3-028-soc-mediatek-knows_txdone-needs-to-be-set-in-Me.patch
|
||||
patches.kernel.org/5.6.3-029-perf-python-Fix-clang-detection-to-strip-out-op.patch
|
||||
patches.kernel.org/5.6.3-030-mm-mempolicy-require-at-least-one-nodeid-for-MP.patch
|
||||
patches.kernel.org/5.6.3-031-Linux-5.6.3.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -192,7 +223,6 @@
|
||||
########################################################
|
||||
# DRM / Graphics
|
||||
########################################################
|
||||
patches.suse/drm-i915-display-Fix-mode-private_flags-comparison-a.patch
|
||||
|
||||
########################################################
|
||||
# Storage
|
||||
|
@ -1,3 +1,3 @@
|
||||
2020-04-06 08:40:44 +0000
|
||||
GIT Revision: b22bc26f42ed0d9ad9a3195adcae6615df18ea21
|
||||
2020-04-08 16:13:47 +0000
|
||||
GIT Revision: e840c7bc15213495d51b74389cb2a55e4483fc85
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user