From patchwork Tue Dec 30 17:34:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 4461 Received: (qmail 8896 invoked by alias); 30 Dec 2014 17:34:34 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 8884 invoked by uid 89); 30 Dec 2014 17:34:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL, BAYES_50, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f178.google.com MIME-Version: 1.0 X-Received: by 10.182.215.136 with SMTP id oi8mr36937572obc.18.1419960869742; Tue, 30 Dec 2014 09:34:29 -0800 (PST) In-Reply-To: References: <20141223191500.GA9130@domone> <20141230152523.GA4950@gmail.com> Date: Tue, 30 Dec 2014 09:34:29 -0800 Message-ID: Subject: Re: [PING] [PATCH] x86_32: memcpy, mempcpy, memmove, memcpy_chk, mempcpy_chk, memmove_chk optimized with SSE2 unaligned loads/stores From: "H.J. Lu" To: Joseph Myers Cc: =?UTF-8?B?T25kxZllaiBCw61sa2E=?= , Andrew Senkevich , libc-alpha On Tue, Dec 30, 2014 at 9:05 AM, Joseph Myers wrote: > On Tue, 30 Dec 2014, H.J. Lu wrote: > >> On Tue, Dec 23, 2014 at 08:15:00PM +0100, Ondřej Bílka wrote: >> > On Mon, Dec 22, 2014 at 02:56:10PM +0300, Andrew Senkevich wrote: >> > > Hi, >> > > >> > > it is ping for patch which was discussed at the beginning of august, >> > > end of discussion is >> > > https://sourceware.org/ml/libc-alpha/2014-08/msg00078.html >> > > >> > > Is it Ok for trunk? >> > > >> > It looked OK for me performancewise. I planned to check that for bugs >> > which is still in my TODO list. If somebody else checked that it would >> > be ok to commit. >> >> I checked it in with a couple fixes: > > This sort of new optimized functions should have a NEWS entry. > Thanks. I checked in this. diff --git a/NEWS b/NEWS index 23b1cd7..4a869bb 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ Version 2.21 17634, 17647, 17653, 17657, 17664, 17665, 17668, 17682, 17717, 17719, 17722, 17723, 17724, 17725, 17732, 17733, 17744, 17745, 17746, 17747. +* i386 memcpy functions optimized with SSE2 unaligned load/store. + * CVE-2104-7817 The wordexp function could ignore the WRDE_NOCMD flag under certain input conditions resulting in the execution of a shell for command substitution when the applicaiton did not request it. The