Merge branch 'bpf-add-check-for-negative-uprobe-multi-offset'
authorAndrii Nakryiko <andrii@kernel.org>
Mon, 18 Dec 2023 17:51:31 +0000 (09:51 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Mon, 18 Dec 2023 17:52:17 +0000 (09:52 -0800)
Jiri Olsa says:

====================
bpf: Add check for negative uprobe multi offset

hi,
adding the check for negative offset for uprobe multi link.

v2 changes:
- add more failure checks [Alan]
- move the offset retrieval/check up in the loop to be done earlier [Song]

thanks,
jirka
---
====================

Link: https://lore.kernel.org/r/20231217215538.3361991-1-jolsa@kernel.org
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>

Trivial merge