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=-8.3 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 CC190C00A89 for ; Fri, 30 Oct 2020 09:22:46 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 A5A7820720 for ; Fri, 30 Oct 2020 09:22:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=shipmail.org header.i=@shipmail.org header.b="FsgH5jRG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A5A7820720 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=shipmail.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EBD9D6ED16; Fri, 30 Oct 2020 09:22:44 +0000 (UTC) Received: from ste-pvt-msa1.bahnhof.se (ste-pvt-msa1.bahnhof.se [213.80.101.70]) by gabe.freedesktop.org (Postfix) with ESMTPS id E2A006ED16 for ; Fri, 30 Oct 2020 09:22:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ste-pvt-msa1.bahnhof.se (Postfix) with ESMTP id 137DE3FA37; Fri, 30 Oct 2020 10:22:42 +0100 (CET) Authentication-Results: ste-pvt-msa1.bahnhof.se; dkim=pass (1024-bit key; unprotected) header.d=shipmail.org header.i=@shipmail.org header.b=FsgH5jRG; dkim-atps=neutral X-Virus-Scanned: Debian amavisd-new at bahnhof.se Received: from ste-pvt-msa1.bahnhof.se ([127.0.0.1]) by localhost (ste-pvt-msa1.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sPuFmKdkaJpP; Fri, 30 Oct 2020 10:22:41 +0100 (CET) Received: by ste-pvt-msa1.bahnhof.se (Postfix) with ESMTPA id A60A13F2E2; Fri, 30 Oct 2020 10:22:39 +0100 (CET) Received: from Win10-45-1tb161.SSPE.ch.intel.com (jfdmzpr06-ext.jf.intel.com [134.134.137.75]) by mail1.shipmail.org (Postfix) with ESMTPSA id 5C68B3605DC; Fri, 30 Oct 2020 10:22:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=shipmail.org; s=mail; t=1604049759; bh=K2RPeBV2Df2Nme6t/V3ixztycgVlBaDjb22EWJ8DQ18=; h=Subject:To:References:From:Date:In-Reply-To:From; b=FsgH5jRGLfBtB3Fu3Yp89FIt0HuxFsEkfDJfuGXxTOXBZ0fZ8cyyQi32JYSh42ql/ yelM0e61bB+e460N8WIRknSQWzllplizuyyvxBYO9zvmUBBPjnwOPwsSyHiM1Uhreh ehCfckhjabG5qsyzxxOgmkS3lJNVmg2pr7IReV88= To: Maarten Lankhorst , intel-gfx@lists.freedesktop.org References: <20201016104444.1492028-1-maarten.lankhorst@linux.intel.com> <20201016104444.1492028-14-maarten.lankhorst@linux.intel.com> From: =?UTF-8?Q?Thomas_Hellstr=c3=b6m_=28Intel=29?= Message-ID: Date: Fri, 30 Oct 2020 10:22:33 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: <20201016104444.1492028-14-maarten.lankhorst@linux.intel.com> Content-Language: en-US Subject: Re: [Intel-gfx] [PATCH v4 13/61] drm/i915: Reject more ioctls for userptr X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On 10/16/20 12:43 PM, Maarten Lankhorst wrote: > Allow set_domain to fail silently, waiting for idle should be good enough. > set_tiling and set_caching are rejected with -ENXIO, there's no valid reason > to allow it. Please list all affected ioctls affected by the IS_PROXY flag. We also need userspace maintainer acks for this. > Signed-off-by: Maarten Lankhorst _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx