All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+linux-riscv@kernel.org
To: Guo Ren <guoren@kernel.org>
Cc: linux-riscv@lists.infradead.org, arnd@arndb.de,
	palmer@rivosinc.com, conor.dooley@microchip.com, heiko@sntech.de,
	jszhang@kernel.org, bjorn@kernel.org, cleger@rivosinc.com,
	linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org,
	guoren@linux.alibaba.com
Subject: Re: [PATCH -next V13 0/3] riscv: Add independent irq/softirq stacks support
Date: Sun, 25 Jun 2023 23:20:23 +0000	[thread overview]
Message-ID: <168773522366.24181.11030375429651091401.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230614013018.2168426-1-guoren@kernel.org>

Hello:

This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:

On Tue, 13 Jun 2023 21:30:15 -0400 you wrote:
> From: Guo Ren <guoren@linux.alibaba.com>
> 
> This patch series adds independent irq/softirq stacks to decrease the
> press of the thread stack. Also, add a thread STACK_SIZE config for
> users to adjust the proper size during compile time.
> 
> This patch series belonged to the generic entry, which has been merged
> to for-next now.
> 
> [...]

Here is the summary with links:
  - [-next,V13,1/3] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
    https://git.kernel.org/riscv/c/163e76cc6ef4
  - [-next,V13,2/3] riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACK
    https://git.kernel.org/riscv/c/dd69d07a5a6c
  - [-next,V13,3/3] riscv: stack: Add config of thread stack size
    https://git.kernel.org/riscv/c/a7555f6b62e7

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Guo Ren <guoren@kernel.org>
Cc: linux-riscv@lists.infradead.org, arnd@arndb.de,
	palmer@rivosinc.com, conor.dooley@microchip.com, heiko@sntech.de,
	jszhang@kernel.org, bjorn@kernel.org, cleger@rivosinc.com,
	linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org,
	guoren@linux.alibaba.com
Subject: Re: [PATCH -next V13 0/3] riscv: Add independent irq/softirq stacks support
Date: Sun, 25 Jun 2023 23:20:23 +0000	[thread overview]
Message-ID: <168773522366.24181.11030375429651091401.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230614013018.2168426-1-guoren@kernel.org>

Hello:

This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:

On Tue, 13 Jun 2023 21:30:15 -0400 you wrote:
> From: Guo Ren <guoren@linux.alibaba.com>
> 
> This patch series adds independent irq/softirq stacks to decrease the
> press of the thread stack. Also, add a thread STACK_SIZE config for
> users to adjust the proper size during compile time.
> 
> This patch series belonged to the generic entry, which has been merged
> to for-next now.
> 
> [...]

Here is the summary with links:
  - [-next,V13,1/3] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
    https://git.kernel.org/riscv/c/163e76cc6ef4
  - [-next,V13,2/3] riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACK
    https://git.kernel.org/riscv/c/dd69d07a5a6c
  - [-next,V13,3/3] riscv: stack: Add config of thread stack size
    https://git.kernel.org/riscv/c/a7555f6b62e7

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

  parent reply	other threads:[~2023-06-25 23:20 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-14  1:30 [PATCH -next V13 0/3] riscv: Add independent irq/softirq stacks support guoren
2023-06-14  1:30 ` guoren
2023-06-14  1:30 ` [PATCH -next V13 1/3] riscv: stack: Support HAVE_IRQ_EXIT_ON_IRQ_STACK guoren
2023-06-14  1:30   ` guoren
2023-08-04 21:26   ` Jason A. Donenfeld
2023-08-04 21:26     ` Jason A. Donenfeld
2023-08-04 21:28     ` Jason A. Donenfeld
2023-08-04 21:28       ` Jason A. Donenfeld
2023-08-04 21:41       ` Conor Dooley
2023-08-04 21:41         ` Conor Dooley
2023-08-04 21:48         ` Jason A. Donenfeld
2023-08-04 21:48           ` Jason A. Donenfeld
2023-08-05  0:00         ` Guo Ren
2023-08-05  0:00           ` Guo Ren
2023-06-14  1:30 ` [PATCH -next V13 2/3] riscv: stack: Support HAVE_SOFTIRQ_ON_OWN_STACK guoren
2023-06-14  1:30   ` guoren
2023-06-14  1:30 ` [PATCH -next V13 3/3] riscv: stack: Add config of thread stack size guoren
2023-06-14  1:30   ` guoren
2023-06-25 23:17 ` [PATCH -next V13 0/3] riscv: Add independent irq/softirq stacks support Palmer Dabbelt
2023-06-25 23:17   ` Palmer Dabbelt
2023-06-25 23:20 ` patchwork-bot+linux-riscv [this message]
2023-06-25 23:20   ` patchwork-bot+linux-riscv

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=168773522366.24181.11030375429651091401.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+linux-riscv@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bjorn@kernel.org \
    --cc=cleger@rivosinc.com \
    --cc=conor.dooley@microchip.com \
    --cc=guoren@kernel.org \
    --cc=guoren@linux.alibaba.com \
    --cc=heiko@sntech.de \
    --cc=jszhang@kernel.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=palmer@rivosinc.com \
    /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.