-
Notifications
You must be signed in to change notification settings - Fork 588
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
support for Intel SapphireRapid #3513
Conversation
I assume you ran |
Hi, actually it seems I need to add support for Intel CET for the SapphireRapid platform. Per these errors: I added the following patch - but it appears to be more complicated than just letting the sys
|
CET is likely to be a lot of work to support. is it possible to turn off CET and test rr? |
Maybe I'm missing something but I can't find CET support in the mainline Linux kernel ...? |
Yes, I realized that I was on a development kernel. I have reverted to a kernel without CET. With that said, I do get a few failures. I'll try an upstream kernel just to be sure. Digging into test 471, here is the rr replay - do you have any thoughts on what might be causing the assert to fail. |
What kernel version did you revert to? There's a known kernel bug that affected the pkeys tests. |
I'm not sure what's going on with those two tests but as you note they're failing on CI, and those tests are definitely not hardware specific. I think everything is fine with Sapphire Rapids. |
This adds support for Intel Xeon 4th gen codename SapphireRapids. Let me know if there are any issues.