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 87573C636C9 for ; Fri, 16 Jul 2021 01:37:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 644A2613DF for ; Fri, 16 Jul 2021 01:37:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231499AbhGPBkN (ORCPT ); Thu, 15 Jul 2021 21:40:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:55590 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230208AbhGPBkH (ORCPT ); Thu, 15 Jul 2021 21:40:07 -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 DB85F613D0; Fri, 16 Jul 2021 01:37:13 +0000 (UTC) Received: from rostedt by gandalf.local.home with local (Exim 4.94.2) (envelope-from ) id 1m4Cmu-000ub7-ON; Thu, 15 Jul 2021 21:37:12 -0400 Message-ID: <20210716013613.954877305@goodmis.org> User-Agent: quilt/0.66 Date: Thu, 15 Jul 2021 21:36:13 -0400 From: Steven Rostedt To: linux-kernel@vger.kernel.org Cc: Ingo Molnar , Andrew Morton Subject: [for-linus][PATCH 0/2] tracing: Another update for 5.14 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A fix for histogram code that dereferences pointers without checking them. Take two on the __string_len() macro. git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git for-next Head SHA1: 85f666175d522f9f1c089f04ed9af5aa4ec84202 Steven Rostedt (VMware) (2): tracing: Do not reference char * as a string in histograms tracing: Add trace_event helper macros __string_len() and __assign_str_len() ---- include/trace/trace_events.h | 22 ++++++++++++++++++++++ kernel/trace/trace_events_hist.c | 6 +++--- 2 files changed, 25 insertions(+), 3 deletions(-)