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 4F555C19F28 for ; Wed, 3 Aug 2022 13:56:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238226AbiHCN4q (ORCPT ); Wed, 3 Aug 2022 09:56:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43594 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238759AbiHCNzw (ORCPT ); Wed, 3 Aug 2022 09:55:52 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 772EB304 for ; Wed, 3 Aug 2022 06:55:41 -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 1CF8BB822B4 for ; Wed, 3 Aug 2022 13:55:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE9D1C433C1; Wed, 3 Aug 2022 13:55:38 +0000 (UTC) Received: from rostedt by gandalf.local.home with local (Exim 4.96) (envelope-from ) id 1oJEqX-007kPU-1o; Wed, 03 Aug 2022 09:55:37 -0400 Message-ID: <20220803135508.240797292@goodmis.org> User-Agent: quilt/0.66 Date: Wed, 03 Aug 2022 09:55:08 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Ingo Molnar , Andrew Morton Subject: [for-next][PATCH 0/5] tracing: Final clean ups for 5.20 (or 6.0) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Li zeming (1): tracepoints: It is CONFIG_TRACEPOINTS not CONFIG_TRACEPOINT Masami Hiramatsu (Google) (1): tracing/eprobe: Show syntax error logs in error_log file Slark Xiao (1): scripts/tracing: Fix typo 'the the' in comment Steven Rostedt (Google) (1): tracing: Use alignof__(struct {type b;}) instead of offsetof() Zhiqiang Liu (1): tracing: Use free_trace_buffer() in allocate_trace_buffers() ---- include/linux/tracepoint.h | 2 +- include/trace/stages/stage4_event_fields.h | 2 +- kernel/trace/trace.c | 25 +++++++++++-------------- kernel/trace/trace_eprobe.c | 11 +++++++++-- kernel/trace/trace_probe.h | 5 ++++- scripts/tracing/draw_functrace.py | 2 +- 6 files changed, 27 insertions(+), 20 deletions(-)