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 <[email protected]>
Reviewed-by: Christian König <[email protected]>
Please add:

Cc: [email protected]
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 [email protected].

The "Cc:" tag results in automatically backporting of the patch to stable kernels. Manually sending a patch to [email protected] 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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to