Hi Randy, On Mon, May 18, 2020 at 5:01 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > > On 5/18/20 3:57 AM, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20200515: > > > > on i386: > > ../drivers/infiniband/ulp/rtrs/rtrs-clt.c: In function ‘alloc_sess’: > ../drivers/infiniband/ulp/rtrs/rtrs-clt.c:1447:42: error: ‘BLK_MAX_SEGMENT_SIZE’ undeclared (first use in this function); did you mean ‘UDP_MAX_SEGMENTS’? > sess->max_pages_per_mr = max_segments * BLK_MAX_SEGMENT_SIZE >> 12; > ^~~~~~~~~~~~~~~~~~~~ > UDP_MAX_SEGMENTS > > > Full randconfig file is attached. Thanks a lot for the mail. Didn't try to compile this with block layer disabled :/ Will send a fix for this today. Best, Danil > > -- > ~Randy > Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>