]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: o32: Fix number of arguments to splice(2).
authorRalf Baechle <ralf@linux-mips.org>
Wed, 3 Dec 2008 16:33:17 +0000 (16:33 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 4 Dec 2008 17:47:28 +0000 (17:47 +0000)
commite409cac299607e3193c4f935c906f4b9c336dcbc
tree85d87735ad7538c9166421405275eb36f0fc50aa
parentf0334d12fa4e86f9ed6de2cc59eff5ec9e656d85
MIPS: o32: Fix number of arguments to splice(2).

The syscall code was assuming splice only takes 4 arguments so no stack
arguments were being copied from the userspace stack to the kernel stack.
As the result splice was likely to fail with EINVAL.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/scall32-o32.S