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

AMD Ryzen R9 3900X CPU flags truncated #3431

Closed
Ageless93 opened this issue Jan 26, 2020 · 5 comments · Fixed by #3437
Closed

AMD Ryzen R9 3900X CPU flags truncated #3431

Ageless93 opened this issue Jan 26, 2020 · 5 comments · Fixed by #3437

Comments

@Ageless93
Copy link
Contributor

7.14.2 showed them for my Ryzen R9 3900X to be:

12-Jan-2020 01:22:49 [---] Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 htt pni ssse3 fma cx16 sse4_1 sse4_2 movebe popcnt aes f16c syscall nx lm avx avx2 svm sse4a osvw ibs skinit wdt tce topx page1gb rdtscp fsgsbase bmi1 smep b

BOINC 7.16.3 and 7.16.4 on Windows 10 Pro x64 1909 truncate it earlier:
16-Jan-2020 13:14:11 [---] Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 htt pni ssse3 fma cx16 sse4_1 sse4_2 movebe popcnt aes f16c rdrandsyscall nx lm avx avx2 svm sse4a osvw ibs skinit wdt tce topx page1gb rdtscp fsgsbase bmi1

25/01/2020 22:02:11 | | Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 htt pni ssse3 fma cx16 sse4_1 sse4_2 movebe popcnt aes f16c rdrandsyscall nx lm avx avx2 svm sse4a osvw ibs skinit wdt tce topx page1gb rdtscp fsgsbase bmi1

https://bugzilla.redhat.com/show_bug.cgi?id=1770000 shows we miss a lot more flags.
All Ryzen 3900X CPU flags:
fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw perfctr_core retpoline_amd ssbd ibpb vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip arch_capabilities

@RichardHaselgrove
Copy link
Contributor

Check the character count - I make it 255 / 254 / 254

The bugzilla one is 565 bytes - best round it up to 1K

@davidpanderson
Copy link
Contributor

davidpanderson commented Jan 26, 2020 via email

@RichardHaselgrove
Copy link
Contributor

I can't see that checkin in master, release branch, or a PR.

@AenBleidd
Copy link
Member

@RichardHaselgrove, as I see, it is currently committed to private branch only. I believe @davidpanderson is not ready to make a pull request yet.

@davidpanderson
Copy link
Contributor

davidpanderson commented Jan 27, 2020 via email

AenBleidd pushed a commit to AenBleidd/boinc that referenced this issue Jan 28, 2020
This fixes BOINC#3431

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Client and Manager automation moved this from Backlog to Done Feb 4, 2020
@AenBleidd AenBleidd added this to the Client/Manager 8.0 milestone Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

4 participants