Re: [PATCH] usb: gadget: fix device data management error in gadgetfs_bind()
Dmitry Antipov <[email protected]> Mon, 3 Aug 2026 16:08:38 +0300
| Newsgroups | org.kernel.vger.linux-usb,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On 8/3/26 3:24 PM, Greg Kroah-Hartman wrote: > So this is not anything a normal user could ever hit, given the age? > It's only something that fault-injection causes? Not sure. Anyway it just looks like the regular -ENOMEM handling which may be found almost anywhere else. Dmitry