Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp2663142imm; Sun, 1 Jul 2018 02:49:59 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLz5ZfkxG6Oz65jJED8t9W0YK2fqPIuZtt8W6LQWLk+MqtMkFSHQq/rWXkbScGunwYPx/cQ X-Received: by 2002:a63:b147:: with SMTP id g7-v6mr17836373pgp.379.1530438599449; Sun, 01 Jul 2018 02:49:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530438599; cv=none; d=google.com; s=arc-20160816; b=sSZoDn7lyLZcj8GvvN5AbJdRfYV78uBsCVo7ZcuE7TLCNBLqKGxFGcvy6xmqCTRAZt qgSpvgHOFgmpCaX0SWRU/uQhPLh0RjWith6VOxnwi8g+C9KPzCRdVJec8gJBAKJhfZso TshTzpuxhc2Bfvf+9q84fk8Pi5SPpltJdg2OhuD8PzqNyDDMjgWCUMsW5JSbP21aXUA8 SX+KE72+PT8pEziaG/STN4lAUeP3rEYNKw68KZivrNHcmhCPIbycGlAjZokJHunkegRl d6vI3mILGHGG9LCpp4VVgPsNnE6mSnzPvbubpeoADFk3jG+659KWHShWe0tT8uWtPVne Kw2Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=+WUQCR2124VqxPGN9+5SeFcMYZZAGNA7tDfaMuz8/dY=; b=Pbl8rOAwBCGJQ1mRmMeO3W+MIF4a6uz8kb0aX0RW//ENjYDba8ZgFlr+DBLCGbpCEP 4XGWo5yx2T9gG+sE7TXiMnoOwzzOBkKB2McGemEj3UQpF9rjOiGggylypWkS3CPB8A5Z Wi1tOfQbCFS7zsY8kAO72kbO2ZTe/ZmELh0852VtK2p4ASw1ZJU4ZIaP8WIeM4jEsTj2 ffqoCacrOhfnDqEBj+pVOlucWpOYy7iNA7Z58gIqM3S8ml0liKbIz9CJA844F/ACMwmr jCIzdgEC/gFYFnd3u+VjCDPEtXUdc6/4hiaBD6+TMyg2YoYffkSd0qvkcbOvukemoSpY NRag== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t20-v6si13374036plr.240.2018.07.01.02.49.44; Sun, 01 Jul 2018 02:49:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752231AbeGAJrZ (ORCPT + 99 others); Sun, 1 Jul 2018 05:47:25 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39856 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751139AbeGAJrW (ORCPT ); Sun, 1 Jul 2018 05:47:22 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 1A94DBC8; Sun, 1 Jul 2018 09:47:21 +0000 (UTC) Date: Sun, 1 Jul 2018 11:47:19 +0200 From: Greg Kroah-Hartman To: Herbert Xu Cc: Juan Manuel Torres Palma , Eric Biggers , linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, davem@davemloft.net Subject: Re: [PATCH] crypto: testmgr: add test vectors for skein Message-ID: <20180701094719.GC9956@kroah.com> References: <20180620105714.18359-1-j.m.torrespalma@gmail.com> <20180620181051.GC76265@gmail.com> <20180620221247.GA25379@randy-betty> <20180701091611.z24lln7cyho6ktlb@gondor.apana.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180701091611.z24lln7cyho6ktlb@gondor.apana.org.au> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jul 01, 2018 at 05:16:11PM +0800, Herbert Xu wrote: > On Thu, Jun 21, 2018 at 07:12:47AM +0900, Juan Manuel Torres Palma wrote: > > On Wed, Jun 20, 2018 at 11:10:51AM -0700, Eric Biggers wrote: > > > Also, can you describe the users of Skein in the kernel? If there are no users, > > > there's no need to move it out of staging, or even have it in the kernel at all > > > anymore. I say that as someone who has had to volunteer to fix critical bugs > > > found by fuzzing in crypto algorithms for which it's unclear why they are in the > > > kernel at all, as there are no apparent users. > > > > To be honest I'm not aware of anyone actually using Skein. > > > > So by this are you suggesting that we drop support? If not removed, I believe > > it's better to use test vectors as regression tests for further modifications. > > Let's just remove skein. In fact staging should never add generic > crypto algorithms. Ok, I'll go drop it. I forgot why we added it in the first place, it has been there for 4 years and not moved out, so it's not a problem to drop it now. thanks, greg k-h