From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B8EEC433FE for ; Fri, 7 Oct 2022 18:32:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229573AbiJGScK (ORCPT ); Fri, 7 Oct 2022 14:32:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56710 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbiJGScJ (ORCPT ); Fri, 7 Oct 2022 14:32:09 -0400 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 38FEE3BC59 for ; Fri, 7 Oct 2022 11:32:09 -0700 (PDT) Received: from sequoia (162-237-133-238.lightspeed.rcsntx.sbcglobal.net [162.237.133.238]) by linux.microsoft.com (Postfix) with ESMTPSA id 6243720EA2BD; Fri, 7 Oct 2022 11:32:08 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 6243720EA2BD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1665167528; bh=zLkIarYv/xL0dDzL28dffs/b6bdKkqAkc9mTJmKArlM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YrqtvJQ/7225ZODj6JVlm4ymz9NxXIw7pAfBMsSPXq5VkyOY8w+e77sUNmYvTFiCl gnsrTZQakb3TFzRiB0j0oqD/3NkiFRNYkvABQUXMBa5KF7T8FW0hK36EFUs9nBmP+U sSGD3NvpYZplqAupuD7nlzK+J54qUc6wcMqRHyG8= Date: Fri, 7 Oct 2022 13:31:45 -0500 From: Tyler Hicks To: Greg KH Cc: gouhao@uniontech.com, stable@vger.kernel.org, zohar@linux.vnet.ibm.com, dmitry.kasatkin@gmail.com, jmorris@namei.org, serge@hallyn.com Subject: Re: [PATCH 0/3] Backporting some memory leak of ima policy to 4.19+ from mainline Message-ID: References: <20220930074937.23339-1-gouhao@uniontech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On 2022-10-02 17:35:24, Greg KH wrote: > On Fri, Sep 30, 2022 at 03:49:34PM +0800, gouhao@uniontech.com wrote: > > From: Gou Hao > > > > patch1: is memory leak of audit rule > > patch2~3: is memory leak about 'fsname' field of struct ima_rule_entry > > > > Tyler Hicks (3): > > ima: Have the LSM free its audit rule > > ima: Free the entire rule when deleting a list of rules > > ima: Free the entire rule if it fails to parse > > > > security/integrity/ima/ima.h | 5 +++++ > > security/integrity/ima/ima_policy.c | 24 ++++++++++++++++++------ > > 2 files changed, 23 insertions(+), 6 deletions(-) > > > > -- > > 2.20.1 > > > > Now queued up, thanks. I know these patches have been already applied and were even released a couple days ago but I wanted to say that I reviewed these backports, since they were a little tricky, and they all look good. Thanks for doing this, Gou! Tyler > > greg k-h >