* [PATCH 0/2] Urgent queue
@ 2008-10-26 20:34 Christoph Hellwig
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Hellwig @ 2008-10-26 20:34 UTC (permalink / raw)
To: xfs
Two patches that are small bugfixes / features that are what I consider the
immediately merge queue.
--
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 0/2] Urgent queue
@ 2008-10-27 13:30 Christoph Hellwig
2008-10-28 6:41 ` Dave Chinner
0 siblings, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2008-10-27 13:30 UTC (permalink / raw)
To: xfs
Two patches that are small bugfixes / features that are what I consider the
immediately merge queue.
--
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/2] Urgent queue
2008-10-27 13:30 Christoph Hellwig
@ 2008-10-28 6:41 ` Dave Chinner
2008-10-28 10:37 ` Mark Goodwin
0 siblings, 1 reply; 6+ messages in thread
From: Dave Chinner @ 2008-10-28 6:41 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: xfs
On Mon, Oct 27, 2008 at 09:30:10AM -0400, Christoph Hellwig wrote:
> Two patches that are small bugfixes / features that are what I consider the
> immediately merge queue.
The entire set of 30 patches has passed XFSQA on my test box....
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/2] Urgent queue
2008-10-28 6:41 ` Dave Chinner
@ 2008-10-28 10:37 ` Mark Goodwin
2008-10-28 10:53 ` Christoph Hellwig
2008-11-03 0:43 ` Dave Chinner
0 siblings, 2 replies; 6+ messages in thread
From: Mark Goodwin @ 2008-10-28 10:37 UTC (permalink / raw)
To: Christoph Hellwig, xfs
Dave Chinner wrote:
> On Mon, Oct 27, 2008 at 09:30:10AM -0400, Christoph Hellwig wrote:
>> Two patches that are small bugfixes / features that are what I consider the
>> immediately merge queue.
>
> The entire set of 30 patches has passed XFSQA on my test box....
individually (by series) or only after all 30? Bisectability is important,
as Christoph alluded to in another thread. Is the intention to try and take
this lot for 28-rc3? I think Lachlan is now very close to a pull req for
.28, depending on his testing for the memleak and deadlock fixes - time
is now getting pretty short :)
Cheers
-- Mark
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/2] Urgent queue
2008-10-28 10:37 ` Mark Goodwin
@ 2008-10-28 10:53 ` Christoph Hellwig
2008-11-03 0:43 ` Dave Chinner
1 sibling, 0 replies; 6+ messages in thread
From: Christoph Hellwig @ 2008-10-28 10:53 UTC (permalink / raw)
To: Mark Goodwin; +Cc: xfs
On Tue, Oct 28, 2008 at 09:37:15PM +1100, Mark Goodwin wrote:
> individually (by series) or only after all 30? Bisectability is important,
> as Christoph alluded to in another thread. Is the intention to try and take
> this lot for 28-rc3? I think Lachlan is now very close to a pull req for
> .28, depending on his testing for the memleak and deadlock fixes - time
> is now getting pretty short :)
Even urgent isn't urgent enough for the first 2.6.28 series, please get
that one out ASAP, I don't want to miss it. The two patches from the
urgent queue are something I would consider for a second .28 pull,
everything else is .29 material.
But it would be highly useful if we could open up a .29 staging tree that
can be QAed and included in linux-next ASAP..
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/2] Urgent queue
2008-10-28 10:37 ` Mark Goodwin
2008-10-28 10:53 ` Christoph Hellwig
@ 2008-11-03 0:43 ` Dave Chinner
1 sibling, 0 replies; 6+ messages in thread
From: Dave Chinner @ 2008-11-03 0:43 UTC (permalink / raw)
To: Mark Goodwin; +Cc: Christoph Hellwig, xfs
On Tue, Oct 28, 2008 at 09:37:15PM +1100, Mark Goodwin wrote:
>
>
> Dave Chinner wrote:
>> On Mon, Oct 27, 2008 at 09:30:10AM -0400, Christoph Hellwig wrote:
>>> Two patches that are small bugfixes / features that are what I consider the
>>> immediately merge queue.
>>
>> The entire set of 30 patches has passed XFSQA on my test box....
>
> individually (by series) or only after all 30? Bisectability is important,
> as Christoph alluded to in another thread.
All - there is no way in hell I'm going to run qa on each patch
individually given that most of them are trivial.
Bisectability is mainly about ensuring each patch builds
independently and at least runs without obvious problems.
Given most of the patches were independent, running QA over the
end series is usually sufficient to check that they will run
sufficiently well to do a bisect if they build.
That being said, given that I *have bisected* that series (to find
the directory corruption problem as a result of upgrading the
underlying kernel), I'd say it's just fine.
> Is the intention to try and take
> this lot for 28-rc3?
Just the urgent ones, I think. The rest are 2.6.29 candidates but
they still should be checked in and merged into the master branch so
that we can test them well before the .29 merge window comes
around...
> I think Lachlan is now very close to a pull req for
> .28, depending on his testing for the memleak and deadlock fixes - time
> is now getting pretty short :)
Given that 2.6.28-rc3 is now out, I have serious doubts that Linus
will take an update of this size. We've missed the merge window by
two weeks....
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-11-03 0:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26 20:34 [PATCH 0/2] Urgent queue Christoph Hellwig
-- strict thread matches above, loose matches on Subject: below --
2008-10-27 13:30 Christoph Hellwig
2008-10-28 6:41 ` Dave Chinner
2008-10-28 10:37 ` Mark Goodwin
2008-10-28 10:53 ` Christoph Hellwig
2008-11-03 0:43 ` Dave Chinner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox