Re: kunit compile failed on um

2020-07-27 Thread Cixi Geng
Here I found my error rootcause: My Makefile add a Werror flag, So it wil build waring as error as the follow code ../arch/um/os-Linux/signal.c: In function \xe2\x80\x98sig_handler_common\xe2\x80\x99: ../arch/um/os-Linux/signal.c:51:1: error: the frame size of 2960 bytes is larger than 2048

Re: kunit compile failed on um

2020-07-27 Thread Brendan Higgins
On Mon, Jul 27, 2020 at 3:01 AM Cixi Geng wrote: > > Hi Brendan: > When I run kunit test in um , it failed on kernel 5.8-rc* while > succeeded in v5.7 with same configuration. is this a bug? > > Here is my operation: > gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) > > the kunitconfig: >

kunit compile failed on um

2020-07-27 Thread Cixi Geng
Hi Brendan: When I run kunit test in um , it failed on kernel 5.8-rc* while succeeded in v5.7 with same configuration. is this a bug? Here is my operation: gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) the kunitconfig: Cixi.Geng:~/git-projects/torvals-linux$ cat .kunitconfig CONFIG_KUNIT=y