commit 79e03c25f1842966b73fd48825bb1b7d969c0fe5
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1365
This commit is contained in:
parent
1770b3d20e
commit
df6b83d28a
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%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.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%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.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%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.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%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-riscv64
|
||||
Version: 5.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-%build_flavor-base-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
Provides: kernel-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: %name-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-%build_flavor-base-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
Provides: kernel-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: %name-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-%build_flavor-base-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
Provides: kernel-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: %name-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%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.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%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-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: %name-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-%build_flavor-base-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
Provides: kernel-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: %name-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-%build_flavor-base-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
Provides: kernel-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: %name-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
BuildRequires: kernel%kernel_flavor-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
|
||||
%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.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%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.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-%build_flavor-base-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
Provides: kernel-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: %name-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%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.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: %name-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.8.11
|
||||
Version: 5.8.12
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%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-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: %name-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-%build_flavor-base-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
Provides: kernel-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: %name-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,103 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:54:40 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- hv_netvsc: Switch the data path at the right time during
|
||||
hibernation (git-fixes).
|
||||
- commit 79e03c2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 18:52:42 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.8.12 (bsc#1012628).
|
||||
- net/mlx5e: Fix endianness when calculating pedit mask first bit
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Use synchronize_rcu to sync with NAPI (bsc#1012628).
|
||||
- net/mlx5e: Use RCU to protect rq->xdp_prog (bsc#1012628).
|
||||
- Revert "netns: don't disable BHs when locking "nsid_lock""
|
||||
(bsc#1012628).
|
||||
- net: macb: fix for pause frame receive enable bit (bsc#1012628).
|
||||
- net: dsa: microchip: ksz8795: really set the correct number
|
||||
of ports (bsc#1012628).
|
||||
- net: dsa: link interfaces with the DSA master to get rid of
|
||||
lockdep warnings (bsc#1012628).
|
||||
- hv_netvsc: Fix hibernation for mlx5 VF driver (bsc#1012628).
|
||||
- hinic: fix rewaking txq after netif_tx_disable (bsc#1012628).
|
||||
- net/mlx5e: Fix memory leak of tunnel info when rule under
|
||||
multipath not ready (bsc#1012628).
|
||||
- net: ipa: fix u32_replace_bits by u32p_xxx version
|
||||
(bsc#1012628).
|
||||
- wireguard: peerlookup: take lock before checking hash in
|
||||
replace operation (bsc#1012628).
|
||||
- wireguard: noise: take lock when removing handshake entry from
|
||||
table (bsc#1012628).
|
||||
- net: ethernet: ti: cpsw_new: fix suspend/resume (bsc#1012628).
|
||||
- net: add __must_check to skb_put_padto() (bsc#1012628).
|
||||
- net: qrtr: check skb_put_padto() return value (bsc#1012628).
|
||||
- net: phy: Do not warn in phy_stop() on PHY_DOWN (bsc#1012628).
|
||||
- net: phy: Avoid NPD upon phy_detach() when driver is unbound
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Disable IRQs only if NAPI gets scheduled
|
||||
(bsc#1012628).
|
||||
- net: lantiq: Use napi_complete_done() (bsc#1012628).
|
||||
- net: lantiq: use netif_tx_napi_add() for TX NAPI (bsc#1012628).
|
||||
- net: lantiq: Wake TX queue again (bsc#1012628).
|
||||
- bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam()
|
||||
with mutex (bsc#1012628).
|
||||
- bnxt_en: return proper error codes in bnxt_show_temp
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Use memcpy to copy VPD field info (bsc#1012628).
|
||||
- net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
|
||||
(bsc#1012628).
|
||||
- net/mlx5e: Enable adding peer miss rules only if merged eswitch
|
||||
is supported (bsc#1012628).
|
||||
- tipc: use skb_unshare() instead in tipc_buf_append()
|
||||
(bsc#1012628).
|
||||
- tipc: fix shutdown() of connection oriented socket
|
||||
(bsc#1012628).
|
||||
- tipc: Fix memory leak in tipc_group_create_member()
|
||||
(bsc#1012628).
|
||||
- taprio: Fix allowing too small intervals (bsc#1012628).
|
||||
- nfp: use correct define to return NONE fec (bsc#1012628).
|
||||
- net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
|
||||
(bsc#1012628).
|
||||
- net: sch_generic: aviod concurrent reset and enqueue op for
|
||||
lockless qdisc (bsc#1012628).
|
||||
- net: sched: initialize with 0 before setting erspan md->u
|
||||
(bsc#1012628).
|
||||
- net: phy: call phy_disable_interrupts() in phy_attach_direct()
|
||||
instead (bsc#1012628).
|
||||
- net/mlx5: Fix FTE cleanup (bsc#1012628).
|
||||
- net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMAC
|
||||
(bsc#1012628).
|
||||
- net: Fix bridge enslavement failure (bsc#1012628).
|
||||
- net: dsa: rtl8366: Properly clear member config (bsc#1012628).
|
||||
- net: DCB: Validate DCB_ATTR_DCB_BUFFER argument (bsc#1012628).
|
||||
- net: bridge: br_vlan_get_pvid_rcu() should dereference the
|
||||
VLAN group under RCU (bsc#1012628).
|
||||
- ipv6: avoid lockdep issue in fib6_del() (bsc#1012628).
|
||||
- ipv4: Update exception handling for multipath routes via same
|
||||
device (bsc#1012628).
|
||||
- ipv4: Initialize flowi4_multipath_hash in data path
|
||||
(bsc#1012628).
|
||||
- ip: fix tos reflection in ack and reset packets (bsc#1012628).
|
||||
- hinic: bump up the timeout of SET_FUNC_STATE cmd (bsc#1012628).
|
||||
- hdlc_ppp: add range checks in ppp_cp_parse_cr() (bsc#1012628).
|
||||
- geneve: add transport ports in route lookup for geneve
|
||||
(bsc#1012628).
|
||||
- cxgb4: Fix offset when clearing filter byte counters
|
||||
(bsc#1012628).
|
||||
- cxgb4: fix memory leak during module unload (bsc#1012628).
|
||||
- bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()
|
||||
(bsc#1012628).
|
||||
- bnxt_en: Avoid sending firmware messages when AER error is
|
||||
detected (bsc#1012628).
|
||||
- act_ife: load meta modules before tcf_idr_check_alloc()
|
||||
(bsc#1012628).
|
||||
- ibmvnic: add missing parenthesis in do_reset() (bsc#1012628).
|
||||
- ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
|
||||
(bsc#1012628).
|
||||
- commit 4416947
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 24 06:12:22 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.8
|
||||
%define patchversion 5.8.11
|
||||
%define patchversion 5.8.12
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.8.11
|
||||
Version: 5.8.12
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gf4bb27a
|
||||
Release: <RELEASE>.g79e03c2
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: kernel-%build_flavor-base-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
Provides: kernel-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
Provides: %name-srchash-79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
%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:9474127ab8e329343491382fbb94934a9a3a8a9f54a1495cc4c2d177eba04bfe
|
||||
size 1165585
|
||||
oid sha256:8f5357ccca97b8bf623cf8cd9750dca9bc5dffe545e1d88ae59d53a1e870db75
|
||||
size 1207754
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9cd417ca636fa2bd026489e985082d3ca4da541ea43c60f7ed5a3408c0f3605a
|
||||
size 66420
|
||||
oid sha256:2857e21817f8f0fcdecdac69d2291f8daf784b3f000e542db49f3bb1b8e5f684
|
||||
size 67149
|
||||
|
58
series.conf
58
series.conf
@ -1696,6 +1696,63 @@
|
||||
patches.kernel.org/5.8.11-116-mm-memcg-fix-memcg-reclaim-soft-lockup.patch
|
||||
patches.kernel.org/5.8.11-117-nvme-loop-set-ctrl-state-connecting-after-init.patch
|
||||
patches.kernel.org/5.8.11-118-Linux-5.8.11.patch
|
||||
patches.kernel.org/5.8.12-001-ibmvnic-fix-NULL-tx_pools-and-rx_tools-issue-a.patch
|
||||
patches.kernel.org/5.8.12-002-ibmvnic-add-missing-parenthesis-in-do_reset.patch
|
||||
patches.kernel.org/5.8.12-003-act_ife-load-meta-modules-before-tcf_idr_check.patch
|
||||
patches.kernel.org/5.8.12-004-bnxt_en-Avoid-sending-firmware-messages-when-A.patch
|
||||
patches.kernel.org/5.8.12-005-bnxt_en-Fix-NULL-ptr-dereference-crash-in-bnxt.patch
|
||||
patches.kernel.org/5.8.12-006-cxgb4-fix-memory-leak-during-module-unload.patch
|
||||
patches.kernel.org/5.8.12-007-cxgb4-Fix-offset-when-clearing-filter-byte-cou.patch
|
||||
patches.kernel.org/5.8.12-008-geneve-add-transport-ports-in-route-lookup-for.patch
|
||||
patches.kernel.org/5.8.12-009-hdlc_ppp-add-range-checks-in-ppp_cp_parse_cr.patch
|
||||
patches.kernel.org/5.8.12-010-hinic-bump-up-the-timeout-of-SET_FUNC_STATE-cm.patch
|
||||
patches.kernel.org/5.8.12-011-ip-fix-tos-reflection-in-ack-and-reset-packets.patch
|
||||
patches.kernel.org/5.8.12-012-ipv4-Initialize-flowi4_multipath_hash-in-data-.patch
|
||||
patches.kernel.org/5.8.12-013-ipv4-Update-exception-handling-for-multipath-r.patch
|
||||
patches.kernel.org/5.8.12-014-ipv6-avoid-lockdep-issue-in-fib6_del.patch
|
||||
patches.kernel.org/5.8.12-015-net-bridge-br_vlan_get_pvid_rcu-should-derefer.patch
|
||||
patches.kernel.org/5.8.12-016-net-DCB-Validate-DCB_ATTR_DCB_BUFFER-argument.patch
|
||||
patches.kernel.org/5.8.12-017-net-dsa-rtl8366-Properly-clear-member-config.patch
|
||||
patches.kernel.org/5.8.12-018-net-Fix-bridge-enslavement-failure.patch
|
||||
patches.kernel.org/5.8.12-019-net-ipv6-fix-kconfig-dependency-warning-for-IP.patch
|
||||
patches.kernel.org/5.8.12-020-net-mlx5-Fix-FTE-cleanup.patch
|
||||
patches.kernel.org/5.8.12-021-net-phy-call-phy_disable_interrupts-in-phy_att.patch
|
||||
patches.kernel.org/5.8.12-022-net-sched-initialize-with-0-before-setting-ers.patch
|
||||
patches.kernel.org/5.8.12-023-net-sch_generic-aviod-concurrent-reset-and-enq.patch
|
||||
patches.kernel.org/5.8.12-024-net-sctp-Fix-IPv6-ancestor_size-calc-in-sctp_c.patch
|
||||
patches.kernel.org/5.8.12-025-nfp-use-correct-define-to-return-NONE-fec.patch
|
||||
patches.kernel.org/5.8.12-026-taprio-Fix-allowing-too-small-intervals.patch
|
||||
patches.kernel.org/5.8.12-027-tipc-Fix-memory-leak-in-tipc_group_create_memb.patch
|
||||
patches.kernel.org/5.8.12-028-tipc-fix-shutdown-of-connection-oriented-socke.patch
|
||||
patches.kernel.org/5.8.12-029-tipc-use-skb_unshare-instead-in-tipc_buf_appen.patch
|
||||
patches.kernel.org/5.8.12-030-net-mlx5e-Enable-adding-peer-miss-rules-only-i.patch
|
||||
patches.kernel.org/5.8.12-031-net-mlx5e-TLS-Do-not-expose-FPGA-TLS-counter-i.patch
|
||||
patches.kernel.org/5.8.12-032-bnxt_en-Use-memcpy-to-copy-VPD-field-info.patch
|
||||
patches.kernel.org/5.8.12-033-bnxt_en-return-proper-error-codes-in-bnxt_show.patch
|
||||
patches.kernel.org/5.8.12-034-bnxt_en-Protect-bnxt_set_eee-and-bnxt_set_paus.patch
|
||||
patches.kernel.org/5.8.12-035-net-lantiq-Wake-TX-queue-again.patch
|
||||
patches.kernel.org/5.8.12-036-net-lantiq-use-netif_tx_napi_add-for-TX-NAPI.patch
|
||||
patches.kernel.org/5.8.12-037-net-lantiq-Use-napi_complete_done.patch
|
||||
patches.kernel.org/5.8.12-038-net-lantiq-Disable-IRQs-only-if-NAPI-gets-sche.patch
|
||||
patches.kernel.org/5.8.12-039-net-phy-Avoid-NPD-upon-phy_detach-when-driver-.patch
|
||||
patches.kernel.org/5.8.12-040-net-phy-Do-not-warn-in-phy_stop-on-PHY_DOWN.patch
|
||||
patches.kernel.org/5.8.12-041-net-qrtr-check-skb_put_padto-return-value.patch
|
||||
patches.kernel.org/5.8.12-042-net-add-__must_check-to-skb_put_padto.patch
|
||||
patches.kernel.org/5.8.12-043-net-ethernet-ti-cpsw_new-fix-suspend-resume.patch
|
||||
patches.kernel.org/5.8.12-044-wireguard-noise-take-lock-when-removing-handsh.patch
|
||||
patches.kernel.org/5.8.12-045-wireguard-peerlookup-take-lock-before-checking.patch
|
||||
patches.kernel.org/5.8.12-046-net-ipa-fix-u32_replace_bits-by-u32p_xxx-versi.patch
|
||||
patches.kernel.org/5.8.12-047-net-mlx5e-Fix-memory-leak-of-tunnel-info-when-.patch
|
||||
patches.kernel.org/5.8.12-048-hinic-fix-rewaking-txq-after-netif_tx_disable.patch
|
||||
patches.kernel.org/5.8.12-049-hv_netvsc-Fix-hibernation-for-mlx5-VF-driver.patch
|
||||
patches.kernel.org/5.8.12-050-net-dsa-link-interfaces-with-the-DSA-master-to.patch
|
||||
patches.kernel.org/5.8.12-051-net-dsa-microchip-ksz8795-really-set-the-corre.patch
|
||||
patches.kernel.org/5.8.12-052-net-macb-fix-for-pause-frame-receive-enable-bi.patch
|
||||
patches.kernel.org/5.8.12-053-Revert-netns-don-t-disable-BHs-when-locking-ns.patch
|
||||
patches.kernel.org/5.8.12-054-net-mlx5e-Use-RCU-to-protect-rq-xdp_prog.patch
|
||||
patches.kernel.org/5.8.12-055-net-mlx5e-Use-synchronize_rcu-to-sync-with-NAP.patch
|
||||
patches.kernel.org/5.8.12-056-net-mlx5e-Fix-endianness-when-calculating-pedi.patch
|
||||
patches.kernel.org/5.8.12-057-Linux-5.8.12.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -1730,6 +1787,7 @@
|
||||
patches.suse/r8169-add-support-for-RTL8125B.patch
|
||||
patches.suse/RDMA-bnxt_re-Remove-set-but-not-used-variable-qplib_.patch
|
||||
patches.suse/mptcp-sendmsg-reset-iter-on-error-redux.patch
|
||||
patches.suse/hv_netvsc-Switch-the-data-path-at-the-right-time-dur.patch
|
||||
|
||||
########################################################
|
||||
# kbuild/module infrastructure fixes
|
||||
|
@ -1,3 +1,3 @@
|
||||
2020-09-24 04:12:22 +0000
|
||||
GIT Revision: f4bb27aa43762a8fabb5e574bcf54a61ca7708ce
|
||||
2020-09-29 08:27:06 +0000
|
||||
GIT Revision: 79e03c25f1842966b73fd48825bb1b7d969c0fe5
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user