After commit 2db1ec80dfd5 ("MIPS: VDSO: Fold MIPS_DISABLE_VDSO into MIPS_GENERIC_GETTIMEOFDAY") in -next, I see:
$ make -skj"$(nproc)" ARCH=mips LLVM=1 mrproper allnoconfig arch/mips/vdso/
llvm-readelf: warning: 'arch/mips/vdso/vdso.so.dbg.raw': invalid PT_DYNAMIC size (0xa4)
llvm-readelf: warning: 'arch/mips/vdso/vdso.so.dbg.raw': PT_DYNAMIC dynamic table is invalid: SHT_DYNAMIC will be used
This has come up before (#2093). I think I have a fix for this, just need to do some further digging and write a proper commit message.
After commit 2db1ec80dfd5 ("MIPS: VDSO: Fold MIPS_DISABLE_VDSO into MIPS_GENERIC_GETTIMEOFDAY") in -next, I see:
This has come up before (#2093). I think I have a fix for this, just need to do some further digging and write a proper commit message.