linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/admin-guide: update URL of LKML information link
@ 2018-12-29 21:00 Ramunas Geciauskas
  2018-12-31  8:31 ` Jani Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Ramunas Geciauskas @ 2018-12-29 21:00 UTC (permalink / raw)
  To: corbet, linux-doc; +Cc: Ramunas Geciauskas

Information regarding linux-kernel mailing list is no longer hosted on tux.org
Update the link to point to the one available at kernel.org

Signed-off-by: Ramunas Geciauskas <kernel@geciauskas.com>
---
 Documentation/admin-guide/reporting-bugs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/reporting-bugs.rst b/Documentation/admin-guide/reporting-bugs.rst
index 4650edb8840a..49ac8dc3594d 100644
--- a/Documentation/admin-guide/reporting-bugs.rst
+++ b/Documentation/admin-guide/reporting-bugs.rst
@@ -67,7 +67,7 @@ If you can't figure out which subsystem caused the issue, you should file
 a bug in kernel.org bugzilla and send email to
 linux-kernel@vger.kernel.org, referencing the bugzilla URL.  (For more
 information on the linux-kernel mailing list see
-http://www.tux.org/lkml/).
+http://vger.kernel.org/lkml/).
 
 
 Tips for reporting bugs
-- 
2.11.0


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

* Re: [PATCH] Documentation/admin-guide: update URL of LKML information link
  2018-12-29 21:00 [PATCH] Documentation/admin-guide: update URL of LKML information link Ramunas Geciauskas
@ 2018-12-31  8:31 ` Jani Nikula
  2018-12-31 15:03   ` Ramunas Geciauskas
  0 siblings, 1 reply; 4+ messages in thread
From: Jani Nikula @ 2018-12-31  8:31 UTC (permalink / raw)
  To: Ramunas Geciauskas, corbet, linux-doc; +Cc: Ramunas Geciauskas

On Sat, 29 Dec 2018, Ramunas Geciauskas <kernel@geciauskas.com> wrote:
> Information regarding linux-kernel mailing list is no longer hosted on tux.org
> Update the link to point to the one available at kernel.org

Arguably there's no useful current information wrt reporting bugs at the
updated URL either.

BR,
Jani.

>
> Signed-off-by: Ramunas Geciauskas <kernel@geciauskas.com>
> ---
>  Documentation/admin-guide/reporting-bugs.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/reporting-bugs.rst b/Documentation/admin-guide/reporting-bugs.rst
> index 4650edb8840a..49ac8dc3594d 100644
> --- a/Documentation/admin-guide/reporting-bugs.rst
> +++ b/Documentation/admin-guide/reporting-bugs.rst
> @@ -67,7 +67,7 @@ If you can't figure out which subsystem caused the issue, you should file
>  a bug in kernel.org bugzilla and send email to
>  linux-kernel@vger.kernel.org, referencing the bugzilla URL.  (For more
>  information on the linux-kernel mailing list see
> -http://www.tux.org/lkml/).
> +http://vger.kernel.org/lkml/).
>  
>  
>  Tips for reporting bugs

-- 
Jani Nikula, Intel Open Source Graphics Center

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

* Re: [PATCH] Documentation/admin-guide: update URL of LKML information link
  2018-12-31  8:31 ` Jani Nikula
@ 2018-12-31 15:03   ` Ramunas Geciauskas
  2019-01-03 16:23     ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Ramunas Geciauskas @ 2018-12-31 15:03 UTC (permalink / raw)
  To: Jani Nikula; +Cc: corbet, linux-doc

Hi,

On Mon, 31 Dec 2018 10:31:56 +0200
Jani Nikula <jani.nikula@linux.intel.com> wrote:

> On Sat, 29 Dec 2018, Ramunas Geciauskas <kernel@geciauskas.com> wrote:
> > Information regarding linux-kernel mailing list is no longer hosted on tux.org
> > Update the link to point to the one available at kernel.org  
> 
> Arguably there's no useful current information wrt reporting bugs at the
> updated URL either.

A lot of information in there is rather outdated indeed,
however it does contain explanation how to subscribe/unsubscribe
to LKML (or rather "why you shouldn't").

Would you prefer to get rid of the link completely?
The current one is dead since late 2016 (so it doesn't seem it will come back)

Thanks,
Ramunas

> 
> BR,
> Jani.
> 
> >
> > Signed-off-by: Ramunas Geciauskas <kernel@geciauskas.com>
> > ---
> >  Documentation/admin-guide/reporting-bugs.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/admin-guide/reporting-bugs.rst b/Documentation/admin-guide/reporting-bugs.rst
> > index 4650edb8840a..49ac8dc3594d 100644
> > --- a/Documentation/admin-guide/reporting-bugs.rst
> > +++ b/Documentation/admin-guide/reporting-bugs.rst
> > @@ -67,7 +67,7 @@ If you can't figure out which subsystem caused the issue, you should file
> >  a bug in kernel.org bugzilla and send email to
> >  linux-kernel@vger.kernel.org, referencing the bugzilla URL.  (For more
> >  information on the linux-kernel mailing list see
> > -http://www.tux.org/lkml/).
> > +http://vger.kernel.org/lkml/).
> >  
> >  
> >  Tips for reporting bugs  
> 


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

* Re: [PATCH] Documentation/admin-guide: update URL of LKML information link
  2018-12-31 15:03   ` Ramunas Geciauskas
@ 2019-01-03 16:23     ` Jonathan Corbet
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2019-01-03 16:23 UTC (permalink / raw)
  To: Ramunas Geciauskas; +Cc: Jani Nikula, linux-doc

On Mon, 31 Dec 2018 10:03:09 -0500
Ramunas Geciauskas <kernel@geciauskas.com> wrote:

> On Mon, 31 Dec 2018 10:31:56 +0200
> Jani Nikula <jani.nikula@linux.intel.com> wrote:
> 
> > On Sat, 29 Dec 2018, Ramunas Geciauskas <kernel@geciauskas.com> wrote:  
> > > Information regarding linux-kernel mailing list is no longer hosted on tux.org
> > > Update the link to point to the one available at kernel.org    
> > 
> > Arguably there's no useful current information wrt reporting bugs at the
> > updated URL either.  
> 
> A lot of information in there is rather outdated indeed,
> however it does contain explanation how to subscribe/unsubscribe
> to LKML (or rather "why you shouldn't").
> 
> Would you prefer to get rid of the link completely?
> The current one is dead since late 2016 (so it doesn't seem it will come back)

I'll go ahead and apply the patch for now; an old link is better than a
dead one, methinks.  All of this documentation needs a deeper cleaning and
redo, of course...

Thanks,

jon

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

end of thread, other threads:[~2019-01-03 16:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-29 21:00 [PATCH] Documentation/admin-guide: update URL of LKML information link Ramunas Geciauskas
2018-12-31  8:31 ` Jani Nikula
2018-12-31 15:03   ` Ramunas Geciauskas
2019-01-03 16:23     ` Jonathan Corbet

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).