Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp173794pxb; Thu, 21 Jan 2021 04:29:44 -0800 (PST) X-Google-Smtp-Source: ABdhPJzIslG+el6DJRbRawcE9IEzcN2zhpcJLKQTnL8z5OD8ELD6vVLmeDhBcBdagBsqX4Jjgadt X-Received: by 2002:a17:906:a011:: with SMTP id p17mr8895114ejy.30.1611232184232; Thu, 21 Jan 2021 04:29:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611232184; cv=none; d=google.com; s=arc-20160816; b=pDO9uESj5agOtCzMD9uwwZYPknjbon/pXDfVyQymOPjgHMGMYeQU3eBgmTiVom2GE4 zpTA54/nh4DRxC/wrE8+ih5sZCACiaBipb1oaZa3Zj89bwzPQo7KyM8T13fISvWQ4HRl yIYZqMLCR+kl62+2Kllzkm+ToP/tfNUxXww+pp/7liQb32v2Cs1FLLoJJ8yen71SdRLx TQ7ipxGRw9tLEUoKqCgSZ/uHgOInXMm3SmRDqVjnym7X50LWzY/c5Oe/2G8hzvJ36PRT 0ryp9yk0DEhNldGLzltYgaznw4SkMH3FBEGPffBlRqoOzlpvrkHPE1jrBtu8VcnNZgyH tFbg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-disposition:mime-version:message-id :subject:cc:to:from:date; bh=Qn/Ygj+tIM10yuN7XhiQEo60MZ6yGb9yEvlWD9+vn/0=; b=vsNiLdki4/jkd0CMEFr7EeP9ILeqn7mY5CLCsuQOriE9yhzuVP74wLgnICCssswZYb PvZklZXtOqG6VfmKBB8IQFrakQXQ2ZfNnak9EwJWRhhWBACrri9xQCRedLdO8+Au2tL8 D8N6FROa1vdFj0bD00JR1T0qB5kx0wlpIHzH+1ZNqGeLWsaolWK5fWqh+H4d+1WEq4zO +g80xmTSHEPU7+ZcqdNhgFrC1T6kfT75pQV5wSU/ZWzH3oy+eex+xEAQQOtrW0WPd7eQ AI4PpfRo/5712aqdSGN5Nm8mVGan8mcNFUj0vTJn6NMIPUvhtuGN4e3X+7z+5PMvQaQc RXfw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 16si1908296edw.253.2021.01.21.04.29.20; Thu, 21 Jan 2021 04:29:44 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731090AbhAUM2Q (ORCPT + 99 others); Thu, 21 Jan 2021 07:28:16 -0500 Received: from mx2.suse.de ([195.135.220.15]:50962 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726570AbhAUM1i (ORCPT ); Thu, 21 Jan 2021 07:27:38 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id E29E2AE87; Thu, 21 Jan 2021 12:26:53 +0000 (UTC) Date: Thu, 21 Jan 2021 13:27:57 +0100 From: Cyril Hrubis To: ltp@lists.linux.it, linux-kernel@vger.kernel.org, libc-alpha@sourceware.org Cc: lwn@lwn.net, akpm@linux-foundation.org, torvalds@linux-foundation.org Subject: [ANNOUNCE] The Linux Test Project has been released for JANUARY 2021 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Good news everyone, the Linux Test Project test suite stable release for *January 2021* has been released. Since the last release 303 patches by 35 authors were merged. NOTABLE CHANGES =============== * New tests - finit_module() - init_module() - delete_module() - semctl09 for SEM_STAT_ANY flag - msgctl06 for MSG_STAT_ANY flag - shmctl04 for SHM_STAT_ANY flag - sendmmsg() failure tests - recvmmsg() failure tests - open_by_handle_at() - name_to_handle_at() - ptrace11 to check if we can trace PID 1 - select04 failure tests - select04 to check if rfds/wfds flags are clered on empty/full fd * New regression tests - inotify10 added test for fecc4559780d (fsnotify: fix events reported to watching parent and child) - fanotify09 for 7372e79c9eb9 (fanotify: fix logic of reporting name info with watched parent) - ptrace10 bd14406b78e6 (perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled set) * Increased coverage - fanotify09 added case with FAN_CLOSE_NOWRITE on a sibling non-dir child * Removed tests - sync01, sync02 these tests were useless so there was no point in keeping them * The metadata extraction patchset was merged. LTP now produces metadata.json with a metadata for new library testcases and also html test catalogue build from the extracted metadata. https://github.com/linux-test-project/ltp/blob/master/docparse/README.md * Kernel .config parser was rewritten to support proper boolean expressions * LTP now requires pkg-config > 0.23 (working version 0.24 was released in 2010) * Error handling in test library (mostly SAFE_MACROS()) was unified * High level test library overview was written: https://github.com/linux-test-project/ltp/blob/master/lib/README.md * IMA/EVM - fixed ima_tpm.sh for TPM 2.0 and for TPM 1.2 on kernel >= v5.8 (commit 6f1a1d103b48) - rewrote ima_boot_aggregate.c to new API * 16 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 - wireguard tests * Fixes - fix various false-positive failures in tests using tst_netload (tests in net.features and net_stress.ipsec_* runtest files) - if-mtu-change.sh on s390x: fix max packet size for IPv4 * Compatibility fixes: - ping and traceroute from BusyBox - MUSL (netstress) - traceroute6 from iputils + various other fixes and cleanup * Rewrite into new API - host01 - netstat01.sh 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/20210121 The project pages as well as GIT repository are hosted on GitHub: https://github.com/linux-test-project/ltp http://linux-test-project.github.io/ If you ever wondered how to write a LTP testcase, don't miss our developer documentation at: https://github.com/linux-test-project/ltp/wiki/C-Test-Case-Tutorial https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines https://github.com/linux-test-project/ltp/wiki/BuildSystem Patches, new tests, bugs, comments or questions should go to to our mailing list at ltp@lists.linux.it. CREDITS ======= Many thanks to the people contributing to this release: git shortlog -s -e -n 20200930.. 88 Petr Vorel 52 Cyril Hrubis 25 Martin Doucha 19 Yang Xu 18 Viresh Kumar 10 Xiao Yang 8 Alexey Kodanev 8 Amir Goldstein 8 Feiyu Zhu 8 Kory Maincent 7 Radoslav Kolev 5 Richard Palethorpe 4 Cixi Geng 4 Krzysztof Dynowski 4 Li Wang 4 Po-Hsu Lin 4 Joerg Vehlow 3 Alexander Egorenkov 2 Khem Raj 2 Li Zhijian 2 Pengfei Xu 2 Tree Davies 2 Yang Xu 2 Bogdan Lezhepekov 2 Johannes Nixdorf 1 Alexander Egorenkov 1 Deepak Rawat 1 Filip Bozuta 1 Jan Stancek 1 Peter Bee 1 Petr Cervinka via ltp 1 Punit Agrawal 1 Radoslav Kolev via ltp 1 Xinpeng Liu 1 bhargavdas And also thanks to patch reviewers: git log 20200930.. | grep -Ei '(reviewed|acked)-by:' | sed 's/.*by: //' | sort | uniq -c | sort -n -r 114 Cyril Hrubis 58 Petr Vorel 51 Li Wang 13 Yang Xu 11 Amir Goldstein 10 Alexey Kodanev 9 Jan Stancek 5 Xiao Yang 5 Jan Kara 3 Xiao Yang 5 Richard Palethorpe 3 Martin Doucha 2 Mimi Zohar 1 Kory Maincent 1 Joerg Vehlow -- Cyril Hrubis chrubis@suse.cz