Am 29.01.2018 um 15:31 schrieb Michel Dänzer:
On 2018-01-29 02:55 PM, Tom St Denis wrote:
The buf pointer was not being incremented inside the loop
meaning the same block of data would be read or written
repeatedly.

Signed-off-by: Tom St Denis <tom.stde...@amd.com>
Reviewed-by: Christian König <christian.koe...@amd.com>
Please add:

Cc: sta...@vger.kernel.org
Fixes: 09ac4fcb3f25 ("drm/ttm: Implement vm_operations_struct.access v2")

What Michel meant here is that you should add the "Cc: " and "Fixes: " tags to the commit message and NOT send it manually to sta...@vger.kernel.org.

The "Cc:" tag results in automatically backporting of the patch to stable kernels. Manually sending a patch to sta...@vger.kernel.org is only necessary when the automated backport doesn't work.

Christian.


so that it'll get backported to the relevant stable branches.



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

Reply via email to