From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E19BC433E0 for ; Tue, 23 Feb 2021 10:02:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EC4A864E4B for ; Tue, 23 Feb 2021 10:02:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232008AbhBWKCI (ORCPT ); Tue, 23 Feb 2021 05:02:08 -0500 Received: from mail-ot1-f50.google.com ([209.85.210.50]:44846 "EHLO mail-ot1-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232387AbhBWKAh (ORCPT ); Tue, 23 Feb 2021 05:00:37 -0500 Received: by mail-ot1-f50.google.com with SMTP id f33so1705705otf.11; Tue, 23 Feb 2021 02:00:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LWxe0P8DZYYU1z4RUHaP48wKAlVYUnjj2L7rokBCJ0s=; b=APPzSCus5OikqsUSK00T2XdhJlrq1l+YwJEh0gX/U5FYd1VT69nRynQblkvhqcUyIV B7r+nmOQxvejMze5uYAEE0R6j/TTIZy5xH6SpSGIXja+azGuW5E69Lnsdg3RQnr9kcb0 a1P6jZOeHK11liqc2QABDPD8PfwyUV6YSuJKBJqFHnY6sIUlESAW6bYrWoRcuuxpSTui cyHpuhDWophwVUPI0ZgMl3Z6xpL4ny0JGicrPtKWc0nY3pg5iYtmyYoCoM60/ctLZf3G cEYLL1QED8KQZBgn1XwnsiZNKn3k/4G3LJrMi3/yEuPc1xIMoF3XcoTpWuB79Zk0ZD8q Z8pw== X-Gm-Message-State: AOAM532f2V8MulRa1oLtsrvDcHhZqxui1/oNKSteVFA55r40GhpWKaGN y+OQ4uQzbkslsrZvB9YBSfimEI4kPE14hoOqHew= X-Google-Smtp-Source: ABdhPJxqhTOmb+J2f7WHRsWK1hNdeG2LJuMbyL0sTISsxlaAKuhBEJtQxKAtMf8KWocNXDSnntOz/G4ujTJDxOdUTzA= X-Received: by 2002:a9d:4a8e:: with SMTP id i14mr20306399otf.37.1614074395126; Tue, 23 Feb 2021 01:59:55 -0800 (PST) MIME-Version: 1.0 References: <20210222161905.1153-1-lukas.bulwahn@gmail.com> <20210222161905.1153-5-lukas.bulwahn@gmail.com> In-Reply-To: <20210222161905.1153-5-lukas.bulwahn@gmail.com> From: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= Date: Tue, 23 Feb 2021 10:59:44 +0100 Message-ID: Subject: Re: [PATCH 4/5] arch: mips: remove dead references To: Lukas Bulwahn Cc: Thomas Bogendoerfer , "open list:BROADCOM NVRAM DRIVER" , "Maciej W . Rozycki" , Tiezhu Yang , Willy Tarreau , linux-edac@vger.kernel.org, linux-hams@vger.kernel.org, kernel-janitors@vger.kernel.org, open list Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: kernel-janitors@vger.kernel.org On Mon, Feb 22, 2021 at 5:22 PM Lukas Bulwahn wrote: > > The domain lookup for linux-mips.org fails for quite some time now. > Further, the two links: > > http://decstation.unix-ag.org/ https://web.archive.org/web/20070609185805/http://decstation.unix-ag.org/ > http://www.computer-refuge.org/classiccmp/ftp.digital.com/pub/DEC/TriAdd/ > > refer to old webpages or contain no further technical information. > > Remove all those dead references. > > Signed-off-by: Lukas Bulwahn > --- > arch/mips/Kconfig | 8 +------- > arch/mips/jazz/Kconfig | 12 +++--------- > tools/include/nolibc/nolibc.h | 3 +-- > 3 files changed, 5 insertions(+), 18 deletions(-)