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.6 required=3.0 tests=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 92784C433FF for ; Tue, 6 Aug 2019 21:27:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 630362075B for ; Tue, 6 Aug 2019 21:27:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565126876; bh=DbNlRjFU6udh+wspdL7JjVNlgRe6HKjA4flfIy/gTKI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=YZ0QJe7AQBnlmBnWx1lCn34SXTptt7HCc4QXYcm3xbhA5zTNppS7zT9O0UsD7lXMn hpvZblUQElnEHtRaLjApNecaQbZ97/u0u/f9cn9Vi9wKhf9nvbA+NhunbaIXyCwqn6 PgeBgVwqawJWAylwgpbAg/eVSEWu8roRjeHwlakY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726085AbfHFV1z (ORCPT ); Tue, 6 Aug 2019 17:27:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:50092 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725974AbfHFV1z (ORCPT ); Tue, 6 Aug 2019 17:27:55 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 D1CB52075B; Tue, 6 Aug 2019 21:27:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565126875; bh=DbNlRjFU6udh+wspdL7JjVNlgRe6HKjA4flfIy/gTKI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bAIoN5TKPEUYK+1rl46l0NQ1JIfRDLI9d28wpBpobqvtQV6jtrFvGIA5S6PYxgmjW EGGxgn7mOZuAiUwqQlQyQzW8SqFdOpz8z421Y8WD3uFOVqQbiIgArDJbP/v0sYCMEY gzkiat5AYs/gwc5nD10p4icbTmHhS6F8EymfF9j0= Date: Tue, 6 Aug 2019 17:27:53 -0400 From: Sasha Levin To: Will Deacon Cc: gregkh@linuxfoundation.org, stable@vger.kernel.org Subject: Re: [PATCH 0/2] [Backport for 4.9.y stable] arm64 CTR_EL0 cpufeature fixes Message-ID: <20190806212753.GK17747@sasha-vm> References: <20190805171355.19308-1-will@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190805171355.19308-1-will@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 05, 2019 at 06:13:53PM +0100, Will Deacon wrote: >Hi, > >These two patches are backports for 4.9.y stable kernels after one of >them failed to apply: > > https://lkml.kernel.org/r/156498316660175@kroah.com I took the 4.9 patches, thanks! -- Thanks, Sasha