From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752285AbcELGfj (ORCPT ); Thu, 12 May 2016 02:35:39 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:36385 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751450AbcELGfi (ORCPT ); Thu, 12 May 2016 02:35:38 -0400 Date: Thu, 12 May 2016 08:35:32 +0200 From: Ingo Molnar To: "Yu, Fenghua" Cc: Borislav Petkov , "Yu, Yu-cheng" , "linux-kernel@vger.kernel.org" , "x86@kernel.org" , "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar , Dave Hansen , Andy Lutomirski , "Prakhya, Sai Praneeth" , "Shankar, Ravi V" Subject: Re: [PATCH v6 01/13] x86/xsaves: Define and use fpu_user_xstate_size Message-ID: <20160512063532.GA29495@gmail.com> References: <20160511172045.GH2180@pd.tnic> <3E5A0FA7E9CA944F9D5414FEC6C712205DFABFCA@ORSMSX106.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E5A0FA7E9CA944F9D5414FEC6C712205DFABFCA@ORSMSX106.amr.corp.intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Yu, Fenghua wrote: > Is this possible to have the third one? > > From: Yu-cheng > > Signed-off-by: Yu-cheng > Signed-off-by: Fenghua Yeah, that's a valid SOB chain if Yu-cheng wrote much of the patch and you just forwarded it along with some fixes/enhancements. As Boris mentioned, you can further improve on this via: > Signed-off-by: Yu-cheng > [ Fixed bug X, cleaned up Y. ] > Signed-off-by: Fenghua to signal that you made changes over Yu-cheng's version. Thanks, Ingo