diff options
author | Naresh Gottumukkala <bgottumukkala@emulex.com> | 2013-09-06 11:32:47 +0200 |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2013-11-08 23:43:06 +0100 |
commit | 1852d1da3b4723d7db0d490f54c07442b3e1c452 (patch) | |
tree | 431dbd1132b59578a8ea153ffb863fb22f30b3a9 /Documentation/networking/ieee802154.txt | |
parent | RDMA/ocrdma: Silence an integer underflow warning (diff) | |
download | linux-1852d1da3b4723d7db0d490f54c07442b3e1c452.tar.xz linux-1852d1da3b4723d7db0d490f54c07442b3e1c452.zip |
RDMA/ocrdma: Fix a crash in rmmod
1) ocrdma_remove_free() is called from a call_rcu callback funtion
context, which can be a bottom-half context. So the code in
ocrdma_remove_free should not sleep.
But ocrdma_cleanup_hw() can sleep, So move it ocrdma_remove()
instead of ocrdma_remove_free.
2) Fix a couple of kbuild test robot warnings.
Signed-off-by: Naresh Gottumukkala <bgottumukkala@emulex.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'Documentation/networking/ieee802154.txt')
0 files changed, 0 insertions, 0 deletions