Re: [PATCH v4 03/17] uml: Fix do_signal() prototype

From: Richard Weinberger
Date: Mon Jun 29 2015 - 16:48:23 EST


Am 29.06.2015 um 21:33 schrieb Andy Lutomirski:
> From: Ingo Molnar <mingo@xxxxxxxxxx>
>
> Once x86 exports its do_signal(), the prototypes will clash.
>
> Fix the clash and also improve the code a bit: remove the unnecessary
> kern_do_signal() indirection. This allows interrupt_end() to share
> the 'regs' parameter calculation.
>
> Also remove the unused return code to match x86.
>
> Minimally build and boot tested.
>
> Cc: Richard Weinberger <richard.weinberger@xxxxxxxxx>
> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Cc: Andy Lutomirski <luto@xxxxxxxxxxxxxx>
> Cc: Borislav Petkov <bp@xxxxxxxxx>
> Cc: Brian Gerst <brgerst@xxxxxxxxx>
> Cc: Denys Vlasenko <dvlasenk@xxxxxxxxxx>
> Cc: H. Peter Anvin <hpa@xxxxxxxxx>
> Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
> Cc: Oleg Nesterov <oleg@xxxxxxxxxx>
> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
> [Adjusted the commit message because I reordered the patch. --Andy]
> Signed-off-by: Andy Lutomirski <luto@xxxxxxxxxx>

Acked-by: Richard Weinberger <richard@xxxxxx>

Thanks,
//richard
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/