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:24 +0000 (13:14 -0400)
commit5939591f87dc291bc858caf72decfb8569d802e3
treed3964878473cc5699f970e7f4276591c404e282b
parentda356b324dfc160e09b8966b691792037badf455
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.026534 seconds and 4 git commands to generate.