summaryrefslogtreecommitdiff
path: root/drivers/phy/tegra
diff options
context:
space:
mode:
authorMichael Schmitz <schmitzmic@gmail.com>2017-04-30 19:49:21 +1200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-13 19:48:06 +0200
commita1df375ca4962c8b1bbcc0dc38de53a0da782cdd (patch)
treecdafe48b7df082aa9e70c456aa3e01a4777e5a3a /drivers/phy/tegra
parent5cddd2f34166ecf24710728458539c024c905fdd (diff)
fix race in drivers/char/random.c:get_reg()
[ Upstream commit 9dfa7bba35ac08a63565d58c454dccb7e1bb0a08 ] get_reg() can be reentered on architectures with prioritized interrupts (m68k in this case), causing f->reg_index to be incremented after the range check. Out of bounds memory access past the pt_regs struct results. This will go mostly undetected unless access is beyond end of memory. Prevent the race by disabling interrupts in get_reg(). Tested on m68k (Atari Falcon, and ARAnyM emulator). Kudos to Geert Uytterhoeven for helping to trace this race. Signed-off-by: Michael Schmitz <schmitzmic@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Sasha Levin <alexander.levin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/phy/tegra')
0 files changed, 0 insertions, 0 deletions