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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A112CC433FE for ; Tue, 18 Oct 2022 00:03:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229944AbiJRADk (ORCPT ); Mon, 17 Oct 2022 20:03:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229772AbiJRADh (ORCPT ); Mon, 17 Oct 2022 20:03:37 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ECEFE237F6 for ; Mon, 17 Oct 2022 17:03:36 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id 5296EB81AD7 for ; Tue, 18 Oct 2022 00:03:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8C456C433D6; Tue, 18 Oct 2022 00:03:32 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="GakdiyuA" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1666051410; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=2lAybai8gKhX1DN+fgNma6jgJEWUPQPSN+/pCq2V3uE=; b=GakdiyuAlCGhaXaRbJGQUHBJktZsxtTlL5cdRm/jh5cigMewYPfxpszVlKDCsHkD65UDZ/ 0Z9qQzUf6Ae5DBzAZQfttJZoH5Yj9QeCCLQp40BpZpcaDiEXU5qGLsibvkj76I4Y65hMgM wQaU7EgEpB8jzb+Ci72sLhc77vd5HFo= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 448a33b4 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 18 Oct 2022 00:03:29 +0000 (UTC) Date: Tue, 18 Oct 2022 02:03:27 +0200 From: "Jason A. Donenfeld" To: Linus Torvalds Cc: Guenter Roeck , Linux Kernel Mailing List , Andrew Jones , Conor Dooley , Atish Patra , Anup Patel , Hector Martin , Arnd Bergmann , Lee Jones , Yury Norov , Andy Shevchenko , Rasmus Villemoes , Guo Ren , Jakub Kicinski Subject: Re: Linux 6.1-rc1 Message-ID: References: <20221017123434.GA1062543@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 17, 2022 at 10:39:08AM -0700, Linus Torvalds wrote: > On Mon, Oct 17, 2022 at 5:35 AM Guenter Roeck wrote: > > > > Build results: > > total: 152 pass: 152 fail: 0 > > Qemu test results: > > total: 490 pass: 420 fail: 70 > > Strange. You claim zero build failures, but then: > > > Build failures > > > > Building riscv:defconfig ... failed > > so I think your stats may be wrong somehow ;) > > > mips, sparc64 > > ------------- > > > > All big endian mips tests fail to reset after boot. The problem is > > caused by commit 72a95859728a ("mfd: syscon: Remove repetition of the > > regmap_get_val_endian()"). > > Bah. I had already archived that whole thread as "sorted out", but > yeah, the revert clearly never made it to me for rc1. > > But it should be in the regmap queue (Lee/Andy?), so it is hopefully > just a temporary thing. > > In fact, it looks like all the failures have known fixes. So here's > hoping that your list will be a whole lot cleaner by rc2. > > Knock wood. I emailed Lee about it 3 days ago, hoping it'd make rc1 too, but never heard back. Maybe vacation? Dunno. Jason > > Thanks, > Linus