Commit ac8befc
bpf: drop kthread_exit from noreturn_deny
commit 7fe44c4 upstream.
kthread_exit became a macro to do_exit in commit 28aaa9c
("kthread: consolidate kthread exit paths to prevent use-after-free"),
so there is no kthread_exit function BTF ID to resolve. Remove it from
noreturn_deny to avoid resolve_btfids unresolved symbol warnings.
Signed-off-by: Christian Loehle <christian.loehle@arm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>1 parent 54b898e commit ac8befc
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24641 | 24641 | | |
24642 | 24642 | | |
24643 | 24643 | | |
24644 | | - | |
24645 | 24644 | | |
24646 | 24645 | | |
24647 | 24646 | | |
| |||
0 commit comments