* [android-common:android12-5.10-2025-09 10/10] arch/x86/platform/efi/memmap.c:94: warning: Function parameter or member 'data' not described in 'efi_memmap_install'
@ 2026-07-10 12:38 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-07-10 12:38 UTC (permalink / raw)
To: cros-kernel-buildreports; +Cc: oe-kbuild-all
tree: https://android.googlesource.com/kernel/common android12-5.10-2025-09
head: 14da479a0598c499bcf969190a55f04cff7e15a1
commit: 31e0721aeabde29371f624f56ce2f403508527a5 [10/10] efi: memmap: Move manipulation routines into x86 arch tree
config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20260710/202607102017.I5s87RY2-lkp@intel.com/config)
compiler: clang version 23.0.0git (https://github.com/llvm/llvm-project 0a2fb2a2269da0e2a3e230beb6cad39ca314db33)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260710/202607102017.I5s87RY2-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/202607102017.I5s87RY2-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> arch/x86/platform/efi/memmap.c:94: warning: Function parameter or member 'data' not described in 'efi_memmap_install'
>> arch/x86/platform/efi/memmap.c:94: warning: Excess function parameter 'ctx' description in 'efi_memmap_install'
vim +94 arch/x86/platform/efi/memmap.c
82
83 /**
84 * efi_memmap_install - Install a new EFI memory map in efi.memmap
85 * @ctx: map allocation parameters (address, size, flags)
86 *
87 * Unlike efi_memmap_init_*(), this function does not allow the caller
88 * to switch from early to late mappings. It simply uses the existing
89 * mapping function and installs the new memmap.
90 *
91 * Returns zero on success, a negative error code on failure.
92 */
93 int __init efi_memmap_install(struct efi_memory_map_data *data)
> 94 {
95 efi_memmap_unmap();
96
97 return __efi_memmap_init(data);
98 }
99
--
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:[~2026-07-10 12:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-10 12:38 [android-common:android12-5.10-2025-09 10/10] arch/x86/platform/efi/memmap.c:94: warning: Function parameter or member 'data' not described in 'efi_memmap_install' kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.