diff mbox series

[3/5] arch: mips: update references to current linux-mips list

Message ID 20210222161905.1153-4-lukas.bulwahn@gmail.com (mailing list archive)
State New, archived
Headers show
Series Remove dead linux-mips.org references | expand

Commit Message

Lukas Bulwahn Feb. 22, 2021, 4:19 p.m. UTC
The linux-mips mailing list now lives at kernel.org. Update all references
in the kernel tree.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 arch/mips/kernel/r4k-bugs64.c | 2 +-
 arch/mips/lib/iomap-pci.c     | 2 +-
 arch/mips/sgi-ip32/ip32-irq.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Huacai Chen Feb. 23, 2021, 1:17 a.m. UTC | #1
Reviewed-by: Huacai Chen <chenhuacai@kernel.org>

On Tue, Feb 23, 2021 at 12:22 AM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> The linux-mips mailing list now lives at kernel.org. Update all references
> in the kernel tree.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  arch/mips/kernel/r4k-bugs64.c | 2 +-
>  arch/mips/lib/iomap-pci.c     | 2 +-
>  arch/mips/sgi-ip32/ip32-irq.c | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/mips/kernel/r4k-bugs64.c b/arch/mips/kernel/r4k-bugs64.c
> index 1ff19f1ea5ca..35729c9e6cfa 100644
> --- a/arch/mips/kernel/r4k-bugs64.c
> +++ b/arch/mips/kernel/r4k-bugs64.c
> @@ -18,7 +18,7 @@
>  static char bug64hit[] __initdata =
>         "reliable operation impossible!\n%s";
>  static char nowar[] __initdata =
> -       "Please report to <linux-mips@linux-mips.org>.";
> +       "Please report to <linux-mips@vger.kernel.org>.";
>  static char r4kwar[] __initdata =
>         "Enable CPU_R4000_WORKAROUNDS to rectify.";
>  static char daddiwar[] __initdata =
> diff --git a/arch/mips/lib/iomap-pci.c b/arch/mips/lib/iomap-pci.c
> index 210f5a95ecb1..a9cb28813f0b 100644
> --- a/arch/mips/lib/iomap-pci.c
> +++ b/arch/mips/lib/iomap-pci.c
> @@ -32,7 +32,7 @@ void __iomem *__pci_ioport_map(struct pci_dev *dev,
>                 sprintf(name, "%04x:%02x", pci_domain_nr(bus), bus->number);
>                 printk(KERN_WARNING "io_map_base of root PCI bus %s unset.  "
>                        "Trying to continue but you better\nfix this issue or "
> -                      "report it to linux-mips@linux-mips.org or your "
> +                      "report it to linux-mips@vger.kernel.org or your "
>                        "vendor.\n", name);
>  #ifdef CONFIG_PCI_DOMAINS
>                 panic("To avoid data corruption io_map_base MUST be set with "
> diff --git a/arch/mips/sgi-ip32/ip32-irq.c b/arch/mips/sgi-ip32/ip32-irq.c
> index 1bbd5bfb5458..e21ea1de05e3 100644
> --- a/arch/mips/sgi-ip32/ip32-irq.c
> +++ b/arch/mips/sgi-ip32/ip32-irq.c
> @@ -343,7 +343,7 @@ static void ip32_unknown_interrupt(void)
>         printk("Register dump:\n");
>         show_regs(get_irq_regs());
>
> -       printk("Please mail this report to linux-mips@linux-mips.org\n");
> +       printk("Please mail this report to linux-mips@vger.kernel.org\n");
>         printk("Spinning...");
>         while(1) ;
>  }
> --
> 2.17.1
>
Philippe Mathieu-Daudé via Feb. 23, 2021, 9:49 a.m. UTC | #2
On Mon, Feb 22, 2021 at 5:22 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> The linux-mips mailing list now lives at kernel.org. Update all references
> in the kernel tree.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  arch/mips/kernel/r4k-bugs64.c | 2 +-
>  arch/mips/lib/iomap-pci.c     | 2 +-
>  arch/mips/sgi-ip32/ip32-irq.c | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Thomas Bogendoerfer Feb. 23, 2021, 12:29 p.m. UTC | #3
On Mon, Feb 22, 2021 at 05:19:03PM +0100, Lukas Bulwahn wrote:
> The linux-mips mailing list now lives at kernel.org. Update all references
> in the kernel tree.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  arch/mips/kernel/r4k-bugs64.c | 2 +-
>  arch/mips/lib/iomap-pci.c     | 2 +-
>  arch/mips/sgi-ip32/ip32-irq.c | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

applied only this patch to mips-next.

For the other patches I'll wait for how the resolution for linux-mips.org
looks like.

Thomas.
Maciej W. Rozycki Feb. 23, 2021, 1:24 p.m. UTC | #4
On Tue, 23 Feb 2021, Thomas Bogendoerfer wrote:

> For the other patches I'll wait for how the resolution for linux-mips.org
> looks like.

 FWIW I think the typo fix in 5/5 is obviously correct and can go in right 
away.  We can deal with the LMO reference later on should it be needed.

  Maciej
diff mbox series

Patch

diff --git a/arch/mips/kernel/r4k-bugs64.c b/arch/mips/kernel/r4k-bugs64.c
index 1ff19f1ea5ca..35729c9e6cfa 100644
--- a/arch/mips/kernel/r4k-bugs64.c
+++ b/arch/mips/kernel/r4k-bugs64.c
@@ -18,7 +18,7 @@ 
 static char bug64hit[] __initdata =
 	"reliable operation impossible!\n%s";
 static char nowar[] __initdata =
-	"Please report to <linux-mips@linux-mips.org>.";
+	"Please report to <linux-mips@vger.kernel.org>.";
 static char r4kwar[] __initdata =
 	"Enable CPU_R4000_WORKAROUNDS to rectify.";
 static char daddiwar[] __initdata =
diff --git a/arch/mips/lib/iomap-pci.c b/arch/mips/lib/iomap-pci.c
index 210f5a95ecb1..a9cb28813f0b 100644
--- a/arch/mips/lib/iomap-pci.c
+++ b/arch/mips/lib/iomap-pci.c
@@ -32,7 +32,7 @@  void __iomem *__pci_ioport_map(struct pci_dev *dev,
 		sprintf(name, "%04x:%02x", pci_domain_nr(bus), bus->number);
 		printk(KERN_WARNING "io_map_base of root PCI bus %s unset.  "
 		       "Trying to continue but you better\nfix this issue or "
-		       "report it to linux-mips@linux-mips.org or your "
+		       "report it to linux-mips@vger.kernel.org or your "
 		       "vendor.\n", name);
 #ifdef CONFIG_PCI_DOMAINS
 		panic("To avoid data corruption io_map_base MUST be set with "
diff --git a/arch/mips/sgi-ip32/ip32-irq.c b/arch/mips/sgi-ip32/ip32-irq.c
index 1bbd5bfb5458..e21ea1de05e3 100644
--- a/arch/mips/sgi-ip32/ip32-irq.c
+++ b/arch/mips/sgi-ip32/ip32-irq.c
@@ -343,7 +343,7 @@  static void ip32_unknown_interrupt(void)
 	printk("Register dump:\n");
 	show_regs(get_irq_regs());
 
-	printk("Please mail this report to linux-mips@linux-mips.org\n");
+	printk("Please mail this report to linux-mips@vger.kernel.org\n");
 	printk("Spinning...");
 	while(1) ;
 }