From patchwork Thu Sep 5 05:41:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Rothwell X-Patchwork-Id: 13791756 Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6AF7779F5; Thu, 5 Sep 2024 05:41:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=150.107.74.76 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725514887; cv=none; b=c0KkPO45ZTnPpv8O3t+f31Z0ueWOIx82mCQT5QQhJ3gBmXsdIipgZhk1LZmmqGHjVLjLUUW+hIU7KhzgeS2bOyG4a665jRztfG9D6homQVKIbbZezQgfkvOWsblrGF8PMQvmxJX1LjHmdbPQo/P2v5ZiD5zQwD2ViTXET1AJD1E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725514887; c=relaxed/simple; bh=bukNGaq1h4j0tZ1iIyqrdFGIwoKB2kFX5gMr3mYk97E=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=e7tLpCO0QwjZyfLQ/SFi7/MwPqPPeSdQW5Vrc9N9V35j6ZTwC528B7DbGMyf2mq5n2ig9Ln+PM7hXkGUoTQZlBLBwvCOGLFgSgE7peANowYda+Y4u8eGPPrvtIyS0kJEr8hYPEY5zALZ2FKAbXv9mpiw4YnUZNVRWvy6N0T4dcA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=canb.auug.org.au; spf=pass smtp.mailfrom=canb.auug.org.au; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b=k1/2jNqj; arc=none smtp.client-ip=150.107.74.76 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=canb.auug.org.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=canb.auug.org.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=canb.auug.org.au header.i=@canb.auug.org.au header.b="k1/2jNqj" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1725514883; bh=pzxIrb4vHscmNo6gBj3hMeGWCocCmBxoXFQK8/UPJwQ=; h=Date:From:To:Cc:Subject:From; b=k1/2jNqjfpoYRW8bKKgo9AkCqW/3wKnzxtDrrzIrWdmOS32aTsGgTBD6S/zqG6EnX 3eN2XN1Zgtl6mMvCEiuxdmVco8O8YwUov29BEAl2nxF5eTgyFjVY9a7ImH+xdLpanc nRjcbEcibEFuPiuR3/QFfO1aupx8bkAa87xbmviFWpbPA/hTvfOFsvUYzbpxTg1gU8 F95IpMgCzkNDWriAaeLqndUukWZ+Dg4PCssJ1P+Dfq2O/FF5ZTXVXAFQeQ3i1Wqi9Y yXyWeplckFcfetB8zmtySWyEc4ppnuZHKjlE2wwq5xnZRZQdRwC+Xo2zc195eR4EJz SJVjU4Bi1brNg== Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mail.ozlabs.org (Postfix) with ESMTPSA id 4WzpBW2b0cz4wnw; Thu, 5 Sep 2024 15:41:23 +1000 (AEST) Date: Thu, 5 Sep 2024 15:41:22 +1000 From: Stephen Rothwell To: "Paul E. McKenney" , Frederic Weisbecker , Neeraj Upadhyay , Boqun Feng , Uladzislau Rezki , Paolo Bonzini Cc: Leonardo Bras , Linux Kernel Mailing List , Linux Next Mailing List , Valentin Schneider , KVM Subject: linux-next: manual merge of the rcu tree with the kvm-fixes tree Message-ID: <20240905154122.4d1f8ca5@canb.auug.org.au> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi all, Today's linux-next merge of the rcu tree got a conflict in: include/linux/context_tracking.h between commit: 593377036e50 ("kvm: Note an RCU quiescent state on guest exit") from the kvm-fixes tree and commit: d65d411c9259 ("treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*") from the rcu 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. diff --cc include/linux/context_tracking.h index 8a78fabeafc3,d53092ffa9db..000000000000 --- a/include/linux/context_tracking.h