From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH] x86, vm86: fix VM86 syscalls: use asmlinkage calling convention Date: Wed, 27 Mar 2013 19:46:14 +0000 Message-ID: <20130327194614.GA21522@ZenIV.linux.org.uk> References: <514F6DF9.1070602@xmsnet.nl> <1364332526.8559.140661209554365.0203B0A4@webmail.messagingengine.com> <5152F321.7020604@xmsnet.nl> <1364412662.12858.140661209988437.506AD50B@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1364412662.12858.140661209988437.506AD50B@webmail.messagingengine.com> Sender: linux-kernel-owner@vger.kernel.org To: Alexander van Heukelum Cc: Linux Kernel Mailing List , intel-gfx , Hans de Bruin , Ingo Molnar List-Id: intel-gfx@lists.freedesktop.org On Wed, Mar 27, 2013 at 08:31:02PM +0100, Alexander van Heukelum wrote: > Hi Al, > > Hans de Bruin found a regression due to one of your changes. I asked him to test a fix and he reported back that it worked. (Thanks!) Can you see if you agree with the fix? Patch is attached due to webmail... Use SYSCALL_DEFINE{1,2} for vm86_old and vm86, please.