[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6989ef66.050a0220.3b3015.0071.GAE@google.com>
Date: Mon, 09 Feb 2026 06:29:58 -0800
From: syzbot <syzbot+f6e8174215573a84b797@...kaller.appspotmail.com>
To: linux-kernel@...r.kernel.org
Subject: Forwarded: Syzbot build test
For archival purposes, forwarding an incoming command email to
linux-kernel@...r.kernel.org.
***
Subject: Syzbot build test
Author: activprithvi@...il.com
#syz test
Signed-off-by: Prithvi Tambewagh <activprithvi@...il.com>
---
drivers/target/target_core_configfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/target/target_core_configfs.c b/drivers/target/target_core_configfs.c
index b19acd662726..1b7c7df4bca7 100644
--- a/drivers/target/target_core_configfs.c
+++ b/drivers/target/target_core_configfs.c
@@ -130,7 +130,7 @@ static ssize_t target_core_item_dbroot_store(struct config_item *item,
if (db_root_stage[read_bytes - 1] == '\n')
db_root_stage[read_bytes - 1] = '\0';
- /* validate new db root before accepting it */
+ /* validate the new db root before accepting it */
fp = filp_open(db_root_stage, O_RDONLY, 0);
if (IS_ERR(fp)) {
pr_err("db_root: cannot open: %s\n", db_root_stage);
base-commit: 3a8660878839faadb4f1a6dd72c3179c1df56787
--
2.34.1
Powered by blists - more mailing lists