Rebased on top of upstream head commit:
cbc2d05684 mkdir03: Convert docs to docparse
Update Note:
* This update fixes the following issues
- Build issue on Noble (was using a patch cherry-picked by juergh)
- LP: #2045968 mmap04 from ubuntu_ltp_syscalls failed with T-lts
- LP: #1860518 quotactl06 from ubuntu_ltp_syscalls failed on AWS T-4.4
- LP: #2055536 keyctl05 from ubuntu_ltp_syscalls failed on J-oem-6.1
* This update is known to have the following issues:
- LP: #2057747 swapon01 from ubuntu_ltp_syscalls failed with TBROK Test killed on ext2
- LP: #2057485 splice07 from ubuntu_ltp_syscalls failed with 3.13 / 4.4
- LP: #2057734 proc_sched_rt01 from ubuntu_ltp failed
- LP: #2055536 keyctl05 from ubuntu_ltp_syscalls failed on J-oem-6.1 (6.5 and its variants)
d824f59...
by
Andrea Cervesato <email address hidden>
Add more testcases in mkdir03
We add more test cases in mkdir03 in order to check that mkdir()
can't overwrite certain types of files, such as symlinks, directories,
pipes, devices, etc.
These test cases come from symlink01 refactoring.
754c518...
by
Dennis Brendel <email address hidden>
munlockall: re-write test case
This uses the new API and actually verifies the expected behavior:
- there should not be any memory locked after starting the process
- we lock the process' memory and verify it has been locked
- we call munlockall(2) and verify the kernel reports that no more
memory is locked
Link: https://<email address hidden>/
Reviewed-by: Li Wang <email address hidden>
Reviewed-by: Cyril Hrubis <email address hidden>
Reviewed-by: Petr Vorel <email address hidden>
Signed-off-by: Dennis Brendel <email address hidden>
Testing old host functionality requires proper DNS setup.
That would be quite complicated setup and result would be to test
bind project userspace tool instead of kernel internals.
Testing remote host e.g. host example.org would require SUT having
internet connection.
Testing hostnamectl would make more sense nowadays, therefore remove
the test.