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 7D36EC00140 for ; Sun, 31 Jul 2022 21:09:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238545AbiGaVJ4 (ORCPT ); Sun, 31 Jul 2022 17:09:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235100AbiGaVJn (ORCPT ); Sun, 31 Jul 2022 17:09:43 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 236B1DF86 for ; Sun, 31 Jul 2022 14:09:43 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B11E5B80DCF for ; Sun, 31 Jul 2022 21:09:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63BFEC433D6; Sun, 31 Jul 2022 21:09:40 +0000 (UTC) Received: from rostedt by gandalf.local.home with local (Exim 4.96) (envelope-from ) id 1oIGBv-007Ghh-0b; Sun, 31 Jul 2022 17:09:39 -0400 Message-ID: <20220731210918.097591536@goodmis.org> User-Agent: quilt/0.66 Date: Sun, 31 Jul 2022 17:09:18 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Daniel Bristot de Oliveira Subject: [for-next][PATCH 0/4] rtla: Updates for 5.20 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andreas Schwab (2): rtla: Fix double free rtla: Define syscall numbers for riscv Daniel Bristot de Oliveira (1): rtla: Fix Makefile when called from -C tools/ jianchunfu (1): rtla/utils: Use calloc and check the potential memory allocation failure ---- tools/tracing/rtla/Makefile | 2 +- tools/tracing/rtla/src/trace.c | 9 +++++++-- tools/tracing/rtla/src/utils.c | 7 ++++--- 3 files changed, 12 insertions(+), 6 deletions(-)