Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752101AbdHARlR (ORCPT ); Tue, 1 Aug 2017 13:41:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50672 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751815AbdHARlP (ORCPT ); Tue, 1 Aug 2017 13:41:15 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 726E22861E8 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=rkrcmar@redhat.com Date: Tue, 1 Aug 2017 19:41:11 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Borislav Petkov Cc: Janakarajan Natarajan , Paolo Bonzini , x86-ml , lkml , kvm-ML , =?utf-8?B?SsO2cmcgUsO2ZGVs?= Subject: Re: [PATCH] x86/cpufeature, kvm/svm: Shorten virtualized VMLOAD/VMSAVE flag Message-ID: <20170801174110.GA1437@flask> References: <20170801155618.GA2870@nazgul.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170801155618.GA2870@nazgul.tnic> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Tue, 01 Aug 2017 17:41:15 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1110 Lines: 31 2017-08-01 17:56+0200, Borislav Petkov: > Folks, > > in the future, please CC people from the output of > scripts/get_maintainer.pl when touching cpufeatures.h. AFAICT, not even > lkml was CCed, not to mention the mandatory x86@kernel.org for x86 > patches. I think Janakarajan trimmed the output just to kvm. I'll start bitching about that. > --- > From: Borislav Petkov > Subject: [PATCH] x86/cpufeature, kvm/svm: Shorten virtualized VMLOAD/VMSAVE flag > > "virtual_vmload_vmsave" is what is going to land in /proc/cpuinfo now > for a single feature bit which is clearly too long. So call it like it > is called in the processor manual. "v_vmload_vmsave" is a bit shorter, > after all. (PPR for family 17h has it called "v_vmsave_vmload".) > We could go more aggressively here but having it the same as in the > processor manual is advantageous. > > Signed-off-by: Borislav Petkov > Cc: Janakarajan Natarajan > Cc: Paolo Bonzini > Cc: Radim Krčmář Acked-by: Radim Krčmář