From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123748 invoked by alias); 22 May 2018 15:35:52 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 123729 invoked by uid 89); 22 May 2018 15:35:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*M:c6be, Our, our X-HELO: mx1.redhat.com Subject: Re: [PATCH] Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196) To: Andreas Schwab Cc: "H.J. Lu" , Andrew Senkevich , GNU C Library References: <3e10ac72-b5a3-f74c-45da-29d8fde75ac7@redhat.com> <0d694123-e9f9-9d4d-6ad0-71a6ff0fd44a@redhat.com> <7074c0e3-dfda-f527-baad-bd1734b496d3@redhat.com> From: Florian Weimer Message-ID: <8cbc0054-edc3-b5bf-c6be-575a68eb9c6f@redhat.com> Date: Tue, 22 May 2018 15:35:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-05/txt/msg00732.txt.bz2 On 05/22/2018 05:06 PM, Andreas Schwab wrote: > On Mai 22 2018, Florian Weimer wrote: > >> And with the original reproducer, we wouldn't hit preloop_large, where the >> bug is. > Worksforme. > > $ string/test-mempcpy I don't doubt that. Our CPUs probably have different cache sizes, or there are differences in how different glibc versions compute the effective cache size. Thanks, Florian