All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+linux-riscv@kernel.org
To: =?utf-8?b?QmrDtnJuIFTDtnBlbCA8Ympvcm5Aa2VybmVsLm9yZz4=?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org
Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com,
	palmer@dabbelt.com, alex@ghiti.fr, guoren@kernel.org,
	samuel.holland@sifive.com, bjorn@rivosinc.com,
	mhiramat@kernel.org, oleg@redhat.com, peterz@infradead.org,
	linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org
Subject: Re: [PATCH fixes v2 1/2] riscv: Replace function-like macro by static inline function
Date: Thu, 24 Apr 2025 20:32:28 +0000	[thread overview]
Message-ID: <174552674825.3483225.10896050334929236993.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250419111402.1660267-1-bjorn@kernel.org>

Hello:

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

On Sat, 19 Apr 2025 13:13:59 +0200 you wrote:
> From: Björn Töpel <bjorn@rivosinc.com>
> 
> The flush_icache_range() function is implemented as a "function-like
> macro with unused parameters", which can result in "unused variables"
> warnings.
> 
> Replace the macro with a static inline function, as advised by
> Documentation/process/coding-style.rst.
> 
> [...]

Here is the summary with links:
  - [fixes,v2,1/2] riscv: Replace function-like macro by static inline function
    https://git.kernel.org/riscv/c/121f34341d39
  - [fixes,v2,2/2] riscv: uprobes: Add missing fence.i after building the XOL buffer
    https://git.kernel.org/riscv/c/7d1d19a11cfb

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: =?utf-8?b?QmrDtnJuIFTDtnBlbCA8Ympvcm5Aa2VybmVsLm9yZz4=?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org
Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com,
	palmer@dabbelt.com, alex@ghiti.fr, guoren@kernel.org,
	samuel.holland@sifive.com, bjorn@rivosinc.com,
	mhiramat@kernel.org, oleg@redhat.com, peterz@infradead.org,
	linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org
Subject: Re: [PATCH fixes v2 1/2] riscv: Replace function-like macro by static inline function
Date: Thu, 24 Apr 2025 20:32:28 +0000	[thread overview]
Message-ID: <174552674825.3483225.10896050334929236993.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250419111402.1660267-1-bjorn@kernel.org>

Hello:

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

On Sat, 19 Apr 2025 13:13:59 +0200 you wrote:
> From: Björn Töpel <bjorn@rivosinc.com>
> 
> The flush_icache_range() function is implemented as a "function-like
> macro with unused parameters", which can result in "unused variables"
> warnings.
> 
> Replace the macro with a static inline function, as advised by
> Documentation/process/coding-style.rst.
> 
> [...]

Here is the summary with links:
  - [fixes,v2,1/2] riscv: Replace function-like macro by static inline function
    https://git.kernel.org/riscv/c/121f34341d39
  - [fixes,v2,2/2] riscv: uprobes: Add missing fence.i after building the XOL buffer
    https://git.kernel.org/riscv/c/7d1d19a11cfb

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-04-24 21:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-19 11:13 [PATCH fixes v2 1/2] riscv: Replace function-like macro by static inline function Björn Töpel
2025-04-19 11:13 ` Björn Töpel
2025-04-19 11:14 ` [PATCH fixes v2 2/2] riscv: uprobes: Add missing fence.i after building the XOL buffer Björn Töpel
2025-04-19 11:14   ` Björn Töpel
2025-04-24 20:32 ` patchwork-bot+linux-riscv [this message]
2025-04-24 20:32   ` [PATCH fixes v2 1/2] riscv: Replace function-like macro by static inline function 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=174552674825.3483225.10896050334929236993.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+linux-riscv@kernel.org \
    --cc==?utf-8?b?QmrDtnJuIFTDtnBlbCA8Ympvcm5Aa2VybmVsLm9yZz4=?=@aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org \
    --cc=alex@ghiti.fr \
    --cc=bjorn@rivosinc.com \
    --cc=guoren@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-trace-kernel@vger.kernel.org \
    --cc=mhiramat@kernel.org \
    --cc=oleg@redhat.com \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=peterz@infradead.org \
    --cc=samuel.holland@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.