Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3255pxj; Wed, 26 May 2021 14:25:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJztnoSUV/pxV6gM6Gr7qOQXBZ2bNGnDXoazpOp9Msz2/+DBJgmWjhhEka5Dmbh10HtTP6cg X-Received: by 2002:a05:6402:3494:: with SMTP id v20mr224565edc.169.1622064340243; Wed, 26 May 2021 14:25:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622064340; cv=none; d=google.com; s=arc-20160816; b=Z9qwQa2YNXQbaIAgZSVdVe+raqYpm6zcAAnMcpHO9pFsAMvh7+b9iwW6+nFyvoixib h8owHufn7k5qgD0DcVR20o7ynOSQ5hTCNodHeokP0gVrhKKkCMrDFHHlxQIRC0/PI5vz 3j54sJfDd/CvPpo2yYDLEZqPWuSU2xu8DECBBZXGAiWfldJkMmyxxxMpf1ObeaQ58fLV oOCelUAqx3MfrIfF9H3unTWNADZaxNl14FXYjEsjQIVzrb1W4MuqIpRnFBLcs8W04xC1 jgRb5NYmUIAv4cYBszxYiaUOO8cvy5q566NKMH9uNPH7QL/LQkeDlGL3CqkPJ1pE+vwc YE+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=zT6VolWyTh9a+4kKJgk7IagU65689NfJYmRZRnHf4jE=; b=Ivnmn0n1p6+ifMA2x223436bnHe+fYCUkQXXF6sGH14VLpi+UKMdlJBUSmrbGZwRll wkRpaf8ePmJX0t6yzQt3r6GwzKu7N1gzu+9HxS/xls8vkUmi3cJDQHbiH48j04UY3zm8 nJtY9jnTzBIASa0+ev3NHzv1ls/WF3X1RR+bgzRy/ZqPh60aAXFrRreGh7v/NMk5Dtni pgRorjk5Pe3CBpaeB1qZOBXOMkj8E3KAbjxCLXOz7VCm1h01shT+c6nCesqvjgmk2+bf 0qOfoKJwMV9GsO6F1tqh+obgy6LVr2I7z1o37FyUw8NK8HcgXwVf+274hEt+Nfd+QK+B +TUA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p14si189240ejx.375.2021.05.26.14.25.15; Wed, 26 May 2021 14:25:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233778AbhEZVYW (ORCPT + 99 others); Wed, 26 May 2021 17:24:22 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:46912 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232626AbhEZVYU (ORCPT ); Wed, 26 May 2021 17:24:20 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id B163C1C0B80; Wed, 26 May 2021 23:22:47 +0200 (CEST) Date: Wed, 26 May 2021 23:22:47 +0200 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Wolfgang =?iso-8859-1?Q?M=FCller?= , Ashok Raj , Lu Baolu , Joerg Roedel , Sasha Levin Subject: Re: [PATCH 5.10 261/289] Revert "iommu/vt-d: Remove WO permissions on second-level paging entries" Message-ID: <20210526212247.GA4463@duo.ucw.cz> References: <20210517140305.140529752@linuxfoundation.org> <20210517140313.931565813@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <20210517140313.931565813@linuxfoundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon 2021-05-17 16:03:06, Greg Kroah-Hartman wrote: > This reverts commit c848416cc05afc1589edba04fe00b85c2f797ee3 which is > eea53c5816889ee8b64544fa2e9311a81184ff9c upstream. Please don't do this. You are "creative" with marking upstream commits, which breaks scripting, again. How=20 > Another iommu patch was backported incorrectly, causing problems, so > drop this as well for the moment. >=20 > Reported-by: Wolfgang M=FCller > Cc: Ashok Raj > Cc: Lu Baolu > Cc: Joerg Roedel > Cc: Sasha Levin > Signed-off-by: Greg Kroah-Hartman Simply put it into the sign-off area, where it belongs. People will happily update the scripts as it will be the last breakage. Thanks, Pavel --=20 http://www.livejournal.com/~pavelmachek --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCYK68JwAKCRAw5/Bqldv6 8jFFAJ4xfnEnON47C//aLVltIbKk3BXdDQCgrNaLyaJ8LPaD3vknvL7FQ5K2few= =JJ5Q -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK--