From: David S. Miller Date: Wed, 29 Jul 2020 00:09:49 +0000 (-0700) Subject: Merge branch 'rhashtable-Fix-unprotected-RCU-dereference-in-__rht_ptr' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a7ef23e56864ad7720b3a38ef408bc7c9a74c58d;p=linux.git Merge branch 'rhashtable-Fix-unprotected-RCU-dereference-in-__rht_ptr' Herbert Xu says: ==================== rhashtable: Fix unprotected RCU dereference in __rht_ptr This patch series fixes an unprotected dereference in __rht_ptr. The first patch is a minimal fix that does not use the correct RCU markings but is suitable for backport, and the second patch cleans up the RCU markings. ==================== Signed-off-by: David S. Miller --- a7ef23e56864ad7720b3a38ef408bc7c9a74c58d