Re: [PATCH v5 16/17] meson: Move linux_user_ss to linux-user/

2021-11-17 Thread Warner Losh
On Wed, Nov 17, 2021 at 9:04 AM Richard Henderson < richard.hender...@linaro.org> wrote: > We have no need to reference linux_user_ss outside of linux-user. > Go ahead and merge it directly into specific_ss. > > Signed-off-by: Richard Henderson > --- > meson.build| 3 --- > linux-use

Re: [PATCH v5 16/17] meson: Move linux_user_ss to linux-user/

2021-11-17 Thread Richard Henderson
On 11/17/21 5:56 PM, Philippe Mathieu-Daudé wrote: +Thomas/Paolo On 11/17/21 17:04, Richard Henderson wrote: We have no need to reference linux_user_ss outside of linux-user. Go ahead and merge it directly into specific_ss. The patch is correct, so: Reviewed-by: Philippe Mathieu-Daudé But

Re: [PATCH v5 16/17] meson: Move linux_user_ss to linux-user/

2021-11-17 Thread Philippe Mathieu-Daudé
On Wed, Nov 17, 2021 at 6:04 PM Richard Henderson wrote: > On 11/17/21 5:56 PM, Philippe Mathieu-Daudé wrote: > > +Thomas/Paolo > > > > On 11/17/21 17:04, Richard Henderson wrote: > >> We have no need to reference linux_user_ss outside of linux-user. > >> Go ahead and merge it directly into specif

Re: [PATCH v5 16/17] meson: Move linux_user_ss to linux-user/

2021-11-17 Thread Philippe Mathieu-Daudé
+Thomas/Paolo On 11/17/21 17:04, Richard Henderson wrote: > We have no need to reference linux_user_ss outside of linux-user. > Go ahead and merge it directly into specific_ss. The patch is correct, so: Reviewed-by: Philippe Mathieu-Daudé But ... > Signed-off-by: Richard Henderson > --- > m

[PATCH v5 16/17] meson: Move linux_user_ss to linux-user/

2021-11-17 Thread Richard Henderson
We have no need to reference linux_user_ss outside of linux-user. Go ahead and merge it directly into specific_ss. Signed-off-by: Richard Henderson --- meson.build| 3 --- linux-user/meson.build | 4 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meson.build b/me