linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Jan 29 (security/smack/)
       [not found] <20200129155431.76bd7f25@canb.auug.org.au>
@ 2020-01-29 22:18 ` Randy Dunlap
  2020-01-29 22:54   ` Casey Schaufler
  2020-01-31 17:35   ` David Howells
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2020-01-29 22:18 UTC (permalink / raw)
  To: Stephen Rothwell, Linux Next Mailing List
  Cc: Linux Kernel Mailing List, Casey Schaufler, linux-security-module

On 1/28/20 8:54 PM, Stephen Rothwell wrote:
> Hi all,
> 
> Please do not add any v5.7 material to your linux-next included
> branches until after v5.6-rc1 has been released.
> 
> Changes since 20200128:
> 

../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)
       ^~
  CC      kernel/time/hrtimer.o
../security/smack/smack_lsm.c:4383:17: error: ‘WATCH_TYPE_META’ undeclared (first use in this function); did you mean ‘TCA_PIE_BETA’?
  if (n->type == WATCH_TYPE_META)
                 ^~~~~~~~~~~~~~~
                 TCA_PIE_BETA


Probably just missing
#include <linux/watch_queue.h>


-- 
~Randy
Reported-by: Randy Dunlap <rdunlap@infradead.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: Tree for Jan 29 (security/smack/)
  2020-01-29 22:18 ` linux-next: Tree for Jan 29 (security/smack/) Randy Dunlap
@ 2020-01-29 22:54   ` Casey Schaufler
  2020-01-31 17:35   ` David Howells
  1 sibling, 0 replies; 3+ messages in thread
From: Casey Schaufler @ 2020-01-29 22:54 UTC (permalink / raw)
  To: Randy Dunlap, Stephen Rothwell, Linux Next Mailing List, David Howells
  Cc: Linux Kernel Mailing List, linux-security-module, Casey Schaufler

On 1/29/2020 2:18 PM, Randy Dunlap wrote:
> On 1/28/20 8:54 PM, Stephen Rothwell wrote:
>> Hi all,
>>
>> Please do not add any v5.7 material to your linux-next included
>> branches until after v5.6-rc1 has been released.
>>
>> Changes since 20200128:
>>
This keeps coming up. It's in David Howells' watch queue changes.
David, could you please fix this?

> ../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)
>        ^~
>   CC      kernel/time/hrtimer.o
> ../security/smack/smack_lsm.c:4383:17: error: �WATCH_TYPE_META� undeclared (first use in this function); did you mean �TCA_PIE_BETA�?
>   if (n->type == WATCH_TYPE_META)
>                  ^~~~~~~~~~~~~~~
>                  TCA_PIE_BETA
>
>
> Probably just missing
> #include <linux/watch_queue.h>
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: Tree for Jan 29 (security/smack/)
  2020-01-29 22:18 ` linux-next: Tree for Jan 29 (security/smack/) Randy Dunlap
  2020-01-29 22:54   ` Casey Schaufler
@ 2020-01-31 17:35   ` David Howells
  1 sibling, 0 replies; 3+ messages in thread
From: David Howells @ 2020-01-31 17:35 UTC (permalink / raw)
  To: Casey Schaufler
  Cc: dhowells, Randy Dunlap, Stephen Rothwell,
	Linux Next Mailing List, Linux Kernel Mailing List,
	linux-security-module

Casey Schaufler <casey@schaufler-ca.com> wrote:

> This keeps coming up. It's in David Howells' watch queue changes.
> David, could you please fix this?

That should be fixed now in my keys-next branch.

David


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-31 17:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200129155431.76bd7f25@canb.auug.org.au>
2020-01-29 22:18 ` linux-next: Tree for Jan 29 (security/smack/) Randy Dunlap
2020-01-29 22:54   ` Casey Schaufler
2020-01-31 17:35   ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).