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 7940436EA8F for ; Thu, 19 Mar 2026 10:36:21 +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=1773916581; cv=none; b=lHpoe9bI4aUyZ/Qn0LXgMof71QS62cbqDVO1xxRUDS4OUkBbZIutm3hEePTuUDxviQOhpTgLQJYVKbizQxYExs5D1OsGUL2lRp1kx5/yHwBozPjTFwffB4IxIlypP8ydz2tx3pbm/ZN3vNh5zPcYVFQ/1WT9AI66Q5UsgUE5pVA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773916581; c=relaxed/simple; bh=X4xJkvlPBmUqsz0of2YwC7FiKpHaPtMyG/Mrkg5h6B4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=g8QJtlVpu46WSfoulT7Xu5iUMwGOmNcsMO3vGofyVUx94QbxyKLY6Q9C1mGFGUDZ78LxBkU+AWcccNms6XtVj1TMPa1hyWhSE50ZXTrpOSHVfPpYPN0zSR4YeWzIjA7qmPSIGdLd9OlPiY8i/lyDKK4uJvk8ce6r0i5XeSH5AQ8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=dxjiojGN; 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="dxjiojGN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70A32C2BCAF; Thu, 19 Mar 2026 10:36:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773916581; bh=X4xJkvlPBmUqsz0of2YwC7FiKpHaPtMyG/Mrkg5h6B4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dxjiojGNMl6tG7vh7MGzyHK3RTp8Sm61/Vs/1ll27C0J29GftNdb7lJvVq0D4O4AL gh4VWc1GWN9b2Fr4oosGXuFBxxTOotc/5JbamukdcHU54QYG98bo4cUI7kVpqGZmor V0aBf6hWKXqDXxpvznMuLT5rjV2bBZmfQUulMeSs= Date: Thu, 19 Mar 2026 11:36:17 +0100 From: Greg KH To: Jens Axboe Cc: keenanat2000@gmail.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring/kbuf: check if target buffer list is still legacy on" failed to apply to 6.12-stable tree Message-ID: <2026031911-threefold-animosity-cf26@gregkh> References: <2026031700-vagrancy-doze-c356@gregkh> <4e1d07d8-73fe-41d2-a2a7-31f769f4503c@kernel.dk> Precedence: bulk X-Mailing-List: stable@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: <4e1d07d8-73fe-41d2-a2a7-31f769f4503c@kernel.dk> On Tue, Mar 17, 2026 at 06:59:37AM -0600, Jens Axboe wrote: > On 3/17/26 6:55 AM, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 6.12-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > Here's a tested version for 6.12. > > -- Now applied, thanks. greg k-h