From: "Michael S. Tsirkin" <mst@redhat.com>
To: Dragos Tatulea <dtatulea@nvidia.com>
Cc: "xuanzhuo@linux.alibaba.com" <xuanzhuo@linux.alibaba.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"virtualization@lists.linux-foundation.org"
<virtualization@lists.linux-foundation.org>,
"linma@zju.edu.cn" <linma@zju.edu.cn>
Subject: Re: [PATCH 0/2] vdpa: Enable strict validation for netlink ops
Date: Wed, 26 Jul 2023 15:28:04 -0400 [thread overview]
Message-ID: <20230726152719-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <22afb03057250ab8d37ab977cd210719ecf0bcd1.camel@nvidia.com>
On Wed, Jul 26, 2023 at 07:23:50PM +0000, Dragos Tatulea wrote:
> On Wed, 2023-07-26 at 20:56 +0200, Dragos Tatulea wrote:
> > On Wed, 2023-07-26 at 14:36 -0400, Michael S. Tsirkin wrote:
> > > On Wed, Jul 26, 2023 at 09:30:48PM +0300, Dragos Tatulea wrote:
> > > > The original patch from Lin Ma enables the vdpa driver to use validation
> > > > netlink ops.
> > > >
> > > > The second patch simply disables the validation skip which is no longer
> > > > neccesary. Patchset started of from this discussion [0].
> > > >
> > > > [0]
> > > > https://lore.kernel.org/virtualization/20230726074710-mutt-send-email-mst@kernel.org/T/#t
> > >
> > > Cc stable with at least 1/2 ?
> > >
> > Sent a v2 with stable in cc. But looks like 1/2 breaks the "fix one thing
> > only"
> > rule due to the many Fixes tags I guess...
I think it's ok.
> Or my lack of understanding: I only now realize that "Cc: stable" is a tag in
> the patch. My bad. Will re-send.
you also need v2 on subject of each patch.
> > > > Dragos Tatulea (1):
> > > > vdpa: Enable strict validation for netlinks ops
> > > >
> > > > Lin Ma (1):
> > > > vdpa: Complement vdpa_nl_policy for nlattr length check
> > > >
> > > > drivers/vdpa/vdpa.c | 9 +++------
> > > > 1 file changed, 3 insertions(+), 6 deletions(-)
> > > >
> > > > --
> > > > 2.41.0
> > >
> >
>
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Dragos Tatulea <dtatulea@nvidia.com>
Cc: Parav Pandit <parav@nvidia.com>,
"linma@zju.edu.cn" <linma@zju.edu.cn>,
"jasowang@redhat.com" <jasowang@redhat.com>,
"virtualization@lists.linux-foundation.org"
<virtualization@lists.linux-foundation.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"xuanzhuo@linux.alibaba.com" <xuanzhuo@linux.alibaba.com>
Subject: Re: [PATCH 0/2] vdpa: Enable strict validation for netlink ops
Date: Wed, 26 Jul 2023 15:28:04 -0400 [thread overview]
Message-ID: <20230726152719-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <22afb03057250ab8d37ab977cd210719ecf0bcd1.camel@nvidia.com>
On Wed, Jul 26, 2023 at 07:23:50PM +0000, Dragos Tatulea wrote:
> On Wed, 2023-07-26 at 20:56 +0200, Dragos Tatulea wrote:
> > On Wed, 2023-07-26 at 14:36 -0400, Michael S. Tsirkin wrote:
> > > On Wed, Jul 26, 2023 at 09:30:48PM +0300, Dragos Tatulea wrote:
> > > > The original patch from Lin Ma enables the vdpa driver to use validation
> > > > netlink ops.
> > > >
> > > > The second patch simply disables the validation skip which is no longer
> > > > neccesary. Patchset started of from this discussion [0].
> > > >
> > > > [0]
> > > > https://lore.kernel.org/virtualization/20230726074710-mutt-send-email-mst@kernel.org/T/#t
> > >
> > > Cc stable with at least 1/2 ?
> > >
> > Sent a v2 with stable in cc. But looks like 1/2 breaks the "fix one thing
> > only"
> > rule due to the many Fixes tags I guess...
I think it's ok.
> Or my lack of understanding: I only now realize that "Cc: stable" is a tag in
> the patch. My bad. Will re-send.
you also need v2 on subject of each patch.
> > > > Dragos Tatulea (1):
> > > > vdpa: Enable strict validation for netlinks ops
> > > >
> > > > Lin Ma (1):
> > > > vdpa: Complement vdpa_nl_policy for nlattr length check
> > > >
> > > > drivers/vdpa/vdpa.c | 9 +++------
> > > > 1 file changed, 3 insertions(+), 6 deletions(-)
> > > >
> > > > --
> > > > 2.41.0
> > >
> >
>
next prev parent reply other threads:[~2023-07-26 19:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-26 18:30 [PATCH 0/2] vdpa: Enable strict validation for netlink ops Dragos Tatulea via Virtualization
2023-07-26 18:30 ` Dragos Tatulea
2023-07-26 18:30 ` [PATCH 1/2] vdpa: Complement vdpa_nl_policy for nlattr length check Dragos Tatulea via Virtualization
2023-07-26 18:30 ` Dragos Tatulea
2023-07-26 18:30 ` [PATCH 2/2] vdpa: Enable strict validation for netlinks ops Dragos Tatulea via Virtualization
2023-07-26 18:30 ` Dragos Tatulea
2023-07-26 18:36 ` [PATCH 0/2] vdpa: Enable strict validation for netlink ops Michael S. Tsirkin
2023-07-26 18:36 ` Michael S. Tsirkin
2023-07-26 18:56 ` Dragos Tatulea via Virtualization
2023-07-26 18:56 ` Dragos Tatulea
2023-07-26 19:23 ` Dragos Tatulea via Virtualization
2023-07-26 19:23 ` Dragos Tatulea
2023-07-26 19:28 ` Michael S. Tsirkin [this message]
2023-07-26 19:28 ` Michael S. Tsirkin
2023-07-26 19:28 ` Michael S. Tsirkin
2023-07-26 19:28 ` Michael S. Tsirkin
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=20230726152719-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=dtatulea@nvidia.com \
--cc=linma@zju.edu.cn \
--cc=linux-kernel@vger.kernel.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=xuanzhuo@linux.alibaba.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.