From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8AD76EB64D9 for ; Sat, 17 Jun 2023 08:02:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346230AbjFQICC (ORCPT ); Sat, 17 Jun 2023 04:02:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231929AbjFQICB (ORCPT ); Sat, 17 Jun 2023 04:02:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6FFA31A4 for ; Sat, 17 Jun 2023 01:02:00 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0529F6097A for ; Sat, 17 Jun 2023 08:02:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 166E3C433C8; Sat, 17 Jun 2023 08:01:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1686988919; bh=s4DKql04/1jD0bX4llMxvqyxhv3PWftRb7w2EVWkn14=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Qcs6U8udqqFvO4VrDGmaGU6OaQv83HHPy0FUOlmwCQIbponUhFR825MiOIRclXoqE p4aAuykxEOoSA8xmvZiufVEuVIFTZCzA/kobfN2UdomGi2qxCQ9CYHkDaH1MoI1GkW tFH+HmZnp9Hzu5GsMoz+UGgpk4R3WWVjufWNFMG8= Date: Sat, 17 Jun 2023 10:01:56 +0200 From: Greg Kroah-Hartman To: Jens Axboe Cc: stable Subject: Re: io_uring fix for 5.10 and 5.15 stable Message-ID: <2023061749-glare-arguable-9852@gregkh> References: <0a921aec-9e55-e83c-1a9e-4f25e19d4195@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0a921aec-9e55-e83c-1a9e-4f25e19d4195@kernel.dk> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Jun 16, 2023 at 09:15:25PM -0600, Jens Axboe wrote: > Hi, > > Here's a fix that should go into 5.10-stable and 5.15-stable. > Greg, can you get this applied? Thanks! Now queued up, thanks. greg k-h