From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:45046 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751615AbdJ3VRm (ORCPT ); Mon, 30 Oct 2017 17:17:42 -0400 Date: Mon, 30 Oct 2017 22:17:53 +0100 From: Greg Kroah-Hartman To: Steven Rostedt Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 4.13 44/85] tracing/samples: Fix creation and deletion of simple_thread_fn creation Message-ID: <20171030211753.GA7379@kroah.com> References: <20171024125654.028122623@linuxfoundation.org> <20171024125655.776734947@linuxfoundation.org> <20171030155711.0012379d@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171030155711.0012379d@gandalf.local.home> Sender: stable-owner@vger.kernel.org List-ID: On Mon, Oct 30, 2017 at 03:57:11PM -0400, Steven Rostedt wrote: > On Tue, 24 Oct 2017 15:07:18 +0200 > Greg Kroah-Hartman wrote: > > > 4.13-stable review patch. If anyone has any objections, please let me know. > > Just that it needs a fix. > > > > > --- a/samples/trace_events/trace-events-sample.c > > +++ b/samples/trace_events/trace-events-sample.c > > @@ -78,29 +78,37 @@ static int simple_thread_fn(void *arg) > > } > > > > static DEFINE_MUTEX(thread_mutex); > > +static bool simple_thread_cnt; > > This needs to be int not bool, and Linus fixed it in his tree. > > commit a0cb2b5c390 ("Fix tracing sample code warning.") I've already queued that up now, right? thanks, greg k-h