-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
recvmmsg01: Workaround segfault on libc variant on 32 bit
EFAULT test segfaults on newer kernels (e.g. 6.4) on libc variant on 32bit. Use typical LTP workaround to test by forked child + checking the terminating signal. NOTE: testing kernel variants could be done without forking child, but use it as well for simplicity. Link: https://lore.kernel.org/ltp/[email protected]/ Suggested-by: Cyril Hrubis <[email protected]> Reviewed-by: Wei Gao <[email protected]> Reviewed-by: Cyril Hrubis <[email protected]> Signed-off-by: Petr Vorel <[email protected]>
- Loading branch information
Showing
1 changed file
with
40 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters