lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date: Fri, 24 May 2024 16:10:10 +0200
From: Cyril Hrubis <chrubis@...e.cz>
To: ltp@...ts.linux.it, linux-kernel@...r.kernel.org,
	libc-alpha@...rceware.org
Cc: lwn@....net, akpm@...ux-foundation.org, torvalds@...ux-foundation.org
Subject: [ANNOUNCE] The Linux Test Project has been released for MAY 2024

Good news everyone,

the Linux Test Project test suite stable release for *May 2024* has been
released.

Since the last release 292 patches by 27 authors were merged.

Patch review is what most of the projects struggle with and LTP is no
different. If you can spare some effort helping with the patch review is more
than welcomed.

NOTABLE CHANGES
===============

* New tests

  - mlock05 Test for pre-faulting locked memory
  - kvm_svm04 Functional test for VMSAVE/VMLOAD instructions
  - arch_prctl01 Test for ARCH_SET_CPUID and ARCH_GET_CPUID
  - kallsyms A test to check that it's impossible to read kernel memory from userspace
  - unlink09 Negative tests for unlink()
  - getrandom05 Negative tests for getrandom()
  - gethostname02 Negative tests for gethostname()
  - splice08 Test for splicing from /dev/zero and /dev/full
  - splice09 Test for splicing to /dev/zero and /dev/null
  - shmat04 A regression test for fc0c8f9089c2
           ("mm, mmap: fix vma_merge() case 7 with vma_ops->close")
  - aslr01 Tests that hugepages, that cause addesses to be aligned to higher
           order of 2, are not used for libraries when ASLR is enabled.

* Increased coverage

  - getsockname01 More negative testcases
  - getsockopt01 More negative testcases
  - bind01 More negative testcases
  - swapon01 Runs on all supported filesystems now
  - waitpid01 Tests all deadly signals now
  - fanotify01 Tests setting two marks on different filesystems

* Rewritten tests

  - msgstress testcases were rewritten into a single msgstress01 test
    this should finally fix the test to scale well from small embedded boards
    towards big servers

  - symlink01 has been split into several testcases, previously several different
              testcases were build from the source based on different messy ifdefs

* UCLINUX support was completely removed from LTP

  It was unmaintained and partially broken and nobody stepped up to maintain
  the support.

* Small runtest files cleanup

  - runtest/io was merged into ltp-aiodio.part4
  - runtest/cap_bounds and runtest/filecaps were merged into single runtest file

* 32 testcases were converted to the new test library

+ The usual amount of fixes and cleanups

NOTABLE CHANGES IN NETWORK TESTS
================================
brought to you by Petr Vorel

* New tests

  - nfs09 Regression test for file truncation on NFS.

* Increased coverage

  - nfsstat01.sh: Add support for NFSv4*

* Removed tests

  - clockdiff01.sh Testing clockdiff is not relevant nowadays.
  - telnet01.sh Testing telnet not make sense nowadays, remove it.
  - xinetd_tests.sh Testing xinetd is not relevant nowadays.
  - host01.sh The test does not work in all cases since testing host require
              proper DNS setup or internet connection. Rather than fixing this
	      it makes sense to remove the test.

New documentation
=================

We have finally started working on a comprehensive documentation for LTP and
it's test library, the current state can be seen at:

https://linux-test-project.readthedocs.io/en/latest/

DOWNLOAD AND LINKS
==================

The latest version of the test-suite contains 3000+ tests for the Linux
and can be downloaded at:

https://github.com/linux-test-project/ltp/releases/tag/20240524

The project pages as well as GIT repository are hosted on GitHub:

https://github.com/linux-test-project/ltp

If you ever wondered how to write a LTP testcase, don't miss our developer
documentation at:

https://linux-test-project.readthedocs.io/en/latest/developers/test_case_tutorial.html

And our library API documentation at:

https://linux-test-project.readthedocs.io/en/latest/developers/api_c_tests.html

Patches, new tests, bugs, comments or questions should go to to our mailing
list at ltp@...ts.linux.it.

CREDITS
=======

Many thanks to the people contributing to this release:

git shortlog -s -e -n 20240129..

    140  Petr Vorel <pvorel@...e.cz>
     22  Martin Doucha <mdoucha@...e.cz>
     25  Yang Xu <xuyang2018.jy@...itsu.com>
     21  Li Wang <liwang@...hat.com>
     16  Andrea Cervesato <andrea.cervesato@...e.com>
     15  Andrea Manzini <andrea.manzini@...e.com>
     14  Wei Gao <wegao@...e.com>
     10  Cyril Hrubis <chrubis@...e.cz>
      5  Avinesh Kumar <akumar@...e.de>
      2  Detlef Riekenberg <wine.dev@....de>
      2  Edward Liaw <edliaw@...gle.com>
      4  Hui Min Mina Chou <minachou@...estech.com>
      2  lufei <lufei@...ontech.com>
      1  Amir Goldstein <amir73il@...il.com>
      1  Dennis Brendel <dbrendel@...hat.com>
      1  Filippo Storniolo <fstornio@...hat.com>
      1  Jan Stancek <jstancek@...hat.com>
      1  Khem Raj <raj.khem@...il.com>
      1  Mete Durlu <meted@...ux.ibm.com>
      1  Murphy Zhou <jencce.kernel@...il.com>
      1  Samasth Norway Ananda <samasth.norway.ananda@...cle.com>
      1  Sebastian Chlad <sebastianchlad@...il.com>
      1  Sergey Ulanov via ltp <ltp@...ts.linux.it>
      1  Shiyang Ruan <ruansy.fnst@...itsu.com>
      1  Wenjie Xu <xuwenjie04@...du.com>
      1  Xiangyu Chen <xiangyu.chen@...driver.com>
      1  yangfeng <yangfeng@...inos.cn>

And also thanks to patch reviewers:

git log 20240129.. | grep -Ei '(reviewed|acked)-by:' | sed 's/.*by: //' | sort | uniq -c | sort -n -r

    125 Petr Vorel <pvorel@...e.cz>
     94 Cyril Hrubis <chrubis@...e.cz>
     31 Li Wang <liwang@...hat.com>
     15 Andrea Cervesato <andrea.cervesato@...e.com>
     12 Martin Doucha <mdoucha@...e.cz>
     11 Avinesh Kumar <akumar@...e.de>
      7 Jan Stancek <jstancek@...hat.com>
      3 Marius Kittler <mkittler@...e.de>
      3 Jan Kara <jack@...e.cz>
      2 Amir Goldstein <amir73il@...il.com>
      1 Wei Gao <wegao@...e.com>
      1 Vlastimil Babka <vbabka@...e.cz>
      1 Richard Palethorpe <rpalethorpe@...e.com>
      1 Matt Bobrowski <mattbobrowski@...gle.com>
      1 Kent Overstreet <kent.overstreet@...ux.dev>
      1 Joerg Vehlow <joerg.vehlow@....de>

-- 
Cyril Hrubis
chrubis@...e.cz

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ