Re: [PATCH] smack: fix an compile error in smack_post_notification

2019-09-23 Thread Casey Schaufler
On 9/22/2019 8:16 PM, zhong jiang wrote: > I hit the following error when compile the kernel. What tree/branch are you working with? I don't see this. > > security/smack/smack_lsm.c: In function smack_post_notification: > security/smack/smack_lsm.c:4383:7: error: dereferencing pointer to

Re: [PATCH] smack: fix an compile error in smack_post_notification

2019-09-22 Thread kbuild test robot
Hi zhong, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3 next-20190920] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify the

[PATCH] smack: fix an compile error in smack_post_notification

2019-09-22 Thread zhong jiang
I hit the following error when compile the kernel. security/smack/smack_lsm.c: In function smack_post_notification: security/smack/smack_lsm.c:4383:7: error: dereferencing pointer to incomplete type struct watch_notification if (n->type == WATCH_TYPE_META) ^~