All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix MAP_SYNC support when host has older glibc version
@ 2020-03-11 23:23 Eduardo Habkost
  2020-03-11 23:23 ` [PATCH v2 1/2] Use -isystem for linux-headers dir Eduardo Habkost
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Eduardo Habkost @ 2020-03-11 23:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, jingqi.liu, Paolo Bonzini, jtomko, mst

Changes v1 -> v2:
* Use -isystem for $PWD/linux-headers too
  Reported-by: "Michael S. Tsirkin" <mst@redhat.com>

This is an alternative to the patch submitted at:

  From: Jingqi Liu <jingqi.liu@intel.com>
  Subject: [PATCH] util: fix to get configuration macros in util/mmap-alloc.c
  Date: Thu,  5 Mar 2020 23:41:42 +0800
  Message-Id: <20200305154142.63070-1-jingqi.liu@intel.com>

Before moving the osdep.h include to the top of the file, we had
to address warnings triggered when <linux/mman.h> was included
after <sys/mman.h> (done in patch 1/2).

Eduardo Habkost (2):
  Use -isystem for linux-headers dir
  mmap-alloc: Include osdep.h before checking CONFIG_LINUX

 Makefile.target   | 2 +-
 configure         | 2 +-
 util/mmap-alloc.c | 7 +++----
 3 files changed, 5 insertions(+), 6 deletions(-)

-- 
2.24.1




^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-03-16 22:10 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-11 23:23 [PATCH v2 0/2] Fix MAP_SYNC support when host has older glibc version Eduardo Habkost
2020-03-11 23:23 ` [PATCH v2 1/2] Use -isystem for linux-headers dir Eduardo Habkost
2020-03-12  6:29   ` Michael S. Tsirkin
2020-03-12 10:17   ` Peter Maydell
2020-03-11 23:23 ` [PATCH v2 2/2] mmap-alloc: Include osdep.h before checking CONFIG_LINUX Eduardo Habkost
2020-03-12  6:30   ` Michael S. Tsirkin
2020-03-15 15:45   ` Eduardo Habkost
2020-03-15 21:15     ` Michael S. Tsirkin
2020-03-16 17:30       ` Eduardo Habkost
2020-03-16 18:08         ` Peter Maydell
2020-03-16 18:40           ` Eduardo Habkost
2020-03-16 19:08             ` Michael S. Tsirkin
2020-03-16 19:20             ` Peter Maydell
2020-03-16 21:41               ` Michael S. Tsirkin
2020-03-12  0:25 ` [PATCH v2 0/2] Fix MAP_SYNC support when host has older glibc version no-reply
2020-03-14  9:39 ` Paolo Bonzini
2020-03-15 15:46   ` Eduardo Habkost
2020-03-15 21:18     ` Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.