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 B1816C433F5 for ; Fri, 29 Apr 2022 10:37:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CAEEA10E9C3; Fri, 29 Apr 2022 10:37:43 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id B9BAF10E7A9; Fri, 29 Apr 2022 10:37:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651228662; x=1682764662; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=4OZhsqmR2au0DmNIvEXATzin+QYbOtBayivNtuiR7yA=; b=EPror3BqeMNrk9O4YN4EJlNYiG+0TI9qNd5AWitM8hk3PMOy4TPeXbRq 9UUCmJ53XT4GwHZ5Q7+IZ52cG0n2ZgCsJ96Lufbyg449R4ciJtRxqpIMe zdlfCfxqJzjwgHEjAc/W4xxkFObKmduFfZW1WZHwAyVqYB2vrDMa5Qx1L x5GdaVsGWSRC2IFUHi3ZSBhKpfjdAteWWpMNMuqPOVIOIquV/AfvLcWQj gEF6hCOLuk/apg/8LYHmuNY+ZlHe+9LGY1yRK/S6uTBiytOfB9vh0s9zz //RbuAcZhpEEbG1iQ55odfbeYMFTrLQP4/Qhulr6r1V4r6oJiWxu2yGwA A==; X-IronPort-AV: E=McAfee;i="6400,9594,10331"; a="353035902" X-IronPort-AV: E=Sophos;i="5.91,298,1647327600"; d="scan'208";a="353035902" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 03:37:42 -0700 X-IronPort-AV: E=Sophos;i="5.91,298,1647327600"; d="scan'208";a="534423064" Received: from agerasym-mobl.ger.corp.intel.com (HELO localhost) ([10.249.133.25]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2022 03:37:37 -0700 From: Jani Nikula To: "Wang, Zhi A" , Joonas Lahtinen , "Vivi, Rodrigo" , Alex Williamson , Jason Gunthorpe , Christoph Hellwig , Tvrtko Ursulin In-Reply-To: <9c2fc678-2e6e-a9d5-a540-2a6bfda31196@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <9c2fc678-2e6e-a9d5-a540-2a6bfda31196@intel.com> Date: Fri, 29 Apr 2022 13:37:34 +0300 Message-ID: <87zgk4rx8x.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Intel-gfx] [PULL] gvt-next-2022-04-29 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: "dri-devel@lists.freedesktop.org" , "intel-gfx@lists.freedesktop.org" , "intel-gvt-dev@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, 28 Apr 2022, "Wang, Zhi A" wrote: > Hi folks: > > Here is the pull of gvt-next which fixes the compilation error and warnings > for the the GVT-g refactor patches: > > - Fix a compiling warning of non-static function only having one caller. > - Fix a potential NULL pointer reference in the code re-factor. > - Fix a compiling error when CONFIG_DRM_I915_DEBUG_RUNTIME_PM=n > > I also tried to apply this pull on the latest drm-inte-next and it succeeded > without error and warnings. Thanks again, pulled to drm-intel-next. BR, Jani. > > The following changes since commit 5e9ae5c47052e28a31fb4f55a6e735c28d4c3948: > > drm/i915/gvt: Add missing symbol export. (2022-04-26 04:18:43 -0400) > > are available in the Git repository at: > > https://github.com/intel/gvt-linux tags/gvt-next-2022-04-29 > > for you to fetch changes up to 419f8299ddad6070a6c95aaedf78e50265871f36: > > i915/gvt: Fix NULL pointer dereference in init_mmio_block_handlers (2022-04-28 17:06:02 -0400) > > ---------------------------------------------------------------- > gvt-next-2022-04-29 > > Introduce fixes from previous pull. > - Fix a compiling warning of non-static funtion only having one caller. > - Fix a potential NULL pointer reference in the code re-factor. > - Fix a compiling error when CONFIG_DRM_I915_DEBUG_RUNTIME_PM=n > > ---------------------------------------------------------------- > Wan Jiabing (1): > i915/gvt: Fix NULL pointer dereference in init_mmio_block_handlers > > Zhi Wang (2): > drm/i915/gvt: Make intel_gvt_match_device() static > drm/i915/gvt: Fix the compiling error when CONFIG_DRM_I915_DEBUG_RUNTIME_PM=n > > drivers/gpu/drm/i915/gvt/handlers.c | 4 ++-- > drivers/gpu/drm/i915/intel_gvt.c | 2 ++ > 2 files changed, 4 insertions(+), 2 deletions(-) -- Jani Nikula, Intel Open Source Graphics Center