Received: by 10.223.185.116 with SMTP id b49csp3158491wrg; Sun, 18 Feb 2018 15:51:35 -0800 (PST) X-Google-Smtp-Source: AH8x22681LJcIy2Y4TGabKMJ0rzx6p3upEQj8Y7/IF335XLNEh6AUxz4SUbvvq0NSTG9mMdroRJH X-Received: by 10.101.97.139 with SMTP id c11mr1185287pgv.431.1518997895631; Sun, 18 Feb 2018 15:51:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518997895; cv=none; d=google.com; s=arc-20160816; b=zOLYCbvrKgsMwunB6curInIEXNLm+pUqOA2y9yHE9Utl7/oDpBXoon/ZA5k/ImLe6k q6mRw0dDqZAn4/T6C7ErUt4YMgDu7Ffx7aPsGS9/0Kikitx3atCNPy6cfyaekOvX/btV W+zk32euxUGXfWUASZVH5t6pkBdASUqGaj5qHurhRJMwUXuNhs7mpSz5LUoIN8JFacq1 GLji6pW3yt6cdIHoomMZPMKS5hvFEhfhXwVYk5YAoREltrl74GxXjtUl4/QHMkjW5zRh 9EzsJRXnyen4Epca+AvJ1mLWB1g17wKorRChwiONdjarNfRmXTQYzpG/o8iG+SNy9HHS OolQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=bKAuXK8xRRkQRKB0knuxTHVw9r6ajuQ5dr/s3R8BZc8=; b=gz1IntvbD95IDGdS3kKXYrpPeD8y0Zb/0F3+Aai2H/MxKbmY5V+oA32nDYxbV1IvKE DnhWl17fJmfLj4JTKq4Jvmak2KfCasKwjynI6Bbqsf/81pjoz49k+I7rXma8tgOGXYzj aScWWDwHk/6PTdmB47NGKBin77HmVMvOr90tWkcCo7oRbTWNYAKv8KBuoPszWQbL19oA 1TIR8xhAocb69OY8v1io5zcGwyt8dzGm/rfCdsYie1Eq7wcQYW25mgpwQQU3s6t4Btxw gKRD6kRhJKC+uEef+UyA3nXPAt4N4rPKaBDMQyM69df3Nwk4a7TulolICNmJiUejUFr7 +euw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u64si3228013pgc.295.2018.02.18.15.51.21; Sun, 18 Feb 2018 15:51:35 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751922AbeBRXum (ORCPT + 99 others); Sun, 18 Feb 2018 18:50:42 -0500 Received: from ms.lwn.net ([45.79.88.28]:52174 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751733AbeBRXuk (ORCPT ); Sun, 18 Feb 2018 18:50:40 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 303CA12FB; Sun, 18 Feb 2018 23:50:34 +0000 (UTC) Date: Sun, 18 Feb 2018 16:50:18 -0700 From: Jonathan Corbet To: Jonathan =?UTF-8?B?TmV1c2Now6RmZXI=?= Cc: linux-doc@vger.kernel.org, Mauro Carvalho Chehab , SeongJae Park , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation/process/howto: Remove outdated info about bugzilla mailing lists Message-ID: <20180218165018.71b43876@lwn.net> In-Reply-To: <20180213220635.2364-1-j.neuschaefer@gmx.net> References: <20180213220635.2364-1-j.neuschaefer@gmx.net> Organization: LWN.net X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 13 Feb 2018 23:06:32 +0100 Jonathan Neuschäfer wrote: > The mailing list archives[1,2] show no activity since September 2011. > > [1]: https://lists.linuxfoundation.org/pipermail/bugme-new/ > [2]: https://lists.linuxfoundation.org/pipermail/bugme-janitors/ Well...one wouldn't want to be too hasty here...it's only been six years or so...:) I went and confirmed with Konstantin that these lists are gone and not coming back; patch applied, thanks. jon