Re: [PATCH v7 6/9] selinux: Allocate and free infiniband security hooks

2017-05-22 Thread James Morris
On Fri, 19 May 2017, Dan Jurgens wrote: > From: Daniel Jurgens > > Implement and attach hooks to allocate and free Infiniband object > security structures. > > Signed-off-by: Daniel Jurgens Reviewed-by: James Morris -- James Morris

[PATCH v7 6/9] selinux: Allocate and free infiniband security hooks

2017-05-19 Thread Dan Jurgens
From: Daniel Jurgens Implement and attach hooks to allocate and free Infiniband object security structures. Signed-off-by: Daniel Jurgens --- v2: - Use void * blobs for security structs. Paul Moore - Shorten ib_end_port to ib_port. Paul Moore - Allocate memory for security struct with GFP_KE