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 6F8DAC61DA3 for ; Tue, 21 Feb 2023 08:17:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233679AbjBUIRn (ORCPT ); Tue, 21 Feb 2023 03:17:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233654AbjBUIRj (ORCPT ); Tue, 21 Feb 2023 03:17:39 -0500 Received: from mail-vk1-xa2c.google.com (mail-vk1-xa2c.google.com [IPv6:2607:f8b0:4864:20::a2c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 639AB206BE for ; Tue, 21 Feb 2023 00:17:36 -0800 (PST) Received: by mail-vk1-xa2c.google.com with SMTP id bi7so1899604vkb.2 for ; Tue, 21 Feb 2023 00:17:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1676967455; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=EbkGYuipzj4eszkfeMPyhLXMXgTlWC99qfSAvj3EJ4E=; b=HteVRIi9KBGcncf84Zy6bziMITbeU1dBpZ+eip8g3lt2ZTAlDAA2lBzP8W9wUnjzfi fMBggOgGKGj84Gowy88qs/PEk/xWoPekQKqMZZ7mg6F++fIVS5TNWFKwKmDLk0hWneaj 8ozgj2ZbJJ+wAiQnHzRID2m4ifV4i9E3h/8Gd7D0B37/u0nPKG9dyf/i9VFXnISmc8nH ZnM2PpuIqUZVeYVyogACxIy7fVBURnm6hUuF49baZUlQ/C6X/EoMas+7o+k44CAb10oY ZhWqqh9lYzFfFhfSEB0Kf5qoHLC9qkIa+NM3UdACq6rOlHJQDadrOBYYIHrzBSLKwSTI MFvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1676967455; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=EbkGYuipzj4eszkfeMPyhLXMXgTlWC99qfSAvj3EJ4E=; b=nN2oYERCBsJCw+t2ofWZLFIh4fq3SOy/hF2o8jx0CQdY2jETwVX1+b3vyWQssU4AOT y9ym+LQeSQPRH7U45/gMeRNiygpDwb/HdeQpvSCZKjq5mFUvIeyx0lXKBOXaSrVWlZrf 4abiREAuHRUv/HKxjH5Bnfmn4DSQYem6RugMsvLBVzbHbp7OSlH0ggcPkH9P3IiGvgBu QEOPSF93CB5K75FXLSOjAFxqbEvr/WnQO5wtxtMTBKrfCVGmovR64yNBkm11QnpyiB5v HOAm/jNJlFOSzJtGXMKhvW+rFL1A0El87XtIBRF8EYKiIjHrBr1dPptg9MwaCk7Km+jo mNBw== X-Gm-Message-State: AO0yUKUgFMU9kkmvs54nD4WD9ZhyvY+2kPtxe3W4aBDNRnyL4QSwaf1H qNOjShcqB28HKzepuIkZUDnpiFjlu/ZL3kwJ2JQ33J3C1sq1xh+K X-Google-Smtp-Source: AK7set93akSk3v6i5Uo8IhjBXShhMZBPmho8GivnCfQv3pCtiGouS4Q/+4c8rTilRYQJkm1Lh2HJvtEaqYpvZmX5hS0= X-Received: by 2002:a1f:2305:0:b0:40e:eec8:6523 with SMTP id j5-20020a1f2305000000b0040eeec86523mr321309vkj.43.1676967455155; Tue, 21 Feb 2023 00:17:35 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Naresh Kamboju Date: Tue, 21 Feb 2023 13:47:24 +0530 Message-ID: Subject: Re: next: 32-bit: ERROR: modpost: "__aeabi_uldivmod" [fs/btrfs/btrfs.ko] undefined! To: open list , Linux-Next Mailing List , lkft-triage@lists.linaro.org Cc: Arnd Bergmann , Anders Roxell , linux-btrfs@vger.kernel.org, David Sterba , Josef Bacik , Chris Mason , Stephen Rothwell Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 20 Feb 2023 at 16:14, Naresh Kamboju wrote: > > [Please ignore this email if it is already reported] > > Following build error noticed on 32bit arm and i386 with kselftest merge > configs with gcc-10/12 on today's Linux next-20230220 tag. > > Reported-by: Linux Kernel Functional Testing > > Build regression: > - gcc-10-lkftconfig-kselftest > - gcc-12-lkftconfig-kselftest > > Build error: > ERROR: modpost: "__aeabi_uldivmod" [fs/btrfs/btrfs.ko] undefined! > make[2]: *** [scripts/Makefile.modpost:136: Module.symvers] Error 1 > make[2]: Target '__modpost' not remade because of errors. > make[1]: *** [Makefile:1980: modpost] Error 2 Anders ran the bisect and found the first bad commit, # first bad commit: [4a8c6e8a6dc8ae4ce2adb1f807b61b6d99088293] btrfs: replace btrfs_io_context::raid_map with a fixed u64 value The reported build issues still noticed on today's Linux next-20230221. Related threads are found in lore, https://lore.kernel.org/lkml/CAMuHMdVwXB4YsCFEpLoTm8pxyjMty6tAT7joNj2EME4ynY8keQ@mail.gmail.com/ - Naresh