From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934636AbcJaSSw (ORCPT ); Mon, 31 Oct 2016 14:18:52 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:53658 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754946AbcJaSSv (ORCPT ); Mon, 31 Oct 2016 14:18:51 -0400 Date: Mon, 31 Oct 2016 12:16:12 -0600 (MDT) From: Thomas Gleixner To: Eric Anholt cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren , Lee Jones , bcm-kernel-feedback-list@broadcom.com, Jason Cooper , Marc Zyngier , Phil Elwell Subject: Re: [PATCH v2] irqchip/bcm2836: Prevent spurious interrupts In-Reply-To: <8737jcs8mc.fsf@eliezer.anholt.net> Message-ID: References: <20161027182038.11312-1-eric@anholt.net> <87bmy4qxnb.fsf@eliezer.anholt.net> <8737jcs8mc.fsf@eliezer.anholt.net> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 31 Oct 2016, Eric Anholt wrote: > Thomas Gleixner writes: > > > On Fri, 28 Oct 2016, Eric Anholt wrote: > > > >> Thomas Gleixner writes: > >> > This is missing a fixes tag. I have no idea when that problem was > >> > introduced, so I have no way to decide whether this needs to be tagged > >> > stable or not. > >> > >> This code has been there since introduction of the driver, so: > >> > >> Fixes: 1a15aaa998dc ("irqchip: Add bcm2836 interrupt controller for Raspberry Pi 2") > > > > So it want's a stable tag, right? > > I'm not the author here, and I was just trying to provide an assist with > upstreaming, so I'm not going to get too involved. I'd say this is an > edge case for being a stable tree candidate (it's produces a scary dmesg > warning but no other functional problems that I know of), and I didn't > add a fixes tag myself because of that. A fixes tag is not the same as a stable tag, I really want to see Fixes tags on patches which are bug fixes as it makes it simple to see the context in which a bug was introduced. vs. the stable tag: scary warnings tend to confuse users and cause people to send bug reports. So in this case I'd add one. Thanks, tglx