]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
s390/crypto: Renaming PPNO to PRNO.
authorHarald Freudenberger <freude@linux.vnet.ibm.com>
Fri, 24 Feb 2017 09:11:54 +0000 (10:11 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 26 Apr 2017 11:41:32 +0000 (13:41 +0200)
commit985a9d20daa67e1983910fcf6e4f348ce8eed086
treeb4afff61f9c6d30ac409ccdb247dc7377f1ac447
parent1366def38b6ab574dd0dbf95e308c7d115e73796
s390/crypto: Renaming PPNO to PRNO.

The PPNO (Perform Pseudorandom Number Operation) instruction
has been renamed to PRNO (Perform Random Number Operation).
To avoid confusion and conflicts with future extensions with
this instruction (like e.g. provide a true random number
generator) this patch renames all occurences in cpacf.h and
adjusts the only exploiter code which is the prng device
driver and one line in the s390 kvm feature check.

Signed-off-by: Harald Freudenberger <freude@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/crypto/prng.c
arch/s390/include/asm/cpacf.h
arch/s390/kvm/kvm-s390.c