Hi all, Today's linux-next merge of the kvm tree got a conflict in: Documentation/virtual/kvm/api.txt between commit: dbcdae185a70 ("Documentation: kvm: fix dirty log ioctl arch lists") from Linus' tree and commit: d7547c55cbe7 ("KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2") from the kvm 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 Documentation/virtual/kvm/api.txt index 64b38dfcc243,73a501eb9291..000000000000 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt @@@ -3809,8 -3936,8 +3936,8 @@@ to I/O ports 4.117 KVM_CLEAR_DIRTY_LOG (vm ioctl) - Capability: KVM_CAP_MANUAL_DIRTY_LOG_PROTECT + Capability: KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 -Architectures: x86 +Architectures: x86, arm, arm64, mips Type: vm ioctl Parameters: struct kvm_dirty_log (in) Returns: 0 on success, -1 on error @@@ -4798,9 -4968,9 +4968,9 @@@ and injected exceptions * For the new DR6 bits, note that bit 16 is set iff the #DB exception will clear DR6.RTM. - 7.18 KVM_CAP_MANUAL_DIRTY_LOG_PROTECT + 7.18 KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 -Architectures: all +Architectures: x86, arm, arm64, mips Parameters: args[0] whether feature should be enabled or not With this capability enabled, KVM_GET_DIRTY_LOG will not automatically