On Mon, Sep 27, 2021 at 06:56:37AM -0600, Alex Williamson wrote: > > > Yep, though PAGE_MASK should already be UL, so just PAGE_MASK itself > > > should work. The ULONG_MAX in the update function just allows us to > > > detect sub-page, ex. if the IOMMU supports 2K we can expose 4K minimum, > > > but we can't if the min IOMMU page is 64K. Thanks, > > > > Do you just want to update this or do you want a full resend of the > > series? > > So long as we have agreement, I can do it inline. Are we doing > s/ULONG_MAX/PAGE_MASK/ across both the diff and commit log? Thanks, Sounds good to me.