Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

solid-eureka/visionfive-linux-mitigations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,221,804 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USE ONLY FOR RESEARCH PURPOSES

Build

via rvspace.org, see ./build.sh:

cp arch/riscv/configs/starfive_visionfive2_defconfig .config
make ARCH=riscv olddefconfig
make ARCH=riscv -j$(nproc) bindeb-pkg

Install

After building, there will be .deb-packages in the parent directory.

Install them, e.g., with dpkg -i *.deb

Change the boot default via sudo nano /boot/extlinux/extlinux.conf to boot the new kernel, e.g., l1.

Reboot and pray (sudo shutdown -r now).

About

Modified linux kernel with PoC Mitigations for the VisionFive 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 98.2%
  • Assembly 0.8%
  • Shell 0.4%
  • Makefile 0.2%
  • Python 0.2%
  • Perl 0.1%
  • Other 0.1%