public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/26208] New: Incorrect bit_cpu_CLFSH
@ 2020-07-06 13:15 hjl.tools at gmail dot com
  2020-07-06 13:45 ` [Bug libc/26208] " hjl.tools at gmail dot com
  0 siblings, 1 reply; 2+ messages in thread
From: hjl.tools at gmail dot com @ 2020-07-06 13:15 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=26208

            Bug ID: 26208
           Summary: Incorrect bit_cpu_CLFSH
           Product: glibc
           Version: 2.32
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---
            Target: i386,x86-64

There is

#define bit_cpu_CLFSH     (1u << 20)

and SDM has

19 CLFSH CLFLUSH Instruction. CLFLUSH Instruction is supported.
20 Reserved Reserved

It should be

#define bit_cpu_CLFSH     (1u << 19)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug libc/26208] Incorrect bit_cpu_CLFSH
  2020-07-06 13:15 [Bug libc/26208] New: Incorrect bit_cpu_CLFSH hjl.tools at gmail dot com
@ 2020-07-06 13:45 ` hjl.tools at gmail dot com
  0 siblings, 0 replies; 2+ messages in thread
From: hjl.tools at gmail dot com @ 2020-07-06 13:45 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=26208

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.32
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed for 2.32 by

commit f8b4630ef673486c2c77bd291a08ef132981e149
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Jul 6 06:38:05 2020 -0700

    x86: Correct bit_cpu_CLFSH [BZ #26208]

    bit_cpu_CLFSH should be (1u << 19), not (1u << 20).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-06 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-06 13:15 [Bug libc/26208] New: Incorrect bit_cpu_CLFSH hjl.tools at gmail dot com
2020-07-06 13:45 ` [Bug libc/26208] " hjl.tools at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).