From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-21.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F994C433E0 for ; Sat, 13 Mar 2021 09:49:20 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F130864F14 for ; Sat, 13 Mar 2021 09:49:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F130864F14 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=vivier.eu Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:44472 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lL0tb-0000kP-3f for qemu-devel@archiver.kernel.org; Sat, 13 Mar 2021 04:49:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33976) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lL0sK-000797-8C for qemu-devel@nongnu.org; Sat, 13 Mar 2021 04:48:01 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:44529) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lL0sG-00075B-7l for qemu-devel@nongnu.org; Sat, 13 Mar 2021 04:47:59 -0500 Received: from localhost.localdomain ([82.142.6.26]) by mrelayeu.kundenserver.de (mreue106 [212.227.15.183]) with ESMTPSA (Nemesis) id 1Mofx1-1m5OON3dsX-00p4IB; Sat, 13 Mar 2021 10:47:51 +0100 From: Laurent Vivier To: qemu-devel@nongnu.org Subject: [PULL 0/5] Linux user for 6.0 patches Date: Sat, 13 Mar 2021 10:47:42 +0100 Message-Id: <20210313094747.2966948-1-laurent@vivier.eu> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:6LLpjDy+FtUJmwbhFnpVS6mJKBGbN/fWdivENfxcKtvrJyijUIP hsCOh8SS28/dSfKjmzvyDdZYL/byhkBRFegsD23wC/wn9kNvPmlRIwztL/BygjjUur6fdW1 3kt5kO6nJK8lT8nmqNG0q2XMVX4PpXXC1RwJ6k2y/MCGsnr/cWilP3zvK6gcdwllcf5v050 yFiwRGgDEdd9O426SXzQA== X-UI-Out-Filterresults: notjunk:1;V03:K0:06aNd7TfSKU=:V9VRyrF42lBm+AJJKZXKSP D6gWFdaFyUOEeVwTiNegcp3DkenuikvoDzdF/kG8+fEpqc33/R5CVMj2weCfxyENbqX3JWS+n k6z1D6h3Alzz+svHT1zhftjBMC7eqVJ/2BDYHuVxRcsL1DH/5xIfNmgiBbgpXUmENVE+7h9jc AVVO2wOY8sw3nY8kJVtEIBc2rCb5xlx7pwi97m2QGeM11wjdIXmFn92NOO3N2fPfdhAOJ+o15 PE1izYZifEvPtvzF7C6sL8OUpDU859hXqqjrlFkRes17XVg8+Tlu9Cr9rsHAJPtyBvGGqRbDt fDu9mbcQOehaSaK1hCW/ZJNgJjq1hnuQKDg2bR7e/MdbixpX4CYWXpEF0VwhjMkKo8Tpu6RiJ Sa5mXmpTkxc5BL7Hh93CNmkh08JJHMIHPc8YOBi6JhuyqW6Q18fVbbicF9nP/3B41O7Mb7Os2 /xAcezeGxQ== Received-SPF: none client-ip=212.227.17.13; envelope-from=laurent@vivier.eu; helo=mout.kundenserver.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Laurent Vivier Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" The following changes since commit 3f8d1885e48e4d72eab0688f604de62e0aea7a38= :=0D =0D Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210311-pull-reques= t'=3D=0D into staging (2021-03-12 13:53:44 +0000)=0D =0D are available in the Git repository at:=0D =0D git://github.com/vivier/qemu.git tags/linux-user-for-6.0-pull-request=0D =0D for you to fetch changes up to 0266e8e3b3981b492e82be20bb97e8ed9792ed00:=0D =0D linux-user/elfload: fix address calculation in fallback scenario (2021-03= -1=3D=0D 3 10:45:11 +0100)=0D =0D ----------------------------------------------------------------=0D linux-user pull request 20210313=0D =0D - fix elfload=0D - fix executable page of /proc/self/maps=0D - add preserve-arg[0] support for binfmt_misc=0D =0D ----------------------------------------------------------------=0D =0D Laurent Vivier (1):=0D linux-user: manage binfmt-misc preserve-arg[0] flag=0D =0D Nicolas Surbayrole (1):=0D linux-user: Fix executable page of /proc/self/maps=0D =0D Vincent Fazio (3):=0D linux-user/elfload: munmap proper address in pgd_find_hole_fallback=0D linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support=0D linux-user/elfload: fix address calculation in fallback scenario=0D =0D linux-user/elfload.c | 8 +++----=0D linux-user/main.c | 24 ++++++++++++++++++++=0D linux-user/syscall.c | 6 ++---=0D scripts/qemu-binfmt-conf.sh | 44 +++++++++++++++++++++++--------------=0D 4 files changed, 58 insertions(+), 24 deletions(-)=0D =0D --=3D20=0D 2.29.2=0D =0D