aboutsummaryrefslogtreecommitdiff
path: root/lib/netdev-notifier-error-inject.c
diff options
context:
space:
mode:
authorKirill Tkhai <[email protected]>2018-03-14 22:17:20 +0300
committerDavid S. Miller <[email protected]>2018-03-16 12:31:19 -0400
commit79ffdfc6522ae33d8a33e971070c08ee5f27439b (patch)
tree415425dcf355385d0847a857c0f03094604668cc /lib/netdev-notifier-error-inject.c
parent320bd6de79ef0de1ece7c184469a722de690ccb0 (diff)
net: Add rtnl_lock_killable()
rtnl_lock() is widely used mutex in kernel. Some of kernel code does memory allocations under it. In case of memory deficit this may invoke OOM killer, but the problem is a killed task can't exit if it's waiting for the mutex. This may be a reason of deadlock and panic. This patch adds a new primitive, which responds on SIGKILL, and it allows to use it in the places, where we don't want to sleep forever. Signed-off-by: Kirill Tkhai <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions