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 5B40DC4332F for ; Mon, 17 Oct 2022 09:36:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229501AbiJQJgy (ORCPT ); Mon, 17 Oct 2022 05:36:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60180 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230331AbiJQJgw (ORCPT ); Mon, 17 Oct 2022 05:36:52 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51C751054A for ; Mon, 17 Oct 2022 02:36:42 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id B2C34B8110A for ; Mon, 17 Oct 2022 09:36:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0AA1CC433D6; Mon, 17 Oct 2022 09:36:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1665999391; bh=Zo+O8oihRHkb/5k7MwIjSulHGInlUoqFJ1cJATFXPoQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iGTsqkrZ+uTFlRIhzp3cVVVpy/a/S9gaAe1Sw/tzD4KEXU9BwGTPsYBPr72nhqHGM x7EC8kouYMFx6feDGhGPQifc/Idl/tfCECykE7K1URA4cmJpdY5piuL6q7jedJWBHd uIfTa/Gdk7+CuxAcFkC2R+Ia24RqsU10MPm1BZJA= Date: Mon, 17 Oct 2022 11:37:18 +0200 From: Greg KH To: Pavel Begunkov Cc: stable@vger.kernel.org, Jens Axboe Subject: Re: [PATCH stable-5.15 0/5] io_uring backports Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Oct 16, 2022 at 10:42:53PM +0100, Pavel Begunkov wrote: > io_uring backports for stable 5.15 How about 5.19? If you wait a week or so, 5.19 will be end-of-life, so maybe we can just not worry about it :) thanks, greg k-h