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 8A708C38A02 for ; Mon, 31 Oct 2022 07:24:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229588AbiJaHYB (ORCPT ); Mon, 31 Oct 2022 03:24:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229647AbiJaHX5 (ORCPT ); Mon, 31 Oct 2022 03:23:57 -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 CEABE299; Mon, 31 Oct 2022 00:23:56 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 6B18261003; Mon, 31 Oct 2022 07:23:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 79924C433C1; Mon, 31 Oct 2022 07:23:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1667201035; bh=/l+bnPa+QpO2aKJ1A1iRYqzj0CbaaJY5jam4oQUCoSc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uRkFDgMKqIQ4lED1kKnYIKCcFBuVk1Zi0YPILaM1iY5qbtHyYN3ri3myorYz7IcQu wvMWiZgVCgHAxcJVbOmuFF9ZVhve3VJ3O04Luq6l+RPJsNhrG1WDS5CUO5xHA4svuj G5WWNLvDlTguUdrqyOBSaCZSE9cZyQu5ymYMZNgY= Date: Mon, 31 Oct 2022 08:24:51 +0100 From: Greg Kroah-Hartman To: Demi Marie Obenour Cc: Juergen Gross , Stefano Stabellini , Oleksandr Tyshchenko , Sasha Levin , Marek =?iso-8859-1?Q?Marczykowski-G=F3recki?= , xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 0/3] Stable backports of gntdev fixes Message-ID: References: <20221030071243.1580-1-demi@invisiblethingslab.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221030071243.1580-1-demi@invisiblethingslab.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 30, 2022 at 03:12:40AM -0400, Demi Marie Obenour wrote: > I backported the recent gntdev patches to stable branches before 5.15. > The first patch is a prerequisite for the other backports. The second > patch should apply cleanly to all stable branches, but the third only > applies to 5.10 as it requires mmu_interval_notifier_insert_locked(). Patches 1 and 2 now queued up, see my comments on 3. thanks, greg k-h