All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP]  [PATCH] Fix wrong checking of aarch64
@ 2016-12-16  1:00 the_hoang0709
  2016-12-16 10:07 ` Cui Bixuan
  0 siblings, 1 reply; 5+ messages in thread
From: the_hoang0709 @ 2016-12-16  1:00 UTC (permalink / raw)
  To: ltp


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-wrong-checking-of-aarch64.patch
Type: text/x-patch
Size: 526 bytes
Desc: not available
URL: <http://lists.linux.it/pipermail/ltp/attachments/20161216/a6feb5b5/attachment.bin>

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

* [LTP] [PATCH] Fix wrong checking of aarch64
  2016-12-16  1:00 [LTP] [PATCH] Fix wrong checking of aarch64 the_hoang0709
@ 2016-12-16 10:07 ` Cui Bixuan
  2016-12-16 13:04   ` Hoang Nguyen
  0 siblings, 1 reply; 5+ messages in thread
From: Cui Bixuan @ 2016-12-16 10:07 UTC (permalink / raw)
  To: ltp

On 2016/12/16 9:00, the_hoang0709@yahoo.com wrote:
> 
> Signed-off-by: Vertigo <the_hoang0709@yahoo.com>
> ---
>  testcases/kernel/mem/tunable/max_map_count.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
Oh, I don't notice this mail and send a patch today(when I find it error in ARM).
I forward it to you :-)

I guess you can add message into your patch to explain it.
And I find the same error in aarch64be system. Could you help me to add check for the aarch64_be?

Thank you very much,
Cui Bixuan
> 
> 
> 


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

* [LTP] [PATCH] Fix wrong checking of aarch64
  2016-12-16 10:07 ` Cui Bixuan
@ 2016-12-16 13:04   ` Hoang Nguyen
  0 siblings, 0 replies; 5+ messages in thread
From: Hoang Nguyen @ 2016-12-16 13:04 UTC (permalink / raw)
  To: ltp

Hi,
I've sent the 2nd version, please let me know if there's any issue.
Thanks and regards,
Hoang

      From: Cui Bixuan <cuibixuan@huawei.com>
 To: ltp@lists.linux.it 
 Sent: Friday, 16 December 2016, 17:07
 Subject: Re: [LTP] [PATCH] Fix wrong checking of aarch64
   
On 2016/12/16 9:00, the_hoang0709@yahoo.com wrote:
> 
> Signed-off-by: Vertigo <the_hoang0709@yahoo.com>
> ---
>  testcases/kernel/mem/tunable/max_map_count.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
Oh, I don't notice this mail and send a patch today(when I find it error in ARM).
I forward it to you :-)

I guess you can add message into your patch to explain it.
And I find the same error in aarch64be system. Could you help me to add check for the aarch64_be?

Thank you very much,
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/20161216/a3f3a15d/attachment.html>

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

* [LTP] [PATCH] Fix wrong checking of aarch64
  2016-12-07  1:21 ` Hoang Nguyen
@ 2016-12-14 13:30   ` Cyril Hrubis
  0 siblings, 0 replies; 5+ messages in thread
From: Cyril Hrubis @ 2016-12-14 13:30 UTC (permalink / raw)
  To: ltp

Hi!
> We found an issue of checking aarch64 in max_map_count.cSo I'd like to send a patch.Please help to review and merge it.
> If there's any issue, feel free to contact me.
> Thanks and regards,

The patch got mangled horribly by your email client and also misses the
Signed-off-by: line. Git can create these for you if you setup your name
and email with git config ... and then commit changes with git commit -s.

-- 
Cyril Hrubis
chrubis@suse.cz

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

* [LTP]  [PATCH] Fix wrong checking of aarch64
       [not found] <676103620.849898.1481073674693.ref@mail.yahoo.com>
@ 2016-12-07  1:21 ` Hoang Nguyen
  2016-12-14 13:30   ` Cyril Hrubis
  0 siblings, 1 reply; 5+ messages in thread
From: Hoang Nguyen @ 2016-12-07  1:21 UTC (permalink / raw)
  To: ltp

Hi, 

We found an issue of checking aarch64 in max_map_count.cSo I'd like to send a patch.Please help to review and merge it.
If there's any issue, feel free to contact me.
Thanks and regards,
V.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20161207/ce6725d8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-wrong-checking-of-aarch64.patch
Type: text/x-patch
Size: 1303 bytes
Desc: not available
URL: <http://lists.linux.it/pipermail/ltp/attachments/20161207/ce6725d8/attachment.bin>

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

end of thread, other threads:[~2016-12-16 13:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-16  1:00 [LTP] [PATCH] Fix wrong checking of aarch64 the_hoang0709
2016-12-16 10:07 ` Cui Bixuan
2016-12-16 13:04   ` Hoang Nguyen
     [not found] <676103620.849898.1481073674693.ref@mail.yahoo.com>
2016-12-07  1:21 ` Hoang Nguyen
2016-12-14 13:30   ` Cyril Hrubis

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.