Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: pipeline: Update CONFIG_FRAME_WARN for arm #870

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

musamaanjum
Copy link
Contributor

CONFIG_FRAME_WARN is set to 1024 by default for arm. The allowed value for this is 0 to 8192. Let's increase it to 2048 to avoid getting the warning when stack size is more than default 1024. As all warnings are being treated as errors, our allmodconfig build fails on arm.

Close: kernelci/kernelci-project#482

CONFIG_FRAME_WARN is set to 1024 by default for arm. The allowed value
for this is 0 to 8192. Let's increase it to 2048 to avoid getting the
warning when stack size is more than default 1024. As all warnings are
being treated as errors, our allmodconfig build fails on arm.

Close: kernelci/kernelci-project#482

Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
@nuclearcat
Copy link
Member

LGTM, staging works

@nuclearcat nuclearcat added this pull request to the merge queue Nov 6, 2024
Merged via the queue into kernelci:main with commit ea3fb8a Nov 6, 2024
3 checks passed
musamaanjum added a commit to musamaanjum/kernelci-pipeline that referenced this pull request Dec 31, 2024
CONFIG_FRAME_WARN is set to 1024 by default for i386. The allowed value
for this is 0 to 8192. Let's increase it to 2048 to avoid getting the
warning when stack size is more than default 1024. As all warnings are
being treated as errors, our allmodconfig build fails.

Related kernelci#870
Close kernelci/kernelci-project#482
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
musamaanjum added a commit to musamaanjum/kernelci-pipeline that referenced this pull request Dec 31, 2024
CONFIG_FRAME_WARN is set to 1024 by default for i386. The allowed value
for this is 0 to 8192. Let's increase it to 2048 to avoid getting the
warning when stack size is more than default 1024. As all warnings are
being treated as errors, our allmodconfig build fails.

Example of a build failure:
https://kcidb.kernelci.org/d/build/build?var-datasource=edquppk2ghfcwc&var-origin=maestro&var-build_architecture=$__all&var-build_config_name=$__all&var-id=maestro:6772ceda423acf18d263ca6b&var-test-path=boot&from=now-100y&to=now&timezone=browser&var-test_path=&var-issue_presence=yes

Related kernelci#870
Close kernelci/kernelci-project#482
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
github-merge-queue bot pushed a commit that referenced this pull request Jan 1, 2025
CONFIG_FRAME_WARN is set to 1024 by default for i386. The allowed value
for this is 0 to 8192. Let's increase it to 2048 to avoid getting the
warning when stack size is more than default 1024. As all warnings are
being treated as errors, our allmodconfig build fails.

Example of a build failure:
https://kcidb.kernelci.org/d/build/build?var-datasource=edquppk2ghfcwc&var-origin=maestro&var-build_architecture=$__all&var-build_config_name=$__all&var-id=maestro:6772ceda423acf18d263ca6b&var-test-path=boot&from=now-100y&to=now&timezone=browser&var-test_path=&var-issue_presence=yes

Related #870
Close kernelci/kernelci-project#482
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mainline: stack frame size exceeds limit on allmodconfig
2 participants