From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Tue, 15 Aug 2017 17:39:55 +0100 Subject: [PATCHv2 02/14] fork: allow arch-override of VMAP stack alignment In-Reply-To: References: <1502801449-29246-1-git-send-email-mark.rutland@arm.com> <1502801449-29246-3-git-send-email-mark.rutland@arm.com> <20170815163036.GJ6090@leverpostej> Message-ID: <20170815163955.GK6090@leverpostej> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Aug 15, 2017 at 09:33:18AM -0700, Andy Lutomirski wrote: > On Tue, Aug 15, 2017 at 9:30 AM, Mark Rutland wrote: > > On Tue, Aug 15, 2017 at 09:09:36AM -0700, Andy Lutomirski wrote: > >> This looks okay, but it might make sense to move that to a header file > >> so THREAD_ALIGN is always available. > > > > I was a little worried about breaking things, since arches don't define > > THREAD_SIZE in a consistent location. > > > > Looking again, it looks like those are all transitiviely included into > > each arch's , so I think I can move this into > > , which'll have to be added to kernel.fork.c's > > includes. > > > > Are you happy with the below fixup? > > LGTM. Cool. I've folded that in and pushed the updated branch. Thanks, Mark.