Re: [PATCH 0/2] linux-user: Small fix for copy_file_range

2021-05-15 Thread Laurent Vivier
Le 03/05/2021 à 19:41, LemonBoy a écrit : > From: Giuseppe Musacchio > > An unwanted sign-extension is currently making the host kernel return > EOVERFLOW > when calling copy_file_range with a count of 0x, despite the host > being > a 64bit platform. > > The fix is only affecting 32bit

[PATCH 0/2] linux-user: Small fix for copy_file_range

2021-05-03 Thread LemonBoy
From: Giuseppe Musacchio An unwanted sign-extension is currently making the host kernel return EOVERFLOW when calling copy_file_range with a count of 0x, despite the host being a 64bit platform. The fix is only affecting 32bit targets on 64bit hosts, it's a no-op when the target bitness