diff mbox series

[2/4] linux-user: update mips/syscall-args-o32.c.inc to Linux 5.9-rc7

Message ID 20200930003033.554124-3-laurent@vivier.eu
State New
Headers show
Series linux-user: update syscall_nr headers to Linux 5.9-rc7 | expand

Commit Message

Laurent Vivier Sept. 30, 2020, 12:30 a.m. UTC
Updated running scripts/update-mips-syscall-args.sh

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
 linux-user/mips/syscall-args-o32.c.inc | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Philippe Mathieu-Daudé Oct. 9, 2020, 3:22 p.m. UTC | #1
On 9/30/20 2:30 AM, Laurent Vivier wrote:
> Updated running scripts/update-mips-syscall-args.sh

> 

> Signed-off-by: Laurent Vivier <laurent@vivier.eu>

> ---

>   linux-user/mips/syscall-args-o32.c.inc | 4 ++++

>   1 file changed, 4 insertions(+)

> 

> diff --git a/linux-user/mips/syscall-args-o32.c.inc b/linux-user/mips/syscall-args-o32.c.inc

> index 0ad35857b4e4..92ee4f921ec7 100644

> --- a/linux-user/mips/syscall-args-o32.c.inc

> +++ b/linux-user/mips/syscall-args-o32.c.inc

> @@ -434,3 +434,7 @@

>       [ 433] = 3, /* fspick */

>       [ 434] = 2, /* pidfd_open */

>       [ 435] = 2, /* clone3 */

> +    [ 436] = 3, /* close_range */

> +    [ 437] = 4, /* openat2 */

> +    [ 438] = 3, /* pidfd_getfd */

> +    [ 439] = 4, /* faccessat2 */

> 


Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
diff mbox series

Patch

diff --git a/linux-user/mips/syscall-args-o32.c.inc b/linux-user/mips/syscall-args-o32.c.inc
index 0ad35857b4e4..92ee4f921ec7 100644
--- a/linux-user/mips/syscall-args-o32.c.inc
+++ b/linux-user/mips/syscall-args-o32.c.inc
@@ -434,3 +434,7 @@ 
     [ 433] = 3, /* fspick */
     [ 434] = 2, /* pidfd_open */
     [ 435] = 2, /* clone3 */
+    [ 436] = 3, /* close_range */
+    [ 437] = 4, /* openat2 */
+    [ 438] = 3, /* pidfd_getfd */
+    [ 439] = 4, /* faccessat2 */