From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 18 Dec 2020 14:00:18 +0000 From: Russell King - ARM Linux admin Subject: Re: next/master bisection: baseline.login on ox820-cloudengines-pogoplug-series-3 Message-ID: <20201218140018.GZ1551@shell.armlinux.org.uk> References: <5fdc89c3.1c69fb81.c9707.68bb@mx.google.com> <3e1680ed-94b8-74c9-ffe6-c2bd71f2a705@collabora.com> MIME-Version: 1.0 In-Reply-To: <3e1680ed-94b8-74c9-ffe6-c2bd71f2a705@collabora.com> Sender: Russell King - ARM Linux admin Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-ID: To: Guillaume Tucker Cc: kernelci-results@groups.io, Linus Walleij , Nick Desaulniers , Ard Biesheuvel , Kees Cook , Abbott Liu , linux-kernel@vger.kernel.org, "kernelci@groups.io" , Ingo Molnar , linux-arm-kernel@lists.infradead.org On Fri, Dec 18, 2020 at 01:48:09PM +0000, Guillaume Tucker wrote: > Please see the bisection report below about a boot failure on > ox820-cloudengines-pogoplug-series-3. There was also a bisection > yesterday with next-20201216 which landed on the same commit, on > the same platform and also with oxnas_v6_defconfig. I'm not > aware of any other platform on kernelci.org showing the same > regression. Ah, I bet I know what's happening. We test for the presence of VFP by issuing an instruction to read FPSID. If VFP is not present, this will raise an undefined instruction exception, and we expect to head into the vfp_testing_entry code. I bet Pogoplug, being an ARM11 MPCore platform, either raises an exception here. We probably need to also rework the code in vfp_init() as well to register a temporary hook when reading the FPSID. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last! 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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF1CCC4361B for ; Fri, 18 Dec 2020 14:05:02 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7C03E23AAA for ; Fri, 18 Dec 2020 14:05:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7C03E23AAA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=armlinux.org.uk Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=bGWjsKU7xMYxRayKDmKGrQAgx61U0NTRP8tUh2CKiao=; b=FJ/w+CV2/Aj77wxPJlG9pSuG4 gypuFPIfKxdPcfMUM9iOSzwkvmE4CHpYb/tacS0Tj4tagTatu7oophWgGUmt0UTi4xWFiDTd5H2jl r5JImqy07TMbw3OwY5VK3mwjcBbvjR7WRMmNfLdr/5UYYk4JdiokrKi0YGSdS6RWrwnj7olu8DZ+3 cykEIOcLYGn2zhV6jtwfmPCgiu07pYW/jglqj4Gv5NgYwi0GBcFRagP3FdQ+uhqP8dy9+lgb6uxN4 R26KI5UHmbEl2zgHJst9mkdAAFUc8VL+Tx0kNmwcV3oJ1FZIygC39yxuk4gG+PkcqbJJjmFI20Ex3 1fB2JEgaw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kqGM8-00085r-Hn; Fri, 18 Dec 2020 14:03:40 +0000 Received: from pandora.armlinux.org.uk ([2001:4d48:ad52:32c8:5054:ff:fe00:142]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kqGM5-0007fR-Tl for linux-arm-kernel@lists.infradead.org; Fri, 18 Dec 2020 14:03:38 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=YsRdlIw1j0ww4MkAqOnBL7nj6Bz8RfTaAFPukAbPwQw=; b=VSpiS+DP56PSv88kUvUmc00Km Qgq4423c/3W2k277eCxXw4dDlDVGnNO+IGc9hF7R3kd2AnAEy6wWC63j5Nu4iMzZAX81hsN+aeHzf QlIkqIx7S6LdVkQAxXsgeJwdU0AW6dobW6TkET4UolFpwt8tqI4kBl1Pz4Rh7JnTeXN5YYexiiFZJ i7MbnvsgdWju5Wkgf7UgbOJ2LFjR9m6F+Skqes/WEs0MM1St44i/I4EQnVlSnIB/URDp+7Rl7bIOh gMY9KjOEsu1Ze4WoBgW/l6mmeZN0n+8JQ3tV+grdZcq+iqFnFPirfDmMNBc6bpqe/wZjw1J+HyjNG tWSTyYStQ==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:44338) by pandora.armlinux.org.uk with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kqGIx-0005do-1m; Fri, 18 Dec 2020 14:00:23 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1kqGIs-0007xC-8t; Fri, 18 Dec 2020 14:00:18 +0000 Date: Fri, 18 Dec 2020 14:00:18 +0000 From: Russell King - ARM Linux admin To: Guillaume Tucker Subject: Re: next/master bisection: baseline.login on ox820-cloudengines-pogoplug-series-3 Message-ID: <20201218140018.GZ1551@shell.armlinux.org.uk> References: <5fdc89c3.1c69fb81.c9707.68bb@mx.google.com> <3e1680ed-94b8-74c9-ffe6-c2bd71f2a705@collabora.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <3e1680ed-94b8-74c9-ffe6-c2bd71f2a705@collabora.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201218_090337_973763_59871E89 X-CRM114-Status: GOOD ( 13.77 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ingo Molnar , Kees Cook , kernelci-results@groups.io, Abbott Liu , Linus Walleij , Nick Desaulniers , linux-kernel@vger.kernel.org, "kernelci@groups.io" , Ard Biesheuvel , linux-arm-kernel@lists.infradead.org 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 On Fri, Dec 18, 2020 at 01:48:09PM +0000, Guillaume Tucker wrote: > Please see the bisection report below about a boot failure on > ox820-cloudengines-pogoplug-series-3. There was also a bisection > yesterday with next-20201216 which landed on the same commit, on > the same platform and also with oxnas_v6_defconfig. I'm not > aware of any other platform on kernelci.org showing the same > regression. Ah, I bet I know what's happening. We test for the presence of VFP by issuing an instruction to read FPSID. If VFP is not present, this will raise an undefined instruction exception, and we expect to head into the vfp_testing_entry code. I bet Pogoplug, being an ARM11 MPCore platform, either raises an exception here. We probably need to also rework the code in vfp_init() as well to register a temporary hook when reading the FPSID. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel