Re: [PATCH 3/3] net: rxrpc: Replace time_t type with time64_t type
From: David Howells <dhowells@redhat.com>
Date: 2017-08-09 13:26:52
Also in:
keyrings, linux-security-module, lkml
From: David Howells <dhowells@redhat.com>
Date: 2017-08-09 13:26:52
Also in:
keyrings, linux-security-module, lkml
Arnd Bergmann [off-list ref] wrote:
Do you know which format is used in practice? Are both kad and k5 common among rxrpc users?
The aklog program I'm using uses the non-XDR interface to push a Kerberos 5 ticket to the kernel, so it doesn't actually invoke rxrpc_preparse_xdr() from rxrpc_preparse(). David