Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2022 19:37:35 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f1a621bee3ac - stable/13 - linux(4): Finish cf8d74e3fe63.
Message-ID:  <202206171937.25HJbZwl013562@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dchagin:

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

commit f1a621bee3ac07696d8623bac89acf41cd701b66
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2021-07-29 09:50:43 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2022-06-17 19:33:20 +0000

    linux(4): Finish cf8d74e3fe63.
    
    Add forgotten val3_compare initialization in case of time64 futex.
    
    MFC after:              2 weeks
    
    (cherry picked from commit b33e4690271cb8084631db8ccb5ed8e2ecec48bd)
---
 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?202206171937.25HJbZwl013562>