From: Stefan Hajnoczi <stefanha@redhat.com>
To: Sana Sharma <sansshar@redhat.com>
Cc: afaria@redhat.com, linux-block@vger.kernel.org
Subject: Re: [RFC PATCH v2] virtio_blk: add fua write support
Date: Thu, 14 May 2026 14:22:13 -0400 [thread overview]
Message-ID: <20260514182213.GA1526622@fedora> (raw)
In-Reply-To: <20260512191808.45334-2-sansshar@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1444 bytes --]
On Tue, May 12, 2026 at 03:18:09PM -0400, Sana Sharma wrote:
> Continuing the work of Alberto Faria <afaria@redhat.com>
> this patch addresses the remaining feedback regarding removing
> VIRTIO_BLK_F_OUT_FUA from features_legacy[]
>
> Link: https://lore.kernel.org/linux-block/20250508001951.421467-1-afaria@redhat.com/
> Originally-by: Alberto Faria <afaria@redhat.com>
> Signed-off-by: Alberto Faria <afaria@redhat.com>
> Signed-off-by: Sana Sharma <sansshar@redhat.com>
>
>
> ---
> drivers/block/virtio_blk.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, Sana!
Please squash your change into Alberto's commit, rebase against the
latest linux.git/master, test against a patched QEMU, and resend the
entire series once the VIRTIO spec change has been merged (the vote is
currently ongoing).
>
> diff --git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c
> index 5a6aa3dfb18a..aee2d503d6ef 100644
> --- a/drivers/block/virtio_blk.c
> +++ b/drivers/block/virtio_blk.c
> @@ -1665,7 +1665,7 @@ static unsigned int features_legacy[] = {
> VIRTIO_BLK_F_RO, VIRTIO_BLK_F_BLK_SIZE,
> VIRTIO_BLK_F_FLUSH, VIRTIO_BLK_F_TOPOLOGY, VIRTIO_BLK_F_CONFIG_WCE,
> VIRTIO_BLK_F_MQ, VIRTIO_BLK_F_DISCARD, VIRTIO_BLK_F_WRITE_ZEROES,
> - VIRTIO_BLK_F_SECURE_ERASE, VIRTIO_BLK_F_OUT_FUA,
> + VIRTIO_BLK_F_SECURE_ERASE,
> }
> ;
> static unsigned int features[] = {
> --
> 2.54.0
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2026-05-14 18:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-08 0:19 [RFC 0/2] virtio_blk: add fua write support Alberto Faria
2025-05-08 0:19 ` [RFC 1/2] " Alberto Faria
2025-05-08 20:33 ` Stefan Hajnoczi
2026-05-12 19:18 ` [RFC PATCH v2] " Sana Sharma
2026-05-14 18:22 ` Stefan Hajnoczi [this message]
2025-05-08 0:19 ` [RFC 2/2] vdpa_sim_blk: add support for fua write commands Alberto Faria
2025-05-08 20:34 ` Stefan Hajnoczi
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=20260514182213.GA1526622@fedora \
--to=stefanha@redhat.com \
--cc=afaria@redhat.com \
--cc=linux-block@vger.kernel.org \
--cc=sansshar@redhat.com \
/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.