On 2/3/22 15:21, Cédric Le Goater wrote:
ppc_radix64_partition_scoped_xlate() logs the host page protection bits variable but it is uninitialized since it is set later in ppc_radix64_check_prot(). Remove theFixes: Coverity CID 1468942 Signed-off-by: Cédric Le Goater <c...@kaod.org>
Applied to ppc-7.0 (with a commit log update) Thanks, C.