diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index ee146da6..5f5d186f 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index 079ec054..3d7bf2b2 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -17,7 +17,7 @@ %define srcversion 5.4 -%define patchversion 5.4.4 +%define patchversion 5.4.5 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index ee146da6..5f5d186f 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index 661529f3..9410d7dc 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -17,7 +17,7 @@ %define srcversion 5.4 -%define patchversion 5.4.4 +%define patchversion 5.4.5 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index ee146da6..5f5d186f 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index 424bfc2a..e0554a28 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -17,7 +17,7 @@ %define srcversion 5.4 -%define patchversion 5.4.4 +%define patchversion 5.4.5 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index ee146da6..5f5d186f 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/kernel-64kb.spec b/kernel-64kb.spec index 55baa218..814d5efd 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.4 +%define patchversion 5.4.5 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff -Provides: kernel-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: kernel-%build_flavor-base-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 +Provides: kernel-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 # END COMMON DEPS -Provides: %name-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: %name-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-debug.changes b/kernel-debug.changes index ee146da6..5f5d186f 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index f18505fd..08b2c6ca 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.4 +%define patchversion 5.4.5 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff -Provides: kernel-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: kernel-%build_flavor-base-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 +Provides: kernel-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 # END COMMON DEPS -Provides: %name-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: %name-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 %ifarch ppc64 Provides: kernel-kdump = 2.6.28 Obsoletes: kernel-kdump <= 2.6.28 diff --git a/kernel-default.changes b/kernel-default.changes index ee146da6..5f5d186f 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index 99e1872f..7c6ab2e6 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.4 +%define patchversion 5.4.5 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff -Provides: kernel-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: kernel-%build_flavor-base-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 +Provides: kernel-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 # END COMMON DEPS -Provides: %name-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: %name-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 %ifarch %ix86 Provides: kernel-smp = 2.6.17 Obsoletes: kernel-smp <= 2.6.17 diff --git a/kernel-docs.changes b/kernel-docs.changes index ee146da6..5f5d186f 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index 0fb0b966..d6379ae2 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ %define srcversion 5.4 -%define patchversion 5.4.4 +%define patchversion 5.4.5 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %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-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: %name-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz diff --git a/kernel-kvmsmall.changes b/kernel-kvmsmall.changes index ee146da6..5f5d186f 100644 --- a/kernel-kvmsmall.changes +++ b/kernel-kvmsmall.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec index 75f047de..40c5e05c 100644 --- a/kernel-kvmsmall.spec +++ b/kernel-kvmsmall.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.4 +%define patchversion 5.4.5 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff -Provides: kernel-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: kernel-%build_flavor-base-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 +Provides: kernel-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 # END COMMON DEPS -Provides: %name-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: %name-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-lpae.changes b/kernel-lpae.changes index ee146da6..5f5d186f 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/kernel-lpae.spec b/kernel-lpae.spec index efa02f63..814048e4 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.4 +%define patchversion 5.4.5 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff -Provides: kernel-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: kernel-%build_flavor-base-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 +Provides: kernel-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 # END COMMON DEPS -Provides: %name-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: %name-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index ee146da6..5f5d186f 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 86c38ec2..f75b645c 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 5.4.4 +%define patchversion 5.4.5 %define variant %{nil} %define vanilla_only 0 @@ -45,7 +45,7 @@ BuildRequires: util-linux %endif %endif %endif -BuildRequires: kernel%kernel_flavor-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +BuildRequires: kernel%kernel_flavor-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index ee146da6..5f5d186f 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index b3f90fed..a75f7ab0 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -17,7 +17,7 @@ # needsrootforbuild -%define patchversion 5.4.4 +%define patchversion 5.4.5 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index ee146da6..5f5d186f 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index 9227b43f..5ad5dfe6 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.4 +%define patchversion 5.4.5 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff -Provides: kernel-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: kernel-%build_flavor-base-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 +Provides: kernel-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 # END COMMON DEPS -Provides: %name-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: %name-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 %ifarch %ix86 Provides: kernel-bigsmp = 2.6.17 Obsoletes: kernel-bigsmp <= 2.6.17 diff --git a/kernel-source.changes b/kernel-source.changes index ee146da6..5f5d186f 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index a049880b..adff277a 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.4 +%define patchversion 5.4.5 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %else Release: 0 %endif @@ -43,7 +43,7 @@ BuildRequires: fdupes BuildRequires: sed Requires(post): coreutils sed Provides: %name = %version-%source_rel -Provides: %name-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: %name-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 Provides: linux Provides: multiversion(kernel) Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz diff --git a/kernel-syms.changes b/kernel-syms.changes index ee146da6..5f5d186f 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 81513f1f..5966ca1d 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -24,10 +24,10 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) License: GPL-2.0 Group: Development/Sources -Version: 5.4.4 +Version: 5.4.5 %if %using_buildservice %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %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-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: %name-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 Provides: multiversion(kernel) Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index ee146da6..5f5d186f 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index f02cedd5..cbddd78e 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.4 +%define patchversion 5.4.5 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff -Provides: kernel-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: kernel-%build_flavor-base-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 +Provides: kernel-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 # END COMMON DEPS -Provides: %name-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: %name-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-zfcpdump.changes b/kernel-zfcpdump.changes index ee146da6..5f5d186f 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Wed Dec 18 19:34:30 CET 2019 - jslaby@suse.cz + +- Linux 5.4.5 (bnc#1012628). +- r8169: add missing RX enabling for WoL on RTL8125 (bnc#1012628). +- net: mscc: ocelot: unregister the PTP clock on deinit + (bnc#1012628). +- ionic: keep users rss hash across lif reset (bnc#1012628). +- xdp: obtain the mem_id mutex before trying to remove an entry + (bnc#1012628). +- page_pool: do not release pool until inflight == 0 + (bnc#1012628). +- net/mlx5e: ethtool, Fix analysis of speed setting (bnc#1012628). +- net/mlx5e: Fix translation of link mode into speed + (bnc#1012628). +- net/mlx5e: Fix freeing flow with kfree() and not kvfree() + (bnc#1012628). +- net/mlx5e: Fix SFF 8472 eeprom length (bnc#1012628). +- act_ct: support asymmetric conntrack (bnc#1012628). +- net/mlx5e: Fix TXQ indices to be sequential (bnc#1012628). +- net: Fixed updating of ethertype in skb_mpls_push() + (bnc#1012628). +- hsr: fix a NULL pointer dereference in hsr_dev_xmit() + (bnc#1012628). +- Fixed updating of ethertype in function skb_mpls_pop + (bnc#1012628). +- gre: refetch erspan header from skb->data after pskb_may_pull() + (bnc#1012628). +- cls_flower: Fix the behavior using port ranges with hw-offload + (bnc#1012628). +- net: sched: allow indirect blocks to bind to clsact in TC + (bnc#1012628). +- net: core: rename indirect block ingress cb function + (bnc#1012628). +- tcp: Protect accesses to .ts_recent_stamp with + {READ,WRITE}_ONCE() (bnc#1012628). +- tcp: tighten acceptance of ACKs not matching a child socket + (bnc#1012628). +- tcp: fix rejected syncookies due to stale timestamps + (bnc#1012628). +- net: ipv6_stub: use ip6_dst_lookup_flow instead of + ip6_dst_lookup (bnc#1012628). +- net: ipv6: add net argument to ip6_dst_lookup_flow + (bnc#1012628). +- net/mlx5e: Query global pause state before setting prio2buffer + (bnc#1012628). +- tipc: fix ordering of tipc module init and exit routine + (bnc#1012628). +- tcp: md5: fix potential overestimation of TCP option space + (bnc#1012628). +- openvswitch: support asymmetric conntrack (bnc#1012628). +- net/tls: Fix return values to avoid ENOTSUPP (bnc#1012628). +- net: thunderx: start phy before starting autonegotiation + (bnc#1012628). +- net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() + (bnc#1012628). +- net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK + subqueues (bnc#1012628). +- net: ethernet: ti: cpsw: fix extra rx interrupt (bnc#1012628). +- net: dsa: fix flow dissection on Tx path (bnc#1012628). +- net: bridge: deny dev_set_mac_address() when unregistering + (bnc#1012628). +- mqprio: Fix out-of-bounds access in mqprio_dump (bnc#1012628). +- inet: protect against too small mtu values (bnc#1012628). +- commit 47eef04 + ------------------------------------------------------------------- Wed Dec 18 12:45:43 CET 2019 - jslaby@suse.cz diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index 2e9c278f..2b108bbc 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -18,7 +18,7 @@ %define srcversion 5.4 -%define patchversion 5.4.4 +%define patchversion 5.4.5 %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.4.4 +Version: 5.4.5 %if 0%{?is_kotd} -Release: .g43b8f65 +Release: .g47eef04 %else Release: 0 %endif @@ -172,10 +172,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff -Provides: kernel-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: kernel-%build_flavor-base-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 +Provides: kernel-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 # END COMMON DEPS -Provides: %name-srchash-43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +Provides: %name-srchash-47eef04b0c2cb6bf297b737770e4596de6862e34 %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 83d9cf87..92914bec 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1137229e4b20616f1905ee27f48bd4dab279bd076ae1260ffc7d1ab3dada6b5c -size 288820 +oid sha256:0c80debe1eb9f13aabfb13bab9c63018976171c005d0931282e143e299fd6f70 +size 327835 diff --git a/series.conf b/series.conf index 53e3dfe5..c865437d 100644 --- a/series.conf +++ b/series.conf @@ -425,6 +425,43 @@ patches.kernel.org/5.4.4-180-r8169-fix-rtl_hw_jumbo_disable-for-RTL8168evl.patch patches.kernel.org/5.4.4-181-EDAC-ghes-Do-not-warn-when-incrementing-refcoun.patch patches.kernel.org/5.4.4-182-Linux-5.4.4.patch + patches.kernel.org/5.4.5-001-inet-protect-against-too-small-mtu-values.patch + patches.kernel.org/5.4.5-002-mqprio-Fix-out-of-bounds-access-in-mqprio_dump.patch + patches.kernel.org/5.4.5-003-net-bridge-deny-dev_set_mac_address-when-unregi.patch + patches.kernel.org/5.4.5-004-net-dsa-fix-flow-dissection-on-Tx-path.patch + patches.kernel.org/5.4.5-005-net-ethernet-ti-cpsw-fix-extra-rx-interrupt.patch + patches.kernel.org/5.4.5-006-net-sched-fix-dump-qlen-for-sch_mq-sch_mqprio-w.patch + patches.kernel.org/5.4.5-007-net_sched-validate-TCA_KIND-attribute-in-tc_cha.patch + patches.kernel.org/5.4.5-008-net-thunderx-start-phy-before-starting-autonego.patch + patches.kernel.org/5.4.5-009-net-tls-Fix-return-values-to-avoid-ENOTSUPP.patch + patches.kernel.org/5.4.5-010-openvswitch-support-asymmetric-conntrack.patch + patches.kernel.org/5.4.5-011-tcp-md5-fix-potential-overestimation-of-TCP-opt.patch + patches.kernel.org/5.4.5-012-tipc-fix-ordering-of-tipc-module-init-and-exit-.patch + patches.kernel.org/5.4.5-013-net-mlx5e-Query-global-pause-state-before-setti.patch + patches.kernel.org/5.4.5-014-net-ipv6-add-net-argument-to-ip6_dst_lookup_flo.patch + patches.kernel.org/5.4.5-015-net-ipv6_stub-use-ip6_dst_lookup_flow-instead-o.patch + patches.kernel.org/5.4.5-016-tcp-fix-rejected-syncookies-due-to-stale-timest.patch + patches.kernel.org/5.4.5-017-tcp-tighten-acceptance-of-ACKs-not-matching-a-c.patch + patches.kernel.org/5.4.5-018-tcp-Protect-accesses-to-.ts_recent_stamp-with-R.patch + patches.kernel.org/5.4.5-019-net-core-rename-indirect-block-ingress-cb-funct.patch + patches.kernel.org/5.4.5-020-net-sched-allow-indirect-blocks-to-bind-to-clsa.patch + patches.kernel.org/5.4.5-021-cls_flower-Fix-the-behavior-using-port-ranges-w.patch + patches.kernel.org/5.4.5-022-gre-refetch-erspan-header-from-skb-data-after-p.patch + patches.kernel.org/5.4.5-023-Fixed-updating-of-ethertype-in-function-skb_mpl.patch + patches.kernel.org/5.4.5-024-hsr-fix-a-NULL-pointer-dereference-in-hsr_dev_x.patch + patches.kernel.org/5.4.5-025-net-Fixed-updating-of-ethertype-in-skb_mpls_pus.patch + patches.kernel.org/5.4.5-026-net-mlx5e-Fix-TXQ-indices-to-be-sequential.patch + patches.kernel.org/5.4.5-027-act_ct-support-asymmetric-conntrack.patch + patches.kernel.org/5.4.5-028-net-mlx5e-Fix-SFF-8472-eeprom-length.patch + patches.kernel.org/5.4.5-029-net-mlx5e-Fix-freeing-flow-with-kfree-and-not-k.patch + patches.kernel.org/5.4.5-030-net-mlx5e-Fix-translation-of-link-mode-into-spe.patch + patches.kernel.org/5.4.5-031-net-mlx5e-ethtool-Fix-analysis-of-speed-setting.patch + patches.kernel.org/5.4.5-032-page_pool-do-not-release-pool-until-inflight-0.patch + patches.kernel.org/5.4.5-033-xdp-obtain-the-mem_id-mutex-before-trying-to-re.patch + patches.kernel.org/5.4.5-034-ionic-keep-users-rss-hash-across-lif-reset.patch + patches.kernel.org/5.4.5-035-net-mscc-ocelot-unregister-the-PTP-clock-on-dei.patch + patches.kernel.org/5.4.5-036-r8169-add-missing-RX-enabling-for-WoL-on-RTL812.patch + patches.kernel.org/5.4.5-037-Linux-5.4.5.patch ######################################################## # Build fixes that apply to the vanilla kernel too. diff --git a/source-timestamp b/source-timestamp index 9968d4a9..6ce75603 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2019-12-18 11:45:43 +0000 -GIT Revision: 43b8f65cd9f55dfc18c4a6a9cb062a15ef68b7ff +2019-12-18 18:34:46 +0000 +GIT Revision: 47eef04b0c2cb6bf297b737770e4596de6862e34 GIT Branch: stable