From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759415AbaCTRIE (ORCPT ); Thu, 20 Mar 2014 13:08:04 -0400 Received: from terminus.zytor.com ([198.137.202.10]:52684 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756777AbaCTRIA (ORCPT ); Thu, 20 Mar 2014 13:08:00 -0400 Message-ID: <532B2022.90907@zytor.com> Date: Thu, 20 Mar 2014 10:06:42 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Andy Lutomirski CC: Thomas Gleixner , Stefani Seibold , Greg KH , "linux-kernel@vger.kernel.org" , X86 ML , Ingo Molnar , Andi Kleen , Andrea Arcangeli , John Stultz , Pavel Emelyanov , Cyrill Gorcunov , Andy Shevchenko , Martin Runge , Andreas Brief Subject: Re: [PATCH] x86, vdso32: fix out of memory handling setup vDSO References: <1395301511-5908-1-git-send-email-stefani@seibold.net> <1395315494.1127.3.camel@vger.seibold.net> <532B104D.8050601@zytor.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/20/2014 09:56 AM, Andy Lutomirski wrote: > > Holy cow the 32-bit vdso code is a mess. I have a patch to clean up > this bit of it, and I'll send it out once I've tested it a bit. > Thanks. -hpa