# git rev-parse -q --verify b52bb135aad99deea9bfe5f050c3295b049adc87^{commit} b52bb135aad99deea9bfe5f050c3295b049adc87 already have revision, skipping fetch # git checkout -q -f -B kisskb b52bb135aad99deea9bfe5f050c3295b049adc87 # git clean -qxdf # < git log -1 # commit b52bb135aad99deea9bfe5f050c3295b049adc87 # Merge: 4f016a316f22 1cd738b13ae9 # Author: Linus Torvalds # Date: Sun Feb 21 10:34:36 2021 -0800 # # Merge tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux # # Pull xfs updates from Darrick Wong: # "There's a lot going on this time, which seems about right for this # drama-filled year. # # Community developers added some code to speed up freezing when # read-only workloads are still running, refactored the logging code, # added checks to prevent file extent counter overflow, reduced iolock # cycling to speed up fsync and gc scans, and started the slow march # towards supporting filesystem shrinking. # # There's a huge refactoring of the internal speculative preallocation # garbage collection code which fixes a bunch of bugs, makes the gc # scheduling per-AG and hence multithreaded, and standardizes the retry # logic when we try to reserve space or quota, can't, and want to # trigger a gc scan. We also enable multithreaded quotacheck to reduce # mount times further. This is also preparation for background file gc, # which may or may not land for 5.13. # # We also fixed some deadlocks in the rename code, fixed a quota # accounting leak when FSSETXATTR fails, restored the behavior that # write faults to an mmap'd region actually cause a SIGBUS, fixed a bug # where sgid directory inheritance wasn't quite working properly, and # fixed a bug where symlinks weren't working properly in ecryptfs. We # also now advertise the inode btree counters feature that was # introduced two cycles ago. # # Summary: # # - Fix an ABBA deadlock when renaming files on overlayfs. # # - Make sure that we can't overflow the inode extent counters when # adding to or removing extents from a file. # # - Make directory sgid inheritance work the same way as all the other # filesystems. # # - Don't drain the buffer cache on freeze and ro remount, which should # reduce the amount of time if read-only workloads are continuing # during the freeze. # # - Fix a bug where symlink size isn't reported to the vfs in ecryptfs. # # - Disentangle log cleaning from log covering. This refactoring sets # us up for future changes to the log, though for now it simply means # that we can use covering for freezes, and cleaning becomes # something we only do at unmount. # # - Speed up file fsyncs by reducing iolock cycling. # # - Fix delalloc blocks leaking when changing the project id fails # because of input validation errors in FSSETXATTR. # # - Fix oversized quota reservation when converting unwritten extents # during a DAX write. # # - Create a transaction allocation helper function to standardize the # idiom of allocating a transaction, reserving blocks, locking # inodes, and reserving quota. Replace all the open-coded logic for # file creation, file ownership changes, and file modifications to # use them. # # - Actually shut down the fs if the incore quota reservations get # corrupted. # # - Fix background block garbage collection scans to not block and to # actually clean out CoW staging extents properly. # # - Run block gc scans when we run low on project quota. # # - Use the standardized transaction allocation helpers to make it so # that ENOSPC and EDQUOT errors during reservation will back out, # invoke the block gc scanner, and try again. This is preparation for # introducing background inode garbage collection in the next cycle. # # - Combine speculative post-EOF block garbage collection with # speculative copy on write block garbage collection. # # - Enable multithreaded quotacheck. # # - Allow sysadmins to tweak the CPU affinities and maximum concurrency # levels of quotacheck and background blockgc worker pools. # # - Expose the inode btree counter feature in the fs geometry ioctl. # # - Cleanups of the growfs code in preparation for starting work on # filesystem shrinking. # # - Fix all the bloody gcc warnings that the maintainer knows about. :P # # - Fix a RST syntax error. # # - Don't trigger bmbt corruption assertions after the fs shuts down. # # - Restore behavior of forcing SIGBUS on a shut down filesystem when # someone triggers a mmap write fault (or really, any buffered # write)" # # * tag 'xfs-5.12-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: (85 commits) # xfs: consider shutdown in bmapbt cursor delete assert # xfs: fix boolreturn.cocci warnings # xfs: restore shutdown check in mapped write fault path # xfs: fix rst syntax error in admin guide # xfs: fix incorrect root dquot corruption error when switching group/project quota types # xfs: get rid of xfs_growfs_{data,log}_t # xfs: rename `new' to `delta' in xfs_growfs_data_private() # libxfs: expose inobtcount in xfs geometry # xfs: don't bounce the iolock between free_{eof,cow}blocks # xfs: expose the blockgc workqueue knobs publicly # xfs: parallelize block preallocation garbage collection # xfs: rename block gc start and stop functions # xfs: only walk the incore inode tree once per blockgc scan # xfs: consolidate the eofblocks and cowblocks workers # xfs: consolidate incore inode radix tree posteof/cowblocks tags # xfs: remove trivial eof/cowblocks functions # xfs: hide xfs_icache_free_cowblocks # xfs: hide xfs_icache_free_eofblocks # xfs: relocate the eofb/cowb workqueue functions # xfs: set WQ_SYSFS on all workqueues in debug mode # ... # < /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 b52bb135aad99deea9bfe5f050c3295b049adc87 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_ppc64_book3e_allmodconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64_book3e_allmodconfig # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_ppc64_book3e_allmodconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_ppc64_book3e_allmodconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_ppc64_book3e_allmodconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:267.20-280.4: Warning (pci_bridge): /pci@f0000d00: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/o3dnt.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:182.18-186.5: Warning (spi_bus_bridge): /soc5200@f0000000/psc@2000: node name for SPI buses should be 'spi' also defined at /kisskb/src/arch/powerpc/boot/dts/o2d.dtsi:32.12-43.5 arch/powerpc/boot/dts/o3dnt.dtb: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:267.20-280.4: Warning (pci_bridge): /pci@f0000d00: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/uc101.dts:100.15-102.4 arch/powerpc/boot/dts/uc101.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/fsl/p2020rdb.dts:251.22-254.4: Warning (pci_bridge): /pcie@ffe08000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi:43.7-68.3 /kisskb/src/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi:52.9-67.4: Warning (pci_bridge): /pcie@ffe08000/pcie@0: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/fsl/p2020rdb.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/fsl/mvme7100.dts:135.22-137.4: Warning (pci_bridge): /pcie@f1008000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi:92.7-117.3 /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi:102.9-116.4: Warning (pci_bridge): /pcie@f1008000/pcie@0: missing ranges for PCI bridge (or not a bridge) /kisskb/src/arch/powerpc/boot/dts/fsl/mvme7100.dts:139.22-141.4: Warning (pci_bridge): /pcie@f1009000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi:119.7-144.3 /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi:129.9-143.4: Warning (pci_bridge): /pcie@f1009000/pcie@0: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/fsl/mvme7100.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/fsl/mvme7100.dts:30.11-32.6: Warning (i2c_bus_reg): /soc@f1000000/i2c@3000/rtc@68: missing or empty reg property /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:267.20-280.4: Warning (pci_bridge): /pci@f0000d00: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/o2i.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:182.18-186.5: Warning (spi_bus_bridge): /soc5200@f0000000/psc@2000: node name for SPI buses should be 'spi' also defined at /kisskb/src/arch/powerpc/boot/dts/o2d.dtsi:32.12-43.5 arch/powerpc/boot/dts/o2i.dtb: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' /kisskb/src/arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi:38.2-25: Warning (interrupts_property): /soc@ffe00000/mdio@24000/ethernet-phy@0:#interrupt-cells: size is (8), expected multiple of 16 /kisskb/src/arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi:38.2-25: Warning (interrupts_property): /soc@ffe00000/mdio@24000/ethernet-phy@1:#interrupt-cells: size is (8), expected multiple of 16 /kisskb/src/arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi:38.2-25: Warning (interrupts_property): /soc@fffe00000/mdio@24000/ethernet-phy@0:#interrupt-cells: size is (8), expected multiple of 16 /kisskb/src/arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi:38.2-25: Warning (interrupts_property): /soc@fffe00000/mdio@24000/ethernet-phy@1:#interrupt-cells: size is (8), expected multiple of 16 /kisskb/src/arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi:38.2-25: Warning (interrupts_property): /soc@fffe00000/mdio@24000/ethernet-phy@0:#interrupt-cells: size is (8), expected multiple of 16 /kisskb/src/arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi:38.2-25: Warning (interrupts_property): /soc@fffe00000/mdio@24000/ethernet-phy@1:#interrupt-cells: size is (8), expected multiple of 16 /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:267.20-280.4: Warning (pci_bridge): /pci@f0000d00: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/o2d300.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:182.18-186.5: Warning (spi_bus_bridge): /soc5200@f0000000/psc@2000: node name for SPI buses should be 'spi' also defined at /kisskb/src/arch/powerpc/boot/dts/o2d.dtsi:32.12-43.5 arch/powerpc/boot/dts/o2d300.dtb: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' /kisskb/src/arch/powerpc/boot/dts/fsl/p1020rdb-pd.dts:189.11-193.6: Warning (spi_bus_reg): /soc@ffe00000/spi@7000/slic@0: SPI bus unit address format error, expected "1" /kisskb/src/arch/powerpc/boot/dts/fsl/p1020rdb-pd.dts:195.11-199.6: Warning (spi_bus_reg): /soc@ffe00000/spi@7000/slic@1: SPI bus unit address format error, expected "2" /kisskb/src/arch/powerpc/boot/dts/mpc5121.dtsi:397.13-406.5: Warning (spi_bus_bridge): /soc@80000000/psc@11400: node name for SPI buses should be 'spi' also defined at /kisskb/src/arch/powerpc/boot/dts/ac14xx.dts:305.19-326.5 /kisskb/src/arch/powerpc/boot/dts/mpc5121.dtsi:409.13-418.5: Warning (spi_bus_bridge): /soc@80000000/psc@11500: node name for SPI buses should be 'spi' also defined at /kisskb/src/arch/powerpc/boot/dts/ac14xx.dts:329.19-344.5 arch/powerpc/boot/dts/ac14xx.dtb: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:267.20-280.4: Warning (pci_bridge): /pci@f0000d00: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/o2d.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:182.18-186.5: Warning (spi_bus_bridge): /soc5200@f0000000/psc@2000: node name for SPI buses should be 'spi' also defined at /kisskb/src/arch/powerpc/boot/dts/o2d.dtsi:32.12-43.5 arch/powerpc/boot/dts/o2d.dtb: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' /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) /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:267.20-280.4: Warning (pci_bridge): /pci@f0000d00: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/cm5200.dts:70.15-72.4 arch/powerpc/boot/dts/cm5200.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/fsl/gef_sbc610.dts:209.22-211.4: Warning (pci_bridge): /pcie@fef09000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi:119.7-144.3 /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi:129.9-143.4: Warning (pci_bridge): /pcie@fef09000/pcie@0: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/fsl/gef_sbc610.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi:38.2-25: Warning (interrupts_property): /soc@ffe00000/mdio@24000/ethernet-phy@0:#interrupt-cells: size is (8), expected multiple of 16 /kisskb/src/arch/powerpc/boot/dts/fsl/pq3-mpic.dtsi:38.2-25: Warning (interrupts_property): /soc@ffe00000/mdio@24000/ethernet-phy@1:#interrupt-cells: size is (8), expected multiple of 16 /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:267.20-280.4: Warning (pci_bridge): /pci@f0000d00: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/o2dnt2.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:182.18-186.5: Warning (spi_bus_bridge): /soc5200@f0000000/psc@2000: node name for SPI buses should be 'spi' also defined at /kisskb/src/arch/powerpc/boot/dts/o2d.dtsi:32.12-43.5 arch/powerpc/boot/dts/o2dnt2.dtb: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' /kisskb/src/arch/powerpc/boot/dts/mpc5121.dtsi:457.13-466.5: Warning (spi_bus_bridge): /soc@80000000/psc@11900: node name for SPI buses should be 'spi' also defined at /kisskb/src/arch/powerpc/boot/dts/pdm360ng.dts:172.13-185.5 arch/powerpc/boot/dts/pdm360ng.dtb: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' /kisskb/src/arch/powerpc/boot/dts/bluestone.dts:272.13-277.7: Warning (i2c_bus_reg): /plb/opb/i2c@ef600700/sttm@4C: I2C bus unit address format error, expected "4c" /kisskb/src/arch/powerpc/boot/dts/fsl/gef_ppc9a.dts:211.22-213.4: Warning (pci_bridge): /pcie@fef09000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi:119.7-144.3 /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8641si-post.dtsi:129.9-143.4: Warning (pci_bridge): /pcie@fef09000/pcie@0: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/fsl/gef_ppc9a.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:267.20-280.4: Warning (pci_bridge): /pci@f0000d00: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/o2mnt.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:182.18-186.5: Warning (spi_bus_bridge): /soc5200@f0000000/psc@2000: node name for SPI buses should be 'spi' also defined at /kisskb/src/arch/powerpc/boot/dts/o2d.dtsi:32.12-43.5 arch/powerpc/boot/dts/o2mnt.dtb: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' /kisskb/src/arch/powerpc/boot/dts/xpedite5200.dts:135.11-138.6: Warning (i2c_bus_reg): /soc@ef000000/i2c@3000/dtt@48: I2C bus unit address format error, expected "34" /kisskb/src/arch/powerpc/boot/dts/mgcoge.dts:230.14-234.7: Warning (spi_bus_reg): /soc@f0000000/cpm@119c0/spi@11aa0/ds3106@1: SPI bus unit address format error, expected "0" /kisskb/src/arch/powerpc/boot/dts/stxssa8555.dts:329.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/xpedite5200_xmon.dts:139.11-142.6: Warning (i2c_bus_reg): /soc@ef000000/i2c@3000/dtt@48: I2C bus unit address format error, expected "34" /kisskb/src/arch/powerpc/boot/dts/fsl/oca4080.dts:132.23-134.4: Warning (pci_bridge): /pcie@ffe200000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi:58.7-84.3 /kisskb/src/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi:68.9-83.4: Warning (pci_bridge): /pcie@ffe200000/pcie@0: missing ranges for PCI bridge (or not a bridge) /kisskb/src/arch/powerpc/boot/dts/fsl/oca4080.dts:136.23-138.4: Warning (pci_bridge): /pcie@ffe201000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi:87.7-113.3 /kisskb/src/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi:97.9-112.4: Warning (pci_bridge): /pcie@ffe201000/pcie@0: missing ranges for PCI bridge (or not a bridge) /kisskb/src/arch/powerpc/boot/dts/fsl/oca4080.dts:140.23-142.4: Warning (pci_bridge): /pcie@ffe202000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi:116.7-142.3 /kisskb/src/arch/powerpc/boot/dts/fsl/p4080si-post.dtsi:126.9-141.4: Warning (pci_bridge): /pcie@ffe202000/pcie@0: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/fsl/oca4080.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/fsl/ppa8548.dts:34.22-37.4: Warning (pci_bridge): /pci@fe0008000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8548si-post.dtsi:43.7-51.3 /kisskb/src/arch/powerpc/boot/dts/fsl/ppa8548.dts:39.22-42.4: Warning (pci_bridge): /pci@fe0009000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8548si-post.dtsi:54.7-62.3 /kisskb/src/arch/powerpc/boot/dts/fsl/ppa8548.dts:44.23-47.4: Warning (pci_bridge): /pcie@fe000a000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8548si-post.dtsi:65.7-90.3 /kisskb/src/arch/powerpc/boot/dts/fsl/mpc8548si-post.dtsi:74.9-89.4: Warning (pci_bridge): /pcie@fe000a000/pcie@0: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/fsl/ppa8548.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/mpc8610_hpcd.dts:420.3-21: Warning (pci_device_bus_num): /pcie@e000a000/pcie@0:bus-range: PCI bus number 0 out of range, expected (1 - 1) /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:267.20-280.4: Warning (pci_bridge): /pci@f0000d00: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/motionpro.dts:84.15-86.4 arch/powerpc/boot/dts/motionpro.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/fsl/p2020rdb-pc_32b.dts:59.22-62.4: Warning (pci_bridge): /pcie@ffe08000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi:100.7-126.3 /kisskb/src/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi:109.9-125.4: Warning (pci_bridge): /pcie@ffe08000/pcie@0: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/fsl/p2020rdb-pc_32b.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/mpc5200b.dtsi:267.20-280.4: Warning (pci_bridge): /pci@f0000d00: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/a3m071.dts:135.15-137.4 arch/powerpc/boot/dts/a3m071.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/boot/dts/fsl/p2020rdb-pc_36b.dts:59.23-62.4: Warning (pci_bridge): /pcie@fffe08000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi:100.7-126.3 /kisskb/src/arch/powerpc/boot/dts/fsl/p2020si-post.dtsi:109.9-125.4: Warning (pci_bridge): /pcie@fffe08000/pcie@0: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/fsl/p2020rdb-pc_36b.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /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/kmcoge4.dts:196.23-198.4: Warning (pci_bridge): /pcie@ffe201000: missing ranges for PCI bridge (or not a bridge) also defined at /kisskb/src/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi:87.7-113.3 /kisskb/src/arch/powerpc/boot/dts/fsl/p2041si-post.dtsi:97.9-112.4: Warning (pci_bridge): /pcie@ffe201000/pcie@0: missing ranges for PCI bridge (or not a bridge) arch/powerpc/boot/dts/fsl/kmcoge4.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' /kisskb/src/arch/powerpc/kexec/file_load.c: In function 'delete_fdt_mem_rsv': /kisskb/src/arch/powerpc/kexec/file_load.c:142:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/kexec/file_load.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/arch/powerpc/kexec/crash.c: In function 'crash_kexec_prepare_cpus.isra.3': /kisskb/src/arch/powerpc/kexec/crash.c:177:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/kexec/crash.o] Error 1 /kisskb/src/mm/mempool.c: In function '__check_element': /kisskb/src/mm/mempool.c:56:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:279: mm/mempool.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/arch/powerpc/kexec/ima.c: In function 'do_get_kexec_buffer': /kisskb/src/arch/powerpc/kexec/ima.c:47:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/kexec/ima.o] Error 1 /kisskb/src/arch/powerpc/kexec/file_load_64.c: In function 'add_usable_mem_property': /kisskb/src/arch/powerpc/kexec/file_load_64.c:636:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/kexec/file_load_64.o] Error 1 /kisskb/src/arch/powerpc/kexec/ranges.c: In function 'add_reserved_mem_ranges': /kisskb/src/arch/powerpc/kexec/ranges.c:412:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/kexec/ranges.o] Error 1 /kisskb/src/arch/powerpc/perf/core-fsl-emb.c: In function 'fsl_emb_pmu_event_init': /kisskb/src/arch/powerpc/perf/core-fsl-emb.c:584:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/perf/core-fsl-emb.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: arch/powerpc/kexec] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/fs/quota/dquot.c: In function 'dquot_init': /kisskb/src/fs/quota/dquot.c:2989:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: fs/quota/dquot.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/arch/powerpc/mm/drmem.c: In function 'read_drconf_v1_cell': /kisskb/src/arch/powerpc/mm/drmem.c:209:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/mm/drmem.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_get_stat_per_vcpu': /kisskb/src/arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:4584:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/kvm/../../../virt/kvm/kvm_main.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/arch/powerpc/mm/numa.c: In function 'ppc_numa_cpu_prepare': /kisskb/src/arch/powerpc/mm/numa.c:597:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/mm/numa.o] Error 1 /kisskb/src/drivers/phy/allwinner/phy-sun4i-usb.c: In function 'sun4i_usb_phy_write': /kisskb/src/drivers/phy/allwinner/phy-sun4i-usb.c:239:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/phy/allwinner/phy-sun4i-usb.o] Error 1 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/block/partitions/core.c: In function 'blk_add_partitions': /kisskb/src/block/partitions/core.c:683:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: block/partitions/core.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/security/selinux/avc.c: In function 'avc_alloc_node': /kisskb/src/security/selinux/avc.c:516:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/arch/powerpc/sysdev/mpic.c: In function 'mpic_alloc': /kisskb/src/arch/powerpc/sysdev/mpic.c:1532:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: security/selinux/avc.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: security/selinux] Error 2 make[2]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/sysdev/mpic.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/arch/powerpc/mm/hugetlbpage.c: In function 'free_hugepd_range': /kisskb/src/arch/powerpc/mm/hugetlbpage.c:338:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/mm/hugetlbpage.o] Error 1 /kisskb/src/kernel/printk/printk.c: In function 'vprintk_emit': /kisskb/src/kernel/printk/printk.c:2098:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: kernel/printk/printk.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c: In function 'fsl_mc_bus_probe': /kisskb/src/drivers/bus/fsl-mc/fsl-mc-bus.c:1081:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/bus/fsl-mc/fsl-mc-bus.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: arch/powerpc/perf] Error 2 /kisskb/src/ipc/sem.c: In function 'sysvipc_sem_proc_show': /kisskb/src/ipc/sem.c:2460:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ /kisskb/src/security/smack/smack_lsm.c: In function 'smack_audit_rule_known': /kisskb/src/security/smack/smack_lsm.c:4498:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:279: ipc/sem.o] Error 1 make[2]: *** Waiting for unfinished jobs.... Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: security/smack/smack_lsm.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: security/smack] Error 2 /kisskb/src/ipc/util.c: In function 'ipc_rmid': /kisskb/src/ipc/util.c:478:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:279: ipc/util.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: arch/powerpc/mm] Error 2 /kisskb/src/kernel/locking/lockdep_proc.c: In function 'seq_line': /kisskb/src/kernel/locking/lockdep_proc.c:400:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/fs/sysfs/file.c: In function 'sysfs_create_files': /kisskb/src/fs/sysfs/file.c:349:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: kernel/locking/lockdep_proc.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:279: fs/sysfs/file.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/arch/powerpc/kernel/process.c: In function 'show_stack': /kisskb/src/arch/powerpc/kernel/process.c:2198:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/kernel/process.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/fs/crypto/fname.c: In function 'fscrypt_fname_disk_to_usr': /kisskb/src/fs/crypto/fname.c:367:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: fs/crypto/fname.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: fs/crypto] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: fs/quota] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/phy/allwinner] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/phy] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: block/partitions] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/arch/powerpc/lib/rheap.c: In function 'rh_init': /kisskb/src/arch/powerpc/lib/rheap.c:325:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/lib/rheap.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/block/blk-map.c: In function 'blk_rq_map_kern': /kisskb/src/block/blk-map.c:717:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/drivers/bus/mhi/core/init.c: In function 'mhi_deinit_dev_ctxt': /kisskb/src/drivers/bus/mhi/core/init.c:243:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:279: block/blk-map.o] Error 1 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[5]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/bus/mhi/core/init.o] Error 1 make[5]: *** Waiting for unfinished jobs.... /kisskb/src/mm/oom_kill.c: In function 'oom_reaper': /kisskb/src/mm/oom_kill.c:660:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:496: fs/sysfs] Error 2 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:279: mm/oom_kill.o] Error 1 /kisskb/src/kernel/locking/qspinlock.c: In function 'queued_spin_lock_slowpath': /kisskb/src/kernel/locking/qspinlock.c:561:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[1]: *** [/kisskb/src/Makefile:1812: ipc] Error 2 make[1]: *** Waiting for unfinished jobs.... Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: kernel/locking/qspinlock.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: kernel/printk] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/arch/powerpc/kernel/prom.c: In function 'early_init_dt_scan_cpus': /kisskb/src/arch/powerpc/kernel/prom.c:395:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ /kisskb/src/arch/powerpc/kernel/time.c: In function 'get_freq': /kisskb/src/arch/powerpc/kernel/time.c:757:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/kernel/prom.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/kernel/time.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: arch/powerpc/sysdev] Error 2 /kisskb/src/fs/proc/array.c: In function 'render_sigset_t': /kisskb/src/fs/proc/array.c:249:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: fs/proc/array.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/kernel/locking/lockdep.c: In function 'lockdep_print_held_locks': /kisskb/src/kernel/locking/lockdep.c:768:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: kernel/locking/lockdep.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: kernel/locking] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/bus/fsl-mc] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/sound/core/oss/io.c: In function 'io_capture_transfer': /kisskb/src/sound/core/oss/io.c:88:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/core/oss/io.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: arch/powerpc/kvm] Error 2 /kisskb/src/drivers/irqchip/irq-renesas-intc-irqpin.c: In function 'intc_irqpin_probe': /kisskb/src/drivers/irqchip/irq-renesas-intc-irqpin.c:561:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/irqchip/irq-renesas-intc-irqpin.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c: In function 'trusted_read': /kisskb/src/security/keys/trusted-keys/trusted_tpm1.c:1150:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: security/keys/trusted-keys/trusted_tpm1.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: security/keys/trusted-keys] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_writepage_map': /kisskb/src/fs/iomap/buffered-io.c:1427:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/mm/filemap.c: In function 'generic_file_buffered_read_get_pages': /kisskb/src/mm/filemap.c:2425:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[3]: *** [/kisskb/src/scripts/Makefile.build:279: fs/iomap/buffered-io.o] Error 1 make[3]: *** Waiting for unfinished jobs.... Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:279: mm/filemap.o] Error 1 /kisskb/src/crypto/shash.c: In function 'crypto_register_shashes': /kisskb/src/crypto/shash.c:579:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:279: crypto/shash.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/security/apparmor/audit.c: In function 'aa_audit_rule_known': /kisskb/src/security/apparmor/audit.c:221:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: security/apparmor/audit.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/block/blk-merge.c: In function 'blk_bio_list_merge': /kisskb/src/block/blk-merge.c:1109:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[2]: *** [/kisskb/src/scripts/Makefile.build:496: security/keys] Error 2 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:279: block/blk-merge.o] Error 1 /kisskb/src/sound/core/oss/pcm_plugin.c: In function 'snd_pcm_plug_client_channels_buf': /kisskb/src/sound/core/oss/pcm_plugin.c:590:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ /kisskb/src/mm/page-writeback.c: In function 'write_cache_pages': /kisskb/src/mm/page-writeback.c:2300:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/crypto/ahash.c: In function 'crypto_register_ahashes': /kisskb/src/crypto/ahash.c:620:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/core/oss/pcm_plugin.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:279: mm/page-writeback.o] Error 1 make[1]: *** [/kisskb/src/Makefile:1812: mm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:279: crypto/ahash.o] Error 1 /kisskb/src/crypto/aead.c: In function 'crypto_register_aeads': /kisskb/src/crypto/aead.c:274:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:279: crypto/aead.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/core/oss] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: sound/core] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/crypto/algapi.c: In function 'crypto_unregister_algs': /kisskb/src/crypto/algapi.c:493:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/crypto/async_tx/raid6test.c: In function 'raid6_dual_recov.constprop': /kisskb/src/crypto/async_tx/raid6test.c:125:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: crypto/async_tx/raid6test.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:279: crypto/algapi.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/samples/kfifo/inttype-example.c: In function 'example_init': /kisskb/src/samples/kfifo/inttype-example.c:169:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ /kisskb/src/sound/drivers/dummy.c: In function 'snd_dummy_probe': /kisskb/src/sound/drivers/dummy.c:1097:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: sound/drivers/dummy.o] Error 1 /kisskb/src/arch/powerpc/lib/sstep.c: In function 'emulate_loadstore': /kisskb/src/security/apparmor/domain.c: In function 'change_hat.isra.4': make[3]: *** Waiting for unfinished jobs.... /kisskb/src/security/apparmor/domain.c:1127:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ /kisskb/src/arch/powerpc/lib/sstep.c:3414:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[3]: *** [/kisskb/src/scripts/Makefile.build:279: samples/kfifo/inttype-example.o] Error 1 make[3]: *** Waiting for unfinished jobs.... Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: arch/powerpc/lib/sstep.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: arch/powerpc/lib] Error 2 /kisskb/src/crypto/async_tx/async_xor.c: In function 'async_xor_offs': /kisskb/src/crypto/async_tx/async_xor.c:246:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: security/apparmor/domain.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:279: crypto/async_tx/async_xor.o] Error 1 /kisskb/src/drivers/irqchip/irq-renesas-irqc.c: In function 'irqc_probe': /kisskb/src/drivers/irqchip/irq-renesas-irqc.c:217:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/irqchip/irq-renesas-irqc.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/irqchip] Error 2 /kisskb/src/samples/kfifo/dma-example.c: In function 'example_init': /kisskb/src/samples/kfifo/dma-example.c:131:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: samples/kfifo/dma-example.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: samples/kfifo] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/bus/mhi/core/main.c: In function 'mhi_prepare_channel': /kisskb/src/drivers/bus/mhi/core/main.c:1410:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[5]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/bus/mhi/core/main.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/bus/mhi/core] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/bus/mhi] Error 2 /kisskb/src/security/apparmor/policy_unpack.c: In function 'unpack_profile': /kisskb/src/security/apparmor/policy_unpack.c:936:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ /kisskb/src/sound/drivers/mpu401/mpu401_uart.c: In function 'snd_mpu401_uart_output_write': /kisskb/src/sound/drivers/mpu401/mpu401_uart.c:431:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. /kisskb/src/sound/drivers/opl4/opl4_lib.c: In function 'snd_opl4_write': See for instructions. /kisskb/src/sound/drivers/opl4/opl4_lib.c:33:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/drivers/mpu401/mpu401_uart.o] Error 1 make[4]: *** Waiting for unfinished jobs.... Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/drivers/bus/moxtet.c: In function 'output_write': /kisskb/src/drivers/bus/moxtet.c:545:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/drivers/opl4/opl4_lib.o] Error 1 make[4]: *** Waiting for unfinished jobs.... Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/bus/moxtet.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/bus] Error 2 make[1]: *** [/kisskb/src/Makefile:1812: drivers] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:279: security/apparmor/policy_unpack.o] Error 1 /kisskb/src/crypto/async_tx/async_raid6_recov.c: In function 'async_raid6_2data_recov': /kisskb/src/crypto/async_tx/async_raid6_recov.c:458:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: crypto/async_tx/async_raid6_recov.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/drivers/opl4] Error 2 /kisskb/src/sound/drivers/vx/vx_pcm.c: In function 'vx_pcm_playback_transfer.isra.9': /kisskb/src/sound/drivers/vx/vx_pcm.c:687:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/drivers/mpu401] Error 2 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/drivers/vx/vx_pcm.o] Error 1 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/crypto/async_tx/async_pq.c: In function 'async_gen_syndrome': /kisskb/src/crypto/async_tx/async_pq.c:268:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/block/blk-mq.c: In function 'blk_mq_queue_stopped': /kisskb/src/block/blk-mq.c:1704:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[3]: *** [/kisskb/src/scripts/Makefile.build:279: crypto/async_tx/async_pq.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: crypto/async_tx] Error 2 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:279: block/blk-mq.o] Error 1 /kisskb/src/crypto/skcipher.c: In function 'crypto_register_skciphers': /kisskb/src/crypto/skcipher.c:851:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[1]: *** [/kisskb/src/Makefile:1812: samples] Error 2 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/security/tomoyo/realpath.c: In function 'tomoyo_encode2': /kisskb/src/security/tomoyo/realpath.c:66:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:279: crypto/skcipher.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:279: security/tomoyo/realpath.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/sound/drivers/vx/vx_core.c: In function 'vx_send_msg_nolock': /kisskb/src/sound/drivers/vx/vx_core.c:323:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[1]: *** [/kisskb/src/Makefile:1812: block] Error 2 make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/drivers/vx/vx_core.o] Error 1 /kisskb/src/sound/drivers/aloop.c: In function 'loopback_probe': /kisskb/src/sound/drivers/aloop.c:1750:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: sound/drivers/aloop.o] Error 1 /kisskb/src/sound/i2c/i2c.c: In function 'snd_i2c_bit_sendbytes': /kisskb/src/sound/i2c/i2c.c:285:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ /kisskb/src/security/apparmor/label.c: In function 'vec_cmp': /kisskb/src/security/apparmor/label.c:184:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: security/apparmor/label.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:279: sound/i2c/i2c.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/fs/configfs/symlink.c: In function 'configfs_symlink': /kisskb/src/fs/configfs/symlink.c:218:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: fs/configfs/symlink.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1812: crypto] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/drivers/vx] Error 2 In file included from /kisskb/src/sound/pci/au88x0/au8810.c:14:0: /kisskb/src/sound/pci/au88x0/au88x0_eq.c: In function 'snd_vortex_peaks_get': /kisskb/src/sound/pci/au88x0/au88x0_eq.c:844:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/pci/au88x0/au8810.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: arch/powerpc/kernel] Error 2 make[1]: *** [/kisskb/src/Makefile:1812: arch/powerpc] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: sound/i2c] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: fs/iomap] Error 2 In file included from /kisskb/src/sound/pci/au88x0/au8820.c:10:0: /kisskb/src/sound/pci/au88x0/au88x0_core.c: In function 'vortex_interrupt': /kisskb/src/sound/pci/au88x0/au88x0_core.c:2493:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/pci/au88x0/au8820.o] Error 1 /kisskb/src/net/core/sock.c: In function 'sock_getsockopt': /kisskb/src/net/core/sock.c:1632:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/kernel/sched/fair.c: In function 'compute_energy.isra.60': /kisskb/src/kernel/sched/fair.c:6562:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/security/tomoyo/util.c: In function 'tomoyo_file_matches_pattern2': /kisskb/src/security/tomoyo/util.c:805:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/core/sock.o] Error 1 make[3]: *** Waiting for unfinished jobs.... Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/net/sched/sch_generic.c: In function 'pfifo_fast_change_tx_queue_len': /kisskb/src/net/sched/sch_generic.c:780:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[3]: *** [/kisskb/src/scripts/Makefile.build:279: security/tomoyo/util.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:279: kernel/sched/fair.o] Error 1 make[3]: *** Waiting for unfinished jobs.... Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/kernel/power/energy_model.c: In function 'em_dev_register_perf_domain': /kisskb/src/kernel/power/energy_model.c:344:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/sched/sch_generic.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:279: kernel/power/energy_model.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: sound/drivers] Error 2 /kisskb/src/sound/isa/gus/gus_irq.c: In function 'snd_gus_interrupt': /kisskb/src/sound/isa/gus/gus_irq.c:99:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/isa/gus/gus_irq.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/sound/pci/ac97/ac97_codec.c:24:0: /kisskb/src/sound/pci/ac97/ac97_patch.c: In function 'patch_build_controls': /kisskb/src/sound/pci/ac97/ac97_patch.c:36:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/net/unix/garbage.c: In function 'scan_inflight': /kisskb/src/net/unix/garbage.c:131:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/pci/ac97/ac97_codec.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/pci/ac97] Error 2 make[3]: *** Waiting for unfinished jobs.... Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/unix/garbage.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/net/unix/af_unix.c: In function 'unix_seq_show': /kisskb/src/net/unix/af_unix.c:2860:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/unix/af_unix.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: fs/configfs] Error 2 /kisskb/src/net/xfrm/xfrm_state.c: In function '__xfrm6_sort': /kisskb/src/net/xfrm/xfrm_state.c:1831:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/kernel/power/snapshot.c: In function 'memory_bm_create': /kisskb/src/kernel/power/snapshot.c:713:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/xfrm/xfrm_state.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/net/netlink/genetlink.c: In function 'genl_register_family': /kisskb/src/net/netlink/genetlink.c:450:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: kernel/power/snapshot.o] Error 1 In file included from /kisskb/src/sound/pci/au88x0/au8830.c:15:0: /kisskb/src/sound/pci/au88x0/au88x0_eq.c: In function 'snd_vortex_peaks_get': /kisskb/src/sound/pci/au88x0/au88x0_eq.c:844:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ /kisskb/src/sound/pci/ca0106/ca_midi.c: In function 'ca_midi_cmd': /kisskb/src/sound/pci/ca0106/ca_midi.c:106:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/netlink/genetlink.o] Error 1 make[3]: *** Waiting for unfinished jobs.... Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/pci/ca0106/ca_midi.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/pci/au88x0/au8830.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/pci/au88x0] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: fs/proc] Error 2 make[1]: *** [/kisskb/src/Makefile:1812: fs] Error 2 /kisskb/src/sound/pci/ctxfi/ctatc.c: In function 'atc_pcm_capture_get_resources': /kisskb/src/sound/pci/ctxfi/ctatc.c:642:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/sound/pci/ctxfi/ctresource.c: In function 'mgr_get_resource': /kisskb/src/sound/pci/ctxfi/ctresource.c:85:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/pci/ctxfi/ctresource.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/pci/ctxfi/ctatc.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/isa/gus] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: security/tomoyo] Error 2 /kisskb/src/net/sched/act_api.c: In function 'tcf_action_exec': /kisskb/src/net/sched/act_api.c:753:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/sched/act_api.o] Error 1 /kisskb/src/sound/pci/ca0106/ca0106_main.c: In function 'snd_ca0106_i2c_write': /kisskb/src/sound/pci/ca0106/ca0106_main.c:450:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/pci/ca0106/ca0106_main.o] Error 1 /kisskb/src/net/sched/sch_api.c: In function 'qdisc_create': /kisskb/src/net/sched/sch_api.c:1315:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ /kisskb/src/kernel/sched/topology.c: In function 'find_numa_distance': /kisskb/src/kernel/sched/topology.c:1545:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: kernel/sched/topology.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/sched/sch_api.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: kernel/power] Error 2 /kisskb/src/sound/pci/lola/lola_clock.c: In function 'lola_init_clock_widget': /kisskb/src/sound/pci/lola/lola_clock.c:198:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/pci/lola/lola_clock.o] Error 1 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_copy_validate_indir.isra.10': /kisskb/src/net/ethtool/ioctl.c:945:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/ethtool/ioctl.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/sound/pci/lola/lola_pcm.c: In function 'lola_pcm_prepare': /kisskb/src/sound/pci/lola/lola_pcm.c:501:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/pci/lola/lola_pcm.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/pci/ca0106] Error 2 /kisskb/src/sound/pci/lola/lola_mixer.c: In function 'lola_src_gain_put': /kisskb/src/sound/pci/lola/lola_mixer.c:712:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/pci/lola/lola_mixer.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/unix] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/net/ipv4/inetpeer.c: In function 'inet_getpeer': /kisskb/src/net/ipv4/inetpeer.c:240:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/ipv4/inetpeer.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/pci/lola] Error 2 /kisskb/src/sound/isa/wavefront/wavefront_synth.c: In function 'snd_wavefront_synth_ioctl': /kisskb/src/sound/isa/wavefront/wavefront_synth.c:1699:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/isa/wavefront/wavefront_synth.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/isa/wavefront] Error 2 /kisskb/src/net/ncsi/ncsi-cmd.c: In function 'ncsi_calculate_checksum': /kisskb/src/net/ncsi/ncsi-cmd.c:31:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/ncsi/ncsi-cmd.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/net/wireless/wext-spy.c: In function 'iw_handler_get_spy': /kisskb/src/net/wireless/wext-spy.c:103:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/wireless/wext-spy.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/sound/pci/cs46xx/dsp_spos.c: In function 'cs46xx_dsp_proc_parameter_dump_read': /kisskb/src/sound/pci/cs46xx/dsp_spos.c:631:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/pci/cs46xx/dsp_spos.o] Error 1 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/net/core/skbuff.c: In function 'skb_copy_ubufs': /kisskb/src/net/core/skbuff.c:1461:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/pci/ctxfi] Error 2 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/core/skbuff.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/core] Error 2 /kisskb/src/sound/isa/sb/sb_mixer.c: In function 'snd_sbmixer_init': /kisskb/src/sound/isa/sb/sb_mixer.c:722:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/isa/sb/sb_mixer.o] Error 1 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/net/wireless/radiotap.c: In function 'ieee80211_radiotap_iterator_next': /kisskb/src/net/wireless/radiotap.c:370:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/wireless/radiotap.o] Error 1 /kisskb/src/net/xfrm/xfrm_user.c: In function 'copy_templates': /kisskb/src/net/xfrm/xfrm_user.c:1585:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/xfrm/xfrm_user.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: security/apparmor] Error 2 make[1]: *** [/kisskb/src/Makefile:1812: security] Error 2 /kisskb/src/net/ipv4/route.c: In function 'rt_cpu_seq_start': /kisskb/src/net/ipv4/route.c:264:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_proto_init': /kisskb/src/net/netlink/af_netlink.c:2907:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/netlink/af_netlink.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/netlink] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/ipv4/route.o] Error 1 /kisskb/src/net/ipv4/netfilter/nf_nat_h323.c: In function 'set_ras_addr': /kisskb/src/net/ipv4/netfilter/nf_nat_h323.c:171:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: net/ipv4/netfilter/nf_nat_h323.o] Error 1 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/net/netfilter/ipvs/ip_vs_core.c: In function 'ip_vs_init_hash_table': /kisskb/src/net/netfilter/ipvs/ip_vs_core.c:119:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[2]: *** [/kisskb/src/scripts/Makefile.build:496: kernel/sched] Error 2 make[1]: *** [/kisskb/src/Makefile:1812: kernel] Error 2 /kisskb/src/net/packet/af_packet.c: In function 'free_pg_vec': /kisskb/src/net/packet/af_packet.c:4240:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: net/netfilter/ipvs/ip_vs_core.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/packet/af_packet.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/ethtool] Error 2 /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c: In function 'snd_cs46xx_chip_init': make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/packet] Error 2 /kisskb/src/sound/pci/cs46xx/cs46xx_lib.c:3198:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/pci/cs46xx/cs46xx_lib.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/pci/cs46xx] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: sound/pci] Error 2 /kisskb/src/net/wireless/core.c: In function 'wiphy_register': /kisskb/src/net/wireless/core.c:992:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/wireless/core.o] Error 1 /kisskb/src/sound/isa/sb/sb8_midi.c: In function 'snd_sb8dsp_midi_output_write': /kisskb/src/sound/isa/sb/sb8_midi.c:198:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: sound/isa/sb/sb8_midi.o] Error 1 /kisskb/src/net/xfrm/xfrm_policy.c: In function 'xfrm_tmpl_resolve': /kisskb/src/net/xfrm/xfrm_policy.c:2458:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/xfrm/xfrm_policy.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/xfrm] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: sound/isa/sb] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: sound/isa] Error 2 make[1]: *** [/kisskb/src/Makefile:1812: sound] Error 2 /kisskb/src/net/wireless/util.c: In function 'ieee80211_get_channel_khz': /kisskb/src/net/wireless/util.c:189:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/wireless/util.o] Error 1 /kisskb/src/net/wireless/reg.c: In function 'regdom_intersect': /kisskb/src/net/wireless/reg.c:1557:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/wireless/reg.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/wireless] Error 2 /kisskb/src/net/netfilter/nf_conntrack_helper.c: In function 'nf_conntrack_helper_register': /kisskb/src/net/netfilter/nf_conntrack_helper.c:439:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/netfilter/nf_conntrack_helper.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/net/tls/tls_device.c: In function 'tls_push_data': /kisskb/src/net/tls/tls_device.c:534:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/tls/tls_device.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/net/netfilter/ipvs/ip_vs_sync.c: In function 'start_sync_thread': /kisskb/src/net/netfilter/ipvs/ip_vs_sync.c:1941:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: net/netfilter/ipvs/ip_vs_sync.o] Error 1 /kisskb/src/net/mptcp/protocol.c: In function 'mptcp_napi_poll': /kisskb/src/net/mptcp/protocol.c:3439:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/mptcp/protocol.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/net/netfilter/nf_conntrack_standalone.c: In function 'ct_cpu_seq_next': /kisskb/src/net/netfilter/nf_conntrack_standalone.c:418:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/netfilter/nf_conntrack_standalone.o] Error 1 /kisskb/src/net/bridge/netfilter/ebtables.c: In function 'get_counters': /kisskb/src/net/bridge/netfilter/ebtables.c:965:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: net/bridge/netfilter/ebtables.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/ncsi] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: net/netfilter/ipvs] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/sched] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/tls] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: net/ipv4/netfilter] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/ipv4] Error 2 /kisskb/src/net/llc/llc_sap.c: In function 'llc_do_mcast': /kisskb/src/net/llc/llc_sap.c:378:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/llc/llc_sap.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/net/bridge/netfilter/ebt_among.c: In function 'ebt_mac_wormhash_contains': /kisskb/src/net/bridge/netfilter/ebt_among.c:51:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [/kisskb/src/scripts/Makefile.build:279: net/bridge/netfilter/ebt_among.o] Error 1 /kisskb/src/net/llc/llc_conn.c: In function 'llc_conn_remove_acked_pdus': /kisskb/src/net/llc/llc_conn.c:319:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/llc/llc_conn.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/mptcp] Error 2 /kisskb/src/net/ipv6/mcast.c: In function 'ip6_mc_del_src': /kisskb/src/net/ipv6/mcast.c:2217:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/ipv6/mcast.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/net/llc/llc_proc.c: In function 'llc_seq_next': /kisskb/src/net/llc/llc_proc.c:112:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/llc/llc_proc.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: net/bridge/netfilter] Error 2 make[3]: *** Waiting for unfinished jobs.... /kisskb/src/net/ipv6/seg6_local.c: In function '__destroy_attrs': /kisskb/src/net/ipv6/seg6_local.c:1379:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/ipv6/seg6_local.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/netfilter] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/llc] Error 2 /kisskb/src/net/ipv6/esp6.c: In function 'esp6_output_head': /kisskb/src/net/ipv6/esp6.c:562:1: internal compiler error: in get_biv_step, at loop-iv.c:823 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:279: net/ipv6/esp6.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/bridge] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: net/ipv6] Error 2 make[1]: *** [/kisskb/src/Makefile:1812: net] Error 2 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_ppc64_book3e_allmodconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_ppc64_book3e_allmodconfig_powerpc-gcc4.9 # Build took: 0:00:41.399941