From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754926AbbESHkG (ORCPT ); Tue, 19 May 2015 03:40:06 -0400 Received: from casper.infradead.org ([85.118.1.10]:50787 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753589AbbESHkE (ORCPT ); Tue, 19 May 2015 03:40:04 -0400 Date: Tue, 19 May 2015 09:39:58 +0200 From: Peter Zijlstra To: Michal Hocko Cc: Linus Torvalds , Stephane Eranian , Ulrich Obergfell , Don Zickus , Ingo Molnar , Andrew Morton , "Rafael J. Wysocki" , Kevin Hilman , Ulf Hansson , "linux-pm@vger.kernel.org" , LKML Subject: Re: suspend regression in 4.1-rc1 Message-ID: <20150519073958.GD19282@twins.programming.kicks-ass.net> References: <20150517185041.GA5897@dhcp22.suse.cz> <20150518073046.GO17717@twins.programming.kicks-ass.net> <20150518090336.GA6393@dhcp22.suse.cz> <20150518093150.GC21418@twins.programming.kicks-ass.net> <20150519071259.GA6847@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150519071259.GA6847@dhcp22.suse.cz> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 19, 2015 at 09:12:59AM +0200, Michal Hocko wrote: > On Mon 18-05-15 10:10:50, Linus Torvalds wrote: > > On Mon, May 18, 2015 at 2:31 AM, Peter Zijlstra wrote: > > > Subject: watchdog: Fix merge 'conflict' > > > > > > Two watchdog changes that came through different trees had a non > > > conflicting conflict, that is, one changed the semantics of a variable > > > but no actual code conflict happened. So the merge appeared fine, but > > > the resulting code did not behave as expected. > > > > Ok, I see that people are still discussing this, but I'll apply it > > as-is since I want to get rc4 out the door, and I guess people can > > tweak this if there's anything else we want to do longer-term. > > The final patch from Peter has a typo. Without the following the system > deadlocks obviously: Duh, sorry about that. :/