This is harder than going upstream <g>... I think I'm doing the same thing greg kh did here, only he figured it out (and didn't say how he did it right)... https://lkml.org/lkml/2012/10/1/293 I made a tag, and... $ git request-pull for-next git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git ofs-pull-tag-1 The following changes since commit 45996492e5c85aa0ac93a95d1b2d1ed56851c865: orangefs: fix orangefs_superblock locking (2016-03-26 07:22:00 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git tags/ofs-pull-tag-1 for you to fetch changes up to 45996492e5c85aa0ac93a95d1b2d1ed56851c865: orangefs: fix orangefs_superblock locking (2016-03-26 07:22:00 -0400) ---------------------------------------------------------------- Orangefs: pull-tag-1 ---------------------------------------------------------------- I think that when I made my tag I should have specified some particular commit, instead of just: "git tag -a ofs-pull-tag-1" ... but which commit should I have specified, surely not 001bf455d? -Mike On Sat, Mar 26, 2016 at 11:50 AM, Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > On Sat, Mar 26, 2016 at 11:34:22AM -0400, Mike Marshall wrote: >> OK... I think this is what you're after: >> >> $ git request-pull ko/for-next >> git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git >> for-next >> >> The following changes since commit 45996492e5c85aa0ac93a95d1b2d1ed56851c865: >> >> orangefs: fix orangefs_superblock locking (2016-03-26 07:22:00 -0400) >> >> are available in the git repository at: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git for-next >> >> for you to fetch changes up to 45996492e5c85aa0ac93a95d1b2d1ed56851c865: >> >> orangefs: fix orangefs_superblock locking (2016-03-26 07:22:00 -0400) > > Er... That ought to have generated shortlog and diffstat as well; the point > is mostly to see what's intended to be included into pull. > > See "16) Sending "git pull" requests" in Documentation/SubmittingPatches: > > | A pull request should also include an overall message saying what will be > | included in the request, a "git shortlog" listing of the patches > | themselves, and a diffstat showing the overall effect of the patch series. > | The easiest way to get all this information together is, of course, to let > | git do it for you with the "git request-pull" command. > -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html