On Fri, Feb 23, 2024 at 03:55:37PM +0800, Ming Lei wrote: > Hello, > > The 1st patch cleans up get/put device, and annotate them > via noline for trace purpose. > > The 2nd patch adds UBLK_U_CMD_DEL_DEV_ASYNC so userspace device > deletion can be implemented easier. Hello Jens, All APIs in lib/ are built as notrace, so the 1st patch adds noline for ublk get/put device(slow path), and it is helpful for investigating reference issue by existed trace utilities. The 2nd one makes userspace happy to not consider complicated dependency issue in removing code path. Can you queue the two patches for 6.9 if you are fine? Thanks, Ming