Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932736AbbLHEto (ORCPT ); Mon, 7 Dec 2015 23:49:44 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:38888 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932643AbbLHEtn (ORCPT ); Mon, 7 Dec 2015 23:49:43 -0500 Date: Tue, 8 Dec 2015 04:49:37 +0000 From: Al Viro To: Ingo Molnar Cc: Arnd Bergmann , Andy Lutomirski , Linus Torvalds , X86 ML , "linux-kernel@vger.kernel.org" , linux-arch , David Miller Subject: Re: [PSEUDOPATCH] rename is_compat_task Message-ID: <20151208044937.GK20997@ZenIV.linux.org.uk> References: <11525805.FykVOSlruZ@wuerfel> <20151208043648.GA2182@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151208043648.GA2182@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1070 Lines: 18 On Tue, Dec 08, 2015 at 05:36:49AM +0100, Ingo Molnar wrote: > So are there any deep objections to doing this rename in a single, quick, > pain-minimized fashion right at the end of the next merge window, when the amount > of pending patches in various maintainer trees is at a cyclical minimum? We can > also keep an is_compat_task() migratory define for one more cycle just in case. Again, what about sparc? There we have both 64bit and 32bit syscalls possible to issue from the same process *and* no indication which trap had been used; how do you implement is_compat_syscall() there? There's a TIF_32BIT, which is used by mmap() and friends, signal delivery, etc., but that's not a matter of which syscall flavour had been issued. Said that, arch/sparc doesn't use is_compat_task(); it's open-coded everywhere... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/