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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 5FCAEC38A2D for ; Wed, 26 Oct 2022 03:45:20 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4MxvpQ5Hm9z3cGB for ; Wed, 26 Oct 2022 14:45:18 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=AayjD2kR; dkim-atps=neutral Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4MxvnN5WSdz2xZp for ; Wed, 26 Oct 2022 14:44:24 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=AayjD2kR; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4MxvnM1dvYz4x1G; Wed, 26 Oct 2022 14:44:23 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1666755863; bh=TcGWZ/8i9vDAl2icjyxkCciEesQOkx/pAavjl5eoWBA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=AayjD2kRxIUqP3jc+cvkhuLAvDZXJYqohWRcBduVvkSUWKf6aHZS0PGA9Y9XGtWEP lyn1bIRrn5vjg7iOMfBZGSzrKOIZCmXvTdgxag0v5r5gihPHJI0LJ6GqSk2WyFqy/C e5OAWQwHxkgng8VUtEYA9IOalD+QMFu5En6uQsTskAPfDSHdhTG4uSqVG0Ry55dlW7 svboBrmcSXxTpGxtRobBdPgA0Ym4PnxBdN9KPS579O+ra4cJs//cypl/461uHGj8i8 iPiBlaZ4eGaCvbgwomVkfC91hRhhNe31ha72WDXMxadAdtqk2C+968jNXCJNepuVhp hqhhMM9gxP0MQ== From: Michael Ellerman To: Guenter Roeck , Linus Torvalds Subject: Re: Linux 6.1-rc2 In-Reply-To: <20221025172239.GC968059@roeck-us.net> References: <20221025162441.GA1128834@roeck-us.net> <20221025172239.GC968059@roeck-us.net> Date: Wed, 26 Oct 2022 14:44:18 +1100 Message-ID: <878rl3tfjh.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linuxppc-dev@lists.ozlabs.org, Linux Kernel Mailing List , Nicholas Piggin Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Guenter Roeck writes: > On Tue, Oct 25, 2022 at 09:41:50AM -0700, Linus Torvalds wrote: >> On Tue, Oct 25, 2022 at 9:24 AM Guenter Roeck wrote: >> > >> > Build results: >> > total: 152 pass: 152 fail: 0 >> > Qemu test results: >> > total: 499 pass: 499 fail: 0 >> >> Woo-hoo! >> >> That was quick, for once. >> > > Yes, it was. I now have an even better one, with a new personal > milestone reached (500 qemu boot tests): > > Build results: > total: 152 pass: 152 fail: 0 > Qemu test results: > total: 500 pass: 500 fail: 0 > ^^^ > > ... after getting yet another qemu machine to boot. > >> > Runtime warnings >> >> Oh. >> >> Well, close enough, and those fixes are presumably pending too. >> > > Let's hope so. I think I forgot to copy the ppc maintainers last week, > so we'll see if we get some feedback on the status of those problems. I have those in my fixes-test branch. While testing one of them I stumbled on some issues that I've been trying to confirm are existing and not regressions. But I plan for those fixes to hit rc3. cheers