From nobody Tue Feb 10 10:03:17 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=linaro.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 152783914962555.48327244142706; Fri, 1 Jun 2018 00:45:49 -0700 (PDT) Received: from localhost ([::1]:47890 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOeku-0008CN-QE for importer@patchew.org; Fri, 01 Jun 2018 03:45:48 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOeWs-0005a5-Mt for qemu-devel@nongnu.org; Fri, 01 Jun 2018 03:31:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOeWo-0000U0-Vz for qemu-devel@nongnu.org; Fri, 01 Jun 2018 03:31:18 -0400 Received: from mail-pg0-x242.google.com ([2607:f8b0:400e:c05::242]:35167) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fOeWo-0000TL-PE for qemu-devel@nongnu.org; Fri, 01 Jun 2018 03:31:14 -0400 Received: by mail-pg0-x242.google.com with SMTP id 15-v6so10552596pge.2 for ; Fri, 01 Jun 2018 00:31:14 -0700 (PDT) Received: from cloudburst.twiddle.net (97-126-112-211.tukw.qwest.net. [97.126.112.211]) by smtp.gmail.com with ESMTPSA id c4-v6sm4431782pgv.86.2018.06.01.00.31.12 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 01 Jun 2018 00:31:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=tC4DvAB14lOIqJsL1xleYuXscQUSfYhJROofvlBpgL4=; b=Az+jrVuo/ifL+QonxFPHxGp+Wms1EY5W+TY9x9yiwR2FPa7+JlO1enAfyVF3/Cl08S M+sGaJCvGyfzN/5R8QD+kznfBdsRhJJK8ukX1p8IQ/wqvIjUIxCjAWigpAnE7KsNOaUz EFZzdomra3nOcep2SczqiRYpKJeRyArZvfa9k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=tC4DvAB14lOIqJsL1xleYuXscQUSfYhJROofvlBpgL4=; b=CA5wvv5dxhGphQB2TC+MUGYm2kt6hogj8MEI7rByprk0k9w4u/XeXQCpOFEesBWqh3 HL3hrssm1nxTxhjKzlj7ZldhcIfnHrLQf6iFu+xXh7nqBh4XURhaDLnEOWc9w66TfRIx aYuolTNVzvcxrSMRhSL1s2jDxa3c6NKe/RYojDVxUWpPGWNmUxPu/KG1WPxI0e2JNPAc sBMemCoP3xBO+HrwxN6lXR78FfOjjwscNBCNuetHYWe95oF0mIhMGVx+cHBFzLdrNn6w c3TZcwcWU+Ppwxa1MDUbg09iU+bvkEUP79Yuqru358BrlyZ5eh4+lcUjpGd2B/TaoX/n GBPQ== X-Gm-Message-State: ALKqPwfqPQR+IDv9qiitNq32CvTTZWyhPdH5cNAL6qA9SEo/yz5H7WXt 4eQVB0Tz766LAqn2eCzk85cdncTj/mw= X-Google-Smtp-Source: ADUXVKKjZuCQ9hoKzEqCNXjfL+M1Q+yENPfdnMAMgQo1hARPlrfmSKdExTrqlHSTm88YfJ9okjMVHA== X-Received: by 2002:a63:a00a:: with SMTP id r10-v6mr8078620pge.222.1527838273488; Fri, 01 Jun 2018 00:31:13 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Fri, 1 Jun 2018 00:30:31 -0700 Message-Id: <20180601073050.8054-15-richard.henderson@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180601073050.8054-1-richard.henderson@linaro.org> References: <20180601073050.8054-1-richard.henderson@linaro.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:400e:c05::242 Subject: [Qemu-devel] [PATCH 14/33] linux-user: Split out open_to_handle_at X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: laurent@vivier.eu Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" At the same time, merge do_open_to_handle_at into the new function. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 84 ++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 4afc22c20c..48bb1c0231 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -7369,39 +7369,6 @@ static int do_futex(target_ulong uaddr, int op, int = val, target_ulong timeout, return -TARGET_ENOSYS; } } -#if defined(TARGET_NR_open_by_handle_at) && defined(CONFIG_OPEN_BY_HANDLE) -static abi_long do_open_by_handle_at(abi_long mount_fd, abi_long handle, - abi_long flags) -{ - struct file_handle *target_fh; - struct file_handle *fh; - unsigned int size, total_size; - abi_long ret; - - if (get_user_s32(size, handle)) { - return -TARGET_EFAULT; - } - - total_size =3D sizeof(struct file_handle) + size; - target_fh =3D lock_user(VERIFY_READ, handle, total_size, 1); - if (!target_fh) { - return -TARGET_EFAULT; - } - - fh =3D g_memdup(target_fh, total_size); - fh->handle_bytes =3D size; - fh->handle_type =3D tswap32(target_fh->handle_type); - - ret =3D get_errno(open_by_handle_at(mount_fd, fh, - target_to_host_bitmask(flags, fcntl_flags_tbl))); - - g_free(fh); - - unlock_user(target_fh, handle, total_size); - - return ret; -} -#endif =20 #if defined(TARGET_NR_signalfd) || defined(TARGET_NR_signalfd4) =20 @@ -8187,6 +8154,45 @@ IMPL(openat) return ret; } =20 +#if defined(TARGET_NR_open_by_handle_at) && defined(CONFIG_OPEN_BY_HANDLE) +IMPL(open_by_handle_at) +{ + abi_long mount_fd =3D arg1; + abi_long handle =3D arg2; + abi_long flags =3D arg3; + struct file_handle *target_fh; + struct file_handle *fh; + unsigned int size, total_size; + abi_long ret; + + if (is_hostfd(mount_fd)) { + return -TARGET_EBADF; + } + if (get_user_s32(size, handle)) { + return -TARGET_EFAULT; + } + + total_size =3D sizeof(struct file_handle) + size; + target_fh =3D lock_user(VERIFY_READ, handle, total_size, 1); + if (!target_fh) { + return -TARGET_EFAULT; + } + + fh =3D g_memdup(target_fh, total_size); + fh->handle_bytes =3D size; + fh->handle_type =3D tswap32(target_fh->handle_type); + + ret =3D get_errno(open_by_handle_at(mount_fd, fh, + target_to_host_bitmask(flags, fcntl_flags_tbl))); + + g_free(fh); + unlock_user(target_fh, handle, total_size); + + fd_trans_unregister(ret); + return ret; +} +#endif + IMPL(read) { abi_long ret; @@ -8252,15 +8258,6 @@ IMPL(everything_else) char *fn; =20 switch(num) { -#if defined(TARGET_NR_open_by_handle_at) && defined(CONFIG_OPEN_BY_HANDLE) - case TARGET_NR_open_by_handle_at: - if (is_hostfd(arg1)) { - return -TARGET_EBADF; - } - ret =3D do_open_by_handle_at(arg1, arg2, arg3); - fd_trans_unregister(ret); - return ret; -#endif #ifdef TARGET_NR_fork case TARGET_NR_fork: return get_errno(do_fork(cpu_env, TARGET_SIGCHLD, 0, 0, 0, 0)); @@ -12944,6 +12941,9 @@ static impl_fn * const syscall_table[] =3D { [TARGET_NR_open] =3D impl_open, #endif [TARGET_NR_openat] =3D impl_openat, +#if defined(TARGET_NR_open_by_handle_at) && defined(CONFIG_OPEN_BY_HANDLE) + [TARGET_NR_open_by_handle_at] =3D impl_open_by_handle_at, +#endif [TARGET_NR_read] =3D impl_read, [TARGET_NR_write] =3D impl_write, }; --=20 2.17.0