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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id EE19FC54EBE for ; Fri, 13 Jan 2023 12:02:55 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 38DEF10E9F2; Fri, 13 Jan 2023 12:02:55 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 289D810E9F2; Fri, 13 Jan 2023 12:02:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673611373; x=1705147373; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=UlN2j1kIIyxREP9yQns7AFWR8A2uVDXgY1t5Tgi8t5g=; b=meYj2oGT9Kkx7xsEsyvelHLK30wVnWZwxlrc238iYhZwosLbHS6Ffz66 799dN6z2behDX1XAIs4xh3jtMaxG3PS0FWb4dkhcFMJ4cDQqBnkwDMYdB myvlJIF4KO6gfaPRnVP5zIR1m3PmuodxGi+LwSsMMzlxq2ZB5K5JNws8c ctmMryVNuPC8uroBhqK0bXuLGqlJZcSLMjghvLgHiWsa2ekNYT/27UYs1 cJQqRq3gL3mcfHZ3s/FOiEfMQUmpB2DOcTguYmQ72QGxCgtuA7pRKeTnu 9LtUumAPsAMjDG/mV/Os9eHpLjGB4FntEjNc3eEX9kUxTgjLRHBHOK4fw A==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="410213169" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="410213169" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2023 04:02:52 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="782132713" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="782132713" Received: from nirmoyda-mobl.ger.corp.intel.com (HELO [10.251.222.27]) ([10.251.222.27]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2023 04:02:51 -0800 Message-ID: <28a2aa02-b62c-9666-6b1f-11bd33b50c23@linux.intel.com> Date: Fri, 13 Jan 2023 13:02:48 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Content-Language: en-US To: Matthew Auld , Nirmoy Das , intel-gfx@lists.freedesktop.org References: <20230113114903.7824-1-nirmoy.das@intel.com> From: "Das, Nirmoy" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Intel-gfx] [PATCH] drm/i915/selftests: Unwind hugepages to drop wakeref on error 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: chris.p.wilson@linux.intel.com, dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Thanks Matt, I missed the Fixes tag so resent it with fixes and Cc to stable. On 1/13/2023 12:51 PM, Matthew Auld wrote: > On 13/01/2023 11:49, Nirmoy Das wrote: >> From: Chris Wilson >> >> Make sure that upon error after we have acquired the wakeref we do >> release it again. >> >> Signed-off-by: Chris Wilson >> Signed-off-by: Nirmoy Das > Reviewed-by: Matthew Auld