Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'mips-fixes_6.10_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux

Pull MIPS fixes from Thomas Bogendoerfer:

- fix lseek in o32 compat mode

- fix for microMIPS MT ASE helpers

* tag 'mips-fixes_6.10_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
mips: fix compat_sys_lseek syscall
MIPS: mipsmtregs: Fix target register for MFTC0

+2 -2
+1 -1
arch/mips/include/asm/mipsmtregs.h
··· 322 322 " .set push \n" \ 323 323 " .set "MIPS_ISA_LEVEL" \n" \ 324 324 _ASM_SET_MFTC0 \ 325 - " mftc0 $1, " #rt ", " #sel " \n" \ 325 + " mftc0 %0, " #rt ", " #sel " \n" \ 326 326 _ASM_UNSET_MFTC0 \ 327 327 " .set pop \n" \ 328 328 : "=r" (__res)); \
+1 -1
arch/mips/kernel/syscalls/syscall_o32.tbl
··· 27 27 17 o32 break sys_ni_syscall 28 28 # 18 was sys_stat 29 29 18 o32 unused18 sys_ni_syscall 30 - 19 o32 lseek sys_lseek 30 + 19 o32 lseek sys_lseek compat_sys_lseek 31 31 20 o32 getpid sys_getpid 32 32 21 o32 mount sys_mount 33 33 22 o32 umount sys_oldumount