<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Petr,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Thanks for the quick response to the patch improvement.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 17, 2020 at 4:47 PM Petr Vorel <<a href="mailto:pvorel@suse.cz" target="_blank">pvorel@suse.cz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">From: Zorro Lang <<a href="mailto:zlang@redhat.com" target="_blank">zlang@redhat.com</a>><br>
<br>
Add basic tests tests for new mount API from kernel v5.2.<br>
Testing mount and umount filesystems with fsopen(), fsconfig(),<br>
fsmount() and move_mount().<br>
<br>
NOTE: most of the syscalls numbers were added in previous commits<br>
(c2f27f6e9b, 01e4dc2222, 87a2612857).<br></blockquote><div><br></div><div class="gmail_default" style="font-size:small">87a2612857 is invalid?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Signed-off-by: Zorro Lang <<a href="mailto:zlang@redhat.com" target="_blank">zlang@redhat.com</a>><br>
Acked-by: Li Wang <<a href="mailto:liwang@redhat.com" target="_blank">liwang@redhat.com</a>><br>
[ pvorel: rebased, cleanup autotools and other small fixes ]<br>
Signed-off-by: Petr Vorel <<a href="mailto:pvorel@suse.cz" target="_blank">pvorel@suse.cz</a>><br>
---<br>
 include/lapi/syscalls/<a href="http://powerpc64.in" rel="noreferrer" target="_blank">powerpc64.in</a>            |  4 +<br>
 runtest/syscalls                              |  2 +<br>
 testcases/kernel/syscalls/fsmount/.gitignore  |  1 +<br>
 testcases/kernel/syscalls/fsmount/Makefile    |  8 ++<br>
 testcases/kernel/syscalls/fsmount/fsmount01.c | 95 +++++++++++++++++++<br>
 5 files changed, 110 insertions(+)<br>
 create mode 100644 testcases/kernel/syscalls/fsmount/.gitignore<br>
 create mode 100644 testcases/kernel/syscalls/fsmount/Makefile<br>
 create mode 100644 testcases/kernel/syscalls/fsmount/fsmount01.c<br>
<br>
diff --git a/include/lapi/syscalls/<a href="http://powerpc64.in" rel="noreferrer" target="_blank">powerpc64.in</a> b/include/lapi/syscalls/<a href="http://powerpc64.in" rel="noreferrer" target="_blank">powerpc64.in</a><br>
index 2c1f105c1..beb0e6812 100644<br>
--- a/include/lapi/syscalls/<a href="http://powerpc64.in" rel="noreferrer" target="_blank">powerpc64.in</a><br>
+++ b/include/lapi/syscalls/<a href="http://powerpc64.in" rel="noreferrer" target="_blank">powerpc64.in</a><br>
@@ -371,3 +371,7 @@ pidfd_open 434<br>
 pkey_mprotect 386<br>
 pkey_alloc 384<br>
 pkey_free 385<br>
+move_mount 429<br>
+fsopen 430<br>
+fsconfig 431<br>
+fsmount 432<br></blockquote><div><br></div><div class="gmail_default" style="font-size:small">As Viresh and I commented in the previous email this four syscalls-number should be deleted from the patch.</div><div class="gmail_default"><br></div><div class="gmail_default">Besides that, the patchset looks good to me.</div><div class="gmail_default" style="font-size:small">    Acked-by: Li Wang <<a href="mailto:liwang@redhat.com" target="_blank">liwang@redhat.com</a>></div><div class="gmail_default" style="font-size:small"><br></div></div>-- <br><div dir="ltr"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>