]> git.ipfire.org Git - people/ms/linux.git/commit
Merge branch 'Fixes for kfunc-mod regressions and warnings'
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 2 Dec 2021 21:39:47 +0000 (13:39 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 2 Dec 2021 21:39:47 +0000 (13:39 -0800)
commit7d9b3ad424f4e6b039201b254bfef01de4315192
treefaad0e46d7f02e1b953633bce101058334d4173e
parent099f83aa2d06680d5987e43fed1afeda14b5037e
parent3345193f6f3cc24791c245d4ba2c38502f1cf684
Merge branch 'Fixes for kfunc-mod regressions and warnings'

Kumar Kartikeya says:

====================

This set includes fixes for two regressions and one build warning introduced by
the kfunc for modules series.

Changelog:
----------

v1 -> v2:
v1: https://lore.kernel.org/bpf/20211115191840.496263-1-memxor@gmail.com

 * Instead of demoting resolve_btfids warning to debug, only skip in case of
   set->cnt == 0.
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>