Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1772307

Summary: glibc: Measured performance loss in lmbench for bcopy on Haswell processor
Product: Red Hat Enterprise Linux 7 Reporter: Takayuki Nagata <tnagata>
Component: glibcAssignee: DJ Delorie <dj>
Status: CLOSED ERRATA QA Contact: qe-baseos-tools-bugs
Severity: low Docs Contact:
Priority: unspecified    
Version: 7.7CC: ashankar, codonell, dj, fweimer, mnewsome, pfrankli, skolosov, xuchunmei
Target Milestone: rcKeywords: Patch, Triaged
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: glibc-2.17-311.el7 Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-09-29 19:20:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1782203    

Comment 26 errata-xmlrpc 2020-09-29 19:20:26 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Low: glibc security, bug fix, and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2020:3861

Comment 27 xuchunmei 2020-10-21 06:43:54 UTC
with the patch "https://sourceware.org/git/?p=glibc.git;h=27d3ce1467990f89126e228559dec8f84b96c60e", the ebizzy benchmark has a regression.
test with glibc-2.17-317, which has include the commit, the data of ebizzy is:
# ./ebizzy -t 1 -S 10
4561 records/s 4561
real 10.00 s
user 10.00 s
sys   0.00 s

then revert the commit from glibc-2.17-317, rebuild glibc, the data of ebizzy is:
# ./ebizzy -t 1 -S 10
7188 records/s 7188
real 10.00 s
user 10.00 s
sys   0.00 s

cpuinfo:
lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                8
On-line CPU(s) list:   0-7
Thread(s) per core:    2
Core(s) per socket:    2
Socket(s):             2
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 45
Model name:            Intel(R) Xeon(R) CPU E5-2430 0 @ 2.20GHz
Stepping:              7
CPU MHz:               2194.710
BogoMIPS:              4389.42
Hypervisor vendor:     KVM
Virtualization type:   full
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              15360K
NUMA node0 CPU(s):     0-7
Flags:                 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl cpuid tsc_known_freq pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx hypervisor lahf_lm pti ibrs ibpb tsc_adjust xsaveopt

Comment 28 Florian Weimer 2020-10-21 06:46:33 UTC
(In reply to xuchunmei from comment #27)
> with the patch
> "https://sourceware.org/git/?p=glibc.git;
> h=27d3ce1467990f89126e228559dec8f84b96c60e", the ebizzy benchmark has a
> regression.

Would you please file a new bug for this? Thanks.

Comment 29 xuchunmei 2020-10-21 06:53:46 UTC
(In reply to Florian Weimer from comment #28)
> (In reply to xuchunmei from comment #27)
> > with the patch
> > "https://sourceware.org/git/?p=glibc.git;
> > h=27d3ce1467990f89126e228559dec8f84b96c60e", the ebizzy benchmark has a
> > regression.
> 
> Would you please file a new bug for this? Thanks.


https://bugzilla.redhat.com/show_bug.cgi?id=1889977