# git rev-parse -q --verify fae99a46a6aa20150943bf7e76a7756deab0c107^{commit} fae99a46a6aa20150943bf7e76a7756deab0c107 already have revision, skipping fetch # git checkout -q -f -B kisskb fae99a46a6aa20150943bf7e76a7756deab0c107 # git clean -qxdf # < git log -1 # commit fae99a46a6aa20150943bf7e76a7756deab0c107 # Author: Christophe Leroy # Date: Tue Aug 13 11:44:00 2019 +0000 # # powerpc/mm: refactor ioremap_range() and use ioremap_page_range() # # book3s64's ioremap_range() is almost same as fallback ioremap_range(), # except that it calls radix__ioremap_range() when radix is enabled. # # radix__ioremap_range() is also very similar to the other ones, expect # that it calls ioremap_page_range when slab is available. # # Lets keep only one version of ioremap_range() which calls # ioremap_page_range() on all platforms when slab is available. # # At the same time, drop the nid parameter which is not used. # # Signed-off-by: Christophe Leroy # < /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 fae99a46a6aa20150943bf7e76a7756deab0c107 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/chleroy_mpc85xx_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # make -s -j 120 ARCH=powerpc O=/kisskb/build/chleroy_mpc85xx_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/kernel.h:11:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:9, from /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:15: /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/include/linux/err.h:22:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define IS_ERR_VALUE(x) unlikely((unsigned long)(void *)(x) >= (unsigned long)-MAX_ERRNO) ^ /kisskb/src/include/linux/compiler.h:78:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: note: in expansion of macro 'IS_ERR_VALUE' if (IS_ERR_VALUE(fep->ring_mem_addr)) ^ /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8541cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8555cds.dts:330.3-21: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc25a04) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) INFO: Uncompressed kernel (size 0xc151d0) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xd00000) Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5989029 Bytes = 5848.66 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5990047 Bytes = 5849.66 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5989028 Bytes = 5848.66 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5990303 Bytes = 5849.91 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5990103 Bytes = 5849.71 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5989451 Bytes = 5849.07 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5989295 Bytes = 5848.92 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5989360 Bytes = 5848.98 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5990279 Bytes = 5849.88 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5990040 Bytes = 5849.65 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5959692 Bytes = 5820.01 KiB = 5.68 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5989431 Bytes = 5849.05 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5989362 Bytes = 5848.99 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d00314 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5989537 Bytes = 5849.16 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5989369 Bytes = 5848.99 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d002a4 Image Name: Linux-5.3.0-rc4-gfae99a46a6aa Created: Wed Aug 14 02:44:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5990002 Bytes = 5849.61 KiB = 5.71 MiB Load Address: 00d00000 Entry Point: 00d002a4 Completed OK # rm -rf /kisskb/build/chleroy_mpc85xx_defconfig_powerpc-gcc5 # Build took: 0:01:15.341321