linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] documentation: Update #nouveau IRC channel network
@ 2021-05-31  3:10 Alyssa Rosenzweig
  2021-05-31  3:10 ` [PATCH v2 2/2] maintainers: Update freedesktop.org IRC channels Alyssa Rosenzweig
  2021-06-09 15:12 ` [PATCH v2 1/2] documentation: Update #nouveau IRC channel network Karol Herbst
  0 siblings, 2 replies; 4+ messages in thread
From: Alyssa Rosenzweig @ 2021-05-31  3:10 UTC (permalink / raw)
  To: dri-devel; +Cc: Alyssa Rosenzweig, David Airlie, Daniel Vetter, linux-kernel

Like many free software projects, Nouveau recently moved from Freenode
to OFTC. Update the reference.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: linux-kernel@vger.kernel.org
---
 Documentation/driver-api/thermal/nouveau_thermal.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/thermal/nouveau_thermal.rst b/Documentation/driver-api/thermal/nouveau_thermal.rst
index 79ece266c..aa10db6df 100644
--- a/Documentation/driver-api/thermal/nouveau_thermal.rst
+++ b/Documentation/driver-api/thermal/nouveau_thermal.rst
@@ -90,7 +90,7 @@ Bug reports
 -----------
 
 Thermal management on Nouveau is new and may not work on all cards. If you have
-inquiries, please ping mupuf on IRC (#nouveau, freenode).
+inquiries, please ping mupuf on IRC (#nouveau, OFTC).
 
 Bug reports should be filled on Freedesktop's bug tracker. Please follow
 https://nouveau.freedesktop.org/wiki/Bugs
-- 
2.30.2


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

* [PATCH v2 2/2] maintainers: Update freedesktop.org IRC channels
  2021-05-31  3:10 [PATCH v2 1/2] documentation: Update #nouveau IRC channel network Alyssa Rosenzweig
@ 2021-05-31  3:10 ` Alyssa Rosenzweig
  2021-05-31 10:05   ` Jani Nikula
  2021-06-09 15:12 ` [PATCH v2 1/2] documentation: Update #nouveau IRC channel network Karol Herbst
  1 sibling, 1 reply; 4+ messages in thread
From: Alyssa Rosenzweig @ 2021-05-31  3:10 UTC (permalink / raw)
  To: dri-devel
  Cc: Alyssa Rosenzweig, Hector Martin, David Airlie, Daniel Vetter,
	Lukas Wunner, Jonathan Neuschäfer, linux-kernel

Like many free software projects, freedesktop.org issued a non-binding
recommendation for projects to migrate from Freenode to OFTC [1]. As
such, freedesktop.org entries in the MAINTAINERS file are out-of-date as
the respective channels have moved. Update the file to point to the
right network.

v2: Correct typo in commit message pointed out by Lukas and Jonathan.
Add Hector's ack.

[1] https://lists.freedesktop.org/archives/dri-devel/2021-May/307605.html

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Acked-By: Hector Martin <marcan@marcan.st>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Lukas Wunner <lukas@wunner.de>
Cc: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Cc: linux-kernel@vger.kernel.org
---
 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 49091fbfa..7f992125a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1651,7 +1651,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 W:	https://asahilinux.org
 B:	https://github.com/AsahiLinux/linux/issues
-C:	irc://chat.freenode.net/asahi-dev
+C:	irc://irc.oftc.net/asahi-dev
 T:	git https://github.com/AsahiLinux/linux.git
 F:	Documentation/devicetree/bindings/arm/apple.yaml
 F:	Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml
@@ -5969,7 +5969,7 @@ M:	Daniel Vetter <daniel@ffwll.ch>
 L:	dri-devel@lists.freedesktop.org
 S:	Maintained
 B:	https://gitlab.freedesktop.org/drm
-C:	irc://chat.freenode.net/dri-devel
+C:	irc://irc.oftc.net/dri-devel
 T:	git git://anongit.freedesktop.org/drm/drm
 F:	Documentation/devicetree/bindings/display/
 F:	Documentation/devicetree/bindings/gpu/
@@ -9116,7 +9116,7 @@ S:	Supported
 W:	https://01.org/linuxgraphics/
 Q:	http://patchwork.freedesktop.org/project/intel-gfx/
 B:	https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs
-C:	irc://chat.freenode.net/intel-gfx
+C:	irc://irc.oftc.net/intel-gfx
 T:	git git://anongit.freedesktop.org/drm-intel
 F:	Documentation/gpu/i915.rst
 F:	drivers/gpu/drm/i915/
-- 
2.30.2


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

* Re: [PATCH v2 2/2] maintainers: Update freedesktop.org IRC channels
  2021-05-31  3:10 ` [PATCH v2 2/2] maintainers: Update freedesktop.org IRC channels Alyssa Rosenzweig
@ 2021-05-31 10:05   ` Jani Nikula
  0 siblings, 0 replies; 4+ messages in thread
From: Jani Nikula @ 2021-05-31 10:05 UTC (permalink / raw)
  To: Alyssa Rosenzweig, dri-devel
  Cc: David Airlie, Hector Martin, Jonathan Neuschäfer,
	linux-kernel, Alyssa Rosenzweig

On Sun, 30 May 2021, Alyssa Rosenzweig <alyssa@rosenzweig.io> wrote:
> Like many free software projects, freedesktop.org issued a non-binding
> recommendation for projects to migrate from Freenode to OFTC [1]. As
> such, freedesktop.org entries in the MAINTAINERS file are out-of-date as
> the respective channels have moved. Update the file to point to the
> right network.
>
> v2: Correct typo in commit message pointed out by Lukas and Jonathan.
> Add Hector's ack.
>
> [1] https://lists.freedesktop.org/archives/dri-devel/2021-May/307605.html
>
> Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
> Acked-By: Hector Martin <marcan@marcan.st>
> Cc: David Airlie <airlied@linux.ie>
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: Lukas Wunner <lukas@wunner.de>
> Cc: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> Cc: linux-kernel@vger.kernel.org

Acked-by: Jani Nikula <jani.nikula@intel.com>

> ---
>  MAINTAINERS | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 49091fbfa..7f992125a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1651,7 +1651,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  S:	Maintained
>  W:	https://asahilinux.org
>  B:	https://github.com/AsahiLinux/linux/issues
> -C:	irc://chat.freenode.net/asahi-dev
> +C:	irc://irc.oftc.net/asahi-dev
>  T:	git https://github.com/AsahiLinux/linux.git
>  F:	Documentation/devicetree/bindings/arm/apple.yaml
>  F:	Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml
> @@ -5969,7 +5969,7 @@ M:	Daniel Vetter <daniel@ffwll.ch>
>  L:	dri-devel@lists.freedesktop.org
>  S:	Maintained
>  B:	https://gitlab.freedesktop.org/drm
> -C:	irc://chat.freenode.net/dri-devel
> +C:	irc://irc.oftc.net/dri-devel
>  T:	git git://anongit.freedesktop.org/drm/drm
>  F:	Documentation/devicetree/bindings/display/
>  F:	Documentation/devicetree/bindings/gpu/
> @@ -9116,7 +9116,7 @@ S:	Supported
>  W:	https://01.org/linuxgraphics/
>  Q:	http://patchwork.freedesktop.org/project/intel-gfx/
>  B:	https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs
> -C:	irc://chat.freenode.net/intel-gfx
> +C:	irc://irc.oftc.net/intel-gfx
>  T:	git git://anongit.freedesktop.org/drm-intel
>  F:	Documentation/gpu/i915.rst
>  F:	drivers/gpu/drm/i915/

-- 
Jani Nikula, Intel Open Source Graphics Center

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

* Re: [PATCH v2 1/2] documentation: Update #nouveau IRC channel network
  2021-05-31  3:10 [PATCH v2 1/2] documentation: Update #nouveau IRC channel network Alyssa Rosenzweig
  2021-05-31  3:10 ` [PATCH v2 2/2] maintainers: Update freedesktop.org IRC channels Alyssa Rosenzweig
@ 2021-06-09 15:12 ` Karol Herbst
  1 sibling, 0 replies; 4+ messages in thread
From: Karol Herbst @ 2021-06-09 15:12 UTC (permalink / raw)
  To: Alyssa Rosenzweig; +Cc: dri-devel, David Airlie, LKML

On Mon, May 31, 2021 at 5:11 AM Alyssa Rosenzweig <alyssa@rosenzweig.io> wrote:
>
> Like many free software projects, Nouveau recently moved from Freenode
> to OFTC. Update the reference.
>
> Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
> Cc: David Airlie <airlied@linux.ie>
> Cc: Daniel Vetter <daniel@ffwll.ch>
> Cc: linux-kernel@vger.kernel.org
> ---
>  Documentation/driver-api/thermal/nouveau_thermal.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/thermal/nouveau_thermal.rst b/Documentation/driver-api/thermal/nouveau_thermal.rst
> index 79ece266c..aa10db6df 100644
> --- a/Documentation/driver-api/thermal/nouveau_thermal.rst
> +++ b/Documentation/driver-api/thermal/nouveau_thermal.rst
> @@ -90,7 +90,7 @@ Bug reports
>  -----------
>
>  Thermal management on Nouveau is new and may not work on all cards. If you have
> -inquiries, please ping mupuf on IRC (#nouveau, freenode).
> +inquiries, please ping mupuf on IRC (#nouveau, OFTC).
>
>  Bug reports should be filled on Freedesktop's bug tracker. Please follow
>  https://nouveau.freedesktop.org/wiki/Bugs
> --
> 2.30.2
>

Reviewed-by: Karol Herbst <kherbst@redhat.com>


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

end of thread, other threads:[~2021-06-09 15:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31  3:10 [PATCH v2 1/2] documentation: Update #nouveau IRC channel network Alyssa Rosenzweig
2021-05-31  3:10 ` [PATCH v2 2/2] maintainers: Update freedesktop.org IRC channels Alyssa Rosenzweig
2021-05-31 10:05   ` Jani Nikula
2021-06-09 15:12 ` [PATCH v2 1/2] documentation: Update #nouveau IRC channel network Karol Herbst

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).