DAOS-2036 build: check {} stack size < 4k#38
Closed
brianjmurrell wants to merge 1 commit intomasterfrom
Closed
Conversation
Collaborator
|
Test stage checkpatch completed with status FAILURE. https://build-stage.hpdd.intel.com/job/daos-stack/job/daos/job/PR-38/1/display/redirect |
Collaborator
|
Can one of the admins verify this patch? |
Collaborator
|
Test stage checkpatch completed with status FAILURE. http://jenkins-3.wolf.hpdd.intel.com:8080/job/daos-stack-org/job/daos/job/PR-38/1/display/redirect |
Add -Wframe-larger-than=4096 check to make sure each function stack size <=4k to avoid overflow the regular ULT (16K) stack size. Ignore the check for some tests. Enlarge the rebuild ULT stack size to 128K. Change-Id: I7c2c0e80177023298f952c3fe74c400cc9c0deb8 Signed-off-by: Wang Di <di.wang@intel.com>
57a38d9 to
4d86dd1
Compare
Collaborator
|
Test stage checkpatch completed with status FAILURE. https://build-stage.hpdd.intel.com/job/daos-stack/job/daos/job/PR-38/2/display/redirect |
Contributor
Author
|
Landed in:
|
jolivier23
pushed a commit
that referenced
this pull request
Mar 23, 2020
Updated mercury patch to include 'free' of new na_info::domain_name Signed-off-by: Alexander A Oganezov <alexander.a.oganezov@intel.com>
mlawsonca
pushed a commit
that referenced
this pull request
May 16, 2023
* DAOSGCP-103 Copy agent cert files on server instances Copy the agent.crt and agent.key files to /etc/daos/certs on DAOS server instances Signed-off-by: Mark A. Olson <mark.a.olson@intel.com>
grom72
added a commit
that referenced
this pull request
Apr 27, 2026
obj: recalculate curr_allocated on underflow (fix) (#38) Use compare-and-swap loop in STATS_INC/DEC_persistent to avoid overflow-underflow race. Validation only in environment with PMem Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com> Cancel-prev-build: false Priority: 2 Skip-build-el8-gcc: true Skip-build-leap15-gcc: true Skip-build-leap15-icc: true Skip-unit-tests:true Skip-unit-test: true Skip-NLT: true Skip-unit-test-memcheck: true Skip-func-vm: true Skip-func-test-el9: true Skip-fault-injection-test: true Skip-test-el-9.6-rpms: true Skip-test-leap-15-rpms: true Skip-func-hw-test-medium: false Skip-func-hw-test-medium-md-on-ssd: true Skip-func-hw-test-medium-vmd: false Skip-func-hw-test-medium-verbs-provider: false Skip-func-hw-test-medium-verbs-provider-md-on-ssd: true Skip-func-hw-test-medium-ucx-provider: false Skip-func-hw-test-large: false Skip-func-hw-test-large-md-on-ssd: true
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add -Wframe-larger-than=4096 check to make sure
each function stack size <=4k to avoid overflow
the regular ULT (16K) stack size.
Ignore the check for some tests.
Enlarge the rebuild ULT stack size to 128K.
Change-Id: I7c2c0e80177023298f952c3fe74c400cc9c0deb8
Signed-off-by: Wang Di di.wang@intel.com