From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6CFF7C43334 for ; Thu, 21 Jul 2022 18:36:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232650AbiGUSgh (ORCPT ); Thu, 21 Jul 2022 14:36:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55036 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbiGUSgf (ORCPT ); Thu, 21 Jul 2022 14:36:35 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B0A921D30E; Thu, 21 Jul 2022 11:36:34 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 66E6BB82629; Thu, 21 Jul 2022 18:36:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 61980C3411E; Thu, 21 Jul 2022 18:36:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1658428592; bh=MZP+I0Nutf91zBdThCr63T4SR+BgbUMjLXAfRXtWb+U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gZjGvsPCTfDB8LcJ6I0xCwWL338agCcdfj2v5g5VWkM0vJ8rXfMuY7A5oLzsu+dJw L4tIhFEPnHaU/qpD1w4CRNgh7Jw3H9tE5kqESZRuiVIOL6mndq4oMYx/Orcww5FxhV osHYpa7FIh4YWmONzy/eceXMHlDSBCB4KxNSD9io= Date: Thu, 21 Jul 2022 20:36:29 +0200 From: Greg Kroah-Hartman To: Linus Torvalds Cc: Naresh Kamboju , Linux Kernel Mailing List , stable , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, lkft-triage@lists.linaro.org, Pavel Machek , Jon Hunter , Florian Fainelli , Sudip Mukherjee , Slade Watkins , John Harrison , Tejas Upadhyay , Anusha Srivatsa , Jani Nikula , Daniele Ceraolo Spurio Subject: Re: [PATCH 5.18 000/231] 5.18.13-rc1 review Message-ID: References: <20220719114714.247441733@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 19, 2022 at 12:32:48PM -0700, Linus Torvalds wrote: > On Tue, Jul 19, 2022 at 10:57 AM Naresh Kamboju > wrote: > > > > > > Details log: > > ------------ > > 1. 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"). Thanks, I've queued this one up now in the -rc3 update. greg k-h