All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
	Linus Torvalds <torvalds@linux-foundation.org>
Cc: Arnd Bergmann <arnd@kernel.org>,
	linux-arch <linux-arch@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
Subject: Re: [PATCH] asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.
Date: Wed, 10 Aug 2022 10:06:11 +0200	[thread overview]
Message-ID: <8735e4v7yk.ffs@tglx> (raw)
In-Reply-To: <YvKD4hkZ3erf54DG@linutronix.de>

On Tue, Aug 09 2022 at 17:57, Sebastian Andrzej Siewior wrote:
>  
> +config SOFTIRQ_ON_OWN_STACK
> +	def_bool !PREEMPT_RT
> +	depends on HAVE_SOFTIRQ_ON_OWN_STACK

        def_bool !PREEMPT_RT && HAVE_SOFTIRQ_ON_OWN_STACK

No?

WARNING: multiple messages have this Message-ID (diff)
From: Thomas Gleixner <tglx@linutronix.de>
To: Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
	Linus Torvalds <torvalds@linux-foundation.org>
Cc: Arnd Bergmann <arnd@kernel.org>,
	linux-arch <linux-arch@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
Subject: Re: [PATCH] asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.
Date: Wed, 10 Aug 2022 10:06:11 +0200	[thread overview]
Message-ID: <8735e4v7yk.ffs@tglx> (raw)
In-Reply-To: <YvKD4hkZ3erf54DG@linutronix.de>

On Tue, Aug 09 2022 at 17:57, Sebastian Andrzej Siewior wrote:
>  
> +config SOFTIRQ_ON_OWN_STACK
> +	def_bool !PREEMPT_RT
> +	depends on HAVE_SOFTIRQ_ON_OWN_STACK

        def_bool !PREEMPT_RT && HAVE_SOFTIRQ_ON_OWN_STACK

No?

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-08-10  8:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-05 10:25 [GIT PULL] asm-generic: updates for 6.0 Arnd Bergmann
2022-08-05 10:25 ` Arnd Bergmann
2022-08-05 17:29 ` Linus Torvalds
2022-08-05 17:29   ` Linus Torvalds
2022-08-09 15:57   ` [PATCH] asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig Sebastian Andrzej Siewior
2022-08-09 15:57     ` Sebastian Andrzej Siewior
2022-08-09 21:42     ` Arnd Bergmann
2022-08-09 21:42       ` Arnd Bergmann
2022-08-10  8:06     ` Thomas Gleixner [this message]
2022-08-10  8:06       ` Thomas Gleixner
2022-08-10  9:23       ` [PATCH v2] " Sebastian Andrzej Siewior
2022-08-10  9:23         ` Sebastian Andrzej Siewior
2022-08-05 17:42 ` [GIT PULL] asm-generic: updates for 6.0 pr-tracker-bot
2022-08-05 17:42   ` pr-tracker-bot

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=8735e4v7yk.ffs@tglx \
    --to=tglx@linutronix.de \
    --cc=arnd@kernel.org \
    --cc=bigeasy@linutronix.de \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=saiprakash.ranjan@codeaurora.org \
    --cc=torvalds@linux-foundation.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.