Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752556AbdHIN0w (ORCPT ); Wed, 9 Aug 2017 09:26:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57928 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752464AbdHIN0u (ORCPT ); Wed, 9 Aug 2017 09:26:50 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com A36C3C11F2C8 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=dhowells@redhat.com Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <8ac57c96bf5a0695ecc67fd230440b0b9d15740f.1502246502.git.baolin.wang@linaro.org> <6767.1502271233@warthog.procyon.org.uk> To: Arnd Bergmann Cc: dhowells@redhat.com, Baolin Wang , David Miller , james.l.morris@oracle.com, "Serge E. Hallyn" , marc.dionne@auristor.com, Dan Carpenter , "Jason A. Donenfeld" , Mark Brown , keyrings@vger.kernel.org, Linux Kernel Mailing List , LSM List , Networking Subject: Re: [PATCH 3/3] net: rxrpc: Replace time_t type with time64_t type MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <11685.1502285205.1@warthog.procyon.org.uk> Date: Wed, 09 Aug 2017 14:26:45 +0100 Message-ID: <11686.1502285205@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 09 Aug 2017 13:26:50 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 314 Lines: 10 Arnd Bergmann 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