Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265660AbUABUrr (ORCPT ); Fri, 2 Jan 2004 15:47:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265661AbUABUrr (ORCPT ); Fri, 2 Jan 2004 15:47:47 -0500 Received: from fw.osdl.org ([65.172.181.6]:46269 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S265660AbUABUrq (ORCPT ); Fri, 2 Jan 2004 15:47:46 -0500 Date: Fri, 2 Jan 2004 12:47:41 -0800 (PST) From: Linus Torvalds To: Joe Korty cc: akpm@osdl.org, ak@suse.de, linux-kernel@vger.kernel.org, albert.cahalan@ccur.com, jim.houston@ccur.com Subject: Re: siginfo_t fracturing, especially for 64/32-bit compatibility mode In-Reply-To: <20040102203820.GA3147@rudolph.ccur.com> Message-ID: References: <20040102194909.GA2990@rudolph.ccur.com> <20040102203820.GA3147@rudolph.ccur.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 674 Lines: 18 On Fri, 2 Jan 2004, Joe Korty wrote: > > Indeed we do, and that is the problem. 32 bit apps by definition use > the 32 bit version of siginfo_t and the first act the kernel has to do > on receiving one of these is convert it to 64 bit for consumption by > the rest of the kernel. In order to do that, the kernel must know what > fields in siginfo_t the user has set. Ahh, a light goes on. Yeah, that's broken. Argh. Linus - 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/