From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751866AbcADHtK (ORCPT ); Mon, 4 Jan 2016 02:49:10 -0500 Received: from mail-wm0-f52.google.com ([74.125.82.52]:37847 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751118AbcADHtI (ORCPT ); Mon, 4 Jan 2016 02:49:08 -0500 Date: Mon, 4 Jan 2016 08:49:03 +0100 From: Ingo Molnar To: Tony Luck Cc: Andy Lutomirski , Borislav Petkov , Andrew Morton , Andy Lutomirski , Dan Williams , Robert , Linux Kernel Mailing List , "linux-mm@kvack.org" , linux-nvdimm , X86-ML Subject: Re: [PATCH v6 1/4] x86: Clean up extable entry format (and free up a bit) Message-ID: <20160104074903.GA4227@gmail.com> References: <968b4c079271431292fddfa49ceacff576be6849.1451869360.git.tony.luck@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tony Luck wrote: > On Wed, Dec 30, 2015 at 9:59 AM, Andy Lutomirski wrote: > > This adds two bits of fixup class information to a fixup entry, > > generalizing the uaccess_err hack currently in place. > > > > Forward-ported-from-3.9-by: Tony Luck > > Signed-off-by: Andy Lutomirski > > Crivens! I messed up when "git cherrypick"ing this and "git > format-patch"ing it. > > I didn't mean to forge Andy's From line when sending this out (just to have a > From: line to give him credit.for the patch). > > Big OOPs ... this is "From:" me ... not Andy! But in any case it's missing your SOB line. If Andy is still the primary author (much of his original patch survived, you resolved conflicts or minor changes) then you can send this as: From: Tony Luck Subject: [PATCH v6 1/4] x86: Clean up extable entry format (and free up a bit) From: Andy Lutomirski ... changelog ... Signed-off-by: Andy Lutomirski [ Forward ported from a v3.9 version. ] Signed-off-by: Tony Luck Subject: [PATCH v6 1/4] x86: Clean up extable entry format (and free up a bit) This patch is based on Andy Lutomirski's patch sent against v3.9: ... changelog ... Originally-from: Andy Lutomirski Signed-off-by: Tony Luck