<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 18, 2019 at 9:09 PM Yang Xu <<a href="mailto:xuyang2018.jy@cn.fujitsu.com">xuyang2018.jy@cn.fujitsu.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Signed-off-by: Yang Xu <<a href="mailto:xuyang2018.jy@cn.fujitsu.com" target="_blank">xuyang2018.jy@cn.fujitsu.com</a>><br>
---<br>
 testcases/kernel/crypto/af_alg05.c | 6 ++++++<br>
 1 file changed, 6 insertions(+)<br>
<br>
diff --git a/testcases/kernel/crypto/af_alg05.c b/testcases/kernel/crypto/af_alg05.c<br>
index 419c65eab..964adffcc 100644<br>
--- a/testcases/kernel/crypto/af_alg05.c<br>
+++ b/testcases/kernel/crypto/af_alg05.c<br>
@@ -10,6 +10,12 @@<br>
  * block size, and where the destination buffer starts exactly at a page<br>
  * boundary.  Based on the reproducer from the commit message.  Note that this<br>
  * issue only reproduces on certain architectures, such as arm and arm64.<br>
+ *<br>
+ * On some older kernel without commit 160544075f2 ("crypto: scatterwalk - Hide<br>
+ * PageSlab call to optimise away flush_dcache_page") , it doesn't use<br>
+ * ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE macro. It can crash on all architectures.<br>
+ * Without skcipher walk interface, it is also a regresstion test for commit<br>
+ * 0868def3e410("crypto: blkcipher - fix crash flushing dcache in error path").<br></blockquote><div><br></div><div><div class="gmail_default" style="font-size:small">This is correct, thanks for debugging. Pushed~</div></div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>