# git rev-parse -q --verify ca9eb48fe01fa7fa60ff9f2196b1bd0d84dc81af^{commit} ca9eb48fe01fa7fa60ff9f2196b1bd0d84dc81af already have revision, skipping fetch # git checkout -q -f -B kisskb ca9eb48fe01fa7fa60ff9f2196b1bd0d84dc81af # git clean -qxdf # < git log -1 # commit ca9eb48fe01fa7fa60ff9f2196b1bd0d84dc81af # Merge: b537149a2fb4 f35b1e53a66a # Author: Linus Torvalds # Date: Tue Oct 23 01:54:44 2018 +0100 # # Merge tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator # # Pull regulator updates from Mark Brown: # "The biggest chunk of the regulator changes for this release outside of # the new drivers is the conversion of the fixed regulator to use the # GPIO descriptor API, there's a small addition to the GPIO API plus a # bunch of updates to board files to implement it. This is some really # welcome work from Linus Walleij that's had a bunch of review and has # been sitting in -next for a while so I'm fairly happy there's no major # issues. # # - Helpers for overlapping linear ranges. # # - Display opmode and consumer requested load in the regualtor_summary # file in debugfs, plus a fix there. # # - Support for the fun and entertaining power off mechanism that the # pfuze100 hardware implements. # # - Conversion of the fixed regulator API to use GPIO descriptors, # including pulling in a bunch of patches to a bunch of board files. # # - New drivers for Cirrus Logic Lochnagar, Qualcomm PMS405, Rohm # BD71847, ST PMIC1, and TI LM363x devices" # # * tag 'regulator-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator: (36 commits) # regulator: lochnagar: Use a consisent comment style for SPDX header # regulator: bd718x7: Remove struct bd718xx_pmic # regulator: Fetch enable gpiods nonexclusive # regulator/gpio: Allow nonexclusive GPIO access # regulator: lochnagar: Add support for the Cirrus Logic Lochnagar # regulator: stpmic1: Return REGULATOR_MODE_INVALID for invalid mode # regulator: stpmic1: add stpmic1 regulator driver # dt-bindings: regulator: document stpmic1 pmic regulators # regulator: axp20x: Mark expected switch fall-throughs # regulator: bd718xx: fix build warning on x86_64 # regulator: fixed: Default enable high on DT regulators # regulator: bd718xx: rename bd71837 to 718xx # regulator: bd718XX use pickable ranges # regulator/mfd: bd718xx: rename bd71837/bd71847 common instances # regulator: Support regulators where voltage ranges are selectable # mfd: dt bindings: add BD71847 device-tree binding documentation # regulator: dt bindings: add BD71847 device-tree binding documentation # regulator/mfd: Support ROHM BD71847 power management IC # regulator: da905{2,5}: Remove unnecessary array check # regulator: qcom: Add PMS405 regulators # ... # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < git log --format=%s --max-count=1 ca9eb48fe01fa7fa60ff9f2196b1bd0d84dc81af # < make -s -j 24 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # yes \n | make -s -j 24 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 oldconfig yes: standard output: Broken pipe # make -s -j 24 ARCH=um O=/kisskb/build/linus_um-allyesconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/um/os-Linux/skas/process.c: In function 'start_idle_thread': /kisskb/src/arch/um/os-Linux/skas/process.c:613:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1256:3: warning: 'root' may be used uninitialized in this function [-Wmaybe-uninitialized] percpu_ref_reinit(&root->cgrp.self.refcnt); ^ /kisskb/src/security/apparmor/policy_unpack.c: In function 'unpack_trans_table': /kisskb/src/security/apparmor/policy_unpack.c:483:9: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] str[pos] = ':'; ^ /kisskb/src/lib/lz4/lz4hc_compress.c: In function 'LZ4HC_compress_generic': /kisskb/src/lib/lz4/lz4hc_compress.c:579:1: warning: the frame size of 2144 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ /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 [-Wmaybe-uninitialized] if (ret == -EOPNOTSUPP) ^ LINK linux Completed OK # rm -rf /kisskb/build/linus_um-allyesconfig_um-x86_64 # Build took: 0:04:49.203844