From patchwork Thu Feb 21 19:58:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jann Horn X-Patchwork-Id: 1046438 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=reject dis=none) header.from=google.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=google.com header.i=@google.com header.b="qNX2g0Cg"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 4454zF2fc0z9s70 for ; Fri, 22 Feb 2019 06:58:33 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726468AbfBUT61 (ORCPT ); Thu, 21 Feb 2019 14:58:27 -0500 Received: from mail-qt1-f201.google.com ([209.85.160.201]:36640 "EHLO mail-qt1-f201.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726209AbfBUT61 (ORCPT ); Thu, 21 Feb 2019 14:58:27 -0500 Received: by mail-qt1-f201.google.com with SMTP id p5so27673356qtp.3 for ; Thu, 21 Feb 2019 11:58:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=date:message-id:mime-version:subject:from:to:cc; bh=N4x8bK1gHEnm96DktQSQVLadV2FNKbQewRMx2PPKc8k=; b=qNX2g0CgxYDjeaiByVmK4olPqY+/JLb4yR/xlgyLkBTnRnpXTjY/Sw6HmHv0ClYTL5 c2W2wQZ2Thh++ZA3v1WK4LIjM3WlH1ICT8LZwR6MA9vHjT3vuWdW70LryWfsfN9nqBqV vaZSMfUEAc84RlDBvhy2jBZTQbqAQNGAThoo1RdLxsUY/KaRN5aOAEi/CHQiaCozj++d 9tO5MKaIREa55ynwkMtqEA0htaihyv/cafyoABEyEr5nniwJOAqaZuaKhSAAmpKWUVA6 m/zTJGo4+E5pBM4Qqy5n1FEDlY4SNj1zi20ecVUVctB2MEqS1LVr12m5bUfrDI+c9IG6 M0Pw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:message-id:mime-version:subject:from:to:cc; bh=N4x8bK1gHEnm96DktQSQVLadV2FNKbQewRMx2PPKc8k=; b=N6RVDpWNgqFpsejLTZ2/46w/Uc8v1Y+WKdN5k49boM5gkuIzKvvIXj3QuyV8dOKrtR oQUwp4sABDd6J3FEn2snu7hqLWrL817yvyrRCjGaM/uoFe1iE4tFOyaJvQyoMJhmXytH WNnDzP6sZaL1p7N9MMHuH426Wdt9mY41sh451FUe0cXGzeqtidjLtOXRx3Y5B4mE9Urs ulRptVif4yBe90CWuCgbh8kqlvoDxM7ZVtmi28rwDQCbN5hhULIS93ilHaJ1w0d0IRwi t7j7LkGo3SQ6tEQafD4hgYBaIb58bz0oqf14n1gSVwWLGJA5RYSda7L5QAdcEZhjPw0H SGfw== X-Gm-Message-State: AHQUAub1/TstiIjEKnw30p482BaCjce8srbSgrXGlPhNitZKOixQjzY/ C1ihilSQ1jhnhzielIjCIspBB6Bcsg== X-Google-Smtp-Source: AHgI3IbZWt0GXspXGhAVnO/MyjsPI4EiI+BaIkBl7kXEuBLAp30wN6wW5yYwFYvdhJFQ/uYJajXk5PrdaQ== X-Received: by 2002:a37:480b:: with SMTP id v11mr176482qka.12.1550779106038; Thu, 21 Feb 2019 11:58:26 -0800 (PST) Date: Thu, 21 Feb 2019 20:58:16 +0100 Message-Id: <20190221195816.136157-1-jannh@google.com> Mime-Version: 1.0 X-Mailer: git-send-email 2.21.0.rc0.258.g878e2cd30e-goog Subject: [PATCH net] MAINTAINERS: mark CAIF as orphan From: Jann Horn To: "David S. Miller" , jannh@google.com Cc: netdev@vger.kernel.org, Dmitry Tarnyagin , abi.dmitryt@gmail.com, linux-kernel@vger.kernel.org Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The listed address for the CAIF maintainer bounces with "553 5.3.0 ... No such user here", and the only existing email address of the maintainer in git history hasn't responded in a week. Therefore, remove the listed maintainer and mark CAIF as orphan. Signed-off-by: Jann Horn --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 41ce5f4ad838..98457a87b238 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3390,9 +3390,8 @@ F: Documentation/media/v4l-drivers/cafe_ccic* F: drivers/media/platform/marvell-ccic/ CAIF NETWORK LAYER -M: Dmitry Tarnyagin L: netdev@vger.kernel.org -S: Supported +S: Orphan F: Documentation/networking/caif/ F: drivers/net/caif/ F: include/uapi/linux/caif/