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 84FECC54E94 for ; Tue, 24 Jan 2023 05:51:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231733AbjAXFvT (ORCPT ); Tue, 24 Jan 2023 00:51:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46632 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233185AbjAXFvD (ORCPT ); Tue, 24 Jan 2023 00:51:03 -0500 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72DC33D087 for ; Mon, 23 Jan 2023 21:50:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674539435; x=1706075435; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=OzWihTV77CXUJPR2F/JLCAMf2dU1W7zKj6fkn1qeVi4=; b=DqHJvYaMpP3IZvUxxC3oeunkcO0ZJU9GkRSIGBQ6ZoPWojHqgxKN3imB 5WfoVg0NmejSaOAegFF3Rqbw4/BwB0LH+Ml92Z2MUQ0LmlRPpjI6lb2r3 AXZN0pbrJqr4Ho/qwMqM4Tu4aDXf8fhG+0Z1NmPefr27PNN/kqMRCRxh0 JQXyDV2NXusZJr3en2jxP8XMBdYULfKypmcBRILMxHa7tHBzdFEHZZdVa PGc7KdRF1mvzu63uMcwUX9BH9w67reG00H4v7fXqLBG/+8D4kpvhMihH/ LfmJLbLLvt3nO27cjCUIGUcNf7snIbBYbVehlzQ5H2C6q2yId5Tp63Hjp Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10599"; a="306587586" X-IronPort-AV: E=Sophos;i="5.97,241,1669104000"; d="scan'208";a="306587586" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jan 2023 21:47:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10599"; a="835859363" X-IronPort-AV: E=Sophos;i="5.97,241,1669104000"; d="scan'208";a="835859363" Received: from lkp-server01.sh.intel.com (HELO 5646d64e7320) ([10.239.97.150]) by orsmga005.jf.intel.com with ESMTP; 23 Jan 2023 21:47:42 -0800 Received: from kbuild by 5646d64e7320 with local (Exim 4.96) (envelope-from ) id 1pKC9l-0006Au-0V; Tue, 24 Jan 2023 05:47:41 +0000 Date: Tue, 24 Jan 2023 13:46:57 +0800 From: kernel test robot To: George Prekas , linux-kernel@vger.kernel.org, linux-mm@kvack.org Cc: oe-kbuild-all@lists.linux.dev, Catalin Marinas , Andrew Morton , Linux Memory Management List , Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , Vlastimil Babka , Roman Gushchin , Hyeonggon Yoo <42.hyeyoo@gmail.com>, Thomas Gleixner , "Eric W. Biederman" , Sebastian Andrzej Siewior , Andy Lutomirski , Peter Zijlstra , "Liam R. Howlett" , Fenghua Yu , Andrei Vagin , George Prekas Subject: Re: [PATCH 1/9] mm: kmemleak: properly disable task stack scanning Message-ID: <202301241355.ytFzL2p6-lkp@intel.com> References: <20230123170419.7292-2-george@enfabrica.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230123170419.7292-2-george@enfabrica.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi George, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on vbabka-slab/for-next] [also build test WARNING on linus/master v6.2-rc5 next-20230123] [cannot apply to akpm-mm/mm-everything] [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/George-Prekas/mm-kmemleak-properly-disable-task-stack-scanning/20230124-010911 base: git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git for-next patch link: https://lore.kernel.org/r/20230123170419.7292-2-george%40enfabrica.net patch subject: [PATCH 1/9] mm: kmemleak: properly disable task stack scanning config: arc-randconfig-r043-20230123 (https://download.01.org/0day-ci/archive/20230124/202301241355.ytFzL2p6-lkp@intel.com/config) compiler: arceb-elf-gcc (GCC) 12.1.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/f0d9df4305849ecea4402bc614cadb0dd357da77 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review George-Prekas/mm-kmemleak-properly-disable-task-stack-scanning/20230124-010911 git checkout f0d9df4305849ecea4402bc614cadb0dd357da77 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arc olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arc SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All warnings (new ones prefixed by >>): mm/kmemleak.c: In function 'kmemleak_mark_stack': >> mm/kmemleak.c:1244:46: warning: passing argument 1 of 'find_and_get_object' makes integer from pointer without a cast [-Wint-conversion] 1244 | object = find_and_get_object(ptr, 0); | ^~~ | | | const void * mm/kmemleak.c:561:66: note: expected 'long unsigned int' but argument is of type 'const void *' 561 | static struct kmemleak_object *find_and_get_object(unsigned long ptr, int alias) | ~~~~~~~~~~~~~~^~~ vim +/find_and_get_object +1244 mm/kmemleak.c 1233 1234 /** 1235 * kmemleak_mark_stack - mark the allocated object as a kernel stack 1236 * 1237 * @ptr: pointer to beginning of the object 1238 */ 1239 void __ref kmemleak_mark_stack(const void *ptr) 1240 { 1241 struct kmemleak_object *object; 1242 1243 if (kmemleak_enabled && ptr && !IS_ERR(ptr)) { > 1244 object = find_and_get_object(ptr, 0); 1245 if (object) { 1246 object->flags |= OBJECT_STACK; 1247 put_object(object); 1248 } 1249 } 1250 } 1251 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests