-
Notifications
You must be signed in to change notification settings - Fork 61
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
What should I do if I want to razzer another kernel version? #15
Comments
Hello, The public version of Razzer has several issues in applying to up-to-date kernels, as it is heavily relying on llvmlinux. We are currently running a private version of Razzer, which does not rely on llvmlinux. It simply uses up-to-date Clang to build the kernel, so it is much easier to play with the new kernels. We will be releasing this new Razzer soon. Thanks, |
Thanks for your reply. |
@lifeasageek any plans to release new razzer to public? |
Hi Are you going to publish a new version? |
omega bump |
@lifeasageek Just wanted to check if any plan of pushing new revision for global users? |
Hi all, as we mentioned earlier, we are working on a private version (which we internally call Razzer-v2). Don't really know when we can opensource it, but probably it would be the end of this year. |
I am confused about what the config file(in
tools/llvmlinux/targets/x86_64
, ) should look like, or how to generate the right config file, if I want to try to razzer another kernel version?Now I have tried the following steps:
script/envsetup.sh
(add toscript/kernel_version.lst
)tools/llvmlinux/targets/x86_64/configs/
to build linux(static analysis, so is llvmlinux). But all failed.So, I want to know how to generate the right config file? Thanks.
The text was updated successfully, but these errors were encountered: