Re: [PATCH v3 1/4] linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls

2020-12-18 Thread Laurent Vivier
Le 18/12/2020 à 20:32, Shu-Chun Weng via a écrit : > Also reorder blocks so that they are all in the same order everywhere. > > Signed-off-by: Shu-Chun Weng > --- > v1 -> v2: > Updated print_fcntl(). > > v2 -> v3: > Rebase to master on Dec 18, 2020 > > linux-user/strace.c | 39 ++

Re: [PATCH v3 1/4] linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls

2020-12-18 Thread Laurent Vivier
Le 18/12/2020 à 20:32, Shu-Chun Weng via a écrit : > Also reorder blocks so that they are all in the same order everywhere. > > Signed-off-by: Shu-Chun Weng > --- > v1 -> v2: > Updated print_fcntl(). > > v2 -> v3: > Rebase to master on Dec 18, 2020 > > linux-user/strace.c | 39 ++

[PATCH v3 1/4] linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls

2020-12-18 Thread Shu-Chun Weng via
Also reorder blocks so that they are all in the same order everywhere. Signed-off-by: Shu-Chun Weng --- v1 -> v2: Updated print_fcntl(). v2 -> v3: Rebase to master on Dec 18, 2020 linux-user/strace.c | 39 --- linux-user/syscall.c | 10 +++