All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+linux-riscv@kernel.org
To: Nam Cao <namcao@linutronix.de>
Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com,
	palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 00/11] riscv: kprobes: Clean up instruction simulation
Date: Wed, 04 Jun 2025 14:33:06 +0000	[thread overview]
Message-ID: <174904758698.2309006.9940004806769596353.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1747215274.git.namcao@linutronix.de>

Hello:

This series was applied to riscv/linux.git (for-next)
by Alexandre Ghiti <alexghiti@rivosinc.com>:

On Wed, 14 May 2025 11:38:39 +0200 you wrote:
> Hi,
> 
> There is some instruction-processing code in kprobes simulate code. These
> code should be insn.h. In fact, most of them is duplicating insn.h.
> 
> This series remove the duplicated bits and make use of macros already
> defined in insn.h. The non-duplicated bits are moved into insn.h.
> 
> [...]

Here is the summary with links:
  - [v2,01/11] riscv: kprobes: Move branch_rs2_idx to insn.h
    https://git.kernel.org/riscv/c/d29656bab74c
  - [v2,02/11] riscv: kprobes: Move branch_funct3 to insn.h
    https://git.kernel.org/riscv/c/da6de46c2eed
  - [v2,03/11] riscv: kprobes: Remove duplication of RV_EXTRACT_JTYPE_IMM
    https://git.kernel.org/riscv/c/6d47d903b18f
  - [v2,04/11] riscv: kprobes: Remove duplication of RV_EXTRACT_RS1_REG
    https://git.kernel.org/riscv/c/5cefc323f32a
  - [v2,05/11] riscv: kprobes: Remove duplication of RV_EXTRACT_BTYPE_IMM
    https://git.kernel.org/riscv/c/a285674909ae
  - [v2,06/11] riscv: kproves: Remove duplication of RVC_EXTRACT_JTYPE_IMM
    https://git.kernel.org/riscv/c/c7196c136e29
  - [v2,07/11] riscv: kprobes: Remove duplication of RVC_EXTRACT_C2_RS1_REG
    https://git.kernel.org/riscv/c/768007ca3fe8
  - [v2,08/11] riscv: kprobes: Remove duplication of RVC_EXTRACT_BTYPE_IMM
    https://git.kernel.org/riscv/c/f2c715fff676
  - [v2,09/11] riscv: kprobes: Remove duplication of RV_EXTRACT_RD_REG
    https://git.kernel.org/riscv/c/284ca2a100de
  - [v2,10/11] riscv: kprobes: Remove duplication of RV_EXTRACT_UTYPE_IMM
    https://git.kernel.org/riscv/c/a60c2933ec74
  - [v2,11/11] riscv: kprobes: Remove duplication of RV_EXTRACT_ITYPE_IMM
    https://git.kernel.org/riscv/c/ee4c45f5cbeb

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: Nam Cao <namcao@linutronix.de>
Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com,
	palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 00/11] riscv: kprobes: Clean up instruction simulation
Date: Wed, 04 Jun 2025 14:33:06 +0000	[thread overview]
Message-ID: <174904758698.2309006.9940004806769596353.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1747215274.git.namcao@linutronix.de>

Hello:

This series was applied to riscv/linux.git (for-next)
by Alexandre Ghiti <alexghiti@rivosinc.com>:

On Wed, 14 May 2025 11:38:39 +0200 you wrote:
> Hi,
> 
> There is some instruction-processing code in kprobes simulate code. These
> code should be insn.h. In fact, most of them is duplicating insn.h.
> 
> This series remove the duplicated bits and make use of macros already
> defined in insn.h. The non-duplicated bits are moved into insn.h.
> 
> [...]

Here is the summary with links:
  - [v2,01/11] riscv: kprobes: Move branch_rs2_idx to insn.h
    https://git.kernel.org/riscv/c/d29656bab74c
  - [v2,02/11] riscv: kprobes: Move branch_funct3 to insn.h
    https://git.kernel.org/riscv/c/da6de46c2eed
  - [v2,03/11] riscv: kprobes: Remove duplication of RV_EXTRACT_JTYPE_IMM
    https://git.kernel.org/riscv/c/6d47d903b18f
  - [v2,04/11] riscv: kprobes: Remove duplication of RV_EXTRACT_RS1_REG
    https://git.kernel.org/riscv/c/5cefc323f32a
  - [v2,05/11] riscv: kprobes: Remove duplication of RV_EXTRACT_BTYPE_IMM
    https://git.kernel.org/riscv/c/a285674909ae
  - [v2,06/11] riscv: kproves: Remove duplication of RVC_EXTRACT_JTYPE_IMM
    https://git.kernel.org/riscv/c/c7196c136e29
  - [v2,07/11] riscv: kprobes: Remove duplication of RVC_EXTRACT_C2_RS1_REG
    https://git.kernel.org/riscv/c/768007ca3fe8
  - [v2,08/11] riscv: kprobes: Remove duplication of RVC_EXTRACT_BTYPE_IMM
    https://git.kernel.org/riscv/c/f2c715fff676
  - [v2,09/11] riscv: kprobes: Remove duplication of RV_EXTRACT_RD_REG
    https://git.kernel.org/riscv/c/284ca2a100de
  - [v2,10/11] riscv: kprobes: Remove duplication of RV_EXTRACT_UTYPE_IMM
    https://git.kernel.org/riscv/c/a60c2933ec74
  - [v2,11/11] riscv: kprobes: Remove duplication of RV_EXTRACT_ITYPE_IMM
    https://git.kernel.org/riscv/c/ee4c45f5cbeb

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



  parent reply	other threads:[~2025-06-04 14:32 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-14  9:38 [PATCH v2 00/11] riscv: kprobes: Clean up instruction simulation Nam Cao
2025-05-14  9:38 ` Nam Cao
2025-05-14  9:38 ` [PATCH v2 01/11] riscv: kprobes: Move branch_rs2_idx to insn.h Nam Cao
2025-05-14  9:38   ` Nam Cao
2025-05-14  9:38 ` [PATCH v2 02/11] riscv: kprobes: Move branch_funct3 " Nam Cao
2025-05-14  9:38   ` Nam Cao
2025-05-14  9:38 ` [PATCH v2 03/11] riscv: kprobes: Remove duplication of RV_EXTRACT_JTYPE_IMM Nam Cao
2025-05-14  9:38   ` Nam Cao
2025-05-14  9:38 ` [PATCH v2 04/11] riscv: kprobes: Remove duplication of RV_EXTRACT_RS1_REG Nam Cao
2025-05-14  9:38   ` Nam Cao
2025-05-14  9:38 ` [PATCH v2 05/11] riscv: kprobes: Remove duplication of RV_EXTRACT_BTYPE_IMM Nam Cao
2025-05-14  9:38   ` Nam Cao
2025-05-14  9:38 ` [PATCH v2 06/11] riscv: kproves: Remove duplication of RVC_EXTRACT_JTYPE_IMM Nam Cao
2025-05-14  9:38   ` Nam Cao
2025-05-14  9:38 ` [PATCH v2 07/11] riscv: kprobes: Remove duplication of RVC_EXTRACT_C2_RS1_REG Nam Cao
2025-05-14  9:38   ` Nam Cao
2025-05-14  9:38 ` [PATCH v2 08/11] riscv: kprobes: Remove duplication of RVC_EXTRACT_BTYPE_IMM Nam Cao
2025-05-14  9:38   ` Nam Cao
2025-05-14  9:38 ` [PATCH v2 09/11] riscv: kprobes: Remove duplication of RV_EXTRACT_RD_REG Nam Cao
2025-05-14  9:38   ` Nam Cao
2025-05-14  9:38 ` [PATCH v2 10/11] riscv: kprobes: Remove duplication of RV_EXTRACT_UTYPE_IMM Nam Cao
2025-05-14  9:38   ` Nam Cao
2025-05-14  9:38 ` [PATCH v2 11/11] riscv: kprobes: Remove duplication of RV_EXTRACT_ITYPE_IMM Nam Cao
2025-05-14  9:38   ` Nam Cao
2025-06-04 14:33 ` patchwork-bot+linux-riscv [this message]
2025-06-04 14:33   ` [PATCH v2 00/11] riscv: kprobes: Clean up instruction simulation patchwork-bot+linux-riscv
2025-07-08 10:25   ` Nam Cao
2025-07-08 10:25     ` Nam Cao
2025-07-08 13:27     ` Alexandre Ghiti
2025-07-08 13:27       ` Alexandre Ghiti

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=174904758698.2309006.9940004806769596353.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+linux-riscv@kernel.org \
    --cc=alex@ghiti.fr \
    --cc=aou@eecs.berkeley.edu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=namcao@linutronix.de \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@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.