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 6AFC13C2B9C for ; Tue, 12 May 2026 14:38:12 +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=1778596692; cv=none; b=DgG86VtvOR14itcmlDhdxmaR4cgSRZu8b2Irl5TLlHaJP2MF/RsHPy+hTdyp1uQnxCzLub+URwm+Vqw1KyOX5Lqx3NuBFC1iyUzM0SJGJYjSTeiw+ILamd3ldsSK8wbyAKV42ceaVhsSi0e/GwQX1vmDk4w/KGwGYM7pqh5lZu8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778596692; c=relaxed/simple; bh=aFZvQqCxbljxCBkUYBX10iv4zGOsUIAEd6s+EP6cWp0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=EDOao+3O/e9TXd42ZHSvP7lU1SfUZcSB5KzkmwUU4+X6TYW9/d6siAmM7yFR/AbUht1Y6gTZY/Ib8geznRlkk/QIzvJtob7LttlXZ/qml9b68jNv8/hYz3sisxe7LNvSAHQMKxeiD5MIopPU2ueqwKIVf5eril8nhtB2V1dz0O0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=1c+R3DcU; 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="1c+R3DcU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC8A4C2BCF5; Tue, 12 May 2026 14:38:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778596692; bh=aFZvQqCxbljxCBkUYBX10iv4zGOsUIAEd6s+EP6cWp0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1c+R3DcUwsZW2oeOacqt43UgDliSvHvVpirMo8o8KU5cHOIDfvQOC6GOLw3LiwI5x KXnMZmCGrdwbsbdoApQBiAZ9v7w0etwtgiXLnJKccmouQA1M6ui2xnKHbnPIb2B0Sg zP2vf/Mk9a2XX0khMW6mcmPf+oxcGq9JFz62Tx6I= Date: Tue, 12 May 2026 16:35:09 +0200 From: Greg KH To: Jens Axboe Cc: code@mgjm.de, krisman@suse.de, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring/kbuf: support min length left for incremental" failed to apply to 6.18-stable tree Message-ID: <2026051202-handcuff-groove-5911@gregkh> References: <2026051232-kindred-spooky-37ac@gregkh> <58a8f15e-7a5e-4b8f-9f2d-6493b685e598@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: <58a8f15e-7a5e-4b8f-9f2d-6493b685e598@kernel.dk> On Tue, May 12, 2026 at 07:48:12AM -0600, Jens Axboe wrote: > On 5/12/26 6:41 AM, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 6.18-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 . > > > > To reproduce the conflict and resubmit, you may use the following commands: > > > > git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-6.18.y > > git checkout FETCH_HEAD > > git cherry-pick -x 7deba791ad495ce1d7921683f4f7d1190fa210d1 > > # > > git commit -s > > git send-email --to '' --in-reply-to '2026051232-kindred-spooky-37ac@gregkh' --subject-prefix 'PATCH 6.18.y' HEAD^.. > > Here's one for 6.18-stable. Both n ow applied, thanks. greg k-h