All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Freezing.. (was Re: Intel P6 vs P7 system call performance)
@ 2002-12-19  1:08 Adam J. Richter
  2002-12-19  9:13 ` Russell King
  0 siblings, 1 reply; 42+ messages in thread
From: Adam J. Richter @ 2002-12-19  1:08 UTC (permalink / raw)
  To: rmk; +Cc: linux-kernel

Russell King wrote:
>I'm waiting for the kernel bugzilla to become useful - currently the
>record for me has been:
>
>3 bugs total
>3 bugs for serial code for drivers I don't maintain, reassigned to mbligh.
>
>This means I write (choose one):
>
>1. non-buggy code (highly unlikely)
>2. code no one tests
>3. code people do test but report via other means (eg, email, irc)
>
>If it's (3), which it seems to be, it means that bugzilla is failing to
>do its job properly, which is most unfortunate.

	I don't currently use bugzilla (just due to inertia), but the
whole world doesn't have to switch to something overnight in order for
that facility to end up saving more time and resources than it has
cost.  Adoption can grow gradually, and it's probably easier to work
out bugs (in bugzilla) and improvements that way anyhow.

Adam J. Richter     __     ______________   575 Oroville Road
adam@yggdrasil.com     \ /                  Milpitas, California 95035
+1 408 309-6081         | g g d r a s i l   United States of America
                         "Free Software For The Rest Of Us."

^ permalink raw reply	[flat|nested] 42+ messages in thread
* RE: Freezing.. (was Re: Intel P6 vs P7 system call performance)
@ 2002-12-18 22:00 Nakajima, Jun
  0 siblings, 0 replies; 42+ messages in thread
From: Nakajima, Jun @ 2002-12-18 22:00 UTC (permalink / raw)
  To: Linus Torvalds, Dave Jones
  Cc: Horst von Brand, linux-kernel, Alan Cox, Andrew Morton,
	Saxena, Sunil, Mallick, Asit K

BTW, in terms of validation, I think we might want to compare the results from LTP (http://ltp.sourceforge.net/), for example, by having it run on the two setups (sysenter/sysexit and int/iret). 

Jun

> -----Original Message-----
> From: Linus Torvalds [mailto:torvalds@transmeta.com]
> Sent: Wednesday, December 18, 2002 8:50 AM
> To: Dave Jones
> Cc: Horst von Brand; linux-kernel@vger.kernel.org; Alan Cox; Andrew Morton
> Subject: Freezing.. (was Re: Intel P6 vs P7 system call performance)
> 
> 
> 
> On Wed, 18 Dec 2002, Dave Jones wrote:
> > On Wed, Dec 18, 2002 at 10:40:24AM -0300, Horst von Brand wrote:
> >  > [Extremely interesting new syscall mechanism tread elided]
> >  >
> >  > What happened to "feature freeze"?
> >
> > *bites lip* it's fairly low impact *duck*.
> 
> However, it's a fair question.
> 
> I've been wondering how to formalize patch acceptance at code freeze, but
> it might be a good idea to start talking about some way to maybe put
> brakes on patches earlier, ie some kind of "required approval process".
> 
> I think the system call thing is very localized and thus not a big issue,
> but in general we do need to have something in place.
> 
> I just don't know what that "something" should be. Any ideas? I thought
> about the code freeze require buy-in from three of four people (me, Alan,
> Dave and Andrew come to mind) for a patch to go in, but that's probably
> too draconian for now. Or is it (maybe start with "needs approval by two"
> and switch it to three when going into code freeze)?
> 
> 			Linus
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 42+ messages in thread
* Re: Intel P6 vs P7 system call performance
@ 2002-12-18 16:41 Dave Jones
  2002-12-18 16:49 ` Freezing.. (was Re: Intel P6 vs P7 system call performance) Linus Torvalds
  0 siblings, 1 reply; 42+ messages in thread
From: Dave Jones @ 2002-12-18 16:41 UTC (permalink / raw)
  To: Horst von Brand; +Cc: Linus Torvalds, linux-kernel

On Wed, Dec 18, 2002 at 10:40:24AM -0300, Horst von Brand wrote:
 > [Extremely interesting new syscall mechanism tread elided]
 > 
 > What happened to "feature freeze"?

*bites lip* it's fairly low impact *duck*.
Given the wins seem to be fairly impressive across the board, spending
a few days on getting this right isn't going to push 2.6 back any
noticable amount of time.

This stuff is mostly of the case "it either works, or it doesn't".
And right now, corner cases like apm aside, it seems to be holding up
so far. This isn't as far reaching as it sounds. There are still
drivers being turned upside down which are changing things in a
lot bigger ways than this[1]

		Dave

[1] Myself being one of the guilty parties there, wrt agp.

-- 
| Dave Jones.        http://www.codemonkey.org.uk

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

end of thread, other threads:[~2002-12-23 14:47 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20021218161506.M7976@work.bitmover.com>
2002-12-19  0:18 ` Freezing.. (was Re: Intel P6 vs P7 system call performance) Alan Cox
2002-12-19  0:37   ` Larry McVoy
2002-12-19  1:08 Adam J. Richter
2002-12-19  9:13 ` Russell King
2002-12-19 16:39   ` Eli Carter
  -- strict thread matches above, loose matches on Subject: below --
2002-12-18 22:00 Nakajima, Jun
2002-12-18 16:41 Intel P6 vs P7 system call performance Dave Jones
2002-12-18 16:49 ` Freezing.. (was Re: Intel P6 vs P7 system call performance) Linus Torvalds
2002-12-18 16:56   ` Larry McVoy
2002-12-18 16:58   ` Dave Jones
2002-12-18 17:41     ` Linus Torvalds
2002-12-18 18:03       ` Jeff Garzik
2002-12-18 18:09         ` Mike Dresser
2002-12-23 12:34           ` Kai Henningsen
2002-12-18 19:08       ` Alan Cox
2002-12-18 19:23         ` Larry McVoy
2002-12-18 19:30           ` Alan Cox
2002-12-18 19:33             ` Larry McVoy
2002-12-18 19:42               ` Alan Cox
2002-12-18 19:45                 ` Larry McVoy
2002-12-18 20:39                   ` John Bradford
2002-12-18 22:08                     ` Larry McVoy
2002-12-18 22:37                       ` John Bradford
2002-12-19  1:09                         ` Alan Cox
2002-12-19  0:37                           ` Russell King
2002-12-19  0:58                             ` Jeff Garzik
2002-12-19  1:43                             ` Martin J. Bligh
2002-12-19 10:50                             ` Dave Jones
2002-12-19  0:59                           ` John Bradford
2002-12-19 10:27                             ` Dave Jones
2002-12-19  1:17                           ` Linus Torvalds
2002-12-19  0:08                       ` Alan Cox
2002-12-19  0:53                         ` John Bradford
2002-12-19 13:17                       ` Stephen Satchell
2002-12-19  5:34         ` Timothy D. Witham
2002-12-19  6:43           ` Andrew Morton
2002-12-19  5:45             ` Timothy D. Witham
2002-12-19  7:05           ` Martin J. Bligh
2002-12-19  6:08             ` Timothy D. Witham
2002-12-18 19:50       ` Oliver Xymoron
2002-12-18 17:06   ` Eli Carter
2002-12-18 17:08   ` Andrew Morton
2002-12-18 18:25   ` John Alvord

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.