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)
commit6079ae6376181b49c9e4d65ef9fe954cca4974bd
treeac054e373cabd2fb9288318c7d58c34489a60c4c
parente58aac1a9a179fa9dab3025ef955cdb548c439f2
parentf17d1a18a3dd6cc4b38a5226b0acbbad3f2063ae
Merge branch 'bpf-add-check-for-negative-uprobe-multi-offset'

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>