From patchwork Tue Nov 12 13:47:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Maciej W. Rozycki" X-Patchwork-Id: 13872269 Received: from angie.orcam.me.uk (angie.orcam.me.uk [78.133.224.34]) by smtp.subspace.kernel.org (Postfix) with ESMTP id AD8B41FBC8A; Tue, 12 Nov 2024 13:47:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=78.133.224.34 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731419242; cv=none; b=OwOivDoyxugFWdj5KdVTPcfJatY+DmWwulAaU/WMLa46W4xY0uzG+4HIByLq0QvGQyRqxH/OvIBh/7zQ+GLMXAZzAMpfe+rLJ2cCTHGTcUbyoJxLRvrbSQ+LmL8DRoyzbnv9hJLRCng6OkNV44QPiipjb74lZDN+ZxdgzAaaBM8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731419242; c=relaxed/simple; bh=RM6EiTlaBDTtPo3gvh2cz9A9HVA/fegHs1dd+O9RemU=; h=Date:From:To:cc:Subject:Message-ID:MIME-Version:Content-Type; b=ATa7uB5qBN0HZvARS3evfEKA21az0670RkvGVgOKOUw652GVMcbrdM45i5iOEHOcF9hKoJcSaPnC0r1dJDECc1SX+KV9V0nYvIk9+a0HdCmJeEDnnjQcAg+7B5wB8tQT3LoeNIHct5LNMAbV7L60hhCZcWkeq731SO7HfTheXso= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk; spf=none smtp.mailfrom=orcam.me.uk; arc=none smtp.client-ip=78.133.224.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=orcam.me.uk Received: by angie.orcam.me.uk (Postfix, from userid 500) id 1E69C92009C; Tue, 12 Nov 2024 14:47:17 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 1B01792009B; Tue, 12 Nov 2024 13:47:17 +0000 (GMT) Date: Tue, 12 Nov 2024 13:47:17 +0000 (GMT) From: "Maciej W. Rozycki" To: Konstantin Ryabitsev , Thomas Bogendoerfer cc: linux-edac@vger.kernel.org, linux-hams@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/2] MAINTAINERS: Deal with the linux-mips.org mess Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi, Here's v2 of the patch series to address Ralf Baechle to have stopped responding and linux-mips.org gone down, and Thomas stepping up as a replacement maintainer. This has been regenerated against the current version of MAINTAINERS. Please apply. Previous iterations: - v1 at: . Maciej Acked-by: Konstantin Ryabitsev