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 054221940A2 for ; Mon, 7 Apr 2025 14:01:54 +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=1744034515; cv=none; b=etVwSE1HamgxksnRsB8Cerfe8AXISAaxU1YxtMxm5ip8HJ0TbFvDAedZVA7SelaUuC/rzUywF4wYMI0zGT4RquChHoFDSLk51JF19qkQdAyWPUlUy96AD28SIviKXumv5l8Vu+n2fJR1WBXn4Hd0fAQnSMikms4R1g+Nl0db+ps= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744034515; c=relaxed/simple; bh=pwbCQRfk/gReP+Hhb7SwJzfHtTnW/J/qHql2+ZwpIBE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=lAE6gzBw00WcL/eDxkxNfW4siEg9sm61Rwe7i2bR+d7Wa0KMx6qBTPyIOHZERFFala+k1r9rYuFBxH4yqYchKn+OcN9KlifKhIvI1k2wQuKRbHPJfGHvRW9VJjgA1fCyXzhDQqEjUPWP+XYcGULPKtPBLk4nqu/WRfATW5aMGp4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=FZfKVtUn; 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="FZfKVtUn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D6C37C4CEDD; Mon, 7 Apr 2025 14:01:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1744034514; bh=pwbCQRfk/gReP+Hhb7SwJzfHtTnW/J/qHql2+ZwpIBE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FZfKVtUnj5u/YtfE8YQtixZXjY/Z85RxGh7l21pwQmVXviOVv1xDqLkkqF43o21rJ eQLE+6xB7oqm5ExDXYAvLG+yK/HWWXz+2jjkexv4fyZpGmcWF/mo93axjISpCZx1bS cxuXdRlRYzMouUxKLGlL8nL75PgD2M/03CbFADbM= Date: Mon, 7 Apr 2025 16:01:51 +0200 From: Greg Kroah-Hartman To: Jens Axboe Cc: stable Subject: Re: 6.1-stable fix Message-ID: <2025040725-watch-animating-4561@gregkh> References: <0b556f07-d48a-4d01-84a9-1c79cb82f7dd@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: On Mon, Apr 07, 2025 at 07:56:18AM -0600, Jens Axboe wrote: > On 4/3/25 10:55 AM, Jens Axboe wrote: > > Hi, > > > > Ran into an issue testing 6.1, which I discovered was introduced by > > a backport that was done. Here's the fix for it, please add it to > > the 6.1-stable mix. Thanks! > > Ping on this - saw a 6.1 stable release this weekend, but this fix > wasn't in it. That's because you sent this after I announced the -rc1 release :) I'll add it to the queue now, thanks. greg k-h