From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755054AbcHXRQf (ORCPT ); Wed, 24 Aug 2016 13:16:35 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33333 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754693AbcHXRQc (ORCPT ); Wed, 24 Aug 2016 13:16:32 -0400 Date: Wed, 24 Aug 2016 19:16:04 +0200 From: Ingo Molnar To: Andy Lutomirski Cc: Andy Lutomirski , X86 ML , Borislav Petkov , "linux-kernel@vger.kernel.org" , Brian Gerst , Linus Torvalds Subject: Re: [PATCH v6 0/3] virtually mapped stacks Message-ID: <20160824171604.GA32462@gmail.com> References: <20160824101226.GB9681@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andy Lutomirski wrote: > On Wed, Aug 24, 2016 at 3:12 AM, Ingo Molnar wrote: > > > > * Andy Lutomirski wrote: > > > >> On Thu, Aug 11, 2016 at 2:35 AM, Andy Lutomirski wrote: > >> > Andy Lutomirski (3): > >> > fork: Add generic vmalloced stack support > >> > dma-api: Teach the "DMA-from-stack" check about vmapped stacks > >> > x86/mm/64: Enable vmapped stacks > >> > >> > >> Hi Ingo- > >> > >> Is this a good format for this series? Is there anything I need to do? > > > > It's all looking good to me - just needed a quiet moment to line it all up, as > > it's a bit risky all around. > > > > Thanks! > > I've rebased the rest of the pile onto tip:x86/asm (Brian's switch_to > changes conflicted a bit). I'll test it a bit more, let the 0-day bot > chew on it a bit, and I'll email it out in a couple of days. Sounds good to me! Thanks, Ingo