Re: [PATCH v3 1/8] mm/dax: Dump start address in fault handler

2024-08-02 Thread Peter Xu
On Wed, Jul 31, 2024 at 02:04:38PM +0200, David Hildenbrand wrote: > On 15.07.24 21:21, Peter Xu wrote: > > Currently the dax fault handler dumps the vma range when dynamic debugging > > enabled. That's mostly not useful. Dump the (aligned) address instead > > with the order info. > > > > Signed

Re: [PATCH v3 1/8] mm/dax: Dump start address in fault handler

2024-07-31 Thread David Hildenbrand
On 15.07.24 21:21, Peter Xu wrote: Currently the dax fault handler dumps the vma range when dynamic debugging enabled. That's mostly not useful. Dump the (aligned) address instead with the order info. Signed-off-by: Peter Xu --- drivers/dax/device.c | 6 +++--- 1 file changed, 3 insertions