dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] mm, drm/ttm: Fix pte insertion with customized protection
@ 2020-01-15 12:41 Thomas Hellström (VMware)
  2020-01-15 12:41 ` [PATCH v5 1/2] mm: Add a vmf_insert_mixed_prot() function Thomas Hellström (VMware)
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Thomas Hellström (VMware) @ 2020-01-15 12:41 UTC (permalink / raw)
  To: linux-mm, linux-kernel, dri-devel
  Cc: Thomas Hellstrom, Michal Hocko, Ralph Campbell,
	Matthew Wilcox (Oracle),
	Jérôme Glisse, linux-graphics-maintainer,
	Andrew Morton, Christian König, Kirill A. Shutemov

From: Thomas Hellstrom <thellstrom@vmware.com>

The drm/ttm module is using a modified on-stack copy of the
struct vm_area_struct to be able to set a page protection with customized
caching. Fix that by adding a vmf_insert_mixed_prot() function similar
to the existing vmf_insert_pfn_prot() for use with drm/ttm.

Patches are acked to be merged through a drm tree.

Changes since v1:
*) Formatting fixes in patch 1
*) Updated commit message of patch 2.
Changes since v2:
*) Moved vmf_insert_mixed_prot() export to patch 2 (Michal Hocko)
*) Documented under which conditions it's safe to use a page protection
   different from struct vm_area_struct::vm_page_prot. (Michal Hocko)
Changes since v3:
*) More documentation regarding under which conditions it's safe to use a
   page protection different from struct vm_area_struct::vm_page_prot. This
   time also in core vm. (Michal Hocko)
Changes since v4:
*) Fixed a typo
*) Added acks.

Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Michal Hocko <mhocko@suse.com>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Cc: Ralph Campbell <rcampbell@nvidia.com>
Cc: "Jérôme Glisse" <jglisse@redhat.com>
Cc: "Christian König" <christian.koenig@amd.com>

-- 
2.21.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-15 12:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-15 12:41 [PATCH v5 0/2] mm, drm/ttm: Fix pte insertion with customized protection Thomas Hellström (VMware)
2020-01-15 12:41 ` [PATCH v5 1/2] mm: Add a vmf_insert_mixed_prot() function Thomas Hellström (VMware)
2020-01-15 12:41 ` [PATCH v5 2/2] mm, drm/ttm: Fix vm page protection handling Thomas Hellström (VMware)
2020-01-15 12:45 ` TTM or vmwgfx tree? Re: [PATCH v5 0/2] mm, drm/ttm: Fix pte insertion with customized protection Thomas Hellström (VMware)
2020-01-15 12:54   ` Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).