Arnd Bergmann 0d5679a0aa mips: fix compat_sys_lseek syscall
This is almost compatible, but passing a negative offset should result
in a EINVAL error, but on mips o32 compat mode would seek to a large
32-bit byte offset.

Use compat_sys_lseek() to correctly sign-extend the argument.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
2024-06-21 10:16:34 +02:00
..
2024-05-20 09:30:33 -07:00
2024-01-17 11:20:50 -08:00
2024-05-22 10:49:54 -07:00
2024-01-22 11:12:01 +01:00
2024-06-21 10:16:34 +02:00
2024-01-08 10:39:12 +01:00
2022-09-12 15:33:24 +02:00
2021-01-22 11:40:00 +01:00
2022-05-04 22:22:59 +02:00