[gem5-dev] name collision between tests/gem5 and built in gem5 module

2021-09-22 Thread Gabe Black via gem5-dev
Hey folks, just FYI, when running tests from the tests directory (as the instructions say to do), if a script imports a gem5 module, there is some ambiguity whether that should be the built in gem5 module added for the components stuff, or if it should be the gem5 directory in the tests directory

[gem5-dev] Re: failing ARM dual CPU tests?

2021-09-22 Thread Gabe Black via gem5-dev
Thanks Giacomo, I *think* since these are running as part of the testing infrastructure that they are downloading the files they need, and I hope they are downloading current ones. Clearly *something* is out of whack, but since this should all be handled automatically I don't know where or what to

[gem5-dev] Re: failing ARM dual CPU tests?

2021-09-22 Thread Gabe Black via gem5-dev
On Wed, Sep 22, 2021 at 9:12 AM Jason Lowe-Power wrote: > Hey Gabe, > > To solve this and the x86 test issue you've been having, I think there are > a couple of possibilities: > > 1. Can you use the docker images that kokoro uses? This will guarantee > that you are using the *exact* same "host"

[gem5-dev] Re: Build failed in Jenkins: compiler-checks #197

2021-09-22 Thread Bobby Bruce via gem5-dev
My bad, fix here: https://gem5-review.googlesource.com/c/public/gem5/+/50829 -- Dr. Bobby R. Bruce Room 3050, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Wed, Sep 22, 2021 at 3:21 PM jenkins-no-reply--- via gem5-dev < gem5-dev@gem5.org> wrote: > See < >

[gem5-dev] Change in gem5/gem5[develop]: util-docker: Fix building gcn-gpu image

2021-09-22 Thread Kyle Roarty (Gerrit) via gem5-dev
Kyle Roarty has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50847 ) Change subject: util-docker: Fix building gcn-gpu image .. util-docker: Fix building gcn-gpu image In the gcn-gpu image,

[gem5-dev] Change in gem5/gem5[develop]: tests: Fix broken compiler-tests.sh

2021-09-22 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50829 ) Change subject: tests: Fix broken compiler-tests.sh .. tests: Fix broken compiler-tests.sh Change-Id:

[gem5-dev] Build failed in Jenkins: compiler-checks #197

2021-09-22 Thread jenkins-no-reply--- via gem5-dev
See Changes: [Bobby R. Bruce] util-docker: Add a GCC-11 Dockerfile [Bobby R. Bruce] tests: Add GCC-11 to the compiler tests [mail] tests: Fix gem5 resources import in parsec test [odanrc] arch-arm: Fix memory

[gem5-dev] gem5 v21.1.0.2 hotfix release: Fix Vector statistics

2021-09-22 Thread Bobby Bruce via gem5-dev
Dear all, The stable branch of the gem5 repository now contains the v21.1.0.2 hotfix release. This release fixes a bug which was causing some vector statistics in gem5 to break. We encourage gem5 users to pull the latest version of gem5 from the repo's stable branch. Kind regards, Bobby -- Dr.

[gem5-dev] Change in gem5/gem5[develop]: util-docker: Fix building gcn-gpu image

2021-09-22 Thread Kyle Roarty (Gerrit) via gem5-dev
Kyle Roarty has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50847 ) Change subject: util-docker: Fix building gcn-gpu image .. util-docker: Fix building gcn-gpu image In the

[gem5-dev] Change in gem5/gem5[develop]: misc: Merge branch v21.1.0.2 hotfix branch into develop

2021-09-22 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50828 ) Change subject: misc: Merge branch v21.1.0.2 hotfix branch into develop .. misc: Merge branch v21.1.0.2

[gem5-dev] Change in gem5/gem5[hotfix-vector-stats]: base-stats: fix storage initializing

2021-09-22 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50747 ) Change subject: base-stats: fix storage initializing .. base-stats: fix storage initializing Commit

[gem5-dev] Change in gem5/gem5[hotfix-vector-stats]: misc: Update RELEASE-NOTES.md for v21.1.0.2

2021-09-22 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50751 ) Change subject: misc: Update RELEASE-NOTES.md for v21.1.0.2 .. misc: Update RELEASE-NOTES.md for v21.1.0.2 Change-Id:

[gem5-dev] Change in gem5/gem5[hotfix-vector-stats]: misc: Update the version to v21.1.0.2

2021-09-22 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50750 ) Change subject: misc: Update the version to v21.1.0.2 .. misc: Update the version to v21.1.0.2 Change-Id:

[gem5-dev] Change in gem5/gem5[develop]: arch-vega: Issue flat insts using on executedAs()

2021-09-22 Thread Matthew Poremba (Gerrit) via gem5-dev
Matthew Poremba has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50827 ) Change subject: arch-vega: Issue flat insts using on executedAs() .. arch-vega: Issue flat insts using on

[gem5-dev] Change in gem5/gem5[develop]: tests: Add KVM CPU switch tests

2021-09-22 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50487 ) Change subject: tests: Add KVM CPU switch tests .. tests: Add KVM CPU switch tests These test switching from KVM cores

[gem5-dev] Change in gem5/gem5[develop]: tests: Update x86 boot tests to use x86-ubuntu-img

2021-09-22 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50647 ) 2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. Change subject: tests: Update x86 boot tests to use

[gem5-dev] Re: failing ARM dual CPU tests?

2021-09-22 Thread Giacomo Travaglini via gem5-dev
Hi Gabe, >From an Arm perspective, could you make sure you are using the latest >bootloader? I remember there was a change some time ago which required the bootloader to be rebuilt You could either download latest tarball from

[gem5-dev] Re: failing ARM dual CPU tests?

2021-09-22 Thread Jason Lowe-Power via gem5-dev
Hey Gabe, To solve this and the x86 test issue you've been having, I think there are a couple of possibilities: 1. Can you use the docker images that kokoro uses? This will guarantee that you are using the *exact* same "host" setup when running gem5. I think this is the only way to have a

[gem5-dev] Change in gem5/gem5[develop]: base,tests: Add unit test for SymbolTable

2021-09-22 Thread Daniel Carvalho (Gerrit) via gem5-dev
Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/43250 ) Change subject: base,tests: Add unit test for SymbolTable .. base,tests: Add unit test for SymbolTable Add a unit test

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Implement Armv8.2 FEAT_UAO

2021-09-22 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50390 ) Change subject: arch-arm: Implement Armv8.2 FEAT_UAO .. arch-arm: Implement Armv8.2 FEAT_UAO Change-Id:

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Remove SPSR write mask

2021-09-22 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50389 ) 1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. Change subject: arch-arm: Remove SPSR write mask

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: SCTLR.WXN not used in S2AP

2021-09-22 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/50667 ) Change subject: arch-arm: SCTLR.WXN not used in S2AP .. arch-arm: SCTLR.WXN not used in S2AP Change-Id: