Re: [PATCH-for-10.1 1/3] accel/hvf: Display executable bit as 'X'

2025-07-17 Thread BALATON Zoltan
On Thu, 17 Jul 2025, Xiaoyao Li wrote: On 7/17/2025 1:28 AM, Philippe Mathieu-Daudé wrote: Developers are custom to read RWX, not RWE. "accustomed to" Replace E -> X. Reported-by: Alex Bennée Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Xiaoyao Li --- accel/hvf/hvf-all.c | 2

Re: [PATCH-for-10.1 1/3] accel/hvf: Display executable bit as 'X'

2025-07-17 Thread Xiaoyao Li
On 7/17/2025 1:28 AM, Philippe Mathieu-Daudé wrote: Developers are custom to read RWX, not RWE. Replace E -> X. Reported-by: Alex Bennée Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Xiaoyao Li --- accel/hvf/hvf-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

Re: [PATCH-for-10.1 1/3] accel/hvf: Display executable bit as 'X'

2025-07-17 Thread Mads Ynddal
> On 16 Jul 2025, at 19.28, Philippe Mathieu-Daudé wrote: > > Developers are custom to read RWX, not RWE. > Replace E -> X. > > Reported-by: Alex Bennée > Signed-off-by: Philippe Mathieu-Daudé > --- > accel/hvf/hvf-all.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Ma

Re: [PATCH-for-10.1 1/3] accel/hvf: Display executable bit as 'X'

2025-07-16 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Developers are custom to read RWX, not RWE. > Replace E -> X. > > Reported-by: Alex Bennée > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH-for-10.1 1/3] accel/hvf: Display executable bit as 'X'

2025-07-16 Thread Philippe Mathieu-Daudé
Developers are custom to read RWX, not RWE. Replace E -> X. Reported-by: Alex Bennée Signed-off-by: Philippe Mathieu-Daudé --- accel/hvf/hvf-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accel/hvf/hvf-all.c b/accel/hvf/hvf-all.c index e67a8105a66..0a4b498e836 100644