# git rev-parse -q --verify 49e3275b7148fd5330edb70d7fc037c6bdf81cad^{commit} 49e3275b7148fd5330edb70d7fc037c6bdf81cad already have revision, skipping fetch # git checkout -q -f -B kisskb 49e3275b7148fd5330edb70d7fc037c6bdf81cad # git clean -qxdf # < git log -1 # commit 49e3275b7148fd5330edb70d7fc037c6bdf81cad # Author: Bai Yingjie # Date: Mon Nov 25 23:15:43 2019 +0800 # # powerpc/mpc85xx: also write addr_h to spin table for 64bit boot entry # # CPU like P4080 has 36bit physical address, its DDR physical # start address can be configured above 4G by LAW registers. # # For such systems in which their physical memory start address was # configured higher than 4G, we need also to write addr_h into the spin # table of the target secondary CPU, so that addr_h and addr_l together # represent a 64bit physical address. # Otherwise the secondary core can not get correct entry to start from. # # This should do no harm for normal case where addr_h is all 0. # # Signed-off-by: Bai Yingjie # Acked-by: Scott Wood # Signed-off-by: Michael Ellerman # Link: https://lore.kernel.org/r/1574694943-7883-1-git-send-email-yingjie_bai@126.com # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 49e3275b7148fd5330edb70d7fc037c6bdf81cad # < make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-next_skiroot_defconfig_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- skiroot_defconfig # make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-next_skiroot_defconfig_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/usb/host/xhci-pci.c:524:13: warning: 'xhci_pci_shutdown' defined but not used [-Wunused-function] static void xhci_pci_shutdown(struct usb_hcd *hcd) ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5393:18: error: 'lpfc_debugfs_dumpHBASlim_open' undeclared here (not in a function) .open = lpfc_debugfs_dumpHBASlim_open, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5394:18: error: 'lpfc_debugfs_lseek' undeclared here (not in a function) .llseek = lpfc_debugfs_lseek, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5395:18: error: 'lpfc_debugfs_read' undeclared here (not in a function) .read = lpfc_debugfs_read, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5396:18: error: 'lpfc_debugfs_release' undeclared here (not in a function) .release = lpfc_debugfs_release, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5402:18: error: 'lpfc_debugfs_dumpHostSlim_open' undeclared here (not in a function) .open = lpfc_debugfs_dumpHostSlim_open, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5411:18: error: 'lpfc_debugfs_nvmestat_open' undeclared here (not in a function) .open = lpfc_debugfs_nvmestat_open, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5414:11: error: 'lpfc_debugfs_nvmestat_write' undeclared here (not in a function) .write = lpfc_debugfs_nvmestat_write, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5421:18: error: 'lpfc_debugfs_scsistat_open' undeclared here (not in a function) .open = lpfc_debugfs_scsistat_open, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5424:11: error: 'lpfc_debugfs_scsistat_write' undeclared here (not in a function) .write = lpfc_debugfs_scsistat_write, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5431:18: error: 'lpfc_debugfs_nvmektime_open' undeclared here (not in a function) .open = lpfc_debugfs_nvmektime_open, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5434:11: error: 'lpfc_debugfs_nvmektime_write' undeclared here (not in a function) .write = lpfc_debugfs_nvmektime_write, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5441:18: error: 'lpfc_debugfs_nvmeio_trc_open' undeclared here (not in a function) .open = lpfc_debugfs_nvmeio_trc_open, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5444:11: error: 'lpfc_debugfs_nvmeio_trc_write' undeclared here (not in a function) .write = lpfc_debugfs_nvmeio_trc_write, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5451:18: error: 'lpfc_debugfs_cpucheck_open' undeclared here (not in a function) .open = lpfc_debugfs_cpucheck_open, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5454:11: error: 'lpfc_debugfs_cpucheck_write' undeclared here (not in a function) .write = lpfc_debugfs_cpucheck_write, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5463:11: error: 'lpfc_debugfs_dif_err_read' undeclared here (not in a function) .read = lpfc_debugfs_dif_err_read, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5464:11: error: 'lpfc_debugfs_dif_err_write' undeclared here (not in a function) .write = lpfc_debugfs_dif_err_write, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5465:13: error: 'lpfc_debugfs_dif_err_release' undeclared here (not in a function) .release = lpfc_debugfs_dif_err_release, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5471:18: error: 'lpfc_debugfs_slow_ring_trc_open' undeclared here (not in a function) .open = lpfc_debugfs_slow_ring_trc_open, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5486:18: error: 'lpfc_idiag_open' undeclared here (not in a function) .open = lpfc_idiag_open, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5488:18: error: 'lpfc_idiag_pcicfg_read' undeclared here (not in a function) .read = lpfc_idiag_pcicfg_read, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5489:18: error: 'lpfc_idiag_pcicfg_write' undeclared here (not in a function) .write = lpfc_idiag_pcicfg_write, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5490:18: error: 'lpfc_idiag_cmd_release' undeclared here (not in a function) .release = lpfc_idiag_cmd_release, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5498:18: error: 'lpfc_idiag_baracc_read' undeclared here (not in a function) .read = lpfc_idiag_baracc_read, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5499:18: error: 'lpfc_idiag_baracc_write' undeclared here (not in a function) .write = lpfc_idiag_baracc_write, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5507:18: error: 'lpfc_idiag_queinfo_read' undeclared here (not in a function) .read = lpfc_idiag_queinfo_read, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5508:18: error: 'lpfc_idiag_release' undeclared here (not in a function) .release = lpfc_idiag_release, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5516:18: error: 'lpfc_idiag_queacc_read' undeclared here (not in a function) .read = lpfc_idiag_queacc_read, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5517:18: error: 'lpfc_idiag_queacc_write' undeclared here (not in a function) .write = lpfc_idiag_queacc_write, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5526:18: error: 'lpfc_idiag_drbacc_read' undeclared here (not in a function) .read = lpfc_idiag_drbacc_read, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5527:18: error: 'lpfc_idiag_drbacc_write' undeclared here (not in a function) .write = lpfc_idiag_drbacc_write, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5536:18: error: 'lpfc_idiag_ctlacc_read' undeclared here (not in a function) .read = lpfc_idiag_ctlacc_read, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5537:18: error: 'lpfc_idiag_ctlacc_write' undeclared here (not in a function) .write = lpfc_idiag_ctlacc_write, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5546:18: error: 'lpfc_idiag_mbxacc_read' undeclared here (not in a function) .read = lpfc_idiag_mbxacc_read, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5547:18: error: 'lpfc_idiag_mbxacc_write' undeclared here (not in a function) .write = lpfc_idiag_mbxacc_write, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5556:18: error: 'lpfc_idiag_extacc_read' undeclared here (not in a function) .read = lpfc_idiag_extacc_read, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5557:18: error: 'lpfc_idiag_extacc_write' undeclared here (not in a function) .write = lpfc_idiag_extacc_write, ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5477:23: warning: 'lpfc_debugfs_root' defined but not used [-Wunused-variable] static struct dentry *lpfc_debugfs_root = NULL; ^ /kisskb/src/drivers/scsi/lpfc/lpfc_debugfs.c:5478:17: warning: 'lpfc_debugfs_hba_count' defined but not used [-Wunused-variable] static atomic_t lpfc_debugfs_hba_count; ^ make[4]: *** [/kisskb/src/scripts/Makefile.build:265: drivers/scsi/lpfc/lpfc_debugfs.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:503: drivers/scsi/lpfc] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:503: drivers/scsi] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1692: drivers] Error 2 make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 32 ARCH=powerpc O=/kisskb/build/powerpc-next_skiroot_defconfig_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/powerpc-next_skiroot_defconfig_ppc64le-gcc5 # Build took: 0:01:34.450055