From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 085C833CEA8; Tue, 7 Apr 2026 17:01:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775581285; cv=none; b=VTAzU0GAyFDyWBb/Q7hCK7PE8ULS/8KWsblBbn0b6ybqGGhnh/5mvorjxElNkwMV+3CHmiI5rDhNr4tZHm7Wf+QCanlG2rI4XYnGg+LpyaxaGw/UgtpW3XzNq6Exkyk9Tc1EGKi7+S3L2aDwwlSWJrvTMsU5iqKRXtST6cemh7M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775581285; c=relaxed/simple; bh=EzoFh6cp8KbdLy7uf+yYll9QvcsIqRxUwArJBxuF/uc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=N7P7k9ueKEO/xMcBFBLNC+4RtZ2yBdHBaLUxiK46F5Hc5FUzveuJydFCjm5ZPuKwWyvGrTBMtfdRLoGZv2THyJO3lpr3qxsiGwqdQba6GcKi8d34fj8gfh1gaF0Dguclu+mbIhVEPmjjxWHexTmZG79Blwzik/ynwqVaVKunWUc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=yXw5v3oT; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="yXw5v3oT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 363DDC116C6; Tue, 7 Apr 2026 17:01:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1775581284; bh=EzoFh6cp8KbdLy7uf+yYll9QvcsIqRxUwArJBxuF/uc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yXw5v3oTGB65op552Woc03TyrFRdUggNq180k9KVDHVtO6YU7cFVLXORUBbJ+DTrm xWcFpReFK4/o5z6u6XObQIjtAxbjHwyT92OW/71PDRxV+m8mNMLn+gmNQWSyCdwAPG DwjAGw9FYVcrm2iMCzkc8h/gEceQeud4Yei+ad5Y= Date: Tue, 7 Apr 2026 19:01:22 +0200 From: Greg KH To: Lee Jones Cc: Kuniyuki Iwashima , stable@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Kuniyuki Iwashima , Linus Torvalds , netdev@vger.kernel.org, Igor Ushakov Subject: Re: [PATCH v3 net] af_unix: Give up GC if MSG_PEEK intervened. Message-ID: <2026040752-sequence-bladder-dd8e@gregkh> References: <20260311054043.1231316-1-kuniyu@google.com> <20260407155827.GA1993342@google.com> Precedence: bulk X-Mailing-List: netdev@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: <20260407155827.GA1993342@google.com> On Tue, Apr 07, 2026 at 04:58:27PM +0100, Lee Jones wrote: > INTENTIONAL TOP POST > > I note that this was not sent to Stable, but it should be included please. As mentioned on chat, It already is, if you want it backported further, can you please provide working backports? thanks, greg k-h