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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C6103C433F5 for ; Mon, 27 Sep 2021 20:35:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A1046611C0 for ; Mon, 27 Sep 2021 20:35:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236645AbhI0Uh0 (ORCPT ); Mon, 27 Sep 2021 16:37:26 -0400 Received: from elvis.franken.de ([193.175.24.41]:46317 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235925AbhI0UhZ (ORCPT ); Mon, 27 Sep 2021 16:37:25 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1mUxLl-0004AL-00; Mon, 27 Sep 2021 22:35:45 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id D9E66C1CE8; Mon, 27 Sep 2021 22:09:32 +0200 (CEST) Date: Mon, 27 Sep 2021 22:09:32 +0200 From: Thomas Bogendoerfer To: Linus Torvalds Cc: Guenter Roeck , Arnd Bergmann , Viresh Kumar , "Michael S. Tsirkin" , Linux Kernel Mailing List Subject: Re: Linux 5.15-rc3 Message-ID: <20210927200932.GA8510@alpha.franken.de> References: <20210927110548.GA771805@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 27, 2021 at 11:55:52AM -0700, Linus Torvalds wrote: > On Mon, Sep 27, 2021 at 4:05 AM Guenter Roeck wrote: > > > > On Sun, Sep 26, 2021 at 02:21:52PM -0700, Linus Torvalds wrote: > > > So after a somewhat rocky merge window and second rc, things are now > > > actually looking pretty normal for rc3. Knock wood. > > > > > > There are fixes all over, and the statistics look fairly regular, with > > > drivers dominating as they should (since they are most of the tree). > > > And outside of drivers, we have a fairly usual mix of changes - > > > architecture fixes, networking, filesystems, and tooling (the latter > > > being mostly kvm selftests). > > > > > > Shortlog appended, it's not too long and easy to scan through to get a > > > flavor for the details if you happen to care. > > > > > > Please do give it a whirl, > > > > > > > Build results: > > total: 153 pass: 152 fail: 1 > > Failed builds: > > mips:allmodconfig > > Gaah. I assume this is the > > arch/mips/include/asm/sibyte/bcm1480_scd.h:261: error: > "M_SPC_CFG_CLEAR" redefined > > thing still. > > It's been pending too long in the mips tree, I'll just take the patch > directly and finally empty your queue of build failures. if it was a fix in the mips tree I would have sent it already, but it's watchdog driver fix, which was meant to be picked up by Wim. Anyway, thank you for taking it. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]