-
Notifications
You must be signed in to change notification settings - Fork 22
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 i386 #958
Conversation
musamaanjum
commented
Dec 31, 2024
•
edited
Loading
edited
For reference: #870 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
minor: copying commit message body from #870 here (including reference to the kernelci/kernelci-project#482 - as is, i.e. with Close:
tag) could be useful for tracking change history
e51c48a
to
b9c5549
Compare
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 <[email protected]>
b9c5549
to
494b396
Compare
Updated the commit message. |
I created Node 6773ec42ddafeb87332c75bc to verify this PR using:
I'll merge this PR when the build is successfully completed |
Processing the Node completed successfully, config includes requested changes |
@nuclearcat I've got the failure again on 6th Jan. I assume the production hasn't been updated yet. |
It got updated just today |