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 E28BC346779 for ; Thu, 12 Feb 2026 12:03:09 +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=1770897790; cv=none; b=hCoW7jaCodqHoFAyTJjAkaYdFegRMM246CUmkox9qvehwNGkxyAWffMCxi3DFIlwWmcgEmhEuQnehiGATnMhFo6OTaaeJI25w8Bh6nMMOTbrnWdr94n/7gAGMDI7RvgaH5VgAUtdW87mgZ10P0YPCqryvgkjf1fdDBaO8BsWHX0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770897790; c=relaxed/simple; bh=QTG7dgC+Wfczdc3D6nBZNoS5vg83J17qa2NZgBfUULo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fPmz/CAa1Pmn/MBwGjvkJac7CC6yHq0DnJk9BP4jzjT28/iPtgfofkc5i+N18aQGLSXnI7c1QPpXkxE/kagncXKivSVEqP5RFt1ixOcxKvVEqI/O85Py846rCEo8Q2rp+pkAFgpcRV9B2UjGb+oDSmQrBY/ASbXi+UHrbD9ltP8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=nNArYCtC; 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="nNArYCtC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EF3AEC4CEF7; Thu, 12 Feb 2026 12:03:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1770897789; bh=QTG7dgC+Wfczdc3D6nBZNoS5vg83J17qa2NZgBfUULo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nNArYCtCv3Ic1on8deQtB1QWuQq6/gaiUSw3/qE40Mv9zVvHRmK0bhhHlOhkGNi7m 6nL+OT4ZaRktRXUY/xjKjIF84TwQhoUrIKlvoquhbyqdk6rklQoyYvk/urmQ0Xkqfs MAs7xykxLH4MrnKU4wer3aSFtd6uGKLRGijPsz9U= Date: Thu, 12 Feb 2026 13:03:06 +0100 From: Greg Kroah-Hartman To: Jens Axboe Cc: stable Subject: Re: 6.12-stable inclusion request Message-ID: <2026021246-rumbling-accustom-025a@gregkh> References: <51b76881-90fa-4de3-9c39-68d076b5706f@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: <51b76881-90fa-4de3-9c39-68d076b5706f@kernel.dk> On Tue, Feb 10, 2026 at 02:58:45PM -0700, Jens Axboe wrote: > Hi, > > See: > > https://github.com/axboe/liburing/issues/1530 > > for the reasonings here, but please add this patch to the 6.12-stable > queue. Thanks! Now applied, thanks. greg k-h