All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] f2fs: Add f2fs bug tracker link
@ 2022-11-28  3:51 ` Yangtao Li via Linux-f2fs-devel
  0 siblings, 0 replies; 6+ messages in thread
From: Yangtao Li @ 2022-11-28  3:51 UTC (permalink / raw)
  To: jaegeuk, chao; +Cc: linux-f2fs-devel, linux-kernel, Yangtao Li

It's better to use bugzilla.kernel.org for reporting bugs.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
---
 Documentation/filesystems/f2fs.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst
index 6e67c5e6c7c3..67e1f3e86f32 100644
--- a/Documentation/filesystems/f2fs.rst
+++ b/Documentation/filesystems/f2fs.rst
@@ -25,10 +25,14 @@ a consistency checking tool (fsck.f2fs), and a debugging tool (dump.f2fs).
 
 - git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
 
-For reporting bugs and sending patches, please use the following mailing list:
+For sending patches, please use the following mailing list:
 
 - linux-f2fs-devel@lists.sourceforge.net
 
+For reporting bugs, please use the following f2fs bug tracker link:
+
+- https://bugzilla.kernel.org/enter_bug.cgi?product=File%20System&component=f2fs
+
 Background and Design issues
 ============================
 
-- 
2.25.1


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

* [f2fs-dev] [PATCH] f2fs: Add f2fs bug tracker link
@ 2022-11-28  3:51 ` Yangtao Li via Linux-f2fs-devel
  0 siblings, 0 replies; 6+ messages in thread
From: Yangtao Li via Linux-f2fs-devel @ 2022-11-28  3:51 UTC (permalink / raw)
  To: jaegeuk, chao; +Cc: Yangtao Li, linux-kernel, linux-f2fs-devel

It's better to use bugzilla.kernel.org for reporting bugs.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
---
 Documentation/filesystems/f2fs.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst
index 6e67c5e6c7c3..67e1f3e86f32 100644
--- a/Documentation/filesystems/f2fs.rst
+++ b/Documentation/filesystems/f2fs.rst
@@ -25,10 +25,14 @@ a consistency checking tool (fsck.f2fs), and a debugging tool (dump.f2fs).
 
 - git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
 
-For reporting bugs and sending patches, please use the following mailing list:
+For sending patches, please use the following mailing list:
 
 - linux-f2fs-devel@lists.sourceforge.net
 
+For reporting bugs, please use the following f2fs bug tracker link:
+
+- https://bugzilla.kernel.org/enter_bug.cgi?product=File%20System&component=f2fs
+
 Background and Design issues
 ============================
 
-- 
2.25.1



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

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

* Re: [PATCH] f2fs: Add f2fs bug tracker link
  2022-11-28  3:51 ` [f2fs-dev] " Yangtao Li via Linux-f2fs-devel
@ 2022-11-28 22:02   ` Jaegeuk Kim
  -1 siblings, 0 replies; 6+ messages in thread
From: Jaegeuk Kim @ 2022-11-28 22:02 UTC (permalink / raw)
  To: Yangtao Li; +Cc: chao, linux-f2fs-devel, linux-kernel

If you don't mind, let me merge this patch into Chao's patch, since both
are same topic.

On 11/28, Yangtao Li wrote:
> It's better to use bugzilla.kernel.org for reporting bugs.
> 
> Signed-off-by: Yangtao Li <frank.li@vivo.com>
> ---
>  Documentation/filesystems/f2fs.rst | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst
> index 6e67c5e6c7c3..67e1f3e86f32 100644
> --- a/Documentation/filesystems/f2fs.rst
> +++ b/Documentation/filesystems/f2fs.rst
> @@ -25,10 +25,14 @@ a consistency checking tool (fsck.f2fs), and a debugging tool (dump.f2fs).
>  
>  - git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
>  
> -For reporting bugs and sending patches, please use the following mailing list:
> +For sending patches, please use the following mailing list:
>  
>  - linux-f2fs-devel@lists.sourceforge.net
>  
> +For reporting bugs, please use the following f2fs bug tracker link:
> +
> +- https://bugzilla.kernel.org/enter_bug.cgi?product=File%20System&component=f2fs
> +
>  Background and Design issues
>  ============================
>  
> -- 
> 2.25.1

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

* Re: [f2fs-dev] [PATCH] f2fs: Add f2fs bug tracker link
@ 2022-11-28 22:02   ` Jaegeuk Kim
  0 siblings, 0 replies; 6+ messages in thread
From: Jaegeuk Kim @ 2022-11-28 22:02 UTC (permalink / raw)
  To: Yangtao Li; +Cc: linux-kernel, linux-f2fs-devel

If you don't mind, let me merge this patch into Chao's patch, since both
are same topic.

On 11/28, Yangtao Li wrote:
> It's better to use bugzilla.kernel.org for reporting bugs.
> 
> Signed-off-by: Yangtao Li <frank.li@vivo.com>
> ---
>  Documentation/filesystems/f2fs.rst | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/filesystems/f2fs.rst b/Documentation/filesystems/f2fs.rst
> index 6e67c5e6c7c3..67e1f3e86f32 100644
> --- a/Documentation/filesystems/f2fs.rst
> +++ b/Documentation/filesystems/f2fs.rst
> @@ -25,10 +25,14 @@ a consistency checking tool (fsck.f2fs), and a debugging tool (dump.f2fs).
>  
>  - git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
>  
> -For reporting bugs and sending patches, please use the following mailing list:
> +For sending patches, please use the following mailing list:
>  
>  - linux-f2fs-devel@lists.sourceforge.net
>  
> +For reporting bugs, please use the following f2fs bug tracker link:
> +
> +- https://bugzilla.kernel.org/enter_bug.cgi?product=File%20System&component=f2fs
> +
>  Background and Design issues
>  ============================
>  
> -- 
> 2.25.1


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

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

* Re: [PATCH] f2fs: Add f2fs bug tracker link
  2022-11-28 22:02   ` [f2fs-dev] " Jaegeuk Kim
@ 2022-11-29  4:18     ` Yangtao Li via Linux-f2fs-devel
  -1 siblings, 0 replies; 6+ messages in thread
From: Yangtao Li @ 2022-11-29  4:18 UTC (permalink / raw)
  To: jaegeuk, chao; +Cc: linux-f2fs-devel, linux-kernel

> If you don't mind, let me merge this patch into Chao's patch, since both
> are same topic.

Never mind, feel free. :)

Thx,
Yangtao

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

* Re: [f2fs-dev] [PATCH] f2fs: Add f2fs bug tracker link
@ 2022-11-29  4:18     ` Yangtao Li via Linux-f2fs-devel
  0 siblings, 0 replies; 6+ messages in thread
From: Yangtao Li via Linux-f2fs-devel @ 2022-11-29  4:18 UTC (permalink / raw)
  To: jaegeuk, chao; +Cc: linux-kernel, linux-f2fs-devel

> If you don't mind, let me merge this patch into Chao's patch, since both
> are same topic.

Never mind, feel free. :)

Thx,
Yangtao


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

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

end of thread, other threads:[~2022-11-29  4:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28  3:51 [PATCH] f2fs: Add f2fs bug tracker link Yangtao Li
2022-11-28  3:51 ` [f2fs-dev] " Yangtao Li via Linux-f2fs-devel
2022-11-28 22:02 ` Jaegeuk Kim
2022-11-28 22:02   ` [f2fs-dev] " Jaegeuk Kim
2022-11-29  4:18   ` Yangtao Li
2022-11-29  4:18     ` [f2fs-dev] " Yangtao Li via Linux-f2fs-devel

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.