From 3422e04a2e31dba3e17af206f160d4fc409f4250 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Fri, 5 Mar 2021 10:03:27 -0600 Subject: kernel-5.11.3-50 * Fri Mar 05 2021 Justin M. Forbes [5.11.3-50] - PCI: Add MCFG quirks for Tegra194 host controllers (Vidya Sagar) - Revert "PCI: Add MCFG quirks for Tegra194 host controllers" (Peter Robinson) - forgot to push this one earlier (Justin M. Forbes) - Reference the patch as version.patchlevel to more easily see diffs between stable releases (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- tests/README.txt | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 tests/README.txt (limited to 'tests/README.txt') diff --git a/tests/README.txt b/tests/README.txt deleted file mode 100644 index 27bfae5cd..000000000 --- a/tests/README.txt +++ /dev/null @@ -1,43 +0,0 @@ -Recommended Layout for Kernel Tests -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Add tests to enable Fedora CI [1] which are curated using the standard test interface [2] - -[1] https://fedoraproject.org/wiki/CI -[2] https://fedoraproject.org/wiki/CI/Standard_Test_Interface - -As new pull requests are filed, please link/add your tests in one of the following directories -to better organize the tests. If a new directory is required, which isn't included in the layout -below, please add justification in the pull request. The directories can be created as new tests -are added to dist-git. - -acpi -cgroup -cpu -crc32c-self-check -criu -crypto -drivers -filesystem -firmware -ftrace -include -kabi -kmod -kpatch -ksc -kvm -mce -memory -modules -namespace -networking -performance -powermgmt -ptp -scheduler -security -storage -syscalls -time -update build -- cgit