aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/clang-tools/run-clang-tools.py
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2022-08-13 23:09:28 +0000
committerMasahiro Yamada <[email protected]>2022-08-20 17:47:49 +0000
commit113147510b48e764e624e3d0e6707a1e48bc05a9 (patch)
treec112eb040ddae4684f3edaadb6efdf00b11f3ae8 /scripts/clang-tools/run-clang-tools.py
parentscripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-length (diff)
downloadkernel-113147510b48e764e624e3d0e6707a1e48bc05a9.tar.gz
kernel-113147510b48e764e624e3d0e6707a1e48bc05a9.zip
kbuild: fix the modules order between drivers and libs
Commit b2c885549122 ("kbuild: update modules.order only when contained modules are updated") accidentally changed the modules order. Prior to that commit, the modules order was determined based on vmlinux-dirs, which lists core-y/m, drivers-y/m, libs-y/m, in this order. Now, subdir-modorder lists them in a different order: core-y/m, libs-y/m, drivers-y/m. Presumably, there was no practical issue because the modules in drivers and libs are orthogonal, but there is no reason to have this distortion. Get back to the original order. Fixes: b2c885549122 ("kbuild: update modules.order only when contained modules are updated") Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'scripts/clang-tools/run-clang-tools.py')
0 files changed, 0 insertions, 0 deletions