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, 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 69508C433E7 for ; Wed, 14 Oct 2020 10:43:55 +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 105D222202 for ; Wed, 14 Oct 2020 10:43:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 105D222202 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com 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 5A2636EA3A; Wed, 14 Oct 2020 10:43:54 +0000 (UTC) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 534AC89C99; Wed, 14 Oct 2020 10:43:52 +0000 (UTC) IronPort-SDR: aioUmkV2fbnmOy2poLXx2ahYWwegLlndTLzNqFTfuUMUmNd/a5B8Ep0+RYBDPCuqAB66VI6IB5 y13x6a/LLwYQ== X-IronPort-AV: E=McAfee;i="6000,8403,9773"; a="165292129" X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="165292129" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2020 03:43:51 -0700 IronPort-SDR: I3wigCh8INXyEwnd6iFHfQ+7fmly/lVlyWMFUG93vj+z3TCJKRHT/unpyOhHRY6v+3wy2kEI8J 6blXKEU9bwfw== X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="463836993" Received: from hvanhaar-mobl1.ger.corp.intel.com (HELO [10.252.4.86]) ([10.252.4.86]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2020 03:43:50 -0700 To: Chris Wilson , igt-dev@lists.freedesktop.org References: <20201014104038.2554985-1-chris@chris-wilson.co.uk> <20201014104038.2554985-3-chris@chris-wilson.co.uk> From: Matthew Auld Message-ID: <27f4ac94-cf2e-f17d-e23f-29e6e976fd01@intel.com> Date: Wed, 14 Oct 2020 11:43:48 +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: <20201014104038.2554985-3-chris@chris-wilson.co.uk> Content-Language: en-GB Subject: Re: [Intel-gfx] [PATCH i-g-t 03/10] i915/gen9_exec_parse: Check oversized batch with length==0 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: , Cc: intel-gfx@lists.freedesktop.org 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 14/10/2020 11:40, Chris Wilson wrote: > Include the implicit eb.batch_len=0 into the mix of various offsets and > lengths. > > Signed-off-by: Chris Wilson > Cc: Matthew Auld Reviewed-by: Matthew Auld _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx