[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <73018a43cf345264d135e4b3a4c6c84ba0651489.camel@linux.intel.com>
Date: Thu, 19 Dec 2019 00:06:14 +0200
From: Jarkko Sakkinen <jarkko.sakkinen@...ux.intel.com>
To: "Ben Dooks (Codethink)" <ben.dooks@...ethink.co.uk>
Cc: David Howells <dhowells@...hat.com>, keyrings@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] KEYS: trusted: fix type warnings in ntohl/nthos
On Tue, 2019-12-17 at 11:09 +0000, Ben Dooks (Codethink) wrote:
> The ntohl takes a __be32 and ntohs takes __be16, so cast to
> those types before passing it to the byte swapping functions.
>
> Note, would be32_to_cpu and be16_to_cpu be better here?
Yes, can you refine this?
Also in commit message you could
"
E.g.
security/keys/trusted-keys/trusted_tpm1.c:201:19: warning: cast to restricted __be32
"
We get the idea from one line :-)
/Jarkko
Powered by blists - more mailing lists