[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <68d2dd40.a70a0220.4f78.000c.GAE@google.com>
Date: Tue, 23 Sep 2025 10:47:44 -0700
From: syzbot <syzbot+ba5f49027aace342d24d@...kaller.appspotmail.com>
To: linux-kernel@...r.kernel.org
Subject: Forwarded: KMSAN: uninit-value in BT_STACK_DUMP
For archival purposes, forwarding an incoming command email to
linux-kernel@...r.kernel.org.
***
Subject: KMSAN: uninit-value in BT_STACK_DUMP
Author: rampxxxx@...il.com
#syz test
---
diff --git a/fs/jfs/jfs_dtree.c b/fs/jfs/jfs_dtree.c
index ab11849cf9cc..4fbb0e39270c 100644
--- a/fs/jfs/jfs_dtree.c
+++ b/fs/jfs/jfs_dtree.c
@@ -770,6 +770,10 @@ int dtSearch(struct inode *ip, struct
component_name * key, ino_t * data,
/* Something's corrupted, mark filesystem dirty so
* chkdsk will fix it.
*/
+ btsp = btstack->top;
+ btsp->bn = 0;
+ btsp->index = 0;
+
jfs_error(sb, "stack overrun!\n");
BT_STACK_DUMP(btstack);
rc = -EIO;
Powered by blists - more mailing lists