Date: Thu, 29 Jul 2021 09:58:46 GMT From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b33e4690271c - main - linux(4): Finish cf8d74e3fe63. Message-ID: <202107290958.16T9wkic070361@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=b33e4690271cb8084631db8ccb5ed8e2ecec48bd commit b33e4690271cb8084631db8ccb5ed8e2ecec48bd Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2021-07-29 09:50:43 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2021-07-29 09:50:43 +0000 linux(4): Finish cf8d74e3fe63. Add forgotten val3_compare initialization in case of time64 futex. MFC after: 2 weeks --- sys/compat/linux/linux_futex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/compat/linux/linux_futex.c b/sys/compat/linux/linux_futex.c index 82a1eb55d618..b002d7281171 100644 --- a/sys/compat/linux/linux_futex.c +++ b/sys/compat/linux/linux_futex.c @@ -888,6 +888,7 @@ linux_sys_futex_time64(struct thread *td, .ts = NULL, .uaddr2 = args->uaddr2, .val3 = args->val3, + .val3_compare = true, }; struct l_timespec64 lts; int error;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107290958.16T9wkic070361>