All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC 0/4] Dynamic ftrace support for s390
@ 2009-06-02 10:53 Heiko Carstens
  2009-06-02 10:53 ` [PATCH/RFC 1/4] maccess: add weak attribute to probe_kernel_write Heiko Carstens
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Heiko Carstens @ 2009-06-02 10:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Ingo Molnar, Steven Rostedt, Frederic Weisbecker,
	Martin Schwidefsky

This patch series adds dynamic ftrace support for s390.
The first three patches are actually just preparation and cleanup.
However the first patch touches common code, because I want to be able to
have an arch specific version of probe_kernel_write().
The reason for that is that s390 enables page write protection for the
kernel text segment in order to catch random (broken) writes to kernel
text. Since write proctection is enabled any probe_kernel_write() call
would fail.
Now to solve this, we could disable write protection before writing
to the segment and afterwards enable it again (like the x86 specific
ftrace code does). Alternatively we could use some s390 special
instructions in order to bypass virtual addresses and their protection
and directly access the physical page that belongs to the virtual address.
That's my preferred solution and why I'd like to be able an arch
specific version of probe_kernel_write().

If there are no objections, these patches should go upstream via git-s390
I would guess?

Thanks,
Heiko

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-06-02 15:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-02 10:53 [PATCH/RFC 0/4] Dynamic ftrace support for s390 Heiko Carstens
2009-06-02 10:53 ` [PATCH/RFC 1/4] maccess: add weak attribute to probe_kernel_write Heiko Carstens
2009-06-02 10:53 ` [PATCH/RFC 2/4] arch specific probe_kernel_write() implementation Heiko Carstens
2009-06-02 10:53 ` [PATCH/RFC 3/4] kprobes: use probe_kernel_write Heiko Carstens
2009-06-02 10:53 ` [PATCH/RFC 4/4] add dynamic ftrace support Heiko Carstens
2009-06-02 15:28   ` Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.