Skip to content

Commit 135288b

Browse files
committed
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fix from Will Deacon: "A lonely arm64 fix addressing a kprobes regression that we introduced during the merge window: - Fix recursive kprobes regression when probing the stack unwinder" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: prohibit probing on arch_kunwind_consume_entry()
2 parents d0e8888 + 2c79bd3 commit 135288b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kernel/stacktrace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ struct kunwind_consume_entry_data {
247247
void *cookie;
248248
};
249249

250-
static bool
250+
static __always_inline bool
251251
arch_kunwind_consume_entry(const struct kunwind_state *state, void *cookie)
252252
{
253253
struct kunwind_consume_entry_data *data = cookie;

0 commit comments

Comments
 (0)