From: David S. Miller Date: Wed, 16 Nov 2022 09:10:29 +0000 (+0000) Subject: Merge branch 'microchip-fixes' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e4aa85cf0d43e293f474e3b415ff44e49ef768ae;p=linux.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