public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* Re: [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
       [not found] <20240212213922.783301-23-surenb@google.com>
@ 2024-02-14  1:03 ` kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-02-14  1:03 UTC (permalink / raw)
  To: Suren Baghdasaryan, akpm
  Cc: llvm, oe-kbuild-all, kent.overstreet, mhocko, vbabka, hannes,
	roman.gushchin, mgorman, dave, willy, liam.howlett, corbet, void,
	peterz, juri.lelli, catalin.marinas, will, arnd, tglx, mingo,
	dave.hansen, x86, peterx, david, axboe, mcgrof, masahiroy, nathan,
	dennis, tj, muchun.song

Hi Suren,

kernel test robot noticed the following build errors:

[auto build test ERROR on akpm-mm/mm-nonmm-unstable]
[also build test ERROR on linus/master v6.8-rc4]
[cannot apply to akpm-mm/mm-everything vbabka-slab/for-next next-20240213]
[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/Suren-Baghdasaryan/lib-string_helpers-Add-flags-param-to-string_get_size/20240213-054335
base:   https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-nonmm-unstable
patch link:    https://lore.kernel.org/r/20240212213922.783301-23-surenb%40google.com
patch subject: [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends
config: x86_64-rhel-8.3-rust (https://download.01.org/0day-ci/archive/20240214/202402140813.MLA22JVg-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240214/202402140813.MLA22JVg-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 <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202402140813.MLA22JVg-lkp@intel.com/

All errors (new ones prefixed by >>):

>> error[E0425]: cannot find function `krealloc` in crate `bindings`
   --> rust/kernel/allocator.rs:39:24
   |
   39 |     unsafe { bindings::krealloc(ptr as *const core::ffi::c_void, size, flags) as *mut u8 }
   |                        ^^^^^^^^ not found in `bindings`

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-14  1:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20240212213922.783301-23-surenb@google.com>
2024-02-14  1:03 ` [PATCH v3 22/35] mm/slab: enable slab allocation tagging for kmalloc and friends kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox