Re: [PATCH] apparmor: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-11-06 Thread Frank Lee
Sorry,I will send the second version of the patch. --Yangtao On Wed, Nov 7, 2018 at 9:17 AM kbuild test robot wrote: > > Hi Yangtao, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on security/next-testing] > [also build test ERROR on v4.20-rc1 next-20181106] >

Re: [PATCH] apparmor: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-11-06 Thread Frank Lee
Sorry,I will send the second version of the patch. --Yangtao On Wed, Nov 7, 2018 at 9:17 AM kbuild test robot wrote: > > Hi Yangtao, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on security/next-testing] > [also build test ERROR on v4.20-rc1 next-20181106] >

Re: [PATCH] apparmor: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-11-06 Thread kbuild test robot
Hi Yangtao, Thank you for the patch! Yet something to improve: [auto build test ERROR on security/next-testing] [also build test ERROR on v4.20-rc1 next-20181106] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] apparmor: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-11-06 Thread kbuild test robot
Hi Yangtao, Thank you for the patch! Yet something to improve: [auto build test ERROR on security/next-testing] [also build test ERROR on v4.20-rc1 next-20181106] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] apparmor: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-11-06 Thread kbuild test robot
Hi Yangtao, Thank you for the patch! Yet something to improve: [auto build test ERROR on security/next-testing] [also build test ERROR on v4.20-rc1 next-20181106] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] apparmor: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-11-06 Thread kbuild test robot
Hi Yangtao, Thank you for the patch! Yet something to improve: [auto build test ERROR on security/next-testing] [also build test ERROR on v4.20-rc1 next-20181106] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] apparmor: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-11-06 Thread Yangtao Li
Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Signed-off-by: Yangtao Li --- security/apparmor/apparmorfs.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/security/apparmor/apparmorfs.c b/security/apparmor/apparmorfs.c index

[PATCH] apparmor: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-11-06 Thread Yangtao Li
Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Signed-off-by: Yangtao Li --- security/apparmor/apparmorfs.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/security/apparmor/apparmorfs.c b/security/apparmor/apparmorfs.c index