* S-o-b for 48efdd2 "Add a pm_power_off function that resets us, ..."
[not found] <508CA4C4.5060407@wwwdotorg.org>
@ 2012-11-09 3:06 ` Stephen Warren
2012-11-09 11:09 ` Dominic Cobley
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Warren @ 2012-11-09 3:06 UTC (permalink / raw)
To: linux-arm-kernel
On 10/27/2012 09:21 PM, Stephen Warren wrote:
> Dom,
>
> Are you able to provide your S-o-b for the following commit:
>
> 48efdd2 Add a pm_power_off function that resets us, and indicates to
> bootcode.bin not to reboot us. Should allow a lower power 'off' state
>
> I would like to upstream that, but can't without an S-o-b [from you].
>
> Thanks.
Dom, are you able to provide an S-o-b line for this or any other commits
in you kernel trees? It'd be really helpful if you could add S-o-bs to
any/all commits in your branches where you can. Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* S-o-b for 48efdd2 "Add a pm_power_off function that resets us, ..."
2012-11-09 3:06 ` S-o-b for 48efdd2 "Add a pm_power_off function that resets us, ..." Stephen Warren
@ 2012-11-09 11:09 ` Dominic Cobley
2012-11-11 21:51 ` Stephen Warren
0 siblings, 1 reply; 3+ messages in thread
From: Dominic Cobley @ 2012-11-09 11:09 UTC (permalink / raw)
To: linux-arm-kernel
I'm happy to give permission for s.o.b. to be commits made by me. Is that sufficient?
If that's not sufficient can you give me git commands that will do what you want?
-----Original Message-----
From: Stephen Warren [mailto:swarren at wwwdotorg.org]
Sent: 09 November 2012 03:06
To: Dominic Cobley
Cc: linux-rpi-kernel at lists.infradead.org; linux-arm-kernel at lists.infradead.org
Subject: Re: S-o-b for 48efdd2 "Add a pm_power_off function that resets us, ..."
On 10/27/2012 09:21 PM, Stephen Warren wrote:
> Dom,
>
> Are you able to provide your S-o-b for the following commit:
>
> 48efdd2 Add a pm_power_off function that resets us, and indicates to
> bootcode.bin not to reboot us. Should allow a lower power 'off' state
>
> I would like to upstream that, but can't without an S-o-b [from you].
>
> Thanks.
Dom, are you able to provide an S-o-b line for this or any other commits
in you kernel trees? It'd be really helpful if you could add S-o-bs to
any/all commits in your branches where you can. Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* S-o-b for 48efdd2 "Add a pm_power_off function that resets us, ..."
2012-11-09 11:09 ` Dominic Cobley
@ 2012-11-11 21:51 ` Stephen Warren
0 siblings, 0 replies; 3+ messages in thread
From: Stephen Warren @ 2012-11-11 21:51 UTC (permalink / raw)
To: linux-arm-kernel
On 11/09/2012 04:09 AM, Dominic Cobley wrote:
> I'm happy to give permission for s.o.b. to be commits made by me. Is that sufficient?
Assuming you've read Documentation/SubmittingPatches and can fulfill the
conditions to apply an S-o-b (noting that many commits in your 3.6.y
branch are authored by other people, so you'd need their S-o-b first
most likely)...
For individual commits, you can always respond to the email requests
with the desired S-o-b line in question, i.e. just write the following
with your name/email:
Signed-off-by: Random J Developer <random@developer.example.org>
Perhaps you can also just state that the S-o-b line you write applies to
any commit currently in th 3.6.y branch.
> If that's not sufficient can you give me git commands that will do what you want?
Something like the following would do:
git checkout rpi-3.6.y
git rebase -i c6092bb74442d4ee1dfea60e2934915836f53528 # 3.6.1
In the editor that pops up, for any commit that you can S-o-b, change
"pick" to "reword" or "edit", then save the document. See the
instructions in the editor.
If you chose to use "reword", the editor will pop up again for each
commit. Write or paste your S-o-b into the commit description in the
appropriate place.
If you chose to use "edit", git will return the shell, and then you run
"git commit --amend -s" to edit the commit description (-s adds your
S-o-b automatically) and then "git rebase --continue" to continue the
rebase operation at the next commit.
Finally, push the modified branch to the git server.
Note that this process will change the git commit IDs of the commits in
your branch, which will be rather unfortunate for downstream users, and
will probably break unmerged github pull requests. Depending on any
"customer's" familiarity with git, this may be a minor or major issue...
For this reason, it's a good idea to add the S-o-b lines before you
first push the commits to the git server; use "git commit -s" rather
than "git commit", and making sure any contributors whose patches you
accept have done the same themselves.
Thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-11 21:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <508CA4C4.5060407@wwwdotorg.org>
2012-11-09 3:06 ` S-o-b for 48efdd2 "Add a pm_power_off function that resets us, ..." Stephen Warren
2012-11-09 11:09 ` Dominic Cobley
2012-11-11 21:51 ` Stephen Warren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).