Re: [PATCH] block: make bio_crypt_clone() return an error code

From: linmiaohe <linmiaohe@huawei.com>
Date: 2020-09-02 06:34:22
Also in: dm-devel

Satya Tangirala [off-list ref] wrote:
On Tue, Sep 01, 2020 at 10:15:11PM -0700, Eric Biggers wrote:
quoted
From: Eric Biggers <redacted>

Callers of bio_clone_fast() may use a gfp_mask that excludes 
GFP_DIRECT_RECLAIM.  For example, map_request() uses GFP_ATOMIC.

If this were to happen, the mempool_alloc() in __bio_crypt_clone() can 
fail, causing a NULL dereference.
The call to blk_crypto_rq_bio_prep() from blk_rq_prep_clone() could also fail for the same reason. So we may need to make blk_crypto_rq_bio_prep() also return a bool and handle the errors in the callers (the only other caller is I think blk_mq_bio_to_request(), which explicitly calls the function with GFP_NOIO, so maybe we could explicitly document the fact that blk_mq_bio_to_request will return true when called with a gfp_mask th
at includes GFP_DIRECT_RECLAIM, and ignore the return value in blk_mq_bio_to_request()). (And maybe we should document the same for bio_crypt_set_ctx and bio_crypt_clone?)

Agreed.
Except for above suggestions, the patch looks good for me, many thanks.
quoted
In reality map_request() currently never has to clone an encryption  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help