Bump kernel to v6.18.38 and apply cartesi changes#13
Open
edubart wants to merge 1 commit into
Open
Conversation
d398889 to
7b90925
Compare
Bundle the Cartesi-specific changes on top of Linux 6.18.38: - drivers/cartesi: add cmio device (/dev/cmio) for guest-host communication via shared tx/rx buffers (mmap) and SBI yield, plus Kconfig/Makefile and cartesi_defconfig - riscv/sbi: forward the application exit status through the reboot reason and use the SBI v0.1 shutdown ABI even when v0.3+ is present - panic: halt the machine on kernel panic - reboot: lower restart/halt/poweroff messages from pr_emerg to pr_notice so they can be silenced via loglevel - selftests: add cmio echo and open-twice tests Co-authored-by: Victor Fusco <1221933+vfusco@users.noreply.github.com> Co-authored-by: Marcelo Politzer <251334+mpolitzer@users.noreply.github.com> Co-authored-by: Diego Nehab <1635557+diegonehab@users.noreply.github.com>
7b90925 to
097fd98
Compare
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.
Bundle the Cartesi-specific changes on top of Linux 6.18.38: