linux-next: manual merge of the tip tree with the spi tree

From: Stephen Rothwell
Date: Mon Aug 28 2017 - 00:05:42 EST


Hi all,

Today's linux-next merge of the tip tree got a conflict in:

tools/Makefile

between commit:

e9d4650dcc59 ("spi: tools: add install section")

from the spi tree and commit:

ecda85e70277 ("x86/lguest: Remove lguest support")

from the tip tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

--
Cheers,
Stephen Rothwell

diff --cc tools/Makefile
index 616e7722b327,a19b176b914b..000000000000
--- a/tools/Makefile
+++ b/tools/Makefile
@@@ -90,8 -89,8 +89,8 @@@ freefall: FORC
kvm_stat: FORCE
$(call descend,kvm/$@)

- all: acpi cgroup cpupower gpio hv firewire lguest liblockdep \
+ all: acpi cgroup cpupower gpio hv firewire liblockdep \
- perf selftests turbostat usb \
+ perf selftests spi turbostat usb \
virtio vm net x86_energy_perf_policy \
tmon freefall objtool kvm_stat

@@@ -101,7 -100,7 +100,7 @@@ acpi_install
cpupower_install:
$(call descend,power/$(@:_install=),install)

- cgroup_install firewire_install gpio_install hv_install lguest_install perf_install spi_install usb_install virtio_install vm_install net_install objtool_install:
-cgroup_install firewire_install gpio_install hv_install perf_install usb_install virtio_install vm_install net_install objtool_install:
++cgroup_install firewire_install gpio_install hv_install perf_install spi_install usb_install virtio_install vm_install net_install objtool_install:
$(call descend,$(@:_install=),install)

liblockdep_install: