2016-10-13 15:11:03

by Ralf Baechle

[permalink] [raw]
Subject: [PATCH] Documentation: MIPS supports HAVE_REGS_AND_STACK_ACCESS_API

This should have been part of 40e084a506eb ('MIPS: Add uprobes support.').

Signed-off-by: Ralf Baechle <[email protected]>
Fixes: 40e084a506eb ("MIPS: Add uprobes support.")
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
---
Jonathan, you can funnel this through the MIPS tree if you're ok with that?
Just lemme know -- Ralf

Documentation/features/perf/kprobes-event/arch-support.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/features/perf/kprobes-event/arch-support.txt b/Documentation/features/perf/kprobes-event/arch-support.txt
index 9855ad0..4660bf2 100644
--- a/Documentation/features/perf/kprobes-event/arch-support.txt
+++ b/Documentation/features/perf/kprobes-event/arch-support.txt
@@ -22,7 +22,7 @@
| m68k: | TODO |
| metag: | TODO |
| microblaze: | TODO |
- | mips: | TODO |
+ | mips: | ok |
| mn10300: | TODO |
| nios2: | TODO |
| openrisc: | TODO |


2016-10-13 15:16:31

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Documentation: MIPS supports HAVE_REGS_AND_STACK_ACCESS_API

On Thu, 13 Oct 2016 17:09:36 +0200
Ralf Baechle <[email protected]> wrote:

> Jonathan, you can funnel this through the MIPS tree if you're ok with that?
> Just lemme know -- Ralf

Through the MIPS tree is fine with me.

Thanks,

jon