On Wed, 17 Jul 2019 at 15:55, Laurent Vivier <laur...@vivier.eu> wrote: > > The following changes since commit a1a4d49f60d2b899620ee2be4ebb991c4a90a026: > > Merge remote-tracking branch > 'remotes/philmd-gitlab/tags/pflash-next-20190716' into staging (2019-07-16 > 17:02:44 +0100) > > are available in the Git repository at: > > git://github.com/vivier/qemu.git tags/linux-user-for-4.1-pull-request > > for you to fetch changes up to ad0bcf5d59f120d546be7a2c3590afc66eea0b01: > > linux-user: check valid address in access_ok() (2019-07-17 09:02:51 +0200) > > ---------------------------------------------------------------- > fix access_ok() to allow to run LTP on AARCH64, > fix SIOCGSTAMP with 5.2 kernel headers, > fix structure target_ucontext for MIPS > > ---------------------------------------------------------------
This causes 'make check-tcg' to produce new warnings from running the tests (x86-64 host): RUN tests for x86_64 TEST test-mmap (default) on x86_64 ERROR: ioctl(IOCGSTAMP_NEW): target=0x80108906 host=0x8906 ERROR: ioctl(IOCGSTAMPNS_NEW): target=0x80108907 host=0x8907 TEST sha1 on x86_64 ERROR: ioctl(IOCGSTAMP_NEW): target=0x80108906 host=0x8906 ERROR: ioctl(IOCGSTAMPNS_NEW): target=0x80108907 host=0x8907 TEST linux-test on x86_64 ERROR: ioctl(IOCGSTAMP_NEW): target=0x80108906 host=0x8906 ERROR: ioctl(IOCGSTAMPNS_NEW): target=0x80108907 host=0x8907 TEST testthread on x86_64 ERROR: ioctl(IOCGSTAMP_NEW): target=0x80108906 host=0x8906 ERROR: ioctl(IOCGSTAMPNS_NEW): target=0x80108907 host=0x8907 TEST test-x86_64 on x86_64 ERROR: ioctl(IOCGSTAMP_NEW): target=0x80108906 host=0x8906 ERROR: ioctl(IOCGSTAMPNS_NEW): target=0x80108907 host=0x8907 TEST test-mmap (4096 byte pages) on x86_64 ERROR: ioctl(IOCGSTAMP_NEW): target=0x80108906 host=0x8906 ERROR: ioctl(IOCGSTAMPNS_NEW): target=0x80108907 host=0x8907 thanks -- PMM