From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753019AbdKJM57 (ORCPT ); Fri, 10 Nov 2017 07:57:59 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:54333 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752411AbdKJM55 (ORCPT ); Fri, 10 Nov 2017 07:57:57 -0500 X-Google-Smtp-Source: AGs4zMZVx2bLqAFep6OFEoTxOKclT+HzIZIUl22pLS3iw4xNdWyU8w4hOxMCHiOr8M64jInwsnT8gw== Date: Fri, 10 Nov 2017 13:57:53 +0100 From: Ingo Molnar To: Dave Hansen Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, richard.fellner@student.tugraz.at, moritz.lipp@iaik.tugraz.at, daniel.gruss@iaik.tugraz.at, michael.schwarz@iaik.tugraz.at, luto@kernel.org, torvalds@linux-foundation.org, keescook@google.com, hughd@google.com, x86@kernel.org Subject: Re: [PATCH 08/30] x86, kaiser: unmap kernel from userspace page tables (core patch) Message-ID: <20171110125752.qd2ui2fwwc5c35ea@gmail.com> References: <20171108194646.907A1942@viggo.jf.intel.com> <20171108194701.7632448F@viggo.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171108194701.7632448F@viggo.jf.intel.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Dave Hansen wrote: > From: Dave Hansen > > These patches are based on work from a team at Graz University of > Technology: https://github.com/IAIK/KAISER . This work would not have > been possible without their work as a starting point. > Note: The original KAISER authors signed-off on their patch. Some of > their code has been broken out into other patches in this series, but > their SoB was only retained here. > > Signed-off-by: Richard Fellner > Signed-off-by: Moritz Lipp > Signed-off-by: Daniel Gruss > Signed-off-by: Michael Schwarz > Signed-off-by: Dave Hansen That's not how SOB chains should be used normally - nor does the current code have much resemblance to the original code. So you credit them in the file: > --- /dev/null 2017-11-06 07:51:38.702108459 -0800 > +++ b/arch/x86/mm/kaiser.c 2017-11-08 10:45:29.893681394 -0800 > @@ -0,0 +1,412 @@ > +/* > + * Copyright(c) 2017 Intel Corporation. All rights reserved. > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of version 2 of the GNU General Public License as > + * published by the Free Software Foundation. > + * > + * This program is distributed in the hope that it will be useful, but > + * WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > + * General Public License for more details. > + * > + * Based on work published here: https://github.com/IAIK/KAISER > + * Modified by Dave Hansen * Signed-off-by: Moritz Lipp * Signed-off-by: Daniel Gruss * Signed-off-by: Michael Schwarz * * At: * * https://github.com/IAIK/KAISER */ Or something like that - but the original SOBs should not be carried over as-is into the commit log entry. Thanks, Ingo