kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Remove dead linux-mips.org references
@ 2021-06-25 11:04 Lukas Bulwahn
  2021-06-25 11:04 ` [PATCH v2 1/3] MAINTAINERS: mark sections from Ralf Baechle orphan Lukas Bulwahn
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Lukas Bulwahn @ 2021-06-25 11:04 UTC (permalink / raw)
  To: Thomas Bogendoerfer, linux-mips
  Cc: Maciej W . Rozycki, Tiezhu Yang, Willy Tarreau, linux-edac,
	linux-hams, kernel-janitors, linux-kernel, Lukas Bulwahn

Dear all,

on 2021-02-22, I reported that:

The domain lookup for linux-mips.org fails for quite some time now. Hence,
webpages, the patchwork instance and Ralf Baechle's email there is not
reachable anymore.

In the discussion of that patch series, Kurt Martin promised to get
linux-mips.org back online. Four months have now passed and the webpage is
still not back online. So, I suggest to remove these dead references.
Probably, we do not lose much if the linux-mips.org webpage never comes back.

The domain lookup for linux-mips.org fails for quite some time now. Hence,
webpages, the patchwork instance and Ralf Baechle's email there is not
reachable anymore.

Here is in more detail what I did to create this patch series:

First, I updated all sections in MAINTAINERS for references with linux-mips.org.
Then, I also quickly scanned through the whole git tree for linux-mips.org
references, and step-wise filtered out obvious copyright holder lines and
references to old email addresses.

  git ls-files | xargs grep "linux-mips.org" | \
    grep -v -i "Copyright" | grep -v -i "MODULE_AUTHOR" | grep -v -i "written" | \
    grep -v "Ralf" | grep -v "Maciej" | grep -v "Yoichi" | grep -v "Ladislav"

I removed dead references or replaced them with their living counterparts if
available. However, these two cases remain and somebody might want to have a look:

  1. case in ./arch/mips/include/asm/page.h:

<snip>
/*
 * RELOC_HIDE was originally added by 6007b903dfe5f1d13e0c711ac2894bdd4a61b1ad
 * (lmo) rsp. 8431fd094d625b94d364fe393076ccef88e6ce18 (kernel.org).  The
 * discussion can be found in
 * https://lore.kernel.org/lkml/a2ebde260608230500o3407b108hc03debb9da6e62c@mail.gmail.com
 *
 * It is unclear if the misscompilations mentioned in
 * https://lore.kernel.org/lkml/1281303490-390-1-git-send-email-namhyung@gmail.com
 * also affect MIPS so we keep this one until GCC 3.x has been retired
 * before we can apply https://patchwork.linux-mips.org/patch/1541/
 */
</snip>

  Decision: Keep as is. Although GCC 3.x is long retired, it is unclear what
  https://patchwork.linux-mips.org/patch/1541/ is and if it has been already
  applied or not.
  Question: does anyone know how to identify this patch?


  2. case in ./drivers/parport/parport_ip32.c:

    linux-mips.org tree is referred to in an old To do item:

<snip>
 * To do:
 *
 *      Fully implement ECP mode.
 *      EPP and ECP mode need to be tested.  I currently do not own any
 *      peripheral supporting these extended mode, and cannot test them.
 *      If DMA mode works well, decide if support for PIO FIFO modes should be
 *      dropped.
 *      Use the io{read,write} family functions when they become available in
 *      the linux-mips.org tree.  Note: the MIPS specific functions readsb()
 *      and writesb() are to be translated by ioread8_rep() and iowrite8_rep()
 *      respectively.
</snip>

  Decision: Keep as is; anyone that wants to follow up on this will probably
  understand that the reference is outdated anyway.


Please comment on these clean-up patches on this administrative topic.

Patch set applies cleanly on next-20210624.


Changes since v1: https://lore.kernel.org/lkml/20210222161905.1153-1-lukas.bulwahn@gmail.com/
  Patches
    "arch: mips: update references to current linux-mips list"
    "MIPS: SGI-IP27: fix spelling in Copyright"
  has been already applied.

Lukas Bulwahn (3):
  MAINTAINERS: mark sections from Ralf Baechle orphan
  MAINTAINERS: remove linux-mips.org references
  arch: mips: remove dead references

 MAINTAINERS                   | 20 ++++++--------------
 arch/mips/Kconfig             |  8 +-------
 arch/mips/jazz/Kconfig        | 12 +++---------
 tools/include/nolibc/nolibc.h |  3 +--
 4 files changed, 11 insertions(+), 32 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-07-17 21:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-25 11:04 [PATCH v2 0/3] Remove dead linux-mips.org references Lukas Bulwahn
2021-06-25 11:04 ` [PATCH v2 1/3] MAINTAINERS: mark sections from Ralf Baechle orphan Lukas Bulwahn
2021-07-17  7:03   ` Lukas Bulwahn
2021-07-17  9:13     ` Ralf Baechle
2021-07-17 20:59     ` Joshua Kinard
2021-06-25 11:04 ` [PATCH v2 2/3] MAINTAINERS: remove linux-mips.org references Lukas Bulwahn
2021-06-25 11:04 ` [PATCH v2 3/3] arch: mips: remove dead references Lukas Bulwahn
2021-06-26 16:52   ` Philippe Mathieu-Daudé
2021-06-26 17:22     ` Maciej W. Rozycki
2021-07-17  6:53       ` Lukas Bulwahn
2021-07-17  6:52     ` Lukas Bulwahn
2021-06-25 15:49 ` [PATCH v2 0/3] Remove dead linux-mips.org references Maciej W. Rozycki
2021-06-26 23:45   ` Joe Perches
2021-06-28  1:28     ` Jiaxun Yang

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