Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934806AbcKVWe1 (ORCPT ); Tue, 22 Nov 2016 17:34:27 -0500 Received: from mail-pg0-f47.google.com ([74.125.83.47]:36510 "EHLO mail-pg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934661AbcKVWe0 (ORCPT ); Tue, 22 Nov 2016 17:34:26 -0500 Date: Tue, 22 Nov 2016 14:27:13 -0800 From: Brian Norris To: Eduardo Valentin Cc: Zhang Rui , Heiko Stuebner , linux-pm@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Caesar Wang , Stephen Barber Subject: Re: [PATCH 1/3] thermal: handle get_temp() errors properly Message-ID: <20161122222712.GA53509@google.com> References: <1479513177-81504-1-git-send-email-briannorris@chromium.org> <20161119034158.GA26405@localhost.localdomain> <20161119053014.GA58324@google.com> <1479801145.2360.24.camel@intel.com> <20161122110045.GB2018@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161122110045.GB2018@localhost.localdomain> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1653 Lines: 42 On Tue, Nov 22, 2016 at 03:00:47AM -0800, Eduardo Valentin wrote: > On Tue, Nov 22, 2016 at 03:52:25PM +0800, Zhang Rui wrote: > > On Fri, 2016-11-18 at 21:30 -0800, Brian Norris wrote: > > > On Fri, Nov 18, 2016 at 07:41:59PM -0800, Eduardo Valentin wrote: > > > > I would prefer we consider the patch I sent > > > > some time ago: > > > > https://patchwork.kernel.org/patch/7876381/ > > > Honestly I didn't look that deeply into the framework here (and I > > > also > > > don't use CONFIG_THERMAL_EMULATION), I was just fixing something that > > > was obviously wrong. > > Yeah, but that is why we need people to look the code considering all > features. :-) Well, there are bugfixes and there are features. My patch fixed the bug in the simplest way possible; it didn't break CONFIG_THERMAL_EMULATION any further than it already was, and it'll still work if get_temp() doesn't return an error. I'd say your patch is essentially adding a feature, and IMO that's not the best way to fix a bug. You can fix the bug and *then* add the feature. Anyway, I'm not going to tell you how to run your subsystem. If your patch goes through, that's probably just as well. [...] > > hmmm, I forgot why I missed this one in the end. > > Eduardo, > > would you mind refresh and resend the patch? > > Yeah sure. I have at least three extra patch sets on thermal core on > my queue. But I would like to get first the thermal sysfs reorg in > first. This fix is one of the changes that will go on top of the thermal > sysfs reorg. So, the bugfix depends on feature work? I guess I'll check back in another year to see what the status of the bugfix is :) Brian