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=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 98EDDC3A5A2 for ; Fri, 23 Aug 2019 11:17:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6BB2922CE3 for ; Fri, 23 Aug 2019 11:17:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="Sf8X+LUW" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727119AbfHWLRY (ORCPT ); Fri, 23 Aug 2019 07:17:24 -0400 Received: from pandora.armlinux.org.uk ([78.32.30.218]:58722 "EHLO pandora.armlinux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726956AbfHWLRX (ORCPT ); Fri, 23 Aug 2019 07:17:23 -0400 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=OSDjpRTuHovlIRScundJCWb6Oc+rd5ATE/Sxj9nPY/A=; b=Sf8X+LUWARix65xSRp4AVeykq hNuDbygxF+vUXOq+jc9C4kGTTsFToNveFnUx/iTHPshoyOGuOu/XH5gbL1HdzHRS5khqixXf/Spef uteSv3g2Qgn+FBCFrciYZByOrHH0WVtb4zV8rurR4n11NHvWff/+DgHKNIWhvQRifwQOhNesdVC+y CMeljOOhn7gTUttTboOcKrexXwlSaXLvj12LlNAldwDsURJHPQ6UZUzURGYai49Utjykgeu8PvlGk 4u17ecHuZQfZhRlmwuWbWNNpx8pbAInQZLfoiLTGpEJKA88t6t5h1XnvteZPPup2+ldFchVQk5J0T STfvOBUFA==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:60066) by pandora.armlinux.org.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1i17ZF-0004Jh-0B; Fri, 23 Aug 2019 12:17:17 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1i17ZB-0000CY-33; Fri, 23 Aug 2019 12:17:13 +0100 Date: Fri, 23 Aug 2019 12:17:13 +0100 From: Russell King - ARM Linux admin To: Will Deacon , tglx@linutronix.de Cc: Chris Clayton , linux-arch@vger.kernel.org, vincenzo.frascino@arm.com, linux-mips@vger.kernel.org, linux-kselftest@vger.kernel.org, arnd@arndb.de, huw@codeweavers.com, andre.przywara@arm.com, daniel.lezcano@linaro.org, will.deacon@arm.com, LKML , ralf@linux-mips.org, salyzyn@android.com, paul.burton@mips.com, linux@rasmusvillemoes.dk, 0x7f454c46@gmail.com, catalin.marinas@arm.com, pcc@google.com, sthotton@marvell.com, shuah@kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: Regression in 5.3-rc1 and later Message-ID: <20190823111712.GB13294@shell.armlinux.org.uk> References: <20190823103654.GX13294@shell.armlinux.org.uk> <20190823104050.o6golaa4fmdd7np5@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190823104050.o6golaa4fmdd7np5@willie-the-truck> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Fri, Aug 23, 2019 at 11:40:50AM +0100, Will Deacon wrote: > On Fri, Aug 23, 2019 at 11:36:54AM +0100, Russell King - ARM Linux admin wrote: > > To everyone on the long Cc list... > > > > What's happening with this? I was about to merge the patches for 32-bit > > ARM, which I don't want to do if doing so will cause this regression on > > 32-bit ARM as well. > > tglx fixed it: > > https://lkml.kernel.org/r/alpine.DEB.2.21.1908221257580.1983@nanos.tec.linutronix.de > > which I assume is getting routed as a fix via -tip. Right, so Chris reported the issue to everyone involved. Tglx's reply severely trimmed the Cc list so folk like me had no idea what was going on, removing even the mailing lists. On the face of it, it looks like an intentional attempt to cut people out of the loop who really should've been kept in the loop. Yea, that's just great. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up According to speedtest.net: 11.9Mbps down 500kbps up