Hi Linus, Here is a single MIPS build fix for 4.18, resulting from a race between the introduction of MIPS support for restartable sequences & an interface change which both landed in v4.18-rc2. Please pull. Thanks, Paul The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819: Linux 4.18-rc2 (2018-06-24 20:54:29 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_4.18_2 for you to fetch changes up to 662d855c66c0a7400f9117b6ac02047942cd1d22: MIPS: Add ksig argument to rseq_{signal_deliver,handle_notify_resume} (2018-06-24 10:33:03 -0700) ---------------------------------------------------------------- A single build fix for 4.18: - Adjust rseq_signal_deliver() & rseq_handle_notify_resume() calls to add the ksig argument introduced in v4.18-rc2, around the same time as the unadjusted MIPS rseq support. ---------------------------------------------------------------- Paul Burton (1): MIPS: Add ksig argument to rseq_{signal_deliver,handle_notify_resume} arch/mips/kernel/signal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)