# git rev-parse -q --verify 1fe5501ba1abf2b7e78295df73675423bd6899a0^{commit} 1fe5501ba1abf2b7e78295df73675423bd6899a0 already have revision, skipping fetch # git checkout -q -f -B kisskb 1fe5501ba1abf2b7e78295df73675423bd6899a0 # git clean -qxdf # < git log -1 # commit 1fe5501ba1abf2b7e78295df73675423bd6899a0 # Merge: db2e718a4798 0e1e71d34901 # Author: Linus Torvalds # Date: Tue Apr 20 14:38:35 2021 -0700 # # Merge tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace # # Pull tracing fix from Steven Rostedt: # "Fix tp_printk command line and trace events # # Masami added a wrapper to be able to unhash trace event pointers as # they are only read by root anyway, and they can also be extracted by # the raw trace data buffers. But this wrapper utilized the iterator to # have a temporary buffer to manipulate the text with. # # tp_printk is a kernel command line option that will send the trace # output of a trace event to the console on boot up (useful when the # system crashes before finishing the boot). But the code used the same # wrapper that Masami added, and its iterator did not have a buffer, and # this caused the system to crash. # # Have the wrapper just print the trace event normally if the iterator # has no temporary buffer" # # * tag 'trace-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: # tracing: Fix checking event hash pointer logic when tp_printk is enabled # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 1fe5501ba1abf2b7e78295df73675423bd6899a0 # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- mpc85xx_defconfig # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/kernel.h:10:0, from /kisskb/src/include/linux/list.h:9, from /kisskb/src/include/linux/module.h:12, 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 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd4e308) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:38 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501343 Bytes = 6348.97 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:38 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501035 Bytes = 6348.67 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:38 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500605 Bytes = 6348.25 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:38 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501253 Bytes = 6348.88 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 INFO: Uncompressed kernel (size 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:38 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501250 Bytes = 6348.88 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:38 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6470519 Bytes = 6318.87 KiB = 6.17 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:38 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6500998 Bytes = 6348.63 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:38 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501206 Bytes = 6348.83 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:38 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501287 Bytes = 6348.91 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 INFO: Uncompressed kernel (size 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) INFO: Uncompressed kernel (size 0xd5ea34) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xe00000) Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:38 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501008 Bytes = 6348.64 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:41 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501323 Bytes = 6348.95 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:41 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501015 Bytes = 6348.65 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:41 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501013 Bytes = 6348.65 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:41 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501606 Bytes = 6349.22 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:42 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501307 Bytes = 6348.93 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e002a4 Image Name: Linux-5.12.0-rc8-g1fe5501ba1ab Created: Wed Apr 21 08:47:42 2021 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6501065 Bytes = 6348.70 KiB = 6.20 MiB Load Address: 00e00000 Entry Point: 00e00314 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc-gcc4.9 # Build took: 0:02:41.285580