All of lore.kernel.org
 help / color / mirror / Atom feed
* [android-common:android13-5.10 7/51] arch/arm64/kernel/machine_kexec.c:62:5: warning: no previous prototype for 'machine_kexec_post_load'
@ 2021-07-13 20:40 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-07-13 20:40 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2298 bytes --]

tree:   https://android.googlesource.com/kernel/common android13-5.10
head:   663bbfa2a48a042ef172114830ccf6ad1a16677c
commit: bdc7abb880337dc68bd400d3a69df9d61275e402 [7/51] UPSTREAM: arm64: kexec: move relocation function setup
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.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
        git remote add android-common https://android.googlesource.com/kernel/common
        git fetch --no-tags android-common android13-5.10
        git checkout bdc7abb880337dc68bd400d3a69df9d61275e402
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> arch/arm64/kernel/machine_kexec.c:62:5: warning: no previous prototype for 'machine_kexec_post_load' [-Wmissing-prototypes]
      62 | int machine_kexec_post_load(struct kimage *kimage)
         |     ^~~~~~~~~~~~~~~~~~~~~~~
   arch/arm64/kernel/machine_kexec.c:238:6: warning: no previous prototype for 'machine_crash_shutdown' [-Wmissing-prototypes]
     238 | void machine_crash_shutdown(struct pt_regs *regs)
         |      ^~~~~~~~~~~~~~~~~~~~~~


vim +/machine_kexec_post_load +62 arch/arm64/kernel/machine_kexec.c

    61	
  > 62	int machine_kexec_post_load(struct kimage *kimage)
    63	{
    64		void *reloc_code = page_to_virt(kimage->control_code_page);
    65	
    66		memcpy(reloc_code, arm64_relocate_new_kernel,
    67		       arm64_relocate_new_kernel_size);
    68		kimage->arch.kern_reloc = __pa(reloc_code);
    69	
    70		/* Flush the reloc_code in preparation for its execution. */
    71		__flush_dcache_area(reloc_code, arm64_relocate_new_kernel_size);
    72		flush_icache_range((uintptr_t)reloc_code, (uintptr_t)reloc_code +
    73				   arm64_relocate_new_kernel_size);
    74	
    75		return 0;
    76	}
    77	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 76116 bytes --]

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

only message in thread, other threads:[~2021-07-13 20:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-13 20:40 [android-common:android13-5.10 7/51] arch/arm64/kernel/machine_kexec.c:62:5: warning: no previous prototype for 'machine_kexec_post_load' 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.