Announce loop-AES-v3.7r file/swap crypto package

2020-08-09 Thread Jari Ruusu
loop-AES changes since previous release: - Worked around kernel interface changes on 5.8 kernels bzip2 compressed tarball is here: http://loop-aes.sourceforge.net/loop-AES/loop-AES-v3.7r.tar.bz2 md5sum e264e305c829d002a7a94376789f4adc http://loop-aes.sourceforge.net/loop-AES/loop-AES

[PATCH] hwrng : cleanup initialization

2020-08-09 Thread trix
From: Tom Rix clang static analysis reports this problem intel-rng.c:333:2: warning: Assigned value is garbage or undefined void __iomem *mem = mem; ^ ~~~ Because mem is assigned before it is used, this is not a real problem. But the initialization is strange