]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'next-keys' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Nov 2017 06:51:27 +0000 (20:51 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Nov 2017 06:51:27 +0000 (20:51 -1000)
commita001171ee992e76aff4861e6d1d25ffd552be424
tree1b7f175d6bffe4ee6d93d1828a730daccf1d77d0
parent4866efb99701865b072bd220aefc56d3de9fbea9
parentdfb32fa09a608ef8de6e96b737bf06b7309c1933
Merge branch 'next-keys' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security

Pull keys update from James Morris:
 "There's nothing too controversial here:

   - Doc fix for keyctl_read().

   - time_t -> time64_t replacement.

   - Set the module licence on things to prevent tainting"

* 'next-keys' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
  pkcs7: Set the module licence to prevent tainting
  security: keys: Replace time_t with time64_t for struct key_preparsed_payload
  security: keys: Replace time_t/timespec with time64_t
  KEYS: fix in-kernel documentation for keyctl_read()