From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [62.89.141.173]) (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 1F2C31E7660 for ; Mon, 1 Dec 2025 08:59:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.89.141.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764579592; cv=none; b=Tjff9wRVSMhxV+nkVtF378RA0TqPIHXCwV3OcUyS9S9qE7kIy9Vb1R331sRomSsh53G2/9E3iQ1kFu+DAYZZ2a6j+3y8dqKkVs+0quHw4oDishyCOPFAhrjmTpU46MD/4zoXBk1OtWaGKFPVZuVJ0MAoIbrE4xQ2mZWWg8Y/rJw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764579592; c=relaxed/simple; bh=ji6eYMDQoPytFgoL4MldkJbkceXWDDv8r/+OuI9G3sg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=S9lioQFmQfGH+VHEg17DfRkztXcuLEecydVuNQgkL82erEgIn/BmoMTUwyg3vdOn2xNhCfC8tOb4KqTq1l73gepTLGHUZ40Pg/dkIJiDvAvKyrd77hBxXTDb9tYc6LebmLsr2AmTAVLVcnATPR9TBpvIoJVbgY1m/lekWuw3h54= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=zeniv.linux.org.uk; spf=none smtp.mailfrom=ftp.linux.org.uk; dkim=pass (2048-bit key) header.d=linux.org.uk header.i=@linux.org.uk header.b=pUHjKjS9; arc=none smtp.client-ip=62.89.141.173 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=zeniv.linux.org.uk Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=ftp.linux.org.uk Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linux.org.uk header.i=@linux.org.uk header.b="pUHjKjS9" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=ji6eYMDQoPytFgoL4MldkJbkceXWDDv8r/+OuI9G3sg=; b=pUHjKjS9LYzQ3T5c+QVEp1C+Gd c30o66lDIhTEgxNsvdj+iyK5sdgIbkEUtfDjNgW2VyKXZgzayJdWfCMniQJ2cV9SM3zBBdwAykBsh KcrJ419EkP2A2v9uYv15lJmkqnAqGs+ITzIG4c0LG21sebK0SCC3JzlqcgLGwvk3K3InA2MYxtX0b +K7api6TJe/oKO4QYd25XkmB2WnXfjS9jC5BU6MR7oCwulKmKLXYQdCl82w7IPuVo3e8YxCHf29Kq dmFNUycp/G8/AJkPdYweoDTYP/JGtZ7Koc8x749IxfZu/Gr8GC7cnsKpeatZVSIx981P+Njm8p2gs phqThVJQ==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.99 #2 (Red Hat Linux)) id 1vPzlJ-0000000CEfq-3bSP; Mon, 01 Dec 2025 09:00:01 +0000 Date: Mon, 1 Dec 2025 09:00:01 +0000 From: Al Viro To: NeilBrown Cc: Amir Goldstein , Deepanshu Kartikey , brauner@kernel.org, jlayton@kernel.org, linux-kernel@vger.kernel.org, syzbot+b74150fd2ef40e716ca2@syzkaller.appspot.com Subject: Re: [PATCH] ipc/mqueue: fix dentry refcount imbalance in prepare_open() Message-ID: <20251201090001.GD3538@ZenIV> References: <20251130092731.726288-1-kartikey406@gmail.com> <176454167053.634289.7042945216095806518@noble.neil.brown.name> <176457944867.16766.7275624308956648849@noble.neil.brown.name> 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: <176457944867.16766.7275624308956648849@noble.neil.brown.name> Sender: Al Viro On Mon, Dec 01, 2025 at 07:57:28PM +1100, NeilBrown wrote: > Al says it was a mismerge in -next, which has been resolved. In vfs-common/vfs.all, actually, and it had been resolved there, too late for the last -next of the week...