mbox series

[v3,0/2] mm/hmm: fault non-owner device private entries

Message ID 20220727000837.4128709-1-rcampbell@nvidia.com (mailing list archive)
Headers show
Series mm/hmm: fault non-owner device private entries | expand

Message

Ralph Campbell July 27, 2022, 12:08 a.m. UTC
Changes from v1 to v2:
Made code style changes suggested by Alistair Popple
Added a self test to hmm-tests.c (Jason Gunthorpe)

Changes from v2 to v3:
Updated the change description for patch 1 to include an example user
visible effect of the change.
Updated the change description for patch 2 to mention the deleted code.
Added reviewed-by tags and updated the fixes reference.

Andrew's mm tree already has everything except the updated description
for patch 2.

Ralph Campbell (2):
  mm/hmm: fault non-owner device private entries
  mm/hmm: add a test for cross device private faults

 mm/hmm.c                               | 19 ++++++++-----------
 tools/testing/selftests/vm/hmm-tests.c | 14 ++++++++++++--
 2 files changed, 20 insertions(+), 13 deletions(-)

Comments

Andrew Morton July 28, 2022, 11:17 p.m. UTC | #1
On Tue, 26 Jul 2022 17:08:35 -0700 Ralph Campbell <rcampbell@nvidia.com> wrote:

> Andrew's mm tree already has everything except the updated description
> for patch 2.

Thanks, I updated the changelog and the Link: tags in place.