# git rev-parse -q --verify d8924c0d76aaa52e4811b5c64115d9a7f36cc73a^{commit} d8924c0d76aaa52e4811b5c64115d9a7f36cc73a already have revision, skipping fetch # git checkout -q -f -B kisskb d8924c0d76aaa52e4811b5c64115d9a7f36cc73a # git clean -qxdf # < git log -1 # commit d8924c0d76aaa52e4811b5c64115d9a7f36cc73a # Merge: 1fbb2dc6f0ce f569da8c994c # Author: Linus Torvalds # Date: Tue Dec 25 15:01:46 2018 -0800 # # Merge tag 'devprop-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm # # Pull device properties framework updates from Rafael Wysocki: # "This introduces 'software nodes' that are analogous to the DT and ACPI # firmware nodes except that they can be created by drivers themselves # and do a couple of assorted cleanups. # # Specifics: # # - Introduce "software nodes", analogous to the DT and ACPI firmware # nodes except that they can be created by kernel code, in order to # complement fwnodes representing real firmware nodes when they are # incomplete (for example missing device properties) and to supply # the primary fwnode when the firmware lacks hardware description for # a device completely, and replace the "property_set" struct # fwnode_handle type with software nodes (Heikki Krogerus). # # - Clean up the just introduced software nodes support and fix a # commet in the graph-handling code (Colin Ian King, Marco Felsch)" # # * tag 'devprop-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: # device property: fix fwnode_graph_get_next_endpoint() documentation # drivers: base: swnode: remove need for a temporary string for the node name # device property: Remove struct property_set # device property: Move device_add_properties() to swnode.c # drivers: base: Introducing software nodes to the firmware node framework # ACPI / glue: Add acpi_platform_notify() function # drivers core: Prepare support for multiple platform notifications # driver core: platform: Remove duplicated device_remove_properties() call # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 d8924c0d76aaa52e4811b5c64115d9a7f36cc73a # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- ppc6xx_defconfig # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_ppc6xx_defconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1256:20: warning: 'root' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:186:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2594:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1855:6: warning: 'ret' 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:223: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/net/bridge/br_netlink.c: In function 'br_afspec': /kisskb/src/net/bridge/br_netlink.c:647:7: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_rx_mgmt_beacon': /kisskb/src/net/mac80211/mlme.c:1513:3: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/mac80211/mlme.c:1470:6: note: 'pwr_level_cisco' was declared here /kisskb/src/fs/nfsd/nfs4xdr.c: In function 'nfsd4_encode_components_esc': /kisskb/src/fs/nfsd/nfs4xdr.c:2076:9: warning: 'str' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:341:21: note: 'pdeo' was declared here /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' 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:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1823:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1733:46: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] arch/powerpc/boot/dts/mpc832x_rdb.dtb: Warning (interrupts_property): /qe@e0100000/mdio@3120/ethernet-phy@0:#interrupt-cells: size is (4), expected multiple of 8 arch/powerpc/boot/dts/mpc832x_rdb.dtb: Warning (interrupts_property): /qe@e0100000/mdio@3120/ethernet-phy@4:#interrupt-cells: size is (4), expected multiple of 8 INFO: Uncompressed kernel (size 0xa75668) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa75668) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa75668) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa75668) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa75668) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa64f84) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa75668) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-4.20.0+ Created: Wed Dec 26 13:18:13 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4993166 Bytes = 4876.14 KiB = 4.76 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-4.20.0+ Created: Wed Dec 26 13:18:13 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4993216 Bytes = 4876.19 KiB = 4.76 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-4.20.0+ Created: Wed Dec 26 13:18:13 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4993272 Bytes = 4876.24 KiB = 4.76 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-4.20.0+ Created: Wed Dec 26 13:18:13 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4994736 Bytes = 4877.67 KiB = 4.76 MiB Load Address: 00b00000 Entry Point: 00b00888 INFO: Uncompressed kernel (size 0xa75668) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-4.20.0+ Created: Wed Dec 26 13:18:13 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4994538 Bytes = 4877.48 KiB = 4.76 MiB Load Address: 00b00000 Entry Point: 00b00888 Image Name: Linux-4.20.0+ Created: Wed Dec 26 13:18:13 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4964057 Bytes = 4847.71 KiB = 4.73 MiB Load Address: 00000000 Entry Point: 00000000 INFO: Uncompressed kernel (size 0xa75668) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa75668) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa75668) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) INFO: Uncompressed kernel (size 0xa64f84) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xb00000) Image Name: Linux-4.20.0+ Created: Wed Dec 26 13:18:15 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4993737 Bytes = 4876.70 KiB = 4.76 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-4.20.0+ Created: Wed Dec 26 13:18:15 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4993985 Bytes = 4876.94 KiB = 4.76 MiB Load Address: 00b00000 Entry Point: 00b00290 Image Name: Linux-4.20.0+ Created: Wed Dec 26 13:18:15 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 4994770 Bytes = 4877.71 KiB = 4.76 MiB Load Address: 00b00000 Entry Point: 00b00290 Completed OK # rm -rf /kisskb/build/linus_ppc6xx_defconfig_powerpc # Build took: 0:03:42.883053