Hi all, Today's linux-next merge of the drm-misc tree got a conflict in: drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c between commit: 899fbde14646 ("drm/amdgpu: replace get_user_pages with HMM mirror helpers") from the drm tree and commit: c366be543c5e ("drm/amd: drop dependencies on drm_os_linux.h") from the drm-misc tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c index 7138dc1dd1f4,a8a1fcab299b..000000000000 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c @@@ -34,16 -44,9 +44,10 @@@ #include #include #include - #include + + #include #include - #include - #include - #include - #include - #include - #include - #include +#include #include "amdgpu.h" #include "amdgpu_object.h" #include "amdgpu_trace.h"