kbuild: Fix a 64-bit issue in scripts/modpost.c
The checksums are generally 32-bit (unsigned int), though they are saved in symbol values, which may 64-bit, so we need to convert. Pointed out by Anton Blanchard.
Showing
Please register or sign in to comment