[GIT PULL] pxa: patches for next merge window
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Mon Mar 1 05:12:45 EST 2010
Hello,
> > I'd prefer a). And if a submaintainer "doesn't behave" next time either
> > both trees are pulled making the arm tree as ugly as are the others
> > sometimes or the second pull request is declined if Russell notes it
> > early enough (maybe supported by some script work).
~/gsrc/linux-2.6$ git rev-parse linus/master
30ff056c42c665b9ea535d8515890857ae382540
~/gsrc/linux-2.6$ git rev-list v2.6.31..linus/master | while read rev; do git show $rev | git patch-id; done | sort > dup
~/gsrc/linux-2.6$ uniq -w 40 -d dup | wc -l
126
(Assuming that did what I intended (and different patches don't share
patch ids) this means there are 126 patches between v2.6.31 and today
that exist twice (or more) in Linus' tree.)
I havn't checked any of them but seeing this I don't consider Eric's two
duplicated commits to be that important.
Still it would be nice to pay attention not to introduce them in the
future of course.
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
More information about the linux-arm-kernel
mailing list