[PATCH] futex: improve user space accesses
Andreas Schwab
schwab at linux-m68k.org
Tue Dec 10 05:32:51 AEDT 2024
On Dez 08 2024, Linus Torvalds wrote:
> IOW, does this one-liner fix it for you?
>
> --- a/kernel/futex/futex.h
> +++ b/kernel/futex/futex.h
> @@ -265,7 +265,7 @@
> else if (!user_read_access_begin(from, sizeof(*from)))
> return -EFAULT;
> unsafe_get_user(val, from, Efault);
> - user_access_end();
> + user_read_access_end();
> *dest = val;
> return 0;
> Efault:
Thanks, I can confirm that this fixed the crash (changing both arms as
pointed out by Christophe).
--
Andreas Schwab, schwab at linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
More information about the Linuxppc-dev
mailing list