-
Notifications
You must be signed in to change notification settings - Fork 53
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
Bump linux to 5.7rc3 #151
Bump linux to 5.7rc3 #151
Conversation
kconfigs are built (they're more sensitive in 5.7)
checking if the file actually has dwarf information (only included for linux workloads).
All issues were due to moving full_test.sh to scripts/.
marshal
Outdated
deleteSafe(wlutil.noDiskPath(jCfg['dwarf'])) | ||
if 'img' in jCfg: | ||
deleteSafe(jCfg['img']) | ||
cleanCfg(jCfg('bin')) |
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.
Shouldn't the argument just be jCfg
and not jCfg('bin')
?
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.
fixed
that were missed earlier.
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.
Tested Linux boot from a fresh clone.
This is probably unrelated, but my attempt to run the full testsuite failed partway due to filesystem corruption, likely from an unclean shutdown.
|
Ya, that seems to happen sometimes. I'm not totally sure why. It's unrelated. |
In preparation for OpenSBI, we're bumping linux. The only significant change was to the icenet driver and the linux config management (the newer kernel is more sensitive). There were some other fixes and cleanup, mostly of stuff that got uncovered during testing.