linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: powerpc: Add tlbie_test in .gitignore
@ 2020-02-28  0:00 Christophe Leroy
  2020-02-28 19:44 ` Sasha Levin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Christophe Leroy @ 2020-02-28  0:00 UTC (permalink / raw)
  To: Aneesh Kumar K.V, Shuah Khan, Michael Ellerman
  Cc: linux-kernel, linuxppc-dev, linux-mm, linux-kselftest

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(+)

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
-- 
2.25.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] selftests: powerpc: Add tlbie_test in .gitignore
  2020-02-28  0:00 [PATCH] selftests: powerpc: Add tlbie_test in .gitignore Christophe Leroy
@ 2020-02-28 19:44 ` Sasha Levin
  2020-03-02 15:44 ` Sasha Levin
  2020-03-17 13:14 ` Michael Ellerman
  2 siblings, 0 replies; 4+ messages in thread
From: Sasha Levin @ 2020-02-28 19:44 UTC (permalink / raw)
  To: Sasha Levin, Christophe Leroy, Aneesh Kumar K.V, Shuah Khan,
	Michael Ellerman
  Cc: linux-kernel, linuxppc-dev, linux-mm, linux-kselftest, stable, stable

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?

-- 
Thanks
Sasha


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] selftests: powerpc: Add tlbie_test in .gitignore
  2020-02-28  0:00 [PATCH] selftests: powerpc: Add tlbie_test in .gitignore Christophe Leroy
  2020-02-28 19:44 ` Sasha Levin
@ 2020-03-02 15:44 ` Sasha Levin
  2020-03-17 13:14 ` Michael Ellerman
  2 siblings, 0 replies; 4+ messages in thread
From: Sasha Levin @ 2020-03-02 15:44 UTC (permalink / raw)
  To: Sasha Levin, Christophe Leroy, Aneesh Kumar K.V, Shuah Khan,
	Michael Ellerman
  Cc: linux-kernel, linuxppc-dev, linux-mm, linux-kselftest, stable, stable

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?

-- 
Thanks
Sasha


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] selftests: powerpc: Add tlbie_test in .gitignore
  2020-02-28  0:00 [PATCH] selftests: powerpc: Add tlbie_test in .gitignore Christophe Leroy
  2020-02-28 19:44 ` Sasha Levin
  2020-03-02 15:44 ` Sasha Levin
@ 2020-03-17 13:14 ` Michael Ellerman
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2020-03-17 13:14 UTC (permalink / raw)
  To: Christophe Leroy, Aneesh Kumar K.V, Shuah Khan
  Cc: linux-mm, linuxppc-dev, linux-kernel, linux-kselftest

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-17 13:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-28  0:00 [PATCH] selftests: powerpc: Add tlbie_test in .gitignore Christophe Leroy
2020-02-28 19:44 ` Sasha Levin
2020-03-02 15:44 ` Sasha Levin
2020-03-17 13:14 ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).