From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262881AbVAFQ5i (ORCPT ); Thu, 6 Jan 2005 11:57:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262883AbVAFQ5i (ORCPT ); Thu, 6 Jan 2005 11:57:38 -0500 Received: from ns.suse.de ([195.135.220.2]:3484 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S262881AbVAFQ5g (ORCPT ); Thu, 6 Jan 2005 11:57:36 -0500 Date: Thu, 6 Jan 2005 17:57:15 +0100 From: Andi Kleen To: Petr Vandrovec Cc: Christoph Hellwig , "Michael S. Tsirkin" , Andrew Morton , Takashi Iwai , ak@suse.de, mingo@elte.hu, rlrevell@joe-job.com, linux-kernel@vger.kernel.org, pavel@suse.cz, discuss@x86-64.org, gordon.jin@intel.com, alsa-devel@lists.sourceforge.net, greg@kroah.com Subject: Re: [PATCH] macros to detect existance of unlocked_ioctl and ioctl_compat Message-ID: <20050106165715.GH1830@wotan.suse.de> References: <20041215065650.GM27225@wotan.suse.de> <20041217014345.GA11926@mellanox.co.il> <20050103011113.6f6c8f44.akpm@osdl.org> <20050105144043.GB19434@mellanox.co.il> <20050105133448.59345b04.akpm@osdl.org> <20050106140636.GE25629@mellanox.co.il> <20050106145356.GA18725@infradead.org> <20050106163559.GG5772@vana.vc.cvut.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050106163559.GG5772@vana.vc.cvut.cz> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 06, 2005 at 05:35:59PM +0100, Petr Vandrovec wrote: > BTW, vmmon will still require register_ioctl32_conversion as we are using > (abusing) it to be able to issue 64bit ioctls from 32bit application. I > assume that there is no supported way how to issue 64bit ioctls from 32bit > aplication anymore after you disallow system-wide translations to be registered > by modules. Why are you issuing 64bit ioctls from 32bit applications? -Andi