Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'parisc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux

Pull parisc fix from Helge Deller:
"Fix a parisc kernel crash with ftrace functions when compiled without
frame pointers"

* 'parisc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
parisc: fix frame pointer in ftrace_regs_caller()

+1 -1
+1 -1
arch/parisc/kernel/entry.S
··· 2125 2125 copy %rp, %r26 2126 2126 LDREG -FTRACE_FRAME_SIZE-PT_SZ_ALGN(%sp), %r25 2127 2127 ldo -8(%r25), %r25 2128 - copy %r3, %arg2 2128 + ldo -FTRACE_FRAME_SIZE(%r1), %arg2 2129 2129 b,l ftrace_function_trampoline, %rp 2130 2130 copy %r1, %arg3 /* struct pt_regs */ 2131 2131