[PATCH 5.11 064/210] i40e: Fix sparse error: vsi->netdev could be null

2021-04-12 Thread Greg Kroah-Hartman
ki Tested-by: Dave Switzer Signed-off-by: Tony Nguyen Signed-off-by: Greg Kroah-Hartman --- drivers/net/ethernet/intel/i40e/i40e_main.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/drivers/net/ethernet/intel/i40e/i40e_main.c +++ b/drivers/net/ethernet/intel/i40e/i40e_main.c @@ -25

[PATCH 5.11 062/210] virtio_net: Do not pull payload in skb->head

2021-04-12 Thread Greg Kroah-Hartman
ric Dumazet Cc: "Michael S. Tsirkin" Cc: Jason Wang Cc: virtualizat...@lists.linux-foundation.org Acked-by: Jason Wang Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- drivers/net/virtio_net.c | 10 +++--- include/linux/virtio_net.h | 14 +-

[PATCH 5.11 061/210] net: ensure mac header is set in virtio_net_hdr_to_skb()

2021-04-12 Thread Greg Kroah-Hartman
s Nemeth Cc: Willem de Bruijn Reported-by: syzbot Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- include/linux/virtio_net.h |2 ++ 1 file changed, 2 insertions(+) --- a/include/linux/virtio_net.h +++ b/include/linux/virtio_net.h @@ -62,6 +62,8 @@ static inline int v

[PATCH 5.11 060/210] bpf, sockmap: Fix incorrect fwd_alloc accounting

2021-04-12 Thread Greg Kroah-Hartman
ff-by: Daniel Borkmann Link: https://lore.kernel.org/bpf/161731444013.68884.4021114312848535993.stgit@john-XPS-13-9370 Signed-off-by: Greg Kroah-Hartman --- net/core/skmsg.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) --- a/net/core/skmsg.c +++ b/net/core/skmsg.c @@ -488,6 +48

[PATCH 5.11 012/210] selinux: fix cond_list corruption when changing booleans

2021-04-12 Thread Greg Kroah-Hartman
or 3 to just two slots instead of 4, which makes the sequence more consistent. Cc: sta...@vger.kernel.org Fixes: c7c556f1e81b ("selinux: refactor changing booleans") Signed-off-by: Ondrej Mosnacek Signed-off-by: Paul Moore Signed-off-by: Greg Kroah-Hartman --- security/selinux/

[PATCH 5.11 020/210] ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=m

2021-04-12 Thread Greg Kroah-Hartman
exporting it instead is better. Reported-by: kernel test robot Fixes: 8c182bd7 ("CPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()") Cc: # 5.10+ Signed-off-by: Vitaly Kuznetsov Signed-off-by: Rafael J. Wysocki Signed-off-by: Greg Kroah-Hartman --- arch/x86/include

[PATCH 5.11 051/210] libbpf: Fix bail out from ringbuf_process_ring() on error

2021-04-12 Thread Greg Kroah-Hartman
5.138750-1-pctamm...@mojatatu.com Signed-off-by: Greg Kroah-Hartman --- tools/lib/bpf/ringbuf.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/lib/bpf/ringbuf.c +++ b/tools/lib/bpf/ringbuf.c @@ -227,7 +227,7 @@ static int ringbuf_process_ring(struct r

[PATCH 5.11 021/210] drm/radeon: Fix size overflow

2021-04-12 Thread Greg Kroah-Hartman
ex Deucher Cc: sta...@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/radeon/radeon_ttm.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/gpu/drm/radeon/radeon_ttm.c +++ b/drivers/gpu/drm/radeon/radeon_ttm.c @@ -365,7 +365,7 @@ static int radeon_ttm

[PATCH 5.11 019/210] drm/i915: Fix invalid access to ACPI _DSM objects

2021-04-12 Thread Greg Kroah-Hartman
cgi?id=1184074 Cc: Signed-off-by: Takashi Iwai Signed-off-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20210402082317.871-1-ti...@suse.de (cherry picked from commit 337d7a1621c7f02af867229990ac67c97da1b53a) Signed-off-by: Rodrigo Vivi Signed-off-by: Greg Kroah-Hart

[PATCH 5.11 018/210] net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bits

2021-04-12 Thread Greg Kroah-Hartman
e Mehrtens Signed-off-by: Martin Blumenstingl Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- drivers/net/dsa/lantiq_gswip.c | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) --- a/drivers/net/dsa/lantiq_gswip.c +++

[PATCH 5.11 017/210] net: dsa: lantiq_gswip: Dont use PHY auto polling

2021-04-12 Thread Greg Kroah-Hartman
("net: dsa: lantiq_gswip: Let GSWIP automatically set the xMII clock") Cc: sta...@vger.kernel.org Acked-by: Hauke Mehrtens Reviewed-by: Andrew Lunn Signed-off-by: Martin Blumenstingl Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --

[PATCH 5.11 049/210] ice: fix memory leak of aRFS after resuming from suspend

2021-04-12 Thread Greg Kroah-Hartman
] worker_thread+0x221/0x3f0 [<bb2b556b>] kthread+0x14c/0x170 [<ad2cf1cd>] ret_from_fork+0x1f/0x30 Fixes: 769c500dcc1e ("ice: Add advanced power mgmt for WoL") Signed-off-by: Yongxin Liu Tested-by: Tony Brelinski Signed-off-by: Tony Nguyen Signed-off

[PATCH 5.11 016/210] net: dsa: lantiq_gswip: Let GSWIP automatically set the xMII clock

2021-04-12 Thread Greg Kroah-Hartman
tiq / Intel DSA driver for vrx200") Signed-off-by: Martin Blumenstingl Reviewed-by: Florian Fainelli Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- drivers/net/dsa/lantiq_gswip.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) --- a/drivers/net/dsa/

[PATCH 5.11 048/210] iwlwifi: pcie: properly set LTR workarounds on 22000 devices

2021-04-12 Thread Greg Kroah-Hartman
Fixes: ed0022da8bd9 ("iwlwifi: pcie: set LTR on more devices") Signed-off-by: Luca Coelho Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/iwlwifi.20210326125611.675486178ed1.Ib61463aba6920645059e366dcdca4c4c77f0ff58@changeid Signed-off-by: Greg Kroah-Hartman --- drivers/ne

[PATCH 5.11 047/210] ice: Cleanup fltr list in case of allocation issues

2021-04-12 Thread Greg Kroah-Hartman
allocated memory. This patch ensures proper memory deallocation in these cases. Fixes: 80d144c9ac82 ("ice: Refactor switch rule management structures and functions") Signed-off-by: Robert Malz Tested-by: Tony Brelinski Signed-off-by: Tony Nguyen Signed-off-by: Greg Kroah-Hartman --- d

[PATCH 5.11 046/210] ice: Use port number instead of PF ID for WoL

2021-04-12 Thread Greg Kroah-Hartman
, ice_is_wol_supported doesn't really need a pointer to the pf struct, but just needs a pointer to the hw instance. Fixes: 769c500dcc1e ("ice: Add advanced power mgmt for WoL") Signed-off-by: Anirudh Venkataramanan Tested-by: Tony Brelinski Signed-off-by: Tony Nguyen Signed-off-by: Greg Kro

[PATCH 5.11 045/210] ice: Fix for dereference of NULL pointer

2021-04-12 Thread Greg Kroah-Hartman
t;ice: Add support for switch filter programming") Signed-off-by: Jacek Bułatek Co-developed-by: Haiyue Wang Signed-off-by: Haiyue Wang Tested-by: Tony Brelinski Signed-off-by: Tony Nguyen Signed-off-by: Greg Kroah-Hartman --- drivers/net/ethernet/intel/ice/ice_switch.c | 12 +++---

[PATCH 5.11 043/210] ice: fix memory allocation call

2021-04-12 Thread Greg Kroah-Hartman
d-by: Tony Brelinski Signed-off-by: Tony Nguyen Signed-off-by: Greg Kroah-Hartman --- drivers/net/ethernet/intel/ice/ice_common.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/ethernet/intel/ice/ice_common.c +++ b/drivers/net/ethernet/intel/ice/ice_common.c @@ -71

[PATCH 5.11 044/210] ice: remove DCBNL_DEVRESET bit from PF state

2021-04-12 Thread Greg Kroah-Hartman
an Tested-by: Tony Brelinski Signed-off-by: Tony Nguyen Signed-off-by: Greg Kroah-Hartman --- drivers/net/ethernet/intel/ice/ice.h|1 - drivers/net/ethernet/intel/ice/ice_dcb_nl.c |2 -- drivers/net/ethernet/intel/ice/ice_lib.c|1 - 3 files changed, 4 deletions(-) --- a/d

[PATCH 5.11 042/210] ice: prevent ice_open and ice_stop during reset

2021-04-12 Thread Greg Kroah-Hartman
Krzysztof Goreczny Tested-by: Tony Brelinski Signed-off-by: Tony Nguyen Signed-off-by: Greg Kroah-Hartman --- drivers/net/ethernet/intel/ice/ice.h |1 + drivers/net/ethernet/intel/ice/ice_lib.c |4 ++-- drivers/net/ethernet/intel/ice/ice_main.c | 28 +++

[PATCH 5.11 015/210] net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlh

2021-04-12 Thread Greg Kroah-Hartman
-Coverity: ("NULL pointer dereference") Signed-off-by: Muhammad Usama Anjum Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- net/ipv6/route.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -5203,9 +5203,11

[PATCH 5.11 041/210] ice: Increase control queue timeout

2021-04-12 Thread Greg Kroah-Hartman
io Pricoco Tested-by: Tony Brelinski Signed-off-by: Tony Nguyen Signed-off-by: Greg Kroah-Hartman --- drivers/net/ethernet/intel/ice/ice_controlq.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/net/ethernet/intel/ice/ice_controlq.h +++ b/drivers/net/ethernet

[PATCH 5.11 038/210] ARM: dts: turris-omnia: configure LED[2]/INTn pin as interrupt pin

2021-04-12 Thread Greg Kroah-Hartman
Reviewed-by: Andrew Lunn Signed-off-by: Gregory CLEMENT Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/armada-385-turris-omnia.dts |1 + 1 file changed, 1 insertion(+) --- a/arch/arm/boot/dts/armada-385-turris-omnia.dts +++ b/arch/arm/boot/dts/armada-385-turris-omnia.dts @@ -389,6 +3

[PATCH 5.11 036/210] parisc: parisc-agp requires SBA IOMMU driver

2021-04-12 Thread Greg Kroah-Hartman
er Signed-off-by: Greg Kroah-Hartman --- drivers/char/agp/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/char/agp/Kconfig +++ b/drivers/char/agp/Kconfig @@ -125,7 +125,7 @@ config AGP_HP_ZX1 config AGP_PARISC tristate "HP Quicksilver AGP support&q

[PATCH 5.11 040/210] ice: Continue probe on link/PHY errors

2021-04-12 Thread Greg Kroah-Hartman
, the user will not be able to update the NVM. So do not fail probe on link/PHY errors. Fixes: 1a3571b5938c ("ice: restore PHY settings on media insertion") Signed-off-by: Anirudh Venkataramanan Tested-by: Tony Brelinski Signed-off-by: Tony Nguyen Signed-off-by: Greg Kroah-Hartman --- d

[PATCH 5.11 039/210] batman-adv: initialize "struct batadv_tvlv_tt_vlan_data"->reserved field

2021-04-12 Thread Greg Kroah-Hartman
Reported-by: syzbot Tested-by: syzbot Signed-off-by: Tetsuo Handa Fixes: ced72933a5e8ab52 ("batman-adv: use CRC32C instead of CRC16 in TT code") Fixes: 7ea7b4a142758dea ("batman-adv: make the TT CRC logic VLAN specific") Acked-by: Sven Eckelmann Signed-off-by: David S. Mi

[PATCH 5.11 037/210] parisc: avoid a warning on u8 cast for cmpxchg on u8 pointers

2021-04-12 Thread Greg Kroah-Hartman
@intel.com [4] https://lore.kernel.org/r/20210315131512.133720-2-jacopo+rene...@jmondi.org Cc: Liam Beguin Cc: Helge Deller Cc: sta...@vger.kernel.org # v5.8+ Signed-off-by: Gao Xiang Signed-off-by: Helge Deller Signed-off-by: Greg Kroah-Hartman --- arch/parisc/include/asm/cmpxchg.h |2 +

[PATCH 5.11 035/210] of: property: fw_devlink: do not link ".*,nr-gpios"

2021-04-12 Thread Greg Kroah-Hartman
off-by: Rob Herring Signed-off-by: Greg Kroah-Hartman --- drivers/of/property.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) --- a/drivers/of/property.c +++ b/drivers/of/property.c @@ -1260,7 +1260,16 @@ DEFINE_SIMPLE_PROP(pinctrl7, "pinctrl-7" DEFINE_SIMPLE_PRO

[PATCH 5.11 033/210] fs: direct-io: fix missing sdio->boundary

2021-04-12 Thread Greg Kroah-Hartman
-by: Jack Qiu Reviewed-by: Jan Kara Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- fs/direct-io.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/fs/direct-io.c +++ b/fs/direct-io.c @@ -810,6 +810,7 @@ submit_page_section(st

[PATCH 5.11 034/210] ethtool: fix incorrect datatype in set_eee ops

2021-04-12 Thread Greg Kroah-Hartman
") Cc: # 5.10.x Cc: Michal Kubecek Signed-off-by: Wong Vee Khee Reviewed-by: Jakub Kicinski Reviewed-by: Michal Kubecek Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- net/ethtool/eee.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/net/ethtool/e

[PATCH 5.11 030/210] ia64: fix user_stack_pointer() for ptrace()

2021-04-12 Thread Greg Kroah-Hartman
https://bugs.gentoo.org/769614 [1] Link: https://lkml.kernel.org/r/20210331084447.2561532-1-sly...@gentoo.org Signed-off-by: Sergei Trofimovich Reported-by: Dmitry V. Levin Cc: Oleg Nesterov Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- arch/ia64/i

[PATCH 5.11 032/210] ocfs2: fix deadlock between setattr and dio_end_io_write

2021-04-12 Thread Greg Kroah-Hartman
03654.3911-1-wen.gang.w...@oracle.com Signed-off-by: Wengang Wang Reviewed-by: Joseph Qi Cc: Mark Fasheh Cc: Joel Becker Cc: Junxiao Bi Cc: Changwei Ge Cc: Gang He Cc: Jun Piao Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- fs/ocfs2/a

[PATCH 5.11 014/210] xen/evtchn: Change irq_info lock to raw_spinlock_t

2021-04-12 Thread Greg Kroah-Hartman
luca.fance...@arm.com Signed-off-by: Boris Ostrovsky Signed-off-by: Greg Kroah-Hartman --- drivers/xen/events/events_base.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) --- a/drivers/xen/events/events_base.c +++ b/drivers/xen/events/events_base.c @@ -109,7 +109,7 @@ struc

[PATCH 5.11 031/210] nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoff

2021-04-12 Thread Greg Kroah-Hartman
x races between swapoff and flush dcache") Signed-off-by: Mike Rapoport Reviewed-by: Matthew Wilcox (Oracle) Acked-by: Greentime Hu Cc: Huang Ying Cc: Nick Hu Cc: Vincent Chen Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- arch/n

[PATCH 5.11 029/210] gcov: re-fix clang-11+ support

2021-04-12 Thread Greg Kroah-Hartman
Cc: [5.4+] Signed-off-by: Greg Kroah-Hartman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- kernel/gcov/clang.c | 29 +++-- 1 file changed, 19 insertions(+), 10 deletions(-) --- a/kernel/gcov/clang.c +++ b/kernel/gcov/clang.c @@ -70,7 +70,9

[PATCH 5.11 027/210] IB/hfi1: Fix probe time panic when AIP is enabled with a buggy BIOS

2021-04-12 Thread Greg Kroah-Hartman
ttps://lore.kernel.org/r/1617025700-31865-4-git-send-email-dennis.dalessan...@cornelisnetworks.com Cc: sta...@vger.kernel.org Signed-off-by: Mike Marciniszyn Signed-off-by: Dennis Dalessandro Signed-off-by: Jason Gunthorpe Signed-off-by: Greg Kroah-Hartman --- drivers/infiniband/hw/h

[PATCH 5.11 028/210] LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too late

2021-04-12 Thread Greg Kroah-Hartman
: Brown Fixes: 161aff1d93ab "LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()" Cc: sta...@vger.kernel.org # v5.7+ Signed-off-by: Al Viro Signed-off-by: Greg Kroah-Hartman --- fs/namei.c |8 1 file changed, 4 insertions(+), 4 deletions(-) --- a/fs/namei.

[PATCH 5.11 025/210] cifs: escape spaces in share names

2021-04-12 Thread Greg Kroah-Hartman
share name is also displayed in mountinfo. Make sure that all whitespace is escaped. Signed-off-by: Maciek Borzecki CC: # 5.11+ Reviewed-by: Shyam Prasad N Signed-off-by: Steve French Signed-off-by: Greg Kroah-Hartman --- fs/cifs/cifsfs.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[PATCH 5.11 026/210] cifs: On cifs_reconnect, resolve the hostname again.

2021-04-12 Thread Greg Kroah-Hartman
-by: kernel test robot Signed-off-by: Shyam Prasad N Reviewed-by: Paulo Alcantara (SUSE) Reviewed-by: Pavel Shilovsky CC: # 5.11+ Signed-off-by: Steve French Signed-off-by: Greg Kroah-Hartman --- fs/cifs/Kconfig |3 +-- fs/cifs/Makefile |5 +++-- fs/cifs/connect.c | 17

[PATCH 5.11 022/210] drm/amdgpu: Fix size overflow

2021-04-12 Thread Greg Kroah-Hartman
ex Deucher Cc: sta...@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c @@ -907,7 +

[PATCH 5.11 024/210] rfkill: revert back to old userspace API by default

2021-04-12 Thread Greg Kroah-Hartman
427c326678@changeid Signed-off-by: Johannes Berg Signed-off-by: Greg Kroah-Hartman --- include/uapi/linux/rfkill.h | 82 +--- net/rfkill/core.c |7 ++- 2 files changed, 73 insertions(+), 16 deletions(-) --- a/include/uapi/linux/rfkill.h +++

[PATCH 5.11 013/210] selinux: fix race between old and new sidtab

2021-04-12 Thread Greg Kroah-Hartman
kernel.org Fixes: 1b8b31a2e612 ("selinux: convert policy read-write lock to RCU") Signed-off-by: Ondrej Mosnacek Signed-off-by: Paul Moore Signed-off-by: Greg Kroah-Hartman --- security/selinux/ss/services.c | 157 +++-- security/selinux/ss/sidtab.c |

[PATCH 5.11 023/210] drm/amdgpu/smu7: fix CAC setting on TOPAZ

2021-04-12 Thread Greg Kroah-Hartman
Kharlamov Reviewed-by: Evan Quan Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c +++

[PATCH 5.11 001/210] xfrm/compat: Cleanup WARN()s that can be user-triggered

2021-04-12 Thread Greg Kroah-Hartman
ff-by: Dmitry Safonov Signed-off-by: Steffen Klassert Signed-off-by: Greg Kroah-Hartman --- net/xfrm/xfrm_compat.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) --- a/net/xfrm/xfrm_compat.c +++ b/net/xfrm/xfrm_compat.c @@ -216,7 +216,7 @@ static struct nlmsghdr *

[PATCH 5.11 010/210] nfc: Avoid endless loops caused by repeated llcp_sock_connect()

2021-04-12 Thread Greg Kroah-Hartman
ot;) Reported-by: "kiyin(尹亮)" Link: https://www.openwall.com/lists/oss-security/2020/11/01/1 Cc: #v3.11 Signed-off-by: Xiaoming Ni Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- net/nfc/llcp_sock.c |4 1 file changed, 4 insertions(+) --- a/net/nfc/ll

[PATCH 5.10 180/188] net: ieee802154: nl-mac: fix check on panid

2021-04-12 Thread Greg Kroah-Hartman
-by: Alexander Aring Link: https://lore.kernel.org/r/20210228151817.95700-4-aahri...@redhat.com Signed-off-by: Stefan Schmidt Signed-off-by: Greg Kroah-Hartman --- net/ieee802154/nl-mac.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) --- a/net/ieee802154/nl-mac.c +++ b/net

[PATCH 5.10 184/188] net: ieee802154: fix nl802154 del llsec devkey

2021-04-12 Thread Greg Kroah-Hartman
Signed-off-by: Alexander Aring Link: https://lore.kernel.org/r/20210221174321.14210-4-aahri...@redhat.com Signed-off-by: Stefan Schmidt Signed-off-by: Greg Kroah-Hartman --- net/ieee802154/nl802154.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/net/ieee802154/nl802154.c +++ b

[PATCH 5.10 182/188] net: ieee802154: fix nl802154 del llsec dev

2021-04-12 Thread Greg Kroah-Hartman
Signed-off-by: Alexander Aring Link: https://lore.kernel.org/r/20210221174321.14210-2-aahri...@redhat.com Signed-off-by: Stefan Schmidt Signed-off-by: Greg Kroah-Hartman --- net/ieee802154/nl802154.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/net/ieee802154/nl802154.c +++ b

[PATCH 5.10 162/188] perf report: Fix wrong LBR block sorting

2021-04-12 Thread Greg Kroah-Hartman
From: Jin Yao [ Upstream commit f2013278ae40b89cc27916366c407ce5261815ef ] When '--total-cycles' is specified, it supports sorting for all blocks by 'Sampled Cycles%'. This is useful to concentrate on the globally hottest blocks. 'Sampled Cycles%' - block sampled cycles aggregation / total

[PATCH 5.10 159/188] net/mlx5: Fix PPLM register mapping

2021-04-12 Thread Greg Kroah-Hartman
From: Aya Levin [ Upstream commit ce28f0fd670ddffcd564ce7119bdefbaf08f02d3 ] Add reserved mapping to cover all the register in order to avoid setting arbitrary values to newer FW which implements the reserved fields. Fixes: a58837f52d43 ("net/mlx5e: Expose FEC feilds and related capability

[PATCH 5.11 007/210] nfc: fix refcount leak in llcp_sock_bind()

2021-04-12 Thread Greg Kroah-Hartman
-2020-25670 Fixes: c7aa12252f51 ("NFC: Take a reference on the LLCP local pointer when creating a socket") Reported-by: "kiyin(尹亮)" Link: https://www.openwall.com/lists/oss-security/2020/11/01/1 Cc: #v3.6 Signed-off-by: Xiaoming Ni Signed-off-by: David S. Miller Signed-off-by

[PATCH 5.11 008/210] nfc: fix refcount leak in llcp_sock_connect()

2021-04-12 Thread Greg Kroah-Hartman
-2020-25671 Fixes: c7aa12252f51 ("NFC: Take a reference on the LLCP local pointer when creating a socket") Reported-by: "kiyin(尹亮)" Link: https://www.openwall.com/lists/oss-security/2020/11/01/1 Cc: #v3.6 Signed-off-by: Xiaoming Ni Signed-off-by: David S. Miller Signe

[PATCH 5.11 000/210] 5.11.14-rc1 review

2021-04-12 Thread Greg Kroah-Hartman
-rc.git linux-5.11.y and the diffstat can be found below. thanks, greg k-h - Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.11.14-rc1 Vlad Buslov Revert "net: sched: bump refcount for new action in ACT replace mode" Alexander Aring net: ieee802154: stop

[PATCH 5.11 009/210] nfc: fix memory leak in llcp_sock_connect()

2021-04-12 Thread Greg Kroah-Hartman
urs. fix CVE-2020-25672 Fixes: d646960f7986 ("NFC: Initial LLCP support") Reported-by: "kiyin(尹亮)" Link: https://www.openwall.com/lists/oss-security/2020/11/01/1 Cc: #v3.3 Signed-off-by: Xiaoming Ni Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- net/

[PATCH 5.11 006/210] ASoC: intel: atom: Stop advertising non working S24LE support

2021-04-12 Thread Greg Kroah-Hartman
ink: https://lore.kernel.org/r/20210324132711.216152-2-hdego...@redhat.com Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- sound/soc/intel/atom/sst-mfld-platform-pcm.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/sound/soc/intel/atom/sst-mfld-platform-p

[PATCH 5.11 005/210] file: fix close_range() for unshare+cloexec

2021-04-12 Thread Greg Kroah-Hartman
Viro Cc: linux-fsde...@vger.kernel.org Cc: sta...@vger.kernel.org Signed-off-by: Christian Brauner Signed-off-by: Greg Kroah-Hartman --- fs/file.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) --- a/fs/file.c +++ b/fs/file.c @@ -629,17 +629,30 @@ int

[PATCH 5.11 004/210] ALSA: hda/conexant: Apply quirk for another HP ZBook G5 model

2021-04-12 Thread Greg Kroah-Hartman
/show_bug.cgi?id=212407 Cc: Link: https://lore.kernel.org/r/20210401171314.667-1-ti...@suse.de Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_conexant.c |1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda

[PATCH 5.11 003/210] ALSA: hda/realtek: Fix speaker amp setup on Acer Aspire E1

2021-04-12 Thread Greg Kroah-Hartman
Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 16 1 file changed, 16 insertions(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -3927,6 +3927,15 @@ static void alc271_fixup_dmic(struct hda snd_hda_sequence_write(codec, verbs

[PATCH 5.11 011/210] selinux: make nslot handling in avtab more robust

2021-04-12 Thread Greg Kroah-Hartman
htable when it's not allocated. Cc: sta...@vger.kernel.org Signed-off-by: Ondrej Mosnacek Signed-off-by: Paul Moore Signed-off-by: Greg Kroah-Hartman --- security/selinux/ss/avtab.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) --- a/security/selinux/ss/avtab.c

[PATCH 5.11 002/210] ALSA: aloop: Fix initialization of controls

2021-04-12 Thread Greg Kroah-Hartman
() will not queue the events properly. Signed-off-by: Jonas Holmberg Reviewed-by: Jaroslav Kysela Cc: Link: https://lore.kernel.org/r/20210407075428.2666787-1-jona...@axis.com Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/drivers/aloop.c | 11 --- 1 file

[PATCH 5.10 172/188] dt-bindings: net: ethernet-controller: fix typo in NVMEM

2021-04-12 Thread Greg Kroah-Hartman
for Fixes: 9d3de3c58347 ("dt-bindings: net: Add YAML schemas for the generic Ethernet options") Signed-off-by: Rafał Miłecki Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/net/ethernet-controller.yaml |2 +- 1 file change

[PATCH 5.10 181/188] net: ieee802154: fix nl802154 del llsec key

2021-04-12 Thread Greg Kroah-Hartman
Signed-off-by: Alexander Aring Link: https://lore.kernel.org/r/20210221174321.14210-1-aahri...@redhat.com Signed-off-by: Stefan Schmidt Signed-off-by: Greg Kroah-Hartman --- net/ieee802154/nl802154.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/net/ieee802154/nl802154.c +++ b/net

[PATCH 5.10 179/188] net: mac802154: Fix general protection fault

2021-04-12 Thread Greg Kroah-Hartman
-by: Pavel Skripkin Reported-by: syzbot+9ec037722d2603a9f...@syzkaller.appspotmail.com Acked-by: Alexander Aring Link: https://lore.kernel.org/r/20210304152125.1052825-1-paskrip...@gmail.com Signed-off-by: Stefan Schmidt Signed-off-by: Greg Kroah-Hartman --- net/mac802154/llsec.c |2 +- 1 file

[PATCH 5.10 178/188] drivers: net: fix memory leak in peak_usb_create_dev

2021-04-12 Thread Greg Kroah-Hartman
vel Skripkin Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- drivers/net/can/usb/peak_usb/pcan_usb_core.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/drivers/net/can/usb/peak_usb/pcan_usb_core.c +++ b/drivers/net/can/usb/peak_usb/pcan_usb_c

[PATCH 5.10 177/188] drivers: net: fix memory leak in atusb_probe

2021-04-12 Thread Greg Kroah-Hartman
-by: Pavel Skripkin Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- drivers/net/ieee802154/atusb.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/net/ieee802154/atusb.c +++ b/drivers/net/ieee802154/atusb.c @@ -365,6 +365,7 @@ static int atusb_alloc_urbs(struct atusb

[PATCH 5.10 175/188] cfg80211: remove WARN_ON() in cfg80211_sme_connect

2021-04-12 Thread Greg Kroah-Hartman
Johannes Berg Signed-off-by: Greg Kroah-Hartman --- net/wireless/sme.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/net/wireless/sme.c +++ b/net/wireless/sme.c @@ -530,7 +530,7 @@ static int cfg80211_sme_connect(struct w cfg80211_sme_free(wdev); } -

[PATCH 5.10 174/188] gpiolib: Read "gpio-line-names" from a firmware node

2021-04-12 Thread Greg Kroah-Hartman
firmware node. Fixes: 7cba1a4d5e162 ("gpiolib: generalize devprop_gpiochip_set_names() for device properties") Reported-by: Marek Vasut Reported-by: Roman Guskov Signed-off-by: Andy Shevchenko Tested-by: Marek Vasut Reviewed-by: Marek Vasut Signed-off-by: Bartosz Golaszewski Signed-off

[PATCH 5.10 176/188] net: tun: set tun->dev->addr_len during TUNSETLINK processing

2021-04-12 Thread Greg Kroah-Hartman
ed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- drivers/net/tun.c | 48 1 file changed, 48 insertions(+) --- a/drivers/net/tun.c +++ b/drivers/net/tun.c @@ -69,6 +69,14 @@ #include #include #include +#include +#include +#i

[PATCH 5.10 186/188] net: ieee802154: forbid monitor for del llsec seclevel

2021-04-12 Thread Greg Kroah-Hartman
...@syzkaller.appspotmail.com Signed-off-by: Alexander Aring Link: https://lore.kernel.org/r/20210405003054.256017-15-aahri...@redhat.com Signed-off-by: Stefan Schmidt Signed-off-by: Greg Kroah-Hartman --- net/ieee802154/nl802154.c |3 +++ 1 file changed, 3 insertions(+) --- a/net/ieee802154/nl802154.c

[PATCH 5.10 188/188] Revert "net: sched: bump refcount for new action in ACT replace mode"

2021-04-12 Thread Greg Kroah-Hartman
-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- net/sched/act_api.c |3 --- 1 file changed, 3 deletions(-) --- a/net/sched/act_api.c +++ b/net/sched/act_api.c @@ -1029,9 +1029,6 @@ struct tc_action *tcf_action_init_1(stru if (!name) a->hw_stats = hw_st

[PATCH 5.10 187/188] net: ieee802154: stop dump llsec params for monitors

2021-04-12 Thread Greg Kroah-Hartman
...@syzkaller.appspotmail.com Signed-off-by: Alexander Aring Link: https://lore.kernel.org/r/20210405003054.256017-16-aahri...@redhat.com Signed-off-by: Stefan Schmidt Signed-off-by: Greg Kroah-Hartman --- net/ieee802154/nl802154.c |5 + 1 file changed, 5 insertions(+) --- a/net/ieee802154/nl802154.c +++ b/net

[PATCH 5.10 185/188] net: ieee802154: forbid monitor for set llsec params

2021-04-12 Thread Greg Kroah-Hartman
://lore.kernel.org/r/20210405003054.256017-3-aahri...@redhat.com Signed-off-by: Stefan Schmidt Signed-off-by: Greg Kroah-Hartman --- net/ieee802154/nl802154.c |3 +++ 1 file changed, 3 insertions(+) --- a/net/ieee802154/nl802154.c +++ b/net/ieee802154/nl802154.c @@ -1384,6 +1384,9 @@ static int

[PATCH 5.10 183/188] net: ieee802154: fix nl802154 add llsec key

2021-04-12 Thread Greg Kroah-Hartman
Signed-off-by: Alexander Aring Link: https://lore.kernel.org/r/20210221174321.14210-3-aahri...@redhat.com Signed-off-by: Stefan Schmidt Signed-off-by: Greg Kroah-Hartman --- net/ieee802154/nl802154.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/net/ieee802154/nl802154.c +++ b/net

[PATCH 5.10 173/188] net: sched: bump refcount for new action in ACT replace mode

2021-04-12 Thread Greg Kroah-Hartman
ya Dwivedi Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- net/sched/act_api.c |3 +++ 1 file changed, 3 insertions(+) --- a/net/sched/act_api.c +++ b/net/sched/act_api.c @@ -1029,6 +1029,9 @@ struct tc_action *tcf_action_init_1(stru if (!name) a

[PATCH 5.10 143/188] scsi: ufs: core: Fix wrong Task Tag used in task management request UPIUs

2021-04-12 Thread Greg Kroah-Hartman
From: Can Guo [ Upstream commit 4b42d557a8add52b9a9924fb31e40a218aab7801 ] In __ufshcd_issue_tm_cmd(), it is not correct to use hba->nutrs + req->tag as the Task Tag in a TMR UPIU. Directly use req->tag as the Task Tag. Fixes: e293313262d3 ("scsi: ufs: Fix broken task management command

[PATCH 5.10 135/188] xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model

2021-04-12 Thread Greg Kroah-Hartman
From: Ong Boon Leong [ Upstream commit 622d13694b5f048c01caa7ba548498d9880d4cb0 ] xdp_return_frame() may be called outside of NAPI context to return xdpf back to page_pool. xdp_return_frame() calls __xdp_return() with napi_direct = false. For page_pool memory model, __xdp_return() calls

[PATCH 5.10 144/188] net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cb

2021-04-12 Thread Greg Kroah-Hartman
From: Yunjian Wang [ Upstream commit 990b03b05b2fba79de2a1ee9dc359fc552d95ba6 ] The 'unlocked_driver_cb' struct field in 'bo' is not being initialized in tcf_block_offload_init(). The uninitialized 'unlocked_driver_cb' will be used when calling unlocked_driver_cb(). So initialize 'bo' to zero

[PATCH 5.10 142/188] scsi: ufs: core: Fix task management request completion timeout

2021-04-12 Thread Greg Kroah-Hartman
From: Can Guo [ Upstream commit 1235fc569e0bf541ddda0a1224d4c6fa6d914890 ] ufshcd_tmc_handler() calls blk_mq_tagset_busy_iter(fn = ufshcd_compl_tm()), but since blk_mq_tagset_busy_iter() only iterates over all reserved tags and requests which are not in IDLE state, ufshcd_compl_tm() never gets

[PATCH 5.10 140/188] net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);

2021-04-12 Thread Greg Kroah-Hartman
From: Norman Maurer [ Upstream commit 98184612aca0a9ee42b8eb0262a49900ee9eef0d ] Support for UDP_GRO was added in the past but the implementation for getsockopt was missed which did lead to an error when we tried to retrieve the setting for UDP_GRO. This patch adds the missing switch case for

[PATCH 5.10 141/188] mptcp: forbit mcast-related sockopt on MPTCP sockets

2021-04-12 Thread Greg Kroah-Hartman
From: Paolo Abeni [ Upstream commit 86581852d7710990d8af9dadfe9a661f0abf2114 ] Unrolling mcast state at msk dismantel time is bug prone, as syzkaller reported: == WARNING: possible circular locking dependency detected 5.11.0-syzkaller #0 Not

[PATCH 5.10 139/188] drm/msm: Set drvdata to NULL when msm_drm_init() fails

2021-04-12 Thread Greg Kroah-Hartman
From: Stephen Boyd [ Upstream commit 5620b135aea49a8f41c86aaecfcb1598a7774121 ] We should set the platform device's driver data to NULL here so that code doesn't assume the struct drm_device pointer is valid when it could have been destroyed. The lifetime of this pointer is managed by a kref

[PATCH 5.10 171/188] lockdep: Address clang -Wformat warning printing for %hd

2021-04-12 Thread Greg Kroah-Hartman
'short' rather than either an 8-bit or 32-bit number, so just change it to a normal %d. Fixes: de8f5e4f2dc1 ("lockdep: Introduce wait-type checks") Signed-off-by: Arnd Bergmann Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/20210322115531.3987555-1-a...@kernel.org Signed-of

[PATCH 5.10 168/188] vdpa/mlx5: Fix wrong use of bit numbers

2021-04-12 Thread Greg Kroah-Hartman
From: Eli Cohen [ Upstream commit 4b454a82418dd76d8c0590bb3f7a99a63ea57dc5 ] VIRTIO_F_VERSION_1 is a bit number. Use BIT_ULL() with mask conditionals. Also, in mlx5_vdpa_is_little_endian() use BIT_ULL for consistency with the rest of the code. Fixes: 1a86b377aa21 ("vdpa/mlx5: Add VDPA driver

[PATCH 5.10 170/188] clk: socfpga: fix iomem pointer cast on 64-bit

2021-04-12 Thread Greg Kroah-Hartman
09.32599-1-krzysztof.kozlow...@canonical.com Signed-off-by: Stephen Boyd Signed-off-by: Greg Kroah-Hartman --- drivers/clk/socfpga/clk-gate.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/clk/socfpga/clk-gate.c +++ b/drivers/clk/socfpga/clk-gate.c @@ -99,7 +99,7 @@ static uns

[PATCH 5.10 169/188] RAS/CEC: Correct ce_add_elem()s returned values

2021-04-12 Thread Greg Kroah-Hartman
f-by: Greg Kroah-Hartman --- drivers/ras/cec.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) --- a/drivers/ras/cec.c +++ b/drivers/ras/cec.c @@ -309,11 +309,20 @@ static bool sanity_check(struct ce_array return ret; } +/** + * cec_add_elem - Add an element

[PATCH 5.10 166/188] RDMA/addr: Be strict with gid size

2021-04-12 Thread Greg Kroah-Hartman
From: Leon Romanovsky [ Upstream commit d1c803a9ccd7bd3aff5e989ccfb39ed3b799b975 ] The nla_len() is less than or equal to 16. If it's less than 16 then end of the "gid" buffer is uninitialized. Fixes: ae43f8286730 ("IB/core: Add IP to GID netlink offload") Link:

[PATCH 5.10 167/188] vdpa/mlx5: should exclude header length and fcs from mtu

2021-04-12 Thread Greg Kroah-Hartman
From: Si-Wei Liu [ Upstream commit d084d996aaf53c0cc583dc75a4fc2a67fe485846 ] When feature VIRTIO_NET_F_MTU is negotiated on mlx5_vdpa, 22 extra bytes worth of MTU length is shown in guest. This is because the mlx5_query_port_max_mtu API returns the "hardware" MTU value, which does not just

[PATCH 5.10 138/188] RDMA/rtrs-clt: Close rtrs client conn before destroying rtrs clt session files

2021-04-12 Thread Greg Kroah-Hartman
From: Md Haris Iqbal [ Upstream commit 7582207b1059129e59eb92026fca2cfc088a74fc ] KASAN detected the following BUG: BUG: KASAN: use-after-free in rtrs_clt_update_wc_stats+0x41/0x100 [rtrs_client] Read of size 8 at addr 88bf2fb4adc0 by task swapper/0/0 CPU: 0 PID: 0 Comm: swapper/0

[PATCH 5.10 165/188] i40e: Fix parameters in aq_get_phy_register()

2021-04-12 Thread Greg Kroah-Hartman
From: Grzegorz Siwik [ Upstream commit b2d0efc4be7ed320e33eaa9b6dd6f3f6011ffb8e ] Change parameters order in aq_get_phy_register() due to wrong statistics in PHY reported by ethtool. Previously all PHY statistics were exactly the same for all interfaces Now statistics are reported correctly -

[PATCH 5.10 164/188] drm/vc4: crtc: Reduce PV fifo threshold on hvs4

2021-04-12 Thread Greg Kroah-Hartman
From: Dom Cobley [ Upstream commit eb9dfdd1ed40357b99a4201c8534c58c562e48c9 ] Experimentally have found PV on hvs4 reports fifo full error with expected settings and does not with one less This appears as: [drm:drm_atomic_helper_wait_for_flip_done] *ERROR* [CRTC:82:crtc-3] flip_done timed out

[PATCH 5.10 160/188] net/mlx5: Fix PBMC register mapping

2021-04-12 Thread Greg Kroah-Hartman
From: Aya Levin [ Upstream commit 534b1204ca4694db1093b15cf3e79a99fcb6a6da ] Add reserved mapping to cover all the register in order to avoid setting arbitrary values to newer FW which implements the reserved fields. Fixes: 50b4a3c23646 ("net/mlx5: PPTB and PBMC register firmware command

[PATCH 5.10 163/188] RDMA/qedr: Fix kernel panic when trying to access recv_cq

2021-04-12 Thread Greg Kroah-Hartman
From: Kamal Heib [ Upstream commit e1ad897b9c738d5550be6762bf3a6ef1672259a4 ] As INI QP does not require a recv_cq, avoid the following null pointer dereference by checking if the qp_type is not INI before trying to extract the recv_cq. BUG: kernel NULL pointer dereference, address:

[PATCH 5.10 158/188] net/mlx5: Fix placement of log_max_flow_counter

2021-04-12 Thread Greg Kroah-Hartman
From: Raed Salem [ Upstream commit a14587dfc5ad2312dabdd42a610d80ecd0dc8bea ] The cited commit wrongly placed log_max_flow_counter field of mlx5_ifc_flow_table_prop_layout_bits, align it to the HW spec intended placement. Fixes: 16f1c5bb3ed7 ("net/mlx5: Check device capability for maximum flow

[PATCH 5.10 161/188] RDMA/cxgb4: check for ipv6 address properly while destroying listener

2021-04-12 Thread Greg Kroah-Hartman
From: Potnuri Bharat Teja [ Upstream commit 603c4690b01aaffe3a6c3605a429f6dac39852ae ] ipv6 bit is wrongly set by the below which causes fatal adapter lookup engine errors for ipv4 connections while destroying a listener. Fix it to properly check the local address for ipv6. Fixes:

[PATCH 5.10 157/188] net: hns3: clear VF down state bit before request link status

2021-04-12 Thread Greg Kroah-Hartman
From: Guangbin Huang [ Upstream commit ed7bedd2c3ca040f1e8ea02c6590a93116b1ec78 ] Currently, the VF down state bit is cleared after VF sending link status request command. There is problem that when VF gets link status replied from PF, the down state bit may still set as 1. In this case, the

[PATCH 5.10 155/188] can: mcp251x: fix support for half duplex SPI host controllers

2021-04-12 Thread Greg Kroah-Hartman
From: Marc Kleine-Budde [ Upstream commit 617085fca6375e2c1667d1fbfc6adc4034c85f04 ] Some SPI host controllers do not support full-duplex SPI transfers. The function mcp251x_spi_trans() does a full duplex transfer. It is used in several places in the driver, where a TX half duplex transfer is

[PATCH 5.10 156/188] tipc: increment the tmp aead refcnt before attaching it

2021-04-12 Thread Greg Kroah-Hartman
From: Xin Long [ Upstream commit 2a2403ca3add03f542f6b34bef9f74649969b06d ] Li Shuang found a NULL pointer dereference crash in her testing: [] BUG: unable to handle kernel NULL pointer dereference at 0020 [] RIP: 0010:tipc_crypto_rcv_complete+0xc8/0x7e0 [tipc] [] Call Trace:

[PATCH 5.10 137/188] i40e: Fix display statistics for veb_tc

2021-04-12 Thread Greg Kroah-Hartman
From: Eryk Rybak [ Upstream commit c3214de929dbf1b7374add8bbed30ce82b197bbb ] If veb-stats was enabled, the ethtool stats triggered a warning due to invalid size: 'unexpected stat size for veb.tc_%u_tx_packets'. This was due to an incorrect structure definition for the statistics. Structures

[PATCH 5.10 154/188] iwlwifi: fix 11ax disabled bit in the regulatory capability flags

2021-04-12 Thread Greg Kroah-Hartman
From: Luca Coelho [ Upstream commit 07cc40fec9a85e669ea12e161a438d2cbd76f1ed ] When version 2 of the regulatory capability flags API was implemented, the flag to disable 11ax was defined as bit 13, but this was later changed and the bit remained as bit 10, like in version 1. This was never

[PATCH 5.10 153/188] i2c: designware: Adjust bus_freq_hz when refuse high speed mode set

2021-04-12 Thread Greg Kroah-Hartman
From: Andy Shevchenko [ Upstream commit 5e729bc54bda705f64941008b018b4e41a4322bf ] When hardware doesn't support High Speed Mode, we forget bus_freq_hz timing adjustment. This makes the timings and real registers being unsynchronized. Adjust bus_freq_hz when refuse high speed mode set. Fixes:

<    4   5   6   7   8   9   10   11   12   13   >