From: patchwork-bot+linux-riscv@kernel.org
To: Guo Ren <guoren@kernel.org>
Cc: linux-riscv@lists.infradead.org, palmer@dabbelt.com,
paul.walmsley@sifive.com, mhiramat@kernel.org,
conor.dooley@microchip.com, penberg@kernel.org,
mark.rutland@arm.com, jrtc27@jrtc27.com, andy.chiu@sifive.com,
zong.li@sifive.com, linux-kernel@vger.kernel.org,
guoren@linux.alibaba.com
Subject: Re: [PATCH -next V3 0/2] riscv: jump_label: Fixup & Optimization
Date: Wed, 22 Feb 2023 15:00:21 +0000 [thread overview]
Message-ID: <167707802198.24438.1425894131434754650.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230126170607.1489141-1-guoren@kernel.org>
Hello:
This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Thu, 26 Jan 2023 12:06:05 -0500 you wrote:
> From: Guo Ren <guoren@linux.alibaba.com>
>
> Patch 1 is the fixup patch should be merged into stable-tree.
> Patch 2 is a continuous optimization for jump_label patch_text
> atomicity.
>
> Changes in V3:
> - Correct the typo C.JAL -> C.J (Thx Jessica)
> - Fixup compile error when CONFIG_RISCV_ISA_C=n
> - Rebase on riscv for-next (20230127)
>
> [...]
Here is the summary with links:
- [-next,V3,1/2] riscv: jump_label: Fixup unaligned arch_static_branch function
https://git.kernel.org/riscv/c/9ddfc3cd8060
- [-next,V3,2/2] riscv: jump_label: Optimize the code size with compressed instruction
(no matching commit)
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
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, palmer@dabbelt.com,
paul.walmsley@sifive.com, mhiramat@kernel.org,
conor.dooley@microchip.com, penberg@kernel.org,
mark.rutland@arm.com, jrtc27@jrtc27.com, andy.chiu@sifive.com,
zong.li@sifive.com, linux-kernel@vger.kernel.org,
guoren@linux.alibaba.com
Subject: Re: [PATCH -next V3 0/2] riscv: jump_label: Fixup & Optimization
Date: Wed, 22 Feb 2023 15:00:21 +0000 [thread overview]
Message-ID: <167707802198.24438.1425894131434754650.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230126170607.1489141-1-guoren@kernel.org>
Hello:
This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:
On Thu, 26 Jan 2023 12:06:05 -0500 you wrote:
> From: Guo Ren <guoren@linux.alibaba.com>
>
> Patch 1 is the fixup patch should be merged into stable-tree.
> Patch 2 is a continuous optimization for jump_label patch_text
> atomicity.
>
> Changes in V3:
> - Correct the typo C.JAL -> C.J (Thx Jessica)
> - Fixup compile error when CONFIG_RISCV_ISA_C=n
> - Rebase on riscv for-next (20230127)
>
> [...]
Here is the summary with links:
- [-next,V3,1/2] riscv: jump_label: Fixup unaligned arch_static_branch function
https://git.kernel.org/riscv/c/9ddfc3cd8060
- [-next,V3,2/2] riscv: jump_label: Optimize the code size with compressed instruction
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2023-02-22 15:01 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-26 17:06 [PATCH -next V3 0/2] riscv: jump_label: Fixup & Optimization guoren
2023-01-26 17:06 ` guoren
2023-01-26 17:06 ` [PATCH -next V3 1/2] riscv: jump_label: Fixup unaligned arch_static_branch function guoren
2023-01-26 17:06 ` guoren
2023-01-30 11:57 ` Björn Töpel
2023-01-30 11:57 ` Björn Töpel
2023-01-31 13:35 ` Guo Ren
2023-01-31 13:35 ` Guo Ren
2023-02-06 8:09 ` Björn Töpel
2023-02-06 8:41 ` Guo Ren
2023-01-26 17:06 ` [PATCH -next V3 2/2] riscv: jump_label: Optimize the code size with compressed instruction guoren
2023-01-26 17:06 ` guoren
2023-02-22 15:00 ` patchwork-bot+linux-riscv [this message]
2023-02-22 15:00 ` [PATCH -next V3 0/2] riscv: jump_label: Fixup & Optimization 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=167707802198.24438.1425894131434754650.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc=andy.chiu@sifive.com \
--cc=conor.dooley@microchip.com \
--cc=guoren@kernel.org \
--cc=guoren@linux.alibaba.com \
--cc=jrtc27@jrtc27.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=mark.rutland@arm.com \
--cc=mhiramat@kernel.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=penberg@kernel.org \
--cc=zong.li@sifive.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.