From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH v2] all arches, signal: Move restart_block to struct task_struct Date: Wed, 3 Dec 2014 15:53:52 -0800 Message-ID: <20141203155352.ea5322ff45c6200238c7ef51@linux-foundation.org> References: <43c88012a4959cd427ab634906e697fbc524e847.1414604015.git.luto@amacapital.net> <20141110.211319.1983610686941713044.davem@davemloft.net> <5461EA6B.9020305@nod.at> <20141203153721.30b32472145aa560921bdc1e@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:57697 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752509AbaLCXxy (ORCPT ); Wed, 3 Dec 2014 18:53:54 -0500 In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Andy Lutomirski Cc: Richard Weinberger , David Miller , Thomas Gleixner , "linux-kernel@vger.kernel.org" , linux-arch , Al Viro , richard -rw- weinberger , "H. Peter Anvin" , Ingo Molnar , Kees Cook On Wed, 3 Dec 2014 15:38:29 -0800 Andy Lutomirski wrote: > Yes, exactly. > > > > > Spelling this out in the changelog would be useful for the ignorant and > > the forgetful ;) > > Want a new version, or will you fix it up yourself? > I think I can work that out. A couple of linux-next things to check: - arch/arm/include/asm/thread_info.h:arm_restart_block has disappeared from the thread_info. - the reference to ti->restart_block in arch/arm/kernel/traps.c has vanished. I couldn't find anywhere where it was moved to.