From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: 2.6.27-rc4-git1: Reported regressions from 2.6.26 Date: Wed, 27 Aug 2008 16:12:20 -0700 (PDT) Message-ID: References: <20080827230828.4285022b@lxorguk.ukuu.org.uk> <20080827232803.2ba8dd96@lxorguk.ukuu.org.uk> Mime-Version: 1.0 Return-path: In-Reply-To: Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: TEXT/PLAIN; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alan Cox Cc: Peter Osterlund , "Rafael J. Wysocki" , Alan Cox , Jens Axboe , Linux Kernel Mailing List , Adrian Bunk , Andrew Morton , Natalie Protasevich , Kernel Testers List On Wed, 27 Aug 2008, Linus Torvalds wrote: > > I wonder if I could essentially automate something to do the conversion.. Hmm. compat_ioctl() actually has exactly the same issue. Damn. So you can't just add the new argument, you also have to _pass_ the argument in the compat_ioctl handlers to the non-compat ones. Linus