public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: merge status
@ 2005-11-10  7:38 Brown, Len
  2005-11-10  7:47 ` Jeff Garzik
  0 siblings, 1 reply; 39+ messages in thread
From: Brown, Len @ 2005-11-10  7:38 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel, Linus Torvalds
  Cc: James Bottomley, Jeff Garzik, Luck, Tony, Ben Collins,
	Jody McIntyre, David Woodhouse, Roland Dreier, Dave Jones,
	Jens Axboe, Dave Kleikamp, Steven French


>-rw-r--r--    1 akpm     akpm       188863 Nov  9 11:29 git-acpi.patch

FreeBSD found some problems with some of the post 2.6.14
ACPI core changes, and the version we have in 2.6.14 seems
pretty stable, so I'll probably keep it the same for 2.6.15.

I do have a bundle of Linux specific bug fixes to push,
but I didn't follow Tony's git branching strategy
correctly at first, so I've got to cherry pick a few...

-Len



^ permalink raw reply	[flat|nested] 39+ messages in thread
* RE: merge status
@ 2005-11-10 17:17 Luck, Tony
  0 siblings, 0 replies; 39+ messages in thread
From: Luck, Tony @ 2005-11-10 17:17 UTC (permalink / raw)
  To: Jeff Garzik
  Cc: Brown, Len, Andrew Morton, linux-kernel, Linus Torvalds,
	James Bottomley, Ben Collins, Jody McIntyre, David Woodhouse,
	Roland Dreier, Dave Jones, Jens Axboe, Dave Kleikamp,
	Steven French, Keith Owens

>>Is Tony's strategy described anywhere?
>
>Tony's mail.

There have been a couple of updates to the doc since
then to keep pace with changes in GIT.  The latest
is in the GIT sources in:

 Documentation/howto/using-topic-branches.txt

[or just click on http://tinyurl.com/bzll2]

It sounds like our approaches are very similar, just some
differences in terminology (you say "theme branch"
where I say "topic branch" etc.).  Plus perhaps some
variations in usage.  Almost all of my topic branches
only ever see one commit (or one series of commits if
the patch was supplied as a series of patches).  Plus
I haven't exported topic branches, mostly because I don't
often see people building on them[1].  But there are always
exceptions to any rule, so I did have a "swiotlb" branch
during this last pass to keep track of the move of
swiotlb.c out of arch/ia64/lib/ and into lib/.

So a review of the note I contributed to the GIT documents
would be helpful ... especially if you have any nifty
scripts that you use to manage things that you feel like
sharing.

-Tony

[1] But perhaps beacuse I don't what Linus to think I have
an oversize head: http://tinyurl.com/c3z53 :-)




^ permalink raw reply	[flat|nested] 39+ messages in thread
* RE: merge status
@ 2005-11-09 22:54 Luck, Tony
  2005-11-09 23:21 ` Andrew Morton
  0 siblings, 1 reply; 39+ messages in thread
From: Luck, Tony @ 2005-11-09 22:54 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel, Linus Torvalds
  Cc: James Bottomley, Brown, Len, Jeff Garzik, Ben Collins,
	Jody McIntyre, David Woodhouse, Roland Dreier, Dave Jones,
	Jens Axboe, Dave Kleikamp, Steven French

> -rw-r--r--    1 akpm     akpm        78245 Nov  9 11:19 git-ia64.patch

Some of this size may be a git artifact (or to be strictly accurate
an artifact of the way I maintain my git branches).  I just merged
up the latest linus branch into my test tree, and then ran:

 $ git diff linus test

which only came up with 34799 bytes of diff.  The extra bytes you
see may be due to some commits that went into my test tree, but
I goofed some of the comments ... so I ended up with the same patches
going to my release tree, but as different commits.  I assume that
quilt then figures out that this stuff is already in Linus tree?

I think that I may need to periodically ditch and re-create my test
branch ... it is full of "Auto-update from upstream" commits, plus
all the commits to pull in topic branches.  So when I've merged
over all the topic branches to send to Linus the contents of the
tree exactly match my release tree ... the history is very different
(and somewhat messy in places).

-Tony

^ permalink raw reply	[flat|nested] 39+ messages in thread
[parent not found: <OF4A6DAD74.A56B078E-ON872570B4.007A77CE-862570B4.007AC8BB@us.ibm.com>]
* merge status
@ 2005-11-09 21:35 Andrew Morton
  2005-11-09 21:50 ` James Bottomley
                   ` (6 more replies)
  0 siblings, 7 replies; 39+ messages in thread
From: Andrew Morton @ 2005-11-09 21:35 UTC (permalink / raw)
  To: linux-kernel, Linus Torvalds
  Cc: James Bottomley, Brown, Len, Jeff Garzik, Luck, Tony, Ben Collins,
	Jody McIntyre, David Woodhouse, Roland Dreier, Dave Jones,
	Jens Axboe, Dave Kleikamp, Steven French


We're at day 12 of the two-week window, time for a quick peek at
outstanding patches in the subsystem trees.

-rw-r--r--    1 akpm     akpm       339882 Nov  9 11:19 git-scsi-misc.patch
-rw-r--r--    1 akpm     akpm       188863 Nov  9 11:29 git-acpi.patch
-rw-r--r--    1 akpm     akpm       151205 Nov  9 11:19 git-libata-all.patch
-rw-r--r--    1 akpm     akpm        78245 Nov  9 11:19 git-ia64.patch
-rw-r--r--    1 akpm     akpm        71651 Nov  9 11:19 git-ieee1394.patch
-rw-r--r--    1 akpm     akpm        71552 Nov  9 11:19 git-audit.patch
-rw-r--r--    1 akpm     akpm        47649 Nov  9 11:19 git-cryptodev.patch
-rw-r--r--    1 akpm     akpm        21829 Nov  9 11:19 git-blktrace.patch
-rw-r--r--    1 akpm     akpm        20989 Nov  9 11:19 git-infiniband.patch
-rw-r--r--    1 akpm     akpm         6687 Nov  9 11:19 git-agpgart.patch
-rw-r--r--    1 akpm     akpm         6569 Nov  9 11:19 git-cifs.patch
-rw-r--r--    1 akpm     akpm         2435 Nov  9 11:19 git-ntfs.patch
-rw-r--r--    1 akpm     akpm         1193 Nov  9 11:19 git-jfs.patch

The below are empty:

-rw-r--r--    1 akpm     akpm          131 Nov  9 11:19 git-block.patch
-rw-r--r--    1 akpm     akpm          124 Oct 23 11:38 git-watchdog.patch
-rw-r--r--    1 akpm     akpm          123 Nov  9 11:19 git-drm-via.patch
-rw-r--r--    1 akpm     akpm          122 Nov  9 11:19 git-scsi-rc-fixes.patch
-rw-r--r--    1 akpm     akpm          122 Nov  9 11:19 git-drm.patch
-rw-r--r--    1 akpm     akpm          118 Nov  9 11:19 git-alsa.patch
-rw-r--r--    1 akpm     akpm          115 Nov  9 11:19 git-sparc64.patch
-rw-r--r--    1 akpm     akpm          113 Nov  9 11:19 git-cpufreq.patch
-rw-r--r--    1 akpm     akpm          112 Nov  9 11:19 git-mtd.patch
-rw-r--r--    1 akpm     akpm          110 Nov  9 11:19 git-kbuild.patch
-rw-r--r--    1 akpm     akpm          110 Nov  9 11:19 git-input.patch
-rw-r--r--    1 akpm     akpm          102 Nov  9 11:19 git-nfs.patch
-rw-r--r--    1 akpm     akpm          102 Nov  9 11:19 git-drvmodel.patch
-rw-r--r--    1 akpm     akpm          101 Nov  9 11:19 git-arm-smp.patch
-rw-r--r--    1 akpm     akpm          100 Nov  9 11:19 git-serial.patch
-rw-r--r--    1 akpm     akpm           97 Nov  9 11:19 git-ucb.patch
-rw-r--r--    1 akpm     akpm           97 Nov  9 11:19 git-mmc.patch
-rw-r--r--    1 akpm     akpm           97 Nov  9 11:19 git-arm.patch
-rw-r--r--    1 akpm     akpm           87 Nov  9 11:19 git-xfs.patch

Most of this will be 2.6.16 material.  If not, promptness is urged.

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

end of thread, other threads:[~2005-11-14 20:12 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-10  7:38 merge status Brown, Len
2005-11-10  7:47 ` Jeff Garzik
2005-11-10  8:19   ` Keith Owens
  -- strict thread matches above, loose matches on Subject: below --
2005-11-10 17:17 Luck, Tony
2005-11-09 22:54 Luck, Tony
2005-11-09 23:21 ` Andrew Morton
     [not found] <OF4A6DAD74.A56B078E-ON872570B4.007A77CE-862570B4.007AC8BB@us.ibm.com>
2005-11-09 22:23 ` David Woodhouse
2005-11-09 21:35 Andrew Morton
2005-11-09 21:50 ` James Bottomley
2005-11-09 22:01   ` Linus Torvalds
2005-11-09 22:25     ` James Bottomley
2005-11-09 22:43       ` Linus Torvalds
2005-11-10  7:16         ` Jeff Garzik
2005-11-09 23:01       ` Andrew Morton
2005-11-09 23:09         ` Jesper Juhl
2005-11-09 23:58         ` Linus Torvalds
2005-11-10 13:28           ` Pavel Machek
2005-11-10  0:16         ` Con Kolivas
2005-11-10  0:25           ` Andrew Morton
2005-11-10  0:24         ` James Bottomley
2005-11-10  8:40         ` Jens Axboe
2005-11-10  8:56           ` Andrew Morton
2005-11-10  9:22             ` Jens Axboe
2005-11-10  9:30               ` Andrew Morton
2005-11-10 13:22                 ` Dave Kleikamp
2005-11-10 13:26         ` Pavel Machek
2005-11-14 20:13         ` Bill Davidsen
2005-11-09 22:05 ` Roland Dreier
2005-11-09 22:12 ` Jody McIntyre
2005-11-09 22:18   ` Linus Torvalds
2005-11-09 22:23     ` Jody McIntyre
2005-11-09 22:45       ` Andrew Morton
2005-11-09 22:48       ` Linus Torvalds
2005-11-09 22:13 ` Anton Altaparmakov
2005-11-09 22:48   ` Andrew Morton
2005-11-09 22:58     ` Linus Torvalds
2005-11-09 22:41 ` Russell King
2005-11-10  7:20 ` Jeff Garzik
2005-11-10  8:41 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox