Message ID | 259f9c06ed4563c4fa4fa8ffa652347278d769e7.1582847784.git.christophe.leroy@c-s.fr (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | selftests: powerpc: Add tlbie_test in .gitignore | expand |
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 93cad5f78995 ("selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue"). The bot has tested the following trees: v5.5.6, v5.4.22, v4.19.106, v4.14.171. v5.5.6: Failed to apply! Possible dependencies: 5eb7cfb3a2b1 ("selftests/powerpc: Add a test of bad (out-of-range) accesses") v5.4.22: Failed to apply! Possible dependencies: 5eb7cfb3a2b1 ("selftests/powerpc: Add a test of bad (out-of-range) accesses") v4.19.106: Failed to apply! Possible dependencies: 16391bfc8623 ("selftests/powerpc: Add test of fork with mapping above 512TB") 5eb7cfb3a2b1 ("selftests/powerpc: Add a test of bad (out-of-range) accesses") 7b570361f6f6 ("selftests/powerpc: Add missing newline at end of file") b7683fc66eba ("selftests/powerpc: Add a test of wild bctr") v4.14.171: Failed to apply! Possible dependencies: 16391bfc8623 ("selftests/powerpc: Add test of fork with mapping above 512TB") 5eb7cfb3a2b1 ("selftests/powerpc: Add a test of bad (out-of-range) accesses") 6ed361586b32 ("selftests/powerpc: Add a test of SEGV error behaviour") 7b570361f6f6 ("selftests/powerpc: Add missing newline at end of file") b7683fc66eba ("selftests/powerpc: Add a test of wild bctr") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch?
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 93cad5f78995 ("selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue"). The bot has tested the following trees: v5.5.6, v5.4.22, v4.19.106, v4.14.171. v5.5.6: Failed to apply! Possible dependencies: 5eb7cfb3a2b1 ("selftests/powerpc: Add a test of bad (out-of-range) accesses") v5.4.22: Failed to apply! Possible dependencies: 5eb7cfb3a2b1 ("selftests/powerpc: Add a test of bad (out-of-range) accesses") v4.19.106: Failed to apply! Possible dependencies: 16391bfc8623 ("selftests/powerpc: Add test of fork with mapping above 512TB") 5eb7cfb3a2b1 ("selftests/powerpc: Add a test of bad (out-of-range) accesses") 7b570361f6f6 ("selftests/powerpc: Add missing newline at end of file") b7683fc66eba ("selftests/powerpc: Add a test of wild bctr") v4.14.171: Failed to apply! Possible dependencies: 16391bfc8623 ("selftests/powerpc: Add test of fork with mapping above 512TB") 5eb7cfb3a2b1 ("selftests/powerpc: Add a test of bad (out-of-range) accesses") 6ed361586b32 ("selftests/powerpc: Add a test of SEGV error behaviour") 7b570361f6f6 ("selftests/powerpc: Add missing newline at end of file") b7683fc66eba ("selftests/powerpc: Add a test of wild bctr") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch?
On Fri, 2020-02-28 at 00:00:09 UTC, Christophe Leroy wrote: > The commit identified below added tlbie_test but > forgot to add it in .gitignore. > > Fixes: 93cad5f78995 ("selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue") > Cc: stable@vger.kernel.org > Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/47bf235f324c696395c30541fe4fcf99fcd24188 cheers
diff --git a/tools/testing/selftests/powerpc/mm/.gitignore b/tools/testing/selftests/powerpc/mm/.gitignore index 0ebeaea22641..97f7922c52c5 100644 --- a/tools/testing/selftests/powerpc/mm/.gitignore +++ b/tools/testing/selftests/powerpc/mm/.gitignore @@ -6,3 +6,4 @@ segv_errors wild_bctr large_vm_fork_separation bad_accesses +tlbie_test
The commit identified below added tlbie_test but forgot to add it in .gitignore. Fixes: 93cad5f78995 ("selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue") Cc: stable@vger.kernel.org Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> --- tools/testing/selftests/powerpc/mm/.gitignore | 1 + 1 file changed, 1 insertion(+)