]> 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)
commit847116a787a978dbbe2e6a5e00f26cbd9f14b2b6
tree1b7f175d6bffe4ee6d93d1828a730daccf1d77d0
parent23df7fb855571f9f1511513e609c1c529ddcc502
parent79d0a36dabdde1b1a17a7b58d79d6a89b84bb215
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()