From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751163AbdEESMr (ORCPT ); Fri, 5 May 2017 14:12:47 -0400 Received: from gate.crashing.org ([63.228.1.57]:57635 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751052AbdEESMp (ORCPT ); Fri, 5 May 2017 14:12:45 -0400 Message-ID: <1494007913.25766.411.camel@kernel.crashing.org> Subject: Re: [PATCH] crypto: vmx: Remove dubiously licensed crypto code From: Benjamin Herrenschmidt To: Michal =?ISO-8859-1?Q?Such=E1nek?= , Paulo Flabiano Smorigo Cc: "Leonidas S. Barbosa" , Herbert Xu , Geert Uytterhoeven , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Paul Mackerras , Tyrel Datwyler , appro@openssl.org, Mauro Carvalho Chehab , linuxppc-dev@lists.ozlabs.org, "David S. Miller" , linux-crypto@vger.kernel.org Date: Fri, 05 May 2017 20:11:53 +0200 In-Reply-To: <20170505155241.2274f347@kitsune.suse.cz> References: <20170329125639.14288-1-msuchanek@suse.de> <20170329145135.GA28057@kroah.com> <20170329171327.38d4fdd6@kitsune.suse.cz> <7ec54553-610c-a5dc-d4d9-3c83f6a161d9@linux.vnet.ibm.com> <8591ac8ff6ef6fa9c4bd264017ac360d@linux.vnet.ibm.com> <20170505155241.2274f347@kitsune.suse.cz> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6 (3.22.6-1.fc25) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2017-05-05 at 15:52 +0200, Michal Suchánek wrote: > > So you have an e-mail message from one of the authors of the code. > Andy Polyakov wrote most of the code but there are probably other > contributors who never gave explicit consent for using their code > outside of OpenSSL. The only contributions to that file in OpenSSL that isn't from Andy are a whitespace fix and the addition of the licence :-) If that makes you feel better we could undo the whitespace fix :-) I've checked the other PowerPC related files in there and the situation is identical (aes-ppc.pl does have also a spelling fix in comments). At this point, it's pretty clear that this code is authored solely by Andy who gave permission to use it. Cheers, Ben.