[GIT PULL] regmap fixes for v5.15-rc7
From: Mark Brown
Date: Thu Oct 28 2021 - 08:23:44 EST
The following changes since commit d287801c497151a44e5577fb3bbab673fe52e7b0:
Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean <vladimir.oltean@xxxxxxx>: (2021-08-26 13:40:35 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v5.15-rc7
for you to fetch changes up to 55e6d8037805b3400096d621091dfbf713f97e83:
regmap: Fix possible double-free in regcache_rbtree_exit() (2021-10-12 11:48:43 +0100)
----------------------------------------------------------------
regmap: Fix for v5.15
This fixes a potential double free when handling an out of memory error
inserting a node into an rbtree regcache.
----------------------------------------------------------------
Yang Yingliang (1):
regmap: Fix possible double-free in regcache_rbtree_exit()
drivers/base/regmap/regcache-rbtree.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)