All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linda <lindaj@jma3.com>
To: Wei Liu <wei.liu2@citrix.com>
Cc: xen-devel@lists.xen.org
Subject: Re: [PATCH] Added function prototypes to libxl_utils.h and function definitions to libxl_utils.c for the logical 'or'-ing and logical 'and'-ing of two bitmaps
Date: Fri, 10 Apr 2015 06:13:08 -0600	[thread overview]
Message-ID: <5527BE54.7030008@jma3.com> (raw)
In-Reply-To: <20150410112301.GD16939@zion.uk.xensource.com>



On 4/10/2015 5:23 AM, Wei Liu wrote:
> Now really CC xen-devel. :-/
>
> On Fri, Apr 10, 2015 at 12:22:02PM +0100, Wei Liu wrote:
>> CC xen-devel. Please use reply-all in the future.
>>
>> On Fri, Apr 10, 2015 at 05:16:26AM -0600, Linda wrote:
>>> a few questions below, and I'll make all the changes you suggest.
>>>
>>> On 4/10/2015 2:56 AM, Wei Liu wrote:
>>>> Please edit the subject line to be more concise. Something like:
>>>>    libxl: provide libxl_bitmap_{and,or}
>>>>
>>>> On Thu, Apr 09, 2015 at 07:51:28PM -0600, Linda Jacobson wrote:
>>>>> Linda Jacobson
>>>> You need to properly sign off this patch. See
>>>>
>>>>    http://wiki.xenproject.org/wiki/Submitting_Xen_Project_Patches
>>>>
>>>>> ---
>>>>>   tools/libxl/libxl_utils.c   | 51 +++++++++++++++++++++++++++++++++++++++++++++
>>>>>   tools/libxl/libxl_utils.h   |  6 ++++++
>>>>>   tools/libxl/libxlu_disk_l.c |  8 ++-----
>>>>>   tools/libxl/libxlu_disk_l.h |  6 +-----
>>>> The changes to libxlu_disk_* are not necessary. Presumably this is due
>>>> to you have different version of bison / flex installed.
>>>>
>>>> I guess you used "git commit -a" to commit all the changes, right?
>>>>
>>>> To avoid committing unrelated changes, you can use
>>>>
>>>>     $ git add libxl_utils.c
>>>>     $ git add libxl_utils.h
>>>>     $ git commit -s
>>>>
>>>> to only commit changes to libxl_utils.{c,h}.
>>>>
>>>> (the "-s" for git commit will nicely generate a Signed-off-by line for
>>>> you, provided you have configured your name and email properly in git)
>>> I hope I configured my name and email properly - I used git user.name (Linda
>>> Jacobson) and git user.email (lindaj@jma3.com).  Is that correct?  I think
>> I think so.
>>
>>> that the -s is the way I did it last time, because it did give
>>> me a signature.
>>>
>> Yes, that's what we want.
>>
>>> So how do I uncommit the things I accidentally committed?
>> git reset HEAD^ can reset your commit (provided the first commit in your
>> tree is this commit).
>>
>> Wei.
It should be.  I've got to go now, but the fixes will be in late today 
(mid-day here).
And thanks, for all your help and guidance.

Linda

      reply	other threads:[~2015-04-10 12:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-10  1:51 [PATCH] Added function prototypes to libxl_utils.h and function definitions to libxl_utils.c for the logical 'or'-ing and logical 'and'-ing of two bitmaps Linda Jacobson
2015-04-10  8:56 ` Wei Liu
     [not found]   ` <5527B10A.3060803@jma3.com>
     [not found]     ` <20150410112201.GC16939@zion.uk.xensource.com>
2015-04-10 11:23       ` Wei Liu
2015-04-10 12:13         ` Linda [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5527BE54.7030008@jma3.com \
    --to=lindaj@jma3.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.