Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp6896051ybn; Mon, 30 Sep 2019 05:38:11 -0700 (PDT) X-Google-Smtp-Source: APXvYqwY3QvtC6aphVBRIkeXFJHasVA3wNcgW3/WBUxIE7Sk1KU7YkHiE/k8JcgNFr8YgPV6/nf1 X-Received: by 2002:a17:906:4b41:: with SMTP id j1mr18957345ejv.162.1569847091115; Mon, 30 Sep 2019 05:38:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569847091; cv=none; d=google.com; s=arc-20160816; b=FzSGWWzDusVDxrLLqt8Tptjvj8qigXwKK2cnCsK9U/Uy6RfypyqmSQdxq1i2KcBIhi P2PRrotPs054H1KlGlxq2NzBsjt9Izx1I7sVGRNl1t/SmCCxUlfm0S/7/iNtyFpiO/T6 LyQWOrW9Ze9sc6wDJHFbIYApJeFDKT58won/fq9W9FfCZKtATILj6AaPqDzJjkvwntPS pSHs952hwo3rOu+x29FswHnSn5D+Ad/ae9XLVIuBNooNYwrQkp1AyIuM4/PQF8DhBK6N rKTFSoWG1yyWtReUeN2li4gdFT7Z1j2Mmp0WDa2iB6PFROizwG6mxA9OxC8/OJWr5XfJ YbqQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=k4nJFbOzxzvT00zjLSJAvPUBjXnWDsiOlDpI3Zo4htI=; b=D9/qFhDhzj702448KI4LBc3rwAghIqspPUGy4qvxf1ZU6xl+8eDaoCorgG9p3Y6uet 5+FjymH6iReRSxEkkl/J4HvSsgA2RXujtPBnwLWlACRafM9oCqTgY3PNE3fslZ1azV/J Us+VYh5KaXQTfUPFedFMyt/7b/65FHb3gTlznHe3QomfockPRnjeq4n+YMV/qZuDcah1 tj9ToVm9WBkR8NhejbB29rRmmub/0ZOPdK9J2FcXk1913DY3u/3KaJP2CHyInEvTALKK iJpwyvHZb5WUaT+ClgO/qG2Xrwr3qzQ89np3aKXcqRr7cGbXR1ks3IiM1AP6vCUtdyc/ 9WMg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j18si6895825ejv.201.2019.09.30.05.37.45; Mon, 30 Sep 2019 05:38:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729874AbfI3MeR (ORCPT + 99 others); Mon, 30 Sep 2019 08:34:17 -0400 Received: from mx2.suse.de ([195.135.220.15]:55604 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726314AbfI3MeQ (ORCPT ); Mon, 30 Sep 2019 08:34:16 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 2E75AABC4; Mon, 30 Sep 2019 12:34:14 +0000 (UTC) Date: Mon, 30 Sep 2019 14:33:56 +0200 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 SEPTEMBER 2019 Message-ID: <20190930123355.GA27508@rei> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Good news everyone, the Linux Test Project test suite stable release for *September 2019* has been released. Since the last release 267 patches by 41 authors were merged. NOTABLE CHANGES =============== * New tests - Basic eBPF map and program load tests - Netlink uevent socket tests - Basic ioprio() tests - Basic sendmmsg() test - mbind() tests - Memory protection (pkey) tests - prctl() with PR_CAP_AMBIENT - prctl() with PR_{GET,SET}_NO_NEW_PRIVS - prctl() with PR_{SET,GET}_NAME - prctl() with PR_{SET,GET}_SECCOMP - futext_cmp_requeue() tests - fanotify FAN_REPORT_FID tests - fanotify overlayfs tests - pidfd_send_signal() tests - IMA overlay tests - acct() tests - preadv2() RWF_NOWAIT tests * New tests variants for - clock_getres() * New regression tests - bpf_prog02: regression test for 3612af783cf52c (bpf: fix sanitation rewrite in case of non-pointers) - timer_create() aka CVE-2017-18344 - alsa timer race aka CVE-2017-1000380 - accept02 aka CVE-2017-8890 - setsockopt04 aka CVE-2016-9793 - move_pages12: regression tests for: e66f17ff7177 (mm/hugetlb: take page table lock in follow_huge_pmd()) c9d398fa2378 (mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()) 4643d67e8cb0 (hugetlbfs: fix hugetlb page migration/fault race causing SIGBUS) - crypto_user02: regression test for 21d4120ec6f5 ("crypto: user - prevent operating on larval algorithms") - sysctl02: regression test for 32a5ad9c2285 ("sysctl: handle overflow for file-max") * Increased coverage - copy_file_range() - tests for cross device copy - tests for invalid files (swapfile, pipe, ...) - intel PT tests - sync_file_range() - added partial range sync * Added syscall tables for MIPS * Guarded buffers, which are pages followed by a PROT_NONE and preceeded by a canary were introduced and 8 tests were changed to make use of the new feature. Also newly implemented tests are using the same buffers as well. * Additional 36 tests were converted to the new test library NOTABLE CHANGES IN NETWORK TESTS ================================ brought to you by Peter Vorel * New net features: - introduce TST_GET_UNUSED_PORT() macro into C API * Rewritten to new API: - tst_get_unused_port - bind01 - setdomainname - sethostname + The usuall amount of fixes and cleanups. 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/20190930 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 20190517.. 68 Petr Vorel 45 Cyril Hrubis 27 Yang Xu 19 Christian Amann 17 Jan Stancek 9 Richard Palethorpe 8 Li Wang 7 Murphy Zhou 6 Jinhui huang 5 Amir Goldstein 5 Po-Hsu Lin 5 Sandeep Patil 5 Yixin Zhang 4 Joerg Vehlow 4 Xiao Yang 3 He Zhe 3 Matthew Bobrowski 2 Caspar Zhang 2 Eric Biggers 2 Steve Muckle 1 Alexey Kodanev 1 Ammy Yi 1 Hongzhi.Song 1 Khem Raj 1 Linus Walleij 1 Martin Doucha 1 Mathias Fiedler 1 Michael Moese 1 Murphy Zhou 1 Petr Cervinka 1 Ping Fang 1 Piotr Gawel 1 Steven Price 1 Sultan Alsawaf 1 Sumit Garg 1 Thadeu Lima de Souza Cascardo 1 Tobias Jordan 1 Wu,Haiqiang 1 Yann Sionneau 1 Yi Zhao 1 Yu,Siliang And also thanks to patch reviewers: git log 20190517.. | grep -Ei '(reviewed|acked)-by:' | sed 's/.*by: //' | sort | uniq -c | sort -n -r 94 Cyril Hrubis 42 Li Wang 16 Amir Goldstein 13 Jan Stancek 11 Richard Palethorpe 7 Petr Vorel 6 Xiao Yang 6 Clemens Famulla-Conrad 5 Yang Xu 4 Mimi Zohar 4 Alexey Kodanev 3 Sumit Garg 2 Murphy Zhou 2 Ignaz Forster 1 Sandeep Patil 1 Richard Palethorpe 1 Enji Cooper 1 Christian Amann -- Cyril Hrubis chrubis@suse.cz