-
- Downloads
lkdtm: replace ll_rw_block with submit_bh
Function ll_rw_block was removed in commit 79f59784 ("fs/buffer: remove ll_rw_block() helper"). There is no unified function to sumbit read or write buffer in block layer for now. Consider similar sematics, we can choose submit_bh() to replace ll_rw_block() as predefined crash point. In submit_bh(), it also takes read or write flag as the first argument and invoke submit_bio() to submit I/O request to block layer. Fixes: 79f59784 ("fs/buffer: remove ll_rw_block() helper") Signed-off-by:Yue Zhao <findns94@gmail.com> Acked-by:
Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20230503162944.3969-1-findns94@gmail.com Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Please register or sign in to comment