From: Mathieu Desnoyers Date: Mon, 1 Nov 2021 19:59:10 +0000 (-0400) Subject: Refactoring/fix: syscall table unregister/destroy X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=6053e75e863ee76362cceb6912c001b738c11b13;hp=6053e75e863ee76362cceb6912c001b738c11b13;p=lttng-modules.git Refactoring/fix: syscall table unregister/destroy Combine syscall table unregister/destroy for both channel buffers and notifier groups. This fixes an issue within notifier groups where the syscall dispatch tables are freed before waiting for an RCU grace period. Signed-off-by: Mathieu Desnoyers Change-Id: Ia69f6be86da651022c5d5f4f6bce6e321156c070 ---