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 X-Spam-Level: X-Spam-Status: No, score=-11.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, URIBL_RED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DD079C4338F for ; Tue, 27 Jul 2021 06:10:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C5E8B610E9 for ; Tue, 27 Jul 2021 06:10:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234905AbhG0GKi (ORCPT ); Tue, 27 Jul 2021 02:10:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:38540 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235063AbhG0GKg (ORCPT ); Tue, 27 Jul 2021 02:10:36 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 32358610E9; Tue, 27 Jul 2021 06:10:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627366235; bh=0AzEFGOjxf/nqKF8ihaSxAyjvpUdinANxy4J7kjkPy0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zUBCCu5wqFJdGBTODwgrokkJHUVi372Bas1ZuZC9JxpjvIJ0xfcPdDMR1E9bmWvdz Yk0z5kClHsmHAObH7a3DzS6RPEHRjDBbITQ/iy3Gq2xVaLSNQ8rclJy9ql/yO4DVo2 xEOFEXd502tpKz5nEJH53LLQ+LfJb4zHY+qHKisc= Date: Tue, 27 Jul 2021 08:10:33 +0200 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: open list , linux-stable , Riccardo Mancini , Ian Rogers , Jiri Olsa , Kan Liang , Mark Rutland , Namhyung Kim , Peter Zijlstra , Arnaldo Carvalho de Melo , Sasha Levin Subject: Re: [PATCH 4.19 065/120] perf test session_topology: Delete session->evlist Message-ID: References: <20210726153832.339431936@linuxfoundation.org> <20210726153834.463666741@linuxfoundation.org> 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 Tue, Jul 27, 2021 at 09:14:44AM +0530, Naresh Kamboju wrote: > On Mon, 26 Jul 2021 at 21:28, Greg Kroah-Hartman > wrote: > > > > From: Riccardo Mancini > > > > [ Upstream commit 233f2dc1c284337286f9a64c0152236779a42f6c ] > > > > ASan reports a memory leak related to session->evlist while running: > > > > # perf test "41: Session topology". > > > > When perf_data is in write mode, session->evlist is owned by the caller, > > which should also take care of deleting it. > > > > This patch adds the missing evlist__delete(). > > > > Signed-off-by: Riccardo Mancini > > Fixes: c84974ed9fb67293 ("perf test: Add entry to test cpu topology") > > Cc: Ian Rogers > > Cc: Jiri Olsa > > Cc: Kan Liang > > Cc: Mark Rutland > > Cc: Namhyung Kim > > Cc: Peter Zijlstra > > Link: http://lore.kernel.org/lkml/822f741f06eb25250fb60686cf30a35f447e9e91.1626343282.git.rickyman7@gmail.com > > Signed-off-by: Arnaldo Carvalho de Melo > > Signed-off-by: Sasha Levin > > > perf build failed on 4.19, 4.14, 4.9 and 4.4 due to these warnings / errors > for all the architectures. Now dropped from all of these trees. Let me go push out -rc2 for all of them as well... thanks, greg k-h