Re: [PATCH] Documentation: Replace lkml.org links with lore

2021-02-09 Thread Joe Perches
On Tue, 2021-02-09 at 23:28 -0800, Kees Cook wrote: > On Sun, Jan 10, 2021 at 12:41:44PM -0800, Joe Perches wrote: > > Replace the lkml.org links with lore to better use a single source > > that's more likely to stay available long-term. > > What's the best way to teach checkpatch about this? I

Re: [PATCH] Documentation: Replace lkml.org links with lore

2021-02-09 Thread Kees Cook
On Sun, Jan 10, 2021 at 12:41:44PM -0800, Joe Perches wrote: > Replace the lkml.org links with lore to better use a single source > that's more likely to stay available long-term. What's the best way to teach checkpatch about this? I couldn't find the right place to do it. (And more generally,

Re: [PATCH] Documentation: Replace lkml.org links with lore

2021-01-11 Thread Jonathan Corbet
On Sun, 10 Jan 2021 12:41:44 -0800 Joe Perches wrote: > Replace the lkml.org links with lore to better use a single source > that's more likely to stay available long-term. Makes sense to me...applied, thanks. jon

[PATCH] Documentation: Replace lkml.org links with lore

2021-01-10 Thread Joe Perches
Replace the lkml.org links with lore to better use a single source that's more likely to stay available long-term. Done by bash script: cvt_lkml_to_lore () { tmpfile=$(mktemp ./.cvt_links.XXX) header=$(echo $1 | sed 's@/lkml/@/lkml/headers/@') wget -qO - $header > $tmpfile