All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v2] Fix mistake in strcmp() for skipping in aarch64. And there is the same error in aarch64be, so add it.
@ 2016-12-16 12:58 the_hoang0709
  2016-12-17  3:06 ` Cui Bixuan
  0 siblings, 1 reply; 3+ messages in thread
From: the_hoang0709 @ 2016-12-16 12:58 UTC (permalink / raw)
  To: ltp


Signed-off-by: Vertigo <the_hoang0709@yahoo.com>
---
 testcases/kernel/mem/tunable/max_map_count.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-mistake-in-strcmp-for-skipping-in-aarch64.patch
Type: text/x-patch
Size: 569 bytes
Desc: not available
URL: <http://lists.linux.it/pipermail/ltp/attachments/20161216/d5885d64/attachment.bin>

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

* [LTP] [PATCH v2] Fix mistake in strcmp() for skipping in aarch64. And there is the same error in aarch64be, so add it.
  2016-12-16 12:58 [LTP] [PATCH v2] Fix mistake in strcmp() for skipping in aarch64. And there is the same error in aarch64be, so add it the_hoang0709
@ 2016-12-17  3:06 ` Cui Bixuan
  2016-12-17  4:34   ` Hoang Nguyen
  0 siblings, 1 reply; 3+ messages in thread
From: Cui Bixuan @ 2016-12-17  3:06 UTC (permalink / raw)
  To: ltp

On 2016/12/16 20:58, the_hoang0709@yahoo.com wrote:
> 
> Signed-off-by: Vertigo <the_hoang0709@yahoo.com>
> ---
>  testcases/kernel/mem/tunable/max_map_count.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
It looks well, but there are no message and Signed-off-by in your patch;

Maybe you can do:
git add $file;
git commit;
and write it:

[title](such as 'Fix mistake in strcmp() for skipping in aarch64')

You can write something for this commit, about the error.

Signed-off-by: Vertigo <the_hoang0709@yahoo.com>

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
...

Then 'git format-patch -1' can get your patch;
git send-email --to ltp@lists.linux.it $your_patch  or as a attachment.

Thanks,
Cui Bixuan
> 
> 
> 


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

* [LTP] [PATCH v2] Fix mistake in strcmp() for skipping in aarch64. And there is the same error in aarch64be, so add it.
  2016-12-17  3:06 ` Cui Bixuan
@ 2016-12-17  4:34   ` Hoang Nguyen
  0 siblings, 0 replies; 3+ messages in thread
From: Hoang Nguyen @ 2016-12-17  4:34 UTC (permalink / raw)
  To: ltp

Hi,
I've added the commit message last time (same as your way), but not know why the patch is created, it's disappeared.(I may put the messages in the wrong way, a blank line need after the first line comment? )
Sorry for did not check the patch file.
I've sent it again.
Thanks a lot for your help.
Br,H


      From: Cui Bixuan <cuibixuan@huawei.com>
 To: ltp@lists.linux.it 
 Sent: Saturday, 17 December 2016, 10:06
 Subject: Re: [LTP] [PATCH v2] Fix mistake in strcmp() for skipping in aarch64. And there is the same error in aarch64be, so add it.
   
On 2016/12/16 20:58, the_hoang0709@yahoo.com wrote:
> 
> Signed-off-by: Vertigo <the_hoang0709@yahoo.com>
> ---
>  testcases/kernel/mem/tunable/max_map_count.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
It looks well, but there are no message and Signed-off-by in your patch;

Maybe you can do:
git add $file;
git commit;
and write it:

[title](such as 'Fix mistake in strcmp() for skipping in aarch64')

You can write something for this commit, about the error.

Signed-off-by: Vertigo <the_hoang0709@yahoo.com>

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
...

Then 'git format-patch -1' can get your patch;
git send-email --to ltp@lists.linux.it $your_patch  or as a attachment.

Thanks,
Cui Bixuan
> 
> 
> 


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp


   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20161217/a4574127/attachment-0001.html>

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

end of thread, other threads:[~2016-12-17  4:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-16 12:58 [LTP] [PATCH v2] Fix mistake in strcmp() for skipping in aarch64. And there is the same error in aarch64be, so add it the_hoang0709
2016-12-17  3:06 ` Cui Bixuan
2016-12-17  4:34   ` Hoang Nguyen

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.