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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 413B9C433EF for ; Sat, 13 Nov 2021 13:14:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 23E8C61077 for ; Sat, 13 Nov 2021 13:14:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235812AbhKMNRC (ORCPT ); Sat, 13 Nov 2021 08:17:02 -0500 Received: from mail.kernel.org ([198.145.29.99]:55896 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231555AbhKMNQ7 (ORCPT ); Sat, 13 Nov 2021 08:16:59 -0500 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 3F55060F6B; Sat, 13 Nov 2021 13:14:07 +0000 (UTC) Received: from rostedt by gandalf.local.home with local (Exim 4.95) (envelope-from ) id 1mlsr7-000Rly-Dg; Sat, 13 Nov 2021 08:14:05 -0500 Message-ID: <20211113131340.640683117@goodmis.org> User-Agent: quilt/0.66 Date: Sat, 13 Nov 2021 08:13:40 -0500 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Ingo Molnar , Andrew Morton Subject: [for-linus][PATCH 0/3] tracing: Fixes to 5.16 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Three tracing fixes: - Make local osnoise_instances static - Copy just actual size of histogram strings - Properly check missing operands in histogram expressions git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git for-next Head SHA1: 1cab6bce42e62bba2ff2c2370d139618c1828b42 Daniel Bristot de Oliveira (1): tracing/osnoise: Make osnoise_instances static Kalesh Singh (1): tracing/histogram: Fix check for missing operands in an expression Masami Hiramatsu (1): tracing/histogram: Do not copy the fixed-size char array field over the field size ---- kernel/trace/trace_events_hist.c | 12 +++++++----- kernel/trace/trace_osnoise.c | 3 ++- 2 files changed, 9 insertions(+), 6 deletions(-)