[LTP] LTP release preprations

Martin Doucha mdoucha@suse.cz
Wed Jan 28 11:52:45 CET 2026


On 1/27/26 14:06, Cyril Hrubis wrote:
> Hi!
> Are there any other fixes that should be considered before the git is
> tagged?

Hi,
our pre-release testing has found a failure in userfaultfd03 on kernel 
v5.14 because the test can't find /dev/userfaultfd. According to kernel 
git, the file was added in this commit:

https://github.com/torvalds/linux/commit/2d5de004e009add27db76c5cdc9f1f7f7dc087e7

which was first merged into kernel v6.1. But the test has .min_kver="5.11".

Ricardo, how did you choose the minimal kernel version for this test?

I recommend removing the .min_kver attribute and checking for the 
presence of /dev/userfaultfd instead. If the file is missing and the 
kernel is older than v6.1, then TCONF, otherwise TBROK.

-- 
Martin Doucha   mdoucha@suse.cz
SW Quality Engineer
SUSE LINUX, s.r.o.
CORSO IIa
Krizikova 148/34
186 00 Prague 8
Czech Republic


More information about the ltp mailing list