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 A436DC433EF for ; Tue, 12 Apr 2022 14:24:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356350AbiDLO0w (ORCPT ); Tue, 12 Apr 2022 10:26:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231205AbiDLO0s (ORCPT ); Tue, 12 Apr 2022 10:26:48 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A01D3B1E2; Tue, 12 Apr 2022 07:24:29 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id D038B210E5; Tue, 12 Apr 2022 14:24:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1649773467; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5Z9+hhZ/fGDkb3HZ7krEOEuYawa9iKoF641ksqlogCI=; b=dHaIgAMYR2EAfTYO6A0R2+fU5tRIUF4i6UTwR1QREWZpTqcFsy/GYcoTeKGVQSNonQFsVq uI9e3L7Yj3Shb6YE4IOZ4bP2gICflIDB51DsJ+fXT6LQ9KrpHSOVWQJ4xAJyBrNXMBnXGe DIE5EX/OR4X4/PyZpf8m7Q0nldnLWEw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1649773467; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5Z9+hhZ/fGDkb3HZ7krEOEuYawa9iKoF641ksqlogCI=; b=dl+ZCfHznKNbvexa716PqmbZNk9TyHwqCrEEKRyLjeBz1PnLNpPxL8mYz4QCwdWTStMqip niCTbXlwsfpWdvDg== Received: from ds.suse.cz (ds.suse.cz [10.100.12.205]) by relay2.suse.de (Postfix) with ESMTP id 150F9A3B82; Tue, 12 Apr 2022 14:24:26 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 562F7DA7B0; Tue, 12 Apr 2022 16:20:21 +0200 (CEST) Date: Tue, 12 Apr 2022 16:20:21 +0200 From: David Sterba To: Naresh Kamboju Cc: open list , Linux-Next Mailing List , lkft-triage@lists.linaro.org, Qu Wenruo , David Sterba , Christoph Hellwig , Johannes Thumshirn , Filipe Manana , Arnd Bergmann , Stephen Rothwell Subject: Re: [next] ERROR: modpost: "__udivdi3" [fs/btrfs/btrfs.ko] undefined! Message-ID: <20220412142021.GX15609@suse.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Naresh Kamboju , open list , Linux-Next Mailing List , lkft-triage@lists.linaro.org, Qu Wenruo , David Sterba , Christoph Hellwig , Johannes Thumshirn , Filipe Manana , Arnd Bergmann , Stephen Rothwell References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 12, 2022 at 05:28:08PM +0530, Naresh Kamboju wrote: > Linux next-20220412 arm and i386 build failed due to below errors > with kselftest merge configs. > > - build-arm-gcc-kselftest > - build-i386-gcc-kselftest > > make --silent --keep-going --jobs=8 > O=/home/tuxbuild/.cache/tuxmake/builds/1/build ARCH=i386 > CROSS_COMPILE=i686-linux-gnu- 'CC=sccache i686-linux-gnu-gcc' > 'HOSTCC=sccache gcc' > > ERROR: modpost: "__udivdi3" [fs/btrfs/btrfs.ko] undefined! > make[2]: *** [/builds/linux/scripts/Makefile.modpost:134: > modules-only.symvers] Error 1 > > Reported-by: Linux Kernel Functional Testing The fixed patches are on the way and will appear in the next for-next branch snapshot. Thanks.