]> code.ossystems Code Review - openembedded-core.git/commit
lttng-modules: Fix "LTTng: vmalloc_sync_all symbol lookup failed" warnings
authorOvidiu Panait <ovidiu.panait@windriver.com>
Fri, 15 May 2020 12:11:06 +0000 (15:11 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 May 2020 05:31:53 +0000 (06:31 +0100)
commitf2e48f9127aee949364696315e3adc861aba1dd6
treef967adc67fae7a6cae4fd0c61167ca0399f743d1
parent9b95d42ec72827ba90d7376d6d9a7645b39033cf
lttng-modules: Fix "LTTng: vmalloc_sync_all symbol lookup failed" warnings

Fix the following warnings introduced after backporting linux kernel commit [1]
to stable branches:
# lttng create session
...
[  483.242037] LTTng: vmalloc_sync_all symbol lookup failed.
[  483.257056] Page fault handler and NMI tracing might trigger faults.
...

These patches should be dropped when a new stable 12.0 release is available.

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

Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/lttng-modules/0001-Update-for-kernel-5.7-use-vmalloc_sync_mappings-on-k.patch [new file with mode: 0644]
meta/recipes-kernel/lttng/lttng-modules/0002-Fix-missing-wrapper-rename-to-wrapper_vmalloc_sync_m.patch [new file with mode: 0644]
meta/recipes-kernel/lttng/lttng-modules/0003-Fix-Use-vmalloc_sync_mappings-on-kernel-5.6-as-well.patch [new file with mode: 0644]
meta/recipes-kernel/lttng/lttng-modules/0004-Update-Use-vmalloc_sync_mappings-for-stable-kernels.patch [new file with mode: 0644]
meta/recipes-kernel/lttng/lttng-modules_2.12.0.bb