linux/drivers
Jason A. Donenfeld a251c17aa5 treewide: use get_random_u32() when possible
The prandom_u32() function has been a deprecated inline wrapper around
get_random_u32() for several releases now, and compiles down to the
exact same code. Replace the deprecated wrapper with a direct call to
the real function. The same also applies to get_random_int(), which is
just a wrapper around get_random_u32(). This was done as a basic find
and replace.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Yury Norov <yury.norov@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz> # for ext4
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk> # for sch_cake
Acked-by: Chuck Lever <chuck.lever@oracle.com> # for nfsd
Acked-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> # for thunderbolt
Acked-by: Darrick J. Wong <djwong@kernel.org> # for xfs
Acked-by: Helge Deller <deller@gmx.de> # for parisc
Acked-by: Heiko Carstens <hca@linux.ibm.com> # for s390
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2022-10-11 17:42:58 -06:00
..
accessibility
acpi More ACPI updates for 6.1-rc1 2022-10-10 13:28:06 -07:00
amba
android
ata
atm
auxdisplay
base - Yu Zhao's Multi-Gen LRU patches are here. They've been under test in 2022-10-10 17:53:04 -07:00
bcma
block treewide: use prandom_u32_max() when possible, part 1 2022-10-11 17:42:55 -06:00
bluetooth
bus
cdrom
char Fix a bunch of little problems in IPMI 2022-10-11 10:42:25 -07:00
clk
clocksource A boring time, timekeeping, timers update: 2022-10-10 10:16:00 -07:00
comedi
connector
counter
cpufreq
cpuidle
crypto This update includes the following changes: 2022-10-10 13:04:25 -07:00
cxl
dax - Yu Zhao's Multi-Gen LRU patches are here. They've been under test in 2022-10-10 17:53:04 -07:00
dca
devfreq
dio
dma
dma-buf
edac
eisa
extcon
firewire
firmware Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging 2022-10-11 10:44:20 -07:00
fpga
fsi
gnss
gpio These are the pin control changes for the v6.1 kernel cycle: 2022-10-11 10:59:59 -07:00
gpu treewide: use get_random_u32() when possible 2022-10-11 17:42:58 -06:00
greybus
hid Input updates for 6.1 merge window: 2022-10-11 10:53:25 -07:00
hsi
hte
hv hyperv-next for 6.1 2022-10-10 13:59:01 -07:00
hwmon
hwspinlock
hwtracing
i2c - correct a variable type in the new pci1xxxx driver 2022-10-11 11:03:42 -07:00
i3c
idle
iio
infiniband treewide: use get_random_u32() when possible 2022-10-11 17:42:58 -06:00
input Input updates for 6.1 merge window: 2022-10-11 10:53:25 -07:00
interconnect
iommu IOMMU Updates for Linux v6.1: 2022-10-10 13:20:53 -07:00
ipack
irqchip IOMMU Updates for Linux v6.1: 2022-10-10 13:20:53 -07:00
isdn
leds
macintosh
mailbox
mcb
md treewide: use get_random_u32() when possible 2022-10-11 17:42:58 -06:00
media treewide: use get_random_u32() when possible 2022-10-11 17:42:58 -06:00
memory
memstick
message
mfd
misc treewide: use get_random_u32() when possible 2022-10-11 17:42:58 -06:00
mmc treewide: use prandom_u32_max() when possible, part 1 2022-10-11 17:42:55 -06:00
most
mtd treewide: use get_random_{u8,u16}() when possible, part 2 2022-10-11 17:42:58 -06:00
mux
net treewide: use get_random_u32() when possible 2022-10-11 17:42:58 -06:00
nfc
ntb
nubus
nvdimm - Yu Zhao's Multi-Gen LRU patches are here. They've been under test in 2022-10-10 17:53:04 -07:00
nvme treewide: use get_random_u32() when possible 2022-10-11 17:42:58 -06:00
nvmem
of Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
opp
parisc
parport
pci pci-v6.1-changes 2022-10-11 11:08:18 -07:00
pcmcia
peci
perf Perf events updates for v6.1: 2022-10-10 09:27:46 -07:00
phy pci-v6.1-changes 2022-10-11 11:08:18 -07:00
pinctrl These are the pin control changes for the v6.1 kernel cycle: 2022-10-11 10:59:59 -07:00
platform More ACPI updates for 6.1-rc1 2022-10-10 13:28:06 -07:00
pnp
power
powercap
pps
ps3
ptp
pwm
rapidio
ras
regulator
remoteproc
reset
rpmsg
rtc
s390
sbus
scsi treewide: use get_random_u32() when possible 2022-10-11 17:42:58 -06:00
sh
siox
slimbus
soc
soundwire
spi
spmi
ssb
staging
target treewide: use get_random_u32() when possible 2022-10-11 17:42:58 -06:00
tc
tee - Yu Zhao's Multi-Gen LRU patches are here. They've been under test in 2022-10-10 17:53:04 -07:00
thermal More thermal control updates for 6.1-rc1 2022-10-10 13:52:14 -07:00
thunderbolt treewide: use get_random_u32() when possible 2022-10-11 17:42:58 -06:00
tty
ufs
uio
usb - Yu Zhao's Multi-Gen LRU patches are here. They've been under test in 2022-10-10 17:53:04 -07:00
vdpa virtio: fixes, features 2022-10-10 14:02:53 -07:00
vfio
vhost virtio: fixes, features 2022-10-10 14:02:53 -07:00
video treewide: use get_random_u32() when possible 2022-10-11 17:42:58 -06:00
virt
virtio - Yu Zhao's Multi-Gen LRU patches are here. They've been under test in 2022-10-10 17:53:04 -07:00
vlynq
w1
watchdog
xen - Yu Zhao's Multi-Gen LRU patches are here. They've been under test in 2022-10-10 17:53:04 -07:00
zorro
Kconfig
Makefile