summaryrefslogtreecommitdiff
path: root/net/smc/smc_clc.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-03-16 19:31:19 +0300
committerDavid S. Miller <davem@davemloft.net>2018-03-16 19:31:19 +0300
commitce627a1b10e6dd506fad4655588d7d75cd86e41c (patch)
tree4c627299436d5e6218cbb07d6bd28ca45e8a4f4e /net/smc/smc_clc.h
parent320bd6de79ef0de1ece7c184469a722de690ccb0 (diff)
parentb0f3debc9a1284d6b861e3f7cce0d119e6cd601d (diff)
downloadlinux-ce627a1b10e6dd506fad4655588d7d75cd86e41c.tar.xz
Merge branch 'rtnl_lock_killable'
Kirill Tkhai says: ==================== Introduce 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 patchset 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. Also, the first place is made to use it. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/smc/smc_clc.h')
0 files changed, 0 insertions, 0 deletions