On Wed, 20 Jul 2022 at 01:03, Linus Torvalds torvalds@linux-foundation.org wrote:
On Tue, Jul 19, 2022 at 10:57 AM Naresh Kamboju naresh.kamboju@linaro.org wrote:
Details log:
- i386 build failures with clang-13 and clang-14
make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/1/build LLVM=1 LLVM_IAS=1 ARCH=i386 CROSS_COMPILE=i686-linux-gnu- 'HOSTCC=sccache clang' 'CC=sccache clang' ld.lld: error: undefined symbol: __udivdi3
Looks like the one introduced by aff1e0b09b54 ("drm/i915/ttm: fix sg_table construction"), and fixed by ced7866db39f ("drm/i915/ttm: fix 32b build").
Daniel, tested with extra commits as suggested by you and i386 build pass.
ced7866db39f ("drm/i915/ttm: fix 32b build")
- Naresh