<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <p><font size="4">Hi,</font></p>
    <p><font size="4">yes that's the idea. The issue now is that imports
        are bad sorted after tst_syscall patch and I need to create a
        v3. Gonna send it</font></p>
    <p><font size="4">Andrea<br>
      </font></p>
    <div class="moz-cite-prefix">On 2/1/22 16:41, Cyril Hrubis wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:YflUp+c8DQb3Qgu4@yuki">
      <pre class="moz-quote-pre" wrap="">Hi!
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">+struct futex_test_variants futex_variants[] = {
+#if (__NR_futex != __LTP__NR_INVALID_SYSCALL)
+       { .fntype = FUTEX_FN_FUTEX, .desc = "syscall with old kernel spec" },
+#endif
+
+#if (__NR_futex_time64 != __LTP__NR_INVALID_SYSCALL)
+       { .fntype = FUTEX_FN_FUTEX64, .desc = "syscall time64 with kernel spec" },
+#endif
+};
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
I guess that there should be a followup patch that makse use of this in
all the futex tests, right?

</pre>
    </blockquote>
  </body>
</html>