All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] af_alg07: Add linux-git reference to more general fix
@ 2020-12-23 11:36 Richard Palethorpe
  2020-12-28 20:01 ` Petr Vorel
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Palethorpe @ 2020-12-23 11:36 UTC (permalink / raw)
  To: ltp

While trying to reintroduce this error on kernel 5.10 I found that a
secondary fix has been applied which fixes many more socket types and
may obsolete the original fix. Ideally we would create a new test
based on Eric's reproducer, but for now I will just include a
reference to the second fix.

Signed-off-by: Richard Palethorpe <rpalethorpe@suse.com>
Cc: Martin Doucha <mdoucha@suse.cz>
---
 testcases/kernel/crypto/af_alg07.c | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/testcases/kernel/crypto/af_alg07.c b/testcases/kernel/crypto/af_alg07.c
index c94bb292f..ef13ad764 100644
--- a/testcases/kernel/crypto/af_alg07.c
+++ b/testcases/kernel/crypto/af_alg07.c
@@ -15,13 +15,22 @@
  *
  * The race window is small and it's hard to trigger a kernel crash but
  * fchownat() will return ENOENT as it should only when the bug is not
- * present. Race fixed in:
+ * present. Race fixed specifically for af_alg in:
  *
  *  commit 9060cb719e61b685ec0102574e10337fa5f445ea
  *  Author: Mao Wenan <maowenan@huawei.com>
  *  Date:   Mon Feb 18 10:44:44 2019 +0800
  *
  *  net: crypto set sk to NULL when af_alg_release.
+ *
+ * It was observed that the same bug is present on many other
+ * protocols. A more general fix is in:
+ *
+ *  commit ff7b11aa481f682e0e9711abfeb7d03f5cd612bf
+ *  Author: Eric Biggers <ebiggers@google.com>
+ *  Date:   Thu Feb 21 14:13:56 2019 -0800
+ *
+ *  net: socket: set sock->sk to NULL after calling proto_ops::release()
  */
 
 #include <sys/types.h>
@@ -118,6 +127,7 @@ static struct tst_test test = {
 	.min_cpus = 2,
 	.taint_check = TST_TAINT_W | TST_TAINT_D,
 	.tags = (const struct tst_tag[]) {
+		{"linux-git", "ff7b11aa481f"},
 		{"linux-git", "9060cb719e61"},
 		{"CVE", "2019-8912"},
 		{}
-- 
2.29.2


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

* [LTP] [PATCH] af_alg07: Add linux-git reference to more general fix
  2020-12-23 11:36 [LTP] [PATCH] af_alg07: Add linux-git reference to more general fix Richard Palethorpe
@ 2020-12-28 20:01 ` Petr Vorel
  0 siblings, 0 replies; 2+ messages in thread
From: Petr Vorel @ 2020-12-28 20:01 UTC (permalink / raw)
  To: ltp

Hi Richard,

> While trying to reintroduce this error on kernel 5.10 I found that a
> secondary fix has been applied which fixes many more socket types and
> may obsolete the original fix. Ideally we would create a new test
> based on Eric's reproducer, but for now I will just include a
> reference to the second fix.
+1

Thanks, merged!

Kind regards,
Petr

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

end of thread, other threads:[~2020-12-28 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 11:36 [LTP] [PATCH] af_alg07: Add linux-git reference to more general fix Richard Palethorpe
2020-12-28 20:01 ` Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.