✓ CI.checkpatch: success for drm/xe: Fix sort order of .o lists in Makefile
Patchwork
patchwork at emeril.freedesktop.org
Wed Jan 15 14:20:07 UTC 2025
== Series Details ==
Series: drm/xe: Fix sort order of .o lists in Makefile
URL : https://patchwork.freedesktop.org/series/143557/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 64a6554a66c4ab6f49d016d288823921627cc773
Author: Gustavo Sousa <gustavo.sousa at intel.com>
Date: Wed Jan 15 11:08:04 2025 -0300
drm/xe: Fix sort order of .o lists in Makefile
The Makefile for xe asks us to keep the lists of object files sorted:
# Please keep these build lists sorted!
Reshuffle the lists into the correct sort order. That was done by
filtering each unsorted list through 'LC_ALL=C sort'.
Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
+ /mt/dim checkpatch f28dfb722dce66482e5d1741deae312d96c29ee0 drm-intel
64a6554a66c4 drm/xe: Fix sort order of .o lists in Makefile
More information about the Intel-xe
mailing list