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=-5.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,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 3BA05C388F7 for ; Fri, 13 Nov 2020 12:44:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DE4802224B for ; Fri, 13 Nov 2020 12:44:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="2drqydKB" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726443AbgKMMop (ORCPT ); Fri, 13 Nov 2020 07:44:45 -0500 Received: from mail.kernel.org ([198.145.29.99]:54816 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726237AbgKMMop (ORCPT ); Fri, 13 Nov 2020 07:44:45 -0500 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E6DC920797; Fri, 13 Nov 2020 12:44:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605271485; bh=71vyXhvdQDIzP2+xax8cCSFLana8q4zON8WGxo2Yx54=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2drqydKB+bWHi9Mk+8QfsZIb0K0UELTn9r1f15MWcdPpCyLuNrhAqMCU2dNqKmHu0 HDRNaGbWyy361DNMP1oH5kGtxan1d9vbseDWTHlSg19kvHHTZhDIVyv23HAlpvISlU DQ8tU1kUJyZUGNzpAeQjZklQ/0ld2yXByxzEZgME= Date: Fri, 13 Nov 2020 12:44:40 +0000 From: Will Deacon To: torvalds@linux-foundation.org Cc: catalin.marinas@arm.com, mark.rutland@arm.com, peterz@infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-team@android.com Subject: Re: [GIT PULL] arm64 fixes for -rc4 Message-ID: <20201113124440.GB22014@willie-the-truck> References: <20201113123934.GA22014@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201113123934.GA22014@willie-the-truck> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 13, 2020 at 12:39:34PM +0000, Will Deacon wrote: > Hi Linus, > > Please can you pull these arm64 fixes for -rc4? It's all fairly simple > and there's a summary in the tag; Paul has reviewed the trivial RCU change. > > The main issue remaining at this stage is the ongoing irqtracing problem > [1]. People are working on it, but no patches yet. Looks like I managed to munge the subject for this (somehow dropped the leading '['); I've fixed it here in the hope that it gets past whatever filters you may have, but I'll resend if I haven't heard anything by tomorrow afternoon. Ta, Will