Skip to content

Commit d69695a

Browse files
mdouchapevik
authored andcommitted
ioctl_sg01: Add git reference to USB data leak fix
Link: https://lore.kernel.org/ltp/20260122171249.31590-2-mdoucha@suse.cz/ Reviewed-by: Petr Vorel <pvorel@suse.cz> Reviewed-by: Cyril Hrubis <chrubis@suse.cz> Signed-off-by: Martin Doucha <mdoucha@suse.cz>
1 parent db343d8 commit d69695a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

testcases/kernel/syscalls/ioctl/ioctl_sg01.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
* Date: Fri May 18 16:23:18 2018 +0200
1717
*
1818
* scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()
19+
*
20+
* commit 41e99fe2005182139b1058db71f0d241f8f0078c
21+
* Author: Desnes Nunes <desnesn@redhat.com>
22+
* Date: Fri Oct 31 01:34:36 2025 -0300
23+
*
24+
* usb: storage: Fix memory leak in USB bulk transport
1925
*/
2026

2127
#include <sys/types.h>
@@ -167,6 +173,7 @@ static struct tst_test test = {
167173
.timeout = 3600,
168174
.tags = (const struct tst_tag[]) {
169175
{"linux-git", "a45b599ad808"},
176+
{"linux-git", "41e99fe20051"},
170177
{"CVE", "2018-1000204"},
171178
{}
172179
}

0 commit comments

Comments
 (0)