# 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/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 d8924c0d76aaa52e4811b5c64115d9a7f36cc73a # < make -s -j 10 ARCH=sh O=/kisskb/build/linus_titan_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- titan_defconfig # make -s -j 10 ARCH=sh O=/kisskb/build/linus_titan_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx not implemented [-Wcpp] :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:392: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /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/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/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:1513:34: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1733:46: note: 'linear' was declared here /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' /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] Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_titan_defconfig_sh4 # Build took: 0:01:08.283044