Re: [PATCH usb-next v1] USB: gadget: Fix UAF in gadgetfs_fill_super()
From: Rafael Alejandro Díaz Cruz
Date: Fri Sep 04 2026 - 01:22:35 EST
Which changes? Currently I'm on the new v1 and all I would do
is remove the top paragraph you said was unnecessary. Or do
you mean add the "Reviewed-by" tag that you added? (Thanks btw!)
I'm not sure either about adding it below the "---" line.
I haven't done that before....
I saw an example from some other patches and I guess I would
do the following:
20 Reported-by: syzbot+4a5c87a01894ca37f25c@xxxxxxxxxxxxxxxxxxxxxxxxx
21 Link: https://syzkaller.appspot.com/bug?extid=4a5c87a01894ca37f25c
22 Signed-off-by: Rafael Alejandro Diaz Cruz <rafad900@xxxxxxxxx>
23 --- // ADD
THE PART BETWEEN THE "---" ?
24 v2
25 - Reviewed-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
26 ---
27 drivers/usb/gadget/legacy/inode.c | 1 +
28 1 file changed, 1 insertion(+)
29
30 diff --git a/drivers/usb
Is this correct?