From: Michael Jeanson Date: Tue, 11 Feb 2020 20:08:04 +0000 (-0500) Subject: fix: rcu: Remove kfree_rcu() special casing and lazy-callback (v5.6) X-Git-Tag: v2.10.14~4 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=9f48a8148d899badc7589a0d7b6a7dbce3417b5b;hp=9f48a8148d899badc7589a0d7b6a7dbce3417b5b;p=lttng-modules.git fix: rcu: Remove kfree_rcu() special casing and lazy-callback (v5.6) See upstream commit : commit 77a40f97030b27b3fc1640a3ed203870f0817f57 Author: Joel Fernandes (Google) Date: Fri Aug 30 12:36:32 2019 -0400 rcu: Remove kfree_rcu() special casing and lazy-callback handling This commit removes kfree_rcu() special-casing and the lazy-callback handling from Tree RCU. It moves some of this special casing to Tiny RCU, the removal of which will be the subject of later commits. This results in a nice negative delta. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---