Received: by 10.223.185.116 with SMTP id b49csp7444644wrg; Thu, 1 Mar 2018 05:46:37 -0800 (PST) X-Google-Smtp-Source: AG47ELsw4QRIxinelXRWpLyhc/jXQzeRoO+FF0TR+a8i8UDkBEpw66TOQA/+FLsT6dZPwlrY8KMs X-Received: by 10.99.177.72 with SMTP id g8mr1548800pgp.99.1519911997450; Thu, 01 Mar 2018 05:46:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519911997; cv=none; d=google.com; s=arc-20160816; b=uoxhPuDXlxdHI7zvH+DVX/7il/0M1onVfiGHXypjjDyDv91KlRZybXYZY0q08Blbnn 97eZQwH2sUSjwW1T/RxWcoIP9LGcsXB1eqZchJl2jfT3SO2iM8VWl0CePmYY7bJrz5Sv U9vsLmsS/8UKQumuoxAu+FRSo1xSp8C0K8XphbQf1XgJDreCSgaBw6yPsCFE9CfPHE15 snNj/yVJ1Qn5RJXiZP8sCl5KFFetSvzAPGRfEd6m6KWm9Tq5FDuxWNT4/2lQNw6Ggikc Z9peI2q8bfN7IkOKbLbFN0bGrssMy413Gu1pylvNMSrG3f3Na9ChqlLiw/7LEaXHwnnQ H4tw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dmarc-filter:arc-authentication-results; bh=tm954kJPYCOAEOq0PjxuXncDRGD9D13CQAO5gFzF7SI=; b=mIk5vbFDSYlon0zME67DHkRi82sRe9t8tGOaDJ+8BkIjhEyPRR3HmUFRuzjE7jNoyL a7Zmq0917uKvDq7RyDS4y/2vi5vgLTA/nQmnv7rlR4LEJbtVIoILqi64C1RiC5kjy6Aa YSNRJld5Hm/xnvI45bjdDEJylkhFlsoIH3Z+HzQiyMHWYxRFCdDdF9FEFW4gypC799S6 Eb2c5kqyLAqPKA6sz/HaSGqeRGT5v0TZSnO9rbKuof6JKqSeO4p9mvK6V1KMllZWrSYV AUjAkzYVuKsn6UeA9LhZJaWzP2XYRbSm+KAnKQT5PcR9qjzUKwdNu+yrvPnl3gWiwE9a Tidg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n12-v6si3136654pls.292.2018.03.01.05.46.22; Thu, 01 Mar 2018 05:46:37 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030831AbeCANo2 (ORCPT + 99 others); Thu, 1 Mar 2018 08:44:28 -0500 Received: from mail.kernel.org ([198.145.29.99]:46558 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030717AbeCANo1 (ORCPT ); Thu, 1 Mar 2018 08:44:27 -0500 Received: from saruman (jahogan.plus.com [212.159.75.221]) (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 867E42177C; Thu, 1 Mar 2018 13:44:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 867E42177C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=jhogan@kernel.org Date: Thu, 1 Mar 2018 13:44:02 +0000 From: James Hogan To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, akpm@linux-foundation.org, Paul Burton , linux-mips@linux-mips.org, Ralf Baechle Subject: Re: [PATCH 3.16 091/254] MIPS: CPS: Fix r1 .set mt assembler warning Message-ID: <20180301134401.GQ6245@saruman> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7kD9y3RnPUgTZee0" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --7kD9y3RnPUgTZee0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 28, 2018 at 03:20:18PM +0000, Ben Hutchings wrote: > 3.16.55-rc1 review patch. If anyone has any objections, please let me kn= ow. >=20 > ------------------ >=20 > From: James Hogan >=20 > commit 17278a91e04f858155d54bee5528ba4fbcec6f87 upstream. You'll want this too: 8dbc1864b74f5dea5a3f7c30ca8fd358a675132f MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW fallout Its only tagged for stable 4.15 since the one it fixes wasn't tagged for stable. If you're going to select patches for backporting based on Fixes tags, maybe its worth looking for patches which are marked as fixing ones you've backported too. Cheers James --7kD9y3RnPUgTZee0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEd80NauSabkiESfLYbAtpk944dnoFAlqYA5oACgkQbAtpk944 dnoCAg/+KTDFkcVwtPk3I4VT7ZMasy/wlIdy+6qCZwo6ErA7Ao32wQoEUm5Mh5jw 0CH7F2+iSftl6SCZ0cASnq9EVkK5qSdqDmjh6rdeJQAGxaOaK9ybMPQBpK1URwoc TlfJSAurtgwqL/QPsAwKJSrUjX0HInBlt0sl6+cpYW8ToocBQZhL4iKywyfyFKeB ZB+0pNHDnDcpy8a10ju8iqfXNDebZRcEunD2SumDw3Ccn5t+mQ87ABpUwhX61G1J KPPvLJcnQ77pa9/P7Gi4hE8m7VbhZcaRCcPBzaV7UaMHKWxnK07A4Qbp6uSMGS2G z6YAtIMzbBdGdB9Yeu6iyVLrDUZMSU3ctRu7Vbyj1RwPmM2KJ0cUaoiaWFSbPGtX 3PdwI1RoWiFF23rBlxQLclY1KI0U8tvB7diWX89COoAbHksk7cCNJCkBz0W1q5YY M1XTl3RLmboGQRmIms0mTSsv6N+KWL567I+02OsnzXyopQoM6fG3qf//InwmLHfQ SoGgJWXAsnn+l4PDZQlNrH+N3VSibUavdIomWpLouBSX3mSY5loe5aK0LD7IP9T7 ZV53I3nwJb8Ev7oaKs/kGVZ/DSPsRS937NB+ps6UWgcafPZDH6cvd+MIVFCc8euJ 2IOooTEES12UEM65n0X+gzYbBjYJ5uVRPTFKwpxzh8Bt9BimLoE= =zDIT -----END PGP SIGNATURE----- --7kD9y3RnPUgTZee0--