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

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

            Bug ID: 26128
           Summary: Incorrect bit_cpu_CLFLUSHOPT
           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

sysdeps/x86/cpu-features.h has

#define bit_cpu_CLFLUSHOPT   (1u << 22)

It should be

#define bit_cpu_CLFLUSHOPT   (1u << 23)

-- 
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/26128] Incorrect bit_cpu_CLFLUSHOPT
  2020-06-17 12:30 [Bug libc/26128] New: Incorrect bit_cpu_CLFLUSHOPT hjl.tools at gmail dot com
@ 2020-06-17 14:16 ` hjl.tools at gmail dot com
  0 siblings, 0 replies; 2+ messages in thread
From: hjl.tools at gmail dot com @ 2020-06-17 14:16 UTC (permalink / raw)
  To: glibc-bugs

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

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

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

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

commit b7c9bb183b799b10c09ec32e98d1843546ea4324
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Jun 17 05:32:37 2020 -0700

    x86: Correct bit_cpu_CLFLUSHOPT [BZ #26128]

    bit_cpu_CLFLUSHOPT should be (1u << 23), not (1u << 22).

-- 
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-06-17 14:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-17 12:30 [Bug libc/26128] New: Incorrect bit_cpu_CLFLUSHOPT hjl.tools at gmail dot com
2020-06-17 14:16 ` [Bug libc/26128] " 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).