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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 AD6CDC433F5 for ; Tue, 14 Sep 2021 14:50:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8B9B6610E6 for ; Tue, 14 Sep 2021 14:50:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233844AbhINOvw (ORCPT ); Tue, 14 Sep 2021 10:51:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:42674 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233812AbhINOvv (ORCPT ); Tue, 14 Sep 2021 10:51:51 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8DF54610CE; Tue, 14 Sep 2021 14:50:34 +0000 (UTC) Received: from rostedt by gandalf.local.home with local (Exim 4.94.2) (envelope-from ) id 1mQ9lZ-001oOI-9q; Tue, 14 Sep 2021 10:50:33 -0400 Message-ID: <20210914144809.297030763@goodmis.org> User-Agent: quilt/0.66 Date: Tue, 14 Sep 2021 10:48:09 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Ingo Molnar , Andrew Morton , Masami Hiramatsu Subject: [for-linus][PATCH 0/2] tracing: Fixes to bootconfig memory handling Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some memory management fixes to the bootconfig code. git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git for-next Head SHA1: 8e9f0934a07e699044d422ca9cfb553f25c72b41 Masami Hiramatsu (2): bootconfig: Fix to check the xbc_node is used before free it bootconfig: Free copied bootconfig data after boot ---- init/main.c | 8 ++++++++ lib/bootconfig.c | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-)