Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755859AbcDLG36 (ORCPT ); Tue, 12 Apr 2016 02:29:58 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:8514 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755568AbcDLG35 (ORCPT ); Tue, 12 Apr 2016 02:29:57 -0400 Date: Tue, 12 Apr 2016 08:29:42 +0200 From: Willy Tarreau To: Greg Kroah-Hartman Cc: Ben Hutchings , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Selvan Mani , Rajesh Kumar Sambandam , Asai Thambi S P , Jens Axboe Subject: Re: [PATCH 4.5 109/238] mtip32xx: Print exact time when an internal command is interrupted Message-ID: <20160412062942.GC507@1wt.eu> References: <20160410183456.398741366@linuxfoundation.org> <20160410183502.469782151@linuxfoundation.org> <1460429317.25201.101.camel@decadent.org.uk> <20160412040613.GA2660@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160412040613.GA2660@kroah.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1036 Lines: 27 On Mon, Apr 11, 2016 at 09:06:13PM -0700, Greg Kroah-Hartman wrote: > On Tue, Apr 12, 2016 at 03:48:37AM +0100, Ben Hutchings wrote: > > On Sun, 2016-04-10 at 11:34 -0700, Greg Kroah-Hartman wrote: > > > 4.5-stable review patch.??If anyone has any objections, please let me know. > > > > > > ------------------ > > > > > > From: Asai Thambi SP > > > > > > commit 5b7e0a8ac85e2dfd83830dc9e0b3554d153a37e3 upstream. > > > > > > Print exact time when an internal command is interrupted. > > [...] > > > > There's no way that's important enough for stable. > > I think one of the following patches needed it :( Also in general I'd rather encourage maintainers to push their fixes into stable than give up early and leave bogus code behind them considering it's not their problem anymore once released. If someone cares enough to fix code in -stable and introduces a regression, 1) we know how to revert and 2) the same person will likely feel concerned by the issue and help fix it. Just my 2 cents, Willy