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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F1727C6FD1E for ; Fri, 10 Mar 2023 22:24:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=HTkI3NEpOM7pvZkMqrSeYs8qi9QgOHNCrAkr2Ae+V7Y=; b=i/y5GArjGN0p1A Cyk9WPLZDB1BVqjJlcHeP95BAf4df4UjlJnuhUwe+aIVqzvEWzjFwoR0fQKCmjtAmhZpRADUsWcI6 kk2HY5MGRBzet4gwdUnDXNDw/1XcnZOh6VdTtxHIZO72JVntdRGBDe1DsFrAEgYgRXrX5R7vERc5u /0GFx9SU+nDnnYPuXOov0M84gbEdUJfoNHDSIA/SK9LWZX7SmaO+uGTcPEF2jG4MN1eMwDqnewyIo in+r0vN046E4mziS1gLwzKM2Gsn5kUIQq9Ktyqd2nB5AcwlxEU64+d6hM3jyw5enzBH2+GqMQZsrP zDbF18pke7boogCt0fgQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pal8w-00GMtX-3n; Fri, 10 Mar 2023 22:23:18 +0000 Received: from vmicros1.altlinux.org ([194.107.17.57]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pal8s-00GMsS-L9 for linux-arm-kernel@lists.infradead.org; Fri, 10 Mar 2023 22:23:16 +0000 Received: from imap.altlinux.org (imap.altlinux.org [194.107.17.38]) by vmicros1.altlinux.org (Postfix) with ESMTP id 92BDE72C8D3; Sat, 11 Mar 2023 01:23:09 +0300 (MSK) Received: from altlinux.org (sole.flsd.net [185.75.180.6]) by imap.altlinux.org (Postfix) with ESMTPSA id 8554936D018A; Sat, 11 Mar 2023 01:23:09 +0300 (MSK) Date: Sat, 11 Mar 2023 01:23:09 +0300 From: Vitaly Chikunov To: linux-arm-kernel@lists.infradead.org, Russell King Cc: "Russell King (Oracle)" , Chen Zhongjin , Linus Walleij Subject: virtio: section 4 reloc 2 sym '_raw_spin_lock_irq': relocation 28 out of range (0xbf0030a4 -> 0xc10030d4) Message-ID: <20230310222309.vulvctspwqvkkz4t@altlinux.org> MIME-Version: 1.0 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230310_142314_905661_EB52B0BD X-CRM114-Status: UNSURE ( 3.90 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Somewhere since v6.1.13 we starting to get intermittent(*) modprobe errors like this: [ 0.301878] virtio: section 4 reloc 2 sym '_raw_spin_lock_irq': relocation 28 out of range (0xbf0030a4 -> 0xc10030d4) Modules loading in correct order. What is helped to workaround each time is to modprobe some other module before this. (*) "Intermittent" in a sense it depends on kernel build and module load ordering, they are consistent for each particular build and module load order. But it's hard to provide reproducer for everyone. Thanks, _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel