Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752435AbcDZNlc (ORCPT ); Tue, 26 Apr 2016 09:41:32 -0400 Received: from smtprelay0067.hostedemail.com ([216.40.44.67]:35133 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752119AbcDZNla (ORCPT ); Tue, 26 Apr 2016 09:41:30 -0400 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Spam-Summary: 50,0,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::,RULES_HIT:41:355:379:541:599:960:967:973:988:989:1260:1263:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2525:2553:2560:2563:2682:2685:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3870:3874:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4250:4321:4362:4605:5007:6261:7875:7903:8599:9025:9072:9388:10004:10049:10400:10848:10967:11026:11232:11658:11914:12043:12296:12438:12517:12519:12740:13025:13069:13138:13231:13311:13357:13439:14096:14097:14181:14659:14721:21080:21088:30012:30054:30064:30070:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: trade52_cdb274e28c5a X-Filterd-Recvd-Size: 2052 Date: Tue, 26 Apr 2016 09:41:27 -0400 From: Steven Rostedt To: Tom Zanussi Cc: dan.carpenter@oracle.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] A couple hist trigger fixes Message-ID: <20160426094127.57c5e150@gandalf.local.home> In-Reply-To: References: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1199 Lines: 36 On Mon, 25 Apr 2016 14:01:26 -0500 Tom Zanussi wrote: > These are a couple of small fixes for problems pointed out by Dan > Carpenter. > > patch 1, pointed out by Smatch though not actually a bug, cleans up > the code to explicitly check for something that was implied. Thanks > to Steve Rostedt for suggesting the fix. > > patch 2 fixes a PTR_ERR problem similar to the one previously > reported by Dan. > > The following changes since commit d50c744ecde7ee3ba4d7ffb0e1c55e7a2f6bbc8e: > > tracing: Fix unsigned comparison to zero in hist trigger code (2016-04-19 18:56:05 -0400) > > are available in the git repository at: > > git://git.yoctoproject.org/linux-yocto-contrib.git tzanussi/hist-trigger-err-fixes > http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-contrib/log/?h=tzanussi/hist-trigger-err-fixes > > Tom Zanussi (2): > tracing: Add check for NULL event field when creating hist field > tracing: Handle tracing_map_alloc_elts() error path correctly > > kernel/trace/trace_events_hist.c | 3 +++ > kernel/trace/tracing_map.c | 8 ++++++-- > 2 files changed, 9 insertions(+), 2 deletions(-) > Applied. Thanks Tom, -- Steve