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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 27C27C433EF for ; Fri, 29 Apr 2022 10:37:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357531AbiD2KlC (ORCPT ); Fri, 29 Apr 2022 06:41:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49680 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235651AbiD2KlA (ORCPT ); Fri, 29 Apr 2022 06:41:00 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 883BD3BF88 for ; Fri, 29 Apr 2022 03:37:42 -0700 (PDT) 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="266763394" X-IronPort-AV: E=Sophos;i="5.91,298,1647327600"; d="scan'208";a="266763394" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.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 Cc: "intel-gvt-dev@lists.freedesktop.org" , "intel-gfx@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" , Zhenyu Wang , "dri-devel@lists.freedesktop.org" Subject: Re: [PULL] gvt-next-2022-04-29 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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