[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250714024433.14441-1-lizhe.67@bytedance.com>
Date: Mon, 14 Jul 2025 10:44:33 +0800
From: lizhe.67@...edance.com
To: alex.williamson@...hat.com
Cc: akpm@...ux-foundation.org,
david@...hat.com,
jgg@...pe.ca,
kvm@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-mm@...ck.org,
lizhe.67@...edance.com,
peterx@...hat.com
Subject: Re: [PATCH v4 2/5] vfio/type1: optimize vfio_pin_pages_remote()
On Fri, 11 Jul 2025 15:35:23 -0600, alex.williamson@...hat.com wrote:
> > + if (acct_pages) {
> > if (!dma->lock_cap &&
> > - mm->locked_vm + lock_acct + 1 > limit) {
> > + mm->locked_vm + lock_acct + acct_pages > limit) {
>
> Don't resend, I'll fix on commit, but there's still a gratuitous
> difference in leading white space from the original. Otherwise the
> series looks good to me
The leading-white-space indentation was adjusted in accordance with
David's suggestion[1]. It seems to me that either approach is acceptable.
Thank you for your review.
Thanks,
Zhe
[1]: https://lore.kernel.org/all/9d74e93d-5a5f-4ffa-91fa-eb2061080f94@redhat.com/
Powered by blists - more mailing lists