drm/doc: Document expectation that userspace review looks at kernel uAPI.
authorEric Anholt <eric@anholt.net>
Wed, 24 Apr 2019 18:56:17 +0000 (11:56 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 16 May 2019 16:16:45 +0000 (09:16 -0700)
The point of this review process is that userspace using the new uAPI
can actually live with the uAPI being provided, and it's hard to know
that without having actually looked into a kernel patch yourself.

Signed-off-by: Eric Anholt <eric@anholt.net>
Suggested-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190424185617.16865-2-eric@anholt.net
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Documentation/gpu/drm-uapi.rst

index b7a96dc02d21b769c2f9c2f9eb5bb39bd7c4b97a..05874d09820c25d6a2708bfbbe01e2daa2c440bd 100644 (file)
@@ -85,7 +85,9 @@ leads to a few additional requirements:
 - The userspace side must be fully reviewed and tested to the standards of that
   userspace project. For e.g. mesa this means piglit testcases and review on the
   mailing list. This is again to ensure that the new interface actually gets the
-  job done.
+  job done.  The userspace-side reviewer should also provide at least an
+  Acked-by on the kernel uAPI patch indicating that they've looked at how the
+  kernel side is implementing the new feature being used.
 
 - The userspace patches must be against the canonical upstream, not some vendor
   fork. This is to make sure that no one cheats on the review and testing