Re: [PATCH] x86: Reset FPU on exec

From: Thomas Gleixner
Date: Tue Apr 21 2015 - 05:35:50 EST


On Fri, 17 Apr 2015, Andi Kleen wrote:

> +void reset_fpu(void)
> +{
> + drop_init_fpu(current);
> +}

So we have a new function which is merily a wrapper around a non
existent function.

What's the exact purpose of this patch aside of breaking the build?

May I recommend reading and following Documentation/SubmittingPatches?

Thanks,

tglx
--
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/