summaryrefslogtreecommitdiff
path: root/kernel/fork.c
diff options
context:
space:
mode:
authorLiam R. Howlett <Liam.Howlett@Oracle.com>2023-04-11 11:10:53 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-04-13 16:55:40 +0200
commita29025a1b61cfe48d13dbc23e19b07507ef44054 (patch)
treefb5e1f7f10198521a5198afbdac8fc46a04370c4 /kernel/fork.c
parentd3af5f8a50dd75f4d071e00c16d9ac3f0ae3858f (diff)
downloadlinux-a29025a1b61cfe48d13dbc23e19b07507ef44054.tar.gz
linux-a29025a1b61cfe48d13dbc23e19b07507ef44054.tar.bz2
linux-a29025a1b61cfe48d13dbc23e19b07507ef44054.zip
maple_tree: add smp_rmb() to dead node detection
commit 0a2b18d948838e16912b3b627b504ab062b7d02a upstream. Add an smp_rmb() before reading the parent pointer to ensure that anything read from the node prior to the parent pointer hasn't been reordered ahead of this check. The is necessary for RCU mode. Link: https://lkml.kernel.org/r/20230227173632.3292573-7-surenb@google.com Fixes: 54a611b60590 ("Maple Tree: add new data structure") Cc: stable@vger.kernel.org Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/fork.c')
0 files changed, 0 insertions, 0 deletions