From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 23 Nov 2018 12:12:53 -0500 From: Steven Rostedt To: Helge Deller Cc: Sasha Levin , linux-kernel@vger.kernel.org, Linus Torvalds , "James E.J. Bottomley" , linux-parisc@vger.kernel.org, stable@kernel.org, stable@vger.kernel.org Subject: Re: [for-next][PATCH 08/18] parisc: function_graph: Simplify with function_graph_entry() Message-ID: <20181123121253.278146b4@vmware.local.home> In-Reply-To: <511cb47a-a1bd-bb5d-69ec-0836c6b5abfe@gmx.de> References: <20181122003332.500796758@goodmis.org> <20181123073033.2083020863@mail.kernel.org> <511cb47a-a1bd-bb5d-69ec-0836c6b5abfe@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-ID: On Fri, 23 Nov 2018 10:06:05 +0100 Helge Deller wrote: > > How should we proceed with this patch? > > My suggestion, although I didn't looked too much on it: > Apply it to v4.9 and higher only. > I think I started fixing trace functionality on parisc around 4.6, > which is probably why applying it fails on v4.4 and v3.x The problem is, if you backport the generic patches, it will completely break any arch that isn't updated. This also includes the archs that are no longer supported upstream, as they were not changed to handle the generic updates either. -- Steve