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 X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C177DC433E0 for ; Mon, 22 Jun 2020 18:19:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 99A1E20738 for ; Mon, 22 Jun 2020 18:19:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592849975; bh=7Psp9fxYpFv4P8cVvB1by8C7RV68/8VRMZGsxQbNaZQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=srj9rC8NbPYERUIa9ulk7mpyg+E3TtcJ6YxpRGtSRgEW+Tt0vSgoDixmi2WSyzSyV MM+N9wp0GXFcOonYlrQmL5XEqP6IhMM5J1bAVnZuzEmqEiG0sgzKsaJSrnLL6DojTX 3c5oKKz0Xd9SBXCFGl3XCt2SKwBYp2BzqcnJX9cY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730214AbgFVSTf (ORCPT ); Mon, 22 Jun 2020 14:19:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:35196 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730161AbgFVSTe (ORCPT ); Mon, 22 Jun 2020 14:19:34 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 942EB20656; Mon, 22 Jun 2020 18:19:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592849974; bh=7Psp9fxYpFv4P8cVvB1by8C7RV68/8VRMZGsxQbNaZQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P1J8yYj/0n1MOSroafo3e1OTyfgBSaLZgvwkndjK85xFqBc9FnpaH3v1sWPN4+Z9o wWHOIcVyCm3BNGpdagharP/K0AQAQv3PqNL8QCULFRntNQ3P05VCrTgeUjrtsij1rC DKAB8dVavnPfss3HQzk2yNaa+HTezjtrvvNnd5/Y= Date: Mon, 22 Jun 2020 20:19:28 +0200 From: Greg KH To: Jens Axboe Cc: xiaoguang.wang@linux.alibaba.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] io_uring: add memory barrier to synchronize io_kiocb's result" failed to apply to 5.7-stable tree Message-ID: <20200622181928.GA2099850@kroah.com> References: <15928481127127@kroah.com> <436198de-3cba-5587-2f0f-a92185d9ee6f@kernel.dk> <20200622180926.GA2083145@kroah.com> <68388f8d-f427-91ac-f503-6857ed47a75d@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <68388f8d-f427-91ac-f503-6857ed47a75d@kernel.dk> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jun 22, 2020 at 12:12:50PM -0600, Jens Axboe wrote: > On 6/22/20 12:09 PM, Greg KH wrote: > > On Mon, Jun 22, 2020 at 12:02:26PM -0600, Jens Axboe wrote: > >> On 6/22/20 11:48 AM, gregkh@linuxfoundation.org wrote: > >>> > >>> The patch below does not apply to the 5.7-stable tree. > >>> If someone wants it applied there, or to any other stable or longterm > >>> tree, then please email the backport, including the original git commit > >>> id to . > >> > >> I took a look at the queue, and here's this one and the next two you > >> reported that didn't apply. > >> > >> There's also a few more, I grabbed them as well. So could you just > >> queue up these 6 for the next 5.7-stable? Thanks! > > > > I will be glad to, thanks, but what is the git commit ids of them in > > Linus's tree? I need to put that in the changelog body... > > Here they are again with that added. That worked great, thanks, all now queued up! greg k-h