All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ming Lei <ming.lei@redhat.com>
To: Jens Axboe <axboe@kernel.dk>, linux-block@vger.kernel.org
Subject: Re: [PATCH 0/2] ublk: improve ublk device deletion
Date: Thu, 29 Feb 2024 09:27:20 +0800	[thread overview]
Message-ID: <Zd/deJWmSDs8dxWF@fedora> (raw)
In-Reply-To: <20240223075539.89945-1-ming.lei@redhat.com>

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


  parent reply	other threads:[~2024-02-29  1:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-23  7:55 [PATCH 0/2] ublk: improve ublk device deletion Ming Lei
2024-02-23  7:55 ` [PATCH 1/2] ublk: improve getting & putting ublk device Ming Lei
2024-02-23  7:55 ` [PATCH 2/2] ublk: add UBLK_CMD_DEL_DEV_ASYNC Ming Lei
2024-02-29  1:27 ` Ming Lei [this message]
2024-02-29  1:35   ` [PATCH 0/2] ublk: improve ublk device deletion Jens Axboe
2024-02-29  1:47 ` Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Zd/deJWmSDs8dxWF@fedora \
    --to=ming.lei@redhat.com \
    --cc=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.