public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Petr Vorel <pvorel@suse.com>
To: ltp@lists.linux.it
Subject: [LTP] [v2,2/2] ioperm: Convert to new API
Date: Thu, 16 Jul 2020 11:15:28 +0200	[thread overview]
Message-ID: <20200716091528.GA6383@dell5510> (raw)
In-Reply-To: <20200716061059.30525-2-liwang@redhat.com>

Hi Li,

Actually it fails to build on non-intel.
https://travis-ci.org/github/pevik/ltp/jobs/708655670
/usr/src/ltp/testcases/kernel/syscalls/iopl/iopl02.c:21:10: fatal error: sys/io.h: No such file or directory
9793 #include <sys/io.h>

https://travis-ci.org/github/pevik/ltp/builds/708655668

<sys/io.h> needs to be included behind #if defined __i386__ ||
defined(__x86_64__) guarder.

Please fix it before merge.

Kind regards,
Petr


  parent reply	other threads:[~2020-07-16  9:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-16  6:10 [LTP] [PATCH v2 1/2] iopl: convert to new API Li Wang
2020-07-16  6:10 ` [LTP] [PATCH v2 2/2] ioperm: Convert " Li Wang
2020-07-16  8:53   ` Petr Vorel
2020-07-16  9:15   ` Petr Vorel [this message]
2020-07-16 11:40     ` [LTP] [v2,2/2] " Li Wang
2020-07-16  8:53 ` [LTP] [PATCH v2 1/2] iopl: convert " Petr Vorel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200716091528.GA6383@dell5510 \
    --to=pvorel@suse.com \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox