[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191018073525.768931536@infradead.org>
Date: Fri, 18 Oct 2019 09:35:25 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: x86@...nel.org
Cc: peterz@...radead.org, linux-kernel@...r.kernel.org,
rostedt@...dmis.org, mhiramat@...nel.org, bristot@...hat.com,
jbaron@...mai.com, torvalds@...ux-foundation.org,
tglx@...utronix.de, mingo@...nel.org, namit@...are.com,
hpa@...or.com, luto@...nel.org, ard.biesheuvel@...aro.org,
jpoimboe@...hat.com, jeyu@...nel.org
Subject: [PATCH v4 00/16] Rewrite x86/ftrace to use text_poke (and more)
Ftrace was one of the last W^X violators (and KLP it seems). These here patches
move it over to the generic text_poke() interface and thereby get rid of this
oddity.
The first 6 or so patches are more or less the same as in v3, except it has the
bugs fixed that Steve found:
- boot time function tracing works
- module loading with function tracing works
Then there's 10 new patches, that go all over the place, mostly inspired by
staring at code touched by the first 6. That is, there's further ftrace and
kprobes cleanups, as well fixes for various issues.
In the end, it will have removed the horrible set_all_modules_text_*()
interface and reduced the ftrace module loading to a single callback (again).
The ARM patch is compiled only, I would be much obliged if someone could test
that.
Powered by blists - more mailing lists