All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rt-tests: Update the latest branches
@ 2021-04-16  9:05 Zhang, Qiang
  2021-04-23  8:41 ` 回复: " Zhang, Qiang
  0 siblings, 1 reply; 3+ messages in thread
From: Zhang, Qiang @ 2021-04-16  9:05 UTC (permalink / raw)
  To: robert.joslyn, bruce.ashfield; +Cc: openembedded-core, linux-yocto

From: Zqiang <qiang.zhang@windriver.com>

When run cyclictest, the parameter enable NUAM. but in some BSP
which not support NUMA, will causes the test program to exit
directly and does not carry out subsequent operations, the
latest changes have fixed this problem.

"3aec580 rt-tests: Don't assume numa is available at runtime"

Signed-off-by: Zqiang <qiang.zhang@windriver.com>
---
 meta/recipes-rt/rt-tests/rt-tests.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 9358f13d06..0c89bad91f 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,5 +1,5 @@
 # Version 1.8
-SRCREV = "32819581cc0509c9d58c33c3061f57abe0c40c88"
+SRCREV = "6af88067da16c6e69243b376c3b6454ec694460b"
 PE = "1"
 
 SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest"
-- 
2.29.2


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

* 回复: [PATCH] rt-tests: Update the latest branches
  2021-04-16  9:05 [PATCH] rt-tests: Update the latest branches Zhang, Qiang
@ 2021-04-23  8:41 ` Zhang, Qiang
  2021-04-29  0:18   ` [linux-yocto] " Randy MacLeod
  0 siblings, 1 reply; 3+ messages in thread
From: Zhang, Qiang @ 2021-04-23  8:41 UTC (permalink / raw)
  To: robert.joslyn, bruce.ashfield; +Cc: openembedded-core, linux-yocto

Hello robert

 This change didn't respond for a long time ,
 look forward to your reply.

Thanks
Qiang

________________________________________
发件人: Zhang, Qiang <qiang.zhang@windriver.com>
发送时间: 2021年4月16日 17:05
收件人: robert.joslyn@redrectangle.org; bruce.ashfield@gmail.com
抄送: openembedded-core@lists.openembedded.org; linux-yocto@lists.yoctoproject.org
主题: [PATCH] rt-tests: Update the latest branches

From: Zqiang <qiang.zhang@windriver.com>

When run cyclictest, the parameter enable NUAM. but in some BSP
which not support NUMA, will causes the test program to exit
directly and does not carry out subsequent operations, the
latest changes have fixed this problem.

"3aec580 rt-tests: Don't assume numa is available at runtime"

Signed-off-by: Zqiang <qiang.zhang@windriver.com>
---
 meta/recipes-rt/rt-tests/rt-tests.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 9358f13d06..0c89bad91f 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,5 +1,5 @@
 # Version 1.8
-SRCREV = "32819581cc0509c9d58c33c3061f57abe0c40c88"
+SRCREV = "6af88067da16c6e69243b376c3b6454ec694460b"
 PE = "1"

 SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest"
--
2.29.2


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

* Re: [linux-yocto] 回复: [PATCH] rt-tests: Update the latest branches
  2021-04-23  8:41 ` 回复: " Zhang, Qiang
@ 2021-04-29  0:18   ` Randy MacLeod
  0 siblings, 0 replies; 3+ messages in thread
From: Randy MacLeod @ 2021-04-29  0:18 UTC (permalink / raw)
  To: Zhang, Qiang, robert.joslyn, bruce.ashfield; +Cc: openembedded-core

Dropping the yocto list since this might cause some people's filters
to misfile the patch and it's an oe-core patch so that's the only list 
that needs to be CCed it seems.

On 2021-04-23 4:41 a.m., Zhang, Qiang wrote:
> Hello robert
> 
>   This change didn't respond for a long time ,
>   look forward to your reply.
> 
> Thanks
> Qiang
> 
> ________________________________________
> 发件人: Zhang, Qiang <qiang.zhang@windriver.com>
> 发送时间: 2021年4月16日 17:05
> 收件人: robert.joslyn@redrectangle.org; bruce.ashfield@gmail.com
> 抄送: openembedded-core@lists.openembedded.org; linux-yocto@lists.yoctoproject.org
> 主题: [PATCH] rt-tests: Update the latest branches
> 
> From: Zqiang <qiang.zhang@windriver.com>
> 
> When run cyclictest, the parameter enable NUAM. but in some BSP

s/NUAM/NUMA/

> which not support NUMA, will causes the test program to exit
> directly and does not carry out subsequent operations, the
> latest changes have fixed this problem.
> 
> "3aec580 rt-tests: Don't assume numa is available at runtime"
> 
> Signed-off-by: Zqiang <qiang.zhang@windriver.com>
> ---
>   meta/recipes-rt/rt-tests/rt-tests.inc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
> index 9358f13d06..0c89bad91f 100644
> --- a/meta/recipes-rt/rt-tests/rt-tests.inc
> +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
> @@ -1,5 +1,5 @@
>   # Version 1.8
> -SRCREV = "32819581cc0509c9d58c33c3061f57abe0c40c88"
> +SRCREV = "6af88067da16c6e69243b376c3b6454ec694460b"

This adds 38 commits of the  240 commits on this branch.
I think that's all we needed for hardknott but now, on master, maybe
we want to update to HEAD. Is that right Qiang?

Maybe now that hardknott is released, you should be cherry-picking
a single commit to fix the problem you are seeing.

../Randy



$ git log --oneline 3281958..6af8806 | wc -l
38

$ git log --oneline 3281958... | wc -l
240
$ git log --oneline 3281958..6af8806
6af8806 (origin/unstable/devel/latest)
         signaltest: Add missing --output usage info
8d6c294 cyclicdeadline: Remove unused include header
95066b1 cyclicdeadline.c: Fix printf format specifier
f6881fc cyclictest: Fix printf format specifier
05a1170 rt-tests: cyclicdeadline.c: Remove dead code
e62593c rt-tests: remove rt_numa_bitmask_count in rt_numa.h
3aec580 rt-tests: Don't assume numa is available at runtime
6b9ac75 Revert "signaltest: Always use libnuma"
c30fa9f Revert "cyclictest: Always use libnuma"
bdb8350 Revert "cyclictest: Use affinity_mask for steering thread placement"
29884cf oslat: Fix --cpu-list won't allow to schedule on all possible cores
80299f1 sigwaittest: Add JSON output feature
bdb20cd signaltest: Add JSON output feature
7593a72 oslat: Add quiet command line option
c7a3abe rt-migrate-test: Add JSON output feature
4db4a76 oslat: Add JSON output feature
09edaef svsematest: Add JSON output feature
cbbe3e1 ptsematest: Add JSON output feature
e11e675 pmqtest: Add JSON output feature
68621f3 cyclicdeadline: Add JSON output feature
24aaf96 cyclictest: Add JSON output feature
e6ca039 rt-utils: Add JSON common header output helper
07445ec rt-tests: Rename error.h to rt-error.h
af0a1e9 rt-tests: oslat: Allocate memory for cpu_set
27511be oslat: Use cpuset size as upper bound
a1b862a rt-tests: oslat: print version string
eadb1a9 rt-numa: Use error message helpers
3079f1b signaltest: Always use libnuma
eb6c89c cyclictest: Move verbose message into main
1b00086 cyclicdeadline: Remove unused struct thread_param
2433a52 cyclicdeadline: Add missing step command line argument
890ce10 cyclictest: Remove libnuma API version 1 support
e09c649 ptsematest: Return correct exit code when showing help
8ac90e7 pip_stress: De-constify prio_min
8305e65 cyclictest: Use affinity_mask for steering thread placement
512d2b7 cyclictest: Always use libnuma
244f6eb cyclictest: Fix --affinity when intermediate CPUs are offline
1c65835 rt-tests: rm scripts/do-git-push

$ git branch -a --contains 6af8806
   remotes/origin/unstable/devel/latest

---


>   PE = "1"
> 
>   SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest"
> --
> 2.29.2
> 
> 
> 
> 
> 


-- 
# Randy MacLeod
# Wind River Linux

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

end of thread, other threads:[~2021-04-29  0:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16  9:05 [PATCH] rt-tests: Update the latest branches Zhang, Qiang
2021-04-23  8:41 ` 回复: " Zhang, Qiang
2021-04-29  0:18   ` [linux-yocto] " Randy MacLeod

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.