Re: [PATCH] [DEV] dma mapping : export caller to vmallocinfo

2017-10-02 Thread Catalin Marinas
On Mon, Oct 02, 2017 at 03:01:55PM +0200, Matthieu CASTET wrote: > For example on arm64 board, this add info to "user" entries in vmallocinfo > > Before : > [...] > 0xff8008997000 0xff80089d8000 266240 user > [...] > > Afer : > [...] > 0xff8008997000 0xff80089d8000 266240

Re: [PATCH] [DEV] dma mapping : export caller to vmallocinfo

2017-10-02 Thread Catalin Marinas
On Mon, Oct 02, 2017 at 03:01:55PM +0200, Matthieu CASTET wrote: > For example on arm64 board, this add info to "user" entries in vmallocinfo > > Before : > [...] > 0xff8008997000 0xff80089d8000 266240 user > [...] > > Afer : > [...] > 0xff8008997000 0xff80089d8000 266240

[PATCH] [DEV] dma mapping : export caller to vmallocinfo

2017-10-02 Thread Matthieu CASTET
For example on arm64 board, this add info to "user" entries in vmallocinfo Before : [...] 0xff8008997000 0xff80089d8000 266240 user [...] Afer : [...] 0xff8008997000 0xff80089d8000 266240 atomic_pool_init+0x0/0x1d8 user [...] This help to debug mapping issues, and is consistent

[PATCH] [DEV] dma mapping : export caller to vmallocinfo

2017-10-02 Thread Matthieu CASTET
For example on arm64 board, this add info to "user" entries in vmallocinfo Before : [...] 0xff8008997000 0xff80089d8000 266240 user [...] Afer : [...] 0xff8008997000 0xff80089d8000 266240 atomic_pool_init+0x0/0x1d8 user [...] This help to debug mapping issues, and is consistent