Re: [GIT PULL] security: keys updates for v4.20

2018-11-02 Thread James Morris
On Thu, 1 Nov 2018, Linus Torvalds wrote: > On Fri, Oct 26, 2018 at 2:36 AM James Morris wrote: > > > > From David: "Provide five new operations in the key_type struct that can > > be used to provide access to asymmetric key operations. These will be > > implemented for the asymmetric key type i

Re: [GIT PULL] security: keys updates for v4.20

2018-11-01 Thread Linus Torvalds
On Fri, Oct 26, 2018 at 2:36 AM James Morris wrote: > > From David: "Provide five new operations in the key_type struct that can > be used to provide access to asymmetric key operations. These will be > implemented for the asymmetric key type in a later patch and may refer to > a key retained in

[GIT PULL] security: keys updates for v4.20

2018-10-26 Thread James Morris
Please pull. Note these patches have been in next and my tree under a different branch for some weeks. >From David: "Provide five new operations in the key_type struct that can be used to provide access to asymmetric key operations. These will be implemented for the asymmetric key type in a la