From: Chris Wright <chrisw@osdl.org>
To: Andrew Morton <akpm@osdl.org>
Cc: Jean Delvare <khali@linux-fr.org>,
chrisw@osdl.org, linux-kernel@vger.kernel.org, stable@kernel.org,
tytso@mit.edu, zwane@arm.linux.org.uk, jmforbes@linuxtx.org,
rdunlap@xenotime.net, torvalds@osdl.org, chuckw@quantumlinux.com,
alan@lxorguk.ukuu.org.uk, andrew.vasquez@qlogic.com,
James.Bottomley@SteelEye.com
Subject: Re: [02/07] [SCSI] qla2xxx: Pull-down scsi-host-addition to follow board initialization.
Date: Tue, 28 Jun 2005 15:30:12 -0700 [thread overview]
Message-ID: <20050628223012.GG9046@shell0.pdx.osdl.net> (raw)
In-Reply-To: <20050628152037.690c3840.akpm@osdl.org>
* Andrew Morton (akpm@osdl.org) wrote:
> The threshold for "what belongs in -stable" is a) set too high and b)
> over-zealously enforced.
Do you have things you'd like to see in -stable that didn't make the
cut?
> > > Return to previous held-logic of calling scsi_add_host() only
> > > after the board has been completely initialized.
> >
> > What real bug is it supposed to fix? (I guess some, but this leading
> > comment should give the datails.)
>
> If that's what was in the patch which went into 2.6.13 then we should be OK
> with a full backport. If the person who originally raised that patch put
> unrelated things into a single patch then that's where the problem started.
Agreed.
> Bear in mind that there is also risk in only part-applying a patch.
Yup, if it's only part of the patch, it needs to be re-tested to be sure
something important wasn't dropped in the chop up.
> > > Also return pci_*() error-codes during probe failure paths.
> >
> > How does this belong to stable please? I don't see this fixing any
> > critical bug.
>
> But it's obviously safe.
>
> > > - if (ret != 0) {
> > > + if (ret) {
> >
> > This aint -stable material.
>
> But it's obviously safe. Let's use our brains on these patches and not
> become beholden to doctrine, OK?
I agree. The real fix only is 100% preferred, but not at the risk of
a patch that's less stable. We've certainly asked for that as the rule
of thumb, but it is just that...a rule of thumb.
next prev parent reply other threads:[~2005-06-28 22:34 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-27 22:46 [00/07] -stable review Chris Wright
2005-06-27 22:50 ` [01/07] Fix typo in drivers/pci/pci-driver.c Chris Wright
2005-06-27 22:53 ` [02/07] [SCSI] qla2xxx: Pull-down scsi-host-addition to follow board initialization Chris Wright
2005-06-28 21:51 ` Jean Delvare
2005-06-28 22:20 ` Andrew Morton
2005-06-28 22:30 ` Chris Wright [this message]
2005-06-28 23:09 ` Andrew Morton
2005-06-28 23:16 ` Chris Wright
2005-06-28 22:32 ` [stable] " Greg KH
2005-06-29 8:08 ` Jean Delvare
2005-06-29 16:36 ` James Bottomley
2005-07-01 11:32 ` Jean Delvare
2005-06-27 22:55 ` [03/07] fix remap_pte_range BUG Chris Wright
2005-06-27 22:59 ` [04/07] e1000: fix spinlock bug Chris Wright
2005-06-27 23:01 ` [05/07] Add "memory" clobbers to the x86 inline asm of strncmp and friends Chris Wright
2005-06-28 21:57 ` Jean Delvare
2005-06-27 23:03 ` [06/07] ACPI: Make sure we call acpi_register_gsi() even for default PCI interrupt assignment Chris Wright
2005-06-27 23:05 ` [07/07] [NETLINK]: Fix two socket hashing bugs Chris Wright
2005-06-28 12:10 ` [00/07] -stable review Jim MacBaine
2005-06-28 14:47 ` [stable] " Chris Wright
2005-06-28 17:18 ` Jim MacBaine
2005-06-28 17:20 ` Chris Wright
2005-06-28 20:45 ` David S. Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050628223012.GG9046@shell0.pdx.osdl.net \
--to=chrisw@osdl.org \
--cc=James.Bottomley@SteelEye.com \
--cc=akpm@osdl.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=andrew.vasquez@qlogic.com \
--cc=chuckw@quantumlinux.com \
--cc=jmforbes@linuxtx.org \
--cc=khali@linux-fr.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rdunlap@xenotime.net \
--cc=stable@kernel.org \
--cc=torvalds@osdl.org \
--cc=tytso@mit.edu \
--cc=zwane@arm.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox