From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751905AbdI1QWn (ORCPT ); Thu, 28 Sep 2017 12:22:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44110 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751345AbdI1QWm (ORCPT ); Thu, 28 Sep 2017 12:22:42 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 217473927E3 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=msnitzer@redhat.com Date: Thu, 28 Sep 2017 12:22:37 -0400 From: Mike Snitzer To: Jeffy Chen Cc: linux-kernel@vger.kernel.org, Alasdair Kergon , dm-devel@redhat.com Subject: Re: dm-crypt: Fix memory leak in crypt_ctr_cipher_old() Message-ID: <20170928162237.GA18989@redhat.com> References: <20170927122857.19227-1-jeffy.chen@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170927122857.19227-1-jeffy.chen@rock-chips.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Thu, 28 Sep 2017 16:22:42 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 27 2017 at 8:28am -0400, Jeffy Chen wrote: > Fix memory leak of cipher_api. > > Fixes: 33d2f09fcb35 (dm crypt: introduce new format of cipher with "capi:" prefix) > Signed-off-by: Jeffy Chen Thanks, I've picked this up and it'll go upstream in my next pull request for 4.14-rc