From: David S. Miller Date: Wed, 16 Nov 2022 09:10:29 +0000 (+0000) Subject: Merge branch 'microchip-fixes' X-Git-Tag: v6.1-rc6~30^2~7 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e4aa85cf0d43e293f474e3b415ff44e49ef768ae;p=users%2Fdwmw2%2Flinux.git Merge branch 'microchip-fixes' Shang XiaoJing says: ==================== net: microchip: Fix potential null-ptr-deref due to create_singlethread_workqueue() There are some functions call create_singlethread_workqueue() without checking ret value, and the NULL workqueue_struct pointer may causes null-ptr-deref. Will be fixed by this patch. ==================== Signed-off-by: David S. Miller --- e4aa85cf0d43e293f474e3b415ff44e49ef768ae