1. 02 Dec, 2022 30 commits
  2. 01 Dec, 2022 1 commit
  3. 29 Nov, 2022 1 commit
    • Paul E. McKenney's avatar
      rcu: Make SRCU mandatory · 0cd7e350
      Paul E. McKenney authored
      Kernels configured with CONFIG_PRINTK=n and CONFIG_SRCU=n get build
      failures.  This causes trouble for deep embedded systems.  But given
      that there are more than 25 instances of "select SRCU" in the kernel,
      it is hard to believe that there are many kernels running in production
      without SRCU.  This commit therefore makes SRCU mandatory.  The SRCU
      Kconfig option remains for backwards compatibility, and will be removed
      when it is no longer used.
      
      [ paulmck: Update per kernel test robot feedback. ]
      Reported-by: default avatarJohn Ogness <john.ogness@linutronix.de>
      Reported-by: default avatarPetr Mladek <pmladek@suse.com>
      Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
      Cc: <linux-arch@vger.kernel.org>
      Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
      Reviewed-by: default avatarJohn Ogness <john.ogness@linutronix.de>
      0cd7e350
  4. 09 Nov, 2022 1 commit
  5. 21 Oct, 2022 5 commits
  6. 20 Oct, 2022 2 commits