Re: [PATCH 4/4] linux-user: drop conditionals for obsolete kernel header versions

2022-10-21 Thread Laurent Vivier
Le 04/10/2022 à 11:32, Daniel P. Berrangé a écrit : Given our newly enforced 4.18 baseline for the kernel headers version, we can drop any conditional checks for older versions. Signed-off-by: Daniel P. Berrangé --- linux-user/linux_loop.h| 4 linux-user/syscall.c | 14

[PATCH 4/4] linux-user: drop conditionals for obsolete kernel header versions

2022-10-04 Thread Daniel P . Berrangé
Given our newly enforced 4.18 baseline for the kernel headers version, we can drop any conditional checks for older versions. Signed-off-by: Daniel P. Berrangé --- linux-user/linux_loop.h| 4 linux-user/syscall.c | 14 ++ tests/tcg/i386/test-i386.c | 10 +++--- 3