Files
linux/kernel/rcu
Paul E. McKenney 582da8e199 rcutorture: Properly set rcu_fwds for OOM handling
[ Upstream commit c8fa637147 ]

The conversion of rcu_fwds to dynamic allocation failed to actually
allocate the required structure.  This commit therefore allocates it,
frees it, and updates rcu_fwds accordingly.  While in the area, it
abstracts the cleanup actions into rcu_torture_fwd_prog_cleanup().

Fixes: 5155be9994 ("rcutorture: Dynamically allocate rcu_fwds structure")
Reported-by: kernel test robot <rong.a.chen@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-10-29 10:07:51 +01:00
..
2020-06-02 08:41:37 -07:00
2019-05-28 09:05:23 -07:00