# git rev-parse -q --verify 960b6f657c92adab4931653f9dc0e94ed5da1975^{commit} 960b6f657c92adab4931653f9dc0e94ed5da1975 already have revision, skipping fetch # git checkout -q -f -B kisskb 960b6f657c92adab4931653f9dc0e94ed5da1975 # git clean -qxdf # < git log -1 # commit 960b6f657c92adab4931653f9dc0e94ed5da1975 # Author: Michael Ellerman # Date: Thu Apr 5 22:39:34 2018 +1000 # # powerpc/64s: Fix section mismatch warnings from setup_rfi_flush() # # The recent LPM changes to setup_rfi_flush() are causing some section # mismatch warnings because we removed the __init annotation on # setup_rfi_flush(): # # The function setup_rfi_flush() references # the function __init ppc64_bolted_size(). # the function __init memblock_alloc_base(). # # The references are actually in init_fallback_flush(), but that is # inlined into setup_rfi_flush(). # # These references are safe because: # - only pseries calls setup_rfi_flush() at runtime # - pseries always passes L1D_FLUSH_FALLBACK at boot # - so the fallback flush area will always be allocated # - so the check in init_fallback_flush() will always return early: # /* Only allocate the fallback flush area once (at boot time). */ # if (l1d_flush_fallback_area) # return; # # - and therefore we won't actually call the freed init routines. # # We should rework the code to make it safer by default rather than # relying on the above, but for now as a quick-fix just add a __ref # annotation to squash the warning. # # Fixes: abf110f3e1ce ("powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again") # Signed-off-by: Michael Ellerman # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < git log --format=%s --max-count=1 960b6f657c92adab4931653f9dc0e94ed5da1975 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- ppc6xx_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1268:20: warning: 'root' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/ppc/awacs.c: In function 'snd_pmac_awacs_init': /kisskb/src/include/sound/control.h:220:2: warning: 'speaker_vol' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/ppc/awacs.c:886:36: note: 'speaker_vol' was declared here /kisskb/src/drivers/dma-buf/reservation.c: In function 'reservation_object_add_shared_fence': /kisskb/src/drivers/dma-buf/reservation.c:225:6: warning: 'k' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/bridge/br_netlink.c: In function 'br_afspec': /kisskb/src/net/bridge/br_netlink.c:635:7: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/input/joystick/analog.c:176:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] /kisskb/src/fs/nfsd/nfs4xdr.c: In function 'nfsd4_encode_components_esc': /kisskb/src/fs/nfsd/nfs4xdr.c:2043:9: warning: 'str' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:251:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:231:19: note: 'i' was declared here /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_rx_mgmt_beacon': /kisskb/src/net/mac80211/mlme.c:1350:3: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/mac80211/mlme.c:1307:6: note: 'pwr_level_cisco' was declared here /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1816:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1726:46: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] arch/powerpc/boot/mpc832x_rdb.dtb: Warning (interrupts_property): interrupts size is (4), expected multiple of 8 in /qe@e0100000/mdio@3120/ethernet-phy@0 arch/powerpc/boot/mpc832x_rdb.dtb: Warning (interrupts_property): interrupts size is (4), expected multiple of 8 in /qe@e0100000/mdio@3120/ethernet-phy@4 INFO: Uncompressed kernel (size 0xa2b3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa1ac90) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa2b3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-4.16.0-rc4+ Created: Fri Apr 6 02:56:37 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4837460 Bytes = 4724.08 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b007a0 INFO: Uncompressed kernel (size 0xa2b3b4) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa1ac90) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-4.16.0-rc4+ Created: Fri Apr 6 02:56:38 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4813488 Bytes = 4700.67 kB = 4.59 MB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-4.16.0-rc4+ Created: Fri Apr 6 02:56:38 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4837839 Bytes = 4724.45 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.16.0-rc4+ Created: Fri Apr 6 02:56:39 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4836973 Bytes = 4723.61 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.16.0-rc4+ Created: Fri Apr 6 02:56:41 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4837798 Bytes = 4724.41 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.16.0-rc4+ Created: Fri Apr 6 02:56:41 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4837432 Bytes = 4724.05 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b007a0 Image Name: Linux-4.16.0-rc4+ Created: Fri Apr 6 02:56:42 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4837003 Bytes = 4723.64 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.16.0-rc4+ Created: Fri Apr 6 02:56:42 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4836721 Bytes = 4723.36 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b00230 Image Name: Linux-4.16.0-rc4+ Created: Fri Apr 6 02:56:42 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4837694 Bytes = 4724.31 kB = 4.61 MB Load Address: 00b00000 Entry Point: 00b00230 Completed OK # rm -rf /kisskb/build/powerpc-next_ppc6xx_defconfig_powerpc # Build took: 0:02:49.792964