Re: [PATCH 3/3] vmalloc: Add debugfs modfraginfo

2018-07-18 Thread kbuild test robot
Hi Rick, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.18-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Rick-Edge

[PATCH 3/3] vmalloc: Add debugfs modfraginfo

2018-07-06 Thread Rick Edgecombe
Add debugfs file "modfraginfo" for providing info on module space fragmentation. This can be used for determining if loadable module randomization is causing any problems for extreme module loading situations, like huge numbers of modules or extremely large modules. Sample output when RANDOMIZE_B

Re: [PATCH 3/3] vmalloc: Add debugfs modfraginfo

2018-06-21 Thread Edgecombe, Rick P
On Thu, 2018-06-21 at 14:32 +0200, Jann Horn wrote: > On Thu, Jun 21, 2018 at 12:12 AM Rick Edgecombe > wrote: > > > > Add debugfs file "modfraginfo" for providing info on module space > > fragmentation.  This can be used for determining if loadable module > > randomization is causing any problem

Re: [PATCH 3/3] vmalloc: Add debugfs modfraginfo

2018-06-21 Thread Jann Horn
On Thu, Jun 21, 2018 at 12:12 AM Rick Edgecombe wrote: > Add debugfs file "modfraginfo" for providing info on module space > fragmentation. This can be used for determining if loadable module > randomization is causing any problems for extreme module loading situations, > like huge numbers of mod

Re: [PATCH 3/3] vmalloc: Add debugfs modfraginfo

2018-06-20 Thread kbuild test robot
Hi Rick, Thank you for the patch! Yet something to improve: [auto build test ERROR on mmotm/master] [also build test ERROR on v4.18-rc1 next-20180620] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/com

Re: [PATCH 3/3] vmalloc: Add debugfs modfraginfo

2018-06-20 Thread kbuild test robot
Hi Rick, Thank you for the patch! Yet something to improve: [auto build test ERROR on mmotm/master] [also build test ERROR on v4.18-rc1 next-20180620] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/com

[PATCH 3/3] vmalloc: Add debugfs modfraginfo

2018-06-20 Thread Rick Edgecombe
Add debugfs file "modfraginfo" for providing info on module space fragmentation. This can be used for determining if loadable module randomization is causing any problems for extreme module loading situations, like huge numbers of modules or extremely large modules. Sample output when RANDOMIZE_B