Re: [PATCH] selftests/vDSO: Fix undefined CLONE_NEWTIME by including

2025-02-01 Thread Purva Yeshi
On 30/01/25 12:32, Christophe Leroy wrote: Le 29/01/2025 à 19:17, Purva Yeshi a écrit : On 27/01/25 13:32, Christophe Leroy wrote: Le 26/01/2025 à 11:59, Purva Yeshi a écrit : [Vous ne recevez pas souvent de courriers de purvayeshi...@gmail.com. Découvrez pourquoi ceci est important à

Re: [PATCH] selftests/vDSO: Fix undefined CLONE_NEWTIME by including

2025-01-29 Thread Purva Yeshi
On 27/01/25 13:32, Christophe Leroy wrote: Le 26/01/2025 à 11:59, Purva Yeshi a écrit : [Vous ne recevez pas souvent de courriers de purvayeshi...@gmail.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] Fix the build failure caused by the

Re: [PATCH] selftests/vDSO: Fix undefined CLONE_NEWTIME by including

2025-01-29 Thread Purva Yeshi
On 27/01/25 13:32, Christophe Leroy wrote: > > > Le 26/01/2025 à 11:59, Purva Yeshi a écrit : >> [Vous ne recevez pas souvent de courriers de purvayeshi...@gmail.com. >> Découvrez pourquoi ceci est important à >> https://aka.ms/LearnAboutSenderIdentification ] >> &

[PATCH] selftests/vDSO: Fix undefined CLONE_NEWTIME by including

2025-01-26 Thread Purva Yeshi
Fix the build failure caused by the undefined `CLONE_NEWTIME`. Include the `linux/sched.h` header file where the function is defined to ensure successful compilation of the selftests. Signed-off-by: Purva Yeshi --- tools/testing/selftests/vDSO/vdso_test_getrandom.c | 2 ++ 1 file changed, 2