Skip to content
Commit e4aa85cf authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parents 4e0c19fc 639f5d00
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment