Hi Hassan, On Mon, Oct 29, 2018 at 06:27:41PM -0700, Hassan Naveed wrote: > From: Hassan Naveed <hnaveed@xxxxxxxxxxxx> > > Allows the users of ptrace to access memory mapped by the ptraced process > using the same cache coherency attributes as the original process. > For example while using gdb with ioremap_prot() incorporated, both gdb and > the process being traced will have same cache coherency attributes. > > Signed-off-by: Hassan Naveed <hnaveed@xxxxxxxxxxxx> > --- > .../features/vm/ioremap_prot/arch-support.txt | 2 +- > arch/mips/Kconfig | 1 + > arch/mips/include/asm/io.h | 12 ++++++++++++ > arch/mips/include/asm/page.h | 1 + > 4 files changed, 15 insertions(+), 1 deletion(-) Thanks - applied to mips-next for v4.21. Paul