[Qemu-devel] [PULL 0/2] Linux user for 4.0 patches

Laurent Vivier posted 2 patches 4 years, 11 months ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190408193711.32680-1-laurent@vivier.eu
linux-user/syscall.c | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)
[Qemu-devel] [PULL 0/2] Linux user for 4.0 patches
Posted by Laurent Vivier 4 years, 11 months ago
The following changes since commit f55a585d1037e5de6088f25e75443c2776786e29:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2019-04-07 14:54:55 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/linux-user-for-4.0-pull-request

for you to fetch changes up to 71ba74f67eaca21b0cc9d96f534ad3b9a7161400:

  linux-user: rename gettid() to sys_gettid() to avoid clash with glibc (2019-04-08 17:27:13 +0200)

----------------------------------------------------------------
fix gettid() clash with new glibc

----------------------------------------------------------------

Daniel P. Berrangé (2):
  linux-user: assume __NR_gettid always exists
  linux-user: rename gettid() to sys_gettid() to avoid clash with glibc

 linux-user/syscall.c | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/2] Linux user for 4.0 patches
Posted by Peter Maydell 4 years, 11 months ago
On Mon, 8 Apr 2019 at 20:38, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit f55a585d1037e5de6088f25e75443c2776786e29:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2019-04-07 14:54:55 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/linux-user-for-4.0-pull-request
>
> for you to fetch changes up to 71ba74f67eaca21b0cc9d96f534ad3b9a7161400:
>
>   linux-user: rename gettid() to sys_gettid() to avoid clash with glibc (2019-04-08 17:27:13 +0200)
>
> ----------------------------------------------------------------
> fix gettid() clash with new glibc
>
> ----------------------------------------------------------------
>
> Daniel P. Berrangé (2):
>   linux-user: assume __NR_gettid always exists
>   linux-user: rename gettid() to sys_gettid() to avoid clash with glibc
>
>  linux-user/syscall.c | 19 ++++++-------------
>  1 file changed, 6 insertions(+), 13 deletions(-)

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM