Received: by 10.223.185.116 with SMTP id b49csp1911456wrg; Thu, 22 Feb 2018 05:17:49 -0800 (PST) X-Google-Smtp-Source: AH8x225SKVEiIKZ3oAcFFpaQLRk6xJoAY8fZDrRqMdmMVmrr0dnk0knpudyjoaicbWamDxnKQbPY X-Received: by 2002:a17:902:8215:: with SMTP id x21-v6mr85924pln.164.1519305469095; Thu, 22 Feb 2018 05:17:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519305469; cv=none; d=google.com; s=arc-20160816; b=jMYJ4Aihg7YfSMCLwNha5eYGzTCuk5aAm74lwKf9wPkqJi+yHt6HPZ7NugaEd7lKS6 SOLWkAn7WseOTEr3caY1eSl36uRbI9zb5rHivL/herReqdDEvFerxEXUrVqW3yhqlCbl 5zHOMQFVE8wg5F8v0g3eODzEeoeZP0DLUQF1x7f1wYt0SnLOS92o5tID2NPYidkYfVFh 7lx+n3MT93lOcSjPwgPMkSoxL6zVPJwgFZAEqfJwGPv1X3aa+GDs4n3KHVVq82UZT3vV j+NY/M3NcnmgVcnZAkZ7hloOVvkwm2kklXxlYK/ykUV8WkEvzu1YhpWEuxWMAmKDmG6S 5FaQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=QiGmOhWmPO3WAHHLizd0lBVjVKkYA289bFzK2SjTsOk=; b=EtsWjYKyCcXjFEPSNG1ObrsnQceo/kRt9h7vGr8gjzoKuF0KQTvP42J6veXKJNDU0K unxX8x4Z6nhXniqR4DuqNCFOWoTbt+kYCDwLQFZjnW8nVF89V0jBfsSsaDocgjhi2ic8 LfVxgKmhYms57y2pziazqJt4nhCQEhrcYxsf7jJrIUvKaXh24/zZiUuGirMsarC3F17n lX9zr/Mi3uR7VTfcmRDgZo/6K7I1tnpRxQSOJXPs/aktJ1UATMwRt39xRLAAGDlsQD7l sdJTnG6LjX77i1EpNNOeBUbFzi2JLVjhHadwNnbcev5s0cU6dwEpXaSYVfMjUq1MS7G2 d0jA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i12-v6si41288plk.508.2018.02.22.05.17.29; Thu, 22 Feb 2018 05:17:49 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932537AbeBVNQj (ORCPT + 99 others); Thu, 22 Feb 2018 08:16:39 -0500 Received: from ozlabs.org ([103.22.144.67]:47859 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932470AbeBVNQh (ORCPT ); Thu, 22 Feb 2018 08:16:37 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 3znFHR28Kzz9sW1; Fri, 23 Feb 2018 00:16:35 +1100 (AEDT) From: Michael Ellerman To: Yves-Alexis Perez , Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: stable@vger.kernel.org, Guenter Roeck , Nicholas Piggin Subject: Re: [PATCH 4.9 34/77] powerpc: fix build errors in stable tree In-Reply-To: <1519292030.2388.14.camel@debian.org> References: <20180221124432.172390020@linuxfoundation.org> <20180221124433.618725458@linuxfoundation.org> <87k1v5rg66.fsf@concordia.ellerman.id.au> <1519292030.2388.14.camel@debian.org> Date: Fri, 23 Feb 2018 00:16:34 +1100 Message-ID: <874lm9qi4t.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Yves-Alexis Perez writes: > On Thu, 2018-02-22 at 12:01 +1100, Michael Ellerman wrote: >> So I guess this patch is OK for now, but we do need a full back port of >> 222f20f to 4.9. > > Hi, > > in the light of this, do you know the full status of protections against > Meltdown on powerpc/ppc64el architecures on 4.9? With the patches I just sent, for pseries and powernv, the mitigation should be in place. On machines with updated firmware we'll use the hardware-assisted L1 flush, otherwise we fallback to doing it in software. cheers