[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220119091626.3636-1-miles.chen@mediatek.com>
Date: Wed, 19 Jan 2022 17:16:23 +0800
From: Miles Chen <miles.chen@...iatek.com>
To: <jason@...c4.com>
CC: <ardb@...nel.org>, <davem@...emloft.net>,
<gregkh@...uxfoundation.org>, <herbert@...dor.apana.org.au>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-crypto@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-mediatek@...ts.infradead.org>, <matthias.bgg@...il.com>,
<miles.chen@...iatek.com>
Subject: Re: [PATCH] lib/crypto: blake2s: fix a CFI failure
>typedef void (*blake2s_compress_t)(struct blake2s_state *state,
> const u8 *block, size_t nblocks, u32 inc);
>
>should become
>
>typedef void (*blake2s_compress_t)(struct blake2s_state *state,
> const u8 *block, size_t nblocks, const u32 inc);
>
>Does making that change fix things for you?
>
>Thanks,
>Jason
Thanks for your fast response.
It does not work. I tried this before reverting the commit 6048fdcc5f26.
Miles
Powered by blists - more mailing lists