linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] aic7* claims all checked EISA io ranges (was: [MAILER-DAEMON@rumms.u
@ 2003-04-09  1:21 Chuck Ebbert
  2003-04-09  2:13 ` Justin T. Gibbs
  2003-04-09 11:13 ` Alan Cox
  0 siblings, 2 replies; 11+ messages in thread
From: Chuck Ebbert @ 2003-04-09  1:21 UTC (permalink / raw)
  To: Justin T. Gibbs; +Cc: linux-kernel

Justin T. Gibbs wrote:


>As far as the 2.4.X series is concerned, pushing has not helped.  I've
>seen spelling fixes and incorrorct changes get accepted from non
>maintainers "instantly", while the maintainers changes are not accepted.


And your code goes for long periods of time without merging good fixes,
like this one (from 2.4.20):


--- aic7-20030310/drivers/scsi/aic7xxx/aic7770.c.orig	Mon Mar 10 20:46:36 2003
+++ aic7-20030310/drivers/scsi/aic7xxx/aic7770.c	Tue Apr  8 20:45:20 2003
@ -314,7 +314,7 @
 	if (bootverbose)
 		printf("%s: Reading SEEPROM...", ahc_name(ahc));
 	have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc,
-					/*start_addr*/0, sizeof(sc)/2);
+					/*start_addr*/0, sizeof(*sc)/2);
 
 	if (have_seeprom) {
 


--
 Chuck
 Can't we all just get along?

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: [PATCH] aic7* claims all checked EISA io ranges
@ 2003-04-08 23:07 James Bottomley
  2003-04-08 23:12 ` Justin T. Gibbs
  0 siblings, 1 reply; 11+ messages in thread
From: James Bottomley @ 2003-04-08 23:07 UTC (permalink / raw)
  To: Justin T. Gibbs; +Cc: Alan Cox, linux-kernel


> As far as the 2.4.X series is concerned, pushing has not helped.  I've
> seen spelling fixes and incorrorct changes get accepted from non
> maintainers "instantly", while the maintainers changes are not
accepted.
> Considering how long it took for the last set of driver changes to
make
> it from -ac into kernel.org, I just assumed that this strategy was
> also failing.  Is that really the only way to get updates into
Marcelo's
> tree?

I take it 2.5 is up to date, right?  Because otherwise we should have
seen an update notice go across linux-scsi@vger.kernel.org.

This problem looks to be present in 2.5, so should I apply the patch?

James



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-04-11 11:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-09  1:21 [PATCH] aic7* claims all checked EISA io ranges (was: [MAILER-DAEMON@rumms.u Chuck Ebbert
2003-04-09  2:13 ` Justin T. Gibbs
2003-04-09 11:13 ` Alan Cox
2003-04-09 17:34   ` Justin T. Gibbs
2003-04-10 11:20     ` [PATCH] aic7* claims all checked EISA io ranges Stephan von Krawczynski
2003-04-10 16:44       ` Justin T. Gibbs
2003-04-11  8:51         ` Stephan von Krawczynski
2003-04-11 11:39         ` Stephan von Krawczynski
  -- strict thread matches above, loose matches on Subject: below --
2003-04-08 23:07 James Bottomley
2003-04-08 23:12 ` Justin T. Gibbs
2003-04-08 23:28   ` James Bottomley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).