Messages in this thread |  | | From | Krzysztof Kozlowski <> | Date | Sat, 27 Feb 2021 17:37:49 +0100 | Subject | Re: [PATCH 1/3] crypto: sa2ul - Hide pointer and fix -Wpointer-to-int-cast in dev_dbg() |
| |
On Fri, 4 Sept 2020 at 10:28, Herbert Xu <herbert@gondor.apana.org.au> wrote: > > On Wed, Aug 26, 2020 at 06:29:52PM +0200, Krzysztof Kozlowski wrote: > > Pointers should not be printed because they might leak important > > information about address space layout. Use %p to hash the value. This > > also fixes compilation warnings on 32-bit architecture: > > > > drivers/crypto/sa2ul.c:1486:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > > > > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > > --- > > drivers/crypto/sa2ul.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > All applied. Thanks.
Hi Herbert,
I think this patch was lost, although you replied that the entire set is applied.
Can you pick it up?
Best regards, Krzysztof
|  |