All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Luis Chamberlain <mcgrof@kernel.org>,
	"Paul E. McKenney" <paulmck@kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Next Mailing List <linux-next@vger.kernel.org>,
	Zhen Ni <nizhen@uniontech.com>
Subject: linux-next: manual merge of the sysctl tree with the rcu tree
Date: Wed, 20 Apr 2022 15:37:46 +1000	[thread overview]
Message-ID: <20220420153746.4790d532@canb.auug.org.au> (raw)

[-- Attachment #1: Type: text/plain, Size: 1256 bytes --]

Hi all,

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

  kernel/rcu/rcu.h

between commit:

  95d4e9e339d1 ("rcu: Provide a get_completed_synchronize_rcu() function")

from the rcu tree and commit:

  d9ab0e63fa7f ("sched: Move rt_period/runtime sysctls to rt.c")

from the sysctl 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 kernel/rcu/rcu.h
index 15b96f990774,7812c740b3bf..000000000000
--- a/kernel/rcu/rcu.h
+++ b/kernel/rcu/rcu.h
@@@ -23,9 -23,8 +23,11 @@@
  #define RCU_SEQ_CTR_SHIFT	2
  #define RCU_SEQ_STATE_MASK	((1 << RCU_SEQ_CTR_SHIFT) - 1)
  
 +/* Low-order bit definition for polled grace-period APIs. */
 +#define RCU_GET_STATE_COMPLETED	0x1
 +
+ extern int sysctl_sched_rt_runtime;
+ 
  /*
   * Return the counter portion of a sequence number previously returned
   * by rcu_seq_snap() or rcu_seq_current().

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2022-04-20  5:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20  5:37 Stephen Rothwell [this message]
2022-04-20 16:24 ` linux-next: manual merge of the sysctl tree with the rcu tree Paul E. McKenney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220420153746.4790d532@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=mcgrof@kernel.org \
    --cc=nizhen@uniontech.com \
    --cc=paulmck@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.