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=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, 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 8B19EC43387 for ; Wed, 16 Jan 2019 15:39:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4D88E20675 for ; Wed, 16 Jan 2019 15:39:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alien8.de header.i=@alien8.de header.b="mabXZvFU" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394137AbfAPPi6 (ORCPT ); Wed, 16 Jan 2019 10:38:58 -0500 Received: from mail.skyhub.de ([5.9.137.197]:40884 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387914AbfAPPi6 (ORCPT ); Wed, 16 Jan 2019 10:38:58 -0500 Received: from zn.tnic (p200300EC2BC98A0051F7D431547F2E6D.dip0.t-ipconnect.de [IPv6:2003:ec:2bc9:8a00:51f7:d431:547f:2e6d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 655CE1EC0573; Wed, 16 Jan 2019 16:38:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1547653136; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pqZytvVKlgiK8FiMY++evgmD8Q8SHTZz5sFAEfqx1VQ=; b=mabXZvFUzeQDbURPwnAiaPjWQZRr7Lok8CTpLg0RM3jUAdC3m4XI4BCstcTQTOOiefkUQH 7zKie1PW4QWyY14PRBZF5ywB4LpoIdlYALesHhhbI3TkGEYmJkfpXxEna2NdJMoMTJWNt0 tjAwGljxUadJgtLJtjEnyAdCTxaxVqM= Date: Wed, 16 Jan 2019 16:38:50 +0100 From: Borislav Petkov To: "S, Shirish" Cc: Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , "maintainer : X86 ARCHITECTURE" , Tony Luck , Vishal Verma , "open list : X86 ARCHITECTURE" , "Lendacky, Thomas" , "Singh, Brijesh" Subject: Re: [PATCH 2/2] x86/mce/amd: Ensure quirks are applied in resume path as well Message-ID: <20190116153849.GI15409@zn.tnic> References: <7a9227c0-1bc3-67c5-14a8-a40d186a5ef8@amd.com> <20190114103312.GG2773@zn.tnic> <2ad4bb63-2b70-3652-3261-009cdbfc15a9@amd.com> <20190114153256.GM2773@zn.tnic> <4f8b532b-8613-feb5-7474-4bb0462cf1c7@amd.com> <20190115172659.GE6596@zn.tnic> <8bed39c8-df48-dbb9-3674-dfbc4aea2967@amd.com> <20190116152643.GH15409@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 16, 2019 at 03:36:04PM +0000, S, Shirish wrote: > I believe its fixed now in : > > https://lkml.org/lkml/2019/1/16/507 > https://lkml.org/lkml/2019/1/16/508 > > I don’t see S@vger ... in the From field in the above links instead I see "S, Shirish" <> Yes, it looks correct now. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.