Re: [kernel-hardening][PATCH v5 1/3] arm: mm: dump: make page table dumping reusable

2017-12-07 Thread Philippe Ombredanne
Dear Jinbum, On Thu, Dec 7, 2017 at 11:53 AM, Jinbum Park wrote: > This patch refactors the arm page table dumping code, > so multiple tables may be registered with the framework. > > This patch refers below commits of arm64. > (4674fdb9f149 ("arm64: mm: dump: make page table dumping reusable"))

[kernel-hardening][PATCH v5 1/3] arm: mm: dump: make page table dumping reusable

2017-12-07 Thread Jinbum Park
This patch refactors the arm page table dumping code, so multiple tables may be registered with the framework. This patch refers below commits of arm64. (4674fdb9f149 ("arm64: mm: dump: make page table dumping reusable")) (4ddb9bf83349 ("arm64: dump: Make ptdump debugfs a separate option")) Teste