On Sat, Feb 20, 2021 at 06:36:15AM +0000, YunQiang Su wrote: > some binary, for example the output of golang, may be mark as FPXX, > while in fact they are still FP32. > > Since FPXX binary can work with both FR=1 and FR=0, we force it to > use FR=0 here. > > https://go-review.googlesource.com/c/go/+/239217 > https://go-review.googlesource.com/c/go/+/237058 > > v1->v2: > Fix bad commit message: in fact, we are switching to FR=0 > --- > arch/mips/kernel/elf.c | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-) > <formletter> This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly. </formletter>