From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751451AbbCSUf1 (ORCPT ); Thu, 19 Mar 2015 16:35:27 -0400 Received: from verein.lst.de ([213.95.11.211]:55948 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750840AbbCSUfY (ORCPT ); Thu, 19 Mar 2015 16:35:24 -0400 Date: Thu, 19 Mar 2015 21:35:22 +0100 From: Torsten Duwe To: ppc-dev Cc: Linux Kernel Mailing List Subject: [PATCH v0 0/4] ppc64le: dynamic ftrace and kgraft support Message-ID: <20150319203522.GA19524@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Here's an initial version of dynamic ftrace for ABIv2 (ppc64le), the code maturity is somewhere between proof of concept and pre-alpha. I have split it into 4 parts, for ftrace and kgraft, a configuration enablement and the actual code, respectively. Please have a look and tell me whether this is the way to go. Torsten