Closed
Bug 1564715
Opened 4 years ago
Closed 4 years ago
Read /proc/cpuinfo when AT_HWCAP2 returns 0
Categories
(NSS :: Libraries, enhancement, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
3.46
People
(Reporter: m_kato, Assigned: m_kato)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
From https://bugzilla.mozilla.org/show_bug.cgi?id=1556022#c16, although Moto G5 uses 32-bit kernel on Cortex-A53, AT_HWCAP2 doesn't return that ARM crypto extension is supported. But /proc/cpuinfo is
bogomips: 38.0 half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm aes pmull sha1 sha2 crc32
We have to read /proc/cpuinfo too to detect ARM's crypto extension. Chrome bug is https://bugs.chromium.org/p/boringssl/issues/detail?id=46
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → m_kato
Updated•4 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Keywords: checkin-needed
Comment 2•4 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 3.46
You need to log in
before you can comment on or make changes to this bug.
Description
•