From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:50308 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966267AbeFSOej (ORCPT ); Tue, 19 Jun 2018 10:34:39 -0400 Date: Tue, 19 Jun 2018 07:34:32 -0700 From: Davidlohr Bueso To: Steven Rostedt Cc: Ben Hutchings , Davidlohr Bueso , Matt Fleming , "Peter Zijlstra (Intel)" , stable@vger.kernel.org, Linus Torvalds , Mike Galbraith , Thomas Gleixner , Ingo Molnar , Sasha Levin , Greg Kroah-Hartman , LKML Subject: Re: [PATCH 4.4 173/268] sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning Message-ID: <20180619143432.mkh7gga3osjdafob@linux-r8p5> References: <20180528100202.045206534@linuxfoundation.org> <20180528100221.993481294@linuxfoundation.org> <1529013356.2289.200.camel@codethink.co.uk> <20180614183211.0beacf67@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20180614183211.0beacf67@gandalf.local.home> Sender: stable-owner@vger.kernel.org List-ID: On Thu, 14 Jun 2018, Steven Rostedt wrote: > >Although the change log is a bit ambiguous in if it is fixing an actual >miss update, or if it is just quieting a false positive. > >Davidlohr? It fixes an update, not a false positive. Thanks, Davidlohr