From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel Schopp Subject: Re: [PATCH] x86: svm: use kvm_register_write()/read() Date: Fri, 20 Feb 2015 15:44:47 -0600 Message-ID: <54E7AACF.2090707@amd.com> References: <20150220183939.16805.54776.stgit@joelvmguard2.amd.com> <20150220205429.GC19589@pd.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Gleb Natapov , Paolo Bonzini , , Joerg Roedel , To: Borislav Petkov Return-path: In-Reply-To: <20150220205429.GC19589@pd.tnic> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 02/20/2015 02:54 PM, Borislav Petkov wrote: > On Fri, Feb 20, 2015 at 12:39:40PM -0600, Joel Schopp wrote: >> KVM has nice wrappers to access the register values, clean up a few places >> that should use them but currently do not. >> >> Signed-off-by:David Kaplan >> Signed-off-by:Joel Schopp > This SOB chain looks strange. If David is the author, you want to have > him in From: at the beginning of the patch. > > Stuff you did ontop should be in []-braces before your SOB, like this: Will resend with From: line and braces for clarification. > > Signed-off-by: David Kaplan > [ Did this and that to patch. ] > Signed-off-by: Joel Schopp >