From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eddie.linux-mips.org ([148.251.95.138]:48590 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752388AbdCHKit (ORCPT ); Wed, 8 Mar 2017 05:38:49 -0500 Received: from localhost.localdomain ([127.0.0.1]:59628 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S23992121AbdCHJQuoyN90 (ORCPT ); Wed, 8 Mar 2017 10:16:50 +0100 Date: Wed, 8 Mar 2017 10:16:45 +0100 From: Ralf Baechle To: gregkh@linuxfoundation.org Cc: stable@vger.kernel.org, James Hogan Subject: Re: FAILED: patch "[PATCH] MIPS: IP22: Fix build error due to binutils 2.25 uselessnes." failed to apply to 4.10-stable tree Message-ID: <20170308091645.GA17774@linux-mips.org> References: <14889560764620@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <14889560764620@kroah.com> Sender: stable-owner@vger.kernel.org List-ID: Hi Gregh, On Wed, Mar 08, 2017 at 07:54:36AM +0100, gregkh@linuxfoundation.org wrote: > The patch below does not apply to the 4.10-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 . > > thanks, > > greg k-h > > ------------------ original commit in Linus's tree ------------------ > > >From ae2f5e5ed04a17c1aa1f0a3714c725e12c21d2a9 Mon Sep 17 00:00:00 2001 > From: Ralf Baechle > Date: Thu, 15 Dec 2016 12:39:22 +0100 > Subject: [PATCH] MIPS: IP22: Fix build error due to binutils 2.25 uselessnes. The patch will apply fine to v4.10-stable but requires 55e4fac7c9ef ("MIPS: IP22: Reformat inline assembler code to modern standards.") to be applied first. This is the case for all three branches that you reported this issue with, v4.10-stable, v4.9-stable and v4.4-stable. Ralf