commit 2e484d759cd4c3c63548f809a29e111e86ec96c9
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1087
This commit is contained in:
parent
4ec903c963
commit
4cdc0a074d
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%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.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%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.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%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.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-%build_flavor-base-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
Provides: kernel-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: %name-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-%build_flavor-base-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
Provides: kernel-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: %name-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-%build_flavor-base-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
Provides: kernel-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: %name-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%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.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%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-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: %name-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-%build_flavor-base-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
Provides: kernel-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: %name-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-%build_flavor-base-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
Provides: kernel-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: %name-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
BuildRequires: kernel%kernel_flavor-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
|
||||
%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.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%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.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-%build_flavor-base-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
Provides: kernel-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: %name-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%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.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: %name-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.1.7
|
||||
Version: 5.1.6
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -55,7 +55,7 @@ Requires: kernel-zfcpdump-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: %name-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-%build_flavor-base-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
Provides: kernel-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: %name-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,78 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:56:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.1.7 (bnc#1012628).
|
||||
- tipc: fix modprobe tipc failed after switch order of device
|
||||
registration (bnc#1012628).
|
||||
- Revert "tipc: fix modprobe tipc failed after switch order of
|
||||
device registration" (bnc#1012628).
|
||||
- crypto: vmx - ghash: do nosimd fallback manually (bnc#1012628).
|
||||
- net: correct zerocopy refcnt with udp MSG_MORE (bnc#1012628).
|
||||
- cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on
|
||||
page size" (bnc#1012628).
|
||||
- net/tls: don't ignore netdev notifications if no TLS features
|
||||
(bnc#1012628).
|
||||
- net/tls: fix state removal with feature flags off (bnc#1012628).
|
||||
- selftests/tls: add test for sleeping even though there is data
|
||||
(bnc#1012628).
|
||||
- net/tls: fix no wakeup on partial reads (bnc#1012628).
|
||||
- selftests/tls: test for lowat overshoot with multiple records
|
||||
(bnc#1012628).
|
||||
- net/tls: fix lowat calculation if some data came from previous
|
||||
record (bnc#1012628).
|
||||
- bnxt_en: Reduce memory usage when running in kdump kernel
|
||||
(bnc#1012628).
|
||||
- bnxt_en: Fix possible BUG() condition when calling
|
||||
pci_disable_msix() (bnc#1012628).
|
||||
- bnxt_en: Fix aggregation buffer leak under OOM condition
|
||||
(bnc#1012628).
|
||||
- net: stmmac: dma channel control register need to be init first
|
||||
(bnc#1012628).
|
||||
- net: stmmac: fix ethtool flow control not able to get/set
|
||||
(bnc#1012628).
|
||||
- net/mlx5e: Disable rxhash when CQE compress is enabled
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Allocate root ns memory using kzalloc to match kfree
|
||||
(bnc#1012628).
|
||||
- tipc: Avoid copying bytes beyond the supplied data
|
||||
(bnc#1012628).
|
||||
- net/mlx5: Avoid double free in fs init error unwinding path
|
||||
(bnc#1012628).
|
||||
- usbnet: fix kernel crash after disconnect (bnc#1012628).
|
||||
- r8169: fix MAC address being lost in PCI D3 (bnc#1012628).
|
||||
- net: stmmac: fix reset gpio free missing (bnc#1012628).
|
||||
- net: sched: don't use tc_action->order during action dump
|
||||
(bnc#1012628).
|
||||
- net: phy: marvell10g: report if the PHY fails to boot firmware
|
||||
(bnc#1012628).
|
||||
- net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
|
||||
(bnc#1012628).
|
||||
- net: mvneta: Fix err code path of probe (bnc#1012628).
|
||||
- net-gro: fix use-after-free read in napi_gro_frags()
|
||||
(bnc#1012628).
|
||||
- net: fec: fix the clk mismatch in failed_reset path
|
||||
(bnc#1012628).
|
||||
- net: dsa: mv88e6xxx: fix handling of upper half of
|
||||
STATS_TYPE_PORT (bnc#1012628).
|
||||
- mlxsw: spectrum_acl: Avoid warning after identical rules
|
||||
insertion (bnc#1012628).
|
||||
- llc: fix skb leak in llc_build_and_send_ui_pkt() (bnc#1012628).
|
||||
- ipv6: Fix redirect with VRF (bnc#1012628).
|
||||
- ipv6: Consider sk_bound_dev_if when binding a raw socket to
|
||||
an address (bnc#1012628).
|
||||
- ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
|
||||
(bnc#1012628).
|
||||
- ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
|
||||
(bnc#1012628).
|
||||
- inet: switch IP ID generator to siphash (bnc#1012628).
|
||||
- ethtool: Check for vlan etype or vlan tci when parsing flow_rule
|
||||
(bnc#1012628).
|
||||
- cxgb4: offload VLAN flows regardless of VLAN ethtype
|
||||
(bnc#1012628).
|
||||
- bonding/802.3ad: fix slave link initialization transition states
|
||||
(bnc#1012628).
|
||||
- commit 55f2451
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:27:42 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.1
|
||||
%define patchversion 5.1.7
|
||||
%define patchversion 5.1.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -62,9 +62,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.1.7
|
||||
Version: 5.1.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g55f2451
|
||||
Release: <RELEASE>.g2e484d7
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -169,10 +169,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: kernel-%build_flavor-base-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
Provides: kernel-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-55f2451c7a489069e9144e81bda3e375644a5983
|
||||
Provides: %name-srchash-2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
%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:80aa76fb10f8e18232c2c98d5bffb65d6b90b91424be2d83ecd1d756302c7133
|
||||
size 609604
|
||||
oid sha256:c01e89b0fef741434d3539b08a22280613b9eb5f8ab9d4b770a0b34c5b14bcc1
|
||||
size 582577
|
||||
|
41
series.conf
41
series.conf
@ -786,47 +786,6 @@
|
||||
patches.kernel.org/5.1.6-404-drm-sun4i-dsi-Enforce-boundaries-on-the-start-d.patch
|
||||
patches.kernel.org/5.1.6-405-NFS-Fix-a-double-unlock-from-nfs_match-get_clie.patch
|
||||
patches.kernel.org/5.1.6-406-Linux-5.1.6.patch
|
||||
patches.kernel.org/5.1.7-001-bonding-802.3ad-fix-slave-link-initialization-t.patch
|
||||
patches.kernel.org/5.1.7-002-cxgb4-offload-VLAN-flows-regardless-of-VLAN-eth.patch
|
||||
patches.kernel.org/5.1.7-003-ethtool-Check-for-vlan-etype-or-vlan-tci-when-p.patch
|
||||
patches.kernel.org/5.1.7-004-inet-switch-IP-ID-generator-to-siphash.patch
|
||||
patches.kernel.org/5.1.7-005-ipv4-igmp-fix-another-memory-leak-in-igmpv3_del.patch
|
||||
patches.kernel.org/5.1.7-006-ipv4-igmp-fix-build-error-if-CONFIG_IP_MULTICAS.patch
|
||||
patches.kernel.org/5.1.7-007-ipv6-Consider-sk_bound_dev_if-when-binding-a-ra.patch
|
||||
patches.kernel.org/5.1.7-008-ipv6-Fix-redirect-with-VRF.patch
|
||||
patches.kernel.org/5.1.7-009-llc-fix-skb-leak-in-llc_build_and_send_ui_pkt.patch
|
||||
patches.kernel.org/5.1.7-010-mlxsw-spectrum_acl-Avoid-warning-after-identica.patch
|
||||
patches.kernel.org/5.1.7-011-net-dsa-mv88e6xxx-fix-handling-of-upper-half-of.patch
|
||||
patches.kernel.org/5.1.7-012-net-fec-fix-the-clk-mismatch-in-failed_reset-pa.patch
|
||||
patches.kernel.org/5.1.7-013-net-gro-fix-use-after-free-read-in-napi_gro_fra.patch
|
||||
patches.kernel.org/5.1.7-014-net-mvneta-Fix-err-code-path-of-probe.patch
|
||||
patches.kernel.org/5.1.7-015-net-mvpp2-fix-bad-MVPP2_TXQ_SCHED_TOKEN_CNTR_RE.patch
|
||||
patches.kernel.org/5.1.7-016-net-phy-marvell10g-report-if-the-PHY-fails-to-b.patch
|
||||
patches.kernel.org/5.1.7-017-net-sched-don-t-use-tc_action-order-during-acti.patch
|
||||
patches.kernel.org/5.1.7-018-net-stmmac-fix-reset-gpio-free-missing.patch
|
||||
patches.kernel.org/5.1.7-019-r8169-fix-MAC-address-being-lost-in-PCI-D3.patch
|
||||
patches.kernel.org/5.1.7-020-usbnet-fix-kernel-crash-after-disconnect.patch
|
||||
patches.kernel.org/5.1.7-021-net-mlx5-Avoid-double-free-in-fs-init-error-unw.patch
|
||||
patches.kernel.org/5.1.7-022-tipc-Avoid-copying-bytes-beyond-the-supplied-da.patch
|
||||
patches.kernel.org/5.1.7-023-net-mlx5-Allocate-root-ns-memory-using-kzalloc-.patch
|
||||
patches.kernel.org/5.1.7-024-net-mlx5e-Disable-rxhash-when-CQE-compress-is-e.patch
|
||||
patches.kernel.org/5.1.7-025-net-stmmac-fix-ethtool-flow-control-not-able-to.patch
|
||||
patches.kernel.org/5.1.7-026-net-stmmac-dma-channel-control-register-need-to.patch
|
||||
patches.kernel.org/5.1.7-027-bnxt_en-Fix-aggregation-buffer-leak-under-OOM-c.patch
|
||||
patches.kernel.org/5.1.7-028-bnxt_en-Fix-possible-BUG-condition-when-calling.patch
|
||||
patches.kernel.org/5.1.7-029-bnxt_en-Reduce-memory-usage-when-running-in-kdu.patch
|
||||
patches.kernel.org/5.1.7-030-net-tls-fix-lowat-calculation-if-some-data-came.patch
|
||||
patches.kernel.org/5.1.7-031-selftests-tls-test-for-lowat-overshoot-with-mul.patch
|
||||
patches.kernel.org/5.1.7-032-net-tls-fix-no-wakeup-on-partial-reads.patch
|
||||
patches.kernel.org/5.1.7-033-selftests-tls-add-test-for-sleeping-even-though.patch
|
||||
patches.kernel.org/5.1.7-034-net-tls-fix-state-removal-with-feature-flags-of.patch
|
||||
patches.kernel.org/5.1.7-035-net-tls-don-t-ignore-netdev-notifications-if-no.patch
|
||||
patches.kernel.org/5.1.7-036-cxgb4-Revert-cxgb4-Remove-SGE_HOST_PAGE_SIZE-de.patch
|
||||
patches.kernel.org/5.1.7-037-net-correct-zerocopy-refcnt-with-udp-MSG_MORE.patch
|
||||
patches.kernel.org/5.1.7-038-crypto-vmx-ghash-do-nosimd-fallback-manually.patch
|
||||
patches.kernel.org/5.1.7-039-Revert-tipc-fix-modprobe-tipc-failed-after-swit.patch
|
||||
patches.kernel.org/5.1.7-040-tipc-fix-modprobe-tipc-failed-after-switch-orde.patch
|
||||
patches.kernel.org/5.1.7-041-Linux-5.1.7.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
|
@ -1,3 +1,3 @@
|
||||
2019-06-04 07:56:54 +0000
|
||||
GIT Revision: 55f2451c7a489069e9144e81bda3e375644a5983
|
||||
2019-06-03 05:27:42 +0000
|
||||
GIT Revision: 2e484d759cd4c3c63548f809a29e111e86ec96c9
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user