Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-request...
commitff372bb5c469e14d6d64f788710b7c3e37c12e01
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Feb 2019 18:18:23 +0000 (7 18:18 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Feb 2019 18:18:24 +0000 (7 18:18 +0000)
tree24c10acac22476be7189a27b865b9d6c71c2463d
parentd55451dcdee0704f6a756d4ec95be31515751235
parent0f5faca78267beb16d8a096e9729f39d552e5c14
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-request' into staging

- add new netlink type from linux v4.18 and v4.19
- fix coverity warning (CID 1390634)
- fix ioctl(SIOCGIFCONF) crash

# gpg: Signature made Thu 07 Feb 2019 13:12:53 GMT
# gpg:                using RSA key F30C38BD3F2FBE3C
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
# gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
# gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full]
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/vivier2/tags/linux-user-for-4.0-pull-request:
  linux-user: add new netlink types
  linux-user: Check sscanf return value in open_net_route()
  Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>