git: b33e4690271c - main - linux(4): Finish cf8d74e3fe63.

Dmitry Chagin dchagin at FreeBSD.org
Thu Jul 29 09:58:47 UTC 2021


The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=b33e4690271cb8084631db8ccb5ed8e2ecec48bd

commit b33e4690271cb8084631db8ccb5ed8e2ecec48bd
Author:     Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-07-29 09:50:43 +0000
Commit:     Dmitry Chagin <dchagin at 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;


More information about the dev-commits-src-main mailing list