Update: Use vmalloc_sync_mappings for stable kernels
authorOvidiu Panait <ovidiu.panait@windriver.com>
Thu, 14 May 2020 11:27:17 +0000 (14:27 +0300)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 14 May 2020 17:14:10 +0000 (13:14 -0400)
commitf419315f28a1da656c4faa8a852a2928ce38c72d
treec6bfd19c4f222c68a55c773d9042b4e44bef137e
parent23cfd7b53ec1521d3c23ceddfda49352c2d349dc
Update: Use vmalloc_sync_mappings for stable kernels

Starting from v5.4.28/v5.2.37/v4.19.113/v4.14.175/v4.9.218/v4.4.218, stable
kernel branches backported v5.6 upstream commit [1], causing the following
warnings:
...
[  483.242037] LTTng: vmalloc_sync_all symbol lookup failed.
[  483.257056] Page fault handler and NMI tracing might trigger faults.
...

Extend check for vmalloc_sync_mappings for stable kernels as well.

[1] https://github.com/torvalds/linux/commit/763802b53a427ed3cbd419dbba255c414fdd9e7c

[ Edit: minor coding style fix by Mathieu Desnoyers. ]

Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
wrapper/vmalloc.h
This page took 0.025449 seconds and 4 git commands to generate.