Re: [PATCH 1/3] powernv/memtrace: Allow mmaping trace buffers

2021-04-10 Thread Michael Ellerman
On Thu, 25 Feb 2021 14:21:06 +1100, Jordan Niethe wrote: > Let the memory removed from the linear mapping to be used for the trace > buffers be mmaped. This is a useful way of providing cache-inhibited > memory for the alignment_handler selftest. Patches 1 & 2 applied to powerpc/next. [1/3]

[PATCH 1/3] powernv/memtrace: Allow mmaping trace buffers

2021-02-24 Thread Jordan Niethe
Let the memory removed from the linear mapping to be used for the trace buffers be mmaped. This is a useful way of providing cache-inhibited memory for the alignment_handler selftest. Signed-off-by: Jordan Niethe --- arch/powerpc/platforms/powernv/memtrace.c | 18 +- 1 file