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.stdenis at amd.com> >> Reviewed-by: Christian König <christian.koenig at amd.com> > Please add: > > Cc: stable at 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 stable at vger.kernel.org. The "Cc:" tag results in automatically backporting of the patch to stable kernels. Manually sending a patch to stable at 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. > >