From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from stravinsky.debian.org (stravinsky.debian.org [82.195.75.108]) (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 F09873EDAA3; Mon, 15 Jun 2026 13:58:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=82.195.75.108 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781531905; cv=none; b=TG5DjSmuEiHy9rvkArV8EfsNZ5GolXJKxjPcc/w5YrKqM/fKoyhId3I+YTDqhwPDXRpf79CNz6CSNvsgyUJWFuO8p0dvnVXvHwccVMPMh77fYO60L42qN4Eeb7lKUwpr+gsPFrr+QRsRdrO1zQdPORit6SpkOBlrMUALXCZ5WI8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781531905; c=relaxed/simple; bh=kVwPPwNyAeWGI2+qh3hL/g8B12MS6vl5MsKNv7jf5NM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eGCM+gcJdIz1jH2c6ZhY4ZQUobfBbfGYVk3cIPmox7yM8OpyvTwnMAI8xOzFsiXwMnt4W04lK9d8clQcaY2mB0ID1ANUQlsT3+apYCXHTKvTQv76aRaoelXgfTdTEok2K86QY1YBADrtte8oCOY0O2zhIib3ICbQUNnuiemneFs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=debian.org; spf=pass smtp.mailfrom=debian.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b=Mm4YyDFj; arc=none smtp.client-ip=82.195.75.108 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=debian.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=debian.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=debian.org header.i=@debian.org header.b="Mm4YyDFj" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User: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=Ju4T+RVYyWMpT3dI6nGVGRDOuCutXNq5/3aIQaCuSDQ=; b=Mm4YyDFjTRnOQh+Dst7wqeKRG0 K3GOie8OQjDG9Jf2fVKx4MkdyBKxclbWBypf5D2BAGVMa21e2EGFf5LGm1cW3cRIIvtLhRbzeuSA9 sGSbjszPdUa3zQlVJtEzFAIyZOy0KyxBUlnHefaM3cADMwA68GS3NPuuAaJXtHNiHMIyMkokfHPNB 3I3N56O1mzOXbSSpyp4jHxRjegRsNdiYf8wJg0DnHIGDKPfx3zY+wRVj6OxUjok77A4EStsGXZQyd TGaG+H9DoL89Lp+aveXD3EY9t+Yo4rpTzhLQhQFMyeGxADtC99d6gw7k8GkSuhF0mxn6mIm6NRVxQ gegGid3A==; Received: from authenticated-user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1wZ7pJ-00D7Yh-24; Mon, 15 Jun 2026 13:58:09 +0000 Date: Mon, 15 Jun 2026 06:58:03 -0700 From: Breno Leitao To: Dominique Martinet Cc: Eric Van Hensbergen , Latchesar Ionkov , Christian Schoenebeck , Andrew Morton , Eryu Guan , Yiwen Jiang , v9fs@lists.linux.dev, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] 9p: fix WARN_ON when dropping nlink on files with nlink=0 Message-ID: References: <20260126-9p-v1-1-dc234d53ae87@debian.org> Precedence: bulk X-Mailing-List: v9fs@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Debian-User: leitao On Mon, Jun 15, 2026 at 10:19:40PM +0900, Dominique Martinet wrote: > Breno Leitao wrote on Mon, Jun 15, 2026 at 01:51:09AM -0700: > > > Please send as a proper PATCH mail and I'll tentatively apply for 7.2 > > > (a bit too late for 7.1) > > > > Please, don't forget this one for 7.2. This is one is hurting me from > > time to time. > > Thanks for the reminder, that did fall through the cracks, with the > dozen of LLM-generated patches that came in lately and my attention > being more than limited.. I know what you mean! :-) > I've picked 20260421-9p-v2-1-48762d294fad@debian.org up, and will send > it to Linus at the end of the week unless something bad happens Thanks! --breno