[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200918085922.GK31590@8bytes.org>
Date: Fri, 18 Sep 2020 10:59:22 +0200
From: Joerg Roedel <joro@...tes.org>
To: Alex Dewar <alex.dewar90@...il.com>
Cc: iommu@...ts.linux-foundation.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] iommu: fsl_pamu: Replace use of kzfree with
kfree_sensitive
On Fri, Sep 11, 2020 at 02:53:25PM +0100, Alex Dewar wrote:
> kzfree() is effectively deprecated as of commit 453431a54934 ("mm,
> treewide: rename kzfree() to kfree_sensitive()") and is now simply an
> alias for kfree_sensitive(). So just replace it with kfree_sensitive().
>
> Signed-off-by: Alex Dewar <alex.dewar90@...il.com>
> ---
> drivers/iommu/fsl_pamu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Powered by blists - more mailing lists