From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B328E188596 for ; Wed, 15 Jul 2026 04:56:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784091403; cv=none; b=johxDU5/o6AMRlj2uAYhACNfHUmFHe2ZOgE+FuYHoNSg5qSvBPoh+aoJF41v9AeQTJs4UIRUiq76DNlSbqU3omRRWjkUVOZa+CDBkIWmYfXwvsNYRTnAieJJeFJ/7Um1GAOnub4kmHnbhn1m4GF9WFC3ldPVPe9Ie536dvwTGIQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784091403; c=relaxed/simple; bh=cY+SQezrPt/RIGqJ7gh1IV6dMeVcqDhmBArMdB3KrOw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=lQolvtlNIy1FYY3zghvNcm9ZvkDKng3qD/nGXJO000cchVkximcYrlNX2Gnk4APxPcIXUbA2St3cFtmf+u+FJZ69jpyHtjzYUW6pKyop0KbC1Fw/Dt0/F3trzhURL9L3tG0aplo1pVRtMK5zVzUbL/y573gsW+7EmmgvB8rWjmM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=sNII2jqf; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="sNII2jqf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B5C961F000E9; Wed, 15 Jul 2026 04:56:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784091402; bh=RoTxcPsfQGLtAR6CLehhIy5Ye0K37efzB4uFxf/lR9I=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=sNII2jqfmRjhXUvlkp+TpOBzp9L/WxChepxnCLI/0IoiLB3GRVfMoeCFNWcnasb3y qeDXyte2bBsLMsJjD03NI6+1fl4Nqq5bJ0B16p3cBROJSFudh7E9ixC1Ed2c5vA5yn ArYtV5DxhbUElRZeI9AkNkNwT6DjyytXGFTbHqDk= Date: Wed, 15 Jul 2026 06:56:35 +0200 From: Greg Kroah-Hartman To: Elizabeth Figura Cc: Arnd Bergmann , Griffin Kroah-Hartman , wine-devel@winehq.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ntsync: Check for owner in setup_wait() Message-ID: <2026071516-unlucky-squad-2b68@gregkh> References: <20260714-ntsync_patches_1-v1-1-3941c0b4c53d@kroah.com> <2307065.1BCLMh4Saa@camazotz> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2307065.1BCLMh4Saa@camazotz> 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/20260628024239.152852-1-ivanrwcm25@gmail.com/ 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? And is the wine-devel list still alive? If not, we should probably drop that from the MAINTAINERS file. thanks, greg k-h