[LTP] [PATCH 2/4] syscalls/modify_ldt: Replace TINFO with TPASS or TFAIL

Petr Vorel pvorel@suse.cz
Thu May 6 13:57:00 CEST 2021


HI Gongyi,

> I have reviewed the patch for some time, but I have not find the possible reason of it. Theoretically the patch didn't change the logic.
I don't see the problem on first quick look.

> Because I have not the i386 machine, so I can't run it.
FYI You can compile 32bit on 64bit machine:

$ PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig CFLAGS=-m32 LDFLAGS=-m32 ./configure \
&& make && make install

NOTE: PKG_CONFIG_LIBDIR can vary, see INSTALL file. Or you can build LTP 32bit
with build.sh script:

$ ./build.sh -t 32

Kind regards,
Petr


More information about the ltp mailing list