From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755867AbcHBTA3 (ORCPT ); Tue, 2 Aug 2016 15:00:29 -0400 Received: from mga04.intel.com ([192.55.52.120]:1204 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751824AbcHBTAT (ORCPT ); Tue, 2 Aug 2016 15:00:19 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,461,1464678000"; d="scan'208";a="149532310" Message-ID: <57A0ED09.1050809@linux.intel.com> Date: Tue, 02 Aug 2016 13:57:13 -0500 From: Tom Zanussi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: rostedt@goodmis.org CC: dvyukov@google.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] tracing: hist trigger KASAN fixes References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Steve, It looks like these two patches were never merged.. Thanks, Tom On 06/29/2016 07:55 PM, Tom Zanussi wrote: > Dmitry Vyukov found and reported an issue with hist triggers when > running the hist trigger selftests, which Steve Rostedt sent a patch > for and which fixed part of the problem; I copied his patch to fix > another similar problem in the same code. The result is the first > patch in this series. > > After that fix was applied, another problem appeared, again triggered > by the selftests. The second patch here fixes that. > > I then ran my exhaustive testsuite with KASAN enabled and didn't find > anything else beyond those. > > The following changes since commit 02184c60eba8491ea574cd17b8ba766c86d468f2: > > Merge tag 'for-v4.7-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply (2016-06-27 20:43:00 -0700) > > are available in the git repository at: > > > git://git.yoctoproject.org/linux-yocto-contrib.git tzanussi/hist-trigger-kasan-fixes > http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-contrib/log/?h=tzanussi/hist-trigger-kasan-fixes > > Steven Rostedt (1): > tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_all > > Tom Zanussi (1): > tracing: Fix use-after-free in hist_register_trigger() > > kernel/trace/trace_events_hist.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) >