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.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=ham 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 690D2C43381 for ; Sun, 17 Feb 2019 19:16:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 27CE0218A1 for ; Sun, 17 Feb 2019 19:16:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550431006; bh=N9sGjTCiWtpD6z8FX1zhEYEDLrnK4Ir/myPqnJK0MEY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=nGnGClGk/z0YQNqpfShKycVfG+H6bporKOpA9PlFzeddMnS/ZUS8sROzJkQBWMT9R F0EXgvpV3b1FALTjfquy7qwvA2DpNRmQ2Pru5g4P4tpBlmYI+/l5eKQSw0VhXJAdUT mVegn86IrYcLLyPaLxuN+SYiluhFe0ccg/ekN4Ng= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725941AbfBQTQp (ORCPT ); Sun, 17 Feb 2019 14:16:45 -0500 Received: from mail.kernel.org ([198.145.29.99]:34030 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725554AbfBQTQp (ORCPT ); Sun, 17 Feb 2019 14:16:45 -0500 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 214012186A; Sun, 17 Feb 2019 19:16:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550431004; bh=N9sGjTCiWtpD6z8FX1zhEYEDLrnK4Ir/myPqnJK0MEY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=avp48CsPUMi5dP30J+ONLU2FODxsguEnjhmTGCaV75sMyZJSPjxM3qeodLwElLSjU Lh3zTq7OeuX42qYSF9roDBtJBkhRo3had9auocXqYxQF6lHrg5duXyRoXAlKYltdek alKGzIqwt/F+dmHvqlpE6/JtHNryxDjJ9558WvYk= Date: Sun, 17 Feb 2019 14:16:42 -0500 From: Sasha Levin To: David Long Cc: stable@vger.kernel.org, Russell King - ARM Linux , Florian Fainelli , Julien Thierry , Tony Lindgren , Marc Zyngier , Greg KH , Mark Rutland , Will Deacon , Mark Brown , linux-kernel@vger.kernel.org Subject: Re: [PATCH 4.14 V2 00/17] V4.14 backport of more 32-bit arm spectre patches Message-ID: <20190217191642.GL10616@sasha-vm> References: <20190214021022.5313-1-dave.long@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190214021022.5313-1-dave.long@linaro.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 Wed, Feb 13, 2019 at 09:10:05PM -0500, David Long wrote: >From: "David A. Long" > >V4.14 backport of spectre patches from Russell M. King's spectre branch. >Patches have been kvm-unit-test'ed on an arndale, run through kernelci, and >handed off to ARM for functional testing. > >Julien Thierry (10): > ARM: 8789/1: signal: copy registers using __copy_to_user() > ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt context > ARM: 8791/1: vfp: use __copy_to_user() when saving VFP state > ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user() > ARM: 8793/1: signal: replace __put_user_error with __put_user > ARM: 8794/1: uaccess: Prevent speculative use of the current > addr_limit > ARM: 8795/1: spectre-v1.1: use put_user() for __put_user() > ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitization > ARM: 8797/1: spectre-v1.1: harden __copy_to_user > ARM: 8810/1: vfp: Fix wrong assignement to ufp_exc > >Russell King (7): > ARM: make lookup_processor_type() non-__init > ARM: split out processor lookup > ARM: clean up per-processor check_bugs method call > ARM: add PROC_VTABLE and PROC_TABLE macros > ARM: spectre-v2: per-CPU vtables to work around big.Little systems > ARM: ensure that processor vtables is not lost after boot > ARM: fix the cockup in the previous patch Queued for 4.14, thank you. -- Thanks, Sasha