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 7B0A0C83F3F for ; Sun, 3 Sep 2023 13:50:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229627AbjICNut (ORCPT ); Sun, 3 Sep 2023 09:50:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229931AbjICNut (ORCPT ); Sun, 3 Sep 2023 09:50:49 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 591D5100; Sun, 3 Sep 2023 06:50:44 -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 ams.source.kernel.org (Postfix) with ESMTPS id E6790B80C90; Sun, 3 Sep 2023 13:50:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EDE93C433C8; Sun, 3 Sep 2023 13:50:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693749041; bh=OBxNsGKoUDtlW8pENZ7IbyW9q6GSCF5PP1cEAU8DTCw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kqLBhlVjj5m2rxxImAYwv/xuMKP5etgsAO4Nd2y6Z32C6mcv4A2pTlhO2nWk8/P+Y t+UmYzJgUzKURr8VRoSysuM9KBAFfWoI5P2r8aIWjTrJW/oCLGSO3RceurVOT2OV9n VL0nV9qgOwt++hjR/w85csNqBsmjlcWifnFXEcbw= Date: Sun, 3 Sep 2023 15:50:38 +0200 From: Greg Kroah-Hartman To: Jens Axboe Cc: John David Anglin , Helge Deller , stable@vger.kernel.org, Sasha Levin , linux-parisc@vger.kernel.org, Vidra.Jonas@seznam.cz, Sam James Subject: Re: [STABLE] stable backport request for 6.1 for io_uring Message-ID: <2023090325-clover-extortion-1e2e@gregkh> References: <5aa6799a-d577-4485-88e0-545f6459c74e@kernel.dk> <8f6006a7-1819-a2fb-e928-7f26ba7df6ec@bell.net> <2023090358-anemia-trusting-fa33@gregkh> <64efa654-300d-421b-9fd7-817a381f4ba7@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <64efa654-300d-421b-9fd7-817a381f4ba7@kernel.dk> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Sep 03, 2023 at 07:25:11AM -0600, Jens Axboe wrote: > On 9/2/23 11:32 PM, Greg Kroah-Hartman wrote: > > On Sat, Sep 02, 2023 at 06:45:56PM -0600, Jens Axboe wrote: > >> On 9/2/23 5:04 PM, John David Anglin wrote: > >>> On 2023-08-30 12:17 p.m., Jens Axboe wrote: > >>>> On 8/28/23 3:55 PM, Helge Deller wrote: > >>>>> Hello Greg, Hello Jens, Hello stable team, > >>>>> > >>>>> would you please accept some backports to v6.1-stable for io_uring()? > >>>>> io_uring() fails on parisc because of some missing upstream patches. > >>>>> Since 6.1 is currently used in debian and gentoo as main kernel we > >>>>> face some build errors due to the missing patches. > >>>> Fine with me. > >>> This is probably not a problem with the backport but I see this fail in liburing tests: > >>> > >>> Running test wq-aff.t open: No such file or directory > >>> test sqpoll failed > >>> Test wq-aff.t failed with ret 1 > >>> Running test xattr.t 0 sec [0] > >>> Running test statx.t 0 sec [0] > >>> Running test sq-full-cpp.t 0 sec [0] > >>> Tests failed (1): > >> > >> That's because 6.1-stable is missing: > >> > >> commit ebdfefc09c6de7897962769bd3e63a2ff443ebf5 > >> Author: Jens Axboe > >> Date: Sun Aug 13 11:05:36 2023 -0600 > >> > >> io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used > >> > >> which went in recently and hasn't been backported to stable yet. > > > > We can add that now to the stable queues if you want, otherwise we are > > supposed to wait until -rc1. > > It's fine to wait for -rc1, it's not an urgent fix by any stretch. I > just always queue up test cases when a fix is headed upstream. Hence not > unusual that a test or two will fail until the kernel side (and stable > too) catches up. Ok, thanks for the info, will wait on these until -rc1 is out. greg k-h