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 AA6E3C05027 for ; Thu, 26 Jan 2023 15:18:30 +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:In-Reply-To:MIME-Version:References: 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: List-Owner; bh=vmhfXh6A/PaSScm6exS+wXjf2R8DUkKy/x3lXW1RfZE=; b=oNWrWCQd+LBjxi QofQQ9QuKTc/dvlpxef5lUyNlYZHaUBSY/rok4Bc/iTqsFEgBfx0U6U9kHzVKyx0HebL0J8/nArED ktZB2/xUpjmrKz5pSZ2O2CIYH1HaYdxs6rxMeqe141z2hjlSCGpnYaqSnDLzs0F6CCX5wO+VgUJzQ 0MwuzW+Vq4RfseB3vmW2Nf4MEAUC9hlgLnD24Ln9xJMkeocNKv2/KwTuFmQp+R5J8ATK/5BP8Y2wC Xol9SzMxs6b/uvY/7eBpdVfWKpV0GOCH1i0On8hVd7RiFJW8i4JMwzb47yxaHiFihp272q/GQGPnq 1c2dBBMR/0G4sjiX5x3A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pL40O-00BS0N-Ly; Thu, 26 Jan 2023 15:17:36 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pL40A-00BRvz-3w for linux-arm-kernel@lists.infradead.org; Thu, 26 Jan 2023 15:17:23 +0000 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 dfw.source.kernel.org (Postfix) with ESMTPS id A7D5C6188A; Thu, 26 Jan 2023 15:17:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B53ABC4339B; Thu, 26 Jan 2023 15:17:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674746241; bh=UNfFYQHaeYGts0qlbmYGGJ4GSJ6LwjzAAqu6V68He8A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QrswJP3qvsF4qT7e2mGzPML7Un/eMvRm8U+IgXMJFhct/5v48p3BiWRH3M/8JlbRD eO+gkpazoDY4nsYkOYHaQme1kenSbXL77tIoUj7E+peOlJqemOSHeR6PqP9GYsiIZa 63xwlAyx4kNjj7pVZ29PW/PM5yAq8B25oru87lZK+xx9gjlThqu9oyBuRGtjl3jllD LZIEGycJuhOL51cF7S3gh35OjRWDKPJFNXXHedETsqCpFO7ZUtnLfQbjRn+F3V90CP P8QikF5G20rJxxXNIG35Sj5dQZ3l3aKfP51oPtY62aIzWJiX9pWyOQ+yNMnx4WwxMa 3C6b1OP3NeqOA== Date: Thu, 26 Jan 2023 15:17:16 +0000 From: Will Deacon To: Mark Rutland Cc: cki-project@redhat.com, xiawu@redhat.com, catalin.marinas@arm.com, bhe@redhat.com, linux-arm-kernel@lists.infradead.org, ardb@kernel.org Subject: Re: ? FAIL (91/181 SKIPPED): Test report for for-kernelci (6.2.0-rc5, arm-next, 2e84eedb) Message-ID: <20230126151715.GA29322@willie-the-truck> References: <29992.123012504212600261@us-mta-139.us.mimecast.lan> <20230126125202.GA29102@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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-20230126_071722_231342_59C8A66B X-CRM114-Status: GOOD ( 23.38 ) 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 On Thu, Jan 26, 2023 at 03:09:58PM +0000, Mark Rutland wrote: > On Thu, Jan 26, 2023 at 12:52:03PM +0000, Will Deacon wrote: > > [+Mark and Ard in case they have ideas] > > > > On Wed, Jan 25, 2023 at 09:21:19AM -0000, cki-project@redhat.com wrote: > > > Hi, we tested your kernel and here are the results: > > > > > > Overall result: FAILED > > > Merge: OK > > > Compile: OK > > > Test: FAILED > > > > > > > > > Kernel information: > > > Commit message: Merge branch 'for-next/core' into for-kernelci > > > > > > You can find all the details about the test run at > > > https://datawarehouse.cki-project.org/kcidb/checkouts/66828 > > > > > > One or more kernel tests failed: > > > Unrecognized or new issues: > > > aarch64 - kdump - kexec_boot > > > Logs: https://datawarehouse.cki-project.org/kcidb/tests/6799495 > > > > This looks like we run into an undefined instruction when we jump to the > > kexec relocation code. Do you know if the failure is reproducible, and is > > the log identical each time? > > I had a go in a QEMU KVM VM on ThunderX2, and a QEMU KVM TCG VM. With defconfig > I don't see the issue, but with the config from the test run link above I > consistently see the issue both under KVM and TCG (logs below). > > It should be simple enough to figure out which config option is tickling this; > I'll go dig in to that.. Cheers, Mark. If you get a chance, it's probably also worth testing vanilla -rc5 to confirm that it's a regression in our queue (which we could assumedly bisect if necessary). Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel