All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@nvidia.com>
To: Joao Martins <joao.m.martins@oracle.com>
Cc: "Tian, Kevin" <kevin.tian@intel.com>,
	"iommu@lists.linux.dev" <iommu@lists.linux.dev>,
	Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>,
	Lu Baolu <baolu.lu@linux.intel.com>,
	Avihai Horon <avihaih@nvidia.com>,
	Alex Williamson <alex.williamson@redhat.com>,
	Shameerali Kolothum Thodi <shameerali.kolothum.thodi@huawei.com>
Subject: Re: [PATCH v1 09/10] iommufd/iova_bitmap: Dynamic pinning on iova_bitmap_set()
Date: Tue, 25 Jun 2024 12:31:01 -0300	[thread overview]
Message-ID: <20240625153101.GB2494510@nvidia.com> (raw)
In-Reply-To: <3f4a80a7-9e17-43e4-9bc4-c1ca056f16fd@oracle.com>

On Tue, Jun 25, 2024 at 04:27:24PM +0100, Joao Martins wrote:
> On 25/06/2024 13:27, Jason Gunthorpe wrote:
> > On Tue, Jun 25, 2024 at 12:13:15PM +0100, Joao Martins wrote:
> >> On 25/06/2024 04:38, Tian, Kevin wrote:
> >>>> From: Joao Martins <joao.m.martins@oracle.com>
> >>>> Sent: Saturday, June 22, 2024 2:43 AM
> >>>>
> >>>> Link: https://lore.kernel.org/linux-iommu/6b90f949-48da-4cb3-ad9a-
> >>>> ed54f1351a9a@oracle.com/
> >>>> Signed-off-by: Joao Martins <joao.m.martins@oracle.com>
> >>>
> >>> missed a fixed tag?
> >>
> >> Technically it is:
> >>
> >> Fixes: 2780025e01e2 ("iommufd/iova_bitmap: Handle recording beyond the mapped
> >> pages")
> >>
> >> Though I deliberately didn't add it, because we need the patch afterwards to be
> >> fully fixed in iova_bitmap_for_each() callers. Not quite sure what to do in
> >> these cases
> > 
> > Add the Fixes tag to both is better than not having the tag at all..
> > 
> Right -- but do I propagate that to all the dependencies? That was sort of what
> I was wondering. Technically it's patches 6-10 would then get the
> Fixes tag.

Well, if the patch actually fixes something, even it is only part of
something then it should have the tag.

If it is just refactoring to prepare then no it doesn't.

> cases'. For just classifying the commit it fixes, then I just need on this
> patch. Putting on the second one was more for stable tree, and in that case it
> would actually be all from 6-10 not just 10.

Fixes tag is not for dependencies, that has to be sorted out some
other way..

Jason

  reply	other threads:[~2024-06-25 15:31 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-21 18:42 [PATCH v1 00/10] iommufd/{iova_bitmap,selftest}: Fix dirty hugepages tracking and selftests Joao Martins
2024-06-21 18:42 ` [PATCH v1 01/10] iommufd/selftest: Fix dirty bitmap tests with u8 bitmaps Joao Martins
2024-06-21 18:42 ` [PATCH v1 02/10] iommufd/selftest: Fix iommufd_test_dirty() to handle <u8 bitmaps Joao Martins
2024-06-21 18:42 ` [PATCH v1 03/10] iommufd/selftest: Add tests for <= u8 bitmap sizes Joao Martins
2024-06-25  3:33   ` Tian, Kevin
2024-06-25 11:04     ` Joao Martins
2024-06-26  2:33       ` Tian, Kevin
2024-06-26 10:13         ` Joao Martins
2024-06-21 18:42 ` [PATCH v1 04/10] iommufd/selftest: Do not record head iova to better match iommu drivers Joao Martins
2024-06-25  3:35   ` Tian, Kevin
2024-06-25 11:11     ` Joao Martins
2024-06-26  2:35       ` Tian, Kevin
2024-06-21 18:42 ` [PATCH v1 05/10] iommufd/iova_bitmap: Check iova_bitmap_done() after set ahead Joao Martins
2024-06-21 18:42 ` [PATCH v1 06/10] iommufd/iova_bitmap: Cache mapped length in iova_bitmap_map struct Joao Martins
2024-06-21 18:42 ` [PATCH v1 07/10] iommufd/iova_bitmap: Move initial pinning to iova_bitmap_for_each() Joao Martins
2024-06-21 18:42 ` [PATCH v1 08/10] iommufd/iova_bitmap: Consolidate iova_bitmap_set exit conditionals Joao Martins
2024-06-21 18:42 ` [PATCH v1 09/10] iommufd/iova_bitmap: Dynamic pinning on iova_bitmap_set() Joao Martins
2024-06-25  3:38   ` Tian, Kevin
2024-06-25 11:13     ` Joao Martins
2024-06-25 12:27       ` Jason Gunthorpe
2024-06-25 15:27         ` Joao Martins
2024-06-25 15:31           ` Jason Gunthorpe [this message]
2024-06-25 16:52             ` Joao Martins
2024-06-21 18:42 ` [PATCH v1 10/10] iommufd/iova_bitmap: Remove iterator logic Joao Martins
2024-06-25  3:39 ` [PATCH v1 00/10] iommufd/{iova_bitmap,selftest}: Fix dirty hugepages tracking and selftests Tian, Kevin
2024-06-26 13:41 ` Jason Gunthorpe
2024-06-26 13:43   ` Joao Martins

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=20240625153101.GB2494510@nvidia.com \
    --to=jgg@nvidia.com \
    --cc=alex.williamson@redhat.com \
    --cc=avihaih@nvidia.com \
    --cc=baolu.lu@linux.intel.com \
    --cc=iommu@lists.linux.dev \
    --cc=joao.m.martins@oracle.com \
    --cc=kevin.tian@intel.com \
    --cc=shameerali.kolothum.thodi@huawei.com \
    --cc=suravee.suthikulpanit@amd.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.