KEYS: fix in-kernel documentation for keyctl_read()
authorEric Biggers <ebiggers@google.com>
Wed, 15 Nov 2017 16:38:44 +0000 (16:38 +0000)
committerDavid Howells <dhowells@redhat.com>
Wed, 15 Nov 2017 16:38:44 +0000 (16:38 +0000)
commitbe543dd626c0a23829e9cc1a28e1e3af4cd9ced6
tree7d0a0f99d87697d67565fdf8daafe415a28b62a2
parent37cb8e1f8e10c6e9bd2a1b95cdda0620a21b0551
KEYS: fix in-kernel documentation for keyctl_read()

When keyctl_read() is passed a buffer that is too small, the behavior is
inconsistent.  Some key types will fill as much of the buffer as
possible, while others won't copy anything.  Moreover, the in-kernel
documentation contradicted the man page on this point.

Update the in-kernel documentation to say that this point is
unspecified.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Documentation/security/keys/core.rst