summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérôme Glisse <jglisse@redhat.com>2019-01-27 13:21:37 -0500
committerJérôme Glisse <jglisse@redhat.com>2019-01-29 10:34:59 -0500
commite49e66cdbd34abc9b18f1c41918332aad77a657e (patch)
tree93ff6760106d3c8451093e772a26f72768923d85
parent219347f09cc624d1a7f219ca30ec0d4fe71bf2bf (diff)
HMM FOR 5.1 COVER LETTER
Signed-off-by: Jérôme Glisse <jglisse@redhat.com>
-rw-r--r--cover-letter27
1 files changed, 27 insertions, 0 deletions
diff --git a/cover-letter b/cover-letter
new file mode 100644
index 000000000000..fe6ac7a5cbf7
--- /dev/null
+++ b/cover-letter
@@ -0,0 +1,27 @@
+This patchset improves the HMM driver API and add support for hugetlbfs
+and DAX mirroring. The improvement motivation was to make the ODP to HMM
+conversion easier [1]. Because we have nouveau bits schedule for 5.1 and
+to avoid any multi-tree synchronization this patchset adds few lines of
+inline function that wrap the existing HMM driver API to the improved
+API. The nouveau driver was tested before and after this patchset and it
+builds and works on both case so there is no merging issue [2].
+
+If this get merge in 5.1 the plans is to merge the HMM to ODP in 5.2 or
+5.3 if testing shows any issues (so far no issues has been found with
+limited testing but Mellanox will running heavier testing for longer
+time).
+
+To avoid spamming mm i would like to not cc mm on ODP or nouveau patches,
+however if people prefer to see those on mm mailing list then i can keep
+it cced.
+
+[1] https://cgit.freedesktop.org/~glisse/linux/log/?h=odp-hmm
+[2] https://cgit.freedesktop.org/~glisse/linux/log/?h=hmm-for-5.1
+
+Cc: Andrew Morton <akpm@linux-foundation.org>
+Cc: Felix Kuehling <Felix.Kuehling@amd.com>
+Cc: Christian König <christian.koenig@amd.com>
+Cc: Ralph Campbell <rcampbell@nvidia.com>
+Cc: John Hubbard <jhubbard@nvidia.com>
+Cc: Jason Gunthorpe <jgg@mellanox.com>
+Cc: Dan Williams <dan.j.williams@intel.com>