From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v2 2/7] staging: ccree: register setkey for none hash macs Date: Sat, 24 Jun 2017 00:29:19 +0800 Message-ID: <20170623162919.GA24336@kroah.com> References: <1498138623-6126-1-git-send-email-gilad@benyossef.com> <1498138623-6126-3-git-send-email-gilad@benyossef.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: devel@driverdev.osuosl.org, driverdev-devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, Dan Carpenter , Ofir Drang To: Gilad Ben-Yossef Return-path: Content-Disposition: inline In-Reply-To: <1498138623-6126-3-git-send-email-gilad@benyossef.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" List-Id: linux-crypto.vger.kernel.org On Thu, Jun 22, 2017 at 04:36:56PM +0300, Gilad Ben-Yossef wrote: > Fix a bug where the transformation init code did > not register a setkey method for none hash based MACs. "none hash based MACs"? Is that the correct language, I don't understand it, sorry, can you expand on it a bit in your v3 series? > Fixes commit 50cfbbb7e627 ("staging: ccree: add ahash support"). This line should be written as: Fixes: 50cfbbb7e627 ("staging: ccree: add ahash support"). thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755330AbdFWU0x (ORCPT ); Fri, 23 Jun 2017 16:26:53 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46802 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754983AbdFWU0v (ORCPT ); Fri, 23 Jun 2017 16:26:51 -0400 Date: Sat, 24 Jun 2017 00:29:19 +0800 From: Greg Kroah-Hartman To: Gilad Ben-Yossef Cc: linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, driverdev-devel@linuxdriverproject.org, devel@driverdev.osuosl.org, Dan Carpenter , Ofir Drang Subject: Re: [PATCH v2 2/7] staging: ccree: register setkey for none hash macs Message-ID: <20170623162919.GA24336@kroah.com> References: <1498138623-6126-1-git-send-email-gilad@benyossef.com> <1498138623-6126-3-git-send-email-gilad@benyossef.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1498138623-6126-3-git-send-email-gilad@benyossef.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 22, 2017 at 04:36:56PM +0300, Gilad Ben-Yossef wrote: > Fix a bug where the transformation init code did > not register a setkey method for none hash based MACs. "none hash based MACs"? Is that the correct language, I don't understand it, sorry, can you expand on it a bit in your v3 series? > Fixes commit 50cfbbb7e627 ("staging: ccree: add ahash support"). This line should be written as: Fixes: 50cfbbb7e627 ("staging: ccree: add ahash support"). thanks, greg k-h