Re: [PATCH] MIPS: Loongson: Set CONFIG_FRAME_WARN=2048 in loongson3_defconfig to fix build warning

2020-08-14 Thread Thomas Bogendoerfer
On Fri, Aug 14, 2020 at 03:31:19PM +0800, Tiezhu Yang wrote: > On 08/14/2020 02:53 PM, Thomas Bogendoerfer wrote: > >On Fri, Aug 14, 2020 at 10:56:33AM +0800, Tiezhu Yang wrote: > >>Fixes: 70b838292bef ("MIPS: Update default config file for Loongson-3") > >I'm not so sure whether this warrants a

Re: [PATCH] MIPS: Loongson: Set CONFIG_FRAME_WARN=2048 in loongson3_defconfig to fix build warning

2020-08-14 Thread Tiezhu Yang
On 08/14/2020 02:53 PM, Thomas Bogendoerfer wrote: On Fri, Aug 14, 2020 at 10:56:33AM +0800, Tiezhu Yang wrote: Fixes: 70b838292bef ("MIPS: Update default config file for Loongson-3") I'm not so sure whether this warrants a fixes tag. I use git bisect to find it is the first bad commit.

Re: [PATCH] MIPS: Loongson: Set CONFIG_FRAME_WARN=2048 in loongson3_defconfig to fix build warning

2020-08-14 Thread Thomas Bogendoerfer
On Fri, Aug 14, 2020 at 10:56:33AM +0800, Tiezhu Yang wrote: > Fixes: 70b838292bef ("MIPS: Update default config file for Loongson-3") I'm not so sure whether this warrants a fixes tag. > arch/mips/configs/loongson3_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[PATCH] MIPS: Loongson: Set CONFIG_FRAME_WARN=2048 in loongson3_defconfig to fix build warning

2020-08-13 Thread Tiezhu Yang
After commit 70b838292bef ("MIPS: Update default config file for Loongson-3"), CONFIG_VHOST_SCSI and CONFIG_VHOST are set when use loongson3_defconfig, and then there exists the following two build warnings related with these two configs, set CONFIG_FRAME_WARN=2048 in loongson3_defconfig to fix