Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp3167190ybc; Thu, 14 Nov 2019 05:07:03 -0800 (PST) X-Google-Smtp-Source: APXvYqySe3vy8QxuD/PNonZJZYLjyxNHuF59TohI0qLLFO0Gx7bUVMlaSSZCihaQfHD3EXOA4+zT X-Received: by 2002:a17:906:1395:: with SMTP id f21mr8120502ejc.152.1573736823502; Thu, 14 Nov 2019 05:07:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573736823; cv=none; d=google.com; s=arc-20160816; b=pjsZTyOKRRDUzFvzsCcucMabCod5DDZLI/z+XLoPz3jDpBat/+lLnju32/5L7bcohA MF3e8TPFBui8llNfD+8nrWcABJjG2AALxIO9+zMVRbpMTMmg9Mzhs7E3csOQlBmW/fpT JButkEBPteku+uUOm6eibHYJMFPlwk7WBDHfMt+6t6xD+mQdMO2+MtJ67JhHHObF5fXV YlhJSs7qx2zBnc9te3qR7o7aTa4y/t9dDnlRDVCOUGBEpvjfLbWP91W6Y2R1bwEF+m92 CdVNkKiw2TeIuXzTZe+lIccBmybuXeRUB9AMFQHPqddyjRem6HI54Lw+2PxMemnyPLuz feKg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=77RsQGvpicCmscA52WZiAClvOksjmck1zO3jPwWf368=; b=Eb+DQpayo522PDBNm+1GTr/IKym3wgb6BVAyOhbSsoIBZQ1dBfZUdXoy53BzmPeZuk Nz4tWrq1QcAV/4KFwFgzV8iqGtxyoYqwWtpY/MW58zgnj2mHh5brBRh77KaJxUxRAcUb hTTcobHkLOjhCapWC5osTL/z+mpeqPR3l5hWJOw53EsJQRI1eX72N9ZjwzSTsTdzK6a7 r+UR3PR6NL515ISf/Zb5C0gjVqkVh54px0cYEj2k+ld7W0VkfqQjVdVcOI45brQiTawl 7ajpKPruGcPZmQr5/Xq1F03FTjIR6h+ZSa3rwbaZyvL8Nfl3mdzygyEZqCWF1NtHH1Ey HXWA== 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 h15si3393614ejd.368.2019.11.14.05.06.30; Thu, 14 Nov 2019 05:07:03 -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 S1726597AbfKNNFz (ORCPT + 99 others); Thu, 14 Nov 2019 08:05:55 -0500 Received: from mx2.suse.de ([195.135.220.15]:38590 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726270AbfKNNFz (ORCPT ); Thu, 14 Nov 2019 08:05:55 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 8575CACA0; Thu, 14 Nov 2019 13:05:53 +0000 (UTC) Subject: Re: [PATCH 0/3] xen/mcelog: assorted adjustments To: Jan Beulich , Boris Ostrovsky Cc: "xen-devel@lists.xenproject.org" , lkml References: From: =?UTF-8?B?SsO8cmdlbiBHcm/Dnw==?= Message-ID: <51e9faaf-cfae-7a48-2fd9-56d034ba0064@suse.com> Date: Thu, 14 Nov 2019 14:05:52 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11.11.19 15:43, Jan Beulich wrote: > The 1st change is simple cleanup, noticed while preparing for the > 2nd patch, which presents the consumer of the interface extension > proposed in > https://lists.xenproject.org/archives/html/xen-devel/2019-11/msg00377.html. > The 3rd patch is sort of optional, considering that 32-bit Xen > support is slated to be phased out of the kernel. > > 1: drop __MC_MSR_MCGCAP > 2: add PPIN to record when available > 3: also allow building for 32-bit kernels Pushed the series to xen/tip.git for-linus-5.5a Juergen