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

Bump linux to 5.7rc3 #151

Merged
merged 6 commits into from
May 9, 2020
Merged

Bump linux to 5.7rc3 #151

merged 6 commits into from
May 9, 2020

Conversation

NathanTP
Copy link
Contributor

@NathanTP NathanTP commented May 6, 2020

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.

Nathan Pemberton added 4 commits May 1, 2020 20:36
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/.
@NathanTP NathanTP requested review from a0u and zhemao May 6, 2020 03:39
marshal Outdated
deleteSafe(wlutil.noDiskPath(jCfg['dwarf']))
if 'img' in jCfg:
deleteSafe(jCfg['img'])
cleanCfg(jCfg('bin'))
Copy link
Contributor

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')?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Member

@a0u a0u left a 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.

@a0u
Copy link
Member

a0u commented May 9, 2020

This is probably unrelated, but my attempt to run the full testsuite failed partway due to filesystem corruption, likely from an unclean shutdown.

Running: "e2fsck -f -p /home/centos/FireMarshal/images/smoke0.img" in /home/centos/FireMarshal/scripts
/home/centos/FireMarshal/images/smoke0.img: Inodes that were part of a corrupted orphan linked list found.

/home/centos/FireMarshal/images/smoke0.img: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
TaskError - taskid:/home/centos/FireMarshal/images/smoke0.img
PythonAction Error
Traceback (most recent call last):
  File "/home/centos/venv/lib64/python3.6/site-packages/doit/action.py", line 424, in execute
    returned_value = self.py_callable(*self.args, **kwargs)
  File "/home/centos/FireMarshal/wlutil/build.py", line 444, in makeImage
    resizeFS(config['img'], 0)
  File "/home/centos/FireMarshal/wlutil/wlutil.py", line 522, in resizeFS
    raise sp.CalledProcessError(ret, " ".join(chkfsCmd))
subprocess.CalledProcessError: Command 'e2fsck -f -p /home/centos/FireMarshal/images/smoke0.img' returned non-zero exit status 4.

@NathanTP
Copy link
Contributor Author

NathanTP commented May 9, 2020

Ya, that seems to happen sometimes. I'm not totally sure why. It's unrelated.

@NathanTP NathanTP merged commit a40f025 into dev May 9, 2020
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.

3 participants