commit e42da4fdf31f7f1da63e95b886f4802adc7f8eac
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1286
This commit is contained in:
parent
c161203f5e
commit
c2378f5fb7
13
_constraints
13
_constraints
@ -49,6 +49,19 @@
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<!-- 4GB for kernel-docs -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<package>kernel-docs</package>
|
||||
<package>kernel-docs-rt</package>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<physicalmemory>
|
||||
<size unit="G">4</size>
|
||||
</physicalmemory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<!-- 30GB for binary packages on aarch64 -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c72b6534954da5c0197340c8eeda8539455c43f09056c36cc42d745e8e6151fb
|
||||
size 249981
|
||||
oid sha256:4131b2685d897c613fca9b45103cf52fb7550a62e8972475700b7659f68bd733
|
||||
size 250127
|
||||
|
@ -42,6 +42,19 @@
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<!-- 4GB for kernel-docs -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<package>kernel-docs</package>
|
||||
<package>kernel-docs-rt</package>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<physicalmemory>
|
||||
<size unit="G">4</size>
|
||||
</physicalmemory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<!-- 30GB for binary packages on aarch64 -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%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-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-%build_flavor-base-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
Provides: kernel-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: %name-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%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-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-%build_flavor-base-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
Provides: kernel-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: %name-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%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-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-%build_flavor-base-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
Provides: kernel-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: %name-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%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-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: %name-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%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-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-%build_flavor-base-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
Provides: kernel-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: %name-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%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-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-%build_flavor-base-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
Provides: kernel-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: %name-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
BuildRequires: kernel%kernel_flavor-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%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-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-%build_flavor-base-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
Provides: kernel-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: %name-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: %name-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 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.3
|
||||
Version: 5.6.4
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%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-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: %name-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%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-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-%build_flavor-base-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
Provides: kernel-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: %name-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 20:13:10 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.6.4 (bnc#1012628).
|
||||
- driver core: Reevaluate dev->links.need_for_probe as suppliers
|
||||
are added (bnc#1012628).
|
||||
- io-uring: drop completion when removing file (bnc#1012628).
|
||||
- fbcon: fix null-ptr-deref in fbcon_switch (bnc#1012628).
|
||||
- blk-mq: Keep set->nr_hw_queues and set->map[].nr_queues in sync
|
||||
(bnc#1012628).
|
||||
- RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
|
||||
(bnc#1012628).
|
||||
- Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
|
||||
(bnc#1012628).
|
||||
- RDMA/siw: Fix passive connection establishment (bnc#1012628).
|
||||
- RDMA/cma: Teach lockdep about the order of rtnl and lock
|
||||
(bnc#1012628).
|
||||
- RDMA/ucma: Put a lock around every call to the rdma_cm layer
|
||||
(bnc#1012628).
|
||||
- ubi: fastmap: Free unused fastmap anchor peb during detach
|
||||
(bnc#1012628).
|
||||
- IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
|
||||
(bnc#1012628).
|
||||
- IB/hfi1: Fix memory leaks in sysfs registration and
|
||||
unregistration (bnc#1012628).
|
||||
- IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
|
||||
(bnc#1012628).
|
||||
- ASoC: jz4740-i2s: Fix divider written at incorrect offset in
|
||||
register (bnc#1012628).
|
||||
- ASoC: tas2562: Fixed incorrect amp_level setting (bnc#1012628).
|
||||
- platform/x86: intel_int0002_vgpio: Use
|
||||
acpi_register_wakeup_handler() (bnc#1012628).
|
||||
- ACPI: PM: Add acpi_[un]register_wakeup_handler() (bnc#1012628).
|
||||
- hwrng: imx-rngc - fix an error path (bnc#1012628).
|
||||
- tools/accounting/getdelays.c: fix netlink attribute length
|
||||
(bnc#1012628).
|
||||
- slub: improve bit diffusion for freelist ptr obfuscation
|
||||
(bnc#1012628).
|
||||
- usb: dwc3: gadget: Wrap around when skip TRBs (bnc#1012628).
|
||||
- random: always use batched entropy for get_random_u{32,64}
|
||||
(bnc#1012628).
|
||||
- s390: prevent leaking kernel address in BEAR (bnc#1012628).
|
||||
- net: phy: at803x: fix clock sink configuration on ATH8030 and
|
||||
ATH8035 (bnc#1012628).
|
||||
- cxgb4: free MQPRIO resources in shutdown path (bnc#1012628).
|
||||
- r8169: change back SG and TSO to be disabled by default
|
||||
(bnc#1012628).
|
||||
- mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_VLAN_MANGLE
|
||||
(bnc#1012628).
|
||||
- tun: Don't put_page() for all negative return values from XDP
|
||||
program (bnc#1012628).
|
||||
- slcan: Don't transmit uninitialized stack data in padding
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dwmac1000: fix out-of-bounds mac address reg
|
||||
setting (bnc#1012628).
|
||||
- net_sched: fix a missing refcnt in tcindex_init() (bnc#1012628).
|
||||
- net_sched: add a temporary refcnt for struct tcindex_data
|
||||
(bnc#1012628).
|
||||
- net: phy: micrel: kszphy_resume(): add delay after
|
||||
genphy_resume() before accessing PHY registers (bnc#1012628).
|
||||
- net: dsa: mt7530: fix null pointer dereferencing in port5 setup
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Ensure correct sub-node is parsed
|
||||
(bnc#1012628).
|
||||
- net: dsa: bcm_sf2: Do not register slave MDIO bus with OF
|
||||
(bnc#1012628).
|
||||
- ipv6: don't auto-add link-local address to lag ports
|
||||
(bnc#1012628).
|
||||
- cxgb4: fix MPS index overwrite when setting MAC address
|
||||
(bnc#1012628).
|
||||
- commit e42da4f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 10:56:48 CEST 2020 - mkubecek@suse.cz
|
||||
|
||||
- constrants: fix malformed XML
|
||||
Closing tag of an element is "</foo>", not "<foo/>".
|
||||
Fixes: 8b37de2eb835 ("rpm/constraints.in: Increase memory for kernel-docs")
|
||||
- commit 4a8ca28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 15:45:36 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
@ -18,7 +98,26 @@ Thu Apr 9 15:02:07 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- efi/x86: Don't remap text<->rodata gap read-only for mixed mode
|
||||
(bnc#1168645).
|
||||
- commit e33fd20
|
||||
- commit fd9c360
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 13:05:51 CEST 2020 - mgorman@suse.de
|
||||
|
||||
- Update config files to disable CONFIG_TRACE_IRQFLAGS (bsc#1169078).
|
||||
- commit d379575
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 11:24:12 CEST 2020 - msuchanek@suse.de
|
||||
|
||||
- rpm/constraints.in: Increase memory for kernel-docs
|
||||
References: https://build.opensuse.org/request/show/792664
|
||||
- commit 8b37de2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 02:44:51 CEST 2020 - neilb@suse.de
|
||||
|
||||
- cachefiles: fix corruption of 'ret' (boo#1168841).
|
||||
- commit 0a79cdc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 18:13:23 CEST 2020 - jslaby@suse.cz
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.3
|
||||
%define patchversion 5.6.4
|
||||
%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.3
|
||||
Version: 5.6.4
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g5b340fd
|
||||
Release: <RELEASE>.ge42da4f
|
||||
%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-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: kernel-%build_flavor-base-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
Provides: kernel-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
Provides: %name-srchash-e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
%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:d1dc2b95fb3bdcde4d0bc268d339580a0c4201cb4da43dc05702a1769e4b3858
|
||||
size 49490
|
||||
oid sha256:d3cc6b62287c05ea32a3035da6bf32c8b881bef58998ef9b9a377c97f241c2e6
|
||||
size 81732
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efbc86ecdd7c5216c4140d4ed4eaa5d512df7fa2827f5d4f57f746e03312e4cb
|
||||
size 57098
|
||||
oid sha256:bbcd3f896ca9a1d3f2505079fee280dd8ee8b6d2127efee5228141228b6f5ae3
|
||||
size 57515
|
||||
|
40
series.conf
40
series.conf
@ -93,6 +93,45 @@
|
||||
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
|
||||
patches.kernel.org/5.6.4-001-cxgb4-fix-MPS-index-overwrite-when-setting-MAC-.patch
|
||||
patches.kernel.org/5.6.4-002-ipv6-don-t-auto-add-link-local-address-to-lag-p.patch
|
||||
patches.kernel.org/5.6.4-003-net-dsa-bcm_sf2-Do-not-register-slave-MDIO-bus-.patch
|
||||
patches.kernel.org/5.6.4-004-net-dsa-bcm_sf2-Ensure-correct-sub-node-is-pars.patch
|
||||
patches.kernel.org/5.6.4-005-net-dsa-mt7530-fix-null-pointer-dereferencing-i.patch
|
||||
patches.kernel.org/5.6.4-006-net-phy-micrel-kszphy_resume-add-delay-after-ge.patch
|
||||
patches.kernel.org/5.6.4-007-net_sched-add-a-temporary-refcnt-for-struct-tci.patch
|
||||
patches.kernel.org/5.6.4-008-net_sched-fix-a-missing-refcnt-in-tcindex_init.patch
|
||||
patches.kernel.org/5.6.4-009-net-stmmac-dwmac1000-fix-out-of-bounds-mac-addr.patch
|
||||
patches.kernel.org/5.6.4-010-slcan-Don-t-transmit-uninitialized-stack-data-i.patch
|
||||
patches.kernel.org/5.6.4-011-tun-Don-t-put_page-for-all-negative-return-valu.patch
|
||||
patches.kernel.org/5.6.4-012-mlxsw-spectrum_flower-Do-not-stop-at-FLOW_ACTIO.patch
|
||||
patches.kernel.org/5.6.4-013-r8169-change-back-SG-and-TSO-to-be-disabled-by-.patch
|
||||
patches.kernel.org/5.6.4-014-cxgb4-free-MQPRIO-resources-in-shutdown-path.patch
|
||||
patches.kernel.org/5.6.4-015-net-phy-at803x-fix-clock-sink-configuration-on-.patch
|
||||
patches.kernel.org/5.6.4-016-s390-prevent-leaking-kernel-address-in-BEAR.patch
|
||||
patches.kernel.org/5.6.4-017-random-always-use-batched-entropy-for-get_rando.patch
|
||||
patches.kernel.org/5.6.4-018-usb-dwc3-gadget-Wrap-around-when-skip-TRBs.patch
|
||||
patches.kernel.org/5.6.4-019-slub-improve-bit-diffusion-for-freelist-ptr-obf.patch
|
||||
patches.kernel.org/5.6.4-020-tools-accounting-getdelays.c-fix-netlink-attrib.patch
|
||||
patches.kernel.org/5.6.4-021-hwrng-imx-rngc-fix-an-error-path.patch
|
||||
patches.kernel.org/5.6.4-022-ACPI-PM-Add-acpi_-un-register_wakeup_handler.patch
|
||||
patches.kernel.org/5.6.4-023-platform-x86-intel_int0002_vgpio-Use-acpi_regis.patch
|
||||
patches.kernel.org/5.6.4-024-ASoC-tas2562-Fixed-incorrect-amp_level-setting.patch
|
||||
patches.kernel.org/5.6.4-025-ASoC-jz4740-i2s-Fix-divider-written-at-incorrec.patch
|
||||
patches.kernel.org/5.6.4-026-IB-hfi1-Call-kobject_put-when-kobject_init_and_.patch
|
||||
patches.kernel.org/5.6.4-027-IB-hfi1-Fix-memory-leaks-in-sysfs-registration-.patch
|
||||
patches.kernel.org/5.6.4-028-IB-mlx5-Replace-tunnel-mpls-capability-bits-for.patch
|
||||
patches.kernel.org/5.6.4-029-ubi-fastmap-Free-unused-fastmap-anchor-peb-duri.patch
|
||||
patches.kernel.org/5.6.4-030-RDMA-ucma-Put-a-lock-around-every-call-to-the-r.patch
|
||||
patches.kernel.org/5.6.4-031-RDMA-cma-Teach-lockdep-about-the-order-of-rtnl-.patch
|
||||
patches.kernel.org/5.6.4-032-RDMA-siw-Fix-passive-connection-establishment.patch
|
||||
patches.kernel.org/5.6.4-033-Bluetooth-RFCOMM-fix-ODEBUG-bug-in-rfcomm_dev_i.patch
|
||||
patches.kernel.org/5.6.4-034-RDMA-cm-Update-num_paths-in-cma_resolve_iboe_ro.patch
|
||||
patches.kernel.org/5.6.4-035-blk-mq-Keep-set-nr_hw_queues-and-set-map-.nr_qu.patch
|
||||
patches.kernel.org/5.6.4-036-fbcon-fix-null-ptr-deref-in-fbcon_switch.patch
|
||||
patches.kernel.org/5.6.4-037-io-uring-drop-completion-when-removing-file.patch
|
||||
patches.kernel.org/5.6.4-038-driver-core-Reevaluate-dev-links.need_for_probe.patch
|
||||
patches.kernel.org/5.6.4-039-Linux-5.6.4.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -182,6 +221,7 @@
|
||||
|
||||
# other
|
||||
patches.suse/pstore_disable_efi_backend_by_default.patch
|
||||
patches.suse/cachefiles-fix.patch
|
||||
|
||||
########################################################
|
||||
# Block layer
|
||||
|
@ -1,3 +1,3 @@
|
||||
2020-04-09 13:45:36 +0000
|
||||
GIT Revision: 5b340fd464ee2da87a8bcacba0920e43d777f687
|
||||
2020-04-13 18:13:21 +0000
|
||||
GIT Revision: e42da4fdf31f7f1da63e95b886f4802adc7f8eac
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user