commit | f04b9cc87b5fc466b1b7231ba7b078e885956c5b | [log] [tgz] |
---|---|---|
author | Sagi Grimberg <sagi@grimberg.me> | Thu Oct 19 18:10:53 2017 +0300 |
committer | Christoph Hellwig <hch@lst.de> | Thu Oct 19 17:13:51 2017 +0200 |
tree | c380c0d92571f7c0cb4df031a61ffc20e275d831 | |
parent | bd9f07590a17f3158b51fb869dca723f1f606bdc [diff] |
nvme-rdma: Fix error status return in tagset allocation failure We should make sure to escelate allocation failures to prevent a use-after-free in nvmf_create_ctrl. Fixes: b28a308ee777 ("nvme-rdma: move tagset allocation to a dedicated routine") Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>