Re: [PATCH] ntsync: Check for owner in setup_wait()
Elizabeth Figura <[email protected]> Thu, 16 Jul 2026 17:28:43 -0500
| Newsgroups | gmane.linux.kernel,gmane.comp.emulators.wine.devel |
|---|---|
| Message-ID | <2446257.n0HT0TaD9V@camazotz> |
On Tuesday, 14 July 2026 23:56:35 CDT Greg Kroah-Hartman wrote: > On Tue, Jul 14, 2026 at 12:16:47PM -0500, Elizabeth Figura wrote: > > On Tuesday, 14 July 2026 10:36:46 CDT Griffin Kroah-Hartman wrote: > > > Add a check to see if any mutex owner is 0. > > > > > > As stated in the uapi documentation , this is a failure case that was > > > not being checked under the NTSYNC_IOC_WAIT_ANY and NTSYNC_IOC_WAIT_ALL > > > cases, which state that mutexes with no owner should fail the ioctl with > > > -EINVAL. > > > > This has already been sent I'm afraid: > > > > https://lore.kernel.org/all/[email protected]/ > > Cool, but that series wasn't sent to the maintainers to get them merged, > and there's going to be a second version as it conflicts with your > previous patches, right? > > Or are you going to batch these up and send them to Arnd and me for > inclusion later on? Ah I'm sorry, I missed that those patches weren't sent to Arnd and you. I'll resend them. The previous patches are in the same situation, but I think these cover a superset of the same ground so I'll just send them alone. > And is the wine-devel list still alive? If not, we should probably drop > that from the MAINTAINERS file. It's alive, but the address moved. I forgot that this reference needed to be updated; I apologize for that. I sent a fix there as <https://lore.kernel.org/all/[email protected]/>. I guess that should also have been sent to you as the relevant subsystem maintainers; I failed to properly think that one through.