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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=unavailable 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 088E1C10F13 for ; Fri, 12 Apr 2019 02:29:34 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7DB002083E for ; Fri, 12 Apr 2019 02:29:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7DB002083E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 44gMKl3BNTzDqGS for ; Fri, 12 Apr 2019 12:29:31 +1000 (AEST) Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 44gMJ24DN7zDqGS for ; Fri, 12 Apr 2019 12:28:02 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Received: by ozlabs.org (Postfix) id 44gMJ22n2hz9s6w; Fri, 12 Apr 2019 12:28:02 +1000 (AEST) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 44gMJ173cpz9s5c; Fri, 12 Apr 2019 12:28:01 +1000 (AEST) From: Michael Ellerman To: Sasha Levin Subject: Re: [PATCH stable v4.9 00/35] powerpc spectre backports for 4.9 In-Reply-To: <20190411152543.GN11568@sasha-vm> References: <20190411114630.4042-1-mpe@ellerman.id.au> <20190411152543.GN11568@sasha-vm> Date: Fri, 12 Apr 2019 12:28:01 +1000 Message-ID: <87ef68ufda.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: gregkh@linuxfoundation.org, stable@vger.kernel.org, diana.craciun@nxp.com, linuxppc-dev@ozlabs.org, msuchanek@suse.de Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Sasha Levin writes: > On Thu, Apr 11, 2019 at 09:45:55PM +1000, Michael Ellerman wrote: >>-----BEGIN PGP SIGNED MESSAGE----- >>Hash: SHA1 >> >>Hi Greg, >> >>Please queue up these powerpc patches for 4.9 if you have no objections. >> >>There's one build fix for newer toolchains, and the rest are spectre related. > > I've queued it up, thank you. Thanks. I'll fix my script to generate "Hi Sasha" for v4.9 mails :) cheers 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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 A3D76C10F13 for ; Fri, 12 Apr 2019 02:28:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7101E2083E for ; Fri, 12 Apr 2019 02:28:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726661AbfDLC2E (ORCPT ); Thu, 11 Apr 2019 22:28:04 -0400 Received: from ozlabs.org ([203.11.71.1]:42093 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726656AbfDLC2E (ORCPT ); Thu, 11 Apr 2019 22:28:04 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 44gMJ173cpz9s5c; Fri, 12 Apr 2019 12:28:01 +1000 (AEST) From: Michael Ellerman To: Sasha Levin Cc: stable@vger.kernel.org, gregkh@linuxfoundation.org, linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr Subject: Re: [PATCH stable v4.9 00/35] powerpc spectre backports for 4.9 In-Reply-To: <20190411152543.GN11568@sasha-vm> References: <20190411114630.4042-1-mpe@ellerman.id.au> <20190411152543.GN11568@sasha-vm> Date: Fri, 12 Apr 2019 12:28:01 +1000 Message-ID: <87ef68ufda.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Sasha Levin writes: > On Thu, Apr 11, 2019 at 09:45:55PM +1000, Michael Ellerman wrote: >>-----BEGIN PGP SIGNED MESSAGE----- >>Hash: SHA1 >> >>Hi Greg, >> >>Please queue up these powerpc patches for 4.9 if you have no objections. >> >>There's one build fix for newer toolchains, and the rest are spectre related. > > I've queued it up, thank you. Thanks. I'll fix my script to generate "Hi Sasha" for v4.9 mails :) cheers