public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] f2fs: doc: Fix bouncing email address for Sahitya Tummala
@ 2024-02-02 16:52 Jeffrey Hugo
  2024-02-04  1:31 ` Chao Yu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jeffrey Hugo @ 2024-02-02 16:52 UTC (permalink / raw)
  To: jaegeuk, chao, quic_stummala, quic_bjorande
  Cc: linux-arm-msm, linux-f2fs-devel, linux-kernel, Jeffrey Hugo

The servers for the @codeaurora domain are long retired and any messages
addressed there will bounce.  Sahitya Tummala has a .mailmap entry to an
updated address, but the documentation files still list @codeaurora
which might be a problem for anyone reading the documentation directly.
Update the documentation files to match the .mailmap update.

Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
---
 Documentation/ABI/testing/sysfs-fs-f2fs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/ABI/testing/sysfs-fs-f2fs b/Documentation/ABI/testing/sysfs-fs-f2fs
index 48c135e24eb5..22d070c0de40 100644
--- a/Documentation/ABI/testing/sysfs-fs-f2fs
+++ b/Documentation/ABI/testing/sysfs-fs-f2fs
@@ -205,7 +205,7 @@ Description:	Controls the idle timing of system, if there is no FS operation
 What:		/sys/fs/f2fs/<disk>/discard_idle_interval
 Date:		September 2018
 Contact:	"Chao Yu" <yuchao0@huawei.com>
-Contact:	"Sahitya Tummala" <stummala@codeaurora.org>
+Contact:	"Sahitya Tummala" <quic_stummala@quicinc.com>
 Description:	Controls the idle timing of discard thread given
 		this time interval.
 		Default is 5 secs.
@@ -213,7 +213,7 @@ Description:	Controls the idle timing of discard thread given
 What:		/sys/fs/f2fs/<disk>/gc_idle_interval
 Date:		September 2018
 Contact:	"Chao Yu" <yuchao0@huawei.com>
-Contact:	"Sahitya Tummala" <stummala@codeaurora.org>
+Contact:	"Sahitya Tummala" <quic_stummala@quicinc.com>
 Description:    Controls the idle timing for gc path. Set to 5 seconds by default.
 
 What:		/sys/fs/f2fs/<disk>/iostat_enable
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] f2fs: doc: Fix bouncing email address for Sahitya Tummala
  2024-02-02 16:52 [PATCH] f2fs: doc: Fix bouncing email address for Sahitya Tummala Jeffrey Hugo
@ 2024-02-04  1:31 ` Chao Yu
  2024-02-16 16:13 ` Jeffrey Hugo
  2024-02-21 18:10 ` [f2fs-dev] " patchwork-bot+f2fs
  2 siblings, 0 replies; 5+ messages in thread
From: Chao Yu @ 2024-02-04  1:31 UTC (permalink / raw)
  To: Jeffrey Hugo, jaegeuk, quic_stummala, quic_bjorande
  Cc: linux-arm-msm, linux-f2fs-devel, linux-kernel

On 2024/2/3 0:52, Jeffrey Hugo wrote:
> The servers for the @codeaurora domain are long retired and any messages
> addressed there will bounce.  Sahitya Tummala has a .mailmap entry to an
> updated address, but the documentation files still list @codeaurora
> which might be a problem for anyone reading the documentation directly.
> Update the documentation files to match the .mailmap update.
> 
> Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com>

Reviewed-by: Chao Yu <chao@kernel.org>

Thanks,

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] f2fs: doc: Fix bouncing email address for Sahitya Tummala
  2024-02-02 16:52 [PATCH] f2fs: doc: Fix bouncing email address for Sahitya Tummala Jeffrey Hugo
  2024-02-04  1:31 ` Chao Yu
@ 2024-02-16 16:13 ` Jeffrey Hugo
  2024-02-16 18:05   ` Jaegeuk Kim
  2024-02-21 18:10 ` [f2fs-dev] " patchwork-bot+f2fs
  2 siblings, 1 reply; 5+ messages in thread
From: Jeffrey Hugo @ 2024-02-16 16:13 UTC (permalink / raw)
  To: jaegeuk, chao, quic_stummala, quic_bjorande
  Cc: linux-arm-msm, linux-f2fs-devel, linux-kernel

On 2/2/2024 9:52 AM, Jeffrey Hugo wrote:
> The servers for the @codeaurora domain are long retired and any messages
> addressed there will bounce.  Sahitya Tummala has a .mailmap entry to an
> updated address, but the documentation files still list @codeaurora
> which might be a problem for anyone reading the documentation directly.
> Update the documentation files to match the .mailmap update.
> 
> Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com>

Jaegeuk Kim will you apply this?

-Jeff

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] f2fs: doc: Fix bouncing email address for Sahitya Tummala
  2024-02-16 16:13 ` Jeffrey Hugo
@ 2024-02-16 18:05   ` Jaegeuk Kim
  0 siblings, 0 replies; 5+ messages in thread
From: Jaegeuk Kim @ 2024-02-16 18:05 UTC (permalink / raw)
  To: Jeffrey Hugo
  Cc: chao, quic_stummala, quic_bjorande, linux-arm-msm,
	linux-f2fs-devel, linux-kernel

On 02/16, Jeffrey Hugo wrote:
> On 2/2/2024 9:52 AM, Jeffrey Hugo wrote:
> > The servers for the @codeaurora domain are long retired and any messages
> > addressed there will bounce.  Sahitya Tummala has a .mailmap entry to an
> > updated address, but the documentation files still list @codeaurora
> > which might be a problem for anyone reading the documentation directly.
> > Update the documentation files to match the .mailmap update.
> > 
> > Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
> 
> Jaegeuk Kim will you apply this?

Thanks for reminding this. Applied.

> 
> -Jeff

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [f2fs-dev] [PATCH] f2fs: doc: Fix bouncing email address for Sahitya Tummala
  2024-02-02 16:52 [PATCH] f2fs: doc: Fix bouncing email address for Sahitya Tummala Jeffrey Hugo
  2024-02-04  1:31 ` Chao Yu
  2024-02-16 16:13 ` Jeffrey Hugo
@ 2024-02-21 18:10 ` patchwork-bot+f2fs
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+f2fs @ 2024-02-21 18:10 UTC (permalink / raw)
  To: Jeffrey Hugo
  Cc: jaegeuk, chao, quic_stummala, quic_bjorande, linux-arm-msm,
	linux-kernel, linux-f2fs-devel

Hello:

This patch was applied to jaegeuk/f2fs.git (dev)
by Jaegeuk Kim <jaegeuk@kernel.org>:

On Fri, 2 Feb 2024 09:52:08 -0700 you wrote:
> The servers for the @codeaurora domain are long retired and any messages
> addressed there will bounce.  Sahitya Tummala has a .mailmap entry to an
> updated address, but the documentation files still list @codeaurora
> which might be a problem for anyone reading the documentation directly.
> Update the documentation files to match the .mailmap update.
> 
> Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
> 
> [...]

Here is the summary with links:
  - [f2fs-dev] f2fs: doc: Fix bouncing email address for Sahitya Tummala
    https://git.kernel.org/jaegeuk/f2fs/c/bb516cc086ca

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-21 18:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-02 16:52 [PATCH] f2fs: doc: Fix bouncing email address for Sahitya Tummala Jeffrey Hugo
2024-02-04  1:31 ` Chao Yu
2024-02-16 16:13 ` Jeffrey Hugo
2024-02-16 18:05   ` Jaegeuk Kim
2024-02-21 18:10 ` [f2fs-dev] " patchwork-bot+f2fs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox