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 6C656EFB7F9 for ; Tue, 24 Feb 2026 07:22:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C419310E1BC; Tue, 24 Feb 2026 07:22:34 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="KfA1cHpY"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by gabe.freedesktop.org (Postfix) with ESMTPS id 341D010E1BC for ; Tue, 24 Feb 2026 07:22:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1771917753; x=1803453753; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=H7xvRs46WVjFjBCia44dxiLos3oa4E9iIzpo2oCziks=; b=KfA1cHpYGietzsamST5Yf/J/hrEPCLeTFztXmcp99zFEuXc7CHHkQFJP YpK2xHnaG66IR9vvK5WPQ118DrEJlXDf+b1Ch9GoGc+vicyA7aLnXBI0U Iou0I4rL40sLen11MPWVkc0yfMpNnjRaDcBey8pUQNxWOYm8hotzhFzzH TPa3NFgMu6/JD4BPiqNYLIOk497wpH7IvSdiHCm4gmjzhHmRCnK5ww3IY XRPTumul9nGIkRSFQSvUtyIJvKWkAyhpkW1zcPjxyWOR6mUvhgR9W4s8K gsMH7ZDo1m+CCdMhdJ09DVlZsX9L0zD6sBcifFozlwp7OZHOHffgsWFDm A==; X-CSE-ConnectionGUID: dHyX8kZuSayK4dV/bjAktA== X-CSE-MsgGUID: iXE3aUVcQoGW0PttRsDYUg== X-IronPort-AV: E=McAfee;i="6800,10657,11710"; a="90508138" X-IronPort-AV: E=Sophos;i="6.21,308,1763452800"; d="scan'208";a="90508138" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2026 23:22:32 -0800 X-CSE-ConnectionGUID: u4l+lXbnRX2a6gbqx20FQQ== X-CSE-MsgGUID: S3A+ZFQTREKrbohJgUeJZA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,308,1763452800"; d="scan'208";a="215976313" Received: from lkp-server02.sh.intel.com (HELO a3936d6a266d) ([10.239.97.151]) by orviesa007.jf.intel.com with ESMTP; 23 Feb 2026 23:22:30 -0800 Received: from kbuild by a3936d6a266d with local (Exim 4.98.2) (envelope-from ) id 1vumjP-000000001cD-2xWh; Tue, 24 Feb 2026 07:21:45 +0000 Date: Tue, 24 Feb 2026 15:20:17 +0800 From: kernel test robot To: Dave Airlie , dri-devel@lists.freedesktop.org, tj@kernel.org, christian.koenig@amd.com, Johannes Weiner , Michal Hocko , Roman Gushchin , Shakeel Butt , Muchun Song Cc: oe-kbuild-all@lists.linux.dev, cgroups@vger.kernel.org, Dave Chinner , Waiman Long , simona@ffwll.ch Subject: Re: [PATCH 07/16] memcg: add support for GPU page counters. (v4) Message-ID: <202602241519.EVW5jcey-lkp@intel.com> References: <20260224020854.791201-8-airlied@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260224020854.791201-8-airlied@gmail.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dave, kernel test robot noticed the following build warnings: [auto build test WARNING on drm-misc/drm-misc-next] [also build test WARNING on linus/master v7.0-rc1 next-20260223] [cannot apply to akpm-mm/mm-everything drm-xe/drm-xe-next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Dave-Airlie/drm-ttm-use-gpu-mm-stats-to-track-gpu-memory-allocations-v4/20260224-112019 base: https://gitlab.freedesktop.org/drm/misc/kernel.git drm-misc-next patch link: https://lore.kernel.org/r/20260224020854.791201-8-airlied%40gmail.com patch subject: [PATCH 07/16] memcg: add support for GPU page counters. (v4) config: parisc-allmodconfig (https://download.01.org/0day-ci/archive/20260224/202602241519.EVW5jcey-lkp@intel.com/config) compiler: hppa-linux-gcc (GCC) 15.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260224/202602241519.EVW5jcey-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202602241519.EVW5jcey-lkp@intel.com/ All warnings (new ones prefixed by >>): >> Warning: mm/memcontrol.c:5216 function parameter 'page' not described in 'mem_cgroup_move_gpu_page_reclaim' >> Warning: mm/memcontrol.c:5216 function parameter 'order' not described in 'mem_cgroup_move_gpu_page_reclaim' >> Warning: mm/memcontrol.c:5216 expecting prototype for mem_cgroup_move_gpu_reclaim(). Prototype was for mem_cgroup_move_gpu_page_reclaim() instead -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki