[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1544476943-5712-1-git-send-email-tlfalcon@linux.ibm.com>
Date: Mon, 10 Dec 2018 15:22:21 -0600
From: Thomas Falcon <tlfalcon@...ux.ibm.com>
To: netdev@...r.kernel.org
Cc: linuxppc-dev@...ts.ozlabs.org,
Thomas Falcon <tlfalcon@...ux.ibm.com>
Subject: [PATCH net 0/2] net/ibmvnic: Fix reset work item locking bugs
This patch set fixes issues with scheduling reset work items in
a tasklet context. Since ibmvnic_reset can called in an interrupt,
it should not use a mutex or allocate memory non-atomically.
Thomas Falcon (2):
ibmvnic: Convert reset work item mutex to spin lock
ibmvnic: Fix non-atomic memory allocation in IRQ context
drivers/net/ethernet/ibm/ibmvnic.c | 18 ++++++++++--------
drivers/net/ethernet/ibm/ibmvnic.h | 2 +-
2 files changed, 11 insertions(+), 9 deletions(-)
--
2.12.3
Powered by blists - more mailing lists