Commit 224404f
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 9fd37b6 commit 224404f
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24081 | 24081 | | |
24082 | 24082 | | |
24083 | 24083 | | |
24084 | | - | |
24085 | 24084 | | |
24086 | 24085 | | |
24087 | 24086 | | |
| |||
0 commit comments